| 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: |
| * platform/chromium-linux/css2.1/t090501-c414-flt-03-b-g-expected.txt: |
| * platform/chromium-linux/css2.1/t100801-c544-valgn-00-a-ag-expected.png: |
| * platform/chromium-linux/css2.1/t100801-c544-valgn-02-d-agi-expected.png: |
| * platform/chromium-linux/css2.1/t100801-c544-valgn-03-d-agi-expected.png: |
| * platform/chromium-linux/css2.1/t100801-c544-valgn-03-d-agi-expected.txt: |
| * platform/chromium-linux/css2.1/t100801-c544-valgn-04-d-agi-expected.png: |
| * platform/chromium-linux/css2.1/t100801-c548-ln-ht-02-b-ag-expected.png: |
| * platform/chromium-linux/css2.1/t100801-c548-ln-ht-02-b-ag-expected.txt: |
| * platform/chromium-linux/css2.1/t1205-c565-list-pos-00-b-expected.png: |
| * platform/chromium-linux/css2.1/t1506-c525-font-wt-00-b-expected.png: |
| * platform/chromium-linux/css2.1/t1508-c527-font-09-b-expected.png: |
| * platform/chromium-linux/css2.1/t1508-c527-font-09-b-expected.txt: |
| * platform/chromium-linux/css2.1/t1602-c43-center-00-d-ag-expected.png: |
| * platform/chromium-linux/css3/filters/huge-region-expected.png: Added. |
| * platform/chromium-linux/css3/selectors3/html/css3-modsel-32-expected.txt: Added. |
| * platform/chromium-linux/editing/inserting/4959067-expected.txt: Added. |
| * platform/chromium-linux/editing/inserting/editing-empty-divs-expected.png: |
| * platform/chromium-linux/editing/pasteboard/drag-image-to-contenteditable-in-iframe-expected.png: |
| * platform/chromium-linux/editing/selection/3690703-2-expected.png: |
| * platform/chromium-linux/editing/selection/3690703-2-expected.txt: |
| * platform/chromium-linux/editing/selection/3690703-expected.png: |
| * platform/chromium-linux/editing/selection/3690703-expected.txt: |
| * platform/chromium-linux/editing/selection/3690719-expected.png: |
| * platform/chromium-linux/editing/selection/3690719-expected.txt: |
| * platform/chromium-linux/editing/selection/extend-by-word-002-expected.png: |
| * platform/chromium-linux/editing/selection/select-text-overflow-ellipsis-expected.png: |
| * platform/chromium-linux/fast/backgrounds/background-inherit-color-bug-expected.png: |
| * platform/chromium-linux/fast/backgrounds/background-position-parsing-expected.png: |
| * platform/chromium-linux/fast/backgrounds/size/contain-and-cover-zoomed-expected.png: |
| * platform/chromium-linux/fast/block/basic/001-expected.png: |
| * platform/chromium-linux/fast/block/basic/011-expected.png: |
| * platform/chromium-linux/fast/block/basic/015-expected.png: |
| * platform/chromium-linux/fast/block/basic/016-expected.png: |
| * platform/chromium-linux/fast/block/basic/019-expected.png: |
| * platform/chromium-linux/fast/block/float/002-expected.png: |
| * platform/chromium-linux/fast/block/float/013-expected.png: |
| * platform/chromium-linux/fast/block/float/avoiding-float-centered-expected.png: |
| * platform/chromium-linux/fast/block/float/centered-float-avoidance-complexity-expected.png: |
| * platform/chromium-linux/fast/block/float/nopaint-after-layer-destruction2-expected.png: |
| * platform/chromium-linux/fast/block/float/overhanging-tall-block-expected.txt: |
| * platform/chromium-linux/fast/block/float/shrink-to-avoid-float-complexity-expected.png: |
| * platform/chromium-linux/fast/block/margin-collapse/100-expected.png: |
| * platform/chromium-linux/fast/block/margin-collapse/103-expected.png: |
| * platform/chromium-linux/fast/block/margin-collapse/103-expected.txt: |
| * platform/chromium-linux/fast/block/positioning/047-expected.png: |
| * platform/chromium-linux/fast/block/positioning/047-expected.txt: |
| * platform/chromium-linux/fast/block/positioning/051-expected.png: |
| * platform/chromium-linux/fast/borders/border-antialiasing-expected.png: |
| * platform/chromium-linux/fast/borders/border-radius-huge-assert-expected.png: |
| * platform/chromium-linux/fast/borders/inline-mask-overlay-image-outset-expected.png: |
| * platform/chromium-linux/fast/borders/inline-mask-overlay-image-outset-vertical-rl-expected.png: |
| * platform/chromium-linux/fast/borders/rtl-border-01-expected.png: |
| * platform/chromium-linux/fast/borders/rtl-border-02-expected.png: |
| * platform/chromium-linux/fast/borders/rtl-border-03-expected.png: |
| * platform/chromium-linux/fast/box-sizing/box-sizing-expected.png: |
| * platform/chromium-linux/fast/compact/001-expected.png: |
| * platform/chromium-linux/fast/css-generated-content/011-expected.png: |
| * platform/chromium-linux/fast/css-generated-content/013-expected.png: |
| * platform/chromium-linux/fast/css-generated-content/014-expected.png: |
| * platform/chromium-linux/fast/css-generated-content/015-expected.png: |
| * platform/chromium-linux/fast/css-generated-content/inline-display-types-expected.png: |
| * platform/chromium-linux/fast/css/004-expected.png: |
| * platform/chromium-linux/fast/css/005-expected.png: |
| * platform/chromium-linux/fast/css/acid2-pixel-expected.png: |
| * platform/chromium-linux/fast/css/background-shorthand-invalid-url-expected.png: |
| * platform/chromium-linux/fast/css/bidi-override-in-anonymous-block-expected.png: |
| * platform/chromium-linux/fast/css/continuationCrash-expected.txt: |
| * platform/chromium-linux/fast/css/css1_forward_compatible_parsing-expected.png: |
| * platform/chromium-linux/fast/css/css2-system-fonts-expected.txt: |
| * platform/chromium-linux/fast/css/empty-pseudo-class-expected.png: |
| * platform/chromium-linux/fast/css/fieldset-display-row-expected.png: |
| * platform/chromium-linux/fast/css/first-child-pseudo-class-expected.png: |
| * platform/chromium-linux/fast/css/first-line-text-decoration-expected.png: |
| * platform/chromium-linux/fast/css/first-line-text-decoration-inherited-from-parent-expected.png: |
| * platform/chromium-linux/fast/css/first-of-type-pseudo-class-expected.png: |
| * platform/chromium-linux/fast/css/font-size-negative-expected.png: |
| * platform/chromium-linux/fast/css/h1-in-section-elements-expected.png: |
| * platform/chromium-linux/fast/css/hsl-color-expected.png: |
| * platform/chromium-linux/fast/css/hsla-color-expected.png: |
| * platform/chromium-linux/fast/css/inline-properties-important-expected.png: |
| * platform/chromium-linux/fast/css/input-search-padding-expected.png: |
| * platform/chromium-linux/fast/css/input-search-padding-expected.txt: |
| * platform/chromium-linux/fast/css/invalid-percentage-property-expected.png: |
| * platform/chromium-linux/fast/css/last-child-pseudo-class-expected.png: |
| * platform/chromium-linux/fast/css/last-of-type-pseudo-class-expected.png: |
| * platform/chromium-linux/fast/css/line-height-negative-expected.png: |
| * platform/chromium-linux/fast/css/only-child-pseudo-class-expected.png: |
| * platform/chromium-linux/fast/css/only-of-type-pseudo-class-expected.png: |
| * platform/chromium-linux/fast/css/percentage-non-integer-expected.png: |
| * platform/chromium-linux/fast/css/preserve-user-specified-zoom-level-on-reload-expected.png: |
| * platform/chromium-linux/fast/css/rgb-float-expected.png: |
| * platform/chromium-linux/fast/css/text-align-expected.png: |
| * platform/chromium-linux/fast/css/text-input-with-webkit-border-radius-expected.png: |
| * platform/chromium-linux/fast/css/text-overflow-input-expected.png: |
| * platform/chromium-linux/fast/css/transform-default-parameter-expected.png: |
| * platform/chromium-linux/fast/css/word-space-extra-expected.png: |
| * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png: |
| * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-optimums-expected.png: |
| * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-styles-expected.png: |
| * platform/chromium-linux/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.png: |
| * platform/chromium-linux/fast/dom/HTMLProgressElement/progress-element-expected.png: |
| * platform/chromium-linux/fast/dynamic/012-expected.png: |
| * platform/chromium-linux/fast/encoding/denormalised-voiced-japanese-chars-expected.png: |
| * platform/chromium-linux/fast/encoding/denormalised-voiced-japanese-chars-expected.txt: |
| * platform/chromium-linux/fast/encoding/utf-16-big-endian-expected.png: |
| * platform/chromium-linux/fast/encoding/utf-16-little-endian-expected.png: |
| * platform/chromium-linux/fast/events/pointer-events-2-expected.png: |
| * platform/chromium-linux/fast/flexbox/011-expected.png: |
| * platform/chromium-linux/fast/flexbox/flex-hang-expected.png: |
| * platform/chromium-linux/fast/forms/001-expected.txt: |
| * platform/chromium-linux/fast/forms/006-expected.png: |
| * platform/chromium-linux/fast/forms/007-expected.png: |
| * platform/chromium-linux/fast/forms/basic-buttons-expected.png: |
| * platform/chromium-linux/fast/forms/basic-buttons-expected.txt: |
| * platform/chromium-linux/fast/forms/basic-selects-expected.png: |
| * platform/chromium-linux/fast/forms/basic-selects-expected.txt: |
| * platform/chromium-linux/fast/forms/box-shadow-override-expected.png: |
| * platform/chromium-linux/fast/forms/box-shadow-override-expected.txt: |
| * platform/chromium-linux/fast/forms/button-default-title-expected.png: |
| * platform/chromium-linux/fast/forms/button-default-title-expected.txt: |
| * platform/chromium-linux/fast/forms/control-restrict-line-height-expected.png: |
| * platform/chromium-linux/fast/forms/control-restrict-line-height-expected.txt: |
| * platform/chromium-linux/fast/forms/date/date-appearance-expected.png: |
| * platform/chromium-linux/fast/forms/date/date-appearance-expected.txt: |
| * platform/chromium-linux/fast/forms/fieldset-align-expected.png: |
| * platform/chromium-linux/fast/forms/fieldset-legend-padding-unclipped-fieldset-border-expected.png: |
| * platform/chromium-linux/fast/forms/fieldset-with-float-expected.png: |
| * platform/chromium-linux/fast/forms/float-before-fieldset-expected.png: |
| * platform/chromium-linux/fast/forms/form-element-geometry-expected.png: |
| * platform/chromium-linux/fast/forms/form-element-geometry-expected.txt: |
| * platform/chromium-linux/fast/forms/input-appearance-height-expected.txt: |
| * platform/chromium-linux/fast/forms/input-baseline-expected.txt: |
| * platform/chromium-linux/fast/forms/linebox-overflow-in-textarea-padding-expected.png: |
| * platform/chromium-linux/fast/forms/listbox-bidi-align-expected.png: |
| * platform/chromium-linux/fast/forms/preserveFormDuringResidualStyle-expected.png: |
| * platform/chromium-linux/fast/forms/range/input-appearance-range-expected.png: |
| * platform/chromium-linux/fast/forms/search-cancel-button-style-sharing-expected.png: |
| * platform/chromium-linux/fast/forms/search-rtl-expected.png: |
| * platform/chromium-linux/fast/forms/search-styled-expected.png: |
| * platform/chromium-linux/fast/forms/search-styled-expected.txt: |
| * platform/chromium-linux/fast/forms/search-vertical-alignment-expected.png: |
| * platform/chromium-linux/fast/forms/searchfield-heights-expected.png: |
| * platform/chromium-linux/fast/forms/searchfield-heights-expected.txt: |
| * platform/chromium-linux/fast/forms/validation-message-appearance-expected.txt: |
| * platform/chromium-linux/fast/gradients/generated-gradients-expected.png: |
| * platform/chromium-linux/fast/gradients/radial-centered-expected.png: |
| * platform/chromium-linux/fast/gradients/radial-centered-expected.txt: |
| * platform/chromium-linux/fast/gradients/simple-gradients-expected.png: |
| * platform/chromium-linux/fast/html/details-add-child-1-expected.png: |
| * platform/chromium-linux/fast/html/details-add-child-2-expected.png: |
| * platform/chromium-linux/fast/html/details-add-details-child-1-expected.png: |
| * platform/chromium-linux/fast/html/details-add-details-child-2-expected.png: |
| * platform/chromium-linux/fast/html/details-add-summary-1-and-click-expected.png: |
| * platform/chromium-linux/fast/html/details-add-summary-1-expected.png: |
| * platform/chromium-linux/fast/html/details-add-summary-10-and-click-expected.png: |
| * platform/chromium-linux/fast/html/details-add-summary-10-expected.png: |
| * platform/chromium-linux/fast/html/details-add-summary-2-and-click-expected.png: |
| * platform/chromium-linux/fast/html/details-add-summary-2-expected.png: |
| * platform/chromium-linux/fast/html/details-add-summary-3-and-click-expected.png: |
| * platform/chromium-linux/fast/html/details-add-summary-3-expected.png: |
| * platform/chromium-linux/fast/html/details-add-summary-4-and-click-expected.png: |
| * platform/chromium-linux/fast/html/details-add-summary-4-expected.png: |
| * platform/chromium-linux/fast/html/details-add-summary-5-and-click-expected.png: |
| * platform/chromium-linux/fast/html/details-add-summary-5-expected.png: |
| * platform/chromium-linux/fast/html/details-add-summary-6-and-click-expected.png: |
| * platform/chromium-linux/fast/html/details-add-summary-6-expected.png: |
| * platform/chromium-linux/fast/html/details-add-summary-7-and-click-expected.png: |
| * platform/chromium-linux/fast/html/details-add-summary-7-expected.png: |
| * platform/chromium-linux/fast/html/details-add-summary-8-and-click-expected.png: |
| * platform/chromium-linux/fast/html/details-add-summary-8-expected.png: |
| * platform/chromium-linux/fast/html/details-add-summary-9-and-click-expected.png: |
| * platform/chromium-linux/fast/html/details-add-summary-9-expected.png: |
| * platform/chromium-linux/fast/html/details-add-summary-child-1-expected.png: |
| * platform/chromium-linux/fast/html/details-add-summary-child-2-expected.png: |
| * platform/chromium-linux/fast/html/details-marker-style-expected.png: |
| * platform/chromium-linux/fast/html/details-marker-style-expected.txt: |
| * platform/chromium-linux/fast/html/details-nested-1-expected.png: |
| * platform/chromium-linux/fast/html/details-nested-2-expected.png: |
| * platform/chromium-linux/fast/html/details-no-summary1-expected.png: |
| * platform/chromium-linux/fast/html/details-no-summary2-expected.png: |
| * platform/chromium-linux/fast/html/details-no-summary3-expected.png: |
| * platform/chromium-linux/fast/html/details-no-summary4-expected.png: |
| * platform/chromium-linux/fast/html/details-open-javascript-expected.png: |
| * platform/chromium-linux/fast/html/details-open1-expected.png: |
| * platform/chromium-linux/fast/html/details-open2-expected.png: |
| * platform/chromium-linux/fast/html/details-open3-expected.png: |
| * platform/chromium-linux/fast/html/details-open4-expected.png: |
| * platform/chromium-linux/fast/html/details-open5-expected.png: |
| * platform/chromium-linux/fast/html/details-open6-expected.png: |
| * platform/chromium-linux/fast/html/details-position-expected.png: |
| * platform/chromium-linux/fast/html/details-remove-child-1-expected.png: |
| * platform/chromium-linux/fast/html/details-remove-child-2-expected.png: |
| * platform/chromium-linux/fast/html/details-remove-summary-1-and-click-expected.png: |
| * platform/chromium-linux/fast/html/details-remove-summary-1-expected.png: |
| * platform/chromium-linux/fast/html/details-remove-summary-2-and-click-expected.png: |
| * platform/chromium-linux/fast/html/details-remove-summary-2-expected.png: |
| * platform/chromium-linux/fast/html/details-remove-summary-3-and-click-expected.png: |
| * platform/chromium-linux/fast/html/details-remove-summary-3-expected.png: |
| * platform/chromium-linux/fast/html/details-remove-summary-4-and-click-expected.png: |
| * platform/chromium-linux/fast/html/details-remove-summary-4-expected.png: |
| * platform/chromium-linux/fast/html/details-remove-summary-5-and-click-expected.png: |
| * platform/chromium-linux/fast/html/details-remove-summary-5-expected.png: |
| * platform/chromium-linux/fast/html/details-remove-summary-6-and-click-expected.png: |
| * platform/chromium-linux/fast/html/details-remove-summary-6-expected.png: |
| * platform/chromium-linux/fast/html/details-remove-summary-child-1-expected.png: |
| * platform/chromium-linux/fast/html/details-remove-summary-child-2-expected.png: |
| * platform/chromium-linux/fast/html/details-replace-summary-child-expected.png: |
| * platform/chromium-linux/fast/html/details-replace-summary-child-expected.txt: |
| * platform/chromium-linux/fast/html/details-replace-text-expected.png: |
| * platform/chromium-linux/fast/html/details-replace-text-expected.txt: |
| * platform/chromium-linux/fast/html/details-writing-mode-expected.png: |
| * platform/chromium-linux/fast/images/imagemap-focus-ring-zoom-expected.png: |
| * platform/chromium-linux/fast/inline-block/002-expected.png: |
| * platform/chromium-linux/fast/inline/002-expected.png: |
| * platform/chromium-linux/fast/inline/absolute-positioned-inline-in-centred-block-expected.png: |
| * platform/chromium-linux/fast/inline/absolute-positioned-inline-in-centred-block-expected.txt: |
| * platform/chromium-linux/fast/inline/continuation-outlines-expected.png: |
| * platform/chromium-linux/fast/inline/inline-borders-with-bidi-override-expected.png: |
| * platform/chromium-linux/fast/inline/inline-box-background-expected.png: |
| * platform/chromium-linux/fast/inline/inline-box-background-long-image-expected.png: |
| * platform/chromium-linux/fast/inline/inline-box-background-repeat-x-expected.png: |
| * platform/chromium-linux/fast/inline/inline-box-background-repeat-y-expected.png: |
| * platform/chromium-linux/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks-expected.png: |
| * platform/chromium-linux/fast/inline/vertical-align-text-bottom-expected.png: |
| * platform/chromium-linux/fast/invalid/010-expected.png: |
| * platform/chromium-linux/fast/invalid/014-expected.png: |
| * platform/chromium-linux/fast/invalid/014-expected.txt: |
| * platform/chromium-linux/fast/invalid/junk-data-expected.png: |
| * platform/chromium-linux/fast/invalid/missing-end-tag-expected.png: |
| * platform/chromium-linux/fast/invalid/nestedh3s-expected.png: |
| * platform/chromium-linux/fast/invalid/residual-style-expected.png: |
| * platform/chromium-linux/fast/invalid/residual-style-expected.txt: |
| * platform/chromium-linux/fast/line-grid/line-align-left-edges-expected.png: |
| * platform/chromium-linux/fast/lists/ordered-list-with-no-ol-tag-expected.png: |
| * platform/chromium-linux/fast/multicol/column-break-with-balancing-expected.png: |
| * platform/chromium-linux/fast/multicol/column-break-with-balancing-expected.txt: |
| * platform/chromium-linux/fast/multicol/column-count-with-rules-expected.png: |
| * platform/chromium-linux/fast/multicol/column-rules-expected.png: |
| * platform/chromium-linux/fast/multicol/column-rules-stacking-expected.png: |
| * platform/chromium-linux/fast/multicol/columns-shorthand-parsing-expected.png: |
| * platform/chromium-linux/fast/multicol/float-multicol-expected.png: |
| * platform/chromium-linux/fast/multicol/float-paginate-complex-expected.png: |
| * platform/chromium-linux/fast/multicol/layers-in-multicol-expected.png: |
| * platform/chromium-linux/fast/multicol/max-height-columns-block-expected.png: |
| * platform/chromium-linux/fast/multicol/nested-columns-expected.png: |
| * platform/chromium-linux/fast/multicol/overflow-across-columns-expected.png: |
| * platform/chromium-linux/fast/multicol/overflow-across-columns-percent-height-expected.png: |
| * platform/chromium-linux/fast/multicol/overflow-unsplittable-expected.png: |
| * platform/chromium-linux/fast/multicol/positive-leading-expected.png: |
| * platform/chromium-linux/fast/multicol/scrolling-overflow-expected.png: |
| * platform/chromium-linux/fast/multicol/span/anonymous-before-child-parent-crash-expected.png: |
| * platform/chromium-linux/fast/multicol/span/anonymous-split-block-crash-expected.png: |
| * platform/chromium-linux/fast/multicol/span/anonymous-style-inheritance-expected.png: |
| * platform/chromium-linux/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.png: |
| * platform/chromium-linux/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.png: |
| * platform/chromium-linux/fast/multicol/span/span-as-immediate-child-generated-content-expected.png: |
| * platform/chromium-linux/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.png: |
| * platform/chromium-linux/fast/multicol/span/span-as-immediate-columns-child-expected.png: |
| * platform/chromium-linux/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.png: |
| * platform/chromium-linux/fast/multicol/span/span-as-nested-columns-child-expected.png: |
| * platform/chromium-linux/fast/multicol/span/span-margin-collapsing-expected.png: |
| * platform/chromium-linux/fast/multicol/table-vertical-align-expected.png: |
| * platform/chromium-linux/fast/multicol/vertical-lr/column-break-with-balancing-expected.png: |
| * platform/chromium-linux/fast/multicol/vertical-lr/float-multicol-expected.png: |
| * platform/chromium-linux/fast/multicol/vertical-lr/nested-columns-expected.png: |
| * platform/chromium-linux/fast/multicol/vertical-rl/column-break-with-balancing-expected.png: |
| * platform/chromium-linux/fast/multicol/vertical-rl/float-multicol-expected.png: |
| * platform/chromium-linux/fast/multicol/vertical-rl/nested-columns-expected.png: |
| * platform/chromium-linux/fast/overflow/clip-rects-fixed-ancestor-expected.png: |
| * platform/chromium-linux/fast/overflow/overflow_hidden-expected.png: |
| * platform/chromium-linux/fast/parser/xhtml-alternate-entities-expected.png: |
| * platform/chromium-linux/fast/reflections/opacity-reflection-transform-expected.png: |
| * platform/chromium-linux/fast/regions/bottom-overflow-out-of-first-region-expected.png: |
| * platform/chromium-linux/fast/regions/multiple-directionality-changes-in-variable-width-regions-expected.png: |
| * platform/chromium-linux/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.png: |
| * platform/chromium-linux/fast/regions/overflow-not-moving-below-floats-in-variable-width-regions-expected.png: |
| * platform/chromium-linux/fast/regions/overflow-size-change-in-variable-width-regions-expected.png: |
| * platform/chromium-linux/fast/regions/overflow-size-change-with-stacking-context-expected.png: |
| * platform/chromium-linux/fast/regions/overflow-size-change-with-stacking-context-rtl-expected.png: |
| * platform/chromium-linux/fast/regions/region-overflow-auto-overflow-hidden-expected.png: Added. |
| * platform/chromium-linux/fast/regions/region-overflow-auto-overflow-visible-expected.png: Added. |
| * platform/chromium-linux/fast/regions/top-overflow-out-of-second-region-expected.png: |
| * platform/chromium-linux/fast/repaint/block-layout-inline-children-float-positioned-expected.png: |
| * platform/chromium-linux/fast/repaint/delete-into-nested-block-expected.png: |
| * platform/chromium-linux/fast/repaint/line-flow-with-floats-1-expected.png: |
| * platform/chromium-linux/fast/repaint/line-flow-with-floats-10-expected.png: |
| * platform/chromium-linux/fast/repaint/line-flow-with-floats-2-expected.png: |
| * platform/chromium-linux/fast/repaint/line-flow-with-floats-3-expected.png: |
| * platform/chromium-linux/fast/repaint/line-flow-with-floats-4-expected.png: |
| * platform/chromium-linux/fast/repaint/line-flow-with-floats-5-expected.png: |
| * platform/chromium-linux/fast/repaint/line-flow-with-floats-6-expected.png: |
| * platform/chromium-linux/fast/repaint/line-flow-with-floats-7-expected.png: |
| * platform/chromium-linux/fast/repaint/line-flow-with-floats-8-expected.png: |
| * platform/chromium-linux/fast/repaint/line-flow-with-floats-9-expected.png: |
| * platform/chromium-linux/fast/repaint/reflection-repaint-test-expected.png: |
| * platform/chromium-linux/fast/repaint/transform-absolute-child-expected.png: |
| * platform/chromium-linux/fast/repaint/transform-layout-repaint-expected.png: |
| * platform/chromium-linux/fast/repaint/transform-repaint-descendants-expected.png: |
| * platform/chromium-linux/fast/repaint/transform-translate-expected.png: |
| * platform/chromium-linux/fast/replaced/width100percent-searchfield-expected.png: |
| * platform/chromium-linux/fast/ruby/ruby-inline-table-expected.png: |
| * platform/chromium-linux/fast/selectors/032-expected.png: |
| * platform/chromium-linux/fast/selectors/166-expected.png: |
| * platform/chromium-linux/fast/selectors/unqualified-hover-quirks-expected.png: |
| * platform/chromium-linux/fast/speech/input-appearance-numberandspeech-expected.png: |
| * platform/chromium-linux/fast/speech/input-appearance-numberandspeech-expected.txt: |
| * platform/chromium-linux/fast/speech/input-appearance-searchandspeech-expected.png: |
| * platform/chromium-linux/fast/speech/input-appearance-searchandspeech-expected.txt: |
| * platform/chromium-linux/fast/speech/input-appearance-speechbutton-expected.png: |
| * platform/chromium-linux/fast/speech/input-appearance-speechbutton-expected.txt: |
| * platform/chromium-linux/fast/speech/speech-bidi-rendering-expected.png: |
| * platform/chromium-linux/fast/table/009-expected.png: |
| * platform/chromium-linux/fast/table/014-expected.png: |
| * platform/chromium-linux/fast/table/035-expected.png: |
| * platform/chromium-linux/fast/table/035-vertical-expected.png: |
| * platform/chromium-linux/fast/table/041-expected.png: |
| * platform/chromium-linux/fast/table/absolute-table-at-bottom-expected.png: |
| * platform/chromium-linux/fast/table/border-collapsing/004-expected.png: |
| * platform/chromium-linux/fast/table/border-collapsing/004-vertical-expected.png: |
| * platform/chromium-linux/fast/table/colspanMinWidth-vertical-expected.txt: |
| * platform/chromium-linux/fast/table/max-width-integer-overflow-expected.png: |
| * platform/chromium-linux/fast/table/max-width-integer-overflow-expected.txt: |
| * platform/chromium-linux/fast/table/mozilla-bug10296-vertical-align-1-expected.png: |
| * platform/chromium-linux/fast/table/mozilla-bug10296-vertical-align-2-expected.png: |
| * platform/chromium-linux/fast/table/nested-percent-height-table-expected.png: |
| * platform/chromium-linux/fast/table/percent-heights-expected.png: |
| * platform/chromium-linux/fast/table/table-display-types-strict-expected.png: |
| * platform/chromium-linux/fast/table/tableInsideCaption-expected.png: |
| * platform/chromium-linux/fast/text/atsui-negative-spacing-features-expected.png: |
| * platform/chromium-linux/fast/text/atsui-spacing-features-expected.png: |
| * platform/chromium-linux/fast/text/atsui-spacing-features-expected.txt: |
| * platform/chromium-linux/fast/text/basic/012-expected.png: |
| * platform/chromium-linux/fast/text/basic/013-expected.png: |
| * platform/chromium-linux/fast/text/basic/generic-family-reset-expected.png: |
| * platform/chromium-linux/fast/text/international/bidi-LDB-2-CSS-expected.png: |
| * platform/chromium-linux/fast/text/international/bidi-LDB-2-HTML-expected.png: |
| * platform/chromium-linux/fast/text/international/bidi-LDB-2-formatting-characters-expected.png: |
| * platform/chromium-linux/fast/text/international/thai-line-breaks-expected.png: |
| * platform/chromium-linux/fast/text/international/thai-line-breaks-expected.txt: |
| * platform/chromium-linux/fast/text/line-breaks-expected.png: |
| * platform/chromium-linux/fast/text/line-breaks-expected.txt: |
| * platform/chromium-linux/fast/text/textIteratorNilRenderer-expected.png: |
| * platform/chromium-linux/fast/text/textIteratorNilRenderer-expected.txt: |
| * platform/chromium-linux/fast/text/whitespace/024-expected.png: |
| * platform/chromium-linux/fast/text/whitespace/normal-after-nowrap-breaking-expected.png: |
| * platform/chromium-linux/fast/transforms/bounding-rect-zoom-expected.png: |
| * platform/chromium-linux/fast/transforms/rotated-transform-affects-scrolling-1-expected.png: |
| * platform/chromium-linux/fast/transforms/rotated-transform-affects-scrolling-2-expected.png: |
| * platform/chromium-linux/fast/transforms/transformed-document-element-expected.png: |
| * platform/chromium-linux/fast/writing-mode/fieldsets-expected.png: |
| * platform/chromium-linux/fast/xsl/xslt-extra-content-at-end-expected.png: |
| * platform/chromium-linux/http/tests/appcache/origin-quota-continued-download-expected.png: Added. |
| * platform/chromium-linux/http/tests/appcache/origin-quota-continued-download-multiple-manifests-expected.png: Added. |
| * platform/chromium-linux/http/tests/appcache/origin-quota-expected.png: Added. |
| * platform/chromium-linux/http/tests/cache: Added. |
| * platform/chromium-linux/http/tests/cache/history-only-cached-subresource-loads-expected.png: Added. |
| * platform/chromium-linux/http/tests/cache/history-only-cached-subresource-loads-max-age-https-expected.png: Added. |
| * platform/chromium-linux/http/tests/misc/acid2-pixel-expected.png: |
| * platform/chromium-linux/http/tests/misc/iframe404-expected.png: |
| * platform/chromium-linux/ietestcenter/css3/bordersbackgrounds/background-repeat-space-padding-box-expected.png: |
| * platform/chromium-linux/media/audio-repaint-expected.png: |
| * platform/chromium-linux/media/media-document-audio-repaint-expected.png: |
| * platform/chromium-linux/media/video-volume-slider-expected.png: |
| * platform/chromium-linux/media/video-zoom-controls-expected.png: |
| * platform/chromium-linux/platform/qt: Added. |
| * platform/chromium-linux/platform/qt/plugins: Added. |
| * platform/chromium-linux/platform/qt/plugins/application-plugin-plugins-disabled-expected.png: Added. |
| * platform/chromium-linux/scrollbars/overflow-scrollbar-combinations-expected.png: |
| * platform/chromium-linux/svg/as-border-image/svg-as-border-image-2-expected.png: |
| * platform/chromium-linux/svg/as-border-image/svg-as-border-image-expected.png: |
| * platform/chromium-linux/svg/as-image/img-preserveAspectRatio-support-2-expected.png: |
| * platform/chromium-linux/svg/custom/bug45331-expected.png: |
| * platform/chromium-linux/svg/custom/image-parent-translation-expected.png: |
| * platform/chromium-linux/svg/custom/inline-svg-in-xhtml-expected.png: |
| * platform/chromium-linux/svg/custom/inline-svg-in-xhtml-expected.txt: |
| * platform/chromium-linux/svg/custom/junk-data-expected.png: |
| * platform/chromium-linux/svg/custom/missing-xlink-expected.png: |
| * platform/chromium-linux/svg/custom/object-sizing-expected.png: |
| * platform/chromium-linux/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.txt: |
| * platform/chromium-linux/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-expected.txt: |
| * platform/chromium-linux/svg/custom/path-bad-data-expected.png: |
| * platform/chromium-linux/svg/custom/rootmost-svg-xy-attrs-expected.png: |
| * platform/chromium-linux/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png: |
| * platform/chromium-linux/svg/custom/svg-fonts-in-html-expected.png: |
| * platform/chromium-linux/svg/custom/svg-fonts-with-no-element-reference-expected.png: |
| * platform/chromium-linux/svg/custom/svg-fonts-without-missing-glyph-expected.png: |
| * platform/chromium-linux/svg/custom/use-css-no-effect-on-shadow-tree-expected.png: |
| * platform/chromium-linux/svg/custom/use-font-face-crash-expected.png: |
| * platform/chromium-linux/svg/custom/viewBox-hit-expected.png: |
| * platform/chromium-linux/svg/dynamic-updates/SVG-dynamic-css-transform-expected.png: |
| * platform/chromium-linux/svg/hixie/error/012-expected.png: |
| * platform/chromium-linux/svg/text/small-fonts-in-html5-expected.png: |
| * platform/chromium-linux/svg/transforms/svg-css-transforms-clip-path-expected.png: |
| * platform/chromium-linux/svg/transforms/svg-css-transforms-expected.png: |
| * platform/chromium-linux/svg/wicd/rightsizing-grid-expected.png: |
| * platform/chromium-linux/svg/wicd/test-rightsizing-a-expected.png: |
| * platform/chromium-linux/svg/wicd/test-rightsizing-b-expected.png: |
| * platform/chromium-linux/svg/wicd/test-scalable-background-image1-expected.png: |
| * platform/chromium-linux/svg/wicd/test-scalable-background-image2-expected.png: |
| * platform/chromium-linux/svg/zoom/page/zoom-background-images-expected.png: |
| * platform/chromium-linux/svg/zoom/page/zoom-hixie-mixed-008-expected.png: |
| * platform/chromium-linux/svg/zoom/page/zoom-hixie-rendering-model-004-expected.png: |
| * platform/chromium-linux/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png: |
| * platform/chromium-linux/svg/zoom/page/zoom-mask-with-percentages-expected.png: |
| * platform/chromium-linux/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png: |
| * platform/chromium-linux/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.png: |
| * platform/chromium-linux/svg/zoom/page/zoom-svg-float-border-padding-expected.png: |
| * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png: |
| * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt: |
| * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png: |
| * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt: |
| * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.png: |
| * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.png: |
| * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png: |
| * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png: |
| * platform/chromium-linux/svg/zoom/text/zoom-svg-float-border-padding-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug10269-2-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug10296-1-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug1055-1-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug106816-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug11384s-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug1188-expected.txt: |
| * platform/chromium-linux/tables/mozilla/bugs/bug131020-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug1318-expected.txt: |
| * platform/chromium-linux/tables/mozilla/bugs/bug139524-2-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug14323-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug159108-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug17130-1-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug17130-2-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug18359-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug18359-expected.txt: |
| * platform/chromium-linux/tables/mozilla/bugs/bug19061-1-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug19061-2-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug215629-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug24200-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug2479-1-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug2479-3-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug2479-3-expected.txt: |
| * platform/chromium-linux/tables/mozilla/bugs/bug2479-4-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug2479-4-expected.txt: |
| * platform/chromium-linux/tables/mozilla/bugs/bug28928-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug28928-expected.txt: |
| * platform/chromium-linux/tables/mozilla/bugs/bug3309-1-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug33137-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug39209-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug39209-expected.txt: |
| * platform/chromium-linux/tables/mozilla/bugs/bug3977-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug43854-2-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug4427-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug46480-1-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug46480-2-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug5538-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug59354-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug6304-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug6404-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug7112-1-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug7112-2-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug73321-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug8032-1-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug83786-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug8381-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug9271-1-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug9271-2-expected.png: |
| * platform/chromium-linux/tables/mozilla/collapsing_borders/bug41262-3-expected.png: |
| * platform/chromium-linux/tables/mozilla/collapsing_borders/bug41262-4-expected.png: |
| * platform/chromium-linux/tables/mozilla/collapsing_borders/bug41262-4-expected.txt: |
| * platform/chromium-linux/tables/mozilla/core/bloomberg-expected.txt: |
| * platform/chromium-linux/tables/mozilla/core/margins-expected.png: |
| * platform/chromium-linux/tables/mozilla/core/margins-expected.txt: |
| * platform/chromium-linux/tables/mozilla/marvin/backgr_index-expected.png: |
| * platform/chromium-linux/tables/mozilla/marvin/backgr_layers-opacity-expected.png: |
| * platform/chromium-linux/tables/mozilla/marvin/backgr_position-table-expected.png: |
| * platform/chromium-linux/tables/mozilla/marvin/backgr_simple-table-cell-expected.png: |
| * platform/chromium-linux/tables/mozilla/marvin/backgr_simple-table-column-expected.png: |
| * platform/chromium-linux/tables/mozilla/marvin/backgr_simple-table-column-group-expected.png: |
| * platform/chromium-linux/tables/mozilla/marvin/backgr_simple-table-expected.png: |
| * platform/chromium-linux/tables/mozilla/marvin/backgr_simple-table-row-expected.png: |
| * platform/chromium-linux/tables/mozilla/marvin/backgr_simple-table-row-group-expected.png: |
| * platform/chromium-linux/tables/mozilla/marvin/tables_align_center-expected.png: |
| * platform/chromium-linux/tables/mozilla/marvin/x_table_align_center-expected.png: |
| * platform/chromium-linux/tables/mozilla/other/test3-expected.png: |
| * platform/chromium-linux/tables/mozilla/other/test6-expected.png: |
| * platform/chromium-linux/tables/mozilla/other/wa_table_tr_align-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug10140-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug10216-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug1055-2-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug1128-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug14007-2-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug14007-2-expected.txt: |
| * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug1647-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug21518-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug22122-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug3166-11-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug3166-12-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug3166-13-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug3166-14-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug3166-16-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug3166-17-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug56024-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug61042-1-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug61042-2-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug8499-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug89315-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug91057-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.txt: |
| * platform/chromium-linux/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.txt: |
| * platform/chromium-linux/tables/mozilla_expected_failures/core/captions3-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/core/standards1-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.png: |
| * platform/chromium-linux/transforms/2d/zoom-menulist-expected.txt: |
| * platform/chromium-linux/transforms/svg-vs-css-expected.png: |
| * platform/chromium-win/compositing/direct-image-compositing-expected.txt: |
| * platform/chromium-win/compositing/overflow/theme-affects-visual-overflow-expected.txt: |
| * platform/chromium-win/compositing/shadows/shadow-drawing-expected.txt: |
| * platform/chromium-win/compositing/visibility/visibility-image-layers-dynamic-expected.txt: |
| * platform/chromium-win/css1/basic/inheritance-expected.txt: |
| * platform/chromium-win/css1/box_properties/acid_test-expected.txt: |
| * platform/chromium-win/css1/box_properties/clear_float-expected.txt: |
| * platform/chromium-win/css1/box_properties/float_on_text_elements-expected.txt: |
| * platform/chromium-win/css1/box_properties/margin-expected.txt: |
| * platform/chromium-win/css1/box_properties/margin_bottom-expected.txt: |
| * platform/chromium-win/css1/box_properties/margin_right-expected.txt: |
| * platform/chromium-win/css1/box_properties/margin_top-expected.txt: |
| * platform/chromium-win/css1/box_properties/padding-expected.txt: |
| * platform/chromium-win/css1/box_properties/padding_bottom-expected.txt: |
| * platform/chromium-win/css1/box_properties/padding_left-expected.txt: |
| * platform/chromium-win/css1/box_properties/padding_right-expected.txt: |
| * platform/chromium-win/css1/box_properties/padding_top-expected.txt: |
| * platform/chromium-win/css1/box_properties/width-expected.txt: |
| * platform/chromium-win/css1/color_and_background/background_attachment-expected.txt: |
| * platform/chromium-win/css1/font_properties/font_size-expected.txt: |
| * platform/chromium-win/css1/font_properties/font_weight-expected.txt: |
| * platform/chromium-win/css1/formatting_model/floating_elements-expected.txt: |
| * platform/chromium-win/css1/formatting_model/horizontal_formatting-expected.txt: |
| * platform/chromium-win/css1/formatting_model/inline_elements-expected.txt: |
| * platform/chromium-win/css1/formatting_model/replaced_elements-expected.txt: |
| * platform/chromium-win/css1/formatting_model/vertical_formatting-expected.txt: |
| * platform/chromium-win/css1/text_properties/line_height-expected.txt: |
| * platform/chromium-win/css1/text_properties/text_indent-expected.txt: |
| * platform/chromium-win/css1/text_properties/vertical_align-expected.txt: |
| * platform/chromium-win/css1/units/percentage_units-expected.txt: |
| * platform/chromium-win/css1/units/rounding-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-replaced-height-004-expected.txt: |
| * platform/chromium-win/css2.1/20110323/floating-replaced-height-008-expected.txt: |
| * platform/chromium-win/css2.1/20110323/inline-block-replaced-height-008-expected.txt: |
| * platform/chromium-win/css2.1/20110323/inline-replaced-height-008-expected.txt: |
| * platform/chromium-win/css2.1/20110323/replaced-intrinsic-ratio-001-expected.txt: |
| * platform/chromium-win/css2.1/t0803-c5501-mrgn-t-00-b-a-expected.txt: |
| * platform/chromium-win/css2.1/t0803-c5503-mrgn-b-00-b-a-expected.txt: |
| * platform/chromium-win/css2.1/t0803-c5505-imrgn-00-a-ag-expected.txt: |
| * platform/chromium-win/css2.1/t080301-c411-vt-mrgn-00-b-expected.txt: |
| * platform/chromium-win/css2.1/t0804-c5507-padn-r-00-c-ag-expected.txt: |
| * platform/chromium-win/css2.1/t0804-c5509-padn-l-03-f-g-expected.txt: |
| * platform/chromium-win/css2.1/t0804-c5510-padn-00-b-ag-expected.txt: |
| * platform/chromium-win/css2.1/t09-c5526c-display-00-e-expected.txt: |
| * platform/chromium-win/css2.1/t0905-c414-flt-wrap-00-e-expected.txt: |
| * platform/chromium-win/css2.1/t1002-c5523-width-02-b-g-expected.txt: |
| * platform/chromium-win/css2.1/t100801-c544-valgn-00-a-ag-expected.txt: |
| * platform/chromium-win/css2.1/t100801-c544-valgn-02-d-agi-expected.txt: |
| * platform/chromium-win/css2.1/t100801-c544-valgn-04-d-agi-expected.txt: |
| * platform/chromium-win/css2.1/t1205-c565-list-pos-00-b-expected.txt: |
| * platform/chromium-win/css2.1/t1506-c525-font-wt-00-b-expected.txt: |
| * platform/chromium-win/css2.1/t1602-c43-center-00-d-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/editing/inserting/editing-empty-divs-expected.txt: |
| * platform/chromium-win/editing/pasteboard/drag-image-to-contenteditable-in-iframe-expected.txt: |
| * platform/chromium-win/editing/selection/5354455-2-expected.txt: |
| * platform/chromium-win/editing/selection/drag-start-event-client-x-y-expected.txt: |
| * platform/chromium-win/editing/selection/extend-by-word-002-expected.txt: |
| * platform/chromium-win/editing/selection/select-text-overflow-ellipsis-expected.txt: |
| * platform/chromium-win/fast/backgrounds/background-inherit-color-bug-expected.txt: |
| * platform/chromium-win/fast/backgrounds/background-position-parsing-expected.txt: |
| * platform/chromium-win/fast/backgrounds/size/contain-and-cover-zoomed-expected.txt: Added. |
| * platform/chromium-win/fast/block/basic/001-expected.txt: |
| * platform/chromium-win/fast/block/basic/011-expected.txt: |
| * platform/chromium-win/fast/block/basic/014-expected.txt: |
| * platform/chromium-win/fast/block/basic/015-expected.txt: |
| * platform/chromium-win/fast/block/basic/016-expected.txt: |
| * platform/chromium-win/fast/block/basic/019-expected.txt: |
| * platform/chromium-win/fast/block/float/013-expected.txt: |
| * platform/chromium-win/fast/block/float/016-expected.txt: |
| * platform/chromium-win/fast/block/float/025-expected.txt: |
| * platform/chromium-win/fast/block/float/026-expected.txt: |
| * platform/chromium-win/fast/block/float/027-expected.txt: |
| * platform/chromium-win/fast/block/float/028-expected.txt: |
| * platform/chromium-win/fast/block/float/avoiding-float-centered-expected.txt: |
| * platform/chromium-win/fast/block/float/centered-float-avoidance-complexity-expected.txt: |
| * platform/chromium-win/fast/block/float/float-in-float-painting-expected.txt: |
| * platform/chromium-win/fast/block/float/nopaint-after-layer-destruction2-expected.txt: |
| * platform/chromium-win/fast/block/float/shrink-to-avoid-float-complexity-expected.txt: |
| * platform/chromium-win/fast/block/margin-collapse/100-expected.txt: |
| * platform/chromium-win/fast/block/positioning/051-expected.txt: |
| * platform/chromium-win/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.png: |
| * platform/chromium-win/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.txt: Added. |
| * platform/chromium-win/fast/borders/bidi-002-expected.txt: |
| * platform/chromium-win/fast/borders/bidi-009a-expected.txt: |
| * platform/chromium-win/fast/borders/bidi-012-expected.txt: |
| * platform/chromium-win/fast/borders/border-image-side-reduction-expected.png: |
| * platform/chromium-win/fast/borders/rtl-border-01-expected.txt: |
| * platform/chromium-win/fast/borders/rtl-border-02-expected.txt: |
| * platform/chromium-win/fast/borders/rtl-border-03-expected.txt: |
| * platform/chromium-win/fast/box-sizing/box-sizing-expected.txt: |
| * platform/chromium-win/fast/clip/overflow-border-radius-composited-expected.txt: |
| * platform/chromium-win/fast/clip/overflow-border-radius-transformed-expected.txt: |
| * platform/chromium-win/fast/compact/001-expected.txt: |
| * platform/chromium-win/fast/css-generated-content/011-expected.txt: |
| * platform/chromium-win/fast/css-generated-content/012-expected.txt: |
| * platform/chromium-win/fast/css-generated-content/013-expected.txt: |
| * platform/chromium-win/fast/css-generated-content/014-expected.txt: |
| * platform/chromium-win/fast/css-generated-content/015-expected.txt: |
| * platform/chromium-win/fast/css-generated-content/inline-display-types-expected.txt: |
| * platform/chromium-win/fast/css/003-expected.txt: |
| * platform/chromium-win/fast/css/004-expected.txt: |
| * platform/chromium-win/fast/css/005-expected.txt: |
| * platform/chromium-win/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.png: |
| * platform/chromium-win/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.txt: Added. |
| * platform/chromium-win/fast/css/acid2-expected.txt: |
| * platform/chromium-win/fast/css/acid2-pixel-expected.txt: |
| * platform/chromium-win/fast/css/background-shorthand-invalid-url-expected.txt: |
| * 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.txt: Added. |
| * platform/chromium-win/fast/css/bug4860-absolute-inline-child-inherits-alignment-expected.txt: Added. |
| * platform/chromium-win/fast/css/css1_forward_compatible_parsing-expected.txt: |
| * platform/chromium-win/fast/css/empty-pseudo-class-expected.txt: |
| * platform/chromium-win/fast/css/fieldset-display-row-expected.txt: |
| * platform/chromium-win/fast/css/first-child-pseudo-class-expected.txt: |
| * platform/chromium-win/fast/css/first-line-text-decoration-expected.txt: |
| * platform/chromium-win/fast/css/first-line-text-decoration-inherited-from-parent-expected.txt: |
| * platform/chromium-win/fast/css/first-of-type-pseudo-class-expected.txt: |
| * platform/chromium-win/fast/css/font-size-negative-expected.txt: |
| * platform/chromium-win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: |
| * platform/chromium-win/fast/css/getComputedStyle/getComputedStyle-margin-percentage-expected.txt: Added. |
| * platform/chromium-win/fast/css/h1-in-section-elements-expected.txt: |
| * platform/chromium-win/fast/css/hsl-color-expected.txt: |
| * platform/chromium-win/fast/css/hsla-color-expected.txt: |
| * platform/chromium-win/fast/css/inline-properties-important-expected.txt: |
| * platform/chromium-win/fast/css/invalid-percentage-property-expected.txt: |
| * platform/chromium-win/fast/css/last-child-pseudo-class-expected.txt: |
| * platform/chromium-win/fast/css/last-of-type-pseudo-class-expected.txt: |
| * platform/chromium-win/fast/css/line-height-negative-expected.txt: |
| * platform/chromium-win/fast/css/only-child-pseudo-class-expected.txt: |
| * platform/chromium-win/fast/css/only-of-type-pseudo-class-expected.txt: |
| * platform/chromium-win/fast/css/percentage-non-integer-expected.txt: |
| * platform/chromium-win/fast/css/preserve-user-specified-zoom-level-on-reload-expected.txt: |
| * platform/chromium-win/fast/css/rgb-float-expected.txt: |
| * platform/chromium-win/fast/css/selector-set-attribute-expected.txt: |
| * platform/chromium-win/fast/css/text-align-expected.txt: |
| * platform/chromium-win/fast/css/text-input-with-webkit-border-radius-expected.txt: |
| * platform/chromium-win/fast/css/text-overflow-input-expected.txt: |
| * platform/chromium-win/fast/css/transform-default-parameter-expected.txt: |
| * platform/chromium-win/fast/css/word-space-extra-expected.txt: |
| * platform/chromium-win/fast/dom/Document: Added. |
| * platform/chromium-win/fast/dom/Document/CaretRangeFromPoint: Added. |
| * platform/chromium-win/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.txt: |
| * platform/chromium-win/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.txt: |
| * platform/chromium-win/fast/dom/HTMLMeterElement/meter-boundary-values-expected.txt: |
| * platform/chromium-win/fast/dom/HTMLMeterElement/meter-element-expected.txt: |
| * platform/chromium-win/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.txt: |
| * 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.txt: |
| * platform/chromium-win/fast/dom/HTMLMeterElement/meter-writing-mode-expected.png: |
| * platform/chromium-win/fast/dom/HTMLMeterElement/meter-writing-mode-expected.txt: |
| * platform/chromium-win/fast/dom/HTMLProgressElement/indeterminate-progress-001-expected.txt: |
| * platform/chromium-win/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.txt: |
| * platform/chromium-win/fast/dom/HTMLProgressElement/progress-element-expected.txt: |
| * platform/chromium-win/fast/dom/HTMLProgressElement/progress-writing-mode-expected.txt: |
| * platform/chromium-win/fast/dom/Window/webkitConvertPoint-expected.txt: |
| * platform/chromium-win/fast/dom/clone-node-dynamic-style-expected.txt: |
| * platform/chromium-win/fast/dom/elementFromPoint-relative-to-viewport-expected.txt: Added. |
| * platform/chromium-win/fast/dynamic/012-expected.txt: |
| * platform/chromium-win/fast/dynamic/anchor-lock-expected.txt: |
| * platform/chromium-win/fast/encoding/utf-16-big-endian-expected.txt: |
| * platform/chromium-win/fast/encoding/utf-16-little-endian-expected.txt: |
| * platform/chromium-win/fast/events/clientXY-in-zoom-and-scroll-expected.txt: Added. |
| * platform/chromium-win/fast/events/document-elementFromPoint-expected.txt: Added. |
| * platform/chromium-win/fast/events/offsetX-offsetY-expected.txt: |
| * platform/chromium-win/fast/events/pointer-events-2-expected.txt: |
| * platform/chromium-win/fast/flexbox/011-expected.txt: |
| * platform/chromium-win/fast/forms/006-expected.txt: |
| * platform/chromium-win/fast/forms/007-expected.txt: |
| * platform/chromium-win/fast/forms/fieldset-align-expected.txt: |
| * platform/chromium-win/fast/forms/fieldset-legend-padding-unclipped-fieldset-border-expected.txt: |
| * platform/chromium-win/fast/forms/fieldset-with-float-expected.txt: |
| * platform/chromium-win/fast/forms/float-before-fieldset-expected.txt: |
| * platform/chromium-win/fast/forms/linebox-overflow-in-textarea-padding-expected.txt: |
| * platform/chromium-win/fast/forms/minWidthPercent-expected.txt: |
| * platform/chromium-win/fast/forms/placeholder-pseudo-style-expected.txt: |
| * platform/chromium-win/fast/forms/preserveFormDuringResidualStyle-expected.txt: |
| * platform/chromium-win/fast/forms/range/input-appearance-range-expected.txt: |
| * platform/chromium-win/fast/forms/search-cancel-button-style-sharing-expected.txt: |
| * platform/chromium-win/fast/forms/search-display-none-cancel-button-expected.txt: |
| * platform/chromium-win/fast/forms/search-rtl-expected.txt: |
| * platform/chromium-win/fast/forms/search-vertical-alignment-expected.txt: |
| * platform/chromium-win/fast/forms/textAreaLineHeight-expected.txt: |
| * platform/chromium-win/fast/frames/onlyCommentInIFrame-expected.txt: |
| * platform/chromium-win/fast/gradients/crash-on-zero-radius-expected.txt: |
| * platform/chromium-win/fast/gradients/generated-gradients-expected.txt: |
| * platform/chromium-win/fast/gradients/simple-gradients-expected.txt: |
| * platform/chromium-win/fast/html/details-add-child-1-expected.txt: |
| * platform/chromium-win/fast/html/details-add-child-2-expected.txt: |
| * platform/chromium-win/fast/html/details-add-details-child-1-expected.txt: |
| * platform/chromium-win/fast/html/details-add-details-child-2-expected.txt: |
| * platform/chromium-win/fast/html/details-add-summary-1-and-click-expected.txt: |
| * platform/chromium-win/fast/html/details-add-summary-1-expected.txt: |
| * platform/chromium-win/fast/html/details-add-summary-10-and-click-expected.txt: |
| * platform/chromium-win/fast/html/details-add-summary-10-expected.txt: |
| * platform/chromium-win/fast/html/details-add-summary-2-and-click-expected.txt: |
| * platform/chromium-win/fast/html/details-add-summary-2-expected.txt: |
| * platform/chromium-win/fast/html/details-add-summary-3-and-click-expected.txt: |
| * platform/chromium-win/fast/html/details-add-summary-3-expected.txt: |
| * platform/chromium-win/fast/html/details-add-summary-4-and-click-expected.txt: |
| * platform/chromium-win/fast/html/details-add-summary-4-expected.txt: |
| * platform/chromium-win/fast/html/details-add-summary-5-and-click-expected.txt: |
| * platform/chromium-win/fast/html/details-add-summary-5-expected.txt: |
| * platform/chromium-win/fast/html/details-add-summary-6-and-click-expected.txt: |
| * platform/chromium-win/fast/html/details-add-summary-6-expected.txt: |
| * platform/chromium-win/fast/html/details-add-summary-7-and-click-expected.txt: |
| * platform/chromium-win/fast/html/details-add-summary-7-expected.txt: |
| * platform/chromium-win/fast/html/details-add-summary-8-and-click-expected.txt: |
| * platform/chromium-win/fast/html/details-add-summary-8-expected.txt: |
| * platform/chromium-win/fast/html/details-add-summary-9-and-click-expected.txt: |
| * platform/chromium-win/fast/html/details-add-summary-9-expected.txt: |
| * platform/chromium-win/fast/html/details-add-summary-child-1-expected.txt: |
| * platform/chromium-win/fast/html/details-add-summary-child-2-expected.txt: |
| * platform/chromium-win/fast/html/details-nested-1-expected.txt: |
| * platform/chromium-win/fast/html/details-nested-2-expected.txt: |
| * platform/chromium-win/fast/html/details-no-summary1-expected.txt: |
| * platform/chromium-win/fast/html/details-no-summary2-expected.txt: |
| * platform/chromium-win/fast/html/details-no-summary3-expected.txt: |
| * platform/chromium-win/fast/html/details-no-summary4-expected.txt: |
| * platform/chromium-win/fast/html/details-open-javascript-expected.txt: |
| * platform/chromium-win/fast/html/details-open1-expected.txt: |
| * platform/chromium-win/fast/html/details-open2-expected.txt: |
| * platform/chromium-win/fast/html/details-open3-expected.txt: |
| * platform/chromium-win/fast/html/details-open4-expected.txt: |
| * platform/chromium-win/fast/html/details-open5-expected.txt: |
| * platform/chromium-win/fast/html/details-open6-expected.txt: |
| * platform/chromium-win/fast/html/details-position-expected.txt: |
| * platform/chromium-win/fast/html/details-remove-child-1-expected.txt: |
| * platform/chromium-win/fast/html/details-remove-child-2-expected.txt: |
| * platform/chromium-win/fast/html/details-remove-summary-1-and-click-expected.txt: |
| * platform/chromium-win/fast/html/details-remove-summary-1-expected.txt: |
| * platform/chromium-win/fast/html/details-remove-summary-2-and-click-expected.txt: |
| * platform/chromium-win/fast/html/details-remove-summary-2-expected.txt: |
| * platform/chromium-win/fast/html/details-remove-summary-3-and-click-expected.txt: |
| * platform/chromium-win/fast/html/details-remove-summary-3-expected.txt: |
| * platform/chromium-win/fast/html/details-remove-summary-4-and-click-expected.txt: |
| * platform/chromium-win/fast/html/details-remove-summary-4-expected.txt: |
| * platform/chromium-win/fast/html/details-remove-summary-5-and-click-expected.txt: |
| * platform/chromium-win/fast/html/details-remove-summary-5-expected.txt: |
| * platform/chromium-win/fast/html/details-remove-summary-6-and-click-expected.txt: |
| * platform/chromium-win/fast/html/details-remove-summary-6-expected.txt: |
| * platform/chromium-win/fast/html/details-remove-summary-child-1-expected.txt: |
| * platform/chromium-win/fast/html/details-remove-summary-child-2-expected.txt: |
| * platform/chromium-win/fast/html/details-writing-mode-expected.txt: |
| * platform/chromium-win/fast/images/imagemap-focus-ring-zoom-expected.txt: |
| * platform/chromium-win/fast/inline-block/002-expected.txt: |
| * platform/chromium-win/fast/inline-block/contenteditable-baseline-expected.txt: |
| * platform/chromium-win/fast/inline-block/inline-block-vertical-align-expected.txt: |
| * platform/chromium-win/fast/inline/002-expected.txt: |
| * platform/chromium-win/fast/inline/continuation-outlines-expected.txt: |
| * platform/chromium-win/fast/inline/continuation-outlines-with-layers-expected.txt: |
| * platform/chromium-win/fast/inline/inline-borders-with-bidi-override-expected.txt: |
| * platform/chromium-win/fast/inline/inline-box-background-expected.txt: |
| * platform/chromium-win/fast/inline/inline-box-background-long-image-expected.txt: |
| * platform/chromium-win/fast/inline/inline-box-background-repeat-x-expected.txt: |
| * platform/chromium-win/fast/inline/inline-box-background-repeat-y-expected.txt: |
| * platform/chromium-win/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks-expected.txt: |
| * platform/chromium-win/fast/inline/outline-continuations-expected.txt: |
| * platform/chromium-win/fast/inline/vertical-align-text-bottom-expected.txt: |
| * platform/chromium-win/fast/invalid/010-expected.txt: |
| * platform/chromium-win/fast/invalid/junk-data-expected.txt: |
| * platform/chromium-win/fast/invalid/missing-end-tag-expected.txt: |
| * platform/chromium-win/fast/invalid/nestedh3s-expected.txt: |
| * platform/chromium-win/fast/layers/video-layer-expected.txt: |
| * platform/chromium-win/fast/lists/003-expected.txt: |
| * platform/chromium-win/fast/lists/003-vertical-expected.txt: |
| * platform/chromium-win/fast/lists/ordered-list-with-no-ol-tag-expected.txt: |
| * platform/chromium-win/fast/multicol/break-properties-expected.txt: Added. |
| * platform/chromium-win/fast/multicol/client-rects-expected.txt: |
| * platform/chromium-win/fast/multicol/column-count-with-rules-expected.txt: |
| * platform/chromium-win/fast/multicol/float-multicol-expected.txt: |
| * platform/chromium-win/fast/multicol/float-paginate-complex-expected.txt: |
| * platform/chromium-win/fast/multicol/layers-in-multicol-expected.txt: |
| * platform/chromium-win/fast/multicol/nested-columns-expected.txt: |
| * platform/chromium-win/fast/multicol/overflow-across-columns-expected.txt: |
| * platform/chromium-win/fast/multicol/overflow-across-columns-percent-height-expected.txt: |
| * platform/chromium-win/fast/multicol/overflow-unsplittable-expected.txt: |
| * platform/chromium-win/fast/multicol/scrolling-overflow-expected.txt: |
| * platform/chromium-win/fast/multicol/span/anonymous-before-child-parent-crash-expected.txt: |
| * platform/chromium-win/fast/multicol/span/anonymous-split-block-crash-expected.txt: |
| * platform/chromium-win/fast/multicol/span/anonymous-style-inheritance-expected.txt: |
| * platform/chromium-win/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt: |
| * platform/chromium-win/fast/multicol/span/clone-flexbox-expected.txt: Added. |
| * platform/chromium-win/fast/multicol/span/clone-summary-expected.txt: Added. |
| * platform/chromium-win/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.txt: |
| * platform/chromium-win/fast/multicol/span/span-as-immediate-child-generated-content-expected.txt: |
| * platform/chromium-win/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.txt: |
| * platform/chromium-win/fast/multicol/span/span-as-immediate-columns-child-expected.txt: |
| * platform/chromium-win/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.txt: |
| * platform/chromium-win/fast/multicol/span/span-as-nested-columns-child-expected.txt: |
| * platform/chromium-win/fast/multicol/span/span-margin-collapsing-expected.txt: |
| * platform/chromium-win/fast/multicol/table-vertical-align-expected.txt: |
| * platform/chromium-win/fast/multicol/vertical-lr/break-properties-expected.txt: Added. |
| * platform/chromium-win/fast/multicol/vertical-lr/column-break-with-balancing-expected.txt: |
| * platform/chromium-win/fast/multicol/vertical-lr/float-multicol-expected.txt: |
| * platform/chromium-win/fast/multicol/vertical-lr/nested-columns-expected.txt: |
| * platform/chromium-win/fast/multicol/vertical-rl/break-properties-expected.txt: Added. |
| * platform/chromium-win/fast/multicol/vertical-rl/column-break-with-balancing-expected.txt: |
| * platform/chromium-win/fast/multicol/vertical-rl/float-multicol-expected.txt: |
| * platform/chromium-win/fast/multicol/vertical-rl/nested-columns-expected.txt: |
| * platform/chromium-win/fast/overflow/007-expected.txt: |
| * platform/chromium-win/fast/overflow/clip-rects-fixed-ancestor-expected.txt: |
| * platform/chromium-win/fast/overflow/overflow_hidden-expected.txt: |
| * platform/chromium-win/fast/parser/entity-comment-in-style-expected.txt: |
| * platform/chromium-win/fast/parser/xhtml-alternate-entities-expected.txt: |
| * platform/chromium-win/fast/regions/bottom-overflow-out-of-first-region-expected.txt: |
| * platform/chromium-win/fast/regions/multiple-directionality-changes-in-variable-width-regions-expected.txt: |
| * platform/chromium-win/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.txt: |
| * platform/chromium-win/fast/regions/overflow-not-moving-below-floats-in-variable-width-regions-expected.txt: |
| * platform/chromium-win/fast/regions/overflow-size-change-with-stacking-context-rtl-expected.txt: |
| * platform/chromium-win/fast/regions/region-style-rule-specificity-expected.html: Added. |
| * platform/chromium-win/fast/regions/top-overflow-out-of-second-region-expected.txt: |
| * platform/chromium-win/fast/repaint/block-layout-inline-children-float-positioned-expected.txt: |
| * platform/chromium-win/fast/repaint/delete-into-nested-block-expected.txt: |
| * platform/chromium-win/fast/repaint/line-flow-with-floats-1-expected.txt: |
| * platform/chromium-win/fast/repaint/line-flow-with-floats-10-expected.txt: |
| * platform/chromium-win/fast/repaint/line-flow-with-floats-2-expected.txt: |
| * platform/chromium-win/fast/repaint/line-flow-with-floats-3-expected.txt: |
| * platform/chromium-win/fast/repaint/line-flow-with-floats-4-expected.txt: |
| * platform/chromium-win/fast/repaint/line-flow-with-floats-5-expected.txt: |
| * platform/chromium-win/fast/repaint/line-flow-with-floats-6-expected.txt: |
| * platform/chromium-win/fast/repaint/line-flow-with-floats-7-expected.txt: |
| * platform/chromium-win/fast/repaint/line-flow-with-floats-8-expected.txt: |
| * platform/chromium-win/fast/repaint/line-flow-with-floats-9-expected.txt: |
| * platform/chromium-win/fast/repaint/repaint-across-writing-mode-boundary-expected.txt: |
| * platform/chromium-win/fast/repaint/scroll-fixed-layer-with-transformed-parent-layer-expected.png: |
| * platform/chromium-win/fast/repaint/transform-translate-expected.txt: |
| * platform/chromium-win/fast/replaced/007-expected.txt: |
| * platform/chromium-win/fast/replaced/table-percent-height-expected.txt: |
| * platform/chromium-win/fast/replaced/width100percent-searchfield-expected.txt: |
| * platform/chromium-win/fast/ruby/ruby-inline-table-expected.txt: |
| * platform/chromium-win/fast/selectors/032-expected.txt: |
| * platform/chromium-win/fast/selectors/166-expected.txt: |
| * platform/chromium-win/fast/selectors/unqualified-hover-quirks-expected.txt: |
| * platform/chromium-win/fast/table/008-expected.png: |
| * platform/chromium-win/fast/table/009-expected.txt: |
| * platform/chromium-win/fast/table/014-expected.txt: |
| * platform/chromium-win/fast/table/035-expected.txt: |
| * 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/041-expected.txt: |
| * platform/chromium-win/fast/table/absolute-table-at-bottom-expected.txt: |
| * platform/chromium-win/fast/table/border-collapsing/004-expected.txt: |
| * platform/chromium-win/fast/table/border-collapsing/004-vertical-expected.txt: |
| * platform/chromium-win/fast/table/mozilla-bug10296-vertical-align-1-expected.txt: |
| * platform/chromium-win/fast/table/mozilla-bug10296-vertical-align-2-expected.txt: |
| * platform/chromium-win/fast/table/nested-percent-height-table-expected.txt: |
| * platform/chromium-win/fast/table/overflowHidden-expected.txt: |
| * platform/chromium-win/fast/table/percent-heights-expected.txt: |
| * platform/chromium-win/fast/table/table-display-types-strict-expected.txt: |
| * platform/chromium-win/fast/table/tableInsideCaption-expected.txt: |
| * platform/chromium-win/fast/text/atsui-negative-spacing-features-expected.txt: |
| * platform/chromium-win/fast/text/basic/012-expected.txt: |
| * platform/chromium-win/fast/text/basic/013-expected.txt: |
| * platform/chromium-win/fast/text/basic/generic-family-reset-expected.txt: |
| * platform/chromium-win/fast/text/international/bidi-LDB-2-CSS-expected.txt: |
| * platform/chromium-win/fast/text/international/bidi-LDB-2-HTML-expected.txt: |
| * platform/chromium-win/fast/text/international/bidi-LDB-2-formatting-characters-expected.txt: |
| * platform/chromium-win/fast/text/whitespace/024-expected.txt: |
| * platform/chromium-win/fast/text/whitespace/normal-after-nowrap-breaking-expected.txt: |
| * platform/chromium-win/fast/transforms/bounding-rect-zoom-expected.txt: |
| * platform/chromium-win/fast/transforms/transforms-with-zoom-expected.txt: |
| * platform/chromium-win/fast/viewport: Added. |
| * platform/chromium-win/fast/viewport/viewport-126-expected.txt: Added. |
| * platform/chromium-win/fast/viewport/viewport-127-expected.txt: Added. |
| * platform/chromium-win/fast/viewport/viewport-65-expected.txt: Added. |
| * platform/chromium-win/fast/viewport/viewport-82-expected.txt: Added. |
| * platform/chromium-win/fast/viewport/viewport-84-expected.txt: Added. |
| * platform/chromium-win/fast/viewport/viewport-87-expected.txt: Added. |
| * platform/chromium-win/fast/writing-mode/fieldsets-expected.txt: |
| * platform/chromium-win/fast/xsl/xslt-extra-content-at-end-expected.txt: |
| * platform/chromium-win/http/tests/misc/acid2-expected.txt: |
| * platform/chromium-win/http/tests/misc/acid2-pixel-expected.txt: |
| * platform/chromium-win/http/tests/misc/iframe404-expected.txt: |
| * platform/chromium-win/ietestcenter/css3/bordersbackgrounds/background-repeat-space-padding-box-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/audio-controls-rendering-expected.txt: |
| * platform/chromium-win/media/audio-repaint-expected.txt: |
| * platform/chromium-win/media/controls-after-reload-expected.txt: |
| * platform/chromium-win/media/controls-strict-expected.txt: |
| * platform/chromium-win/media/controls-styling-expected.txt: |
| * platform/chromium-win/media/controls-without-preload-expected.txt: |
| * platform/chromium-win/media/media-controls-clone-expected.txt: |
| * platform/chromium-win/media/media-document-audio-repaint-expected.txt: |
| * platform/chromium-win/media/video-controls-rendering-expected.txt: |
| * platform/chromium-win/media/video-display-toggle-expected.txt: |
| * platform/chromium-win/media/video-no-audio-expected.txt: |
| * platform/chromium-win/media/video-playing-and-pause-expected.txt: |
| * platform/chromium-win/media/video-volume-slider-expected.txt: |
| * platform/chromium-win/media/video-zoom-controls-expected.txt: |
| * platform/chromium-win/plugins/embed-attributes-style-expected.txt: |
| * platform/chromium-win/scrollbars/custom-scrollbar-with-incomplete-style-expected.txt: |
| * 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/as-image/img-preserveAspectRatio-support-2-expected.txt: |
| * platform/chromium-win/svg/as-image/svg-non-integer-scaled-image-expected.png: |
| * platform/chromium-win/svg/custom/bug45331-expected.txt: |
| * platform/chromium-win/svg/custom/dynamic-empty-path-expected.png: |
| * platform/chromium-win/svg/custom/image-parent-translation-expected.txt: |
| * platform/chromium-win/svg/custom/js-update-container-expected.png: |
| * platform/chromium-win/svg/custom/junk-data-expected.txt: |
| * platform/chromium-win/svg/custom/missing-xlink-expected.txt: |
| * platform/chromium-win/svg/custom/object-sizing-expected.txt: |
| * platform/chromium-win/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.png: |
| * platform/chromium-win/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.txt: |
| * platform/chromium-win/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.png: |
| * platform/chromium-win/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-expected.png: |
| * platform/chromium-win/svg/custom/path-bad-data-expected.txt: |
| * platform/chromium-win/svg/custom/rootmost-svg-xy-attrs-expected.txt: |
| * platform/chromium-win/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt: |
| * platform/chromium-win/svg/custom/svg-fonts-in-html-expected.txt: |
| * platform/chromium-win/svg/custom/svg-fonts-without-missing-glyph-expected.txt: |
| * platform/chromium-win/svg/custom/use-font-face-crash-expected.txt: |
| * platform/chromium-win/svg/hixie/error/012-expected.txt: |
| * platform/chromium-win/svg/text/small-fonts-in-html5-expected.txt: |
| * platform/chromium-win/svg/transforms/svg-css-transforms-clip-path-expected.txt: |
| * platform/chromium-win/svg/transforms/svg-css-transforms-expected.txt: |
| * platform/chromium-win/svg/wicd/rightsizing-grid-expected.txt: |
| * platform/chromium-win/svg/wicd/test-rightsizing-a-expected.txt: |
| * platform/chromium-win/svg/wicd/test-rightsizing-b-expected.txt: |
| * platform/chromium-win/svg/wicd/test-scalable-background-image1-expected.txt: |
| * platform/chromium-win/svg/wicd/test-scalable-background-image2-expected.txt: |
| * platform/chromium-win/svg/zoom/page/zoom-background-image-tiled-expected.png: |
| * platform/chromium-win/svg/zoom/page/zoom-background-images-expected.txt: |
| * platform/chromium-win/svg/zoom/page/zoom-hixie-mixed-008-expected.txt: |
| * platform/chromium-win/svg/zoom/page/zoom-hixie-mixed-009-expected.txt: |
| * platform/chromium-win/svg/zoom/page/zoom-hixie-rendering-model-004-expected.txt: |
| * platform/chromium-win/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt: |
| * platform/chromium-win/svg/zoom/page/zoom-mask-with-percentages-expected.txt: |
| * platform/chromium-win/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt: |
| * platform/chromium-win/svg/zoom/page/zoom-svg-as-background-with-relative-size-expected.txt: |
| * platform/chromium-win/svg/zoom/page/zoom-svg-float-border-padding-expected.txt: |
| * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt: |
| * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.txt: |
| * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.txt: |
| * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt: |
| * platform/chromium-win/svg/zoom/text/zoom-hixie-mixed-008-expected.txt: |
| * platform/chromium-win/svg/zoom/text/zoom-hixie-rendering-model-004-expected.txt: |
| * platform/chromium-win/svg/zoom/text/zoom-svg-float-border-padding-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug10269-2-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug10296-1-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug1055-1-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug106816-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug113235-1-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug113235-2-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug113424-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug11384q-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug11384s-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug126742-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug131020-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug13118-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug139524-2-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug14323-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug159108-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug17130-1-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug17130-2-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug17138-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug19061-1-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug19061-2-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug24200-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug2479-1-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug26553-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug2886-2-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug30692-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug3309-1-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug33137-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug42187-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug43854-2-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug4427-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug4527-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug46480-1-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug46480-2-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug5538-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug59354-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug6304-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug6404-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug67915-1-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug69187-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug7112-1-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug7112-2-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug73321-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug8032-1-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug83786-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug8381-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug9271-1-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug9271-2-expected.txt: |
| * platform/chromium-win/tables/mozilla/core/misc-expected.txt: |
| * platform/chromium-win/tables/mozilla/marvin/backgr_index-expected.txt: |
| * platform/chromium-win/tables/mozilla/marvin/backgr_layers-opacity-expected.txt: |
| * platform/chromium-win/tables/mozilla/marvin/backgr_position-table-expected.txt: |
| * platform/chromium-win/tables/mozilla/marvin/backgr_simple-table-cell-expected.txt: |
| * platform/chromium-win/tables/mozilla/marvin/backgr_simple-table-column-expected.txt: |
| * platform/chromium-win/tables/mozilla/marvin/backgr_simple-table-column-group-expected.txt: |
| * platform/chromium-win/tables/mozilla/marvin/backgr_simple-table-expected.txt: |
| * platform/chromium-win/tables/mozilla/marvin/backgr_simple-table-row-expected.txt: |
| * platform/chromium-win/tables/mozilla/marvin/backgr_simple-table-row-group-expected.txt: |
| * platform/chromium-win/tables/mozilla/marvin/tables_align_center-expected.txt: |
| * platform/chromium-win/tables/mozilla/marvin/x_table_align_center-expected.txt: |
| * platform/chromium-win/tables/mozilla/other/test3-expected.txt: |
| * platform/chromium-win/tables/mozilla/other/test6-expected.txt: |
| * platform/chromium-win/tables/mozilla/other/wa_table_thtd_rowspan-expected.txt: |
| * platform/chromium-win/tables/mozilla/other/wa_table_tr_align-expected.txt: |
| * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug10140-expected.txt: |
| * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug10216-expected.txt: |
| * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug1055-2-expected.txt: |
| * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug1128-expected.txt: |
| * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug131020-3-expected.txt: |
| * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug1647-expected.txt: |
| * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug21518-expected.txt: |
| * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug22122-expected.txt: |
| * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug23847-expected.png: |
| * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug3166-11-expected.txt: |
| * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug3166-12-expected.txt: |
| * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug3166-13-expected.txt: |
| * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug3166-14-expected.txt: |
| * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug3166-16-expected.txt: |
| * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug3166-17-expected.txt: |
| * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug46268-4-expected.txt: |
| * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug56024-expected.txt: |
| * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug61042-1-expected.txt: |
| * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug61042-2-expected.txt: |
| * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug72393-expected.txt: |
| * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug8499-expected.txt: |
| * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug89315-expected.txt: |
| * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug91057-expected.txt: |
| * platform/chromium-win/tables/mozilla_expected_failures/core/captions1-expected.txt: |
| * platform/chromium-win/tables/mozilla_expected_failures/core/captions2-expected.txt: |
| * platform/chromium-win/tables/mozilla_expected_failures/core/captions3-expected.txt: |
| * platform/chromium-win/tables/mozilla_expected_failures/core/standards1-expected.txt: |
| * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.txt: |
| * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.txt: |
| * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.txt: |
| * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.txt: |
| * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.txt: |
| * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.txt: |
| * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.txt: |
| * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.txt: |
| * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.txt: |
| * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.txt: |
| * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.txt: |
| * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.txt: |
| * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.txt: |
| * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.txt: |
| * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.txt: |
| * platform/chromium-win/tables/mozilla_expected_failures/other/test4-expected.txt: |
| * platform/chromium-win/transforms/svg-vs-css-expected.txt: |
| * platform/chromium/fast/regions/overflow-in-uniform-regions-expected.html: Added. |
| |
| 2012-05-21 Hugo Parente Lima <hugo.lima@openbossa.org> |
| |
| [Qt][WK2] fast/forms/submit-to-blank-multiple-times.html fails |
| https://bugs.webkit.org/show_bug.cgi?id=68309 |
| |
| Reviewed by Alexis Menard. |
| |
| Unskip the test. |
| |
| * platform/qt-5.0-wk2/Skipped: |
| |
| 2012-05-21 Levi Weintraub <leviw@chromium.org> |
| |
| Unreviewed Chromium expectation update following sub-pixel r117815. This covers all updates |
| in chromium and chromium-mac directories. Seperate patches coming for Linux and Windows. |
| |
| 2012-05-21 Joshua Bell <jsbell@chromium.org> |
| |
| IndexedDB: Store key paths in IDBKeyPath type instead of String |
| https://bugs.webkit.org/show_bug.cgi?id=85298 |
| |
| Reviewed by Tony Chang, Kentaro Hara and James Robinson. |
| |
| * storage/indexeddb/keypath-basics-expected.txt: |
| * storage/indexeddb/resources/keypath-basics.js: |
| |
| 2012-05-21 Joshua Bell <jsbell@chromium.org> |
| |
| Move WebSQL tests in LayoutTests/storage to websql directory |
| https://bugs.webkit.org/show_bug.cgi?id=86138 |
| |
| Reviewed by Ryosuke Niwa. |
| |
| * fast/workers/storage/resources/database-worker-controller.js: |
| (runTest): |
| * platform/chromium-mac/storage/websql/statement-error-callback-expected.txt: Renamed from LayoutTests/platform/chromium-mac/storage/statement-error-callback-expected.txt. |
| * platform/chromium-mac/storage/websql/transaction-callback-exception-crash-expected.txt: Renamed from LayoutTests/platform/chromium-mac/storage/transaction-callback-exception-crash-expected.txt. |
| * platform/chromium-mac/storage/websql/transaction-error-callback-expected.txt: Renamed from LayoutTests/platform/chromium-mac/storage/transaction-error-callback-expected.txt. |
| * platform/chromium-win/storage/websql/statement-error-callback-expected.txt: Renamed from LayoutTests/platform/chromium-win/storage/statement-error-callback-expected.txt. |
| * platform/chromium-win/storage/websql/transaction-callback-exception-crash-expected.txt: Renamed from LayoutTests/platform/chromium-win/storage/transaction-callback-exception-crash-expected.txt. |
| * platform/chromium-win/storage/websql/transaction-error-callback-expected.txt: Renamed from LayoutTests/platform/chromium-win/storage/transaction-error-callback-expected.txt. |
| * platform/chromium/storage/websql/quota-tracking-expected.txt: Renamed from LayoutTests/platform/chromium/storage/quota-tracking-expected.txt. |
| * platform/chromium/storage/websql/sql-error-codes-expected.txt: Renamed from LayoutTests/platform/chromium/storage/sql-error-codes-expected.txt. |
| * platform/chromium/test_expectations.txt: |
| * platform/gtk/test_expectations.txt: |
| * storage/websql/change-version-expected.txt: Renamed from LayoutTests/storage/change-version-expected.txt. |
| * storage/websql/change-version-handle-reuse-expected.txt: Renamed from LayoutTests/storage/change-version-handle-reuse-expected.txt. |
| * storage/websql/change-version-handle-reuse.html: Renamed from LayoutTests/storage/change-version-handle-reuse.html. |
| * storage/websql/change-version-handle-reuse.js: Renamed from LayoutTests/storage/change-version-handle-reuse.js. |
| (finishTest): |
| (runTest.catch): |
| (runTest): |
| (runTest2.catch): |
| (runTest2): |
| * storage/websql/change-version-no-crash-on-preflight-failure-expected.txt: Renamed from LayoutTests/storage/change-version-no-crash-on-preflight-failure-expected.txt. |
| * storage/websql/change-version-no-crash-on-preflight-failure.html: Renamed from LayoutTests/storage/change-version-no-crash-on-preflight-failure.html. |
| * storage/websql/change-version.html: Renamed from LayoutTests/storage/change-version.html. |
| * storage/websql/close-during-stress-test-expected.txt: Renamed from LayoutTests/storage/close-during-stress-test-expected.txt. |
| * storage/websql/close-during-stress-test.html: Renamed from LayoutTests/storage/close-during-stress-test.html. |
| * storage/websql/database-lock-after-reload-expected.txt: Renamed from LayoutTests/storage/database-lock-after-reload-expected.txt. |
| * storage/websql/database-lock-after-reload.html: Renamed from LayoutTests/storage/database-lock-after-reload.html. |
| * storage/websql/empty-statement-expected.txt: Renamed from LayoutTests/storage/empty-statement-expected.txt. |
| * storage/websql/empty-statement.html: Renamed from LayoutTests/storage/empty-statement.html. |
| * storage/websql/execute-sql-args-expected.txt: Renamed from LayoutTests/storage/execute-sql-args-expected.txt. |
| * storage/websql/execute-sql-args.html: Renamed from LayoutTests/storage/execute-sql-args.html. |
| * storage/websql/execute-sql-args.js: Renamed from LayoutTests/storage/execute-sql-args.js. |
| (throwOnToStringObject.toString): |
| (var): |
| (tryExecuteSql): |
| (runTransactionTest): |
| (runTransactionTests): |
| (runTest): |
| * storage/websql/executesql-accepts-only-one-statement-expected.txt: Renamed from LayoutTests/storage/executesql-accepts-only-one-statement-expected.txt. |
| * storage/websql/executesql-accepts-only-one-statement.html: Renamed from LayoutTests/storage/executesql-accepts-only-one-statement.html. |
| * storage/websql/hash-change-with-xhr-expected.txt: Renamed from LayoutTests/storage/hash-change-with-xhr-expected.txt. |
| * storage/websql/hash-change-with-xhr.html: Renamed from LayoutTests/storage/hash-change-with-xhr.html. |
| * storage/websql/hash-change-with-xhr.js: Renamed from LayoutTests/storage/hash-change-with-xhr.js. |
| (stopIntervals): |
| (stopTest): |
| (updateDatabase): |
| (checkForSuccess): |
| (errorHandler): |
| (sendXhr): |
| (invokeBack): |
| (runTest): |
| (runTestsInner): |
| * storage/websql/multiple-databases-garbage-collection-expected.txt: Renamed from LayoutTests/storage/multiple-databases-garbage-collection-expected.txt. |
| * storage/websql/multiple-databases-garbage-collection.html: Renamed from LayoutTests/storage/multiple-databases-garbage-collection.html. |
| * storage/websql/multiple-databases-garbage-collection.js: Renamed from LayoutTests/storage/multiple-databases-garbage-collection.js. |
| (GC): |
| (checkCompletion): |
| (runTest): |
| * storage/websql/multiple-transactions-expected.txt: Renamed from LayoutTests/storage/multiple-transactions-expected.txt. |
| * storage/websql/multiple-transactions-on-different-handles-expected.txt: Renamed from LayoutTests/storage/multiple-transactions-on-different-handles-expected.txt. |
| * storage/websql/multiple-transactions-on-different-handles.html: Renamed from LayoutTests/storage/multiple-transactions-on-different-handles.html. |
| * storage/websql/multiple-transactions-on-different-handles.js: Renamed from LayoutTests/storage/multiple-transactions-on-different-handles.js. |
| (checkCompletion): |
| (openTestDatabase): |
| (statementSuccessCallback): |
| (statementErrorCallback): |
| (runTransaction): |
| (runTest): |
| * storage/websql/multiple-transactions.html: Renamed from LayoutTests/storage/multiple-transactions.html. |
| * storage/websql/multiple-transactions.js: Renamed from LayoutTests/storage/multiple-transactions.js. |
| (checkCompletion): |
| (runTest.db): |
| (runTest): |
| * storage/websql/null-callbacks-expected.txt: Renamed from LayoutTests/storage/null-callbacks-expected.txt. |
| * storage/websql/null-callbacks.html: Renamed from LayoutTests/storage/null-callbacks.html. |
| * storage/websql/open-database-creation-callback-expected.txt: Renamed from LayoutTests/storage/open-database-creation-callback-expected.txt. |
| * storage/websql/open-database-creation-callback-isolated-world-expected.txt: Renamed from LayoutTests/storage/open-database-creation-callback-isolated-world-expected.txt. |
| * storage/websql/open-database-creation-callback-isolated-world.html: Renamed from LayoutTests/storage/open-database-creation-callback-isolated-world.html. |
| * storage/websql/open-database-creation-callback.html: Renamed from LayoutTests/storage/open-database-creation-callback.html. |
| * storage/websql/open-database-empty-version-expected.txt: Renamed from LayoutTests/storage/open-database-empty-version-expected.txt. |
| * storage/websql/open-database-empty-version.html: Renamed from LayoutTests/storage/open-database-empty-version.html. |
| * storage/websql/open-database-over-quota-expected.txt: Renamed from LayoutTests/storage/open-database-over-quota-expected.txt. |
| * storage/websql/open-database-over-quota.html: Renamed from LayoutTests/storage/open-database-over-quota.html. |
| * storage/websql/open-database-set-empty-version-expected.txt: Renamed from LayoutTests/storage/open-database-set-empty-version-expected.txt. |
| * storage/websql/open-database-set-empty-version.html: Renamed from LayoutTests/storage/open-database-set-empty-version.html. |
| * storage/websql/open-database-while-transaction-in-progress-expected.txt: Renamed from LayoutTests/storage/open-database-while-transaction-in-progress-expected.txt. |
| * storage/websql/open-database-while-transaction-in-progress.html: Renamed from LayoutTests/storage/open-database-while-transaction-in-progress.html. |
| * storage/websql/open-database-while-transaction-in-progress.js: Renamed from LayoutTests/storage/open-database-while-transaction-in-progress.js. |
| (openTestDatabase): |
| (runTest.db1.transaction): |
| (runTest): |
| * storage/websql/private-browsing-noread-nowrite-expected.txt: Renamed from LayoutTests/storage/private-browsing-noread-nowrite-expected.txt. |
| * storage/websql/private-browsing-noread-nowrite.html: Renamed from LayoutTests/storage/private-browsing-noread-nowrite.html. |
| * storage/websql/quota-tracking-expected.txt: Renamed from LayoutTests/storage/quota-tracking-expected.txt. |
| * storage/websql/quota-tracking.html: Renamed from LayoutTests/storage/quota-tracking.html. |
| * storage/websql/read-and-write-transactions-dont-run-together-expected.txt: Renamed from LayoutTests/storage/read-and-write-transactions-dont-run-together-expected.txt. |
| * storage/websql/read-and-write-transactions-dont-run-together.html: Renamed from LayoutTests/storage/read-and-write-transactions-dont-run-together.html. |
| * storage/websql/read-and-write-transactions-dont-run-together.js: Renamed from LayoutTests/storage/read-and-write-transactions-dont-run-together.js. |
| (terminateTest): |
| (openTestDatabase): |
| (runTransaction): |
| (runTest): |
| * storage/websql/read-transactions-running-concurrently-expected.txt: Renamed from LayoutTests/storage/read-transactions-running-concurrently-expected.txt. |
| * storage/websql/read-transactions-running-concurrently.html: Renamed from LayoutTests/storage/read-transactions-running-concurrently.html. |
| * storage/websql/resources/database-common.js: Renamed from LayoutTests/storage/resources/database-common.js. |
| (openDatabaseWithSuffix): |
| (log): |
| (setLocationHash): |
| (setupAndRunTest): |
| * storage/websql/resources/database-lock-after-reload-2.html: Renamed from LayoutTests/storage/resources/database-lock-after-reload-2.html. |
| * storage/websql/resources/stress-frame.html: Renamed from LayoutTests/storage/resources/stress-frame.html. |
| * storage/websql/sql-data-types-expected.txt: Renamed from LayoutTests/storage/sql-data-types-expected.txt. |
| * storage/websql/sql-data-types.html: Renamed from LayoutTests/storage/sql-data-types.html. |
| * storage/websql/sql-data-types.js: Renamed from LayoutTests/storage/sql-data-types.js. |
| (writeMessageToLog): |
| (notifyDone): |
| (shouldBeSameTypeAndValue): |
| (testDBValues): |
| (fetchDBValuesStmt): |
| (insertTestValuesStmt): |
| (createTestDBStmt): |
| (runTest): |
| * storage/websql/sql-error-codes-expected.txt: Renamed from LayoutTests/storage/sql-error-codes-expected.txt. |
| * storage/websql/sql-error-codes.html: Renamed from LayoutTests/storage/sql-error-codes.html. |
| * storage/websql/sql-error-codes.js: Renamed from LayoutTests/storage/sql-error-codes.js. |
| (finishTest): |
| (transactionErrorCallback): |
| (transactionSuccessCallback): |
| (testTransaction): |
| (testTransactionThrowsException): |
| (testTransactionFailureBecauseOfStatementFailure): |
| (testInvalidStatement): |
| (testIncorrectNumberOfBindParameters): |
| (testBindParameterOfWrongType.badString.toString): |
| (testBindParameterOfWrongType): |
| (testQuotaExceeded): |
| (testVersionMismatch.db.transaction): |
| (testVersionMismatch): |
| (runTest): |
| * storage/websql/statement-error-callback-expected.txt: Renamed from LayoutTests/storage/statement-error-callback-expected.txt. |
| * storage/websql/statement-error-callback-isolated-world-expected.txt: Renamed from LayoutTests/storage/statement-error-callback-isolated-world-expected.txt. |
| * storage/websql/statement-error-callback-isolated-world.html: Renamed from LayoutTests/storage/statement-error-callback-isolated-world.html. |
| * storage/websql/statement-error-callback.html: Renamed from LayoutTests/storage/statement-error-callback.html. |
| * storage/websql/statement-success-callback-isolated-world-expected.txt: Renamed from LayoutTests/storage/statement-success-callback-isolated-world-expected.txt. |
| * storage/websql/statement-success-callback-isolated-world.html: Renamed from LayoutTests/storage/statement-success-callback-isolated-world.html. |
| * storage/websql/success-callback-expected.txt: Renamed from LayoutTests/storage/success-callback-expected.txt. |
| * storage/websql/success-callback.html: Renamed from LayoutTests/storage/success-callback.html. |
| * storage/websql/test-authorizer-expected.txt: Renamed from LayoutTests/storage/test-authorizer-expected.txt. |
| * storage/websql/test-authorizer.html: Renamed from LayoutTests/storage/test-authorizer.html. |
| * storage/websql/test-authorizer.js: Renamed from LayoutTests/storage/test-authorizer.js. |
| (terminateTest): |
| (logAndTerminateTest): |
| (cleanup): |
| (statementSuccessCallback): |
| (statementErrorCallback): |
| (executeStatement): |
| (createTableCallback): |
| (createStatementsCallback): |
| (otherStatementsCallback): |
| (dropStatementsCallback): |
| (testReadWriteMode): |
| (testReadOnlyMode.db): |
| (testReadOnlyMode): |
| (runTest): |
| * storage/websql/transaction-callback-exception-crash-expected.txt: Renamed from LayoutTests/storage/transaction-callback-exception-crash-expected.txt. |
| * storage/websql/transaction-callback-exception-crash.html: Renamed from LayoutTests/storage/transaction-callback-exception-crash.html. |
| * storage/websql/transaction-callback-isolated-world-expected.txt: Renamed from LayoutTests/storage/transaction-callback-isolated-world-expected.txt. |
| * storage/websql/transaction-callback-isolated-world.html: Renamed from LayoutTests/storage/transaction-callback-isolated-world.html. |
| * storage/websql/transaction-error-callback-expected.txt: Renamed from LayoutTests/storage/transaction-error-callback-expected.txt. |
| * storage/websql/transaction-error-callback-isolated-world-expected.txt: Renamed from LayoutTests/storage/transaction-error-callback-isolated-world-expected.txt. |
| * storage/websql/transaction-error-callback-isolated-world.html: Renamed from LayoutTests/storage/transaction-error-callback-isolated-world.html. |
| * storage/websql/transaction-error-callback.html: Renamed from LayoutTests/storage/transaction-error-callback.html. |
| * storage/websql/transaction-success-callback-isolated-world-expected.txt: Renamed from LayoutTests/storage/transaction-success-callback-isolated-world-expected.txt. |
| * storage/websql/transaction-success-callback-isolated-world.html: Renamed from LayoutTests/storage/transaction-success-callback-isolated-world.html. |
| |
| 2012-05-21 Levi Weintraub <leviw@chromium.org> and Emil A Eklund <eae@chromium.org> |
| |
| Enable SUBPIXEL_LAYOUT feature flag on Chromium |
| https://bugs.webkit.org/show_bug.cgi?id=85555 |
| |
| Reviewed by Eric Seidel. |
| |
| Updating tests to handle sub-pixel layout, and updating chromium-linux expecations. Updated test |
| expectations for Chromium Linux and Mac are ready, but the diff is too large for Buzgilla's tiny |
| brain (>10MB). |
| |
| * css1/units/rounding.html: |
| * fast/borders/border-radius-huge-assert.html: |
| * fast/css/zoom-in-length-round-trip.html: |
| * fast/dom/Document/CaretRangeFromPoint/hittest-relative-to-viewport.html: |
| * fast/dom/Window/webkitConvertPoint.html: |
| * fast/dom/elementFromPoint-relative-to-viewport.html: |
| * fast/events/clientXY-in-zoom-and-scroll.html: |
| * fast/events/document-elementFromPoint.html: |
| * fast/events/offsetX-offsetY.html: |
| * fast/multicol/break-properties.html: |
| * fast/multicol/vertical-lr/break-properties.html: |
| * fast/multicol/vertical-rl/break-properties.html: |
| * fast/regions/region-style-rule-specificity.html: |
| * fast/replaced/table-percent-height.html: |
| |
| 2012-05-21 Anna Cavender <annacc@chromium.org> |
| |
| Only render text track cues if kind=captions or kind=subtitles. |
| https://bugs.webkit.org/show_bug.cgi?id=83321 |
| |
| Reviewed by Eric Carlson. |
| |
| * media/track/track-kind-expected.txt: |
| * media/track/track-kind.html: |
| |
| |
| 2012-05-21 Peter Kasting <pkasting@google.com> |
| |
| [chromium] More accurate test expectations. |
| http://code.google.com/p/chromium/issues/detail?id=89282 |
| https://bugs.webkit.org/show_bug.cgi?id=81145 |
| https://bugs.webkit.org/show_bug.cgi?id=82297 |
| |
| Unreviewed, test expectations update. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-05-21 Joshua Bell <jsbell@chromium.org> |
| |
| IndexedDB: Index key paths that yield invalid keys should not fail an add/put |
| https://bugs.webkit.org/show_bug.cgi?id=86122 |
| |
| Reviewed by Tony Chang. |
| |
| * storage/indexeddb/index-basics-expected.txt: |
| * storage/indexeddb/index-basics-workers-expected.txt: |
| * storage/indexeddb/objectstore-basics-expected.txt: |
| * storage/indexeddb/objectstore-basics-workers-expected.txt: |
| * storage/indexeddb/resources/index-basics.js: Add checks that index key paths |
| that evaluate to invalid keys do not fail puts/adds, just don't add index entries. |
| (addData3): |
| (addData4): |
| (cursor1Continue3): |
| (cursor1Continue4): |
| (cursor2Continue3): |
| (cursor2Continue4): |
| (last): |
| (index1Count): |
| (index2Count): |
| * storage/indexeddb/resources/objectstore-basics.js: Remove precondition checks |
| that would previously raise an exception if invalid keys were specified. |
| (addAgainFailure): |
| (testPreConditions.request.onsuccess): |
| (testPreConditions): |
| |
| 2012-05-21 Joshua Bell <jsbell@chromium.org> |
| |
| LayoutTests: fast/js/resources/js-test-pre.js - shouldBeEqualToString fails on " |
| https://bugs.webkit.org/show_bug.cgi?id=86931 |
| |
| Implementations of shouldBeEqualToString() function were not correctly escaping |
| double quote ('"') characters. Switch to using JSON.stringify() which does |
| correct escaping, and updated one test that couldn't previously use the function. |
| |
| Reviewed by Ojan Vafai. |
| |
| * fast/js/resources/js-test-pre.js: |
| (shouldBeEqualToString): |
| * fast/js/resources/standalone-pre.js: |
| (shouldBeEqualToString): |
| * storage/indexeddb/cursor-advance-expected.txt: |
| * storage/indexeddb/resources/cursor-advance.js: |
| (runTest): |
| |
| 2012-05-21 Sudarsana Nagineni <sudarsana.nagineni@linux.intel.com> |
| |
| [GTK] DRT support for layoutTestController.setSerializeHTTPLoads |
| https://bugs.webkit.org/show_bug.cgi?id=86653 |
| |
| Reviewed by Gustavo Noronha Silva. |
| |
| Unskip test cases which rely on LayoutTestController's setSerializeHTTPLoads |
| implementation. |
| |
| * platform/gtk/fast/loader/file-protocol-fragment-expected.txt: Removed. The current |
| result matches the base expectation, so removed the platform-specific results. |
| * platform/gtk/test_expectations.txt: |
| |
| 2012-05-21 Brady Eidson <beidson@apple.com> |
| |
| Checking in correct test results for https://bugs.webkit.org/show_bug.cgi?id=86119 |
| |
| Unreviewed. |
| |
| * svg/custom/bug86119-expected.txt: |
| |
| 2012-05-21 Joshua Bell <jsbell@chromium.org> |
| |
| Unreviewed expectations update after r117702 - shared worker test is |
| skipped in DRT, but run in Chromium: http://crbug.com/128959 |
| |
| * storage/indexeddb/basics-shared-workers-expected.txt: |
| |
| 2012-05-21 Pavel Feldman <pfeldman@chromium.org> |
| |
| Web Inspector: refactor revision history to not include resource itself. |
| https://bugs.webkit.org/show_bug.cgi?id=87026 |
| |
| Reviewed by Vsevolod Vlasov. |
| |
| * http/tests/inspector/network/network-request-revision-content.html: |
| * inspector/styles/styles-history-expected.txt: |
| * inspector/styles/styles-history.html: |
| |
| 2012-05-21 Stephen Chenney <schenney@chromium.org> |
| |
| SVGAnimatedPropertyTearOff does not clear a self pointer on deletion |
| https://bugs.webkit.org/show_bug.cgi?id=86119 |
| |
| Reviewed by Nikolas Zimmermann. |
| |
| * svg/custom/bug86119.html: Added. |
| * svg/custom/bug86119-expected.txt: Added. |
| |
| 2012-05-21 Luke Macpherson <macpherson@chromium.org> |
| |
| Add additional test cases for CSS variables. |
| https://bugs.webkit.org/show_bug.cgi?id=86987 |
| |
| Reviewed by Dimitri Glazkov. |
| |
| * fast/css/variables/border-width-expected.html: Added. |
| * fast/css/variables/border-width.html: Added. |
| * fast/css/variables/transform-test-expected.html: Added. |
| * fast/css/variables/transform-test.html: Added. |
| |
| 2012-05-21 Stephen Chenney <schenney@chromium.org> |
| |
| [Chromium] REGRESSION: Assertion failure on svg/custom/acid3-test-77.html |
| https://bugs.webkit.org/show_bug.cgi?id=86715 |
| |
| Reviewed by Nikolas Zimmermann. |
| |
| * platform/chromium/test_expectations.txt: Removing expectation for acid3 test. |
| |
| 2012-05-21 Ilya Tikhonovsky <loislo@chromium.org> |
| |
| Web Inspector: switch buildDominatedNodes function to front-end calculated _dominatorsTree |
| https://bugs.webkit.org/show_bug.cgi?id=87022 |
| |
| The new version is using _dominatorsTree array that was build at front-end. |
| |
| Reviewed by Yury Semikhatsky. |
| |
| * inspector/profiler/heap-snapshot-expected.txt: |
| * inspector/profiler/heap-snapshot.html: |
| |
| 2012-05-21 Ilya Tikhonovsky <loislo@chromium.org> |
| |
| Web Inspector: introduce a helper for HeapSnapshot post-processing tests. |
| https://bugs.webkit.org/show_bug.cgi?id=87009 |
| |
| the sample: |
| var builder = new InspectorTest.HeapSnapshotBuilder(); |
| var debuggerNode = new InspectorTest.HeapNode("Debugger"); |
| builder.rootNode.linkNode(debuggerNode, InspectorTest.HeapEdge.Type.element); |
| |
| var windowNode = new InspectorTest.HeapNode("Window"); |
| builder.rootNode.linkNode(windowNode, InspectorTest.HeapEdge.Type.shortcut); |
| |
| debuggerNode.linkNode(windowNode, InspectorTest.HeapEdge.Type.property, "windowProperty"); |
| return builder.generateSnapshot(); |
| |
| Reviewed by Yury Semikhatsky. |
| |
| * inspector/profiler/heap-snapshot-test.js: |
| (initialize_HeapSnapshotTest): |
| (initialize_HeapSnapshotTest.): |
| * inspector/profiler/heap-snapshot.html: |
| |
| 2012-05-21 Csaba Osztrogonác <ossy@webkit.org> |
| |
| [WK2] WTR needs an implementation of setAsynchronousSpellCheckingEnabled. |
| https://bugs.webkit.org/show_bug.cgi?id=81042 |
| |
| Unreviewed gardening. Move skipped tests (and add one more test) to wk2/Skipped |
| list, because it isn't mac-wk2 specific bug, but general wk2 specific bug. |
| |
| * platform/mac-wk2/Skipped: |
| * platform/wk2/Skipped: |
| |
| 2012-05-21 Zan Dobersek <zandobersek@gmail.com> |
| |
| Unreviewed GTK gardening, add expectations for an SVG test for hit |
| testing on strokes and a few more tests that fail because of repainting |
| issues that fail intermittently. |
| |
| * platform/gtk/test_expectations.txt: |
| |
| 2012-05-21 Caio Marcelo de Oliveira Filho <caio.oliveira@openbossa.org> |
| |
| Move setEditingBehavior() from layoutTestController to window.internals |
| https://bugs.webkit.org/show_bug.cgi?id=42689 |
| |
| Reviewed by Hajime Morita and Kenneth Rohde Christiansen. |
| |
| * 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: |
| * platform/gtk-wk2/Skipped: Add here tests that are still failing for GTK WK2 port. |
| * platform/wk2/Skipped: Unskip! |
| |
| 2012-05-21 Csaba Osztrogonác <ossy@webkit.org> |
| |
| [Qt] Unreviewed gardening after r112112. |
| |
| * platform/qt/Skipped: |
| * platform/qt/css2.1/20110323/c543-txt-decor-000-expected.png: Added. |
| * platform/qt/css2.1/20110323/c543-txt-decor-000-expected.txt: Added. |
| |
| 2012-05-21 Csaba Osztrogonác <ossy@webkit.org> |
| |
| [Qt] Unreviewed gardening. |
| |
| * platform/qt-5.0-wk1/Skipped: Skip failing tests because of bug86452. |
| * platform/qt-5.0/svg/custom/svg-fonts-in-text-controls-expected.txt: Added. |
| |
| 2012-05-21 Vsevolod Vlasov <vsevik@chromium.org> |
| |
| Web Inspector: Temporary UISourceCode should be replaced each time another inline script is added in RawSourceCode with pending request. |
| https://bugs.webkit.org/show_bug.cgi?id=87003 |
| |
| Reviewed by Pavel Feldman. |
| |
| * inspector/debugger/raw-source-code-expected.txt: |
| * inspector/debugger/raw-source-code.html: |
| |
| 2012-05-21 Pavel Feldman <pfeldman@chromium.org> |
| |
| inspector/styles/css-live-edit.html times out. |
| https://bugs.webkit.org/show_bug.cgi?id=82409 |
| |
| Not reviewed: test fix. |
| |
| * inspector/styles/css-live-edit.html: |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-05-21 Csaba Osztrogonác <ossy@webkit.org> |
| |
| [Qt] Unreviewed gardening, unskip a now passing test. |
| |
| * platform/qt/Skipped: |
| |
| 2012-05-21 Sudarsana Nagineni <sudarsana.nagineni@linux.intel.com> |
| |
| [EFL] [DRT] Update EFL baselines after r116069 |
| https://bugs.webkit.org/show_bug.cgi?id=86963 |
| |
| Unreviewed gardening, update results after r116069. |
| |
| * platform/efl/fast/block/float/016-expected.png: |
| * platform/efl/fast/css/border-solid-single-edge-antialias-expected.png: Added. |
| * platform/efl/test_expectations.txt: |
| |
| 2012-05-21 Mikhail Pozdnyakov <mikhail.pozdnyakov@intel.com> |
| |
| [EFL] PlatformKeyboardEventEfl is missing ESC key handling. |
| https://bugs.webkit.org/show_bug.cgi?id=86837 |
| |
| Reviewed by Kenneth Rohde Christiansen. |
| |
| * platform/efl/Skipped: Unskipped fast/forms/input-search-press-escape-key.html. |
| |
| 2012-05-18 Ilya Tikhonovsky <loislo@chromium.org> |
| |
| Web Inspector: upstream build dominators tree procedure from v8. |
| https://bugs.webkit.org/show_bug.cgi?id=86640 |
| |
| The idea is to reduce transfer size and move all the post-processing steps to the front-end. |
| The JS implementation is ~1.5 times slower. |
| |
| Reviewed by Yury Semikhatsky. |
| |
| Covered by existing tests and performance tests. |
| |
| * inspector/profiler/heap-snapshot-expected.txt: |
| * inspector/profiler/heap-snapshot-test.js: |
| (initialize_HeapSnapshotTest.InspectorTest.createHeapSnapshotMockRaw): |
| * inspector/profiler/heap-snapshot.html: |
| |
| 2012-05-21 Mike Lawther <mikelawther@chromium.org> |
| |
| Crash in -webkit-calc |
| https://bugs.webkit.org/show_bug.cgi?id=86954 |
| |
| Reviewed by Abhishek Arya. |
| |
| * css3/calc/transition-crash3-expected.txt: Added. |
| * css3/calc/transition-crash3.html: Added. |
| * css3/calc/transition-crash4-expected.txt: Added. |
| * css3/calc/transition-crash4.html: Added. |
| |
| 2012-05-21 Sudarsana Nagineni <sudarsana.nagineni@linux.intel.com> |
| |
| [EFL] [DRT] Update EFL baselines after r117412 and r117477 |
| https://bugs.webkit.org/show_bug.cgi?id=86968 |
| |
| Unreviewed EFL gardening. Update results after r117412 and r117477. |
| |
| * platform/efl/fast/multicol/shadow-breaking-expected.png: |
| * platform/efl/tables/mozilla/bugs/bug10296-1-expected.png: |
| * platform/efl/tables/mozilla/bugs/bug10296-1-expected.txt: |
| * platform/efl/test_expectations.txt: |
| |
| 2012-05-20 Ryosuke Niwa <rniwa@webkit.org> |
| |
| Using createContextualFragment to insert a <script> does not cause the script to execute |
| https://bugs.webkit.org/show_bug.cgi?id=12234 |
| |
| Reviewed by Adam Barth. |
| |
| Added regressions tests to ensure createContextualFragment doesn't execute script elements |
| immediately as they are parsed and it doesn't mark those script elements as already started. |
| |
| The behavior of innerHTML is tested elsewhere and this patch does not affect its behavior. |
| |
| * fast/dom/Range/create-contextual-fragment-script-not-ran-expected.txt: Added. |
| * fast/dom/Range/create-contextual-fragment-script-not-ran.html: Added. |
| * fast/dom/Range/create-contextual-fragment-script-unmark-already-started-expected.txt: Added. |
| * fast/dom/Range/create-contextual-fragment-script-unmark-already-started.html: Added. |
| |
| 2012-05-20 Keishi Hattori <keishi@webkit.org> |
| |
| [Chromium] Enable datalist for input type email |
| https://bugs.webkit.org/show_bug.cgi?id=85356 |
| |
| Reviewed by Kent Tamura. |
| |
| * platform/chromium/fast/forms/datalist/input-list-expected.txt: |
| |
| 2012-05-20 Joe Thomas <joethomas@motorola.com> |
| |
| Unsupported commands should have queryCommandValue() = "", not false |
| https://bugs.webkit.org/show_bug.cgi?id=86964 |
| |
| Reviewed by Ryosuke Niwa. |
| |
| queryCommandValue for unsupported commands should return empty string. |
| The specification related to this can be located at http://dvcs.w3.org/hg/editing/raw-file/tip/editing.html#methods-to-query-and-execute-commands |
| |
| * editing/execCommand/queryCommandValue-unsupported-commands-expected.txt: Added. |
| * editing/execCommand/queryCommandValue-unsupported-commands.html: Added. |
| * editing/execCommand/use-css-expected.txt: |
| * editing/execCommand/use-css.html: |
| |
| 2012-05-20 Philippe Normand <pnormand@igalia.com> |
| |
| Unreviewed, GTK gardening. |
| |
| * platform/gtk/test_expectations.txt: Fix expectation of |
| svg/hittest/svg-shapes-non-scale-stroke.html after r117713. |
| |
| 2012-05-20 Takashi Sakamoto <tasak@google.com> |
| |
| Needs style recalculation by changing applyAuthorStyles dynamically |
| https://bugs.webkit.org/show_bug.cgi?id=84251 |
| |
| Reviewed by Hajime Morita. |
| |
| * fast/dom/shadow/shadow-root-applyAuthorStyles-expected.html: |
| * fast/dom/shadow/shadow-root-applyAuthorStyles.html: |
| |
| 2012-05-20 Philip Rogers <pdr@google.com> |
| |
| Skip failing hit testing tests |
| https://bugs.webkit.org/show_bug.cgi?id=86971 |
| |
| Unreviewed, skipping tests. |
| |
| * platform/efl/test_expectations.txt: |
| * platform/gtk/test_expectations.txt: |
| * platform/qt/Skipped: |
| |
| 2012-05-20 Raphael Kubo da Costa <rakuco@webkit.org> |
| |
| [EFL] Unskip passing test after r117709. |
| |
| * platform/efl/test_expectations.txt: |
| |
| 2012-05-20 Philip Rogers <pdr@google.com> |
| |
| Accumulate SVG animations into first contributing element |
| https://bugs.webkit.org/show_bug.cgi?id=86385 |
| |
| Reviewed by Nikolas Zimmermann. |
| |
| * svg/animations/multiple-animations-ending-expected.txt: Added. |
| * svg/animations/multiple-animations-ending.html: Added. |
| * svg/animations/resources/multiple-animations-ending.svg: Added. |
| * svg/animations/script-tests/multiple-animations-ending.js: Added. |
| (sample1): |
| (sample2): |
| (sample3): |
| (sample4): |
| (sample5): |
| (sample6): |
| (sample7): |
| (sample8): |
| (sample9): |
| (sample10): |
| (sample11): |
| (sample12): |
| (sample13): |
| (sample14): |
| (sample15): |
| (sample16): |
| (sample17): |
| (sample18): |
| (sample19): |
| (sample20): |
| (sample21): |
| (sample22): |
| (sample23): |
| (executeTest): |
| * svg/animations/svg-two-animate-elements-crash-expected.svg: Added. |
| * svg/animations/svg-two-animate-elements-crash.svg: Added. |
| |
| 2012-05-20 Philip Rogers <pdr@google.com> |
| |
| Fix hit testing on non-scaling strokes |
| https://bugs.webkit.org/show_bug.cgi?id=82628 |
| |
| Reviewed by Nikolas Zimmermann. |
| |
| * platform/chromium/test_expectations.txt: |
| * platform/mac/Skipped: |
| * svg/custom/non-scaling-stroke-expected.txt: |
| * svg/hittest/svg-shapes-non-scale-stroke-expected.txt: Added. |
| * svg/hittest/svg-shapes-non-scale-stroke.html: Added. |
| |
| 2012-05-19 Joshua Bell <jsbell@chromium.org> |
| |
| IndexedDB layout tests should make better use of test library functions |
| https://bugs.webkit.org/show_bug.cgi?id=86932 |
| |
| Reviewed by Ojan Vafai. |
| |
| Use functions like shouldBeEqualToString, shouldBeNull, evalAndExpectException |
| and so forth where possible. |
| |
| * storage/indexeddb/basics-expected.txt: |
| * storage/indexeddb/basics-workers-expected.txt: |
| * storage/indexeddb/create-object-store-options-expected.txt: |
| * storage/indexeddb/createObjectStore-null-name-expected.txt: |
| * storage/indexeddb/cursor-added-bug-expected.txt: |
| * storage/indexeddb/cursor-continue-expected.txt: |
| * storage/indexeddb/cursor-continue-validity-expected.txt: |
| * storage/indexeddb/cursor-delete-expected.txt: |
| * storage/indexeddb/cursor-inconsistency-expected.txt: |
| * storage/indexeddb/cursor-index-delete-expected.txt: |
| * storage/indexeddb/cursor-key-order-expected.txt: |
| * storage/indexeddb/cursor-primary-key-order-expected.txt: |
| * storage/indexeddb/cursor-skip-deleted-expected.txt: |
| * storage/indexeddb/cursor-update-expected.txt: |
| * storage/indexeddb/data-corruption-expected.txt: |
| * storage/indexeddb/database-basics-expected.txt: |
| * storage/indexeddb/duplicates-expected.txt: |
| * storage/indexeddb/error-causes-abort-by-default-expected.txt: |
| * storage/indexeddb/exception-in-event-aborts-expected.txt: |
| * storage/indexeddb/factory-basics-expected.txt: |
| * storage/indexeddb/factory-cmp-expected.txt: |
| * storage/indexeddb/factory-deletedatabase-expected.txt: |
| * storage/indexeddb/get-keyrange-expected.txt: |
| * storage/indexeddb/index-basics-expected.txt: |
| * storage/indexeddb/index-basics-workers-expected.txt: |
| * storage/indexeddb/index-count-expected.txt: |
| * storage/indexeddb/index-cursor-expected.txt: |
| * storage/indexeddb/index-multientry-expected.txt: |
| * storage/indexeddb/index-population-expected.txt: |
| * storage/indexeddb/index-unique-expected.txt: |
| * storage/indexeddb/key-type-array-expected.txt: |
| * storage/indexeddb/keyrange-expected.txt: |
| * storage/indexeddb/legacy-constants-expected.txt: |
| * storage/indexeddb/mutating-cursor-expected.txt: |
| * storage/indexeddb/objectstore-autoincrement-expected.txt: |
| * storage/indexeddb/objectstore-basics-expected.txt: |
| * storage/indexeddb/objectstore-basics-workers-expected.txt: |
| * storage/indexeddb/objectstore-clear-expected.txt: |
| * storage/indexeddb/objectstore-count-expected.txt: |
| * storage/indexeddb/objectstore-cursor-expected.txt: |
| * storage/indexeddb/objectstore-removeobjectstore-expected.txt: |
| * storage/indexeddb/open-cursor-expected.txt: |
| * storage/indexeddb/opencursor-key-expected.txt: |
| * storage/indexeddb/prefetch-bugfix-108071-expected.txt: |
| * storage/indexeddb/queued-commands-expected.txt: |
| * storage/indexeddb/request-event-propagation-expected.txt: |
| * storage/indexeddb/resources/basics.js: |
| (test): |
| (openCallback): |
| * storage/indexeddb/resources/create-object-store-options.js: |
| (setVersionComplete): |
| * storage/indexeddb/resources/createObjectStore-null-name.js: |
| (createAndPopulateObjectStore): |
| * storage/indexeddb/resources/cursor-added-bug.js: |
| (setVersionSuccess): |
| * storage/indexeddb/resources/cursor-continue-validity.js: |
| (deleteExisting): |
| * storage/indexeddb/resources/cursor-continue.js: |
| (deleteExisting): |
| * storage/indexeddb/resources/cursor-delete.js: |
| (setVersionSuccess): |
| * storage/indexeddb/resources/cursor-inconsistency.js: |
| (setVersionSuccess): |
| (checkCursor): |
| * storage/indexeddb/resources/cursor-index-delete.js: |
| (setVersionSuccess): |
| * storage/indexeddb/resources/cursor-key-order.js: |
| (checkStore.curreq.onsuccess.getreq.onsuccess): |
| (checkStore.curreq.onsuccess): |
| (checkStore): |
| * storage/indexeddb/resources/cursor-primary-key-order.js: |
| (checkStore.cursorRequest.onsuccess): |
| (checkStore): |
| * storage/indexeddb/resources/cursor-skip-deleted.js: |
| (setVersionSuccess): |
| * storage/indexeddb/resources/cursor-update.js: |
| (setVersionSuccess): |
| (basicUpdateCursor.request.onsuccess): |
| (basicUpdateCursor): |
| (autoIncrementUpdateCursor.request.onsuccess): |
| (autoIncrementUpdateCursor): |
| (keyPathUpdateCursor.request.onsuccess): |
| (keyPathUpdateCursor): |
| (keyCursor): |
| * storage/indexeddb/resources/data-corruption.js: |
| (setVersionSuccess): |
| (doCheck): |
| * storage/indexeddb/resources/database-basics.js: |
| (setVersionSuccess): |
| (createAnotherObjectStore): |
| * storage/indexeddb/resources/database-quota.js: |
| (setVersionSuccess): |
| * storage/indexeddb/resources/duplicates.js: |
| (deleteExisting): |
| (cursor1Continue): |
| (cursor1Continue2): |
| (openObjectCursor): |
| (cursor2Continue): |
| (cursor2Continue2): |
| (last): |
| * storage/indexeddb/resources/error-causes-abort-by-default.js: |
| (deleteExisting): |
| * storage/indexeddb/resources/exception-in-event-aborts.js: |
| (deleteExisting): |
| * storage/indexeddb/resources/factory-basics.js: |
| (test): |
| * storage/indexeddb/resources/factory-cmp.js: |
| (test): |
| (testValidKeys): |
| (testIdenticalKeys): |
| * storage/indexeddb/resources/factory-deletedatabase.js: |
| (deleteExisting): |
| * storage/indexeddb/resources/get-keyrange.js: |
| (deleteExisting): |
| * storage/indexeddb/resources/index-basics.js: |
| (deleteExisting): |
| (cursor1Continue): |
| (cursor1Continue2): |
| (cursor1Continue3): |
| (openObjectCursor): |
| (cursor2Continue): |
| (cursor2Continue2): |
| (cursor2Continue3): |
| (last): |
| * storage/indexeddb/resources/index-count.js: |
| (prepareDatabase): |
| (verifyCount.request.onsuccess): |
| (verifyCount): |
| (verifyCountWithRange.nextTest.request.onsuccess): |
| (verifyCountWithRange.nextTest): |
| (verifyCountWithRange): |
| (verifyCountWithKey.nextTest.request.onsuccess): |
| (verifyCountWithKey.nextTest): |
| (verifyCountWithKey): |
| * storage/indexeddb/resources/index-cursor.js: |
| (deleteExisting): |
| * storage/indexeddb/resources/index-multientry.js: |
| (prepareDatabase): |
| (verifyIndexes.request.onsuccess): |
| (verifyIndexes): |
| * storage/indexeddb/resources/index-population.js: |
| (setVersion2Abort): |
| * storage/indexeddb/resources/index-unique.js: |
| (deleteExisting): |
| (cursorSuccess): |
| (keyCursorSuccess): |
| * storage/indexeddb/resources/key-type-array.js: |
| (test): |
| * storage/indexeddb/resources/keyrange.js: |
| (test): |
| * storage/indexeddb/resources/legacy-constants.js: |
| (populateStore): |
| (checkNext.request.onsuccess): |
| (checkNext): |
| (checkNextNoDuplicate.request.onsuccess): |
| (checkNextNoDuplicate): |
| (checkPrev.request.onsuccess): |
| (checkPrev): |
| (checkPrevNoDuplicate.request.onsuccess): |
| (checkPrevNoDuplicate): |
| * storage/indexeddb/resources/mutating-cursor.js: |
| (setVersionSuccess): |
| * storage/indexeddb/resources/objectstore-autoincrement.js: |
| (setVersionSuccess): |
| (testLongKeyPath.cursorRequest.onsuccess): |
| (testLongKeyPath): |
| * storage/indexeddb/resources/objectstore-basics.js: |
| (setVersionSuccess): |
| (createIndex): |
| (createAnotherIndex): |
| (addDateSuccess): |
| (addAgainFailure): |
| * storage/indexeddb/resources/objectstore-clear.js: |
| (deleteExisting): |
| * storage/indexeddb/resources/objectstore-count.js: |
| (prepareDatabase): |
| (verifyCount.request.onsuccess): |
| (verifyCount): |
| (verifyCountWithRange.nextTest.request.onsuccess): |
| (verifyCountWithRange.nextTest): |
| (verifyCountWithRange): |
| (verifyCountWithKey.nextTest.request.onsuccess): |
| (verifyCountWithKey.nextTest): |
| (verifyCountWithKey): |
| * storage/indexeddb/resources/objectstore-cursor.js: |
| (deleteExisting): |
| * storage/indexeddb/resources/objectstore-removeobjectstore.js: |
| (deleteExisting): |
| (deleteObjectStore): |
| * storage/indexeddb/resources/open-cursor.js: |
| (cursorWithKeySuccess): |
| (cursorSuccess): |
| (setVersionSuccess): |
| * storage/indexeddb/resources/opencursor-key.js: |
| (testObjectStore.request.onsuccess): |
| (testObjectStore): |
| (testIndex.request.onsuccess): |
| (testIndex): |
| (testIndexWithKey.request.onsuccess): |
| (testIndexWithKey): |
| * storage/indexeddb/resources/prefetch-bugfix-108071.js: |
| (setVersionSuccess): |
| * storage/indexeddb/resources/queued-commands.js: |
| * storage/indexeddb/resources/request-event-propagation.js: |
| (deleteExisting): |
| * storage/indexeddb/resources/setVersion-null.js: |
| (postSetVersion): |
| * storage/indexeddb/resources/shared.js: |
| (evalAndExpectExceptionClass): |
| * storage/indexeddb/resources/transaction-abort.js: |
| (deleteExisting): |
| * storage/indexeddb/resources/transaction-and-objectstore-calls.js: |
| (created): |
| (afterComplete): |
| * storage/indexeddb/resources/transaction-basics.js: |
| (addRemoveIDBObjects): |
| (addRemoveAddIDBObjects): |
| (addIDBObjects): |
| (addIDBObjectsAndCommit): |
| (removeIDBObjects): |
| (setVersionSuccess): |
| (testDOMStringList): |
| * storage/indexeddb/resources/transaction-event-propagation.js: |
| (deleteExisting): |
| * storage/indexeddb/resources/transaction-rollback.js: |
| (addSuccess): |
| (getSuccess): |
| * storage/indexeddb/resources/two-version-changes.js: |
| (test): |
| * storage/indexeddb/resources/values-odd-types.js: |
| (openACursor.request.onsuccess): |
| (openACursor): |
| * storage/indexeddb/setVersion-null-expected.txt: |
| * storage/indexeddb/transaction-abort-expected.txt: |
| * storage/indexeddb/transaction-and-objectstore-calls-expected.txt: |
| * storage/indexeddb/transaction-basics-expected.txt: |
| * storage/indexeddb/transaction-event-propagation-expected.txt: |
| * storage/indexeddb/transaction-rollback-expected.txt: |
| * storage/indexeddb/two-version-changes-expected.txt: |
| * storage/indexeddb/values-odd-types-expected.txt: |
| |
| 2012-05-19 Raphael Kubo da Costa <rakuco@webkit.org> |
| |
| [EFL] Unreviewed gardening. |
| |
| Remove a test that does not exist anymore from the skipped list, and |
| improve the comment for the other test at the block which relies on v8 |
| stuff. |
| |
| * platform/efl/Skipped: |
| |
| 2012-05-19 Raphael Kubo da Costa <rakuco@webkit.org> |
| |
| [EFL] Unreviewed gardening. |
| |
| Move skipped tests which depend on a showModalDialog() |
| implementation from Skipped to test_expectations.txt to have all |
| of them grouped together. |
| |
| * platform/efl/Skipped: |
| * platform/efl/test_expectations.txt: |
| |
| 2012-05-19 Joe Thomas <joethomas@motorola.com> |
| |
| The order of CSS properties is wrong in background shorthand |
| https://bugs.webkit.org/show_bug.cgi?id=86152 |
| |
| Reviewed by Ryosuke Niwa. |
| |
| Corrected the order of properties returned in StylePropertySet::getPropertyValue for background shorthand property to match the specification |
| http://www.w3.org/TR/css3-background/#background. |
| |
| * fast/backgrounds/background-shorthand-with-backgroundSize-style-expected.txt: |
| * fast/backgrounds/background-shorthand-with-backgroundSize-style.html: |
| * fast/dom/background-shorthand-csstext-expected.txt: |
| * fast/dom/background-shorthand-csstext.html: |
| |
| 2012-05-19 Zan Dobersek <zandobersek@gmail.com> |
| |
| Unreviewed GTK gardening, add test expectations for further tests that |
| fail intermittently with an image diff due to repainting problems. |
| |
| * platform/gtk/test_expectations.txt: |
| |
| 2012-05-19 Christophe Dumez <christophe.dumez@intel.com> |
| |
| [EFL] More rebaselining needed after r117672 |
| https://bugs.webkit.org/show_bug.cgi?id=86944 |
| |
| Unreviewed EFL gardening. Add missing EFL expectations for several |
| CSS3 and forms tests. |
| |
| * platform/efl/css3/selectors3/html/css3-modsel-23-expected.txt: Added. |
| * platform/efl/css3/selectors3/html/css3-modsel-24-expected.txt: Added. |
| * platform/efl/css3/selectors3/html/css3-modsel-68-expected.txt: Added. |
| * platform/efl/css3/selectors3/html/css3-modsel-69-expected.txt: Added. |
| * platform/efl/css3/selectors3/xhtml/css3-modsel-23-expected.txt: Added. |
| * platform/efl/css3/selectors3/xhtml/css3-modsel-24-expected.txt: Added. |
| * platform/efl/css3/selectors3/xhtml/css3-modsel-68-expected.txt: Added. |
| * platform/efl/css3/selectors3/xhtml/css3-modsel-69-expected.txt: Added. |
| * platform/efl/css3/selectors3/xml/css3-modsel-23-expected.txt: Added. |
| * platform/efl/css3/selectors3/xml/css3-modsel-24-expected.txt: Added. |
| * platform/efl/css3/selectors3/xml/css3-modsel-68-expected.txt: Added. |
| * platform/efl/css3/selectors3/xml/css3-modsel-69-expected.txt: Added. |
| * platform/efl/fast/forms/input-appearance-bkcolor-expected.txt: Added. |
| * platform/efl/fast/forms/textfield-outline-expected.txt: Added. |
| |
| 2012-05-19 Christophe Dumez <christophe.dumez@intel.com> |
| |
| [EFL] Massive rebaselining needed after r117672 |
| https://bugs.webkit.org/show_bug.cgi?id=86940 |
| |
| Unreviewed EFL gardening. |
| |
| Rebaseline is needed for a lot of tests after r117672. |
| In many tests, contents in input element are shifted to the start |
| (left in LTR and right in RTL) by 1px, and widths of input |
| elements are shrunk by 2px. |
| |
| * platform/efl/css3/selectors3/html/css3-modsel-23-expected.png: |
| * platform/efl/css3/selectors3/html/css3-modsel-24-expected.png: |
| * platform/efl/css3/selectors3/html/css3-modsel-68-expected.png: |
| * platform/efl/css3/selectors3/html/css3-modsel-69-expected.png: |
| * platform/efl/css3/selectors3/xhtml/css3-modsel-23-expected.png: |
| * platform/efl/css3/selectors3/xhtml/css3-modsel-24-expected.png: |
| * platform/efl/css3/selectors3/xhtml/css3-modsel-68-expected.png: |
| * platform/efl/css3/selectors3/xhtml/css3-modsel-69-expected.png: |
| * platform/efl/css3/selectors3/xml/css3-modsel-23-expected.png: |
| * platform/efl/css3/selectors3/xml/css3-modsel-24-expected.png: |
| * platform/efl/css3/selectors3/xml/css3-modsel-68-expected.png: |
| * platform/efl/css3/selectors3/xml/css3-modsel-69-expected.png: |
| * platform/efl/fast/css/input-search-padding-expected.png: |
| * platform/efl/fast/css/input-search-padding-expected.txt: |
| * platform/efl/fast/css/line-height-expected.png: |
| * platform/efl/fast/css/line-height-expected.txt: |
| * platform/efl/fast/css/text-input-with-webkit-border-radius-expected.png: |
| * platform/efl/fast/css/text-input-with-webkit-border-radius-expected.txt: |
| * platform/efl/fast/css/text-overflow-input-expected.png: |
| * platform/efl/fast/css/text-overflow-input-expected.txt: |
| * platform/efl/fast/dom/isindex-001-expected.png: |
| * platform/efl/fast/dom/isindex-001-expected.txt: |
| * platform/efl/fast/dom/isindex-002-expected.png: |
| * platform/efl/fast/dom/isindex-002-expected.txt: |
| * platform/efl/fast/events/autoscroll-expected.png: |
| * platform/efl/fast/events/autoscroll-expected.txt: |
| * platform/efl/fast/forms/basic-inputs-expected.png: |
| * platform/efl/fast/forms/basic-inputs-expected.txt: |
| * platform/efl/fast/forms/box-shadow-override-expected.png: |
| * platform/efl/fast/forms/box-shadow-override-expected.txt: |
| * platform/efl/fast/forms/control-restrict-line-height-expected.png: |
| * platform/efl/fast/forms/control-restrict-line-height-expected.txt: |
| * platform/efl/fast/forms/encoding-test-expected.png: |
| * platform/efl/fast/forms/encoding-test-expected.txt: |
| * platform/efl/fast/forms/fieldset-align-expected.png: |
| * platform/efl/fast/forms/fieldset-align-expected.txt: |
| * platform/efl/fast/forms/floating-textfield-relayout-expected.png: |
| * platform/efl/fast/forms/floating-textfield-relayout-expected.txt: |
| * platform/efl/fast/forms/input-align-expected.png: |
| * platform/efl/fast/forms/input-align-expected.txt: |
| * platform/efl/fast/forms/input-appearance-bkcolor-expected.png: |
| * platform/efl/fast/forms/input-appearance-default-bkcolor-expected.png: |
| * platform/efl/fast/forms/input-appearance-default-bkcolor-expected.txt: |
| * platform/efl/fast/forms/input-appearance-focus-expected.png: |
| * platform/efl/fast/forms/input-appearance-focus-expected.txt: |
| * platform/efl/fast/forms/input-appearance-height-expected.png: |
| * platform/efl/fast/forms/input-appearance-height-expected.txt: |
| * platform/efl/fast/forms/input-appearance-preventDefault-expected.png: |
| * platform/efl/fast/forms/input-appearance-preventDefault-expected.txt: |
| * platform/efl/fast/forms/input-appearance-selection-expected.png: |
| * platform/efl/fast/forms/input-appearance-selection-expected.txt: |
| * platform/efl/fast/forms/input-appearance-visibility-expected.png: |
| * platform/efl/fast/forms/input-appearance-visibility-expected.txt: |
| * platform/efl/fast/forms/input-appearance-width-expected.png: |
| * platform/efl/fast/forms/input-appearance-width-expected.txt: |
| * platform/efl/fast/forms/input-disabled-color-expected.png: |
| * platform/efl/fast/forms/input-disabled-color-expected.txt: |
| * platform/efl/fast/forms/input-double-click-selection-gap-bug-expected.png: |
| * platform/efl/fast/forms/input-double-click-selection-gap-bug-expected.txt: |
| * platform/efl/fast/forms/input-field-text-truncated-expected.png: |
| * platform/efl/fast/forms/input-field-text-truncated-expected.txt: |
| * platform/efl/fast/forms/input-readonly-dimmed-expected.png: |
| * platform/efl/fast/forms/input-readonly-dimmed-expected.txt: |
| * platform/efl/fast/forms/input-readonly-empty-expected.png: |
| * platform/efl/fast/forms/input-readonly-empty-expected.txt: |
| * platform/efl/fast/forms/input-spaces-expected.png: |
| * platform/efl/fast/forms/input-spaces-expected.txt: |
| * platform/efl/fast/forms/input-table-expected.png: |
| * platform/efl/fast/forms/input-table-expected.txt: |
| * platform/efl/fast/forms/input-text-click-inside-expected.png: |
| * platform/efl/fast/forms/input-text-click-inside-expected.txt: |
| * platform/efl/fast/forms/input-text-double-click-expected.png: |
| * platform/efl/fast/forms/input-text-double-click-expected.txt: |
| * platform/efl/fast/forms/input-text-option-delete-expected.png: |
| * platform/efl/fast/forms/input-text-option-delete-expected.txt: |
| * platform/efl/fast/forms/input-text-self-emptying-click-expected.png: |
| * platform/efl/fast/forms/input-text-self-emptying-click-expected.txt: |
| * platform/efl/fast/forms/input-text-word-wrap-expected.png: |
| * platform/efl/fast/forms/input-text-word-wrap-expected.txt: |
| * platform/efl/fast/forms/input-type-text-min-width-expected.png: |
| * platform/efl/fast/forms/input-type-text-min-width-expected.txt: |
| * platform/efl/fast/forms/input-value-expected.png: |
| * platform/efl/fast/forms/input-value-expected.txt: |
| * platform/efl/fast/forms/input-width-expected.png: |
| * platform/efl/fast/forms/input-width-expected.txt: |
| * platform/efl/fast/forms/minWidthPercent-expected.png: |
| * platform/efl/fast/forms/minWidthPercent-expected.txt: |
| * platform/efl/fast/forms/number/input-appearance-number-rtl-expected.png: |
| * platform/efl/fast/forms/number/input-appearance-number-rtl-expected.txt: |
| * platform/efl/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png: |
| * platform/efl/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt: |
| * platform/efl/fast/forms/number/input-appearance-spinbutton-layer-expected.png: |
| * platform/efl/fast/forms/number/input-appearance-spinbutton-layer-expected.txt: |
| * platform/efl/fast/forms/search-cancel-button-style-sharing-expected.png: |
| * platform/efl/fast/forms/search-cancel-button-style-sharing-expected.txt: |
| * platform/efl/fast/forms/search-display-none-cancel-button-expected.png: |
| * platform/efl/fast/forms/search-display-none-cancel-button-expected.txt: |
| * platform/efl/fast/forms/search-rtl-expected.png: |
| * platform/efl/fast/forms/search-rtl-expected.txt: |
| * platform/efl/fast/forms/search-styled-expected.png: |
| * platform/efl/fast/forms/search-styled-expected.txt: |
| * platform/efl/fast/forms/search-vertical-alignment-expected.png: |
| * platform/efl/fast/forms/search-vertical-alignment-expected.txt: |
| * platform/efl/fast/forms/searchfield-heights-expected.png: |
| * platform/efl/fast/forms/searchfield-heights-expected.txt: |
| * platform/efl/fast/forms/tabbing-input-iframe-expected.png: |
| * platform/efl/fast/forms/tabbing-input-iframe-expected.txt: |
| * platform/efl/fast/forms/text-control-intrinsic-widths-expected.txt: |
| * platform/efl/fast/forms/text-style-color-expected.png: |
| * platform/efl/fast/forms/text-style-color-expected.txt: |
| * platform/efl/fast/forms/textfield-focus-ring-expected.png: |
| * platform/efl/fast/forms/textfield-focus-ring-expected.txt: |
| * platform/efl/fast/forms/textfield-outline-expected.png: |
| * platform/efl/fast/forms/visual-hebrew-text-field-expected.png: |
| * platform/efl/fast/forms/visual-hebrew-text-field-expected.txt: |
| * platform/efl/fast/frames/take-focus-from-iframe-expected.png: |
| * platform/efl/fast/frames/take-focus-from-iframe-expected.txt: |
| * platform/efl/fast/html/details-no-summary4-expected.png: |
| * platform/efl/fast/html/details-no-summary4-expected.txt: |
| * platform/efl/fast/html/details-open-javascript-expected.png: |
| * platform/efl/fast/html/details-open-javascript-expected.txt: |
| * platform/efl/fast/html/details-open2-expected.png: |
| * platform/efl/fast/html/details-open2-expected.txt: |
| * platform/efl/fast/html/details-open4-expected.png: |
| * platform/efl/fast/html/details-open4-expected.txt: |
| * platform/efl/fast/lists/dynamic-marker-crash-expected.png: |
| * platform/efl/fast/lists/dynamic-marker-crash-expected.txt: |
| * platform/efl/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png: |
| * platform/efl/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt: |
| * platform/efl/fast/repaint/search-field-cancel-expected.png: |
| * platform/efl/fast/repaint/search-field-cancel-expected.txt: |
| * platform/efl/fast/repaint/subtree-root-skipped-expected.png: |
| * platform/efl/fast/repaint/subtree-root-skipped-expected.txt: |
| * platform/efl/fast/replaced/replaced-breaking-expected.png: |
| * platform/efl/fast/replaced/replaced-breaking-expected.txt: |
| * platform/efl/fast/replaced/replaced-breaking-mixture-expected.png: |
| * platform/efl/fast/replaced/replaced-breaking-mixture-expected.txt: |
| * platform/efl/fast/replaced/width100percent-textfield-expected.png: |
| * platform/efl/fast/replaced/width100percent-textfield-expected.txt: |
| * platform/efl/fast/table/003-expected.png: |
| * platform/efl/fast/table/003-expected.txt: |
| * platform/efl/fast/table/colspanMinWidth-expected.png: |
| * platform/efl/fast/table/colspanMinWidth-expected.txt: |
| * platform/efl/fast/table/spanOverlapRepaint-expected.png: |
| * platform/efl/fast/table/spanOverlapRepaint-expected.txt: |
| * platform/efl/fast/table/text-field-baseline-expected.png: |
| * platform/efl/fast/table/text-field-baseline-expected.txt: |
| * platform/efl/fast/text/textIteratorNilRenderer-expected.png: |
| * platform/efl/fast/text/textIteratorNilRenderer-expected.txt: |
| * platform/efl/http/tests/navigation/javascriptlink-frames-expected.png: |
| * platform/efl/http/tests/navigation/javascriptlink-frames-expected.txt: |
| |
| 2012-05-19 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Not reviewed. Update two pixel test results on Lion, which show marginal diffs. |
| |
| * platform/mac/svg/custom/inline-svg-in-xhtml-expected.png: |
| * platform/mac/svg/hixie/mixed/003-expected.png: |
| |
| 2012-05-19 Csaba Osztrogonác <ossy@webkit.org> |
| |
| [Qt] Unreviewed weekend gardening. |
| |
| * platform/qt-4.8/Skipped: Copy/paste error fix after r117588. |
| * platform/qt/fast/forms/form-hides-table-expected.png: Added after r117640. |
| * platform/qt/fast/forms/form-hides-table-expected.txt: Updated after r117640. |
| * platform/qt/fast/table/form-with-table-style-expected.png: Updated after r117640. |
| * platform/qt/fast/table/form-with-table-style-expected.txt: Updated after r117640. |
| |
| 2012-05-19 Ryosuke Niwa <rniwa@webkit.org> |
| |
| More Chromium rebaselines after r117672. |
| |
| * platform/chromium-linux-x86/css3/selectors3/xml/css3-modsel-24-expected.png: Added. |
| * platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-68-expected.png: |
| * platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-68-expected.txt: |
| * platform/chromium-linux/css3/selectors3/xml/css3-modsel-24-expected.png: |
| * platform/chromium-linux/css3/selectors3/xml/css3-modsel-24-expected.txt: |
| * platform/chromium-mac-leopard/css3/selectors3/xhtml/css3-modsel-68-expected.png: |
| * platform/chromium-mac-leopard/css3/selectors3/xhtml/css3-modsel-68-expected.txt: |
| * platform/chromium-mac-leopard/css3/selectors3/xml/css3-modsel-24-expected.png: |
| * platform/chromium-mac-leopard/css3/selectors3/xml/css3-modsel-24-expected.txt: |
| * platform/chromium-mac/fast/forms/box-shadow-override-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/search-vertical-alignment-expected.png: |
| * platform/chromium-mac/fast/forms/searchfield-heights-expected.png: |
| * platform/chromium-mac/fast/forms/select-empty-option-height-expected.txt: Added. |
| * platform/chromium-mac/fast/replaced/width100percent-searchfield-expected.png: |
| * platform/chromium-win-vista/css3/selectors3/xml/css3-modsel-24-expected.png: Added. |
| * platform/chromium-win/css3/selectors3/xhtml/css3-modsel-68-expected.png: |
| * platform/chromium-win/css3/selectors3/xhtml/css3-modsel-68-expected.txt: |
| * platform/chromium-win/css3/selectors3/xml/css3-modsel-24-expected.png: |
| * platform/chromium-win/css3/selectors3/xml/css3-modsel-24-expected.txt: |
| |
| 2012-05-19 Ryosuke Niwa <rniwa@webkit.org> |
| |
| More SnowLeopard rebaselines. |
| |
| * platform/mac-snowleopard/canvas/philip/tests/2d.gradient.interpolate.colouralpha-expected.txt: Copied from LayoutTests/platform/mac/canvas/philip/tests/2d.gradient.interpolate.colouralpha-expected.txt. |
| * platform/mac-snowleopard/fast/css/font-family-pictograph-expected.txt: Copied from LayoutTests/platform/mac/fast/css/font-family-pictograph-expected.txt. |
| * platform/mac-snowleopard/fast/regions/region-overflow-auto-overflow-hidden-expected.txt: |
| * platform/mac-snowleopard/fast/regions/region-overflow-auto-overflow-visible-expected.txt: |
| * platform/mac-snowleopard/fast/repaint/canvas-putImageData-expected.txt: Copied from LayoutTests/platform/mac/fast/repaint/canvas-putImageData-expected.txt. |
| * platform/mac-snowleopard/media/controls-styling-expected.txt: Copied from LayoutTests/platform/mac/media/controls-styling-expected.txt. |
| * platform/mac-snowleopard/media/controls-without-preload-expected.txt: |
| * platform/mac-snowleopard/media/media-can-play-wav-audio-expected.txt: Copied from LayoutTests/platform/mac/media/media-can-play-wav-audio-expected.txt. |
| |
| 2012-05-19 Zan Dobersek <zandobersek@gmail.com> |
| |
| Unreviewed, adding GTK baselines for new tests added in r117477. |
| |
| * platform/gtk/css2.1/20110323/table-height-algorithm-023-expected.txt: Added. |
| * platform/gtk/css2.1/20110323/table-height-algorithm-024-expected.txt: Added. |
| * platform/gtk/fast/table/mozilla-bug10296-vertical-align-1-expected.txt: Added. |
| * platform/gtk/fast/table/mozilla-bug10296-vertical-align-2-expected.txt: Added. |
| |
| 2012-05-19 Ryosuke Niwa <rniwa@webkit.org> |
| |
| Lion rebaseline after r117672. |
| |
| * platform/mac/css3/selectors3/html/css3-modsel-24-expected.txt: |
| * platform/mac/css3/selectors3/html/css3-modsel-68-expected.txt: |
| * platform/mac/css3/selectors3/xhtml/css3-modsel-24-expected.txt: |
| * platform/mac/css3/selectors3/xhtml/css3-modsel-68-expected.txt: |
| * platform/mac/css3/selectors3/xml/css3-modsel-24-expected.txt: |
| * platform/mac/css3/selectors3/xml/css3-modsel-68-expected.txt: |
| * platform/mac/fast/forms/box-shadow-override-expected.txt: |
| * platform/mac/fast/forms/input-appearance-spinbutton-expected.txt: |
| * platform/mac/fast/invalid/residual-style-expected.txt: |
| * platform/mac/fast/repaint/search-field-cancel-expected.txt: |
| * platform/mac/fast/repaint/subtree-root-skipped-expected.txt: |
| * platform/mac/fast/replaced/width100percent-searchfield-expected.txt: |
| * platform/mac/platform/mac/fast/forms/input-appearance-spinbutton-up-expected.txt: |
| * platform/mac/transforms/3d/general/perspective-non-layer-expected.txt: |
| |
| 2012-05-19 Csaba Osztrogonác <ossy@webkit.org> |
| |
| [Qt] Unreviewed gardening after r117672. |
| |
| * platform/qt/css3/selectors3/html/css3-modsel-23-expected.png: |
| * platform/qt/css3/selectors3/html/css3-modsel-23-expected.txt: |
| * platform/qt/css3/selectors3/html/css3-modsel-24-expected.png: |
| * platform/qt/css3/selectors3/html/css3-modsel-24-expected.txt: |
| * platform/qt/css3/selectors3/html/css3-modsel-68-expected.png: |
| * platform/qt/css3/selectors3/html/css3-modsel-68-expected.txt: |
| * platform/qt/css3/selectors3/html/css3-modsel-69-expected.png: |
| * platform/qt/css3/selectors3/html/css3-modsel-69-expected.txt: |
| * platform/qt/css3/selectors3/xhtml/css3-modsel-23-expected.png: |
| * platform/qt/css3/selectors3/xhtml/css3-modsel-23-expected.txt: |
| * platform/qt/css3/selectors3/xhtml/css3-modsel-24-expected.png: |
| * platform/qt/css3/selectors3/xhtml/css3-modsel-24-expected.txt: |
| * platform/qt/css3/selectors3/xhtml/css3-modsel-68-expected.png: |
| * platform/qt/css3/selectors3/xhtml/css3-modsel-68-expected.txt: |
| * platform/qt/css3/selectors3/xhtml/css3-modsel-69-expected.png: |
| * platform/qt/css3/selectors3/xhtml/css3-modsel-69-expected.txt: |
| * platform/qt/css3/selectors3/xml/css3-modsel-23-expected.png: |
| * platform/qt/css3/selectors3/xml/css3-modsel-23-expected.txt: |
| * platform/qt/css3/selectors3/xml/css3-modsel-24-expected.png: |
| * platform/qt/css3/selectors3/xml/css3-modsel-24-expected.txt: |
| * platform/qt/css3/selectors3/xml/css3-modsel-68-expected.png: |
| * platform/qt/css3/selectors3/xml/css3-modsel-68-expected.txt: |
| * platform/qt/css3/selectors3/xml/css3-modsel-69-expected.png: |
| * platform/qt/css3/selectors3/xml/css3-modsel-69-expected.txt: |
| * platform/qt/editing/input/caret-at-the-edge-of-input-expected.png: Added. |
| * platform/qt/editing/input/caret-at-the-edge-of-input-expected.txt: |
| * platform/qt/editing/pasteboard/4806874-expected.png: |
| * platform/qt/editing/pasteboard/4806874-expected.txt: |
| * platform/qt/editing/pasteboard/input-field-1-expected.png: |
| * platform/qt/editing/pasteboard/input-field-1-expected.txt: |
| * platform/qt/editing/selection/3690703-2-expected.png: |
| * platform/qt/editing/selection/3690703-2-expected.txt: |
| * platform/qt/editing/selection/3690703-expected.png: |
| * platform/qt/editing/selection/3690703-expected.txt: |
| * platform/qt/editing/selection/3690719-expected.png: |
| * platform/qt/editing/selection/3690719-expected.txt: |
| * platform/qt/editing/selection/4895428-3-expected.png: |
| * platform/qt/editing/selection/4895428-3-expected.txt: |
| * platform/qt/editing/selection/4975120-expected.png: |
| * platform/qt/editing/selection/4975120-expected.txt: |
| * platform/qt/editing/selection/drag-select-1-expected.png: |
| * platform/qt/editing/selection/drag-select-1-expected.txt: |
| * platform/qt/editing/selection/select-across-readonly-input-1-expected.png: |
| * platform/qt/editing/selection/select-across-readonly-input-1-expected.txt: |
| * platform/qt/editing/selection/select-across-readonly-input-2-expected.png: |
| * platform/qt/editing/selection/select-across-readonly-input-2-expected.txt: |
| * platform/qt/editing/selection/select-across-readonly-input-3-expected.png: |
| * platform/qt/editing/selection/select-across-readonly-input-3-expected.txt: |
| * platform/qt/editing/selection/select-across-readonly-input-4-expected.png: |
| * platform/qt/editing/selection/select-across-readonly-input-4-expected.txt: |
| * platform/qt/editing/selection/select-across-readonly-input-5-expected.png: |
| * platform/qt/editing/selection/select-across-readonly-input-5-expected.txt: |
| * platform/qt/fast/css/input-search-padding-expected.png: |
| * platform/qt/fast/css/input-search-padding-expected.txt: |
| * platform/qt/fast/css/line-height-expected.png: |
| * platform/qt/fast/css/line-height-expected.txt: |
| * platform/qt/fast/css/text-input-with-webkit-border-radius-expected.png: |
| * platform/qt/fast/css/text-input-with-webkit-border-radius-expected.txt: |
| * platform/qt/fast/css/text-overflow-input-expected.png: |
| * platform/qt/fast/css/text-overflow-input-expected.txt: |
| * platform/qt/fast/dom/isindex-001-expected.png: |
| * platform/qt/fast/dom/isindex-001-expected.txt: |
| * platform/qt/fast/events/context-no-deselect-expected.png: |
| * platform/qt/fast/events/context-no-deselect-expected.txt: |
| * platform/qt/fast/forms/basic-inputs-expected.png: |
| * platform/qt/fast/forms/basic-inputs-expected.txt: |
| * platform/qt/fast/forms/box-shadow-override-expected.png: |
| * platform/qt/fast/forms/box-shadow-override-expected.txt: |
| * platform/qt/fast/forms/control-restrict-line-height-expected.png: |
| * platform/qt/fast/forms/control-restrict-line-height-expected.txt: |
| * platform/qt/fast/forms/encoding-test-expected.png: |
| * platform/qt/fast/forms/encoding-test-expected.txt: |
| * platform/qt/fast/forms/fieldset-align-expected.png: |
| * platform/qt/fast/forms/fieldset-align-expected.txt: |
| * platform/qt/fast/forms/floating-textfield-relayout-expected.png: |
| * platform/qt/fast/forms/floating-textfield-relayout-expected.txt: |
| * platform/qt/fast/forms/form-element-geometry-expected.png: |
| * platform/qt/fast/forms/form-element-geometry-expected.txt: |
| * platform/qt/fast/forms/input-align-expected.png: |
| * platform/qt/fast/forms/input-align-expected.txt: |
| * platform/qt/fast/forms/input-appearance-bkcolor-expected.png: |
| * platform/qt/fast/forms/input-appearance-bkcolor-expected.txt: |
| * platform/qt/fast/forms/input-appearance-default-bkcolor-expected.png: |
| * platform/qt/fast/forms/input-appearance-default-bkcolor-expected.txt: |
| * platform/qt/fast/forms/input-appearance-disabled-expected.png: |
| * platform/qt/fast/forms/input-appearance-disabled-expected.txt: |
| * platform/qt/fast/forms/input-appearance-focus-expected.png: |
| * platform/qt/fast/forms/input-appearance-focus-expected.txt: |
| * platform/qt/fast/forms/input-appearance-preventDefault-expected.png: |
| * platform/qt/fast/forms/input-appearance-preventDefault-expected.txt: |
| * platform/qt/fast/forms/input-appearance-readonly-expected.png: |
| * platform/qt/fast/forms/input-appearance-readonly-expected.txt: |
| * platform/qt/fast/forms/input-appearance-selection-expected.png: |
| * platform/qt/fast/forms/input-appearance-selection-expected.txt: |
| * platform/qt/fast/forms/input-appearance-visibility-expected.png: |
| * platform/qt/fast/forms/input-appearance-visibility-expected.txt: |
| * platform/qt/fast/forms/input-baseline-expected.png: |
| * platform/qt/fast/forms/input-baseline-expected.txt: |
| * platform/qt/fast/forms/input-disabled-color-expected.png: |
| * platform/qt/fast/forms/input-disabled-color-expected.txt: |
| * platform/qt/fast/forms/input-double-click-selection-gap-bug-expected.png: |
| * platform/qt/fast/forms/input-double-click-selection-gap-bug-expected.txt: |
| * platform/qt/fast/forms/input-field-text-truncated-expected.png: |
| * platform/qt/fast/forms/input-field-text-truncated-expected.txt: |
| * platform/qt/fast/forms/input-placeholder-visibility-1-expected.png: |
| * platform/qt/fast/forms/input-placeholder-visibility-1-expected.txt: |
| * platform/qt/fast/forms/input-placeholder-visibility-3-expected.png: |
| * platform/qt/fast/forms/input-placeholder-visibility-3-expected.txt: |
| * platform/qt/fast/forms/input-readonly-dimmed-expected.png: Added. |
| * platform/qt/fast/forms/input-readonly-dimmed-expected.txt: |
| * platform/qt/fast/forms/input-readonly-empty-expected.png: |
| * platform/qt/fast/forms/input-readonly-empty-expected.txt: |
| * platform/qt/fast/forms/input-spaces-expected.png: |
| * platform/qt/fast/forms/input-spaces-expected.txt: |
| * platform/qt/fast/forms/input-text-click-inside-expected.png: |
| * platform/qt/fast/forms/input-text-click-inside-expected.txt: |
| * platform/qt/fast/forms/input-text-double-click-expected.png: |
| * platform/qt/fast/forms/input-text-double-click-expected.txt: |
| * platform/qt/fast/forms/input-text-option-delete-expected.png: |
| * platform/qt/fast/forms/input-text-option-delete-expected.txt: |
| * platform/qt/fast/forms/input-text-self-emptying-click-expected.png: |
| * platform/qt/fast/forms/input-text-self-emptying-click-expected.txt: |
| * platform/qt/fast/forms/input-text-word-wrap-expected.png: |
| * platform/qt/fast/forms/input-text-word-wrap-expected.txt: |
| * platform/qt/fast/forms/input-width-expected.png: |
| * platform/qt/fast/forms/input-width-expected.txt: |
| * platform/qt/fast/forms/minWidthPercent-expected.png: |
| * platform/qt/fast/forms/minWidthPercent-expected.txt: |
| * platform/qt/fast/forms/number/input-appearance-number-rtl-expected.png: |
| * platform/qt/fast/forms/number/input-appearance-number-rtl-expected.txt: |
| * platform/qt/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png: |
| * platform/qt/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt: |
| * platform/qt/fast/forms/number/input-appearance-spinbutton-layer-expected.png: |
| * platform/qt/fast/forms/number/input-appearance-spinbutton-layer-expected.txt: |
| * platform/qt/fast/forms/placeholder-position-expected.png: |
| * platform/qt/fast/forms/placeholder-position-expected.txt: |
| * platform/qt/fast/forms/placeholder-pseudo-style-expected.png: |
| * platform/qt/fast/forms/placeholder-pseudo-style-expected.txt: |
| * platform/qt/fast/forms/search-cancel-button-style-sharing-expected.png: |
| * platform/qt/fast/forms/search-cancel-button-style-sharing-expected.txt: |
| * platform/qt/fast/forms/search-display-none-cancel-button-expected.png: |
| * platform/qt/fast/forms/search-display-none-cancel-button-expected.txt: |
| * platform/qt/fast/forms/search-rtl-expected.png: |
| * platform/qt/fast/forms/search-rtl-expected.txt: |
| * platform/qt/fast/forms/search-styled-expected.png: |
| * platform/qt/fast/forms/search-styled-expected.txt: |
| * platform/qt/fast/forms/search-vertical-alignment-expected.png: |
| * platform/qt/fast/forms/search-vertical-alignment-expected.txt: |
| * platform/qt/fast/forms/text-style-color-expected.png: |
| * platform/qt/fast/forms/text-style-color-expected.txt: |
| * platform/qt/fast/forms/textfield-focus-ring-expected.png: |
| * platform/qt/fast/forms/textfield-focus-ring-expected.txt: |
| * platform/qt/fast/forms/textfield-outline-expected.png: Added. |
| * platform/qt/fast/forms/textfield-outline-expected.txt: |
| * platform/qt/fast/forms/textfield-overflow-expected.png: Copied from LayoutTests/platform/qt/fast/transforms/transformed-focused-text-input-expected.png. |
| * platform/qt/fast/forms/textfield-overflow-expected.txt: |
| * platform/qt/fast/frames/take-focus-from-iframe-expected.png: |
| * platform/qt/fast/frames/take-focus-from-iframe-expected.txt: |
| * platform/qt/fast/html/details-no-summary4-expected.png: |
| * platform/qt/fast/html/details-no-summary4-expected.txt: |
| * platform/qt/fast/html/details-open-javascript-expected.png: |
| * platform/qt/fast/html/details-open-javascript-expected.txt: |
| * platform/qt/fast/html/details-open2-expected.png: |
| * platform/qt/fast/html/details-open2-expected.txt: |
| * platform/qt/fast/html/details-open4-expected.png: |
| * platform/qt/fast/html/details-open4-expected.txt: |
| * platform/qt/fast/lists/dynamic-marker-crash-expected.png: |
| * platform/qt/fast/lists/dynamic-marker-crash-expected.txt: |
| * platform/qt/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png: |
| * platform/qt/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt: |
| * platform/qt/fast/repaint/search-field-cancel-expected.png: |
| * platform/qt/fast/repaint/search-field-cancel-expected.txt: |
| * platform/qt/fast/repaint/subtree-root-skipped-expected.png: |
| * platform/qt/fast/repaint/subtree-root-skipped-expected.txt: |
| * platform/qt/fast/replaced/replaced-breaking-expected.png: |
| * platform/qt/fast/replaced/replaced-breaking-expected.txt: |
| * platform/qt/fast/replaced/replaced-breaking-mixture-expected.png: |
| * platform/qt/fast/replaced/replaced-breaking-mixture-expected.txt: |
| * platform/qt/fast/replaced/width100percent-searchfield-expected.png: |
| * platform/qt/fast/replaced/width100percent-searchfield-expected.txt: |
| * platform/qt/fast/replaced/width100percent-textfield-expected.png: |
| * platform/qt/fast/replaced/width100percent-textfield-expected.txt: |
| * platform/qt/fast/table/colspanMinWidth-expected.png: |
| * platform/qt/fast/table/colspanMinWidth-expected.txt: |
| * platform/qt/fast/table/spanOverlapRepaint-expected.png: |
| * platform/qt/fast/table/spanOverlapRepaint-expected.txt: |
| * platform/qt/fast/table/text-field-baseline-expected.png: |
| * platform/qt/fast/table/text-field-baseline-expected.txt: |
| * platform/qt/fast/text/textIteratorNilRenderer-expected.png: |
| * platform/qt/fast/text/textIteratorNilRenderer-expected.txt: |
| * platform/qt/fast/transforms/transformed-focused-text-input-expected.png: |
| * platform/qt/fast/transforms/transformed-focused-text-input-expected.txt: |
| * platform/qt/http/tests/navigation/javascriptlink-frames-expected.png: |
| * platform/qt/http/tests/navigation/javascriptlink-frames-expected.txt: |
| * platform/qt/plugins/mouse-click-plugin-clears-selection-expected.png: |
| * platform/qt/plugins/mouse-click-plugin-clears-selection-expected.txt: |
| * platform/qt/svg/custom/inline-svg-in-xhtml-expected.png: |
| * platform/qt/svg/custom/inline-svg-in-xhtml-expected.txt: |
| * platform/qt/svg/hixie/mixed/003-expected.png: |
| * platform/qt/svg/hixie/mixed/003-expected.txt: |
| * platform/qt/tables/mozilla/bugs/bug1188-expected.png: |
| * platform/qt/tables/mozilla/bugs/bug1188-expected.txt: |
| * platform/qt/tables/mozilla/bugs/bug18359-expected.png: |
| * platform/qt/tables/mozilla/bugs/bug18359-expected.txt: |
| * platform/qt/tables/mozilla/bugs/bug24200-expected.png: |
| * platform/qt/tables/mozilla/bugs/bug24200-expected.txt: |
| * platform/qt/tables/mozilla/bugs/bug2479-2-expected.png: |
| * platform/qt/tables/mozilla/bugs/bug2479-2-expected.txt: |
| * platform/qt/tables/mozilla/bugs/bug2479-3-expected.png: |
| * platform/qt/tables/mozilla/bugs/bug2479-3-expected.txt: |
| * platform/qt/tables/mozilla/bugs/bug2479-4-expected.txt: |
| * platform/qt/tables/mozilla/bugs/bug28928-expected.png: |
| * platform/qt/tables/mozilla/bugs/bug28928-expected.txt: |
| * platform/qt/tables/mozilla/bugs/bug4382-expected.png: |
| * platform/qt/tables/mozilla/bugs/bug4382-expected.txt: |
| * platform/qt/tables/mozilla/bugs/bug4527-expected.png: |
| * platform/qt/tables/mozilla/bugs/bug4527-expected.txt: |
| * platform/qt/tables/mozilla/bugs/bug46368-1-expected.png: |
| * platform/qt/tables/mozilla/bugs/bug46368-1-expected.txt: |
| * platform/qt/tables/mozilla/bugs/bug46368-2-expected.png: |
| * platform/qt/tables/mozilla/bugs/bug46368-2-expected.txt: |
| * platform/qt/tables/mozilla/bugs/bug51037-expected.png: |
| * platform/qt/tables/mozilla/bugs/bug51037-expected.txt: |
| * platform/qt/tables/mozilla/bugs/bug55545-expected.png: |
| * platform/qt/tables/mozilla/bugs/bug55545-expected.txt: |
| * platform/qt/tables/mozilla/bugs/bug59354-expected.png: |
| * platform/qt/tables/mozilla/bugs/bug59354-expected.txt: |
| * platform/qt/tables/mozilla/bugs/bug7342-expected.png: |
| * platform/qt/tables/mozilla/bugs/bug7342-expected.txt: |
| * platform/qt/tables/mozilla/bugs/bug96334-expected.png: |
| * platform/qt/tables/mozilla/bugs/bug96334-expected.txt: |
| * platform/qt/tables/mozilla/dom/tableDom-expected.png: |
| * platform/qt/tables/mozilla/dom/tableDom-expected.txt: |
| * platform/qt/tables/mozilla/other/move_row-expected.png: |
| * platform/qt/tables/mozilla/other/move_row-expected.txt: |
| * platform/qt/tables/mozilla_expected_failures/bugs/bug92647-1-expected.png: |
| * platform/qt/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt: |
| |
| 2012-05-18 Ryosuke Niwa <rniwa@webkit.org> |
| |
| Yet another Chromium rebaselines after r117672. |
| |
| * fast/forms/textfield-outline-expected.txt: Added. |
| * platform/chromium-linux-x86/fast/forms/date: Removed. |
| * platform/chromium-linux/fast/forms/basic-inputs-expected.png: |
| * platform/chromium-linux/fast/forms/box-shadow-override-expected.png: |
| * platform/chromium-linux/fast/forms/box-shadow-override-expected.txt: |
| * platform/chromium-linux/fast/forms/control-restrict-line-height-expected.png: |
| * platform/chromium-linux/fast/forms/control-restrict-line-height-expected.txt: |
| * platform/chromium-linux/fast/forms/date/date-appearance-expected.png: |
| * platform/chromium-linux/fast/forms/date/date-appearance-expected.txt: |
| * platform/chromium-linux/fast/forms/encoding-test-expected.png: |
| * platform/chromium-linux/fast/forms/fieldset-align-expected.png: |
| * platform/chromium-linux/fast/forms/floating-textfield-relayout-expected.png: |
| * platform/chromium-linux/fast/forms/form-element-geometry-expected.png: |
| * platform/chromium-linux/fast/forms/form-element-geometry-expected.txt: |
| * platform/chromium-linux/fast/forms/input-align-expected.png: |
| * platform/chromium-linux/fast/forms/input-appearance-bkcolor-expected.png: |
| * platform/chromium-linux/fast/forms/input-appearance-default-bkcolor-expected.png: |
| * platform/chromium-linux/fast/forms/input-appearance-disabled-expected.png: |
| * platform/chromium-linux/fast/forms/input-appearance-focus-expected.png: |
| * platform/chromium-linux/fast/forms/input-appearance-height-expected.png: |
| * platform/chromium-linux/fast/forms/input-appearance-height-expected.txt: |
| * platform/chromium-linux/fast/forms/input-appearance-preventDefault-expected.png: |
| * platform/chromium-linux/fast/forms/input-appearance-readonly-expected.png: |
| * platform/chromium-linux/fast/forms/input-appearance-selection-expected.png: |
| * platform/chromium-linux/fast/forms/input-appearance-visibility-expected.png: |
| * platform/chromium-linux/fast/forms/input-appearance-width-expected.png: |
| * platform/chromium-linux/fast/forms/input-baseline-expected.png: |
| * platform/chromium-linux/fast/forms/input-baseline-expected.txt: |
| * platform/chromium-linux/fast/forms/input-disabled-color-expected.png: |
| * platform/chromium-linux/fast/forms/input-double-click-selection-gap-bug-expected.png: |
| * platform/chromium-linux/fast/forms/input-field-text-truncated-expected.png: |
| * platform/chromium-linux/fast/forms/input-placeholder-visibility-1-expected.png: |
| * platform/chromium-linux/fast/forms/input-placeholder-visibility-3-expected.png: |
| * platform/chromium-linux/fast/forms/input-readonly-autoscroll-expected.png: |
| * platform/chromium-linux/fast/forms/input-readonly-dimmed-expected.png: |
| * platform/chromium-linux/fast/forms/input-readonly-empty-expected.png: |
| * platform/chromium-linux/fast/forms/input-spaces-expected.png: |
| * platform/chromium-linux/fast/forms/input-table-expected.png: |
| * platform/chromium-linux/fast/forms/input-text-click-inside-expected.png: |
| * platform/chromium-linux/fast/forms/input-text-click-outside-expected.png: |
| * platform/chromium-linux/fast/forms/input-text-double-click-expected.png: |
| * platform/chromium-linux/fast/forms/input-text-double-click-expected.txt: |
| * platform/chromium-linux/fast/forms/input-text-option-delete-expected.png: |
| * platform/chromium-linux/fast/forms/input-text-scroll-left-on-blur-expected.png: |
| * platform/chromium-linux/fast/forms/input-text-self-emptying-click-expected.png: |
| * platform/chromium-linux/fast/forms/input-text-word-wrap-expected.png: |
| * platform/chromium-linux/fast/forms/input-type-text-min-width-expected.png: |
| * platform/chromium-linux/fast/forms/input-value-expected.png: |
| * platform/chromium-linux/fast/forms/input-value-expected.txt: |
| * platform/chromium-linux/fast/forms/input-width-expected.png: |
| * platform/chromium-linux/fast/forms/minWidthPercent-expected.png: |
| * platform/chromium-linux/fast/forms/number/input-appearance-number-rtl-expected.png: |
| * platform/chromium-linux/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png: |
| * platform/chromium-linux/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt: |
| * platform/chromium-linux/fast/forms/number/input-appearance-spinbutton-layer-expected.png: |
| * platform/chromium-linux/fast/forms/placeholder-pseudo-style-expected.png: |
| * platform/chromium-linux/fast/forms/plaintext-mode-2-expected.png: |
| * platform/chromium-linux/fast/forms/search-cancel-button-style-sharing-expected.png: |
| * platform/chromium-linux/fast/forms/search-display-none-cancel-button-expected.png: |
| * platform/chromium-linux/fast/forms/search-rtl-expected.png: |
| * platform/chromium-linux/fast/forms/search-styled-expected.png: |
| * platform/chromium-linux/fast/forms/search-styled-expected.txt: |
| * platform/chromium-linux/fast/forms/search-vertical-alignment-expected.png: |
| * platform/chromium-linux/fast/forms/searchfield-heights-expected.png: |
| * platform/chromium-linux/fast/forms/searchfield-heights-expected.txt: |
| * platform/chromium-linux/fast/forms/tabbing-input-iframe-expected.png: |
| * platform/chromium-linux/fast/forms/text-control-intrinsic-widths-expected.txt: |
| * platform/chromium-linux/fast/forms/text-style-color-expected.png: |
| * platform/chromium-linux/fast/forms/textfield-focus-ring-expected.png: |
| * platform/chromium-linux/fast/forms/textfield-outline-expected.png: |
| * platform/chromium-linux/fast/forms/textfield-outline-expected.txt: |
| * platform/chromium-linux/fast/forms/textfield-overflow-expected.png: |
| * platform/chromium-linux/fast/forms/validation-message-appearance-expected.png: |
| * platform/chromium-linux/fast/forms/validation-message-appearance-expected.txt: |
| * platform/chromium-linux/fast/forms/visual-hebrew-text-field-expected.png: |
| * platform/chromium-mac-leopard/fast/forms/basic-inputs-expected.png: |
| * platform/chromium-mac-leopard/fast/forms/box-shadow-override-expected.png: |
| * platform/chromium-mac-leopard/fast/forms/control-restrict-line-height-expected.png: |
| * platform/chromium-mac-leopard/fast/forms/encoding-test-expected.png: |
| * platform/chromium-mac-leopard/fast/forms/fieldset-align-expected.png: |
| * platform/chromium-mac-leopard/fast/forms/floating-textfield-relayout-expected.png: |
| * platform/chromium-mac-leopard/fast/forms/form-element-geometry-expected.png: |
| * platform/chromium-mac-leopard/fast/forms/input-align-expected.png: |
| * platform/chromium-mac-leopard/fast/forms/input-appearance-bkcolor-expected.png: |
| * platform/chromium-mac-leopard/fast/forms/input-appearance-default-bkcolor-expected.png: |
| * platform/chromium-mac-leopard/fast/forms/input-appearance-disabled-expected.png: |
| * platform/chromium-mac-leopard/fast/forms/input-appearance-focus-expected.png: |
| * platform/chromium-mac-leopard/fast/forms/input-appearance-height-expected.png: |
| * platform/chromium-mac-leopard/fast/forms/input-appearance-preventDefault-expected.png: |
| * platform/chromium-mac-leopard/fast/forms/input-appearance-readonly-expected.png: |
| * platform/chromium-mac-leopard/fast/forms/input-appearance-selection-expected.png: |
| * platform/chromium-mac-leopard/fast/forms/input-appearance-visibility-expected.png: |
| * platform/chromium-mac-leopard/fast/forms/input-appearance-width-expected.png: |
| * platform/chromium-mac-leopard/fast/forms/input-baseline-expected.png: |
| * platform/chromium-mac-leopard/fast/forms/input-disabled-color-expected.png: |
| * platform/chromium-mac-leopard/fast/forms/input-double-click-selection-gap-bug-expected.png: |
| * platform/chromium-mac-leopard/fast/forms/input-field-text-truncated-expected.png: |
| * platform/chromium-mac-leopard/fast/forms/input-placeholder-visibility-1-expected.png: |
| * platform/chromium-mac-leopard/fast/forms/input-placeholder-visibility-3-expected.png: |
| * platform/chromium-mac-leopard/fast/forms/input-readonly-autoscroll-expected.png: |
| * platform/chromium-mac-leopard/fast/forms/input-readonly-dimmed-expected.png: |
| * platform/chromium-mac-leopard/fast/forms/input-readonly-empty-expected.png: |
| * platform/chromium-mac-leopard/fast/forms/input-spaces-expected.png: |
| * platform/chromium-mac-leopard/fast/forms/input-table-expected.png: |
| * platform/chromium-mac-leopard/fast/forms/input-text-click-inside-expected.png: |
| * platform/chromium-mac-leopard/fast/forms/input-text-click-outside-expected.png: |
| * platform/chromium-mac-leopard/fast/forms/input-text-double-click-expected.png: |
| * platform/chromium-mac-leopard/fast/forms/input-text-drag-down-expected.png: |
| * platform/chromium-mac-leopard/fast/forms/input-text-option-delete-expected.png: |
| * platform/chromium-mac-leopard/fast/forms/input-text-scroll-left-on-blur-expected.png: |
| * platform/chromium-mac-leopard/fast/forms/input-text-self-emptying-click-expected.png: |
| * platform/chromium-mac-leopard/fast/forms/input-text-word-wrap-expected.png: |
| * platform/chromium-mac-leopard/fast/forms/input-type-text-min-width-expected.png: |
| * platform/chromium-mac-leopard/fast/forms/input-value-expected.png: |
| * platform/chromium-mac-leopard/fast/forms/minWidthPercent-expected.png: |
| * platform/chromium-mac-leopard/fast/forms/number/input-appearance-number-rtl-expected.png: |
| * platform/chromium-mac-leopard/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png: |
| * platform/chromium-mac-leopard/fast/forms/number/input-appearance-spinbutton-layer-expected.png: |
| * platform/chromium-mac-leopard/fast/forms/placeholder-position-expected.png: |
| * platform/chromium-mac-leopard/fast/forms/placeholder-pseudo-style-expected.png: |
| * platform/chromium-mac-leopard/fast/forms/plaintext-mode-2-expected.png: |
| * platform/chromium-mac-leopard/fast/forms/search-cancel-button-style-sharing-expected.png: |
| * platform/chromium-mac-leopard/fast/forms/search-display-none-cancel-button-expected.png: |
| * platform/chromium-mac-leopard/fast/forms/search-rtl-expected.png: |
| * platform/chromium-mac-leopard/fast/forms/search-styled-expected.png: |
| * platform/chromium-mac-leopard/fast/forms/search-vertical-alignment-expected.png: |
| * platform/chromium-mac-leopard/fast/forms/searchfield-heights-expected.png: |
| * platform/chromium-mac-leopard/fast/forms/tabbing-input-iframe-expected.png: |
| * platform/chromium-mac-leopard/fast/forms/text-style-color-expected.png: |
| * platform/chromium-mac-leopard/fast/forms/textfield-focus-ring-expected.png: |
| * platform/chromium-mac-leopard/fast/forms/textfield-outline-expected.png: |
| * platform/chromium-mac-leopard/fast/forms/validation-message-appearance-expected.png: |
| * platform/chromium-mac-leopard/fast/forms/visual-hebrew-text-field-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/date: Removed. |
| * platform/chromium-mac-snowleopard/fast/forms/input-width-expected.png: Removed. |
| * platform/chromium-mac/fast/forms/basic-inputs-expected.png: |
| * platform/chromium-mac/fast/forms/box-shadow-override-expected.png: |
| * platform/chromium-mac/fast/forms/control-restrict-line-height-expected.png: |
| * platform/chromium-mac/fast/forms/encoding-test-expected.png: |
| * platform/chromium-mac/fast/forms/fieldset-align-expected.png: |
| * platform/chromium-mac/fast/forms/floating-textfield-relayout-expected.png: |
| * platform/chromium-mac/fast/forms/form-element-geometry-expected.png: |
| * platform/chromium-mac/fast/forms/input-align-expected.png: |
| * platform/chromium-mac/fast/forms/input-appearance-bkcolor-expected.png: |
| * platform/chromium-mac/fast/forms/input-appearance-default-bkcolor-expected.png: |
| * platform/chromium-mac/fast/forms/input-appearance-disabled-expected.png: |
| * platform/chromium-mac/fast/forms/input-appearance-focus-expected.png: |
| * platform/chromium-mac/fast/forms/input-appearance-height-expected.png: |
| * platform/chromium-mac/fast/forms/input-appearance-preventDefault-expected.png: |
| * platform/chromium-mac/fast/forms/input-appearance-readonly-expected.png: |
| * platform/chromium-mac/fast/forms/input-appearance-selection-expected.png: |
| * platform/chromium-mac/fast/forms/input-appearance-visibility-expected.png: |
| * platform/chromium-mac/fast/forms/input-appearance-width-expected.png: |
| * platform/chromium-mac/fast/forms/input-baseline-expected.png: |
| * platform/chromium-mac/fast/forms/input-disabled-color-expected.png: |
| * platform/chromium-mac/fast/forms/input-double-click-selection-gap-bug-expected.png: |
| * platform/chromium-mac/fast/forms/input-field-text-truncated-expected.png: |
| * platform/chromium-mac/fast/forms/input-placeholder-visibility-1-expected.png: |
| * platform/chromium-mac/fast/forms/input-placeholder-visibility-3-expected.png: |
| * platform/chromium-mac/fast/forms/input-readonly-autoscroll-expected.png: |
| * platform/chromium-mac/fast/forms/input-readonly-dimmed-expected.png: |
| * platform/chromium-mac/fast/forms/input-readonly-empty-expected.png: |
| * platform/chromium-mac/fast/forms/input-spaces-expected.png: |
| * platform/chromium-mac/fast/forms/input-table-expected.png: |
| * platform/chromium-mac/fast/forms/input-text-click-inside-expected.png: |
| * platform/chromium-mac/fast/forms/input-text-click-outside-expected.png: |
| * platform/chromium-mac/fast/forms/input-text-double-click-expected.png: |
| * platform/chromium-mac/fast/forms/input-text-drag-down-expected.png: |
| * platform/chromium-mac/fast/forms/input-text-option-delete-expected.png: |
| * platform/chromium-mac/fast/forms/input-text-scroll-left-on-blur-expected.png: |
| * platform/chromium-mac/fast/forms/input-text-self-emptying-click-expected.png: |
| * platform/chromium-mac/fast/forms/input-text-word-wrap-expected.png: |
| * platform/chromium-mac/fast/forms/input-type-text-min-width-expected.png: |
| * platform/chromium-mac/fast/forms/input-value-expected.png: |
| * platform/chromium-mac/fast/forms/input-width-expected.png: Added. |
| * platform/chromium-mac/fast/forms/minWidthPercent-expected.png: |
| * platform/chromium-mac/fast/forms/number/input-appearance-number-rtl-expected.png: |
| * platform/chromium-mac/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png: |
| * platform/chromium-mac/fast/forms/number/input-appearance-spinbutton-layer-expected.png: |
| * platform/chromium-mac/fast/forms/placeholder-position-expected.png: |
| * platform/chromium-mac/fast/forms/placeholder-pseudo-style-expected.png: |
| * platform/chromium-mac/fast/forms/plaintext-mode-2-expected.png: |
| * platform/chromium-mac/fast/forms/search-cancel-button-style-sharing-expected.png: |
| * platform/chromium-mac/fast/forms/search-display-none-cancel-button-expected.png: |
| * platform/chromium-mac/fast/forms/search-rtl-expected.png: |
| * platform/chromium-mac/fast/forms/search-styled-expected.png: |
| * platform/chromium-mac/fast/forms/search-vertical-alignment-expected.png: |
| * platform/chromium-mac/fast/forms/searchfield-heights-expected.png: |
| * platform/chromium-mac/fast/forms/tabbing-input-iframe-expected.png: |
| * platform/chromium-mac/fast/forms/text-style-color-expected.png: |
| * platform/chromium-mac/fast/forms/textfield-focus-ring-expected.png: |
| * platform/chromium-mac/fast/forms/textfield-outline-expected.png: |
| * platform/chromium-mac/fast/forms/validation-message-appearance-expected.png: |
| * platform/chromium-mac/fast/forms/visual-hebrew-text-field-expected.png: |
| * 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/forms/text-control-intrinsic-widths-expected.txt: |
| * platform/chromium-win/fast/forms/basic-inputs-expected.png: |
| * platform/chromium-win/fast/forms/basic-inputs-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/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/encoding-test-expected.png: |
| * platform/chromium-win/fast/forms/encoding-test-expected.txt: |
| * platform/chromium-win/fast/forms/fieldset-align-expected.png: |
| * platform/chromium-win/fast/forms/fieldset-align-expected.txt: |
| * platform/chromium-win/fast/forms/floating-textfield-relayout-expected.png: |
| * platform/chromium-win/fast/forms/floating-textfield-relayout-expected.txt: |
| * 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-align-expected.png: |
| * platform/chromium-win/fast/forms/input-align-expected.txt: |
| * platform/chromium-win/fast/forms/input-appearance-bkcolor-expected.png: |
| * platform/chromium-win/fast/forms/input-appearance-bkcolor-expected.txt: |
| * platform/chromium-win/fast/forms/input-appearance-default-bkcolor-expected.png: |
| * platform/chromium-win/fast/forms/input-appearance-default-bkcolor-expected.txt: |
| * platform/chromium-win/fast/forms/input-appearance-disabled-expected.png: |
| * platform/chromium-win/fast/forms/input-appearance-disabled-expected.txt: |
| * platform/chromium-win/fast/forms/input-appearance-focus-expected.png: |
| * platform/chromium-win/fast/forms/input-appearance-focus-expected.txt: |
| * platform/chromium-win/fast/forms/input-appearance-height-expected.png: |
| * platform/chromium-win/fast/forms/input-appearance-height-expected.txt: |
| * platform/chromium-win/fast/forms/input-appearance-preventDefault-expected.png: |
| * platform/chromium-win/fast/forms/input-appearance-preventDefault-expected.txt: |
| * platform/chromium-win/fast/forms/input-appearance-readonly-expected.png: |
| * platform/chromium-win/fast/forms/input-appearance-readonly-expected.txt: |
| * platform/chromium-win/fast/forms/input-appearance-selection-expected.png: |
| * platform/chromium-win/fast/forms/input-appearance-selection-expected.txt: |
| * platform/chromium-win/fast/forms/input-appearance-visibility-expected.png: |
| * platform/chromium-win/fast/forms/input-appearance-visibility-expected.txt: |
| * platform/chromium-win/fast/forms/input-appearance-width-expected.png: |
| * platform/chromium-win/fast/forms/input-appearance-width-expected.txt: |
| * platform/chromium-win/fast/forms/input-baseline-expected.png: |
| * platform/chromium-win/fast/forms/input-baseline-expected.txt: |
| * platform/chromium-win/fast/forms/input-disabled-color-expected.png: |
| * platform/chromium-win/fast/forms/input-disabled-color-expected.txt: |
| * platform/chromium-win/fast/forms/input-double-click-selection-gap-bug-expected.png: |
| * platform/chromium-win/fast/forms/input-double-click-selection-gap-bug-expected.txt: |
| * platform/chromium-win/fast/forms/input-field-text-truncated-expected.png: |
| * platform/chromium-win/fast/forms/input-field-text-truncated-expected.txt: |
| * platform/chromium-win/fast/forms/input-placeholder-visibility-1-expected.png: |
| * platform/chromium-win/fast/forms/input-placeholder-visibility-1-expected.txt: |
| * platform/chromium-win/fast/forms/input-placeholder-visibility-3-expected.png: |
| * platform/chromium-win/fast/forms/input-placeholder-visibility-3-expected.txt: |
| * platform/chromium-win/fast/forms/input-readonly-autoscroll-expected.png: |
| * platform/chromium-win/fast/forms/input-readonly-autoscroll-expected.txt: |
| * platform/chromium-win/fast/forms/input-readonly-dimmed-expected.png: |
| * platform/chromium-win/fast/forms/input-readonly-dimmed-expected.txt: |
| * platform/chromium-win/fast/forms/input-readonly-empty-expected.png: |
| * platform/chromium-win/fast/forms/input-readonly-empty-expected.txt: |
| * platform/chromium-win/fast/forms/input-spaces-expected.png: |
| * platform/chromium-win/fast/forms/input-spaces-expected.txt: |
| * platform/chromium-win/fast/forms/input-table-expected.png: |
| * platform/chromium-win/fast/forms/input-table-expected.txt: |
| * platform/chromium-win/fast/forms/input-text-click-inside-expected.png: |
| * platform/chromium-win/fast/forms/input-text-click-inside-expected.txt: |
| * platform/chromium-win/fast/forms/input-text-click-outside-expected.png: |
| * platform/chromium-win/fast/forms/input-text-click-outside-expected.txt: |
| * platform/chromium-win/fast/forms/input-text-double-click-expected.png: |
| * platform/chromium-win/fast/forms/input-text-double-click-expected.txt: |
| * platform/chromium-win/fast/forms/input-text-option-delete-expected.png: |
| * platform/chromium-win/fast/forms/input-text-option-delete-expected.txt: |
| * platform/chromium-win/fast/forms/input-text-scroll-left-on-blur-expected.png: |
| * platform/chromium-win/fast/forms/input-text-scroll-left-on-blur-expected.txt: |
| * platform/chromium-win/fast/forms/input-text-self-emptying-click-expected.png: |
| * platform/chromium-win/fast/forms/input-text-self-emptying-click-expected.txt: |
| * platform/chromium-win/fast/forms/input-text-word-wrap-expected.png: |
| * platform/chromium-win/fast/forms/input-text-word-wrap-expected.txt: |
| * platform/chromium-win/fast/forms/input-type-text-min-width-expected.png: |
| * platform/chromium-win/fast/forms/input-type-text-min-width-expected.txt: |
| * platform/chromium-win/fast/forms/input-value-expected.png: |
| * platform/chromium-win/fast/forms/input-value-expected.txt: |
| * platform/chromium-win/fast/forms/input-width-expected.png: |
| * platform/chromium-win/fast/forms/input-width-expected.txt: |
| * platform/chromium-win/fast/forms/minWidthPercent-expected.png: |
| * platform/chromium-win/fast/forms/minWidthPercent-expected.txt: |
| * platform/chromium-win/fast/forms/number/input-appearance-number-rtl-expected.png: |
| * platform/chromium-win/fast/forms/number/input-appearance-number-rtl-expected.txt: |
| * platform/chromium-win/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png: |
| * platform/chromium-win/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt: |
| * platform/chromium-win/fast/forms/number/input-appearance-spinbutton-layer-expected.png: |
| * platform/chromium-win/fast/forms/number/input-appearance-spinbutton-layer-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.png: |
| * platform/chromium-win/fast/forms/placeholder-pseudo-style-expected.txt: |
| * platform/chromium-win/fast/forms/plaintext-mode-2-expected.png: |
| * platform/chromium-win/fast/forms/plaintext-mode-2-expected.txt: |
| * platform/chromium-win/fast/forms/search-cancel-button-style-sharing-expected.png: |
| * platform/chromium-win/fast/forms/search-cancel-button-style-sharing-expected.txt: |
| * platform/chromium-win/fast/forms/search-display-none-cancel-button-expected.png: |
| * platform/chromium-win/fast/forms/search-display-none-cancel-button-expected.txt: |
| * platform/chromium-win/fast/forms/search-rtl-expected.png: |
| * platform/chromium-win/fast/forms/search-rtl-expected.txt: |
| * platform/chromium-win/fast/forms/search-styled-expected.png: |
| * platform/chromium-win/fast/forms/search-styled-expected.txt: |
| * platform/chromium-win/fast/forms/search-vertical-alignment-expected.png: |
| * platform/chromium-win/fast/forms/search-vertical-alignment-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/tabbing-input-iframe-expected.png: |
| * platform/chromium-win/fast/forms/tabbing-input-iframe-expected.txt: |
| * platform/chromium-win/fast/forms/text-control-intrinsic-widths-expected.txt: |
| * platform/chromium-win/fast/forms/text-style-color-expected.png: |
| * platform/chromium-win/fast/forms/text-style-color-expected.txt: |
| * platform/chromium-win/fast/forms/textfield-focus-ring-expected.png: |
| * platform/chromium-win/fast/forms/textfield-focus-ring-expected.txt: |
| * platform/chromium-win/fast/forms/textfield-outline-expected.png: |
| * platform/chromium-win/fast/forms/textfield-outline-expected.txt: |
| * platform/chromium-win/fast/forms/textfield-overflow-expected.png: |
| * platform/chromium-win/fast/forms/textfield-overflow-expected.txt: |
| * platform/chromium-win/fast/forms/validation-message-appearance-expected.png: |
| * platform/chromium-win/fast/forms/validation-message-appearance-expected.txt: |
| * platform/chromium-win/fast/forms/visual-hebrew-text-field-expected.png: |
| * platform/chromium-win/fast/forms/visual-hebrew-text-field-expected.txt: |
| * platform/efl/fast/forms/textfield-outline-expected.txt: Removed. |
| * platform/gtk/fast/forms/textfield-outline-expected.txt: Removed. |
| |
| 2012-05-18 Ryosuke Niwa <rniwa@webkit.org> |
| |
| More Chromium rebaselines after r117672. |
| |
| * platform/chromium-linux-x86/css3: Added. |
| * platform/chromium-linux-x86/css3/selectors3: Added. |
| * platform/chromium-linux-x86/css3/selectors3/html: Added. |
| * platform/chromium-linux-x86/css3/selectors3/html/css3-modsel-23-expected.png: Added. |
| * platform/chromium-linux-x86/css3/selectors3/html/css3-modsel-24-expected.png: Added. |
| * platform/chromium-linux-x86/css3/selectors3/html/css3-modsel-68-expected.png: Added. |
| * platform/chromium-linux-x86/css3/selectors3/html/css3-modsel-69-expected.png: Added. |
| * platform/chromium-linux-x86/css3/selectors3/xhtml: Added. |
| * platform/chromium-linux-x86/css3/selectors3/xhtml/css3-modsel-23-expected.png: Added. |
| * platform/chromium-linux-x86/css3/selectors3/xhtml/css3-modsel-24-expected.png: Added. |
| * platform/chromium-linux-x86/css3/selectors3/xhtml/css3-modsel-69-expected.png: Added. |
| * platform/chromium-linux-x86/css3/selectors3/xml: Added. |
| * platform/chromium-linux-x86/css3/selectors3/xml/css3-modsel-23-expected.png: Added. |
| * platform/chromium-linux-x86/css3/selectors3/xml/css3-modsel-68-expected.png: Added. |
| * platform/chromium-linux-x86/css3/selectors3/xml/css3-modsel-69-expected.png: Added. |
| * platform/chromium-linux-x86/http/tests/navigation: Added. |
| * platform/chromium-linux-x86/http/tests/navigation/javascriptlink-frames-expected.png: Added. |
| * platform/chromium-linux-x86/tables/mozilla_expected_failures: Added. |
| * platform/chromium-linux-x86/tables/mozilla_expected_failures/bugs: Added. |
| * platform/chromium-linux-x86/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt: Added. |
| * platform/chromium-linux-x86/tables/mozilla_expected_failures/bugs/bug92647-1-expected.png: Added. |
| * platform/chromium-linux/css3/selectors3/html/css3-modsel-23-expected.png: |
| * platform/chromium-linux/css3/selectors3/html/css3-modsel-23-expected.txt: |
| * platform/chromium-linux/css3/selectors3/html/css3-modsel-24-expected.png: |
| * platform/chromium-linux/css3/selectors3/html/css3-modsel-24-expected.txt: |
| * platform/chromium-linux/css3/selectors3/html/css3-modsel-68-expected.png: |
| * platform/chromium-linux/css3/selectors3/html/css3-modsel-68-expected.txt: |
| * platform/chromium-linux/css3/selectors3/html/css3-modsel-69-expected.png: |
| * platform/chromium-linux/css3/selectors3/html/css3-modsel-69-expected.txt: |
| * platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-23-expected.png: |
| * platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-23-expected.txt: |
| * platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-24-expected.png: |
| * platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-24-expected.txt: |
| * platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-69-expected.png: |
| * platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-69-expected.txt: |
| * platform/chromium-linux/css3/selectors3/xml/css3-modsel-23-expected.png: |
| * platform/chromium-linux/css3/selectors3/xml/css3-modsel-23-expected.txt: |
| * platform/chromium-linux/css3/selectors3/xml/css3-modsel-68-expected.png: |
| * platform/chromium-linux/css3/selectors3/xml/css3-modsel-68-expected.txt: |
| * platform/chromium-linux/css3/selectors3/xml/css3-modsel-69-expected.png: |
| * platform/chromium-linux/css3/selectors3/xml/css3-modsel-69-expected.txt: |
| * platform/chromium-linux/editing/input/caret-at-the-edge-of-input-expected.png: |
| * platform/chromium-linux/editing/inserting/before-after-input-element-expected.png: |
| * platform/chromium-linux/editing/pasteboard/4806874-expected.png: |
| * platform/chromium-linux/editing/pasteboard/drop-text-without-selection-expected.png: |
| * platform/chromium-linux/editing/pasteboard/input-field-1-expected.png: |
| * platform/chromium-linux/editing/selection/3690703-2-expected.png: |
| * platform/chromium-linux/editing/selection/3690703-2-expected.txt: |
| * platform/chromium-linux/editing/selection/3690703-expected.png: |
| * platform/chromium-linux/editing/selection/3690703-expected.txt: |
| * platform/chromium-linux/editing/selection/3690719-expected.png: |
| * platform/chromium-linux/editing/selection/3690719-expected.txt: |
| * platform/chromium-linux/editing/selection/4895428-3-expected.png: |
| * platform/chromium-linux/editing/selection/4975120-expected.png: |
| * platform/chromium-linux/editing/selection/drag-select-1-expected.png: |
| * platform/chromium-linux/editing/selection/select-across-readonly-input-1-expected.png: |
| * platform/chromium-linux/editing/selection/select-across-readonly-input-2-expected.png: |
| * platform/chromium-linux/editing/selection/select-across-readonly-input-3-expected.png: |
| * platform/chromium-linux/editing/selection/select-across-readonly-input-4-expected.png: |
| * platform/chromium-linux/editing/selection/select-across-readonly-input-5-expected.png: |
| * platform/chromium-linux/fast/css/input-search-padding-expected.png: |
| * platform/chromium-linux/fast/css/input-search-padding-expected.txt: |
| * platform/chromium-linux/fast/css/line-height-expected.png: |
| * platform/chromium-linux/fast/css/text-input-with-webkit-border-radius-expected.png: |
| * platform/chromium-linux/fast/css/text-overflow-input-expected.png: |
| * platform/chromium-linux/fast/dom/isindex-001-expected.png: |
| * platform/chromium-linux/fast/dom/isindex-002-expected.png: |
| * platform/chromium-linux/fast/events/autoscroll-expected.png: |
| * platform/chromium-linux/fast/events/context-no-deselect-expected.png: |
| * platform/chromium-linux/fast/frames/take-focus-from-iframe-expected.png: |
| * platform/chromium-linux/fast/html/details-no-summary4-expected.png: |
| * platform/chromium-linux/fast/html/details-open-javascript-expected.png: |
| * platform/chromium-linux/fast/html/details-open2-expected.png: |
| * platform/chromium-linux/fast/html/details-open4-expected.png: |
| * platform/chromium-linux/fast/invalid/residual-style-expected.txt: |
| * platform/chromium-linux/fast/lists/dynamic-marker-crash-expected.png: |
| * platform/chromium-linux/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png: |
| * platform/chromium-linux/fast/repaint/subtree-root-skipped-expected.png: |
| * platform/chromium-linux/fast/replaced/replaced-breaking-expected.png: |
| * platform/chromium-linux/fast/replaced/replaced-breaking-expected.txt: |
| * platform/chromium-linux/fast/replaced/replaced-breaking-mixture-expected.png: |
| * platform/chromium-linux/fast/replaced/replaced-breaking-mixture-expected.txt: |
| * platform/chromium-linux/fast/replaced/width100percent-searchfield-expected.png: |
| * platform/chromium-linux/fast/replaced/width100percent-textfield-expected.png: |
| * platform/chromium-linux/fast/speech/input-appearance-numberandspeech-expected.png: |
| * platform/chromium-linux/fast/speech/input-appearance-numberandspeech-expected.txt: |
| * platform/chromium-linux/fast/speech/input-appearance-searchandspeech-expected.png: |
| * platform/chromium-linux/fast/speech/input-appearance-searchandspeech-expected.txt: |
| * platform/chromium-linux/fast/speech/input-appearance-speechbutton-expected.png: |
| * platform/chromium-linux/fast/speech/input-appearance-speechbutton-expected.txt: |
| * platform/chromium-linux/fast/speech/speech-bidi-rendering-expected.png: |
| * platform/chromium-linux/fast/table/colspanMinWidth-expected.png: |
| * platform/chromium-linux/fast/table/colspanMinWidth-vertical-expected.png: |
| * platform/chromium-linux/fast/table/colspanMinWidth-vertical-expected.txt: |
| * platform/chromium-linux/fast/table/spanOverlapRepaint-expected.png: |
| * platform/chromium-linux/fast/table/text-field-baseline-expected.png: |
| * platform/chromium-linux/fast/text/textIteratorNilRenderer-expected.png: |
| * platform/chromium-linux/fast/text/textIteratorNilRenderer-expected.txt: |
| * platform/chromium-linux/fast/transforms/transformed-focused-text-input-expected.png: |
| * platform/chromium-linux/http/tests/navigation/javascriptlink-frames-expected.png: |
| * platform/chromium-linux/http/tests/navigation/javascriptlink-frames-expected.txt: |
| * platform/chromium-linux/plugins/mouse-click-plugin-clears-selection-expected.png: |
| * platform/chromium-linux/svg/custom/inline-svg-in-xhtml-expected.png: |
| * platform/chromium-linux/svg/custom/inline-svg-in-xhtml-expected.txt: |
| * platform/chromium-linux/svg/hixie/mixed/003-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug1188-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug1188-expected.txt: |
| * platform/chromium-linux/tables/mozilla/bugs/bug12384-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug18359-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug18359-expected.txt: |
| * platform/chromium-linux/tables/mozilla/bugs/bug24200-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug2479-2-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug2479-2-expected.txt: |
| * platform/chromium-linux/tables/mozilla/bugs/bug2479-3-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug2479-3-expected.txt: |
| * platform/chromium-linux/tables/mozilla/bugs/bug2479-4-expected.txt: |
| * platform/chromium-linux/tables/mozilla/bugs/bug28928-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug28928-expected.txt: |
| * platform/chromium-linux/tables/mozilla/bugs/bug4382-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug4382-expected.txt: |
| * platform/chromium-linux/tables/mozilla/bugs/bug4527-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug46368-1-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug46368-1-expected.txt: |
| * platform/chromium-linux/tables/mozilla/bugs/bug46368-2-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug46368-2-expected.txt: |
| * platform/chromium-linux/tables/mozilla/bugs/bug51037-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug51037-expected.txt: |
| * platform/chromium-linux/tables/mozilla/bugs/bug55545-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug59354-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug7342-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug7342-expected.txt: |
| * platform/chromium-linux/tables/mozilla/bugs/bug96334-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug96334-expected.txt: |
| * platform/chromium-linux/tables/mozilla/bugs/bug99948-expected.png: |
| * platform/chromium-linux/tables/mozilla/dom/tableDom-expected.png: |
| * platform/chromium-linux/tables/mozilla/dom/tableDom-expected.txt: |
| * platform/chromium-linux/tables/mozilla/other/move_row-expected.png: |
| * platform/chromium-linux/tables/mozilla/other/move_row-expected.txt: |
| * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt: |
| * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug92647-1-expected.png: |
| * platform/chromium-mac-leopard/css3/selectors3/html/css3-modsel-23-expected.png: |
| * platform/chromium-mac-leopard/css3/selectors3/html/css3-modsel-24-expected.png: |
| * platform/chromium-mac-leopard/css3/selectors3/html/css3-modsel-24-expected.txt: |
| * platform/chromium-mac-leopard/css3/selectors3/html/css3-modsel-68-expected.png: |
| * platform/chromium-mac-leopard/css3/selectors3/html/css3-modsel-68-expected.txt: |
| * platform/chromium-mac-leopard/css3/selectors3/html/css3-modsel-69-expected.png: |
| * platform/chromium-mac-leopard/css3/selectors3/xhtml/css3-modsel-23-expected.png: |
| * platform/chromium-mac-leopard/css3/selectors3/xhtml/css3-modsel-24-expected.png: |
| * platform/chromium-mac-leopard/css3/selectors3/xhtml/css3-modsel-24-expected.txt: |
| * platform/chromium-mac-leopard/css3/selectors3/xhtml/css3-modsel-69-expected.png: |
| * platform/chromium-mac-leopard/css3/selectors3/xml/css3-modsel-23-expected.png: |
| * platform/chromium-mac-leopard/css3/selectors3/xml/css3-modsel-68-expected.png: |
| * platform/chromium-mac-leopard/css3/selectors3/xml/css3-modsel-68-expected.txt: |
| * platform/chromium-mac-leopard/css3/selectors3/xml/css3-modsel-69-expected.png: |
| * platform/chromium-mac-leopard/editing/input/caret-at-the-edge-of-input-expected.png: |
| * platform/chromium-mac-leopard/editing/inserting/before-after-input-element-expected.png: |
| * platform/chromium-mac-leopard/editing/pasteboard/4806874-expected.png: |
| * platform/chromium-mac-leopard/editing/pasteboard/drop-text-without-selection-expected.png: |
| * platform/chromium-mac-leopard/editing/pasteboard/input-field-1-expected.png: |
| * platform/chromium-mac-leopard/editing/selection/3690703-2-expected.png: |
| * platform/chromium-mac-leopard/editing/selection/3690703-expected.png: |
| * platform/chromium-mac-leopard/editing/selection/3690719-expected.png: |
| * platform/chromium-mac-leopard/editing/selection/4895428-3-expected.png: |
| * platform/chromium-mac-leopard/editing/selection/4975120-expected.png: |
| * platform/chromium-mac-leopard/editing/selection/drag-select-1-expected.png: |
| * platform/chromium-mac-leopard/editing/selection/select-across-readonly-input-1-expected.png: |
| * platform/chromium-mac-leopard/editing/selection/select-across-readonly-input-2-expected.png: |
| * platform/chromium-mac-leopard/editing/selection/select-across-readonly-input-3-expected.png: |
| * platform/chromium-mac-leopard/editing/selection/select-across-readonly-input-4-expected.png: |
| * platform/chromium-mac-leopard/editing/selection/select-across-readonly-input-5-expected.png: |
| * platform/chromium-mac-leopard/editing/selection/select-from-textfield-outwards-expected.png: |
| * platform/chromium-mac-leopard/fast/css/input-search-padding-expected.png: |
| * platform/chromium-mac-leopard/fast/css/line-height-expected.png: |
| * platform/chromium-mac-leopard/fast/css/text-input-with-webkit-border-radius-expected.png: |
| * platform/chromium-mac-leopard/fast/css/text-overflow-input-expected.png: |
| * platform/chromium-mac-leopard/fast/dom/isindex-001-expected.png: |
| * platform/chromium-mac-leopard/fast/dom/isindex-002-expected.png: |
| * platform/chromium-mac-leopard/fast/events/autoscroll-expected.png: |
| * platform/chromium-mac-leopard/fast/events/context-no-deselect-expected.png: |
| * platform/chromium-mac-leopard/fast/frames/take-focus-from-iframe-expected.png: |
| * platform/chromium-mac-leopard/fast/html/details-no-summary4-expected.png: |
| * platform/chromium-mac-leopard/fast/html/details-open-javascript-expected.png: |
| * platform/chromium-mac-leopard/fast/html/details-open2-expected.png: |
| * platform/chromium-mac-leopard/fast/html/details-open4-expected.png: |
| * platform/chromium-mac-leopard/fast/lists/dynamic-marker-crash-expected.png: |
| * platform/chromium-mac-leopard/fast/repaint/subtree-root-skipped-expected.png: Added. |
| * platform/chromium-mac-leopard/fast/replaced/replaced-breaking-expected.png: Added. |
| * platform/chromium-mac-leopard/fast/replaced/replaced-breaking-mixture-expected.png: |
| * platform/chromium-mac-leopard/fast/replaced/width100percent-searchfield-expected.png: |
| * platform/chromium-mac-leopard/fast/replaced/width100percent-textfield-expected.png: |
| * platform/chromium-mac-leopard/fast/speech/input-appearance-numberandspeech-expected.png: |
| * platform/chromium-mac-leopard/fast/speech/input-appearance-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/003-expected.png: |
| * platform/chromium-mac-leopard/fast/table/text-field-baseline-expected.png: |
| * platform/chromium-mac-leopard/fast/text/textIteratorNilRenderer-expected.png: |
| * platform/chromium-mac-leopard/http/tests/navigation/javascriptlink-frames-expected.png: |
| * platform/chromium-mac-leopard/svg/custom/inline-svg-in-xhtml-expected.png: |
| * platform/chromium-mac-leopard/svg/hixie/mixed/003-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/bugs/bug1188-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/bugs/bug12384-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/bugs/bug18359-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/bugs/bug24200-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/bugs/bug2479-2-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/bugs/bug2479-3-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/bugs/bug28928-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/bugs/bug4382-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/bugs/bug4527-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/bugs/bug46368-1-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/bugs/bug46368-2-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/bugs/bug51037-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/bugs/bug55545-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/bugs/bug59354-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/bugs/bug7342-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/bugs/bug96334-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/bugs/bug99948-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/dom/tableDom-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/other/move_row-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt: Added. |
| * platform/chromium-mac-leopard/tables/mozilla_expected_failures/bugs/bug92647-1-expected.png: |
| * platform/chromium-mac-snowleopard/css3/selectors3/html/css3-modsel-23-expected.png: Added. |
| * platform/chromium-mac-snowleopard/css3/selectors3/html/css3-modsel-24-expected.png: Added. |
| * platform/chromium-mac-snowleopard/css3/selectors3/html/css3-modsel-68-expected.png: Added. |
| * platform/chromium-mac-snowleopard/css3/selectors3/html/css3-modsel-69-expected.png: Added. |
| * platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-23-expected.png: Added. |
| * platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-24-expected.png: Added. |
| * platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-69-expected.png: Added. |
| * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-23-expected.png: Added. |
| * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-68-expected.png: Added. |
| * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-69-expected.png: Added. |
| * platform/chromium-mac-snowleopard/fast/repaint/subtree-root-skipped-expected.png: |
| * platform/chromium-mac-snowleopard/fast/replaced/width100percent-searchfield-expected.png: |
| * platform/chromium-mac-snowleopard/fast/table/colspanMinWidth-expected.png: Removed. |
| * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt: Added. |
| * platform/chromium-mac/editing/input/caret-at-the-edge-of-input-expected.png: |
| * platform/chromium-mac/editing/inserting/before-after-input-element-expected.png: |
| * platform/chromium-mac/editing/pasteboard/4806874-expected.png: |
| * platform/chromium-mac/editing/pasteboard/drop-text-without-selection-expected.png: |
| * platform/chromium-mac/editing/pasteboard/input-field-1-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/4895428-3-expected.png: |
| * platform/chromium-mac/editing/selection/4975120-expected.png: |
| * platform/chromium-mac/editing/selection/drag-select-1-expected.png: |
| * 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-3-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-from-textfield-outwards-expected.png: |
| * platform/chromium-mac/editing/selection/select-from-textfield-outwards-expected.txt: Removed. |
| * platform/chromium-mac/fast/css/input-search-padding-expected.png: |
| * platform/chromium-mac/fast/css/line-height-expected.png: |
| * platform/chromium-mac/fast/css/text-input-with-webkit-border-radius-expected.png: |
| * platform/chromium-mac/fast/css/text-overflow-input-expected.png: |
| * platform/chromium-mac/fast/dom/isindex-001-expected.png: |
| * platform/chromium-mac/fast/dom/isindex-002-expected.png: |
| * platform/chromium-mac/fast/events/autoscroll-expected.png: |
| * platform/chromium-mac/fast/frames/take-focus-from-iframe-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-open2-expected.png: |
| * platform/chromium-mac/fast/html/details-open4-expected.png: |
| * platform/chromium-mac/fast/invalid/residual-style-expected.txt: Added. |
| * platform/chromium-mac/fast/lists/dynamic-marker-crash-expected.png: |
| * platform/chromium-mac/fast/repaint/subtree-root-skipped-expected.png: |
| * platform/chromium-mac/fast/repaint/subtree-root-skipped-expected.txt: Added. |
| * platform/chromium-mac/fast/replaced/replaced-breaking-expected.png: |
| * platform/chromium-mac/fast/replaced/replaced-breaking-mixture-expected.png: |
| * platform/chromium-mac/fast/replaced/width100percent-searchfield-expected.png: |
| * platform/chromium-mac/fast/replaced/width100percent-searchfield-expected.txt: Added. |
| * platform/chromium-mac/fast/replaced/width100percent-textfield-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/003-expected.png: |
| * platform/chromium-mac/fast/table/colspanMinWidth-expected.png: Added. |
| * platform/chromium-mac/fast/table/text-field-baseline-expected.png: |
| * platform/chromium-mac/fast/text/textIteratorNilRenderer-expected.png: |
| * platform/chromium-mac/http/tests/navigation/javascriptlink-frames-expected.png: |
| * platform/chromium-mac/svg/custom/inline-svg-in-xhtml-expected.png: |
| * platform/chromium-mac/svg/hixie/mixed/003-expected.png: |
| * platform/chromium-mac/tables/mozilla/bugs/bug1188-expected.png: |
| * platform/chromium-mac/tables/mozilla/bugs/bug12384-expected.png: |
| * platform/chromium-mac/tables/mozilla/bugs/bug18359-expected.png: |
| * platform/chromium-mac/tables/mozilla/bugs/bug24200-expected.png: |
| * platform/chromium-mac/tables/mozilla/bugs/bug2479-2-expected.png: |
| * platform/chromium-mac/tables/mozilla/bugs/bug2479-3-expected.png: |
| * platform/chromium-mac/tables/mozilla/bugs/bug28928-expected.png: |
| * platform/chromium-mac/tables/mozilla/bugs/bug4382-expected.png: |
| * platform/chromium-mac/tables/mozilla/bugs/bug4527-expected.png: |
| * platform/chromium-mac/tables/mozilla/bugs/bug46368-1-expected.png: |
| * platform/chromium-mac/tables/mozilla/bugs/bug46368-2-expected.png: |
| * platform/chromium-mac/tables/mozilla/bugs/bug51037-expected.png: |
| * platform/chromium-mac/tables/mozilla/bugs/bug55545-expected.png: |
| * platform/chromium-mac/tables/mozilla/bugs/bug59354-expected.png: |
| * platform/chromium-mac/tables/mozilla/bugs/bug7342-expected.png: |
| * platform/chromium-mac/tables/mozilla/bugs/bug96334-expected.png: |
| * platform/chromium-mac/tables/mozilla/bugs/bug99948-expected.png: |
| * platform/chromium-mac/tables/mozilla/dom/tableDom-expected.png: |
| * platform/chromium-mac/tables/mozilla/other/move_row-expected.png: |
| * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug92647-1-expected.png: |
| * platform/chromium-win-vista/css3: Added. |
| * platform/chromium-win-vista/css3/selectors3: Added. |
| * platform/chromium-win-vista/css3/selectors3/html: Added. |
| * platform/chromium-win-vista/css3/selectors3/html/css3-modsel-23-expected.png: Added. |
| * platform/chromium-win-vista/css3/selectors3/html/css3-modsel-24-expected.png: Added. |
| * platform/chromium-win-vista/css3/selectors3/html/css3-modsel-68-expected.png: Added. |
| * platform/chromium-win-vista/css3/selectors3/html/css3-modsel-69-expected.png: Added. |
| * platform/chromium-win-vista/css3/selectors3/xhtml: Added. |
| * platform/chromium-win-vista/css3/selectors3/xhtml/css3-modsel-23-expected.png: Added. |
| * platform/chromium-win-vista/css3/selectors3/xhtml/css3-modsel-24-expected.png: Added. |
| * platform/chromium-win-vista/css3/selectors3/xhtml/css3-modsel-69-expected.png: Added. |
| * platform/chromium-win-vista/css3/selectors3/xml: Added. |
| * platform/chromium-win-vista/css3/selectors3/xml/css3-modsel-23-expected.png: Added. |
| * platform/chromium-win-vista/css3/selectors3/xml/css3-modsel-68-expected.png: Added. |
| * platform/chromium-win-vista/css3/selectors3/xml/css3-modsel-69-expected.png: Added. |
| * platform/chromium-win-vista/http/tests/navigation: Added. |
| * platform/chromium-win-vista/http/tests/navigation/javascriptlink-frames-expected.png: Added. |
| * platform/chromium-win-vista/tables/mozilla_expected_failures: Added. |
| * platform/chromium-win-vista/tables/mozilla_expected_failures/bugs: Added. |
| * platform/chromium-win-vista/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt: Added. |
| * platform/chromium-win-vista/tables/mozilla_expected_failures/bugs/bug92647-1-expected.png: Added. |
| * platform/chromium-win/css3/selectors3/html/css3-modsel-23-expected.png: |
| * platform/chromium-win/css3/selectors3/html/css3-modsel-23-expected.txt: |
| * platform/chromium-win/css3/selectors3/html/css3-modsel-24-expected.png: |
| * platform/chromium-win/css3/selectors3/html/css3-modsel-24-expected.txt: |
| * platform/chromium-win/css3/selectors3/html/css3-modsel-68-expected.png: |
| * platform/chromium-win/css3/selectors3/html/css3-modsel-68-expected.txt: |
| * platform/chromium-win/css3/selectors3/html/css3-modsel-69-expected.png: |
| * platform/chromium-win/css3/selectors3/html/css3-modsel-69-expected.txt: |
| * platform/chromium-win/css3/selectors3/xhtml/css3-modsel-23-expected.png: |
| * platform/chromium-win/css3/selectors3/xhtml/css3-modsel-23-expected.txt: |
| * platform/chromium-win/css3/selectors3/xhtml/css3-modsel-24-expected.png: |
| * platform/chromium-win/css3/selectors3/xhtml/css3-modsel-24-expected.txt: |
| * platform/chromium-win/css3/selectors3/xhtml/css3-modsel-69-expected.png: |
| * platform/chromium-win/css3/selectors3/xhtml/css3-modsel-69-expected.txt: |
| * platform/chromium-win/css3/selectors3/xml/css3-modsel-23-expected.png: |
| * platform/chromium-win/css3/selectors3/xml/css3-modsel-23-expected.txt: |
| * platform/chromium-win/css3/selectors3/xml/css3-modsel-68-expected.png: |
| * platform/chromium-win/css3/selectors3/xml/css3-modsel-68-expected.txt: |
| * platform/chromium-win/css3/selectors3/xml/css3-modsel-69-expected.png: |
| * platform/chromium-win/css3/selectors3/xml/css3-modsel-69-expected.txt: |
| * platform/chromium-win/editing/input/caret-at-the-edge-of-input-expected.png: |
| * platform/chromium-win/editing/input/caret-at-the-edge-of-input-expected.txt: |
| * platform/chromium-win/editing/inserting/before-after-input-element-expected.png: |
| * platform/chromium-win/editing/inserting/before-after-input-element-expected.txt: |
| * platform/chromium-win/editing/pasteboard/4806874-expected.png: |
| * platform/chromium-win/editing/pasteboard/4806874-expected.txt: |
| * platform/chromium-win/editing/pasteboard/drop-text-without-selection-expected.png: |
| * platform/chromium-win/editing/pasteboard/drop-text-without-selection-expected.txt: |
| * platform/chromium-win/editing/pasteboard/input-field-1-expected.png: |
| * platform/chromium-win/editing/pasteboard/input-field-1-expected.txt: |
| * 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/4895428-3-expected.png: |
| * platform/chromium-win/editing/selection/4895428-3-expected.txt: |
| * platform/chromium-win/editing/selection/4975120-expected.png: |
| * platform/chromium-win/editing/selection/4975120-expected.txt: |
| * platform/chromium-win/editing/selection/drag-select-1-expected.png: |
| * platform/chromium-win/editing/selection/drag-select-1-expected.txt: |
| * platform/chromium-win/editing/selection/select-across-readonly-input-1-expected.png: |
| * platform/chromium-win/editing/selection/select-across-readonly-input-1-expected.txt: |
| * platform/chromium-win/editing/selection/select-across-readonly-input-2-expected.png: |
| * platform/chromium-win/editing/selection/select-across-readonly-input-2-expected.txt: |
| * platform/chromium-win/editing/selection/select-across-readonly-input-3-expected.png: |
| * platform/chromium-win/editing/selection/select-across-readonly-input-3-expected.txt: |
| * platform/chromium-win/editing/selection/select-across-readonly-input-4-expected.png: |
| * platform/chromium-win/editing/selection/select-across-readonly-input-4-expected.txt: |
| * platform/chromium-win/editing/selection/select-across-readonly-input-5-expected.png: |
| * platform/chromium-win/editing/selection/select-across-readonly-input-5-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-expected.png: |
| * platform/chromium-win/fast/css/line-height-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/css/text-overflow-input-expected.png: |
| * platform/chromium-win/fast/css/text-overflow-input-expected.txt: |
| * platform/chromium-win/fast/dom/isindex-001-expected.png: |
| * platform/chromium-win/fast/dom/isindex-001-expected.txt: |
| * platform/chromium-win/fast/dom/isindex-002-expected.png: |
| * platform/chromium-win/fast/dom/isindex-002-expected.txt: |
| * platform/chromium-win/fast/events/autoscroll-expected.png: |
| * platform/chromium-win/fast/events/autoscroll-expected.txt: |
| * platform/chromium-win/fast/events/context-no-deselect-expected.png: |
| * platform/chromium-win/fast/events/context-no-deselect-expected.txt: |
| * platform/chromium-win/fast/frames/take-focus-from-iframe-expected.png: |
| * platform/chromium-win/fast/frames/take-focus-from-iframe-expected.txt: |
| * platform/chromium-win/fast/html/details-no-summary4-expected.png: |
| * platform/chromium-win/fast/html/details-no-summary4-expected.txt: |
| * platform/chromium-win/fast/html/details-open-javascript-expected.png: |
| * platform/chromium-win/fast/html/details-open-javascript-expected.txt: |
| * platform/chromium-win/fast/html/details-open2-expected.png: |
| * platform/chromium-win/fast/html/details-open2-expected.txt: |
| * platform/chromium-win/fast/html/details-open4-expected.png: |
| * platform/chromium-win/fast/html/details-open4-expected.txt: |
| * platform/chromium-win/fast/invalid/residual-style-expected.txt: |
| * platform/chromium-win/fast/lists/dynamic-marker-crash-expected.png: |
| * platform/chromium-win/fast/lists/dynamic-marker-crash-expected.txt: |
| * platform/chromium-win/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png: |
| * platform/chromium-win/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt: |
| * platform/chromium-win/fast/repaint/subtree-root-skipped-expected.png: |
| * platform/chromium-win/fast/repaint/subtree-root-skipped-expected.txt: |
| * platform/chromium-win/fast/replaced/replaced-breaking-expected.png: |
| * platform/chromium-win/fast/replaced/replaced-breaking-expected.txt: |
| * platform/chromium-win/fast/replaced/replaced-breaking-mixture-expected.png: |
| * platform/chromium-win/fast/replaced/replaced-breaking-mixture-expected.txt: |
| * platform/chromium-win/fast/replaced/width100percent-searchfield-expected.png: |
| * platform/chromium-win/fast/replaced/width100percent-searchfield-expected.txt: |
| * platform/chromium-win/fast/replaced/width100percent-textfield-expected.png: |
| * platform/chromium-win/fast/replaced/width100percent-textfield-expected.txt: |
| * 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/speech/speech-bidi-rendering-expected.txt: |
| * platform/chromium-win/fast/table/colspanMinWidth-expected.png: |
| * platform/chromium-win/fast/table/colspanMinWidth-expected.txt: |
| * platform/chromium-win/fast/table/spanOverlapRepaint-expected.png: |
| * platform/chromium-win/fast/table/spanOverlapRepaint-expected.txt: |
| * platform/chromium-win/fast/table/text-field-baseline-expected.png: |
| * platform/chromium-win/fast/table/text-field-baseline-expected.txt: |
| * platform/chromium-win/fast/text/textIteratorNilRenderer-expected.png: |
| * platform/chromium-win/fast/text/textIteratorNilRenderer-expected.txt: |
| * platform/chromium-win/fast/transforms/transformed-focused-text-input-expected.png: |
| * platform/chromium-win/fast/transforms/transformed-focused-text-input-expected.txt: |
| * platform/chromium-win/http/tests/navigation/javascriptlink-frames-expected.png: |
| * platform/chromium-win/http/tests/navigation/javascriptlink-frames-expected.txt: |
| * platform/chromium-win/plugins/mouse-click-plugin-clears-selection-expected.png: |
| * platform/chromium-win/plugins/mouse-click-plugin-clears-selection-expected.txt: |
| * 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/hixie/mixed/003-expected.png: |
| * platform/chromium-win/svg/hixie/mixed/003-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug1188-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug1188-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug12384-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug12384-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug18359-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug18359-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug24200-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug24200-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug2479-2-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug2479-2-expected.txt: |
| * 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.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug28928-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug28928-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug4382-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug4382-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug4527-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug4527-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug46368-1-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug46368-1-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug46368-2-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug46368-2-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug51037-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug51037-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug55545-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug55545-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug59354-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug59354-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug7342-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug7342-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug96334-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug96334-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug99948-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug99948-expected.txt: |
| * platform/chromium-win/tables/mozilla/dom/tableDom-expected.png: |
| * platform/chromium-win/tables/mozilla/dom/tableDom-expected.txt: |
| * platform/chromium-win/tables/mozilla/other/move_row-expected.png: |
| * platform/chromium-win/tables/mozilla/other/move_row-expected.txt: |
| * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt: |
| * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug92647-1-expected.png: |
| * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt: |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-05-18 Philippe Normand <pnormand@igalia.com> |
| |
| Unreviewed, GTK rebaseline after r117672. |
| |
| * platform/gtk/css3/selectors3/html/css3-modsel-23-expected.txt: Added. |
| * platform/gtk/css3/selectors3/html/css3-modsel-24-expected.txt: Added. |
| * platform/gtk/css3/selectors3/html/css3-modsel-68-expected.txt: Added. |
| * platform/gtk/css3/selectors3/html/css3-modsel-69-expected.txt: Added. |
| * platform/gtk/css3/selectors3/xhtml/css3-modsel-23-expected.txt: Added. |
| * platform/gtk/css3/selectors3/xhtml/css3-modsel-24-expected.txt: Added. |
| * platform/gtk/css3/selectors3/xhtml/css3-modsel-68-expected.txt: Added. |
| * platform/gtk/css3/selectors3/xhtml/css3-modsel-69-expected.txt: Added. |
| * platform/gtk/css3/selectors3/xml/css3-modsel-23-expected.txt: Added. |
| * platform/gtk/css3/selectors3/xml/css3-modsel-24-expected.txt: Added. |
| * platform/gtk/css3/selectors3/xml/css3-modsel-68-expected.txt: Added. |
| * platform/gtk/css3/selectors3/xml/css3-modsel-69-expected.txt: Added. |
| * platform/gtk/editing/input/caret-at-the-edge-of-input-expected.txt: |
| * platform/gtk/editing/inserting/before-after-input-element-expected.txt: |
| * platform/gtk/editing/pasteboard/4806874-expected.txt: |
| * platform/gtk/editing/pasteboard/drop-text-without-selection-expected.txt: |
| * platform/gtk/editing/pasteboard/input-field-1-expected.txt: |
| * platform/gtk/editing/selection/3690703-2-expected.txt: |
| * platform/gtk/editing/selection/3690703-expected.txt: |
| * platform/gtk/editing/selection/3690719-expected.txt: |
| * platform/gtk/editing/selection/4895428-3-expected.txt: |
| * platform/gtk/editing/selection/4975120-expected.txt: |
| * platform/gtk/editing/selection/drag-select-1-expected.txt: |
| * platform/gtk/editing/selection/select-across-readonly-input-1-expected.txt: |
| * platform/gtk/editing/selection/select-across-readonly-input-2-expected.txt: |
| * platform/gtk/editing/selection/select-across-readonly-input-3-expected.txt: |
| * platform/gtk/editing/selection/select-across-readonly-input-4-expected.txt: |
| * platform/gtk/editing/selection/select-across-readonly-input-5-expected.txt: |
| * platform/gtk/editing/selection/select-from-textfield-outwards-expected.txt: |
| * platform/gtk/fast/css/input-search-padding-expected.txt: |
| * platform/gtk/fast/css/line-height-expected.txt: |
| * platform/gtk/fast/css/text-input-with-webkit-border-radius-expected.txt: |
| * platform/gtk/fast/css/text-overflow-input-expected.txt: |
| * platform/gtk/fast/dom/isindex-001-expected.txt: |
| * platform/gtk/fast/dom/isindex-002-expected.txt: |
| * platform/gtk/fast/events/autoscroll-expected.txt: |
| * platform/gtk/fast/events/context-no-deselect-expected.txt: |
| * platform/gtk/fast/forms/basic-inputs-expected.txt: |
| * platform/gtk/fast/forms/box-shadow-override-expected.txt: |
| * platform/gtk/fast/forms/control-restrict-line-height-expected.txt: |
| * platform/gtk/fast/forms/encoding-test-expected.txt: |
| * platform/gtk/fast/forms/fieldset-align-expected.txt: |
| * platform/gtk/fast/forms/floating-textfield-relayout-expected.txt: |
| * platform/gtk/fast/forms/form-element-geometry-expected.txt: |
| * platform/gtk/fast/forms/form-hides-table-expected.txt: |
| * platform/gtk/fast/forms/input-align-expected.txt: |
| * platform/gtk/fast/forms/input-appearance-bkcolor-expected.txt: Added. |
| * platform/gtk/fast/forms/input-appearance-default-bkcolor-expected.txt: |
| * platform/gtk/fast/forms/input-appearance-disabled-expected.txt: |
| * platform/gtk/fast/forms/input-appearance-focus-expected.txt: |
| * platform/gtk/fast/forms/input-appearance-height-expected.txt: |
| * platform/gtk/fast/forms/input-appearance-preventDefault-expected.txt: |
| * platform/gtk/fast/forms/input-appearance-readonly-expected.txt: |
| * platform/gtk/fast/forms/input-appearance-selection-expected.txt: |
| * platform/gtk/fast/forms/input-appearance-visibility-expected.txt: |
| * platform/gtk/fast/forms/input-appearance-width-expected.txt: |
| * platform/gtk/fast/forms/input-baseline-expected.txt: |
| * platform/gtk/fast/forms/input-disabled-color-expected.txt: |
| * platform/gtk/fast/forms/input-double-click-selection-gap-bug-expected.txt: |
| * platform/gtk/fast/forms/input-field-text-truncated-expected.txt: |
| * platform/gtk/fast/forms/input-placeholder-visibility-1-expected.txt: |
| * platform/gtk/fast/forms/input-placeholder-visibility-3-expected.txt: |
| * platform/gtk/fast/forms/input-readonly-autoscroll-expected.txt: |
| * platform/gtk/fast/forms/input-readonly-dimmed-expected.txt: |
| * platform/gtk/fast/forms/input-readonly-empty-expected.txt: |
| * platform/gtk/fast/forms/input-spaces-expected.txt: |
| * platform/gtk/fast/forms/input-table-expected.txt: |
| * platform/gtk/fast/forms/input-text-click-inside-expected.txt: |
| * platform/gtk/fast/forms/input-text-click-outside-expected.txt: |
| * platform/gtk/fast/forms/input-text-double-click-expected.txt: |
| * platform/gtk/fast/forms/input-text-drag-down-expected.txt: |
| * platform/gtk/fast/forms/input-text-option-delete-expected.txt: |
| * platform/gtk/fast/forms/input-text-scroll-left-on-blur-expected.txt: |
| * platform/gtk/fast/forms/input-text-self-emptying-click-expected.txt: |
| * platform/gtk/fast/forms/input-text-word-wrap-expected.txt: |
| * platform/gtk/fast/forms/input-type-text-min-width-expected.txt: |
| * platform/gtk/fast/forms/input-value-expected.txt: |
| * platform/gtk/fast/forms/input-width-expected.txt: |
| * platform/gtk/fast/forms/minWidthPercent-expected.txt: |
| * platform/gtk/fast/forms/number/input-appearance-number-rtl-expected.txt: |
| * platform/gtk/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt: |
| * platform/gtk/fast/forms/number/input-appearance-spinbutton-layer-expected.txt: |
| * platform/gtk/fast/forms/placeholder-position-expected.txt: |
| * platform/gtk/fast/forms/placeholder-pseudo-style-expected.txt: |
| * platform/gtk/fast/forms/plaintext-mode-2-expected.txt: |
| * platform/gtk/fast/forms/search-cancel-button-style-sharing-expected.txt: |
| * platform/gtk/fast/forms/search-display-none-cancel-button-expected.txt: |
| * platform/gtk/fast/forms/search-rtl-expected.txt: |
| * platform/gtk/fast/forms/search-styled-expected.txt: |
| * platform/gtk/fast/forms/search-vertical-alignment-expected.txt: |
| * platform/gtk/fast/forms/searchfield-heights-expected.txt: |
| * platform/gtk/fast/forms/tabbing-input-iframe-expected.txt: |
| * platform/gtk/fast/forms/text-control-intrinsic-widths-expected.txt: |
| * platform/gtk/fast/forms/text-style-color-expected.txt: |
| * platform/gtk/fast/forms/textfield-focus-ring-expected.txt: |
| * platform/gtk/fast/forms/textfield-outline-expected.txt: |
| * platform/gtk/fast/forms/textfield-overflow-expected.txt: |
| * platform/gtk/fast/forms/validation-message-appearance-expected.txt: |
| * platform/gtk/fast/forms/visual-hebrew-text-field-expected.txt: |
| * platform/gtk/fast/frames/take-focus-from-iframe-expected.txt: |
| * platform/gtk/fast/html/details-no-summary4-expected.txt: |
| * platform/gtk/fast/html/details-open-javascript-expected.txt: |
| * platform/gtk/fast/html/details-open2-expected.txt: |
| * platform/gtk/fast/html/details-open4-expected.txt: |
| * platform/gtk/fast/invalid/residual-style-expected.txt: |
| * platform/gtk/fast/lists/dynamic-marker-crash-expected.txt: |
| * platform/gtk/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt: |
| * platform/gtk/fast/repaint/search-field-cancel-expected.txt: |
| * platform/gtk/fast/repaint/subtree-root-skipped-expected.txt: |
| * platform/gtk/fast/replaced/replaced-breaking-expected.txt: |
| * platform/gtk/fast/replaced/replaced-breaking-mixture-expected.txt: |
| * platform/gtk/fast/replaced/width100percent-searchfield-expected.txt: |
| * platform/gtk/fast/replaced/width100percent-textfield-expected.txt: |
| * platform/gtk/fast/table/003-expected.txt: |
| * platform/gtk/fast/table/colspanMinWidth-expected.txt: |
| * platform/gtk/fast/table/form-with-table-style-expected.txt: |
| * platform/gtk/fast/table/spanOverlapRepaint-expected.txt: |
| * platform/gtk/fast/table/text-field-baseline-expected.txt: |
| * platform/gtk/fast/text/textIteratorNilRenderer-expected.txt: |
| * platform/gtk/fast/transforms/transformed-focused-text-input-expected.txt: |
| * platform/gtk/http/tests/navigation/javascriptlink-frames-expected.txt: |
| * platform/gtk/plugins/mouse-click-plugin-clears-selection-expected.txt: |
| * platform/gtk/svg/custom/inline-svg-in-xhtml-expected.txt: |
| * platform/gtk/svg/custom/svg-fonts-in-text-controls-expected.txt: |
| * platform/gtk/svg/hixie/mixed/003-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug1188-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug12384-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug18359-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug24200-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug2479-2-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug2479-3-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug2479-4-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug28928-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug4382-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug4527-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug46368-1-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug46368-2-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug51037-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug55545-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug59354-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug7342-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug96334-expected.txt: |
| * platform/gtk/tables/mozilla/dom/tableDom-expected.txt: |
| * platform/gtk/tables/mozilla/other/move_row-expected.txt: |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt: |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug99948-expected.txt: Added. |
| |
| 2012-05-18 Ryosuke Niwa <rniwa@webkit.org> |
| |
| Chromium Mac rebaseline after r117672. |
| |
| * platform/chromium-mac-snowleopard/editing/input/caret-at-the-edge-of-input-expected.png: |
| * platform/chromium-mac-snowleopard/editing/inserting/before-after-input-element-expected.png: |
| * platform/chromium-mac-snowleopard/editing/pasteboard/4806874-expected.png: |
| * platform/chromium-mac-snowleopard/editing/pasteboard/drop-text-without-selection-expected.png: |
| * platform/chromium-mac-snowleopard/editing/pasteboard/input-field-1-expected.png: |
| * platform/chromium-mac-snowleopard/editing/selection/3690703-2-expected.png: |
| * platform/chromium-mac-snowleopard/editing/selection/3690703-expected.png: |
| * platform/chromium-mac-snowleopard/editing/selection/3690719-expected.png: |
| * platform/chromium-mac-snowleopard/editing/selection/4895428-3-expected.png: |
| * platform/chromium-mac-snowleopard/editing/selection/4975120-expected.png: |
| * platform/chromium-mac-snowleopard/editing/selection/drag-select-1-expected.png: |
| * platform/chromium-mac-snowleopard/editing/selection/select-across-readonly-input-1-expected.png: |
| * platform/chromium-mac-snowleopard/editing/selection/select-across-readonly-input-2-expected.png: |
| * platform/chromium-mac-snowleopard/editing/selection/select-across-readonly-input-3-expected.png: |
| * platform/chromium-mac-snowleopard/editing/selection/select-across-readonly-input-4-expected.png: |
| * platform/chromium-mac-snowleopard/editing/selection/select-across-readonly-input-5-expected.png: |
| * platform/chromium-mac-snowleopard/editing/selection/select-from-textfield-outwards-expected.png: |
| * platform/chromium-mac-snowleopard/fast/css/input-search-padding-expected.png: |
| * platform/chromium-mac-snowleopard/fast/css/line-height-expected.png: |
| * platform/chromium-mac-snowleopard/fast/css/text-input-with-webkit-border-radius-expected.png: |
| * platform/chromium-mac-snowleopard/fast/css/text-overflow-input-expected.png: |
| * platform/chromium-mac-snowleopard/fast/dom/isindex-001-expected.png: |
| * platform/chromium-mac-snowleopard/fast/dom/isindex-002-expected.png: |
| * platform/chromium-mac-snowleopard/fast/events/autoscroll-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/HTMLOptionElement_label06-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/HTMLOptionElement_label07-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/basic-inputs-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/box-shadow-override-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/button-submit-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/control-restrict-line-height-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/encoding-test-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/fieldset-align-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/floating-textfield-relayout-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/form-element-geometry-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/form-in-malformed-markup-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/input-align-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/input-appearance-bkcolor-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/input-appearance-default-bkcolor-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/input-appearance-disabled-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/input-appearance-focus-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/input-appearance-height-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/input-appearance-preventDefault-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/input-appearance-readonly-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/input-appearance-selection-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/input-appearance-visibility-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/input-appearance-width-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/input-baseline-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/input-disabled-color-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/input-double-click-selection-gap-bug-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/input-field-text-truncated-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/input-placeholder-visibility-1-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/input-placeholder-visibility-3-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/input-readonly-autoscroll-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/input-readonly-dimmed-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/input-readonly-empty-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/input-spaces-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/input-table-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/input-text-click-inside-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/input-text-click-outside-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/input-text-double-click-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/input-text-drag-down-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/input-text-option-delete-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/input-text-scroll-left-on-blur-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/input-text-self-emptying-click-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/input-text-word-wrap-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/input-type-text-min-width-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/input-value-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/input-width-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/minWidthPercent-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/number/input-appearance-number-rtl-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/number/input-appearance-spinbutton-layer-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/placeholder-position-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/placeholder-pseudo-style-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/plaintext-mode-2-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/range/input-appearance-range-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/range/range-thumb-height-percentage-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/search-cancel-button-style-sharing-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/search-display-none-cancel-button-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/search-rtl-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/search-styled-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/search-vertical-alignment-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/searchfield-heights-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/tabbing-input-iframe-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/text-style-color-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/textfield-focus-ring-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/textfield-outline-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/validation-message-appearance-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/visual-hebrew-text-field-expected.png: |
| * platform/chromium-mac-snowleopard/fast/frames/take-focus-from-iframe-expected.png: |
| * platform/chromium-mac-snowleopard/fast/html/details-no-summary4-expected.png: |
| * platform/chromium-mac-snowleopard/fast/html/details-open-javascript-expected.png: |
| * platform/chromium-mac-snowleopard/fast/html/details-open2-expected.png: |
| * platform/chromium-mac-snowleopard/fast/html/details-open4-expected.png: |
| * platform/chromium-mac-snowleopard/fast/lists/dynamic-marker-crash-expected.png: |
| * platform/chromium-mac-snowleopard/fast/replaced/replaced-breaking-expected.png: |
| * platform/chromium-mac-snowleopard/fast/replaced/replaced-breaking-mixture-expected.png: |
| * platform/chromium-mac-snowleopard/fast/replaced/width100percent-textfield-expected.png: |
| * platform/chromium-mac-snowleopard/fast/speech/input-appearance-numberandspeech-expected.png: |
| * platform/chromium-mac-snowleopard/fast/speech/input-appearance-searchandspeech-expected.png: |
| * platform/chromium-mac-snowleopard/fast/speech/input-appearance-searchandspeech-expected.txt: |
| * platform/chromium-mac-snowleopard/fast/speech/input-appearance-speechbutton-expected.png: |
| * platform/chromium-mac-snowleopard/fast/speech/speech-bidi-rendering-expected.png: |
| * platform/chromium-mac-snowleopard/fast/table/003-expected.png: |
| * platform/chromium-mac-snowleopard/fast/table/colspanMinWidth-expected.png: |
| * platform/chromium-mac-snowleopard/fast/table/text-field-baseline-expected.png: |
| * platform/chromium-mac-snowleopard/fast/text/textIteratorNilRenderer-expected.png: |
| * platform/chromium-mac-snowleopard/http/tests/navigation/javascriptlink-frames-expected.png: |
| * platform/chromium-mac-snowleopard/svg/custom/inline-svg-in-xhtml-expected.png: |
| * platform/chromium-mac-snowleopard/svg/hixie/mixed/003-expected.png: |
| * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug1188-expected.png: |
| * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug12384-expected.png: |
| * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug18359-expected.png: |
| * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug24200-expected.png: |
| * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug2479-2-expected.png: |
| * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug2479-3-expected.png: |
| * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug28928-expected.png: |
| * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug4382-expected.png: |
| * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug4527-expected.png: |
| * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug46368-1-expected.png: |
| * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug46368-2-expected.png: |
| * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug51037-expected.png: |
| * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug55545-expected.png: |
| * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug59354-expected.png: |
| * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug7342-expected.png: |
| * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug96334-expected.png: |
| * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug99948-expected.png: |
| * platform/chromium-mac-snowleopard/tables/mozilla/dom/tableDom-expected.png: |
| * platform/chromium-mac-snowleopard/tables/mozilla/other/move_row-expected.png: |
| * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug92647-1-expected.png: |
| * platform/chromium-mac/css3/selectors3/html/css3-modsel-23-expected.png: |
| * platform/chromium-mac/css3/selectors3/html/css3-modsel-24-expected.png: |
| * platform/chromium-mac/css3/selectors3/html/css3-modsel-24-expected.txt: |
| * platform/chromium-mac/css3/selectors3/html/css3-modsel-68-expected.png: |
| * platform/chromium-mac/css3/selectors3/html/css3-modsel-68-expected.txt: |
| * platform/chromium-mac/css3/selectors3/html/css3-modsel-69-expected.png: |
| * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-23-expected.png: |
| * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-24-expected.png: |
| * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-24-expected.txt: |
| * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-68-expected.png: |
| * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-68-expected.txt: |
| * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-69-expected.png: |
| * platform/chromium-mac/css3/selectors3/xml/css3-modsel-23-expected.png: |
| * platform/chromium-mac/css3/selectors3/xml/css3-modsel-24-expected.png: |
| * platform/chromium-mac/css3/selectors3/xml/css3-modsel-24-expected.txt: |
| * platform/chromium-mac/css3/selectors3/xml/css3-modsel-68-expected.png: |
| * platform/chromium-mac/css3/selectors3/xml/css3-modsel-68-expected.txt: |
| * platform/chromium-mac/css3/selectors3/xml/css3-modsel-69-expected.png: |
| * platform/chromium-mac/editing/selection/select-from-textfield-outwards-expected.txt: |
| * platform/chromium-mac/fast/events/context-no-deselect-expected.png: |
| * platform/chromium-mac/fast/forms/basic-inputs-expected.txt: |
| * platform/chromium-mac/fast/forms/box-shadow-override-expected.txt: |
| * platform/chromium-mac/fast/forms/date/date-appearance-expected.png: |
| * platform/chromium-mac/fast/forms/date/date-appearance-expected.txt: |
| * platform/chromium-mac/fast/forms/form-element-geometry-expected.txt: |
| * platform/chromium-mac/fast/forms/input-appearance-disabled-expected.txt: |
| * platform/chromium-mac/fast/forms/input-appearance-height-expected.txt: |
| * platform/chromium-mac/fast/forms/input-disabled-color-expected.txt: |
| * platform/chromium-mac/fast/forms/input-value-expected.txt: |
| * platform/chromium-mac/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt: |
| * platform/chromium-mac/fast/forms/placeholder-pseudo-style-expected.txt: |
| * platform/chromium-mac/fast/forms/textfield-overflow-expected.png: |
| * platform/chromium-mac/fast/forms/validation-message-appearance-expected.txt: |
| * platform/chromium-mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png: |
| * platform/chromium-mac/fast/speech/input-appearance-numberandspeech-expected.txt: |
| * platform/chromium-mac/fast/speech/input-appearance-speechbutton-expected.txt: |
| * platform/chromium-mac/fast/table/spanOverlapRepaint-expected.png: |
| * platform/chromium-mac/fast/transforms/transformed-focused-text-input-expected.png: |
| * platform/chromium-mac/plugins/mouse-click-plugin-clears-selection-expected.png: |
| * platform/chromium-mac/tables/mozilla/bugs/bug2479-2-expected.txt: |
| |
| 2012-05-18 Ryosuke Niwa <rniwa@webkit.org> |
| |
| Mac rebaseline after r117672. |
| |
| * platform/mac-snowleopard/fast/forms/basic-inputs-expected.png: |
| * platform/mac-snowleopard/fast/forms/form-element-geometry-expected.png: |
| * platform/mac-snowleopard/fast/forms/input-appearance-height-expected.png: |
| * platform/mac-snowleopard/fast/forms/input-text-scroll-left-on-blur-expected.png: |
| * platform/mac-snowleopard/fast/forms/input-value-expected.png: |
| * platform/mac-snowleopard/fast/forms/placeholder-position-expected.png: |
| * platform/mac-snowleopard/fast/forms/plaintext-mode-2-expected.png: |
| * platform/mac-snowleopard/fast/forms/search-vertical-alignment-expected.png: |
| * platform/mac/css3/selectors3/html/css3-modsel-23-expected.txt: |
| * platform/mac/css3/selectors3/html/css3-modsel-69-expected.txt: |
| * platform/mac/css3/selectors3/xhtml/css3-modsel-23-expected.txt: |
| * platform/mac/css3/selectors3/xhtml/css3-modsel-69-expected.txt: |
| * platform/mac/css3/selectors3/xml/css3-modsel-23-expected.txt: |
| * platform/mac/css3/selectors3/xml/css3-modsel-69-expected.txt: |
| * platform/mac/editing/input/caret-at-the-edge-of-input-expected.txt: |
| * platform/mac/editing/inserting/before-after-input-element-expected.txt: |
| * platform/mac/editing/pasteboard/4806874-expected.txt: |
| * platform/mac/editing/pasteboard/drop-text-without-selection-expected.png: |
| * platform/mac/editing/pasteboard/drop-text-without-selection-expected.txt: |
| * platform/mac/editing/pasteboard/input-field-1-expected.txt: |
| * platform/mac/editing/selection/3690703-2-expected.png: |
| * platform/mac/editing/selection/3690703-2-expected.txt: |
| * platform/mac/editing/selection/3690703-expected.txt: |
| * platform/mac/editing/selection/3690719-expected.txt: |
| * platform/mac/editing/selection/4895428-3-expected.txt: |
| * platform/mac/editing/selection/4975120-expected.txt: |
| * platform/mac/editing/selection/drag-select-1-expected.txt: |
| * platform/mac/editing/selection/select-across-readonly-input-1-expected.txt: |
| * platform/mac/editing/selection/select-across-readonly-input-2-expected.txt: |
| * platform/mac/editing/selection/select-across-readonly-input-3-expected.txt: |
| * platform/mac/editing/selection/select-across-readonly-input-4-expected.txt: |
| * platform/mac/editing/selection/select-across-readonly-input-5-expected.txt: |
| * platform/mac/editing/selection/select-from-textfield-outwards-expected.png: |
| * platform/mac/editing/selection/select-from-textfield-outwards-expected.txt: |
| * platform/mac/fast/css/input-search-padding-expected.txt: |
| * platform/mac/fast/css/line-height-expected.txt: |
| * platform/mac/fast/css/text-input-with-webkit-border-radius-expected.txt: |
| * platform/mac/fast/css/text-overflow-input-expected.txt: |
| * platform/mac/fast/dom/isindex-001-expected.txt: |
| * platform/mac/fast/dom/isindex-002-expected.txt: |
| * platform/mac/fast/events/autoscroll-expected.png: |
| * platform/mac/fast/events/autoscroll-expected.txt: |
| * platform/mac/fast/events/context-no-deselect-expected.txt: |
| * platform/mac/fast/forms/basic-inputs-expected.txt: |
| * platform/mac/fast/forms/control-restrict-line-height-expected.txt: |
| * platform/mac/fast/forms/encoding-test-expected.txt: |
| * platform/mac/fast/forms/fieldset-align-expected.txt: |
| * platform/mac/fast/forms/floating-textfield-relayout-expected.txt: |
| * platform/mac/fast/forms/form-element-geometry-expected.txt: |
| * platform/mac/fast/forms/input-align-expected.png: |
| * platform/mac/fast/forms/input-align-expected.txt: |
| * platform/mac/fast/forms/input-appearance-bkcolor-expected.txt: |
| * platform/mac/fast/forms/input-appearance-default-bkcolor-expected.txt: |
| * platform/mac/fast/forms/input-appearance-disabled-expected.png: |
| * platform/mac/fast/forms/input-appearance-disabled-expected.txt: |
| * platform/mac/fast/forms/input-appearance-focus-expected.png: |
| * platform/mac/fast/forms/input-appearance-focus-expected.txt: |
| * platform/mac/fast/forms/input-appearance-height-expected.txt: |
| * platform/mac/fast/forms/input-appearance-preventDefault-expected.txt: |
| * platform/mac/fast/forms/input-appearance-readonly-expected.txt: |
| * platform/mac/fast/forms/input-appearance-selection-expected.txt: |
| * platform/mac/fast/forms/input-appearance-visibility-expected.txt: |
| * platform/mac/fast/forms/input-appearance-width-expected.png: |
| * platform/mac/fast/forms/input-appearance-width-expected.txt: |
| * platform/mac/fast/forms/input-baseline-expected.png: |
| * platform/mac/fast/forms/input-baseline-expected.txt: |
| * platform/mac/fast/forms/input-disabled-color-expected.png: |
| * platform/mac/fast/forms/input-disabled-color-expected.txt: |
| * platform/mac/fast/forms/input-double-click-selection-gap-bug-expected.png: |
| * platform/mac/fast/forms/input-double-click-selection-gap-bug-expected.txt: |
| * platform/mac/fast/forms/input-field-text-truncated-expected.txt: |
| * platform/mac/fast/forms/input-placeholder-visibility-1-expected.txt: |
| * platform/mac/fast/forms/input-placeholder-visibility-3-expected.txt: |
| * platform/mac/fast/forms/input-readonly-autoscroll-expected.txt: |
| * platform/mac/fast/forms/input-readonly-dimmed-expected.txt: |
| * platform/mac/fast/forms/input-readonly-empty-expected.txt: |
| * platform/mac/fast/forms/input-spaces-expected.txt: |
| * platform/mac/fast/forms/input-table-expected.txt: |
| * platform/mac/fast/forms/input-text-click-inside-expected.txt: |
| * platform/mac/fast/forms/input-text-click-outside-expected.txt: |
| * platform/mac/fast/forms/input-text-double-click-expected.txt: |
| * platform/mac/fast/forms/input-text-drag-down-expected.txt: |
| * platform/mac/fast/forms/input-text-option-delete-expected.txt: |
| * platform/mac/fast/forms/input-text-scroll-left-on-blur-expected.txt: |
| * platform/mac/fast/forms/input-text-self-emptying-click-expected.txt: |
| * platform/mac/fast/forms/input-text-word-wrap-expected.txt: |
| * platform/mac/fast/forms/input-type-text-min-width-expected.txt: |
| * platform/mac/fast/forms/input-value-expected.txt: |
| * platform/mac/fast/forms/input-width-expected.txt: |
| * platform/mac/fast/forms/minWidthPercent-expected.txt: |
| * platform/mac/fast/forms/number/input-appearance-number-rtl-expected.png: |
| * platform/mac/fast/forms/number/input-appearance-number-rtl-expected.txt: |
| * platform/mac/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png: |
| * platform/mac/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt: |
| * platform/mac/fast/forms/number/input-appearance-spinbutton-layer-expected.txt: |
| * platform/mac/fast/forms/placeholder-position-expected.txt: |
| * platform/mac/fast/forms/placeholder-pseudo-style-expected.png: |
| * platform/mac/fast/forms/placeholder-pseudo-style-expected.txt: |
| * platform/mac/fast/forms/plaintext-mode-2-expected.txt: |
| * platform/mac/fast/forms/search-cancel-button-style-sharing-expected.txt: |
| * platform/mac/fast/forms/search-display-none-cancel-button-expected.txt: |
| * platform/mac/fast/forms/search-rtl-expected.png: |
| * platform/mac/fast/forms/search-rtl-expected.txt: |
| * platform/mac/fast/forms/search-styled-expected.txt: |
| * platform/mac/fast/forms/search-vertical-alignment-expected.txt: |
| * platform/mac/fast/forms/searchfield-heights-expected.txt: |
| * platform/mac/fast/forms/select-empty-option-height-expected.txt: Removed. |
| * platform/mac/fast/forms/tabbing-input-iframe-expected.png: |
| * platform/mac/fast/forms/tabbing-input-iframe-expected.txt: |
| * platform/mac/fast/forms/text-control-intrinsic-widths-expected.txt: |
| * platform/mac/fast/forms/text-style-color-expected.png: |
| * platform/mac/fast/forms/text-style-color-expected.txt: |
| * platform/mac/fast/forms/textfield-focus-ring-expected.txt: |
| * platform/mac/fast/forms/textfield-outline-expected.txt: |
| * platform/mac/fast/forms/textfield-overflow-expected.txt: |
| * platform/mac/fast/forms/validation-message-appearance-expected.png: |
| * platform/mac/fast/forms/validation-message-appearance-expected.txt: |
| * platform/mac/fast/forms/visual-hebrew-text-field-expected.txt: |
| * platform/mac/fast/frames/take-focus-from-iframe-expected.txt: |
| * platform/mac/fast/html/details-no-summary4-expected.txt: |
| * platform/mac/fast/html/details-open-javascript-expected.txt: |
| * platform/mac/fast/html/details-open2-expected.txt: |
| * platform/mac/fast/html/details-open4-expected.txt: |
| * platform/mac/fast/lists/dynamic-marker-crash-expected.txt: |
| * platform/mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt: |
| * platform/mac/fast/replaced/replaced-breaking-expected.txt: |
| * platform/mac/fast/replaced/replaced-breaking-mixture-expected.txt: |
| * platform/mac/fast/replaced/width100percent-textfield-expected.txt: |
| * platform/mac/fast/speech/speech-bidi-rendering-expected.txt: |
| * platform/mac/fast/table/003-expected.txt: |
| * platform/mac/fast/table/colspanMinWidth-expected.txt: |
| * platform/mac/fast/table/spanOverlapRepaint-expected.txt: |
| * platform/mac/fast/table/text-field-baseline-expected.txt: |
| * platform/mac/fast/text/textIteratorNilRenderer-expected.txt: |
| * platform/mac/fast/transforms/transformed-focused-text-input-expected.txt: |
| * platform/mac/http/tests/navigation/javascriptlink-frames-expected.txt: |
| * platform/mac/plugins/mouse-click-plugin-clears-selection-expected.txt: |
| * platform/mac/svg/custom/inline-svg-in-xhtml-expected.txt: |
| * platform/mac/svg/hixie/mixed/003-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug1188-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug12384-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug18359-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug24200-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug2479-3-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug2479-4-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug28928-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug4382-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug4527-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug46368-1-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug46368-2-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug51037-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug55545-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug59354-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug7342-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug96334-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug99948-expected.txt: |
| * platform/mac/tables/mozilla/dom/tableDom-expected.txt: |
| * platform/mac/tables/mozilla/other/move_row-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt: |
| * svg/custom/svg-fonts-in-text-controls-expected.txt: |
| |
| 2012-05-18 Ryosuke Niwa <rniwa@webkit.org> |
| |
| WebKit erroneously add 1px padding in input elements |
| https://bugs.webkit.org/show_bug.cgi?id=86784 |
| |
| Reviewed by Kent Tamura. |
| |
| Add a regression test. |
| |
| Rebaseline lots of tests per getting rid of extra 1px padding on left and right will be done |
| in separate commits. Input elements' widths got shrunk by 2px in most cases and the text moved |
| 1px to the start (left for LTR and right for RTL). |
| |
| * fast/forms/input-textarea-padding-match-expected.html: Added. |
| * fast/forms/input-textarea-padding-match.html: Added. |
| |
| 2012-05-18 Peter Kasting <pkasting@google.com> |
| |
| More baseline updates after r117640. |
| https://bugs.webkit.org/show_bug.cgi?id=86920 |
| |
| Unreviewed, test expectations update. |
| |
| * fast/forms/form-hides-table-expected.txt: Removed. |
| * fast/table/form-with-table-style-expected.txt: Removed. |
| * platform/chromium-linux/fast/forms/form-hides-table-expected.txt: Removed. |
| * platform/chromium-linux/fast/table/form-with-table-style-expected.txt: Removed. |
| * platform/chromium-win/fast/forms/form-hides-table-expected.txt: |
| * platform/chromium-win/fast/table/form-with-table-style-expected.png: |
| * platform/chromium-win/fast/table/form-with-table-style-expected.txt: |
| * platform/gtk/fast/forms/form-hides-table-expected.txt: Added. |
| * platform/gtk/fast/table/form-with-table-style-expected.txt: Added. |
| |
| 2012-05-18 Raphael Kubo da Costa <rakuco@webkit.org> |
| |
| [EFL] Fix expectation for test from r117667 with the bot result. |
| |
| The diff also happens to match the result for the other ports. |
| |
| * platform/efl/fast/writing-mode/japanese-lr-selection-expected.txt: |
| |
| 2012-05-18 Raphael Kubo da Costa <rakuco@webkit.org> |
| |
| [EFL] Unskip a few tests which are actually passing. |
| |
| * platform/efl/Skipped: |
| |
| 2012-05-18 Raphael Kubo da Costa <rakuco@webkit.org> |
| |
| [EFL] Unskip tests and add expectations after r116776. |
| |
| * platform/efl/Skipped: |
| * platform/efl/fast/writing-mode/japanese-lr-selection-expected.png: Added. |
| * platform/efl/fast/writing-mode/japanese-lr-selection-expected.txt: Added. |
| * platform/efl/fast/writing-mode/japanese-lr-text-expected.png: Added. |
| * platform/efl/fast/writing-mode/japanese-lr-text-expected.txt: Added. |
| * platform/efl/fast/writing-mode/japanese-ruby-vertical-lr-expected.png: Added. |
| * platform/efl/fast/writing-mode/japanese-ruby-vertical-lr-expected.txt: Added. |
| * platform/efl/fast/writing-mode/vertical-font-fallback-expected.png: Added. |
| * platform/efl/fast/writing-mode/vertical-font-fallback-expected.txt: Added. |
| |
| 2012-05-18 Raphael Kubo da Costa <rakuco@webkit.org> |
| |
| [EFL] Gardening after r116761 and the jhbuild/font changes. |
| |
| * platform/efl/Skipped: |
| * platform/efl/fast/forms/select-disabled-appearance-expected.png: |
| * platform/efl/fast/forms/select-disabled-appearance-expected.txt: |
| |
| 2012-05-18 Peter Kasting <pkasting@google.com> |
| |
| [chromium] Fix broken expectations in r117651. |
| |
| Unreviewed, test expectations update. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-05-18 Aaron Colwell <acolwell@chromium.org> |
| |
| Updated Media Source LayoutTests to use v0.5 spec signatures and added |
| new tests to verify the behavior of the new methods. |
| https://bugs.webkit.org/show_bug.cgi?id=83607 |
| |
| Reviewed by Darin Fisher. |
| |
| * http/tests/media/media-source/video-media-source-event-attributes-expected.txt: Added. |
| * http/tests/media/media-source/video-media-source-event-attributes.html: Added. Tests onwebkitsourcexxx event attributes. |
| * http/tests/media/media-source/webm/video-media-source-abort-expected.txt: Added. |
| * http/tests/media/media-source/webm/video-media-source-abort.html: Added. Tests basic webkitSourceAbort() functionality. |
| * http/tests/media/media-source/webm/video-media-source-add-and-remove-ids-expected.txt: Added. |
| * http/tests/media/media-source/webm/video-media-source-add-and-remove-ids.html: Added. Tests webkitSourceAddId() & webkitSourceRemoveId(). |
| * http/tests/media/media-source/webm/video-media-source-errors.html: Style fixes and add addSourceId() since we need to add an ID before appending data now. |
| * http/tests/media/media-source/webm/video-media-source-play.html: Style fixes and add addSourceId(). |
| * http/tests/media/media-source/webm/video-media-source-seek.html: Style fixes and add addSourceId(). |
| * http/tests/media/media-source/webm/video-media-source-state-changes.html: Style fixes and add addSourceId(). |
| * http/tests/media/media-source/webm/webm-media-source.js: |
| (getData.request.onload): Style fix. |
| (getData): Style fix. |
| (loadWebMData): Style fix. |
| (addSourceId): New helper method that adds SOURCE_ID to the video tag so data can be appended with this ID. |
| (appendHeaders): Add SOURCE_ID parameter since the webkitSourceAppend() signature changed. |
| (appendCluster): Add SOURCE_ID parameter since the webkitSourceAppend() signature changed. |
| (appendUntilEndOfStream): Add SOURCE_ID parameter since the webkitSourceAppend() signature changed. |
| |
| 2012-05-18 Eric Seidel <eric@webkit.org> |
| |
| Assertion failure in BidiResolver::commitExplicitEmbedding() (!inIsolate() || m_currentExplicitEmbeddingSequence.isEmpty()) at wikipedia.org |
| https://bugs.webkit.org/show_bug.cgi?id=76574 |
| |
| Reviewed by Levi Weintraub. |
| |
| * fast/text/bidi-isolate-embedding-crash-expected.txt: Added. |
| * fast/text/bidi-isolate-embedding-crash.html: Added. |
| |
| 2012-05-18 Levi Weintraub <leviw@chromium.org> |
| |
| Unreviewed. Updating non-mac platform expectations after r117640. |
| |
| * fast/forms/form-hides-table-expected.txt: Added. |
| * fast/table/form-with-table-style-expected.txt: Added. |
| * platform/chromium-mac-leopard/fast/table/form-with-table-style-expected.png: |
| * platform/chromium-mac-snowleopard/fast/table/form-with-table-style-expected.png: |
| * platform/chromium-mac/fast/table/form-with-table-style-expected.png: |
| * platform/chromium/test_expectations.txt: |
| * platform/gtk/fast/forms/form-hides-table-expected.txt: Removed. |
| * platform/gtk/fast/table/form-with-table-style-expected.txt: Removed. |
| |
| 2012-05-18 Levi Weintraub <leviw@chromium.org> |
| |
| REGRESSION (r117640) fast/table/form-with-table and fast/forms/form-hides-table fail on Mac |
| https://bugs.webkit.org/show_bug.cgi?id=86920 |
| |
| Unreviewed. Updating expectations after r117640. |
| |
| * platform/mac/fast/forms/form-hides-table-expected.txt: |
| * platform/mac/fast/table/form-with-table-style-expected.txt: |
| |
| 2012-05-18 Raphael Kubo da Costa <rakuco@webkit.org> |
| |
| [EFL] More random gardening. |
| |
| Remove a few tests which do not exist anymore from the skipped |
| list, and rebaseline and add expectations for a few others. |
| |
| * platform/efl/Skipped: |
| * platform/efl/fast/html/font-weight-bold-for-b-and-strong-expected.txt: Added. |
| * platform/efl/fast/invalid/004-expected.txt: |
| * platform/efl/fast/invalid/010-expected.png: |
| * platform/efl/fast/invalid/010-expected.txt: |
| * platform/efl/fast/text/zero-font-size-expected.png: Added. |
| * platform/efl/fast/text/zero-font-size-expected.txt: Added. |
| |
| 2012-05-18 Peter Kasting <pkasting@google.com> |
| |
| [chromium] More expectations updates, mostly for flaky tests. |
| http://code.google.com/p/chromium/issues/detail?id=24182 |
| https://bugs.webkit.org/show_bug.cgi?id=54151 |
| https://bugs.webkit.org/show_bug.cgi?id=85174 |
| https://bugs.webkit.org/show_bug.cgi?id=86592 |
| https://bugs.webkit.org/show_bug.cgi?id=86907 |
| https://bugs.webkit.org/show_bug.cgi?id=86908 |
| https://bugs.webkit.org/show_bug.cgi?id=86909 |
| |
| Unreviewed, test expectations update. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-05-18 Raphael Kubo da Costa <rakuco@webkit.org> |
| |
| [EFL] Gardening; update results after r117640. |
| |
| * platform/efl/fast/forms/form-hides-table-expected.txt: |
| * platform/efl/fast/table/form-with-table-style-expected.txt: |
| |
| 2012-05-18 Raphael Kubo da Costa <rakuco@webkit.org> |
| |
| [EFL] Unreviewed gardening. |
| |
| Try to add the right expectation for fast/forms/plaintext-mode-2.html |
| after r117597. |
| |
| * platform/efl/test_expectations.txt: |
| |
| 2012-05-18 Raphael Kubo da Costa <rakuco@webkit.org> |
| |
| [EFL] Gardening; run CSS grid layout tests after r117613. |
| |
| * platform/efl/test_expectations.txt: |
| |
| 2012-05-18 Raphael Kubo da Costa <rakuco@webkit.org> |
| |
| [EFL] Unreviewed gardening; unskip a few passing tests. |
| |
| * platform/efl/Skipped: |
| |
| 2012-05-18 Joe Thomas <joethomas@motorola.com> |
| |
| Remove one-space indentation from LayoutTests/fast/backgrounds/background-shorthand-with-backgroundSize-style.html |
| https://bugs.webkit.org/show_bug.cgi?id=86897 |
| |
| Reviewed by Tony Chang. |
| |
| * fast/backgrounds/background-shorthand-with-backgroundSize-style.html: |
| |
| 2012-05-17 Levi Weintraub <leviw@chromium.org> |
| |
| Standalone table-columns should be wrapped in anonymous tables |
| https://bugs.webkit.org/show_bug.cgi?id=86671 |
| |
| Reviewed by Julien Chaffraix. |
| |
| Adding 2 test cases and updating test results for two with changed expectations. |
| |
| * fast/table/table-column-generates-anonymous-table-expected.html: Added. |
| * fast/table/table-column-generates-anonymous-table.html: Added. |
| * fast/table/table-column-group-generates-anonymous-table-expected.html: Added. |
| * fast/table/table-column-group-generates-anonymous-table.html: Added. |
| * platform/chromium-linux/fast/forms/form-hides-table-expected.txt: Added. An anonymous |
| table is now generated to enclose the misparented table column. |
| * platform/chromium-linux/fast/table/form-with-table-style-expected.txt: Added. |
| * platform/chromium-linux/fast/table/form-with-table-style-expected.png: Modified. The |
| expectations previously were wrong in that the table column occupied height the |
| equivalent of its line-height. This is correctly no longer the case. |
| * platform/chromium/test_expectations.txt: Modified. Skipping modified tests on other |
| platforms until I can rebaseline. |
| |
| 2012-05-18 Tony Chang <tony@chromium.org> |
| |
| Unreviewed, skip grid layout tests that are failing after r117613. |
| |
| It looks like apple mac had grid layout enabled prior to r117613? |
| These tests shouldn't have been passing before. |
| |
| * platform/mac/test_expectations.txt: |
| |
| 2012-05-18 Keyar Hood <keyar@chromium.org> |
| |
| Support imageSmoothingEnabled |
| https://bugs.webkit.org/show_bug.cgi?id=82804 |
| |
| Reviewed by Stephen White. |
| |
| * fast/canvas/canvas-imageSmoothingEnabled-expected.txt: Added. |
| * fast/canvas/canvas-imageSmoothingEnabled.html: Added. |
| * fast/canvas/script-tests/canvas-imageSmoothingEnabled.js: Added. |
| |
| 2012-05-18 Terry Anderson <tdanderson@chromium.org> |
| |
| Percentage height replaced elements sometimes cause overflow of table contents |
| https://bugs.webkit.org/show_bug.cgi?id=85581 |
| |
| Reviewed by Eric Seidel. |
| |
| * fast/replaced/table-replaced-element-expected.txt: Added. |
| * fast/replaced/table-replaced-element.html: Added. |
| New layout test. |
| |
| 2012-05-18 Tony Chang <tony@chromium.org> |
| |
| Unreviewed, fixing mac baselines after r117613. |
| |
| * platform/mac/fast/css/getComputedStyle/computed-style-expected.txt: |
| * platform/mac/svg/css/getComputedStyle-basic-expected.txt: |
| |
| 2012-05-18 Philippe Normand <pnormand@igalia.com> |
| |
| Unreviewed, GTK gardening. |
| |
| * platform/gtk/test_expectations.txt: Fix |
| ietestcenter/css3/valuesandunits/units-000.htm expectations after |
| r117609. |
| |
| 2012-05-18 Raphael Kubo da Costa <rakuco@webkit.org> |
| |
| [EFL] Unreviewed gardening. |
| |
| Work a bit on the infamous "Needs rebaseline" list by removing a few |
| tests which are actually passing and updating some expectations. |
| |
| * platform/efl/Skipped: |
| * platform/efl/fast/forms/caret-rtl-expected.png: |
| * platform/efl/fast/forms/caret-rtl-expected.txt: |
| * platform/efl/fast/forms/listbox-clip-expected.png: |
| * platform/efl/fast/forms/listbox-clip-expected.txt: |
| * platform/efl/fast/forms/search-styled-expected.txt: |
| |
| 2012-05-18 Raphael Kubo da Costa <rakuco@webkit.org> |
| |
| [EFL] Unreviewed gardening. |
| |
| Rebaseline test after r117412. |
| |
| * platform/efl/fast/borders/border-antialiasing-expected.png: |
| * platform/efl/test_expectations.txt: |
| |
| 2012-05-18 Christophe Dumez <christophe.dumez@intel.com> |
| |
| [EFL] Web Intents code is not compiling |
| https://bugs.webkit.org/show_bug.cgi?id=85364 |
| |
| Reviewed by Adam Barth. |
| |
| Move webintents test cases to test expectations until the needed |
| features are implemented and Web Intents are enabled by default |
| for EFL port. |
| |
| * platform/efl/Skipped: |
| * platform/efl/test_expectations.txt: |
| |
| 2012-05-18 Joe Thomas <joethomas@motorola.com> |
| |
| background-size specified by a single value in background shorthand fails to parse. |
| https://bugs.webkit.org/show_bug.cgi?id=86739 |
| |
| Reviewed by Tony Chang. |
| |
| While parsing the background shorthand property, if the second parsedValue is not a valid unit, |
| parseFillSize should return the first parsedValue instead of failing. |
| |
| * fast/backgrounds/background-shorthand-with-backgroundSize-style-expected.txt: |
| * fast/backgrounds/background-shorthand-with-backgroundSize-style.html: |
| |
| 2012-05-18 Raphael Kubo da Costa <rakuco@webkit.org> |
| |
| [EFL] Unreviewed gardening. |
| |
| Update a few text expectations after r116761 and the jhbuild and |
| font updates. tables/mozilla is still being skipped, but I will |
| unskip it after all the new expectations are landed. |
| |
| * platform/efl/tables/mozilla/bugs/bug24200-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug39209-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug44505-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug46368-2-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug51727-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug55694-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_caption_align_top-expected.txt: |
| |
| 2012-05-18 Tony Chang <tony@chromium.org> |
| |
| remove the CSS_GRID_LAYOUT compiler define, but default grid layout to off |
| https://bugs.webkit.org/show_bug.cgi?id=86767 |
| |
| Reviewed by Ojan Vafai. |
| |
| * fast/css-grid-layout/display-grid-set-get.html: Enable grid layout for the test. |
| * fast/css-grid-layout/grid-columns-rows-get-set-multiple.html: Enable grid layout for the test. |
| * fast/css-grid-layout/grid-columns-rows-get-set.html: Enable grid layout for the test. |
| * fast/css-grid-layout/grid-disabled-by-default-expected.txt: Added. |
| * fast/css-grid-layout/grid-disabled-by-default.html: Added. |
| * fast/css-grid-layout/grid-item-column-row-get-set.html: Enable grid layout for the test. |
| * platform/chromium/test_expectations.txt: Run grid layout tests. |
| |
| 2012-05-18 Pablo Flouret <pablof@motorola.com> |
| |
| Script elements inserted while fragment parsing should have their "already started" flag set. |
| https://bugs.webkit.org/show_bug.cgi?id=86376 |
| |
| Reviewed by Ryosuke Niwa. |
| |
| * fast/parser/script-already-started-flag-in-fragment-parsing-mode-expected.txt: Added. |
| * fast/parser/script-already-started-flag-in-fragment-parsing-mode.html: Added. |
| |
| 2012-05-18 Shezan Baig <shezbaig.wk@gmail.com> |
| |
| Expose FrameSelection::absoluteCaretBounds via window.internals |
| https://bugs.webkit.org/show_bug.cgi?id=86390 |
| |
| Reviewed by Ryosuke Niwa. |
| |
| A simple test case for the new 'absoluteCaretBounds' method. |
| |
| * editing/selection/internal-caret-rect-expected.txt: Added. |
| * editing/selection/internal-caret-rect.html: Added. |
| |
| 2012-05-18 Zan Dobersek <zandobersek@gmail.com> |
| |
| Unreviewed GTK gardening, adding test expectations for a few tests |
| crashing on the debug builds. |
| |
| * platform/gtk/test_expectations.txt: |
| |
| 2012-05-18 Joe Thomas <joethomas@motorola.com> |
| |
| Refactor LayoutTests/fast/backgrounds/background-shorthand-with-backgroundSize-style.html |
| https://bugs.webkit.org/show_bug.cgi?id=86782 |
| |
| Reviewed by Tony Chang. |
| |
| Refactored the testcase to include round-trip testing. |
| |
| * fast/backgrounds/background-shorthand-with-backgroundSize-style-expected.txt: |
| * fast/backgrounds/background-shorthand-with-backgroundSize-style.html: |
| |
| 2012-05-18 Brady Eidson <beidson@apple.com> |
| |
| https://bugs.webkit.org/show_bug.cgi?id=86859 |
| (r117572) editing/spelling/spellcheck-async-remove-frame.html crashes on Mac |
| |
| * platform/mac/Skipped: |
| |
| 2012-05-18 Vsevolod Vlasov <vsevik@chromium.org> |
| |
| Web Inspector: Add resource to UISourceCode constructor. |
| https://bugs.webkit.org/show_bug.cgi?id=86853 |
| |
| Reviewed by Pavel Feldman. |
| |
| * inspector/debugger/breakpoint-manager.html: |
| * inspector/debugger/scripts-file-selector.html: |
| * inspector/debugger/scripts-panel.html: |
| * inspector/debugger/scripts-sorting.html: |
| * inspector/debugger/ui-source-code.html: |
| |
| 2012-05-18 Yury Semikhatsky <yurys@chromium.org> |
| |
| Web Inspector: error when expanding an HTMLAllCollection object in the console |
| https://bugs.webkit.org/show_bug.cgi?id=86741 |
| |
| Reviewed by Pavel Feldman. |
| |
| * inspector/console/inspect-html-all-collection.html: |
| |
| 2012-05-18 Krzysztof Czech <k.czech@samsung.com>, Mariusz Grzegorczyk <mariusz.g@samsung.com> |
| |
| [EFL] Gardening failure test cases. |
| https://bugs.webkit.org/show_bug.cgi?id=86728 |
| |
| Unreviewed EFL gardening. |
| |
| * platform/efl/Skipped: removing tests related to editing callbacks functionality. |
| * platform/efl/test_expectations.txt: adding new bugs regarding drag'n'drop and spell checking. |
| Merging tests with particular bugs. |
| |
| 2012-05-18 Hugo Parente Lima <hugo.lima@openbossa.org> |
| |
| fast/events/mouseup-from-button2.html needs a specific expected file for Qt |
| https://bugs.webkit.org/show_bug.cgi?id=86783 |
| |
| Reviewed by Csaba Osztrogonác. |
| |
| * platform/qt-5.0-wk2/Skipped: |
| * platform/qt-5.0-wk2/fast/events/mouseup-from-button2-expected.txt: Added. |
| |
| 2012-05-18 Jocelyn Turcotte <jocelyn.turcotte@nokia.com> |
| |
| [Qt] Add results for compositing tests dependent on scrollbars thickness. |
| |
| Reviewed by Csaba Osztrogonác. |
| |
| Qt's QStyle scrollbar theme has a scrollbar thickness of 16px while |
| the standard results expect a thickness of 15px. |
| |
| * platform/qt-5.0-wk2/Skipped: |
| * platform/qt-5.0-wk2/compositing/iframes/become-composited-nested-iframes-expected.txt: Added. |
| * platform/qt-5.0-wk2/compositing/iframes/become-overlapped-iframe-expected.txt: Added. |
| * platform/qt-5.0-wk2/compositing/iframes/composited-parent-iframe-expected.txt: Added. |
| * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe-delayed-expected.txt: Added. |
| * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe-expected.txt: Added. |
| * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe2-expected.txt: Added. |
| * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe3-expected.txt: Added. |
| * platform/qt-5.0-wk2/compositing/iframes/enter-compositing-iframe-expected.txt: Added. |
| * platform/qt-5.0-wk2/compositing/iframes/iframe-resize-expected.txt: Added. |
| * platform/qt-5.0-wk2/compositing/iframes/invisible-nested-iframe-show-expected.txt: Added. |
| * platform/qt-5.0-wk2/compositing/iframes/overlapped-iframe-expected.txt: Added. |
| * platform/qt-5.0-wk2/compositing/iframes/overlapped-nested-iframes-expected.txt: Added. |
| * platform/qt-5.0-wk2/compositing/iframes/scrolling-iframe-expected.txt: Added. |
| * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-out-of-view-expected.txt: Added. |
| * platform/qt-5.0-wk2/compositing/overflow/content-gains-scrollbars-expected.txt: Added. |
| * platform/qt-5.0-wk2/compositing/overflow/overflow-scrollbar-layers-expected.txt: Added. |
| * platform/qt-5.0-wk2/compositing/tiled-layers-hidpi-expected.txt: Added. |
| |
| 2012-05-18 Hugo Parente Lima <hugo.lima@openbossa.org> |
| |
| [Qt][WK2] fast/events/page-visibility-iframe-move-test.html fails |
| https://bugs.webkit.org/show_bug.cgi?id=86731 |
| |
| Reviewed by Simon Hausmann. |
| |
| Unskip fast/events/page-visibility-iframe-move-test.html. |
| |
| * platform/qt-5.0-wk2/Skipped: |
| |
| 2012-05-18 Raphael Kubo da Costa <rakuco@webkit.org> |
| |
| [EFL] Unreviewed gardening. |
| |
| Unskip test after r117218. |
| |
| * platform/efl/Skipped: |
| |
| 2012-05-18 Yi Shen <yi.4.shen@nokia.com> |
| |
| REGRESSION (r102553): Smart links do not work |
| https://bugs.webkit.org/show_bug.cgi?id=85463 |
| |
| Reviewed by Ryosuke Niwa. |
| |
| Add a new test for testing the smart link. |
| |
| * editing/inserting/typing-space-to-trigger-smart-link-expected.txt: Added. |
| * editing/inserting/typing-space-to-trigger-smart-link.html: Added. |
| * platform/chromium/test_expectations.txt: |
| * platform/efl/test_expectations.txt: |
| * platform/gtk/test_expectations.txt: |
| * platform/qt/Skipped: |
| * platform/qt/test_expectations.txt: |
| * platform/win/Skipped: |
| |
| 2012-05-18 Csaba Osztrogonác <ossy@webkit.org> |
| |
| [Qt] Unreviewed gardening, skipped list cleanup. |
| |
| * platform/qt-4.8/Skipped: |
| * platform/qt/Skipped: |
| |
| 2012-05-18 Mike West <mkwst@chromium.org> |
| |
| Deflaking http/tests/security/contentSecurityPolicy/script-src-redirect.html |
| https://bugs.webkit.org/show_bug.cgi?id=86433 |
| |
| Reviewed by Adam Barth. |
| |
| As it turns out, this was a straightforward typo on my part. Loading |
| the wrong JS file is a surefire way to break tests. I've rewritten the |
| test function to make it more difficult to make such a mistake in the |
| future, and pushed that change to source-list-parsing-* tests that use |
| the same methodology. |
| |
| * http/tests/security/contentSecurityPolicy/resources/multiple-iframe-test.js: Renamed from LayoutTests/http/tests/security/contentSecurityPolicy/resources/source-list-parsing-base.js. |
| (test): |
| (finishTesting): |
| * http/tests/security/contentSecurityPolicy/script-src-redirect-expected.txt: |
| * http/tests/security/contentSecurityPolicy/script-src-redirect.html: |
| * http/tests/security/contentSecurityPolicy/source-list-parsing-01.html: |
| * http/tests/security/contentSecurityPolicy/source-list-parsing-02.html: |
| * http/tests/security/contentSecurityPolicy/source-list-parsing-03.html: |
| * http/tests/security/contentSecurityPolicy/source-list-parsing-04.html: |
| * platform/chromium/test_expectations.txt: Unskipping. |
| * platform/mac-lion/Skipped: Unskipping. |
| * platform/gtk/test_expectations.txt: Unskipping. |
| * platform/efl/test_expectations.txt: Unskipping. |
| * platform/qt/Skipped: Unskipping. |
| * platform/mac/Skipped: Unskipping. |
| |
| 2012-05-18 Yury Semikhatsky <yurys@chromium.org> |
| |
| Web Inspector: remove unnecessary indirection from profile types |
| https://bugs.webkit.org/show_bug.cgi?id=86845 |
| |
| Reviewed by Pavel Feldman. |
| |
| * inspector/profiler/heap-snapshot-test.js: |
| (initialize_HeapSnapshotTest): |
| |
| 2012-05-18 Zoltan Arvai <zarvai@inf.u-szeged.hu> |
| |
| [Qt][WK2] Cleaning skip list. Unskip passing tests. |
| |
| Reviewed by Csaba Osztrogonác. |
| |
| * platform/qt-5.0-wk2/Skipped: |
| |
| 2012-05-18 Sudarsana Nagineni <sudarsana.nagineni@linux.intel.com> |
| |
| [EFL] [DRT] media/media-document-audio-repaint.html needs rebaselining after r117326 |
| https://bugs.webkit.org/show_bug.cgi?id=86839 |
| |
| Unreviewed gardening, EFL rebaseline after r117326. |
| |
| * platform/efl/media/media-document-audio-repaint-expected.png: |
| * platform/efl/media/media-document-audio-repaint-expected.txt: |
| |
| 2012-05-18 Csaba Osztrogonác <ossy@webkit.org> |
| |
| [Qt][WK2] fast/frames/flattening/iframe-flattening-out-of-view-and-scroll.html crashes regularly |
| https://bugs.webkit.org/show_bug.cgi?id=79656 |
| |
| Unreviewed gardening. Unskip tests, maybe they aren't flakey now. |
| |
| * platform/qt-5.0-wk2/Skipped: |
| |
| 2012-05-18 Sudarsana Nagineni <sudarsana.nagineni@linux.intel.com> |
| |
| [EFL] [DRT] Add baselines for new tests added in r117477 and r117339 |
| https://bugs.webkit.org/show_bug.cgi?id=86834 |
| |
| Unreviewed, add EFL baselines for new tests added in r117477 and |
| r117339. |
| |
| * platform/efl/css2.1/20110323/inline-table-001-expected.png: Added. |
| * platform/efl/css2.1/20110323/inline-table-001-expected.txt: Added. |
| * platform/efl/css2.1/20110323/inline-table-002a-expected.png: Added. |
| * platform/efl/css2.1/20110323/inline-table-002a-expected.txt: Added. |
| * platform/efl/css2.1/20110323/inline-table-003-expected.png: Added. |
| * platform/efl/css2.1/20110323/inline-table-003-expected.txt: Added. |
| * platform/efl/css2.1/20110323/table-height-algorithm-023-expected.png: Added. |
| * platform/efl/css2.1/20110323/table-height-algorithm-023-expected.txt: Added. |
| * platform/efl/css2.1/20110323/table-height-algorithm-024-expected.png: Added. |
| * platform/efl/css2.1/20110323/table-height-algorithm-024-expected.txt: Added. |
| * platform/efl/fast/table/mozilla-bug10296-vertical-align-1-expected.png: Added. |
| * platform/efl/fast/table/mozilla-bug10296-vertical-align-1-expected.txt: Added. |
| * platform/efl/fast/table/mozilla-bug10296-vertical-align-2-expected.png: Added. |
| * platform/efl/fast/table/mozilla-bug10296-vertical-align-2-expected.txt: Added. |
| |
| 2012-05-18 MORITA Hajime <morrita@google.com> |
| |
| https://bugs.webkit.org/show_bug.cgi?id=85515 |
| Stale frame in WebCore::SpellChecker::didCheckSucceeded |
| |
| Reviewed by Ryosuke Niwa. |
| |
| * editing/spelling/spellcheck-async-remove-frame-expected.txt: Added. |
| * editing/spelling/spellcheck-async-remove-frame.html: Added. |
| |
| 2012-05-18 Pavel Feldman <pfeldman@chromium.org> |
| |
| Web Inspector: add ContentProvider::contentType and use it when rendering navigator tree. |
| https://bugs.webkit.org/show_bug.cgi?id=86833 |
| |
| Reviewed by Vsevolod Vlasov. |
| |
| * http/tests/inspector/search/search-in-static.html: |
| * inspector/debugger/scripts-file-selector.html: |
| * inspector/debugger/scripts-panel.html: |
| * inspector/debugger/scripts-sorting.html: |
| |
| 2012-05-18 Ryosuke Niwa <rniwa@webkit.org> |
| |
| Unreviewed, rolling out r117559. |
| http://trac.webkit.org/changeset/117559 |
| |
| Wrong rebaseline per rolling out 117556 |
| |
| * platform/chromium-mac-snowleopard/editing/input/caret-at-the-edge-of-input-expected.png: |
| * platform/chromium-mac-snowleopard/editing/inserting/before-after-input-element-expected.png: |
| * platform/chromium-mac-snowleopard/editing/pasteboard/4806874-expected.png: |
| * platform/chromium-mac-snowleopard/editing/pasteboard/drop-text-without-selection-expected.png: |
| * platform/chromium-mac-snowleopard/editing/pasteboard/input-field-1-expected.png: |
| * platform/chromium-mac-snowleopard/editing/selection/3690703-2-expected.png: |
| * platform/chromium-mac-snowleopard/editing/selection/3690703-expected.png: |
| * platform/chromium-mac-snowleopard/editing/selection/3690719-expected.png: |
| * platform/chromium-mac-snowleopard/editing/selection/4895428-3-expected.png: |
| * platform/chromium-mac-snowleopard/editing/selection/4975120-expected.png: |
| * platform/chromium-mac-snowleopard/editing/selection/drag-select-1-expected.png: |
| * platform/chromium-mac-snowleopard/editing/selection/select-across-readonly-input-1-expected.png: |
| * platform/chromium-mac-snowleopard/editing/selection/select-across-readonly-input-2-expected.png: |
| * platform/chromium-mac-snowleopard/editing/selection/select-across-readonly-input-3-expected.png: |
| * platform/chromium-mac-snowleopard/editing/selection/select-across-readonly-input-4-expected.png: |
| * platform/chromium-mac-snowleopard/editing/selection/select-across-readonly-input-5-expected.png: |
| * platform/chromium-mac-snowleopard/editing/selection/select-from-textfield-outwards-expected.png: |
| * platform/chromium-mac-snowleopard/fast/css/input-search-padding-expected.png: |
| * platform/chromium-mac-snowleopard/fast/css/line-height-expected.png: |
| * platform/chromium-mac-snowleopard/fast/css/text-input-with-webkit-border-radius-expected.png: Modified property svn:mime-type. |
| * platform/chromium-mac-snowleopard/fast/css/text-overflow-input-expected.png: Modified property svn:mime-type. |
| * platform/chromium-mac-snowleopard/fast/dom/isindex-001-expected.png: |
| * platform/chromium-mac-snowleopard/fast/dom/isindex-002-expected.png: |
| * platform/chromium-mac-snowleopard/fast/events/autoscroll-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/HTMLOptionElement_label06-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/HTMLOptionElement_label07-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/basic-inputs-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/box-shadow-override-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/button-submit-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/control-restrict-line-height-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/encoding-test-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/fieldset-align-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/floating-textfield-relayout-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/form-element-geometry-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/form-in-malformed-markup-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/input-align-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/input-appearance-bkcolor-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/input-appearance-default-bkcolor-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/input-appearance-disabled-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/input-appearance-focus-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/input-appearance-height-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/input-appearance-preventDefault-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/input-appearance-readonly-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/input-appearance-selection-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/input-appearance-visibility-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/input-appearance-width-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/input-baseline-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/input-disabled-color-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/input-double-click-selection-gap-bug-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/input-field-text-truncated-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/input-placeholder-visibility-1-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/input-placeholder-visibility-3-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/input-readonly-autoscroll-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/input-readonly-dimmed-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/input-readonly-empty-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/input-spaces-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/input-table-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/input-text-click-inside-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/input-text-click-outside-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/input-text-double-click-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/input-text-drag-down-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/input-text-option-delete-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/input-text-scroll-left-on-blur-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/input-text-self-emptying-click-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/input-text-word-wrap-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/input-type-text-min-width-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/input-value-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/input-width-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/minWidthPercent-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/number/input-appearance-number-rtl-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/number/input-appearance-spinbutton-layer-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/placeholder-position-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/placeholder-pseudo-style-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/plaintext-mode-2-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/range/input-appearance-range-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/range/range-thumb-height-percentage-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/search-cancel-button-style-sharing-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/search-display-none-cancel-button-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/search-rtl-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/search-styled-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/search-vertical-alignment-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/searchfield-heights-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/tabbing-input-iframe-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/text-style-color-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/textfield-focus-ring-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/textfield-outline-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/validation-message-appearance-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/visual-hebrew-text-field-expected.png: |
| * platform/chromium-mac-snowleopard/fast/frames/take-focus-from-iframe-expected.png: |
| * platform/chromium-mac-snowleopard/fast/html/details-no-summary4-expected.png: |
| * platform/chromium-mac-snowleopard/fast/html/details-open-javascript-expected.png: |
| * platform/chromium-mac-snowleopard/fast/html/details-open2-expected.png: |
| * platform/chromium-mac-snowleopard/fast/html/details-open4-expected.png: |
| * platform/chromium-mac-snowleopard/fast/lists/dynamic-marker-crash-expected.png: |
| * platform/chromium-mac-snowleopard/fast/replaced/replaced-breaking-expected.png: |
| * platform/chromium-mac-snowleopard/fast/replaced/replaced-breaking-mixture-expected.png: |
| * platform/chromium-mac-snowleopard/fast/replaced/width100percent-textfield-expected.png: |
| * platform/chromium-mac-snowleopard/fast/speech/input-appearance-numberandspeech-expected.png: |
| * platform/chromium-mac-snowleopard/fast/speech/input-appearance-searchandspeech-expected.png: |
| * platform/chromium-mac-snowleopard/fast/speech/input-appearance-searchandspeech-expected.txt: |
| * platform/chromium-mac-snowleopard/fast/speech/input-appearance-speechbutton-expected.png: |
| * platform/chromium-mac-snowleopard/fast/speech/speech-bidi-rendering-expected.png: |
| * platform/chromium-mac-snowleopard/fast/table/003-expected.png: |
| * platform/chromium-mac-snowleopard/fast/table/colspanMinWidth-expected.png: |
| * platform/chromium-mac-snowleopard/fast/table/text-field-baseline-expected.png: |
| * platform/chromium-mac-snowleopard/fast/text/textIteratorNilRenderer-expected.png: |
| * platform/chromium-mac-snowleopard/http/tests/navigation/javascriptlink-frames-expected.png: |
| * platform/chromium-mac-snowleopard/svg/custom/inline-svg-in-xhtml-expected.png: |
| * platform/chromium-mac-snowleopard/svg/hixie/mixed/003-expected.png: |
| * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug1188-expected.png: |
| * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug12384-expected.png: |
| * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug18359-expected.png: |
| * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug24200-expected.png: |
| * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug2479-2-expected.png: |
| * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug2479-3-expected.png: |
| * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug28928-expected.png: |
| * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug4382-expected.png: |
| * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug4527-expected.png: |
| * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug46368-1-expected.png: |
| * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug46368-2-expected.png: |
| * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug51037-expected.png: |
| * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug55545-expected.png: |
| * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug59354-expected.png: |
| * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug7342-expected.png: |
| * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug96334-expected.png: |
| * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug99948-expected.png: |
| * platform/chromium-mac-snowleopard/tables/mozilla/dom/tableDom-expected.png: |
| * platform/chromium-mac-snowleopard/tables/mozilla/other/move_row-expected.png: |
| * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug92647-1-expected.png: |
| * platform/chromium-mac/css3/selectors3/html/css3-modsel-23-expected.png: |
| * platform/chromium-mac/css3/selectors3/html/css3-modsel-24-expected.png: |
| * platform/chromium-mac/css3/selectors3/html/css3-modsel-24-expected.txt: |
| * platform/chromium-mac/css3/selectors3/html/css3-modsel-68-expected.png: |
| * platform/chromium-mac/css3/selectors3/html/css3-modsel-68-expected.txt: |
| * platform/chromium-mac/css3/selectors3/html/css3-modsel-69-expected.png: |
| * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-23-expected.png: |
| * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-24-expected.png: |
| * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-24-expected.txt: |
| * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-68-expected.png: |
| * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-68-expected.txt: |
| * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-69-expected.png: |
| * platform/chromium-mac/css3/selectors3/xml/css3-modsel-23-expected.png: |
| * platform/chromium-mac/css3/selectors3/xml/css3-modsel-24-expected.png: |
| * platform/chromium-mac/css3/selectors3/xml/css3-modsel-24-expected.txt: |
| * platform/chromium-mac/css3/selectors3/xml/css3-modsel-68-expected.png: |
| * platform/chromium-mac/css3/selectors3/xml/css3-modsel-68-expected.txt: |
| * platform/chromium-mac/css3/selectors3/xml/css3-modsel-69-expected.png: |
| * platform/chromium-mac/editing/selection/select-from-textfield-outwards-expected.txt: |
| * platform/chromium-mac/fast/events/context-no-deselect-expected.png: |
| * platform/chromium-mac/fast/forms/basic-inputs-expected.txt: |
| * platform/chromium-mac/fast/forms/box-shadow-override-expected.txt: |
| * platform/chromium-mac/fast/forms/date/date-appearance-expected.png: |
| * platform/chromium-mac/fast/forms/date/date-appearance-expected.txt: |
| * platform/chromium-mac/fast/forms/form-element-geometry-expected.txt: |
| * platform/chromium-mac/fast/forms/input-appearance-disabled-expected.txt: |
| * platform/chromium-mac/fast/forms/input-appearance-height-expected.txt: |
| * platform/chromium-mac/fast/forms/input-disabled-color-expected.txt: |
| * platform/chromium-mac/fast/forms/input-value-expected.txt: |
| * platform/chromium-mac/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt: |
| * platform/chromium-mac/fast/forms/placeholder-pseudo-style-expected.txt: |
| * platform/chromium-mac/fast/forms/textfield-overflow-expected.png: |
| * platform/chromium-mac/fast/forms/validation-message-appearance-expected.txt: |
| * platform/chromium-mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png: Modified property svn:mime-type. |
| * platform/chromium-mac/fast/speech/input-appearance-numberandspeech-expected.txt: |
| * platform/chromium-mac/fast/speech/input-appearance-speechbutton-expected.txt: |
| * platform/chromium-mac/fast/table/spanOverlapRepaint-expected.png: |
| * platform/chromium-mac/fast/transforms/transformed-focused-text-input-expected.png: |
| * platform/chromium-mac/plugins/mouse-click-plugin-clears-selection-expected.png: |
| * platform/chromium-mac/tables/mozilla/bugs/bug2479-2-expected.txt: |
| |
| 2012-05-18 Sheriff Bot <webkit.review.bot@gmail.com> |
| |
| Unreviewed, rolling out r117558. |
| http://trac.webkit.org/changeset/117558 |
| https://bugs.webkit.org/show_bug.cgi?id=86827 |
| |
| Wrong rebaseline per rolling out 117556 (Requested by rniwa on |
| #webkit). |
| |
| * platform/mac-snowleopard/fast/forms/basic-inputs-expected.png: |
| * platform/mac-snowleopard/fast/forms/form-element-geometry-expected.png: |
| * platform/mac-snowleopard/fast/forms/input-appearance-height-expected.png: |
| * platform/mac-snowleopard/fast/forms/input-text-scroll-left-on-blur-expected.png: |
| * platform/mac-snowleopard/fast/forms/input-value-expected.png: |
| * platform/mac-snowleopard/fast/forms/placeholder-position-expected.png: |
| * platform/mac-snowleopard/fast/forms/plaintext-mode-2-expected.png: |
| * platform/mac-snowleopard/fast/forms/search-vertical-alignment-expected.png: |
| * svg/custom/svg-fonts-in-text-controls-expected.txt: |
| |
| 2012-05-18 Sheriff Bot <webkit.review.bot@gmail.com> |
| |
| Unreviewed, rolling out r117557. |
| http://trac.webkit.org/changeset/117557 |
| https://bugs.webkit.org/show_bug.cgi?id=86826 |
| |
| Wrong rebaseline per rolling out 117556 (Requested by rniwa on |
| #webkit). |
| |
| * platform/mac/css3/selectors3/html/css3-modsel-23-expected.txt: |
| * platform/mac/css3/selectors3/html/css3-modsel-69-expected.txt: |
| * platform/mac/css3/selectors3/xhtml/css3-modsel-23-expected.txt: |
| * platform/mac/css3/selectors3/xhtml/css3-modsel-69-expected.txt: |
| * platform/mac/css3/selectors3/xml/css3-modsel-23-expected.txt: |
| * platform/mac/css3/selectors3/xml/css3-modsel-69-expected.txt: |
| * platform/mac/editing/input/caret-at-the-edge-of-input-expected.txt: |
| * platform/mac/editing/inserting/before-after-input-element-expected.txt: |
| * platform/mac/editing/pasteboard/4806874-expected.txt: |
| * platform/mac/editing/pasteboard/drop-text-without-selection-expected.png: |
| * platform/mac/editing/pasteboard/drop-text-without-selection-expected.txt: |
| * platform/mac/editing/pasteboard/input-field-1-expected.txt: |
| * platform/mac/editing/selection/3690703-2-expected.png: |
| * platform/mac/editing/selection/3690703-2-expected.txt: |
| * platform/mac/editing/selection/3690703-expected.txt: |
| * platform/mac/editing/selection/3690719-expected.txt: |
| * platform/mac/editing/selection/4895428-3-expected.txt: |
| * platform/mac/editing/selection/4975120-expected.txt: |
| * platform/mac/editing/selection/drag-select-1-expected.txt: |
| * platform/mac/editing/selection/select-across-readonly-input-1-expected.txt: |
| * platform/mac/editing/selection/select-across-readonly-input-2-expected.txt: |
| * platform/mac/editing/selection/select-across-readonly-input-3-expected.txt: |
| * platform/mac/editing/selection/select-across-readonly-input-4-expected.txt: |
| * platform/mac/editing/selection/select-across-readonly-input-5-expected.txt: |
| * platform/mac/editing/selection/select-from-textfield-outwards-expected.png: |
| * platform/mac/editing/selection/select-from-textfield-outwards-expected.txt: |
| * platform/mac/fast/css/input-search-padding-expected.txt: |
| * platform/mac/fast/css/line-height-expected.txt: |
| * platform/mac/fast/css/text-input-with-webkit-border-radius-expected.txt: |
| * platform/mac/fast/css/text-overflow-input-expected.txt: |
| * platform/mac/fast/dom/isindex-001-expected.txt: |
| * platform/mac/fast/dom/isindex-002-expected.txt: |
| * platform/mac/fast/events/autoscroll-expected.png: |
| * platform/mac/fast/events/autoscroll-expected.txt: |
| * platform/mac/fast/events/context-no-deselect-expected.txt: |
| * platform/mac/fast/forms/basic-inputs-expected.txt: |
| * platform/mac/fast/forms/control-restrict-line-height-expected.txt: |
| * platform/mac/fast/forms/encoding-test-expected.txt: |
| * platform/mac/fast/forms/fieldset-align-expected.txt: |
| * platform/mac/fast/forms/floating-textfield-relayout-expected.txt: |
| * platform/mac/fast/forms/form-element-geometry-expected.txt: |
| * platform/mac/fast/forms/input-align-expected.png: |
| * platform/mac/fast/forms/input-align-expected.txt: |
| * platform/mac/fast/forms/input-appearance-bkcolor-expected.txt: |
| * platform/mac/fast/forms/input-appearance-default-bkcolor-expected.txt: |
| * platform/mac/fast/forms/input-appearance-disabled-expected.png: |
| * platform/mac/fast/forms/input-appearance-disabled-expected.txt: |
| * platform/mac/fast/forms/input-appearance-focus-expected.png: |
| * platform/mac/fast/forms/input-appearance-focus-expected.txt: |
| * platform/mac/fast/forms/input-appearance-height-expected.txt: |
| * platform/mac/fast/forms/input-appearance-preventDefault-expected.txt: |
| * platform/mac/fast/forms/input-appearance-readonly-expected.txt: |
| * platform/mac/fast/forms/input-appearance-selection-expected.txt: |
| * platform/mac/fast/forms/input-appearance-visibility-expected.txt: |
| * platform/mac/fast/forms/input-appearance-width-expected.png: |
| * platform/mac/fast/forms/input-appearance-width-expected.txt: |
| * platform/mac/fast/forms/input-baseline-expected.png: |
| * platform/mac/fast/forms/input-baseline-expected.txt: |
| * platform/mac/fast/forms/input-disabled-color-expected.png: |
| * platform/mac/fast/forms/input-disabled-color-expected.txt: |
| * platform/mac/fast/forms/input-double-click-selection-gap-bug-expected.png: |
| * platform/mac/fast/forms/input-double-click-selection-gap-bug-expected.txt: |
| * platform/mac/fast/forms/input-field-text-truncated-expected.txt: |
| * platform/mac/fast/forms/input-placeholder-visibility-1-expected.txt: |
| * platform/mac/fast/forms/input-placeholder-visibility-3-expected.txt: |
| * platform/mac/fast/forms/input-readonly-autoscroll-expected.txt: |
| * platform/mac/fast/forms/input-readonly-dimmed-expected.txt: |
| * platform/mac/fast/forms/input-readonly-empty-expected.txt: |
| * platform/mac/fast/forms/input-spaces-expected.txt: |
| * platform/mac/fast/forms/input-table-expected.txt: |
| * platform/mac/fast/forms/input-text-click-inside-expected.txt: |
| * platform/mac/fast/forms/input-text-click-outside-expected.txt: |
| * platform/mac/fast/forms/input-text-double-click-expected.txt: |
| * platform/mac/fast/forms/input-text-drag-down-expected.txt: |
| * platform/mac/fast/forms/input-text-option-delete-expected.txt: |
| * platform/mac/fast/forms/input-text-scroll-left-on-blur-expected.txt: |
| * platform/mac/fast/forms/input-text-self-emptying-click-expected.txt: |
| * platform/mac/fast/forms/input-text-word-wrap-expected.txt: |
| * platform/mac/fast/forms/input-type-text-min-width-expected.txt: |
| * platform/mac/fast/forms/input-value-expected.txt: |
| * platform/mac/fast/forms/input-width-expected.txt: |
| * platform/mac/fast/forms/minWidthPercent-expected.txt: |
| * platform/mac/fast/forms/number/input-appearance-number-rtl-expected.png: |
| * platform/mac/fast/forms/number/input-appearance-number-rtl-expected.txt: |
| * platform/mac/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png: |
| * platform/mac/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt: |
| * platform/mac/fast/forms/number/input-appearance-spinbutton-layer-expected.txt: |
| * platform/mac/fast/forms/placeholder-position-expected.txt: |
| * platform/mac/fast/forms/placeholder-pseudo-style-expected.png: |
| * platform/mac/fast/forms/placeholder-pseudo-style-expected.txt: |
| * platform/mac/fast/forms/plaintext-mode-2-expected.txt: |
| * platform/mac/fast/forms/search-cancel-button-style-sharing-expected.txt: |
| * platform/mac/fast/forms/search-display-none-cancel-button-expected.txt: |
| * platform/mac/fast/forms/search-rtl-expected.png: |
| * platform/mac/fast/forms/search-rtl-expected.txt: |
| * platform/mac/fast/forms/search-styled-expected.txt: |
| * platform/mac/fast/forms/search-vertical-alignment-expected.txt: |
| * platform/mac/fast/forms/searchfield-heights-expected.txt: |
| * platform/mac/fast/forms/select-empty-option-height-expected.txt: |
| * platform/mac/fast/forms/tabbing-input-iframe-expected.png: |
| * platform/mac/fast/forms/tabbing-input-iframe-expected.txt: |
| * platform/mac/fast/forms/text-control-intrinsic-widths-expected.txt: |
| * platform/mac/fast/forms/text-style-color-expected.png: |
| * platform/mac/fast/forms/text-style-color-expected.txt: |
| * platform/mac/fast/forms/textfield-focus-ring-expected.txt: |
| * platform/mac/fast/forms/textfield-outline-expected.txt: |
| * platform/mac/fast/forms/textfield-overflow-expected.txt: |
| * platform/mac/fast/forms/validation-message-appearance-expected.png: |
| * platform/mac/fast/forms/validation-message-appearance-expected.txt: |
| * platform/mac/fast/forms/visual-hebrew-text-field-expected.txt: |
| * platform/mac/fast/frames/take-focus-from-iframe-expected.txt: |
| * platform/mac/fast/html/details-no-summary4-expected.txt: |
| * platform/mac/fast/html/details-open-javascript-expected.txt: |
| * platform/mac/fast/html/details-open2-expected.txt: |
| * platform/mac/fast/html/details-open4-expected.txt: |
| * platform/mac/fast/lists/dynamic-marker-crash-expected.txt: |
| * platform/mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt: |
| * platform/mac/fast/replaced/replaced-breaking-expected.txt: |
| * platform/mac/fast/replaced/replaced-breaking-mixture-expected.txt: |
| * platform/mac/fast/replaced/width100percent-textfield-expected.txt: |
| * platform/mac/fast/speech/speech-bidi-rendering-expected.txt: |
| * platform/mac/fast/table/003-expected.txt: |
| * platform/mac/fast/table/colspanMinWidth-expected.txt: |
| * platform/mac/fast/table/spanOverlapRepaint-expected.txt: |
| * platform/mac/fast/table/text-field-baseline-expected.txt: |
| * platform/mac/fast/text/textIteratorNilRenderer-expected.txt: |
| * platform/mac/fast/transforms/transformed-focused-text-input-expected.txt: |
| * platform/mac/http/tests/navigation/javascriptlink-frames-expected.txt: |
| * platform/mac/plugins/mouse-click-plugin-clears-selection-expected.txt: |
| * platform/mac/svg/custom/inline-svg-in-xhtml-expected.txt: |
| * platform/mac/svg/hixie/mixed/003-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug1188-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug12384-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug18359-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug24200-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug2479-3-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug2479-4-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug28928-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug4382-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug4527-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug46368-1-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug46368-2-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug51037-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug55545-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug59354-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug7342-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug96334-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug99948-expected.txt: |
| * platform/mac/tables/mozilla/dom/tableDom-expected.txt: |
| * platform/mac/tables/mozilla/other/move_row-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt: |
| |
| 2012-05-18 Sheriff Bot <webkit.review.bot@gmail.com> |
| |
| Unreviewed, rolling out r117556. |
| http://trac.webkit.org/changeset/117556 |
| https://bugs.webkit.org/show_bug.cgi?id=86825 |
| |
| Wrong fix. IE still adds 1px padding. We're missing that in |
| textarea (Requested by rniwa on #webkit). |
| |
| * fast/forms/input-textarea-padding-match-expected.html: Removed. |
| * fast/forms/input-textarea-padding-match.html: Removed. |
| |
| 2012-05-18 Sudarsana Nagineni <sudarsana.nagineni@linux.intel.com> |
| |
| [EFL] DRT needs an implementation of layoutTestController.setSerializeHTTPLoads |
| https://bugs.webkit.org/show_bug.cgi?id=86101 |
| |
| Reviewed by Ryosuke Niwa. |
| |
| Unskip test cases which rely on LayoutTestController's setSerializeHTTPLoads |
| implementation and add EFL expectations for tests same as in mac port (MIME |
| type is "application/javascript" instead of "application/x-javascript"). |
| |
| * platform/efl/Skipped: |
| * platform/efl/fast/loader/file-protocol-fragment-expected.txt: Removed. The current |
| result matches the base expectation, so removed the platform-specific results. |
| * platform/efl/fast/preloader/document-write-2-expected.txt: Added. |
| * platform/efl/fast/preloader/document-write-expected.txt: Added. |
| * platform/efl/test_expectations.txt: |
| |
| 2012-05-18 Ryosuke Niwa <rniwa@webkit.org> |
| |
| Chromium Mac rebaseline after r117556. |
| |
| * platform/chromium-mac-snowleopard/editing/input/caret-at-the-edge-of-input-expected.png: |
| * platform/chromium-mac-snowleopard/editing/inserting/before-after-input-element-expected.png: |
| * platform/chromium-mac-snowleopard/editing/pasteboard/4806874-expected.png: |
| * platform/chromium-mac-snowleopard/editing/pasteboard/drop-text-without-selection-expected.png: |
| * platform/chromium-mac-snowleopard/editing/pasteboard/input-field-1-expected.png: |
| * platform/chromium-mac-snowleopard/editing/selection/3690703-2-expected.png: |
| * platform/chromium-mac-snowleopard/editing/selection/3690703-expected.png: |
| * platform/chromium-mac-snowleopard/editing/selection/3690719-expected.png: |
| * platform/chromium-mac-snowleopard/editing/selection/4895428-3-expected.png: |
| * platform/chromium-mac-snowleopard/editing/selection/4975120-expected.png: |
| * platform/chromium-mac-snowleopard/editing/selection/drag-select-1-expected.png: |
| * platform/chromium-mac-snowleopard/editing/selection/select-across-readonly-input-1-expected.png: |
| * platform/chromium-mac-snowleopard/editing/selection/select-across-readonly-input-2-expected.png: |
| * platform/chromium-mac-snowleopard/editing/selection/select-across-readonly-input-3-expected.png: |
| * platform/chromium-mac-snowleopard/editing/selection/select-across-readonly-input-4-expected.png: |
| * platform/chromium-mac-snowleopard/editing/selection/select-across-readonly-input-5-expected.png: |
| * platform/chromium-mac-snowleopard/editing/selection/select-from-textfield-outwards-expected.png: |
| * platform/chromium-mac-snowleopard/fast/css/input-search-padding-expected.png: |
| * platform/chromium-mac-snowleopard/fast/css/line-height-expected.png: |
| * platform/chromium-mac-snowleopard/fast/css/text-input-with-webkit-border-radius-expected.png: Modified property svn:mime-type. |
| * platform/chromium-mac-snowleopard/fast/css/text-overflow-input-expected.png: Modified property svn:mime-type. |
| * platform/chromium-mac-snowleopard/fast/dom/isindex-001-expected.png: |
| * platform/chromium-mac-snowleopard/fast/dom/isindex-002-expected.png: |
| * platform/chromium-mac-snowleopard/fast/events/autoscroll-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/HTMLOptionElement_label06-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/HTMLOptionElement_label07-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/basic-inputs-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/box-shadow-override-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/button-submit-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/control-restrict-line-height-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/encoding-test-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/fieldset-align-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/floating-textfield-relayout-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/form-element-geometry-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/form-in-malformed-markup-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/input-align-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/input-appearance-bkcolor-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/input-appearance-default-bkcolor-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/input-appearance-disabled-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/input-appearance-focus-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/input-appearance-height-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/input-appearance-preventDefault-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/input-appearance-readonly-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/input-appearance-selection-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/input-appearance-visibility-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/input-appearance-width-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/input-baseline-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/input-disabled-color-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/input-double-click-selection-gap-bug-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/input-field-text-truncated-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/input-placeholder-visibility-1-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/input-placeholder-visibility-3-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/input-readonly-autoscroll-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/input-readonly-dimmed-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/input-readonly-empty-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/input-spaces-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/input-table-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/input-text-click-inside-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/input-text-click-outside-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/input-text-double-click-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/input-text-drag-down-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/input-text-option-delete-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/input-text-scroll-left-on-blur-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/input-text-self-emptying-click-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/input-text-word-wrap-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/input-type-text-min-width-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/input-value-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/input-width-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/minWidthPercent-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/number/input-appearance-number-rtl-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/number/input-appearance-spinbutton-layer-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/placeholder-position-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/placeholder-pseudo-style-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/plaintext-mode-2-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/range/input-appearance-range-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/range/range-thumb-height-percentage-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/search-cancel-button-style-sharing-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/search-display-none-cancel-button-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/search-rtl-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/search-styled-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/search-vertical-alignment-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/searchfield-heights-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/tabbing-input-iframe-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/text-style-color-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/textfield-focus-ring-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/textfield-outline-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/validation-message-appearance-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/visual-hebrew-text-field-expected.png: |
| * platform/chromium-mac-snowleopard/fast/frames/take-focus-from-iframe-expected.png: |
| * platform/chromium-mac-snowleopard/fast/html/details-no-summary4-expected.png: |
| * platform/chromium-mac-snowleopard/fast/html/details-open-javascript-expected.png: |
| * platform/chromium-mac-snowleopard/fast/html/details-open2-expected.png: |
| * platform/chromium-mac-snowleopard/fast/html/details-open4-expected.png: |
| * platform/chromium-mac-snowleopard/fast/lists/dynamic-marker-crash-expected.png: |
| * platform/chromium-mac-snowleopard/fast/replaced/replaced-breaking-expected.png: |
| * platform/chromium-mac-snowleopard/fast/replaced/replaced-breaking-mixture-expected.png: |
| * platform/chromium-mac-snowleopard/fast/replaced/width100percent-textfield-expected.png: |
| * platform/chromium-mac-snowleopard/fast/speech/input-appearance-numberandspeech-expected.png: |
| * platform/chromium-mac-snowleopard/fast/speech/input-appearance-searchandspeech-expected.png: |
| * platform/chromium-mac-snowleopard/fast/speech/input-appearance-searchandspeech-expected.txt: |
| * platform/chromium-mac-snowleopard/fast/speech/input-appearance-speechbutton-expected.png: |
| * platform/chromium-mac-snowleopard/fast/speech/speech-bidi-rendering-expected.png: |
| * platform/chromium-mac-snowleopard/fast/table/003-expected.png: |
| * platform/chromium-mac-snowleopard/fast/table/colspanMinWidth-expected.png: |
| * platform/chromium-mac-snowleopard/fast/table/text-field-baseline-expected.png: |
| * platform/chromium-mac-snowleopard/fast/text/textIteratorNilRenderer-expected.png: |
| * platform/chromium-mac-snowleopard/http/tests/navigation/javascriptlink-frames-expected.png: |
| * platform/chromium-mac-snowleopard/svg/custom/inline-svg-in-xhtml-expected.png: |
| * platform/chromium-mac-snowleopard/svg/hixie/mixed/003-expected.png: |
| * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug1188-expected.png: |
| * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug12384-expected.png: |
| * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug18359-expected.png: |
| * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug24200-expected.png: |
| * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug2479-2-expected.png: |
| * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug2479-3-expected.png: |
| * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug28928-expected.png: |
| * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug4382-expected.png: |
| * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug4527-expected.png: |
| * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug46368-1-expected.png: |
| * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug46368-2-expected.png: |
| * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug51037-expected.png: |
| * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug55545-expected.png: |
| * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug59354-expected.png: |
| * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug7342-expected.png: |
| * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug96334-expected.png: |
| * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug99948-expected.png: |
| * platform/chromium-mac-snowleopard/tables/mozilla/dom/tableDom-expected.png: |
| * platform/chromium-mac-snowleopard/tables/mozilla/other/move_row-expected.png: |
| * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug92647-1-expected.png: |
| * platform/chromium-mac/css3/selectors3/html/css3-modsel-23-expected.png: |
| * platform/chromium-mac/css3/selectors3/html/css3-modsel-24-expected.png: |
| * platform/chromium-mac/css3/selectors3/html/css3-modsel-24-expected.txt: |
| * platform/chromium-mac/css3/selectors3/html/css3-modsel-68-expected.png: |
| * platform/chromium-mac/css3/selectors3/html/css3-modsel-68-expected.txt: |
| * platform/chromium-mac/css3/selectors3/html/css3-modsel-69-expected.png: |
| * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-23-expected.png: |
| * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-24-expected.png: |
| * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-24-expected.txt: |
| * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-68-expected.png: |
| * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-68-expected.txt: |
| * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-69-expected.png: |
| * platform/chromium-mac/css3/selectors3/xml/css3-modsel-23-expected.png: |
| * platform/chromium-mac/css3/selectors3/xml/css3-modsel-24-expected.png: |
| * platform/chromium-mac/css3/selectors3/xml/css3-modsel-24-expected.txt: |
| * platform/chromium-mac/css3/selectors3/xml/css3-modsel-68-expected.png: |
| * platform/chromium-mac/css3/selectors3/xml/css3-modsel-68-expected.txt: |
| * platform/chromium-mac/css3/selectors3/xml/css3-modsel-69-expected.png: |
| * platform/chromium-mac/editing/selection/select-from-textfield-outwards-expected.txt: |
| * platform/chromium-mac/fast/events/context-no-deselect-expected.png: |
| * platform/chromium-mac/fast/forms/basic-inputs-expected.txt: |
| * platform/chromium-mac/fast/forms/box-shadow-override-expected.txt: |
| * platform/chromium-mac/fast/forms/date/date-appearance-expected.png: |
| * platform/chromium-mac/fast/forms/date/date-appearance-expected.txt: |
| * platform/chromium-mac/fast/forms/form-element-geometry-expected.txt: |
| * platform/chromium-mac/fast/forms/input-appearance-disabled-expected.txt: |
| * platform/chromium-mac/fast/forms/input-appearance-height-expected.txt: |
| * platform/chromium-mac/fast/forms/input-disabled-color-expected.txt: |
| * platform/chromium-mac/fast/forms/input-value-expected.txt: |
| * platform/chromium-mac/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt: |
| * platform/chromium-mac/fast/forms/placeholder-pseudo-style-expected.txt: |
| * platform/chromium-mac/fast/forms/textfield-overflow-expected.png: |
| * platform/chromium-mac/fast/forms/validation-message-appearance-expected.txt: |
| * platform/chromium-mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png: Modified property svn:mime-type. |
| * platform/chromium-mac/fast/speech/input-appearance-numberandspeech-expected.txt: |
| * platform/chromium-mac/fast/speech/input-appearance-speechbutton-expected.txt: |
| * platform/chromium-mac/fast/table/spanOverlapRepaint-expected.png: |
| * platform/chromium-mac/fast/transforms/transformed-focused-text-input-expected.png: |
| * platform/chromium-mac/plugins/mouse-click-plugin-clears-selection-expected.png: |
| * platform/chromium-mac/tables/mozilla/bugs/bug2479-2-expected.txt: |
| |
| 2012-05-18 Ryosuke Niwa <rniwa@webkit.org> |
| |
| SnowLeopard and SVG rebaselines after r117556. |
| |
| * platform/mac-snowleopard/fast/forms/basic-inputs-expected.png: |
| * platform/mac-snowleopard/fast/forms/form-element-geometry-expected.png: |
| * platform/mac-snowleopard/fast/forms/input-appearance-height-expected.png: |
| * platform/mac-snowleopard/fast/forms/input-text-scroll-left-on-blur-expected.png: |
| * platform/mac-snowleopard/fast/forms/input-value-expected.png: |
| * platform/mac-snowleopard/fast/forms/placeholder-position-expected.png: |
| * platform/mac-snowleopard/fast/forms/plaintext-mode-2-expected.png: |
| * platform/mac-snowleopard/fast/forms/search-vertical-alignment-expected.png: |
| * svg/custom/svg-fonts-in-text-controls-expected.txt: |
| |
| 2012-05-18 Ryosuke Niwa <rniwa@webkit.org> |
| |
| Mac rebaseline after r117556. |
| |
| * platform/mac/css3/selectors3/html/css3-modsel-23-expected.txt: |
| * platform/mac/css3/selectors3/html/css3-modsel-69-expected.txt: |
| * platform/mac/css3/selectors3/xhtml/css3-modsel-23-expected.txt: |
| * platform/mac/css3/selectors3/xhtml/css3-modsel-69-expected.txt: |
| * platform/mac/css3/selectors3/xml/css3-modsel-23-expected.txt: |
| * platform/mac/css3/selectors3/xml/css3-modsel-69-expected.txt: |
| * platform/mac/editing/input/caret-at-the-edge-of-input-expected.txt: |
| * platform/mac/editing/inserting/before-after-input-element-expected.txt: |
| * platform/mac/editing/pasteboard/4806874-expected.txt: |
| * platform/mac/editing/pasteboard/drop-text-without-selection-expected.png: |
| * platform/mac/editing/pasteboard/drop-text-without-selection-expected.txt: |
| * platform/mac/editing/pasteboard/input-field-1-expected.txt: |
| * platform/mac/editing/selection/3690703-2-expected.png: |
| * platform/mac/editing/selection/3690703-2-expected.txt: |
| * platform/mac/editing/selection/3690703-expected.txt: |
| * platform/mac/editing/selection/3690719-expected.txt: |
| * platform/mac/editing/selection/4895428-3-expected.txt: |
| * platform/mac/editing/selection/4975120-expected.txt: |
| * platform/mac/editing/selection/drag-select-1-expected.txt: |
| * platform/mac/editing/selection/select-across-readonly-input-1-expected.txt: |
| * platform/mac/editing/selection/select-across-readonly-input-2-expected.txt: |
| * platform/mac/editing/selection/select-across-readonly-input-3-expected.txt: |
| * platform/mac/editing/selection/select-across-readonly-input-4-expected.txt: |
| * platform/mac/editing/selection/select-across-readonly-input-5-expected.txt: |
| * platform/mac/editing/selection/select-from-textfield-outwards-expected.png: |
| * platform/mac/editing/selection/select-from-textfield-outwards-expected.txt: |
| * platform/mac/fast/css/input-search-padding-expected.txt: |
| * platform/mac/fast/css/line-height-expected.txt: |
| * platform/mac/fast/css/text-input-with-webkit-border-radius-expected.txt: |
| * platform/mac/fast/css/text-overflow-input-expected.txt: |
| * platform/mac/fast/dom/isindex-001-expected.txt: |
| * platform/mac/fast/dom/isindex-002-expected.txt: |
| * platform/mac/fast/events/autoscroll-expected.png: |
| * platform/mac/fast/events/autoscroll-expected.txt: |
| * platform/mac/fast/events/context-no-deselect-expected.txt: |
| * platform/mac/fast/forms/basic-inputs-expected.txt: |
| * platform/mac/fast/forms/control-restrict-line-height-expected.txt: |
| * platform/mac/fast/forms/encoding-test-expected.txt: |
| * platform/mac/fast/forms/fieldset-align-expected.txt: |
| * platform/mac/fast/forms/floating-textfield-relayout-expected.txt: |
| * platform/mac/fast/forms/form-element-geometry-expected.txt: |
| * platform/mac/fast/forms/input-align-expected.png: |
| * platform/mac/fast/forms/input-align-expected.txt: |
| * platform/mac/fast/forms/input-appearance-bkcolor-expected.txt: |
| * platform/mac/fast/forms/input-appearance-default-bkcolor-expected.txt: |
| * platform/mac/fast/forms/input-appearance-disabled-expected.png: |
| * platform/mac/fast/forms/input-appearance-disabled-expected.txt: |
| * platform/mac/fast/forms/input-appearance-focus-expected.png: |
| * platform/mac/fast/forms/input-appearance-focus-expected.txt: |
| * platform/mac/fast/forms/input-appearance-height-expected.txt: |
| * platform/mac/fast/forms/input-appearance-preventDefault-expected.txt: |
| * platform/mac/fast/forms/input-appearance-readonly-expected.txt: |
| * platform/mac/fast/forms/input-appearance-selection-expected.txt: |
| * platform/mac/fast/forms/input-appearance-visibility-expected.txt: |
| * platform/mac/fast/forms/input-appearance-width-expected.png: |
| * platform/mac/fast/forms/input-appearance-width-expected.txt: |
| * platform/mac/fast/forms/input-baseline-expected.png: |
| * platform/mac/fast/forms/input-baseline-expected.txt: |
| * platform/mac/fast/forms/input-disabled-color-expected.png: |
| * platform/mac/fast/forms/input-disabled-color-expected.txt: |
| * platform/mac/fast/forms/input-double-click-selection-gap-bug-expected.png: |
| * platform/mac/fast/forms/input-double-click-selection-gap-bug-expected.txt: |
| * platform/mac/fast/forms/input-field-text-truncated-expected.txt: |
| * platform/mac/fast/forms/input-placeholder-visibility-1-expected.txt: |
| * platform/mac/fast/forms/input-placeholder-visibility-3-expected.txt: |
| * platform/mac/fast/forms/input-readonly-autoscroll-expected.txt: |
| * platform/mac/fast/forms/input-readonly-dimmed-expected.txt: |
| * platform/mac/fast/forms/input-readonly-empty-expected.txt: |
| * platform/mac/fast/forms/input-spaces-expected.txt: |
| * platform/mac/fast/forms/input-table-expected.txt: |
| * platform/mac/fast/forms/input-text-click-inside-expected.txt: |
| * platform/mac/fast/forms/input-text-click-outside-expected.txt: |
| * platform/mac/fast/forms/input-text-double-click-expected.txt: |
| * platform/mac/fast/forms/input-text-drag-down-expected.txt: |
| * platform/mac/fast/forms/input-text-option-delete-expected.txt: |
| * platform/mac/fast/forms/input-text-scroll-left-on-blur-expected.txt: |
| * platform/mac/fast/forms/input-text-self-emptying-click-expected.txt: |
| * platform/mac/fast/forms/input-text-word-wrap-expected.txt: |
| * platform/mac/fast/forms/input-type-text-min-width-expected.txt: |
| * platform/mac/fast/forms/input-value-expected.txt: |
| * platform/mac/fast/forms/input-width-expected.txt: |
| * platform/mac/fast/forms/minWidthPercent-expected.txt: |
| * platform/mac/fast/forms/number/input-appearance-number-rtl-expected.png: |
| * platform/mac/fast/forms/number/input-appearance-number-rtl-expected.txt: |
| * platform/mac/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png: |
| * platform/mac/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt: |
| * platform/mac/fast/forms/number/input-appearance-spinbutton-layer-expected.txt: |
| * platform/mac/fast/forms/placeholder-position-expected.txt: |
| * platform/mac/fast/forms/placeholder-pseudo-style-expected.png: |
| * platform/mac/fast/forms/placeholder-pseudo-style-expected.txt: |
| * platform/mac/fast/forms/plaintext-mode-2-expected.txt: |
| * platform/mac/fast/forms/search-cancel-button-style-sharing-expected.txt: |
| * platform/mac/fast/forms/search-display-none-cancel-button-expected.txt: |
| * platform/mac/fast/forms/search-rtl-expected.png: |
| * platform/mac/fast/forms/search-rtl-expected.txt: |
| * platform/mac/fast/forms/search-styled-expected.txt: |
| * platform/mac/fast/forms/search-vertical-alignment-expected.txt: |
| * platform/mac/fast/forms/searchfield-heights-expected.txt: |
| * platform/mac/fast/forms/select-empty-option-height-expected.txt: |
| * platform/mac/fast/forms/tabbing-input-iframe-expected.png: |
| * platform/mac/fast/forms/tabbing-input-iframe-expected.txt: |
| * platform/mac/fast/forms/text-control-intrinsic-widths-expected.txt: |
| * platform/mac/fast/forms/text-style-color-expected.png: |
| * platform/mac/fast/forms/text-style-color-expected.txt: |
| * platform/mac/fast/forms/textfield-focus-ring-expected.txt: |
| * platform/mac/fast/forms/textfield-outline-expected.txt: |
| * platform/mac/fast/forms/textfield-overflow-expected.txt: |
| * platform/mac/fast/forms/validation-message-appearance-expected.png: |
| * platform/mac/fast/forms/validation-message-appearance-expected.txt: |
| * platform/mac/fast/forms/visual-hebrew-text-field-expected.txt: |
| * platform/mac/fast/frames/take-focus-from-iframe-expected.txt: |
| * platform/mac/fast/html/details-no-summary4-expected.txt: |
| * platform/mac/fast/html/details-open-javascript-expected.txt: |
| * platform/mac/fast/html/details-open2-expected.txt: |
| * platform/mac/fast/html/details-open4-expected.txt: |
| * platform/mac/fast/lists/dynamic-marker-crash-expected.txt: |
| * platform/mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt: |
| * platform/mac/fast/replaced/replaced-breaking-expected.txt: |
| * platform/mac/fast/replaced/replaced-breaking-mixture-expected.txt: |
| * platform/mac/fast/replaced/width100percent-textfield-expected.txt: |
| * platform/mac/fast/speech/speech-bidi-rendering-expected.txt: |
| * platform/mac/fast/table/003-expected.txt: |
| * platform/mac/fast/table/colspanMinWidth-expected.txt: |
| * platform/mac/fast/table/spanOverlapRepaint-expected.txt: |
| * platform/mac/fast/table/text-field-baseline-expected.txt: |
| * platform/mac/fast/text/textIteratorNilRenderer-expected.txt: |
| * platform/mac/fast/transforms/transformed-focused-text-input-expected.txt: |
| * platform/mac/http/tests/navigation/javascriptlink-frames-expected.txt: |
| * platform/mac/plugins/mouse-click-plugin-clears-selection-expected.txt: |
| * platform/mac/svg/custom/inline-svg-in-xhtml-expected.txt: |
| * platform/mac/svg/hixie/mixed/003-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug1188-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug12384-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug18359-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug24200-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug2479-3-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug2479-4-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug28928-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug4382-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug4527-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug46368-1-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug46368-2-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug51037-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug55545-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug59354-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug7342-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug96334-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug99948-expected.txt: |
| * platform/mac/tables/mozilla/dom/tableDom-expected.txt: |
| * platform/mac/tables/mozilla/other/move_row-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt: |
| |
| 2012-05-17 Ryosuke Niwa <rniwa@webkit.org> |
| |
| WebKit erroneously add 1px padding in input elements |
| https://bugs.webkit.org/show_bug.cgi?id=86784 |
| |
| Reviewed by Kent Tamura. |
| |
| Add a regression. |
| |
| Also rebaseline tests in separate commits per getting rid of extra 1px padding on left and right. |
| Input elements' widths got shrunk by 2px in most cases and the text moved 1px to the start |
| (left for LTR and right for RTL). |
| |
| * fast/forms/input-textarea-padding-match-expected.html: Added. |
| * fast/forms/input-textarea-padding-match.html: Added. |
| |
| 2012-05-18 Ryosuke Niwa <rniwa@webkit.org> |
| |
| Chromium rebaselines. |
| |
| * platform/chromium-mac-leopard/fast/lists/003-vertical-expected.png: |
| * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug10296-1-expected.txt: Removed. |
| * platform/chromium-mac/fast/lists/003-vertical-expected.png: |
| * platform/chromium-mac/tables/mozilla/bugs/bug10296-1-expected.png: |
| * platform/chromium-mac/tables/mozilla/bugs/bug10296-1-expected.txt: |
| |
| 2012-05-17 Dan Bernstein <mitz@apple.com> |
| |
| <rdar://problem/11419933> Problems with flipped writing modes and compositing |
| https://bugs.webkit.org/show_bug.cgi?id=86032 |
| |
| Reviewed by Anders Carlsson. |
| |
| * compositing/bounds-in-flipped-writing-mode-expected.txt: Added. |
| * compositing/bounds-in-flipped-writing-mode.html: Added. |
| |
| 2012-05-17 Peter Kasting <pkasting@google.com> |
| |
| [chromium] Prune unnecessary failure expectations. |
| http://code.google.com/p/chromium/issues/detail?id=32670 |
| https://bugs.webkit.org/show_bug.cgi?id=74694 |
| https://bugs.webkit.org/show_bug.cgi?id=82129 |
| https://bugs.webkit.org/show_bug.cgi?id=83503 |
| https://bugs.webkit.org/show_bug.cgi?id=86439 |
| |
| Unreviewed, test expectations update. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-05-17 Peter Kasting <pkasting@google.com> |
| |
| [chromium] Prune unnecessary failure expectations. |
| http://code.google.com/p/chromium/issues/detail?id=23489 |
| http://code.google.com/p/chromium/issues/detail?id=67540 |
| http://code.google.com/p/chromium/issues/detail?id=68436 |
| http://code.google.com/p/chromium/issues/detail?id=77706 |
| https://bugs.webkit.org/show_bug.cgi?id=47949 |
| https://bugs.webkit.org/show_bug.cgi?id=65462 |
| https://bugs.webkit.org/show_bug.cgi?id=68436 |
| https://bugs.webkit.org/show_bug.cgi?id=73838 |
| https://bugs.webkit.org/show_bug.cgi?id=74694 |
| https://bugs.webkit.org/show_bug.cgi?id=83185 |
| |
| Unreviewed, test expectations update. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-05-17 Peter Kasting <pkasting@google.com> |
| |
| [chromium] Prune unnecessary failure expectations. |
| http://code.google.com/p/chromium/issues/detail?id=11251 |
| http://code.google.com/p/chromium/issues/detail?id=69181 |
| http://code.google.com/p/chromium/issues/detail?id=124313 |
| http://code.google.com/p/chromium/issues/detail?id=124779 |
| https://bugs.webkit.org/show_bug.cgi?id=80067 |
| https://bugs.webkit.org/show_bug.cgi?id=84125 |
| https://bugs.webkit.org/show_bug.cgi?id=85553 |
| |
| Unreviewed, test expectations update. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-05-17 Peter Kasting <pkasting@google.com> |
| |
| [chromium] Fix bad baseline from http://trac.webkit.org/changeset/117480/. |
| https://bugs.webkit.org/show_bug.cgi?id=84167 |
| |
| Unreviewed, test expectations update. |
| |
| * platform/chromium-linux/tables/mozilla/bugs/bug2479-2-expected.txt: |
| |
| 2012-05-17 Filip Pizlo <fpizlo@apple.com> |
| |
| Setting array index -1 and looping over array causes bad behavior |
| https://bugs.webkit.org/show_bug.cgi?id=86733 |
| <rdar://problem/11477670> |
| |
| Reviewed by Oliver Hunt. |
| |
| * fast/js/dfg-negative-array-index-expected.txt: Added. |
| * fast/js/dfg-negative-array-index.html: Added. |
| * fast/js/script-tests/dfg-negative-array-index.js: Added. |
| (foo): |
| |
| 2012-05-17 Peter Kasting <pkasting@google.com> |
| |
| [chromium] More rebaselines/expectation updates. |
| https://bugs.webkit.org/show_bug.cgi?id=86441 |
| |
| Unreviewed, test expectations update. |
| |
| * platform/chromium-linux/fast/borders/border-antialiasing-expected.png: |
| * platform/chromium-linux/fast/multicol/shadow-breaking-expected.png: |
| * platform/chromium-mac-leopard/fast/multicol/shadow-breaking-expected.png: |
| * platform/chromium-mac-snowleopard/fast/multicol/shadow-breaking-expected.png: |
| * platform/chromium-mac/fast/multicol/shadow-breaking-expected.png: |
| * platform/chromium-win/fast/multicol/shadow-breaking-expected.png: |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-05-17 Brady Eidson <beidson@apple.com> |
| |
| https://bugs.webkit.org/show_bug.cgi?id=86786 |
| Two mathml/presentation tests fail on Mac |
| |
| * platform/mac/Skipped: |
| |
| 2012-05-17 Brady Eidson <beidson@apple.com> |
| |
| https://bugs.webkit.org/show_bug.cgi?id=86785 |
| Two fast/repaint tests fail on mac lion |
| |
| * platform/mac-lion/Skipped: |
| |
| 2012-05-17 Joshua Bell <jsbell@chromium.org> |
| |
| IndexedDB: Implement IDBObjectStore.autoIncrement |
| https://bugs.webkit.org/show_bug.cgi?id=86662 |
| |
| Reviewed by Dimitri Glazkov. |
| |
| * storage/indexeddb/objectstore-basics-expected.txt: |
| * storage/indexeddb/objectstore-basics-workers-expected.txt: |
| * storage/indexeddb/resources/objectstore-basics.js: |
| (setVersionSuccess): |
| |
| 2012-05-17 Peter Kasting <pkasting@google.com> |
| |
| [chromium] Rebaseline. |
| https://bugs.webkit.org/show_bug.cgi?id=86441 |
| |
| Unreviewed, test expecations update. |
| |
| * platform/chromium-mac-leopard/css3/unicode-bidi-isolate-basic-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/layers-in-multicol-expected.png: |
| * platform/chromium-mac-leopard/fast/multicol/overflow-unsplittable-expected.png: |
| * platform/chromium-mac-leopard/fast/multicol/positioned-with-constrained-height-expected.png: |
| * platform/chromium-mac-leopard/fast/multicol/positive-leading-expected.png: |
| * platform/chromium-mac-snowleopard/css3/unicode-bidi-isolate-basic-expected.png: |
| * platform/chromium-mac-snowleopard/fast/multicol/column-count-with-rules-expected.png: |
| * platform/chromium-mac-snowleopard/fast/multicol/column-rules-expected.png: |
| * platform/chromium-mac-snowleopard/fast/multicol/layers-in-multicol-expected.png: |
| * platform/chromium-mac-snowleopard/fast/multicol/overflow-unsplittable-expected.png: |
| * platform/chromium-mac-snowleopard/fast/multicol/positioned-with-constrained-height-expected.png: |
| * platform/chromium-mac-snowleopard/fast/multicol/positive-leading-expected.png: |
| * platform/chromium-mac/css3/unicode-bidi-isolate-basic-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/layers-in-multicol-expected.png: |
| * platform/chromium-mac/fast/multicol/overflow-unsplittable-expected.png: |
| * platform/chromium-mac/fast/multicol/positioned-with-constrained-height-expected.png: |
| * platform/chromium-mac/fast/multicol/positive-leading-expected.png: |
| * platform/chromium-mac/fast/multicol/vertical-lr/column-count-with-rules-expected.png: Added. |
| * platform/chromium-mac/fast/multicol/vertical-lr/column-rules-expected.png: |
| * platform/chromium-mac/fast/multicol/vertical-rl/column-count-with-rules-expected.png: Added. |
| * platform/chromium-mac/fast/multicol/vertical-rl/column-rules-expected.png: |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-05-17 Raphael Kubo da Costa <rakuco@webkit.org> |
| |
| [EFL] Gardening, update test number tracking media-continues-playing-after-replace-source.html |
| |
| * platform/efl/test_expectations.txt: |
| |
| 2012-05-17 Peter Kasting <pkasting@google.com> |
| |
| [chromium] Remove passing tests, re-number some still-present issues. |
| https://bugs.webkit.org/show_bug.cgi?id=86441 |
| https://bugs.webkit.org/show_bug.cgi?id=86701 |
| https://bugs.webkit.org/show_bug.cgi?id=86712 |
| |
| Unreviewed, test expectations update. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-05-17 Raphael Kubo da Costa <rakuco@webkit.org> |
| |
| [EFL] Gardening, update expectations after r117426. |
| |
| * platform/efl/editing/unsupported-content/list-type-before-expected.txt: |
| * platform/efl/editing/unsupported-content/table-type-after-expected.txt: |
| * platform/efl/editing/unsupported-content/table-type-before-expected.txt: |
| |
| 2012-05-17 Robert Hogan <robert@webkit.org> |
| |
| Rebaseline Chromium results after r117477 |
| |
| Unreviewed gardening. |
| |
| * platform/chromium-linux/css2.1/20110323/table-height-algorithm-023-expected.png: Renamed from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/table-height-algorithm-023-expected.png. |
| * platform/chromium-linux/css2.1/20110323/table-height-algorithm-024-expected.png: Renamed from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/table-height-algorithm-024-expected.png. |
| * platform/chromium-linux/fast/table/mozilla-bug10296-vertical-align-1-expected.png: Renamed from LayoutTests/platform/chromium-linux-x86/fast/table/mozilla-bug10296-vertical-align-1-expected.png. |
| * platform/chromium-linux/fast/table/mozilla-bug10296-vertical-align-2-expected.png: Renamed from LayoutTests/platform/chromium-linux-x86/fast/table/mozilla-bug10296-vertical-align-2-expected.png. |
| * platform/chromium-mac-leopard/css2.1/20110323/table-height-algorithm-023-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/table-height-algorithm-024-expected.png: Added. |
| * platform/chromium-mac-leopard/fast/table/mozilla-bug10296-vertical-align-1-expected.png: Added. |
| * platform/chromium-mac-leopard/fast/table/mozilla-bug10296-vertical-align-2-expected.png: Added. |
| * platform/chromium-mac-snowleopard/css2.1/20110323/table-height-algorithm-023-expected.png: Added. |
| * platform/chromium-mac-snowleopard/css2.1/20110323/table-height-algorithm-024-expected.png: Added. |
| * platform/chromium-mac-snowleopard/fast/table/mozilla-bug10296-vertical-align-1-expected.png: Added. |
| * platform/chromium-mac-snowleopard/fast/table/mozilla-bug10296-vertical-align-2-expected.png: Added. |
| * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug10296-1-expected.txt: Added. |
| * platform/chromium-mac/css2.1/20110323/table-height-algorithm-023-expected.png: Added. |
| * platform/chromium-mac/css2.1/20110323/table-height-algorithm-023-expected.txt: Added. |
| * platform/chromium-mac/css2.1/20110323/table-height-algorithm-024-expected.png: Added. |
| * platform/chromium-mac/css2.1/20110323/table-height-algorithm-024-expected.txt: Added. |
| * platform/chromium-mac/fast/table/mozilla-bug10296-vertical-align-1-expected.png: Added. |
| * platform/chromium-mac/fast/table/mozilla-bug10296-vertical-align-1-expected.txt: Added. |
| * platform/chromium-mac/fast/table/mozilla-bug10296-vertical-align-2-expected.png: Added. |
| * platform/chromium-mac/fast/table/mozilla-bug10296-vertical-align-2-expected.txt: Added. |
| * platform/chromium-mac/tables/mozilla/bugs/bug10296-1-expected.png: |
| * platform/chromium-mac/tables/mozilla/bugs/bug10296-1-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/table-height-algorithm-023-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/table-height-algorithm-023-expected.txt: Renamed from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/table-height-algorithm-023-expected.txt. |
| * platform/chromium-win/css2.1/20110323/table-height-algorithm-024-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/table-height-algorithm-024-expected.txt: Renamed from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/table-height-algorithm-024-expected.txt. |
| * platform/chromium-win/fast/table/mozilla-bug10296-vertical-align-1-expected.png: Added. |
| * platform/chromium-win/fast/table/mozilla-bug10296-vertical-align-1-expected.txt: Renamed from LayoutTests/platform/chromium-linux-x86/fast/table/mozilla-bug10296-vertical-align-1-expected.txt. |
| * platform/chromium-win/fast/table/mozilla-bug10296-vertical-align-2-expected.png: Added. |
| * platform/chromium-win/fast/table/mozilla-bug10296-vertical-align-2-expected.txt: Renamed from LayoutTests/platform/chromium-linux-x86/fast/table/mozilla-bug10296-vertical-align-2-expected.txt. |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-05-17 Zan Dobersek <zandobersek@gmail.com> |
| |
| [Gtk] fast/dom/gc-10.html behaves badly |
| https://bugs.webkit.org/show_bug.cgi?id=86771 |
| |
| Unreviewed, skipping fast/dom/gc-10.html as it badly affects other tests. |
| |
| * platform/gtk/test_expectations.txt: |
| |
| 2012-05-17 Robert Hogan <robert@webkit.org> |
| |
| Rebaseline two tests on Mac and update Mac expectations after r117339 |
| |
| Unreviewed gardening. |
| |
| * platform/mac/fast/repaint/float-overflow-expected.txt: |
| * platform/mac/fast/repaint/float-overflow-right-expected.txt: |
| * platform/mac/test_expectations.txt: |
| |
| 2012-05-17 Dan Bernstein <mitz@apple.com> |
| |
| In vertical writing modes, pagination may split a line after a block shifts |
| https://bugs.webkit.org/show_bug.cgi?id=86763 |
| |
| Reviewed by Sam Weinig. |
| |
| * fast/multicol/pageLogicalOffset-vertical-expected.html: Added. |
| * fast/multicol/pageLogicalOffset-vertical.html: Added. |
| |
| 2012-05-17 Abhishek Arya <inferno@chromium.org> |
| |
| Move run-in handling to addChild, instead of in layout. |
| https://bugs.webkit.org/show_bug.cgi?id=86387 |
| |
| Reviewed by Julien Chaffraix. |
| |
| The following tests need the render tree results as they help |
| to show the positioning of the run-in with respect to the next |
| sibling block. |
| |
| * fast/runin/insert-before-run-in-expected.png: Added. |
| * fast/runin/insert-before-run-in-expected.txt: Added. |
| * fast/runin/insert-before-run-in.html: Added. |
| * fast/runin/run-in-after-run-in-expected.png: Added. |
| * fast/runin/run-in-after-run-in-expected.txt: Added. |
| * fast/runin/run-in-after-run-in.html: Added. |
| * fast/runin/run-in-parent-add-child-expected.png: Added. |
| * fast/runin/run-in-parent-add-child-expected.txt: Added. |
| * fast/runin/run-in-parent-add-child.html: Added. |
| * fast/runin/run-in-parent-block-child-add-and-intrude-expected.png: Added. |
| * fast/runin/run-in-parent-block-child-add-and-intrude-expected.txt: Added. |
| * fast/runin/run-in-parent-block-child-add-and-intrude.html: Added. |
| * fast/runin/run-in-parent-block-child-add-expected.png: Added. |
| * fast/runin/run-in-parent-block-child-add-expected.txt: Added. |
| * fast/runin/run-in-parent-block-child-add.html: Added. |
| |
| 2012-05-17 Robert Hogan <robert@webkit.org> |
| |
| Rebaseline results after r117339 |
| |
| Unreviewed gardening. |
| |
| * fast/css-generated-content/nested-tables-with-before-after-content-crash-expected.txt: |
| * platform/chromium-linux/tables/mozilla/bugs/bug2479-2-expected.txt: |
| * platform/chromium-mac-leopard/editing/pasteboard/innerText-inline-table-expected.png: |
| * platform/chromium-mac-leopard/editing/selection/inline-table-expected.png: |
| * platform/chromium-mac-leopard/editing/selection/table-caret-3-expected.png: |
| * platform/chromium-mac-leopard/fast/css-generated-content/inline-display-types-expected.png: |
| * platform/chromium-mac-leopard/fast/inline-block/001-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/bugs/bug2479-2-expected.png: |
| * platform/chromium-mac-snowleopard/editing/pasteboard/innerText-inline-table-expected.png: |
| * platform/chromium-mac-snowleopard/editing/selection/inline-table-expected.png: |
| * platform/chromium-mac-snowleopard/editing/selection/table-caret-3-expected.png: |
| * platform/chromium-mac-snowleopard/fast/css-generated-content/inline-display-types-expected.png: |
| * platform/chromium-mac-snowleopard/fast/inline-block/001-expected.png: |
| * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug2479-2-expected.png: |
| * platform/chromium-mac/editing/pasteboard/innerText-inline-table-expected.png: |
| * platform/chromium-mac/editing/pasteboard/innerText-inline-table-expected.txt: Added. |
| * platform/chromium-mac/editing/selection/inline-table-expected.png: |
| * platform/chromium-mac/editing/selection/inline-table-expected.txt: Added. |
| * platform/chromium-mac/editing/selection/table-caret-3-expected.png: |
| * platform/chromium-mac/editing/selection/table-caret-3-expected.txt: Added. |
| * platform/chromium-mac/fast/css-generated-content/inline-display-types-expected.png: |
| * platform/chromium-mac/fast/css-generated-content/inline-display-types-expected.txt: Added. |
| * platform/chromium-mac/fast/inline-block/001-expected.png: |
| * platform/chromium-mac/fast/inline-block/001-expected.txt: Added. |
| * platform/chromium-mac/tables/mozilla/bugs/bug2479-2-expected.png: |
| * platform/chromium-mac/tables/mozilla/bugs/bug2479-2-expected.txt: Added. |
| * platform/chromium-win-vista/fast/css-generated-content/inline-display-types-expected.png: Removed. |
| * platform/chromium-win-vista/fast/inline-block/001-expected.png: Removed. |
| * platform/chromium-win-xp/fast/css-generated-content/inline-display-types-expected.png: Removed. |
| * platform/chromium-win-xp/fast/inline-block/001-expected.png: Removed. |
| * platform/chromium-win/tables/mozilla/bugs/bug2479-2-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug2479-2-expected.txt: |
| * platform/chromium/test_expectations.txt: |
| * platform/efl/fast/css-generated-content/nested-tables-with-before-after-content-crash-expected.txt: Copied from LayoutTests/fast/css-generated-content/nested-tables-with-before-after-content-crash-expected.txt. |
| * platform/gtk/fast/css-generated-content/nested-tables-with-before-after-content-crash-expected.txt: Removed. |
| * platform/qt/fast/css-generated-content/nested-tables-with-before-after-content-crash-expected.txt: Removed. |
| |
| 2012-05-17 Raphael Kubo da Costa <rakuco@webkit.org> |
| |
| [EFL] Gardening, unskip test after r117205. |
| |
| * platform/efl/test_expectations.txt: |
| |
| 2012-05-02 Robert Hogan <robert@webkit.org> |
| |
| CSS 2.1 failure: table-height-algorithm-023 and -024 fail |
| https://bugs.webkit.org/show_bug.cgi?id=85405 |
| |
| Reviewed by Eric Seidel. |
| |
| * css2.1/20110323/table-height-algorithm-023.htm: Added. |
| * css2.1/20110323/table-height-algorithm-024.htm: Added. |
| Tests from the CSS test suite. |
| * fast/table/mozilla-bug10296-vertical-align-1.html: Added. |
| * fast/table/mozilla-bug10296-vertical-align-2.html: Added. |
| I split out the part of bug10296-1.html that gets rebaselined here so that the new results |
| are visible. I also changed the text so that the expected result is less mysterious. |
| |
| * platform/chromium-linux-x86/css2.1/20110323/table-height-algorithm-023-expected.png: Added. |
| * platform/chromium-linux-x86/css2.1/20110323/table-height-algorithm-023-expected.txt: Added. |
| * platform/chromium-linux-x86/css2.1/20110323/table-height-algorithm-024-expected.png: Added. |
| * platform/chromium-linux-x86/css2.1/20110323/table-height-algorithm-024-expected.txt: Added. |
| * platform/chromium-linux-x86/fast/table/mozilla-bug10296-vertical-align-1-expected.png: Added. |
| * platform/chromium-linux-x86/fast/table/mozilla-bug10296-vertical-align-1-expected.txt: Added. |
| * platform/chromium-linux-x86/fast/table/mozilla-bug10296-vertical-align-2-expected.png: Added. |
| * platform/chromium-linux-x86/fast/table/mozilla-bug10296-vertical-align-2-expected.txt: Added. |
| * platform/chromium-win/tables/mozilla/bugs/bug10296-1-expected.txt: |
| |
| 2012-05-17 Raphael Kubo da Costa <rakuco@webkit.org> |
| |
| [EFL] Gardening after r116339. |
| |
| Add platform-specific results for the tests below. |
| |
| * platform/efl/fast/repaint/float-overflow-expected.txt: Added. |
| * platform/efl/fast/repaint/float-overflow-right-expected.txt: Added. |
| |
| 2012-05-17 Raphael Kubo da Costa <rakuco@webkit.org> |
| |
| [EFL] Gardening, unskip another passing test after r117426. |
| |
| * platform/efl/test_expectations.txt: |
| |
| 2012-05-17 Peter Kasting <pkasting@google.com> |
| |
| [chromium] Remove unnecessary expectations for passing tests. |
| https://bugs.webkit.org/show_bug.cgi?id=86698 |
| |
| Unreviewed, test expectations update. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-05-17 Raphael Kubo da Costa <rakuco@webkit.org> |
| |
| [EFL] Gardening, unskip some tests after r117426. |
| |
| * platform/efl/test_expectations.txt: |
| |
| 2012-05-17 Caio Marcelo de Oliveira Filho <caio.oliveira@openbossa.org> |
| |
| [Qt] REGRESSION(101967): It made editing/style/iframe-onload-crash-mac.html timeout |
| https://bugs.webkit.org/show_bug.cgi?id=73802 |
| |
| Reviewed by Ryosuke Niwa. |
| |
| * platform/qt/Skipped: Unskipped. Note that it is still skipped for wk2 because |
| setEditingBehavior is not implemented for WebKitTestRunner yet. |
| |
| 2012-05-17 Raphael Kubo da Costa <rakuco@webkit.org> |
| |
| REGRESSION (r117449): Unreviewed, rolling out r117449. |
| https://bugs.webkit.org/show_bug.cgi?id=86753 |
| |
| Broke many unskipped tests which lack expectations |
| |
| * platform/efl/Skipped: |
| * platform/efl/test_expectations.txt: |
| |
| 2012-05-17 Dan Bernstein <mitz@apple.com> |
| |
| REGRESSION (r117428): WebKit API/SPI was removed |
| https://bugs.webkit.org/show_bug.cgi?id=86748 |
| |
| Reverted r117428. |
| |
| * http/tests/security/setDomainRelaxationForbiddenForURLScheme.html: |
| |
| 2012-05-17 Zan Dobersek <zandobersek@gmail.com> |
| |
| Unreviewed, adding GTK baselines for new tests added in r115641, r116975 and r117339. |
| |
| * platform/gtk/css2.1/20110323/inline-table-001-expected.txt: Added. |
| * platform/gtk/css2.1/20110323/inline-table-002a-expected.txt: Added. |
| * platform/gtk/css2.1/20110323/inline-table-003-expected.txt: Added. |
| * platform/gtk/fast/hidpi/image-set-border-image-comparison-expected.txt: Added. |
| * platform/gtk/mathml/presentation/mroot-pref-width-expected.txt: Added. |
| |
| 2012-05-17 Csaba Osztrogonác <ossy@webkit.org> |
| |
| [Qt] Unreviewed gardening. |
| |
| * platform/qt-5.0-wk2/Skipped: |
| * platform/qt-5.0/Skipped: |
| * platform/qt-5.0/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.png: Added. |
| * platform/qt-5.0/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt: Added. |
| |
| 2012-05-17 Yury Semikhatsky <yurys@chromium.org> |
| |
| Web Inspector: error when expanding an HTMLAllCollection object in the console |
| https://bugs.webkit.org/show_bug.cgi?id=86741 |
| |
| Reviewed by Pavel Feldman. |
| |
| Test that RemoteObject.callFunctionOn can be successfully invoked on a |
| remote object representing HTMLAllCollection instance. |
| |
| * inspector/console/inspect-html-all-collection-expected.txt: Added. |
| * inspector/console/inspect-html-all-collection.html: Added. |
| |
| 2012-05-17 Antti Koivisto <antti@apple.com> |
| |
| Frame flattening should not expand tiny frames |
| https://bugs.webkit.org/show_bug.cgi?id=86736 |
| |
| Reviewed by Kenneth Rohde Christiansen. |
| |
| * fast/frames/flattening/iframe-tiny-expected.txt: Added. |
| * fast/frames/flattening/iframe-tiny.html: Added. |
| |
| 2012-05-17 Krzysztof Czech <k.czech@samsung.com>, Mariusz Grzegorczyk <mariusz.g@samsung.com> |
| |
| [EFL] Gardening failure test cases. |
| https://bugs.webkit.org/show_bug.cgi?id=86728 |
| |
| Unreviewed EFL gardening. |
| |
| * platform/efl/Skipped: removing tests related to editing callbacks functionality. |
| * platform/efl/test_expectations.txt: adding new bugs regarding drag'n'drop and spell checking. |
| Merging tests with particular bugs. |
| |
| 2012-05-17 Zan Dobersek <zandobersek@gmail.com> |
| |
| Unreviewed GTK gardening, adding platform-specific baselines for |
| two tests affected by r117339. |
| |
| * platform/gtk/fast/repaint/float-overflow-expected.txt: Added. |
| * platform/gtk/fast/repaint/float-overflow-right-expected.txt: Added. |
| |
| 2012-05-17 Ádám Kallai <kadam@inf.u-szeged.hu> |
| |
| [Qt] Unreviewed gardening. Added platform specific expectation. |
| |
| * platform/qt-5.0-wk2/editing/input/scroll-to-edge-if-line-break-at-end-of-document-contenteditable-expected.txt: Added after r117419. |
| * platform/qt-5.0-wk2/svg/css/text-gradient-shadow-expected.txt: Added after r117289. |
| * platform/qt/editing/input/scroll-to-edge-if-line-break-at-end-of-document-contenteditable-expected.txt: Added after r117419. |
| * platform/qt/fast/block/float/overhanging-tall-block-expected.txt: Update after r117429. |
| |
| 2012-05-17 Csaba Osztrogonác <ossy@webkit.org> |
| |
| [Qt] REGRESSION: http/tests/xmlhttprequest/basic-auth-nopassword.html started to crash with newer Qt5 |
| https://bugs.webkit.org/show_bug.cgi?id=85632 |
| |
| Unskip the now passing test after Qt5 fix. |
| |
| * platform/qt-5.0-wk1/Skipped: |
| |
| 2012-05-17 Csaba Osztrogonác <ossy@webkit.org> |
| |
| [Qt] svg/zoom/page/zoom-svg-float-border-padding.xml crashes |
| https://bugs.webkit.org/show_bug.cgi?id=79631 |
| |
| * platform/qt/Skipped: Try to unskip them. |
| |
| 2012-05-17 Balazs Kelemen <kbalazs@webkit.org> |
| |
| [Qt] Web process hangs while waiting for plugin process connection during layouttests |
| https://bugs.webkit.org/show_bug.cgi?id=86620 |
| |
| Reviewed by Csaba Osztrogonác. |
| |
| Don't disable plugin tests for Qt 4. |
| |
| * platform/qt-5.0/Skipped: |
| * platform/qt/Skipped: |
| |
| 2012-05-17 Hugo Parente Lima <hugo.lima@openbossa.org> |
| |
| [Qt][WK2] fast/events/page-visibility-* tests fail |
| https://bugs.webkit.org/show_bug.cgi?id=83263 |
| |
| Reviewed by Kenneth Rohde Christiansen. |
| |
| Unskip two page-visibility tests: iframe-propagation-test.html |
| and transition-test.html. |
| |
| * platform/qt-5.0-wk2/Skipped: |
| |
| 2012-05-17 Csaba Osztrogonác <ossy@webkit.org> |
| |
| [Qt] Unreviewed gardening, unksip one more now passing test. |
| |
| * platform/qt/Skipped: |
| |
| 2012-05-17 Csaba Osztrogonác <ossy@webkit.org> |
| |
| [Qt] Unreviewed gardening, unksip a now passing test. |
| |
| * platform/qt/Skipped: |
| |
| 2012-05-11 Kinuko Yasuda <kinuko@chromium.org> |
| |
| Allow FileSystem API implementation to pass snapshot metadata at File creation time |
| https://bugs.webkit.org/show_bug.cgi?id=78879 |
| |
| Reviewed by Jian Li. |
| |
| Added tests for making sure metadata is not cached in the regular |
| temporary filesystem. |
| |
| * fast/filesystem/file-metadata-after-write-expected.txt: Added. |
| * fast/filesystem/file-metadata-after-write.html: Added. |
| |
| 2012-05-17 Kinuko Yasuda <kinuko@chromium.org> |
| |
| Unreviewed, updating chrome test expectations. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-05-17 Ádám Kallai <kadam@inf.u-szeged.hu> |
| |
| [Qt] Unreviewed gardening. Test expectation update. |
| |
| * platform/qt/fast/block/float/overhanging-tall-block-expected.png: |
| * platform/qt/fast/block/float/overhanging-tall-block-expected.txt:After 117310. |
| * platform/qt/fast/repaint/float-overflow-expected.png: |
| * platform/qt/fast/repaint/float-overflow-expected.txt: After r117339. |
| * platform/qt/fast/repaint/float-overflow-right-expected.png: |
| * platform/qt/fast/repaint/float-overflow-right-expected.txt: After r117339. |
| |
| 2012-05-17 Gyuyoung Kim <gyuyoung.kim@samsung.com> |
| |
| Convert setDomainRelaxationForbiddenForURLScheme to use InternalSettings interface |
| https://bugs.webkit.org/show_bug.cgi?id=86704 |
| |
| Reviewed by Eric Seidel. |
| |
| Invoke setDomainRelaxationForbiddenForURLScheme functions from internalSettings, because it is able to work in the |
| cross-port way via the InternalSettings interface. |
| |
| * http/tests/security/setDomainRelaxationForbiddenForURLScheme.html: |
| |
| 2012-05-17 Kristóf Kosztyó <kkristof@inf.u-szeged.hu> |
| |
| [Qt] Unreviewed gardening. Skip failing reftests. |
| |
| * platform/qt/Skipped: |
| |
| 2012-05-17 Shinya Kawanaka <shinyak@chromium.org> |
| |
| ShadowRoot.selection should be ShadowRoot.getSelection() |
| https://bugs.webkit.org/show_bug.cgi?id=86598 |
| |
| Reviewed by Hajime Morita. |
| |
| In the latest spec, ShadowRoot.selection is changed to ShadowRoot.getSelection(). |
| So update the tests. |
| |
| * editing/shadow/selection-of-orphan-shadowroot.html: |
| * editing/shadow/selection-of-shadowroot.html: Removed unnecessary code to |
| call ShadowRoot.selection by using ShadowRoot.getSelection(). Now ShadowRoot.getSelection() |
| can be called directly. |
| |
| 2012-05-17 MORITA Hajime <morrita@google.com> |
| |
| Unreviewed, marking tests which need rebaselining after r117412. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-05-17 MORITA Hajime <morrita@google.com> |
| |
| Unreviewed, marking acid3-test-77.html as fail. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-05-17 Pravin D <pravind.2k4@gmail.com> |
| |
| REGRESSION (r116331): RSS Headlines/links are missing (-webkit-box-flex broken?) |
| https://bugs.webkit.org/show_bug.cgi?id=85991 |
| |
| Reviewed by Eric Seidel. |
| |
| * fast/css/deprecated-flex-box-zero-width-intrinsic-max-width-expected.txt: Added. |
| * fast/css/deprecated-flex-box-zero-width-intrinsic-max-width.html: Added. |
| |
| 2012-05-17 Uday Kiran <udaykiran@motorola.com> |
| |
| CSS3 Multicolumn: Content in normal flow extending into column gaps should be clipped at middle of column-gap |
| https://bugs.webkit.org/show_bug.cgi?id=86441 |
| |
| Reviewed by Eric Seidel. |
| |
| Test for content in normal flow that extends into column gaps. |
| http://www.w3.org/TR/css3-multicol/#overflow-inside-multicol-elements |
| |
| * fast/multicol/overflow-into-columngap-expected.html: Added. |
| * fast/multicol/overflow-into-columngap.html: Added. |
| * platform/chromium/test_expectations.txt: |
| * platform/efl/test_expectations.txt: |
| * platform/gtk/test_expectations.txt: |
| * platform/mac/test_expectations.txt: |
| * platform/qt/test_expectations.txt: |
| |
| 2012-05-17 Li Yin <li.yin@intel.com> |
| |
| [Worker] Web Worker lacks test to check the name attribute of SharedWorker |
| https://bugs.webkit.org/show_bug.cgi?id=86714 |
| |
| Reviewed by Kentaro Hara. |
| |
| Spec: http://www.w3.org/TR/2012/CR-workers-20120501/#sharedworkerglobalscope |
| The name attribute must return the value it was assigned when the SharedWorkerGlobalScope object was created. |
| So we should have a test to check it, there is a related test "fast/worker/shared-worker-name.html" already, |
| but it doesn't cover this. |
| |
| * fast/workers/resources/shared-worker-common.js: |
| (handleMessage): |
| * fast/workers/resources/shared-worker-name.js: |
| (test11.worker.port.onmessage): |
| (test11): |
| * fast/workers/shared-worker-name-expected.txt: |
| |
| 2012-05-17 Mikhail Pozdnyakov <mikhail.pozdnyakov@intel.com> |
| |
| [EFL] fast/frames/frame-crash-with-page-cache.html is crashing |
| https://bugs.webkit.org/show_bug.cgi?id=85879 |
| |
| Reviewed by Noam Rosenthal. |
| |
| * platform/efl/test_expectations.txt: Removed fast/frames/frame-crash-with-page-cache.html. |
| |
| 2012-05-17 MORITA Hajime <morrita@google.com> |
| |
| Unreviewed, marking input-appearance-range.html as fail. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-05-17 MORITA Hajime <morrita@google.com> |
| |
| Unreviewed, marking backgr_position-table.html and some others as fail. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-05-17 Csaba Osztrogonác <ossy@webkit.org> |
| |
| [Qt] Unreviewed gardening after r117339. |
| https://bugs.webkit.org/show_bug.cgi?id=84167 |
| |
| * platform/qt/Skipped: |
| * platform/qt/editing/pasteboard/innerText-inline-table-expected.png: |
| * platform/qt/editing/pasteboard/innerText-inline-table-expected.txt: |
| * platform/qt/editing/selection/iframe-expected.png: |
| * platform/qt/editing/selection/iframe-expected.txt: |
| * platform/qt/editing/selection/inline-table-expected.png: |
| * platform/qt/editing/selection/inline-table-expected.txt: |
| * platform/qt/editing/selection/table-caret-3-expected.png: |
| * platform/qt/editing/selection/table-caret-3-expected.txt: |
| * platform/qt/fast/css-generated-content/inline-display-types-expected.png: |
| * platform/qt/fast/css-generated-content/inline-display-types-expected.txt: |
| * platform/qt/fast/css-generated-content/nested-tables-with-before-after-content-crash-expected.png: |
| * platform/qt/fast/css-generated-content/nested-tables-with-before-after-content-crash-expected.txt: Added. |
| * platform/qt/fast/inline-block/001-expected.png: |
| * platform/qt/fast/inline-block/001-expected.txt: |
| * platform/qt/tables/mozilla/bugs/bug2479-2-expected.png: |
| * platform/qt/tables/mozilla/bugs/bug2479-2-expected.txt: |
| * platform/qt/test_expectations.txt: |
| |
| 2012-05-16 Sheriff Bot <webkit.review.bot@gmail.com> |
| |
| Unreviewed, rolling out r117372. |
| http://trac.webkit.org/changeset/117372 |
| https://bugs.webkit.org/show_bug.cgi?id=86710 |
| |
| "triggerring crashes" (Requested by morrita on #webkit). |
| |
| * webaudio/audioparam-connect-audioratesignal.html: |
| * webaudio/audioparam-summingjunction-expected.txt: Removed. |
| * webaudio/audioparam-summingjunction.html: Removed. |
| |
| 2012-05-16 Zan Dobersek <zandobersek@gmail.com> |
| |
| Unreviewed GTK gardening after r117373. |
| |
| * platform/gtk/fast/forms/input-align-image-expected.txt: |
| * platform/gtk/fast/forms/preserveFormDuringResidualStyle-expected.txt: |
| |
| 2012-05-16 Csaba Osztrogonác <ossy@webkit.org> |
| |
| [Qt] Web process hangs while waiting for plugin process connection during layouttests |
| https://bugs.webkit.org/show_bug.cgi?id=86620 |
| |
| * platform/qt/Skipped: Skip failing tests after r117288. |
| |
| 2012-05-16 Csaba Osztrogonác <ossy@webkit.org> |
| |
| [Qt] Web process hangs while waiting for plugin process connection during layouttests |
| https://bugs.webkit.org/show_bug.cgi?id=86620 |
| |
| * platform/qt/Skipped: Skip failing tests after r117288. |
| |
| 2012-05-16 Hajime Morrita <morrita@chromium.org> |
| |
| Unreviewed expectations update. |
| |
| * fast/repaint/float-overflow-expected.png: Renamed from LayoutTests/platform/efl/fast/repaint/float-overflow-expected.png. |
| * fast/repaint/float-overflow-expected.txt: Renamed from LayoutTests/platform/efl/fast/repaint/float-overflow-expected.txt. |
| * fast/repaint/float-overflow-right-expected.png: Renamed from LayoutTests/platform/efl/fast/repaint/float-overflow-right-expected.png. |
| * fast/repaint/float-overflow-right-expected.txt: Renamed from LayoutTests/platform/efl/fast/repaint/float-overflow-right-expected.txt. |
| * platform/chromium-linux/fast/block/float/overhanging-tall-block-expected.txt: Added. |
| * platform/chromium-mac/fast/repaint/float-overflow-expected.png: Added. |
| * platform/chromium-mac/fast/repaint/float-overflow-expected.txt: Renamed from LayoutTests/platform/gtk/fast/repaint/float-overflow-expected.txt. |
| * platform/chromium-mac/fast/repaint/float-overflow-right-expected.png: Added. |
| * platform/chromium-mac/fast/repaint/float-overflow-right-expected.txt: Renamed from LayoutTests/platform/gtk/fast/repaint/float-overflow-right-expected.txt. |
| * platform/chromium/test_expectations.txt: |
| * platform/gtk/fast/repaint/float-overflow-expected.png: Removed. |
| * platform/gtk/fast/repaint/float-overflow-right-expected.png: Removed. |
| |
| 2012-05-16 Kihong Kwon <kihong.kwon@samsung.com> |
| |
| [EFL] Fix bug number for video-controls-drag.html in the test_expectation.txt |
| https://bugs.webkit.org/show_bug.cgi?id=86607 |
| |
| Unreviewed EFL gardening. |
| |
| Change BUGWK number to point to right patch. |
| |
| * platform/efl/test_expectations.txt: |
| |
| 2012-05-16 Hayato Ito <hayato@chromium.org> |
| |
| Implement a Shadow DOM spec's section 6 'Events'. |
| https://bugs.webkit.org/show_bug.cgi?id=78586 |
| |
| Reviewed by Dimitri Glazkov. |
| |
| * fast/dom/shadow/shadow-dom-event-dispatching-expected.txt: Added. |
| * fast/dom/shadow/shadow-dom-event-dispatching.html: Added. |
| * platform/efl/Skipped: |
| * platform/qt/Skipped: |
| * platform/win/Skipped: |
| * platform/wincairo/Skipped: |
| * platform/wk2/Skipped: |
| |
| 2012-05-16 Ryosuke Niwa <rniwa@webkit.org> |
| |
| Moving caret up or down skips lines when there's a non-editable line |
| https://bugs.webkit.org/show_bug.cgi?id=81490 |
| |
| Reviewed by Eric Seidel. |
| |
| Added a regression test. |
| |
| * editing/selection/move-between-lines-of-different-editabilities.html: Added. |
| * editing/selection/move-by-word-visually-mac-expected.txt: Rebaselined a test case. It failed |
| before this change and still fails after this change. |
| |
| 2012-05-16 Luke Macpherson <macpherson@chromium.org> |
| |
| Add tests for CSS Variables. |
| https://bugs.webkit.org/show_bug.cgi?id=86575 |
| |
| Reviewed by Dimitri Glazkov. |
| |
| * fast/css/variables/colors-test-expected.html: Added. |
| * fast/css/variables/colors-test.html: Added. |
| * fast/css/variables/complex-cycle-expected.html: Added. |
| * fast/css/variables/complex-cycle.html: Added. |
| * fast/css/variables/computed-style-expected.html: Added. |
| * fast/css/variables/computed-style.html: Added. |
| * fast/css/variables/inherited-values-expected.html: Added. |
| * fast/css/variables/inherited-values.html: Added. |
| * fast/css/variables/inline-styles-expected.html: Added. |
| * fast/css/variables/inline-styles.html: Added. |
| * fast/css/variables/invalid-shorthand-expected.html: Added. |
| * fast/css/variables/invalid-shorthand.html: Added. |
| * fast/css/variables/invalid-variable-value-expected.html: Added. |
| * fast/css/variables/invalid-variable-value.html: Added. |
| * fast/css/variables/multi-level-cycle-expected.html: Added. |
| * fast/css/variables/multi-level-cycle.html: Added. |
| * fast/css/variables/redefinition-expected.html: Added. |
| * fast/css/variables/redefinition.html: Added. |
| * fast/css/variables/shorthand-expected.html: Added. |
| * fast/css/variables/shorthand.html: Added. |
| * fast/css/variables/simple-cycle-expected.html: Added. |
| * fast/css/variables/simple-cycle.html: Added. |
| * fast/css/variables/undefined-expected.html: Added. |
| * fast/css/variables/undefined.html: Added. |
| * fast/css/variables/use-before-defined-expected.html: Added. |
| * fast/css/variables/use-before-defined.html: Added. |
| * fast/css/variables/var-inside-shorthand-expected.html: Added. |
| * fast/css/variables/var-inside-shorthand.html: Added. |
| * fast/css/variables/variable-chain-expected.html: Added. |
| * fast/css/variables/variable-chain.html: Added. |
| * platform/chromium/test_expectations.txt: Skip tests until variables implementation lands. |
| * platform/efl/test_expectations.txt: Skip tests until variables implementation lands. |
| * platform/gtk/test_expectations.txt: Skip tests until variables implementation lands. |
| * platform/mac/test_expectations.txt: Skip tests until variables implementation lands. |
| * platform/qt/test_expectations.txt: Skip tests until variables implementation lands. |
| |
| 2012-05-16 MORITA Hajime <morrita@google.com> |
| |
| Unreviewed, marking failing test. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-05-16 MORITA Hajime <morrita@google.com> |
| |
| Unreviewed, marking failing test. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-05-16 MORITA Hajime <morrita@google.com> |
| |
| Unreviewed, marking cross-fade-background-image.html as failing. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-05-16 Tony Chang <tony@chromium.org> |
| |
| rename display:-webkit-flexbox to display:-webkit-flex |
| https://bugs.webkit.org/show_bug.cgi?id=86529 |
| |
| Reviewed by Eric Seidel. |
| |
| * css3/flexbox/anonymous-block-merge-crash.html: |
| * css3/flexbox/anonymous-block.html: |
| * css3/flexbox/auto-height-dynamic.html: |
| * css3/flexbox/child-overflow.html: |
| * css3/flexbox/columns-auto-size.html: |
| * css3/flexbox/cross-axis-scrollbar.html: |
| * css3/flexbox/css-properties-expected.txt: |
| * css3/flexbox/css-properties.html: |
| * css3/flexbox/display-flexbox-set-get-expected.txt: |
| * css3/flexbox/display-flexbox-set-get.html: |
| * css3/flexbox/flex-algorithm-min-max.html: |
| * css3/flexbox/flex-algorithm-with-margins.html: |
| * css3/flexbox/flex-algorithm.html: |
| * css3/flexbox/flex-align-baseline.html: |
| * css3/flexbox/flex-align-column.html: |
| * css3/flexbox/flex-align-end.html: |
| * css3/flexbox/flex-align-max.html: |
| * css3/flexbox/flex-align-percent-height.html: |
| * css3/flexbox/flex-align-stretch.html: |
| * css3/flexbox/flex-align-vertical-writing-mode.html: |
| * css3/flexbox/flex-align.html: |
| * css3/flexbox/flex-flow-border.html: |
| * css3/flexbox/flex-flow-margins-auto-size.html: |
| * css3/flexbox/flex-flow-margins.html: |
| * css3/flexbox/flex-flow-orientations.html: |
| * css3/flexbox/flex-flow-overflow.html: |
| * css3/flexbox/flex-flow-padding.html: |
| * css3/flexbox/flex-flow.html: |
| * css3/flexbox/flex-item-child-overflow.html: |
| * css3/flexbox/flex-no-flex.html: |
| * css3/flexbox/flex-order.html: |
| * css3/flexbox/flex-pack.html: |
| * css3/flexbox/flexbox-overflow-auto-expected.html: |
| * css3/flexbox/flexbox-overflow-auto.html: |
| * css3/flexbox/floated-flexbox.html: |
| * css3/flexbox/insert-text-crash.html: |
| * css3/flexbox/line-wrapping.html: |
| * css3/flexbox/multiline-align.html: |
| * css3/flexbox/multiline-column-auto.html: |
| * css3/flexbox/multiline-line-pack-horizontal-column.html: |
| * css3/flexbox/multiline-line-pack.html: |
| * css3/flexbox/multiline-pack.html: |
| * css3/flexbox/multiline-reverse-wrap-baseline.html: |
| * css3/flexbox/multiline-reverse-wrap-overflow.html: |
| * css3/flexbox/multiline-shrink-to-fit.html: |
| * css3/flexbox/multiline.html: |
| * css3/flexbox/nested-stretch.html: |
| * css3/flexbox/orthogonal-flex-directions.html: |
| * css3/flexbox/position-absolute-child.html: |
| * css3/flexbox/preferred-widths-orthogonal.html: |
| * css3/flexbox/preferred-widths.html: |
| * css3/flexbox/repaint-rtl-column.html: |
| * css3/flexbox/repaint.html: |
| * css3/flexbox/true-centering.html: |
| * css3/flexbox/writing-modes.html: |
| |
| 2012-05-16 Chris Rogers <crogers@google.com> |
| |
| AudioParam must support fan-in (multiple audio connections) |
| https://bugs.webkit.org/show_bug.cgi?id=83610 |
| |
| Reviewed by Kenneth Russell. |
| |
| * webaudio/audioparam-connect-audioratesignal.html: |
| * webaudio/audioparam-summingjunction-expected.txt: Added. |
| * webaudio/audioparam-summingjunction.html: Added. |
| |
| 2012-05-16 Julien Chaffraix <jchaffraix@webkit.org> |
| |
| Unreviewed gardening after r117339 (table baseline computation change). |
| |
| * fast/css-generated-content/nested-tables-with-before-after-content-crash-expected.txt: Added. |
| * platform/chromium-linux-x86/css2.1/20110323: Removed. |
| * platform/chromium-linux-x86/css2.1/20110323/inline-table-001-expected.png: Removed. |
| * platform/chromium-linux-x86/css2.1/20110323/inline-table-001-expected.txt: Removed. |
| * platform/chromium-linux-x86/css2.1/20110323/inline-table-002a-expected.png: Removed. |
| * platform/chromium-linux-x86/css2.1/20110323/inline-table-002a-expected.txt: Removed. |
| * platform/chromium-linux-x86/css2.1/20110323/inline-table-003-expected.png: Removed. |
| * platform/chromium-linux-x86/css2.1/20110323/inline-table-003-expected.txt: Removed. |
| * platform/chromium-linux/css2.1/20110323/inline-table-001-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/inline-table-002a-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/inline-table-003-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/inline-table-001-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/inline-table-002a-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/inline-table-003-expected.png: Added. |
| * platform/chromium-mac-leopard/editing/selection/iframe-expected.png: |
| * platform/chromium-mac-snowleopard/css2.1/20110323/inline-table-001-expected.png: Added. |
| * platform/chromium-mac-snowleopard/css2.1/20110323/inline-table-002a-expected.png: Added. |
| * platform/chromium-mac-snowleopard/css2.1/20110323/inline-table-003-expected.png: Added. |
| * platform/chromium-mac-snowleopard/editing/selection/iframe-expected.png: |
| * platform/chromium-mac/css2.1/20110323/inline-table-001-expected.png: Added. |
| * platform/chromium-mac/css2.1/20110323/inline-table-001-expected.txt: Added. |
| * platform/chromium-mac/css2.1/20110323/inline-table-002a-expected.png: Added. |
| * platform/chromium-mac/css2.1/20110323/inline-table-002a-expected.txt: Added. |
| * platform/chromium-mac/css2.1/20110323/inline-table-003-expected.png: Added. |
| * platform/chromium-mac/css2.1/20110323/inline-table-003-expected.txt: Added. |
| * platform/chromium-mac/editing/selection/iframe-expected.png: |
| * platform/chromium-mac/editing/selection/iframe-expected.txt: Added. |
| * platform/chromium-mac/fast/css-generated-content/nested-tables-with-before-after-content-crash-expected.png: Added. |
| * platform/chromium-win-vista/editing/selection: Removed. |
| * platform/chromium-win-vista/fast/css-generated-content: Added. |
| * platform/chromium-win-vista/fast/css-generated-content/inline-display-types-expected.png: Added. |
| * platform/chromium-win-vista/fast/inline-block: Added. |
| * platform/chromium-win-vista/fast/inline-block/001-expected.png: Added. |
| * platform/chromium-win-xp/fast/css-generated-content: Added. |
| * platform/chromium-win-xp/fast/css-generated-content/inline-display-types-expected.png: Added. |
| * platform/chromium-win-xp/fast/inline-block: Added. |
| * platform/chromium-win-xp/fast/inline-block/001-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/inline-table-001-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/inline-table-001-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/inline-table-002a-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/inline-table-002a-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/inline-table-003-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/inline-table-003-expected.txt: Added. |
| * platform/chromium-win/editing/pasteboard/innerText-inline-table-expected.png: |
| * platform/chromium-win/editing/selection/iframe-expected.png: |
| * platform/chromium-win/editing/selection/inline-table-expected.png: |
| * platform/chromium-win/editing/selection/table-caret-3-expected.png: |
| * platform/chromium-win/fast/css-generated-content/inline-display-types-expected.png: |
| * platform/chromium-win/fast/css-generated-content/nested-tables-with-before-after-content-crash-expected.png: |
| * platform/chromium-win/fast/inline-block/001-expected.png: |
| * platform/chromium/test_expectations.txt: |
| * platform/efl/fast/css-generated-content/nested-tables-with-before-after-content-crash-expected.txt: Removed. |
| * platform/qt/fast/css-generated-content/nested-tables-with-before-after-content-crash-expected.txt: Removed. |
| |
| 2012-05-16 Jon Lee <jonlee@apple.com> |
| |
| Animated GIFs in page cache get updated |
| https://bugs.webkit.org/show_bug.cgi?id=86668 |
| <rdar://problem/11395549> |
| |
| Reviewed by Brady Eidson. |
| |
| This test loads pages with subframes that display the same animated gif. When one of |
| the pages goes into the page cache, we want to make sure that we do not crash as a |
| side effect of the page's images getting updated. |
| |
| * fast/loader/image-in-page-cache-expected.txt: Added. |
| * fast/loader/image-in-page-cache.html: Added. |
| * fast/loader/resources/animated-image-subframe.html: Added. |
| * fast/loader/resources/animated-image.html: Added. |
| * fast/loader/resources/animated-image2.html: Added. |
| * fast/loader/resources/animated-image3.html: Added. |
| |
| 2012-05-16 Tim Horton <timothy_horton@apple.com> |
| |
| Crash if SVG gradient stop has display: none set |
| https://bugs.webkit.org/show_bug.cgi?id=86686 |
| <rdar://problem/10751905> |
| |
| Reviewed by Dean Jackson. |
| |
| Add a test that ensures that we don't crash if "display: none" is set on an SVGStopElement. |
| |
| * svg/custom/gradient-stop-display-none-crash-expected.txt: Added. |
| * svg/custom/gradient-stop-display-none-crash.svg: Added. |
| |
| 2012-05-16 Philippe Normand <pnormand@igalia.com> |
| |
| Unreviewed, GTK rebaseline after r116069 and r117339. |
| |
| * platform/gtk/editing/pasteboard/innerText-inline-table-expected.txt: |
| * platform/gtk/editing/selection/iframe-expected.txt: |
| * platform/gtk/editing/selection/inline-table-expected.txt: |
| * platform/gtk/editing/selection/table-caret-3-expected.txt: |
| * platform/gtk/fast/css-generated-content/inline-display-types-expected.txt: |
| * platform/gtk/fast/css-generated-content/nested-tables-with-before-after-content-crash-expected.txt: |
| * platform/gtk/fast/forms/input-align-image-expected.txt: |
| * platform/gtk/fast/forms/preserveFormDuringResidualStyle-expected.txt: |
| * platform/gtk/fast/inline-block/001-expected.txt: |
| * platform/gtk/media/media-document-audio-repaint-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug2479-2-expected.txt: |
| |
| 2012-05-16 Peter Kasting <pkasting@google.com> |
| |
| [chromium] Mark a test as failing. |
| https://bugs.webkit.org/show_bug.cgi?id=86683 |
| |
| Unreviewed, expectations update. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-05-16 Philippe Normand <pnormand@igalia.com> |
| |
| Unreviewed, GTK gardening. |
| |
| * platform/gtk/test_expectations.txt: Unflag tests needing |
| rebaseline. I'll pull them from the bot ASAP. |
| |
| 2012-05-16 Sheriff Bot <webkit.review.bot@gmail.com> |
| |
| Unreviewed, rolling out r117332. |
| http://trac.webkit.org/changeset/117332 |
| https://bugs.webkit.org/show_bug.cgi?id=86679 |
| |
| It makes the Qt Linux bot very unhappy (Requested by darktears |
| on #webkit). |
| |
| * platform/qt/Skipped: |
| |
| 2012-05-16 Erik Arvidsson <arv@chromium.org> |
| |
| Make window-property-shadowing-name.html fail faster |
| https://bugs.webkit.org/show_bug.cgi?id=86664 |
| |
| Reviewed by Ojan Vafai. |
| |
| This makes test sync instead of async by checking the return value of window.open. |
| |
| * fast/dom/Window/window-property-shadowing-name.html: |
| |
| 2012-05-16 Peter Kasting <pkasting@google.com> |
| |
| [chromium] Mark test as flakily timing out. |
| https://bugs.webkit.org/show_bug.cgi?id=82698 |
| |
| Unreviewed, expectations update. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-05-16 Emil A Eklund <eae@chromium.org> |
| |
| Unreviewed chromium rebaseline for change in r117310. |
| |
| * platform/chromium-mac/fast/block/float/overhanging-tall-block-expected.png: |
| * platform/chromium-mac/fast/block/float/overhanging-tall-block-expected.txt: Removed. |
| * platform/chromium-win/fast/block/float/overhanging-tall-block-expected.txt: |
| |
| 2012-05-16 Peter Kasting <pkasting@google.com> |
| |
| Fix bad expectation added in r117249. |
| https://bugs.webkit.org/show_bug.cgi?id=82698 |
| |
| Unreviewed, test expectation fix. |
| |
| * editing/shadow/selection-of-orphan-shadowroot-expected.txt: |
| |
| 2012-04-22 Robert Hogan <robert@webkit.org> |
| |
| CSS 2.1 failure: inline-table-001 fails |
| https://bugs.webkit.org/show_bug.cgi?id=84167 |
| |
| Reviewed by Julien Chaffraix. |
| |
| * css2.1/20110323/inline-table-001.htm: Added. |
| * css2.1/20110323/inline-table-002a.htm: Added. |
| * css2.1/20110323/inline-table-003.htm: Added. |
| From the CSS 2.1 test suite. |
| |
| * fast/css/empty-cell-baseline-expected.html: Added. |
| * fast/css/empty-cell-baseline.html: Added. |
| This ensures we don't take a baseline from an empty cell. |
| |
| * fast/inline-block/001.html: Modified to make expected results clearer. |
| |
| * platform/chromium-linux-x86/css2.1/20110323/inline-table-001-expected.png: Added. |
| * platform/chromium-linux-x86/css2.1/20110323/inline-table-001-expected.txt: Added. |
| * platform/chromium-linux-x86/css2.1/20110323/inline-table-002a-expected.png: Added. |
| * platform/chromium-linux-x86/css2.1/20110323/inline-table-002a-expected.txt: Added. |
| * platform/chromium-linux-x86/css2.1/20110323/inline-table-003-expected.png: Added. |
| * platform/chromium-linux-x86/css2.1/20110323/inline-table-003-expected.txt: Added. |
| |
| * platform/chromium-linux/editing/pasteboard/innerText-inline-table-expected.png: |
| Progression, the baseline of the text in each cell has moved up to where it should be. |
| * platform/chromium-linux/editing/selection/iframe-expected.png: |
| Progression, 'Inline Table' and 'The End' line up with the first row of the inline table. |
| * platform/chromium-linux/editing/selection/inline-table-expected.png: |
| Progression, 'Inline Table' and 'The End' line up with the first row of the inline table. |
| * platform/chromium-linux/editing/selection/table-caret-3-expected.png: |
| Progression, 'foo' and 'baz' line up with the first row of the inline table. |
| * platform/chromium-linux/fast/css-generated-content/inline-display-types-expected.png: |
| Progression, 'Test' and 'content' now line up. |
| * platform/chromium-linux/fast/css-generated-content/nested-tables-with-before-after-content-crash-expected.png: |
| Progression, the two boxes now line up. |
| * platform/chromium-linux/fast/inline-block/001-expected.png: |
| Progression, the boxes now line up in the same way as FF and Opera. |
| * platform/chromium-linux/tables/mozilla/bugs/bug2479-2-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug2479-2-expected.txt: |
| Progression, the baseline of the text in each cell has moved up to where it should be. |
| |
| * platform/chromium-win/editing/pasteboard/innerText-inline-table-expected.txt: |
| * platform/chromium-win/editing/selection/iframe-expected.txt: |
| * platform/chromium-win/editing/selection/inline-table-expected.txt: |
| * platform/chromium-win/editing/selection/table-caret-3-expected.txt: |
| * platform/chromium-win/fast/css-generated-content/inline-display-types-expected.txt: |
| * platform/chromium-win/fast/inline-block/001-expected.txt: |
| * platform/chromium-win/fast/repaint/float-overflow-expected.txt: |
| * platform/chromium-win/fast/repaint/float-overflow-right-expected.txt: |
| * platform/chromium/test_expectations.txt: |
| * platform/efl/test_expectations.txt: |
| * platform/gtk/test_expectations.txt: |
| * platform/mac/fast/css-generated-content/nested-tables-with-before-after-content-crash-expected.txt: |
| * platform/mac/test_expectations.txt: |
| * platform/qt/test_expectations.txt: |
| * platform/win/Skipped: |
| Text rebaselines. |
| |
| 2012-05-16 Dinu Jacob <dinu.jacob@nokia.com> |
| |
| [WK2] Support layoutTestController.dumpProgressFinishedCallback() in WKTR |
| https://bugs.webkit.org/show_bug.cgi?id=81613 |
| |
| Reviewed by Brady Eidson. |
| |
| Unskip the related test from mac-kw2 and gtk-wk2 as support has been added. |
| |
| * platform/gtk-wk2/Skipped: |
| * platform/mac-wk2/Skipped: |
| |
| 2012-05-16 Julien Chaffraix <jchaffraix@webkit.org> |
| |
| layerX/layerY warning should be removed |
| https://bugs.webkit.org/show_bug.cgi?id=86264 |
| |
| Reviewed by James Robinson. |
| |
| Removed console message about layerX/layerY deprecation. |
| |
| * fast/dom/Window/window-xy-properties-expected.txt: |
| * fast/events/init-events-expected.txt: |
| * fast/events/mouse-relative-position-expected.txt: |
| * fast/events/mouseclick-target-and-positioning-expected.txt: |
| * fast/events/simulated-click-coords-expected.txt: |
| * jquery/event-expected.txt: |
| * platform/qt/fast/events/mouse-relative-position-expected.txt: |
| |
| 2012-05-15 Peter Kasting <pkasting@google.com> |
| |
| Malformed GIF can cause decoder to read off end of heap buffer |
| https://bugs.webkit.org/show_bug.cgi?id=86531 |
| |
| Reviewed by Adam Barth. |
| |
| The test here is only expected to catch problems if run under Address |
| Sanitizer or a similar memory-checking utility. |
| |
| * fast/images/read-past-end-of-buffer-expected.txt: Added. |
| * fast/images/read-past-end-of-buffer.html: Added. |
| * fast/images/resources/wrong-block-length.gif: Added. |
| |
| 2012-05-16 Alexis Menard <alexis.menard@openbossa.org> |
| |
| [Qt] REGRESSION?(62951): media tests fail |
| https://bugs.webkit.org/show_bug.cgi?id=42094 |
| |
| Reviewed by Noam Rosenthal. |
| |
| Enable some media layout tests so that our coverage is more than inexistant. |
| |
| * platform/qt/Skipped: |
| |
| 2012-05-16 Zan Dobersek <zandobersek@gmail.com> |
| |
| Unreviewed GTK gardening, rebaselining after r117310. |
| |
| * platform/gtk/fast/block/float/overhanging-tall-block-expected.txt: |
| |
| 2012-05-16 Jer Noble <jer.noble@apple.com> |
| |
| <video> elements with no video tracks report false for webkitSupportsFullscreen. |
| https://bugs.webkit.org/show_bug.cgi?id=86650 |
| |
| Reviewed by Eric Carlson. |
| |
| Fix media-fullscreen.js to support the new FULLSCREEN_API events, if present. |
| Fix the media-fullscreen-inline.html test and unskip on Lion. |
| |
| * media/media-fullscreen-inline-expected.txt: |
| * media/media-fullscreen-inline.html: |
| * media/media-fullscreen.js: |
| (fullscreenchange): |
| (loadedmetadata): |
| (addEventListeners): |
| * platform/mac-lion/Skipped: |
| |
| 2012-05-16 Marcelo Lira <marcelo.lira@openbossa.org> |
| |
| [Qt][Mac]REGRESSION?(r89397) It made fast/css/custom-font-xheight.html crash |
| https://bugs.webkit.org/show_bug.cgi?id=63132 |
| |
| Removed test from skipped list, since it now passes on mac. |
| |
| Reviewed by Alexis Menard. |
| |
| * platform/qt-mac/Skipped: |
| |
| 2012-05-16 Emil A Eklund <eae@chromium.org> |
| |
| Change ascents and descent back to ints for now |
| https://bugs.webkit.org/show_bug.cgi?id=86518 |
| |
| Reviewed by Eric Seidel. |
| |
| Change ascents and descent calculation back to integers for now as it |
| looks like we'll need to support both the 1/60 and 1/1 implementations of |
| FractionalLayoutUnit for the immediate future to ensure that text is |
| rendered at the same offset and with the height regardless of the |
| ENABLE_SUBPIXEL_LAYOUT flag. |
| |
| This ensures that most websites will look the same at 100% zoom |
| regardless of the flag and also allows us to the same test expectations |
| for the vast majority of layout tests. |
| |
| Eventually we want to move those back to FractionalLayoutUnits as that |
| will result in more correct rendering. |
| |
| * platform/chromium-win/fast/block/float/overhanging-tall-block-expected.txt: |
| * platform/mac/fast/block/float/overhanging-tall-block-expected.txt: |
| |
| 2012-05-16 Ken Buchanan <kenrb@chromium.org> |
| |
| Crash due to first-letter not getting computed on RenderTableCell |
| https://bugs.webkit.org/show_bug.cgi?id=86133 |
| |
| Reviewed by Abhishek Arya. |
| |
| Test to exercise crashing condition in bug 86133. |
| |
| * fast/css-generated-content/first-letter-table-cell-format-block-crash-expected.txt: Added |
| * fast/css-generated-content/first-letter-table-cell-format-block-crash.html: Added |
| |
| 2012-05-16 Stephen White <senorblanco@chromium.org> |
| |
| New baselines required after r117187. |
| https://bugs.webkit.org/show_bug.cgi?id=86486 |
| |
| Unreviewed gardening. |
| |
| * platform/chromium-linux/svg/custom/pointer-events-image-css-transform-expected.png: |
| * platform/chromium-linux/svg/custom/pointer-events-image-expected.png: |
| * platform/chromium-mac-leopard/svg/custom/pointer-events-image-css-transform-expected.png: |
| * platform/chromium-mac-leopard/svg/custom/pointer-events-image-expected.png: |
| * platform/chromium-mac-snowleopard/svg/custom/pointer-events-image-css-transform-expected.png: |
| * platform/chromium-mac-snowleopard/svg/custom/pointer-events-image-expected.png: |
| * platform/chromium-mac/svg/custom/pointer-events-image-css-transform-expected.png: |
| * platform/chromium-mac/svg/custom/pointer-events-image-expected.png: |
| * platform/chromium-win/svg/custom/pointer-events-image-css-transform-expected.png: |
| * platform/chromium-win/svg/custom/pointer-events-image-expected.png: |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-05-16 Mikhail Naganov <mnaganov@chromium.org> |
| |
| Avoid jumpscroll when entering new text in a multi-line editor. |
| https://bugs.webkit.org/show_bug.cgi?id=82875 |
| |
| Reviewed by Ryosuke Niwa. |
| |
| Scroll caret to the edge of the viewport in case if a line break or a paragraph |
| separator is inserted at the end of a multi-line editor. This avoids |
| undesirable jumpscroll in cases when there is content under the editor. |
| |
| * editing/input/resources/reveal-utilities.js: |
| (performJumpAtTheEdgeTest): |
| * editing/input/scroll-to-edge-if-line-break-at-end-of-document-contenteditable-expected.txt: Added. |
| * editing/input/scroll-to-edge-if-line-break-at-end-of-document-contenteditable.html: Added. |
| * editing/input/scroll-to-edge-if-line-break-at-end-of-document-textarea-expected.txt: Added. |
| * editing/input/scroll-to-edge-if-line-break-at-end-of-document-textarea.html: Added. |
| * editing/input/scroll-to-edge-if-paragraph-separator-at-end-of-document-contenteditable-expected.txt: Added. |
| * editing/input/scroll-to-edge-if-paragraph-separator-at-end-of-document-contenteditable.html: Added. |
| |
| 2012-05-16 Abhishek Arya <inferno@chromium.org> |
| |
| Missing RenderApplet cast check in HTMLAppletElement::renderWidgetForJSBindings. |
| https://bugs.webkit.org/show_bug.cgi?id=86627 |
| |
| Reviewed by Andreas Kling. |
| |
| * java/inline-applet-crash-expected.txt: Added. |
| * java/inline-applet-crash.html: Added. |
| |
| 2012-05-16 Brady Eidson <beidson@apple.com> |
| |
| https://bugs.webkit.org/show_bug.cgi?id=86643 |
| http/tests/security/contentSecurityPolicy/script-src-redirect.html fails on Mac bots |
| |
| * platform/mac-lion/Skipped: Add to mac-lion skipped list, also. |
| |
| 2012-05-16 Brady Eidson <beidson@apple.com> |
| |
| https://bugs.webkit.org/show_bug.cgi?id=86643 |
| http/tests/security/contentSecurityPolicy/script-src-redirect.html fails on Mac bots |
| |
| * platform/mac/Skipped: Add to skipped list while Oliver and Michael are exploring it. |
| |
| 2012-05-16 Pavel Feldman <pfeldman@chromium.org> |
| |
| Web Inspector: extract CompositeUISourceCodeProvider from DebuggerScriptMapping. |
| https://bugs.webkit.org/show_bug.cgi?id=86634 |
| |
| Reviewed by Vsevolod Vlasov. |
| |
| * http/tests/inspector/compiler-script-mapping.html: |
| * http/tests/inspector/debugger-test.js: |
| (initialize_DebuggerTest): |
| * inspector/debugger/linkifier.html: |
| * inspector/debugger/scripts-panel.html: |
| |
| 2012-05-16 Vsevolod Vlasov <vsevik@chromium.org> |
| |
| Web Inspector: Support script snippets saving. |
| https://bugs.webkit.org/show_bug.cgi?id=86632 |
| |
| Reviewed by Pavel Feldman. |
| |
| * inspector/debugger/script-snippet-model.html: |
| |
| 2012-05-16 Csaba Osztrogonác <ossy@webkit.org> |
| |
| [Qt] New failing and flakey tests with newer Qt 5 |
| https://bugs.webkit.org/show_bug.cgi?id=86452 |
| |
| Unreviewed gardening, skip new failing/flakey tests to paint |
| the bots green. (To be able to catch new and new regressions.) |
| |
| * platform/qt-5.0-wk1/Skipped: |
| * platform/qt-5.0-wk2/Skipped: |
| * platform/qt-5.0/Skipped: |
| |
| 2012-05-16 Andrey Kosyakov <caseq@chromium.org> |
| |
| Web Inspector: [Extensions API] expose evaluateOptions in audit formatters |
| https://bugs.webkit.org/show_bug.cgi?id=86617 |
| |
| Reviewed by Pavel Feldman. |
| |
| * inspector/extensions/extensions-audits-content-script-expected.txt: Added. |
| * inspector/extensions/extensions-audits-content-script.html: Added. |
| * platform/gtk/test_expectations.txt: |
| * platform/mac/Skipped: |
| * platform/qt/Skipped: |
| * platform/win/Skipped: |
| * platform/wk2/Skipped: |
| |
| 2012-05-16 Rob Buis <rbuis@rim.com> |
| |
| SVGSVGElement checkIntersection and checkEnclosure Mem corruption |
| https://bugs.webkit.org/show_bug.cgi?id=67923 |
| |
| Reviewed by Nikolas Zimmermann. |
| |
| Add test to check that checkIntersection/checkEnclosure do not |
| crash when null is used for the element parameter. |
| |
| * svg/custom/intersection-list-null-expected.txt: Added. |
| * svg/custom/intersection-list-null.svg: Added. |
| |
| 2012-05-16 Simon Hausmann <simon.hausmann@nokia.com> |
| |
| Unskip fast/animation/request-animation-frame-during-modal.html that was |
| skipped due to r110699. |
| |
| * platform/qt-5.0-wk2/Skipped: |
| |
| 2012-05-16 Csaba Osztrogonác <ossy@webkit.org> |
| |
| Unreviewed gardening: updating expectations after r117259 |
| https://bugs.webkit.org/show_bug.cgi?id=86463 |
| |
| * platform/qt-5.0-wk2/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.png: Added. |
| * platform/qt-5.0-wk2/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt: Added. |
| * platform/qt-5.0-wk2/svg/custom/altglyph-expected.png: Added. |
| * platform/qt-5.0-wk2/svg/custom/altglyph-expected.txt: Added. |
| * platform/qt-5.0-wk2/svg/custom/font-face-simple-expected.png: Added. |
| * platform/qt-5.0-wk2/svg/custom/font-face-simple-expected.txt: Added. |
| * platform/qt-5.0-wk2/svg/text/kerning-expected.png: Added. |
| * platform/qt-5.0-wk2/svg/text/kerning-expected.txt: Added. |
| * platform/qt-5.0-wk2/svg/text/multichar-glyph-expected.png: Added. |
| * platform/qt-5.0-wk2/svg/text/multichar-glyph-expected.txt: Added. |
| * platform/qt-5.0/svg/W3C-SVG-1.1-SE/color-prop-05-t-expected.png: Added. |
| * platform/qt-5.0/svg/W3C-SVG-1.1-SE/color-prop-05-t-expected.txt: Added. |
| * platform/qt-5.0/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.png: Added. |
| * platform/qt-5.0/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.txt: Added. |
| * platform/qt-5.0/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.png: Added. |
| * platform/qt-5.0/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.txt: Added. |
| * platform/qt-5.0/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.png: Added. |
| * platform/qt-5.0/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.txt: Added. |
| * platform/qt-5.0/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.png: Added. |
| * platform/qt-5.0/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.txt: Added. |
| * platform/qt-5.0/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.png: Added. |
| * platform/qt-5.0/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt: Added. |
| * platform/qt-5.0/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.png: Added. |
| * platform/qt-5.0/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.txt: Added. |
| * platform/qt-5.0/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.png: Added. |
| * platform/qt-5.0/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.txt: Added. |
| * platform/qt-5.0/svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.png: Added. |
| * platform/qt-5.0/svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.txt: Added. |
| * platform/qt-5.0/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.png: Added. |
| * platform/qt-5.0/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt: Added. |
| * platform/qt-5.0/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.png: Added. |
| * platform/qt-5.0/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.txt: Added. |
| * platform/qt-5.0/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.png: Added. |
| * platform/qt-5.0/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.txt: Added. |
| * platform/qt-5.0/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.png: Added. |
| * platform/qt-5.0/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.txt: Added. |
| * platform/qt-5.0/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.png: Added. |
| * platform/qt-5.0/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.txt: Added. |
| * platform/qt-5.0/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.png: Added. |
| * platform/qt-5.0/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.txt: Added. |
| * platform/qt-5.0/svg/W3C-SVG-1.1-SE/struct-use-14-f-expected.png: Added. |
| * platform/qt-5.0/svg/W3C-SVG-1.1-SE/struct-use-14-f-expected.txt: Added. |
| * platform/qt-5.0/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.png: Added. |
| * platform/qt-5.0/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt: Added. |
| * platform/qt-5.0/svg/W3C-SVG-1.1-SE/svgdom-over-01-f-expected.png: Added. |
| * platform/qt-5.0/svg/W3C-SVG-1.1-SE/svgdom-over-01-f-expected.txt: Added. |
| * platform/qt-5.0/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.png: Added. |
| * platform/qt-5.0/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.txt: Added. |
| * platform/qt-5.0/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.png: Added. |
| * platform/qt-5.0/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.txt: Added. |
| * platform/qt-5.0/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.png: Added. |
| * platform/qt-5.0/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt: Added. |
| * platform/qt-5.0/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.png: Added. |
| * platform/qt-5.0/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt: Added. |
| * platform/qt-5.0/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.png: Added. |
| * platform/qt-5.0/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.txt: Added. |
| * platform/qt-5.0/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.png: Added. |
| * platform/qt-5.0/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt: Added. |
| * platform/qt-5.0/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.png: Added. |
| * platform/qt-5.0/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.txt: Added. |
| * platform/qt-5.0/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.png: Added. |
| * platform/qt-5.0/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.txt: Added. |
| * platform/qt-5.0/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.png: Added. |
| * platform/qt-5.0/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt: Added. |
| * platform/qt-5.0/svg/W3C-SVG-1.1/animate-elem-06-t-expected.png: Added. |
| * platform/qt-5.0/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt: Added. |
| * platform/qt-5.0/svg/W3C-SVG-1.1/filters-light-04-f-expected.png: Added. |
| * platform/qt-5.0/svg/W3C-SVG-1.1/filters-light-04-f-expected.txt: Added. |
| * platform/qt-5.0/svg/W3C-SVG-1.1/filters-turb-02-f-expected.png: Added. |
| * platform/qt-5.0/svg/W3C-SVG-1.1/filters-turb-02-f-expected.txt: Added. |
| * platform/qt-5.0/svg/W3C-SVG-1.1/render-elems-06-t-expected.png: Added. |
| * platform/qt-5.0/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt: Added. |
| * platform/qt-5.0/svg/W3C-SVG-1.1/render-elems-07-t-expected.png: Added. |
| * platform/qt-5.0/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt: Added. |
| * platform/qt-5.0/svg/W3C-SVG-1.1/render-elems-08-t-expected.png: Added. |
| * platform/qt-5.0/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt: Added. |
| * platform/qt-5.0/svg/W3C-SVG-1.1/render-groups-01-b-expected.png: Added. |
| * platform/qt-5.0/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt: Added. |
| * platform/qt-5.0/svg/W3C-SVG-1.1/render-groups-03-t-expected.png: Added. |
| * platform/qt-5.0/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt: Added. |
| * platform/qt-5.0/svg/W3C-SVG-1.1/text-text-01-b-expected.png: Added. |
| * platform/qt-5.0/svg/W3C-SVG-1.1/text-text-01-b-expected.txt: Added. |
| * platform/qt-5.0/svg/batik/text/smallFonts-expected.png: Added. |
| * platform/qt-5.0/svg/batik/text/smallFonts-expected.txt: Added. |
| * platform/qt-5.0/svg/batik/text/textAnchor-expected.png: Added. |
| * platform/qt-5.0/svg/batik/text/textAnchor-expected.txt: Added. |
| * platform/qt-5.0/svg/batik/text/textEffect-expected.png: Added. |
| * platform/qt-5.0/svg/batik/text/textEffect-expected.txt: Added. |
| * platform/qt-5.0/svg/batik/text/textEffect3-expected.png: Added. |
| * platform/qt-5.0/svg/batik/text/textEffect3-expected.txt: Added. |
| * platform/qt-5.0/svg/batik/text/textPosition2-expected.png: Added. |
| * platform/qt-5.0/svg/batik/text/textPosition2-expected.txt: |
| * platform/qt-5.0/svg/carto.net/window-expected.png: Added. |
| * platform/qt-5.0/svg/carto.net/window-expected.txt: Added. |
| * platform/qt-5.0/svg/custom/glyph-selection-arabic-forms-expected.png: Added. |
| * platform/qt-5.0/svg/custom/glyph-selection-arabic-forms-expected.txt: |
| * platform/qt-5.0/svg/custom/glyph-selection-bidi-mirror-expected.png: Added. |
| * platform/qt-5.0/svg/custom/glyph-selection-bidi-mirror-expected.txt: |
| * platform/qt-5.0/svg/custom/glyph-selection-non-bmp-expected.png: Added. |
| * platform/qt-5.0/svg/custom/glyph-selection-non-bmp-expected.txt: |
| * platform/qt-5.0/svg/custom/glyph-transformation-with-hkern-expected.png: Added. |
| * platform/qt-5.0/svg/custom/glyph-transformation-with-hkern-expected.txt: Added. |
| * platform/qt-5.0/svg/custom/preserve-aspect-ratio-syntax-expected.png: Added. |
| * platform/qt-5.0/svg/custom/preserve-aspect-ratio-syntax-expected.txt: Added. |
| * platform/qt-5.0/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png: |
| * platform/qt-5.0/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt: |
| * platform/qt-5.0/svg/custom/svg-features-expected.txt: Added. |
| * platform/qt-5.0/svg/custom/svg-fonts-in-html-expected.png: Added. |
| * platform/qt-5.0/svg/custom/svg-fonts-in-html-expected.txt: Added. |
| * platform/qt-5.0/svg/custom/svg-fonts-segmented-expected.png: Added. |
| * platform/qt-5.0/svg/custom/svg-fonts-segmented-expected.txt: Added. |
| * platform/qt-5.0/svg/custom/text-linking-expected.png: Added. |
| * platform/qt-5.0/svg/custom/text-linking-expected.txt: Added. |
| * platform/qt-5.0/svg/foreignObject/text-tref-02-b-expected.png: Added. |
| * platform/qt-5.0/svg/foreignObject/text-tref-02-b-expected.txt: Added. |
| * platform/qt-5.0/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.png: Added. |
| * platform/qt-5.0/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.txt: Added. |
| * platform/qt-5.0/svg/text/text-align-01-b-expected.png: Added. |
| * platform/qt-5.0/svg/text/text-align-01-b-expected.txt: Added. |
| * platform/qt-5.0/svg/text/text-align-02-b-expected.png: Added. |
| * platform/qt-5.0/svg/text/text-align-02-b-expected.txt: Added. |
| * platform/qt-5.0/svg/text/text-align-04-b-expected.png: Added. |
| * platform/qt-5.0/svg/text/text-align-04-b-expected.txt: Added. |
| * platform/qt-5.0/svg/text/text-align-06-b-expected.png: Added. |
| * platform/qt-5.0/svg/text/text-align-06-b-expected.txt: Added. |
| * platform/qt-5.0/svg/text/text-overflow-ellipsis-svgfont-expected.png: Added. |
| * platform/qt-5.0/svg/text/text-overflow-ellipsis-svgfont-expected.txt: Added. |
| * platform/qt-5.0/svg/text/text-text-01-b-expected.png: Added. |
| * platform/qt-5.0/svg/text/text-text-01-b-expected.txt: Added. |
| * platform/qt-5.0/svg/text/text-text-04-t-expected.png: Added. |
| * platform/qt-5.0/svg/text/text-text-04-t-expected.txt: Added. |
| * platform/qt-5.0/svg/text/text-tselect-01-b-expected.png: Added. |
| * platform/qt-5.0/svg/text/text-tselect-01-b-expected.txt: Added. |
| * platform/qt-5.0/svg/text/text-tspan-01-b-expected.png: Added. |
| * platform/qt-5.0/svg/text/text-tspan-01-b-expected.txt: Added. |
| * platform/qt-5.0/svg/transforms/text-with-mask-with-svg-transform-expected.png: Added. |
| * platform/qt-5.0/svg/transforms/text-with-mask-with-svg-transform-expected.txt: Added. |
| * platform/qt-5.0/svg/transforms/text-with-pattern-inside-transformed-html-expected.png: Added. |
| * platform/qt-5.0/svg/transforms/text-with-pattern-inside-transformed-html-expected.txt: Added. |
| * platform/qt-5.0/svg/transforms/text-with-pattern-with-svg-transform-expected.png: Added. |
| * platform/qt-5.0/svg/transforms/text-with-pattern-with-svg-transform-expected.txt: Added. |
| * platform/qt-5.0/svg/wicd/test-rightsizing-b-expected.png: Added. |
| * platform/qt-5.0/svg/wicd/test-rightsizing-b-expected.txt: Added. |
| |
| 2012-05-16 Pavel Feldman <pfeldman@chromium.org> |
| |
| Web Inspector: split ScriptMapping into UISourceCodeProvider and SourceMapping. |
| https://bugs.webkit.org/show_bug.cgi?id=86616 |
| |
| Reviewed by Vsevolod Vlasov. |
| |
| * http/tests/inspector/compiler-script-mapping.html: |
| * inspector/debugger/scripts-panel.html: |
| |
| 2012-05-16 Dinu Jacob <dinu.jacob@nokia.com> |
| |
| Add didFinishProgress BundleUIClient callback |
| https://bugs.webkit.org/show_bug.cgi?id=86541 |
| |
| Reviewed by Kenneth Rohde Christiansen. |
| |
| Unskip passing test. |
| |
| * platform/qt-5.0-wk2/Skipped: |
| |
| 2012-05-16 Ádám Kallai <kadam@inf.u-szeged.hu> |
| |
| [Qt] Unreviewed gardening. Fix my typo. |
| |
| * platform/qt/Skipped: After r117262. |
| |
| 2012-05-16 Arpita Bahuguna <arpitabahuguna@gmail.com> |
| |
| "border: collapse" + "display: none" rows in the tbody while having thead or tfoot doesn't render the opposite border |
| https://bugs.webkit.org/show_bug.cgi?id=67877 |
| |
| Reviewed by Antti Koivisto. |
| |
| * fast/css/table-collapsed-borders-expected.html: Added. |
| * fast/css/table-collapsed-borders.html: Added. |
| Added new reftest for testing table with collapsed borders. |
| |
| 2012-05-16 Vsevolod Vlasov <vsevik@chromium.org> |
| |
| Web Inspector: Move edit/save script source logic to JavaScriptSource. |
| https://bugs.webkit.org/show_bug.cgi?id=86604 |
| |
| Reviewed by Pavel Feldman. |
| |
| * inspector/debugger/breakpoint-manager.html: |
| * inspector/debugger/scripts-panel.html: |
| |
| 2012-05-16 Christophe Dumez <christophe.dumez@intel.com> |
| |
| [EFL] A few tests need expected result or rebaselining |
| https://bugs.webkit.org/show_bug.cgi?id=86595 |
| |
| Unreviewed EFL gardening. Add missing EFL text expectation for |
| media/video-frame-accurate-seek.html. |
| |
| * platform/efl/media/video-frame-accurate-seek-expected.txt: Added. |
| |
| 2012-05-16 Pavel Feldman <pfeldman@chromium.org> |
| |
| Web Inspector: get rid of UISourceCodeListChanged event. |
| https://bugs.webkit.org/show_bug.cgi?id=86601 |
| |
| Reviewed by Vsevolod Vlasov. |
| |
| * http/tests/inspector/compiler-script-mapping.html: |
| * inspector/debugger/scripts-panel.html: |
| |
| 2012-05-16 Yury Semikhatsky <yurys@chromium.org> |
| |
| [chromium] Layout tests under inspector/profiler are failing on chromium win |
| https://bugs.webkit.org/show_bug.cgi?id=86495 |
| |
| Unreviewed. Remove custom expectations for heap profiler tests. They should pass |
| after r117241. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-05-16 Kihong Kwon <kihong.kwon@samsung.com> |
| |
| [EFL] Remove full-screen-keyboard-disabled.html from test_expectation.txt |
| https://bugs.webkit.org/show_bug.cgi?id=86596 |
| |
| Unreviewed EFL gardening. |
| |
| Remove full-screen-keyboard-disabled.html from test_expectation.txt. |
| This case is not failed since r117205. |
| |
| * platform/efl/test_expectations.txt: |
| |
| 2012-05-16 Sudarsana Nagineni <sudarsana.nagineni@linux.intel.com> |
| |
| [EFL] [DRT] Unskip passing tests related to computedStyleIncludingVisitedInfo and display |
| https://bugs.webkit.org/show_bug.cgi?id=86473 |
| |
| Unreviewed gardening, partially reverts r117073. |
| |
| * platform/efl/Skipped: |
| |
| 2012-05-16 Keishi Hattori <keishi@webkit.org> |
| |
| [chromium] Add WebKit API to access inner text value of input element |
| https://bugs.webkit.org/show_bug.cgi?id=85353 |
| |
| Reviewed by Kent Tamura. |
| |
| * fast/forms/editing-value-expected.txt: Added. |
| * fast/forms/editing-value.html: Added. Tests that setting the editing value takes care of the style and placeholder, and that it fires an input event. |
| |
| 2012-05-16 Ádám Kallai <kadam@inf.u-szeged.hu> |
| |
| [Qt] Gardening. Skip failing test after 117246. |
| https://bugs.webkit.org/show_bug.cgi?id=86606 |
| |
| Reviewed by Csaba Osztrongonác. |
| |
| * platform/qt/Skipped: |
| |
| 2012-05-16 Pierre Rossi <pierre.rossi@gmail.com> |
| |
| Unreviewed gardening: updating expectations after r117259 |
| https://bugs.webkit.org/show_bug.cgi?id=86463 |
| |
| * platform/qt/http/tests/misc/SVGFont-delayed-load-expected.txt: Added. |
| * platform/qt/svg/W3C-SVG-1.1/animate-elem-03-t-expected.png: |
| * platform/qt/svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt: |
| * platform/qt/svg/W3C-SVG-1.1/animate-elem-24-t-expected.png: |
| * platform/qt/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt: |
| * platform/qt/svg/W3C-SVG-1.1/animate-elem-36-t-expected.png: |
| * platform/qt/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt: |
| * platform/qt/svg/W3C-SVG-1.1/animate-elem-40-t-expected.png: |
| * platform/qt/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt: |
| * platform/qt/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png: Added. |
| * platform/qt/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt: Added. |
| * platform/qt/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.png: |
| * platform/qt/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt: |
| * platform/qt/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.png: |
| * platform/qt/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt: |
| * platform/qt/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.png: |
| * platform/qt/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt: |
| * platform/qt/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.png: |
| * platform/qt/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt: |
| * platform/qt/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.png: |
| * platform/qt/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt: |
| * platform/qt/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.png: |
| * platform/qt/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt: |
| * platform/qt/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.png: |
| * platform/qt/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt: |
| * platform/qt/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.png: |
| * platform/qt/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.txt: |
| * platform/qt/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.png: |
| * platform/qt/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.txt: |
| * platform/qt/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.png: |
| * platform/qt/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt: |
| * platform/qt/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png: |
| * platform/qt/svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt: |
| * platform/qt/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png: |
| * platform/qt/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt: |
| * platform/qt/svg/W3C-SVG-1.1/struct-cond-03-t-expected.png: |
| * platform/qt/svg/W3C-SVG-1.1/struct-cond-03-t-expected.txt: |
| * platform/qt/svg/W3C-SVG-1.1/struct-image-02-b-expected.png: |
| * platform/qt/svg/W3C-SVG-1.1/struct-image-02-b-expected.txt: |
| * platform/qt/svg/W3C-SVG-1.1/text-align-08-b-expected.png: |
| * platform/qt/svg/W3C-SVG-1.1/text-align-08-b-expected.txt: |
| * platform/qt/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.png: |
| * platform/qt/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt: |
| * platform/qt/svg/W3C-SVG-1.1/text-fonts-03-t-expected.png: |
| * platform/qt/svg/W3C-SVG-1.1/text-fonts-03-t-expected.txt: |
| * platform/qt/svg/W3C-SVG-1.1/text-intro-01-t-expected.png: |
| * platform/qt/svg/W3C-SVG-1.1/text-intro-01-t-expected.txt: |
| * platform/qt/svg/W3C-SVG-1.1/text-intro-02-b-expected.png: |
| * platform/qt/svg/W3C-SVG-1.1/text-intro-02-b-expected.txt: |
| * platform/qt/svg/W3C-SVG-1.1/text-intro-03-b-expected.png: |
| * platform/qt/svg/W3C-SVG-1.1/text-intro-03-b-expected.txt: |
| * platform/qt/svg/W3C-SVG-1.1/text-intro-04-t-expected.png: |
| * platform/qt/svg/W3C-SVG-1.1/text-intro-04-t-expected.txt: |
| * platform/qt/svg/W3C-SVG-1.1/text-text-04-t-expected.png: |
| * platform/qt/svg/W3C-SVG-1.1/text-text-04-t-expected.txt: |
| * platform/qt/svg/W3C-SVG-1.1/text-text-05-t-expected.png: |
| * platform/qt/svg/W3C-SVG-1.1/text-text-05-t-expected.txt: |
| * platform/qt/svg/W3C-SVG-1.1/text-text-06-t-expected.png: |
| * platform/qt/svg/W3C-SVG-1.1/text-text-06-t-expected.txt: |
| * platform/qt/svg/custom/acid3-test-77-expected.txt: Added. |
| * platform/qt/svg/custom/altglyph-expected.png: |
| * platform/qt/svg/custom/altglyph-expected.txt: |
| * platform/qt/svg/custom/font-face-simple-expected.png: |
| * platform/qt/svg/custom/font-face-simple-expected.txt: |
| * platform/qt/svg/custom/global-constructors-expected.txt: Added. |
| * platform/qt/svg/custom/glyph-selection-lang-attribute-expected.png: |
| * platform/qt/svg/custom/glyph-selection-lang-attribute-expected.txt: |
| * platform/qt/svg/custom/glyph-setting-d-attribute-expected.png: |
| * platform/qt/svg/custom/glyph-setting-d-attribute-expected.txt: Added. |
| * platform/qt/svg/custom/insertItemBefore-from-non-list-origin-expected.txt: Added. |
| * platform/qt/svg/custom/missing-xlink-expected.png: Added. |
| * platform/qt/svg/custom/missing-xlink-expected.txt: Added. |
| * platform/qt/svg/custom/path-bad-data-expected.png: Added. |
| * platform/qt/svg/custom/path-bad-data-expected.txt: Added. |
| * platform/qt/svg/custom/stroke-width-click-expected.txt: Added. |
| * platform/qt/svg/custom/svg-fonts-with-no-element-reference-expected.png: |
| * platform/qt/svg/custom/svg-fonts-with-no-element-reference-expected.txt: |
| * platform/qt/svg/custom/svg-fonts-without-missing-glyph-expected.png: |
| * platform/qt/svg/custom/svg-fonts-without-missing-glyph-expected.txt: |
| * platform/qt/svg/custom/svg-fonts-word-spacing-expected.png: Added. |
| * platform/qt/svg/custom/svg-fonts-word-spacing-expected.txt: Added. |
| * platform/qt/svg/custom/visibility-override-filter-expected.png: Copied from LayoutTests/platform/qt/svg/custom/glyph-setting-d-attribute-expected.png. |
| * platform/qt/svg/custom/visibility-override-filter-expected.txt: Added. |
| * platform/qt/svg/dom/altGlyph-dom-expected.txt: |
| * platform/qt/svg/dom/baseVal-animVal-crash-expected.txt: Added. |
| * platform/qt/svg/dom/font-face-elements-expected.txt: Added. |
| * platform/qt/svg/text/kerning-expected.png: |
| * platform/qt/svg/text/kerning-expected.txt: |
| * platform/qt/svg/text/multichar-glyph-expected.png: |
| * platform/qt/svg/text/multichar-glyph-expected.txt: |
| * platform/qt/svg/text/text-altglyph-01-b-expected.png: |
| * platform/qt/svg/text/text-altglyph-01-b-expected.txt: |
| * platform/qt/svg/text/text-fonts-01-t-expected.png: Added. |
| * platform/qt/svg/text/text-fonts-01-t-expected.txt: Added. |
| * platform/qt/svg/text/text-hkern-expected.png: |
| * platform/qt/svg/text/text-hkern-expected.txt: |
| * platform/qt/svg/text/text-hkern-on-vertical-text-expected.png: |
| * platform/qt/svg/text/text-intro-05-t-expected.png: Added. |
| * platform/qt/svg/text/text-intro-05-t-expected.txt: Added. |
| * platform/qt/svg/text/text-text-04-t-expected.png: |
| * platform/qt/svg/text/text-text-04-t-expected.txt: |
| * platform/qt/svg/text/text-text-05-t-expected.png: |
| * platform/qt/svg/text/text-text-05-t-expected.txt: |
| * platform/qt/svg/text/text-text-06-t-expected.png: |
| * platform/qt/svg/text/text-text-06-t-expected.txt: |
| * platform/qt/svg/text/text-tselect-02-f-expected.png: Added. |
| * platform/qt/svg/text/text-tselect-02-f-expected.txt: Added. |
| * platform/qt/svg/text/text-vkern-expected.png: |
| * platform/qt/svg/text/text-vkern-expected.txt: |
| * platform/qt/svg/text/text-vkern-on-horizontal-text-expected.png: |
| |
| 2012-05-15 Pierre Rossi <pierre.rossi@gmail.com> |
| |
| [Qt] Enable SVG Fonts by default |
| https://bugs.webkit.org/show_bug.cgi?id=86463 |
| |
| Reviewed by Nikolas Zimmermann. |
| |
| * platform/qt-4.8/Skipped: Skipped the relevant tests... |
| * platform/qt/Skipped: ... and unskipped them here. |
| |
| 2012-05-16 Christophe Dumez <christophe.dumez@intel.com> |
| |
| [EFL] EFL's LayoutTestController does not implement setApplicationCacheOriginQuota |
| https://bugs.webkit.org/show_bug.cgi?id=85585 |
| |
| Reviewed by Gustavo Noronha Silva. |
| |
| Unskip the test cases that require implementation of |
| setApplicationCacheOriginQuota in EFL's LayoutTestController. |
| |
| * platform/efl/Skipped: |
| |
| 2012-05-16 Christophe Dumez <christophe.dumez@intel.com> |
| |
| [EFL] A few tests need expected result or rebaselining |
| https://bugs.webkit.org/show_bug.cgi?id=86595 |
| |
| Unreviewed EFL gardening. Add expected results for a few tests and |
| unskip them. |
| |
| * platform/efl/Skipped: |
| * platform/efl/fast/forms/input-text-double-click-expected.png: Added. |
| * platform/efl/fast/forms/input-text-double-click-expected.txt: |
| * platform/efl/http/tests/misc/slow-loading-mask-expected.png: Added. |
| * platform/efl/http/tests/misc/slow-loading-mask-expected.txt: Added. |
| * platform/efl/media/video-frame-accurate-seek-expected.png: Added. |
| |
| 2012-05-16 Mikhail Pozdnyakov <mikhail.pozdnyakov@intel.com> |
| |
| [EFL] EFL's LayoutTestController evaluateScriptInIsolatedWorld implementation |
| https://bugs.webkit.org/show_bug.cgi?id=83776 |
| |
| Reviewed by Tor Arne Vestbø. |
| |
| Unskipped corresponding testcases. |
| |
| * platform/efl/test_expectations.txt: |
| |
| 2012-05-16 Christophe Dumez <christophe.dumez@intel.com> |
| |
| [EFL] http/tests/misc/iframe-reparenting-id-collision.html can be unskipped |
| https://bugs.webkit.org/show_bug.cgi?id=86588 |
| |
| Unreviewed EFL gardening. Unskip |
| http/tests/misc/iframe-reparenting-id-collision.html which is passing |
| now that Bug 64085 is closed. |
| |
| * platform/efl/Skipped: |
| |
| 2012-05-16 Zan Dobersek <zandobersek@gmail.com> |
| |
| Unreviewed GTK gardening after r117123 and r117225. |
| |
| * platform/gtk/test_expectations.txt: |
| |
| 2012-05-16 Shinya Kawanaka <shinyak@chromium.org> |
| |
| ShadowRoot.selection should return the seleciton whose range is in a shadow tree. |
| https://bugs.webkit.org/show_bug.cgi?id=82698 |
| |
| Reviewed by Ryosuke Niwa. |
| |
| This patch contains 2 tests: |
| - Generates a complex HTML tree having a ShadowRoot, an older ShadowRoot, a nested ShadowRoot, |
| nested ShadowRoot in an older ShadowRoot, etc., and try to drag from a nested shadow root of |
| older shadow root to a nested shadow root of younger shadow root. Then checks nodes of Shadowroot.selection |
| are in the same tree scope or null. |
| - Generates a ShadowDOM which is not inserted into a document, and confirms nodes taken from |
| the selection are all null. |
| |
| Also, this patch deprecates old shadowRoot.selection tests, because they test to check |
| window.getSelection() and shadowRoot.selection is the same. This behavior is changed by this patch. |
| |
| * editing/shadow/selection-of-orphan-shadowroot-expected.txt: Added. |
| * editing/shadow/selection-of-orphan-shadowroot.html: Added. |
| * editing/shadow/selection-of-shadowroot-expected.txt: Added. |
| * editing/shadow/selection-of-shadowroot.html: Added. |
| * fast/dom/resources/event-sender-util.js: |
| (mouseMoveToElem): |
| (dragFromTo): |
| * fast/dom/shadow/resources/shadow-dom-util.js: Added. |
| (getElementByIdConsideringShadowDOM.iter): |
| (getElementByIdConsideringShadowDOM): |
| * fast/dom/shadow/selection-in-shadow.html: Removed. |
| * platform/chromium-mac-snowleopard/fast/dom/shadow/selection-in-shadow-expected.txt: Removed. |
| * platform/chromium/fast/dom/shadow/selection-in-shadow-expected.txt: Removed. |
| * platform/qt/Skipped: |
| |
| 2012-05-16 Andras Becsi <andras.becsi@nokia.com> |
| |
| [WTR] Visited link tracking is not disabled properly |
| https://bugs.webkit.org/show_bug.cgi?id=76699 |
| |
| Reviewed by Jocelyn Turcotte. |
| |
| * platform/qt-5.0-wk2/Skipped: Unskip passing tests. |
| |
| 2012-05-16 Kenichi Ishibashi <bashi@chromium.org> |
| |
| [Chromium] Unreviewed test expectations update |
| |
| Adding further suppressions for flaky tests on cr-linux ews. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-05-16 Jason Liu <jason.liu@torchmobile.com.cn> |
| |
| [BlackBerry] xhr request to non existent file response is 0 and not 404. |
| https://bugs.webkit.org/show_bug.cgi?id=86344 |
| |
| Reviewed by George Staikos. |
| |
| * http/tests/xmlhttprequest/xmlhttprequest-check-head-readystate-for-404.html: |
| |
| 2012-05-15 Jocelyn Turcotte <jocelyn.turcotte@nokia.com> |
| |
| [Qt] Unreviewed gardening, unskip a fixed test |
| https://bugs.webkit.org/show_bug.cgi?id=84434 |
| |
| * platform/qt-5.0-wk2/Skipped: |
| |
| 2012-05-16 Christophe Dumez <christophe.dumez@intel.com> |
| |
| [EFL] fast/loader/stateobjects/replacestate-in-iframe.html can be unskipped |
| https://bugs.webkit.org/show_bug.cgi?id=86586 |
| |
| Unreviewed EFL gardening. Unskip |
| fast/loader/stateobjects/replacestate-in-iframe.html since the |
| infinite loop bug has been fixed in r81232. |
| |
| * platform/efl/Skipped: |
| |
| 2012-05-16 Zoltan Arvai <zarvai@inf.u-szeged.hu> |
| |
| [Qt] Unreviewed gardening. |
| Modified test fails after r117123. |
| |
| * platform/qt/Skipped: |
| |
| 2012-05-16 Dominik Röttsches <dominik.rottsches@intel.com> |
| |
| [EFL][DRT] Gardening failures after r117123 and r117205 |
| https://bugs.webkit.org/show_bug.cgi?id=86584 |
| |
| Unreviewed, EFL gardening. |
| |
| Media expectations updated now that they draw the fullscreen icon. |
| Moved flaky test to test_expectations, unskipped unexpected pass. |
| |
| * platform/efl/media/controls-after-reload-expected.png: |
| * platform/efl/media/controls-after-reload-expected.txt: |
| * platform/efl/media/controls-strict-expected.png: |
| * platform/efl/media/controls-strict-expected.txt: |
| * platform/efl/media/controls-without-preload-expected.png: |
| * platform/efl/media/controls-without-preload-expected.txt: |
| * platform/efl/media/video-controls-rendering-expected.png: |
| * platform/efl/media/video-controls-rendering-expected.txt: |
| * platform/efl/media/video-display-toggle-expected.png: |
| * platform/efl/media/video-display-toggle-expected.txt: |
| * platform/efl/media/video-zoom-controls-expected.png: |
| * platform/efl/media/video-zoom-controls-expected.txt: |
| * platform/efl/test_expectations.txt: |
| |
| 2012-05-16 Mikhail Pozdnyakov <mikhail.pozdnyakov@intel.com> |
| |
| [EFL] PlatformKeyboardEvent: figures, letters and printscreen key handling |
| https://bugs.webkit.org/show_bug.cgi?id=85503 |
| |
| Reviewed by Gustavo Noronha Silva. |
| |
| Bug-related testcases are unskipped. |
| |
| * platform/efl/Skipped: |
| |
| 2012-05-16 Christophe Dumez <christophe.dumez@intel.com> |
| |
| [EFL] Tests that require DASHBOARD_SUPPORT should be moved to test expectations |
| https://bugs.webkit.org/show_bug.cgi?id=86578 |
| |
| Unreviewed EFL gardening. Move tests that require DASHBOARD_SUPPORT |
| flag to test expectations and skip them since this feature is |
| Mac-specific. |
| |
| * platform/efl/Skipped: |
| * platform/efl/test_expectations.txt: |
| |
| 2012-05-16 Pavel Feldman <pfeldman@chromium.org> |
| |
| Web Inspector: rename DebuggerPresentationModel to DebuggerScriptMapping, make it private to ScriptsPanel. |
| https://bugs.webkit.org/show_bug.cgi?id=86594 |
| |
| Reviewed by Vsevolod Vlasov. |
| |
| * http/tests/inspector/compiler-script-mapping.html: |
| * http/tests/inspector/debugger-test.js: |
| (initialize_DebuggerTest): |
| * inspector/debugger/linkifier.html: |
| * inspector/debugger/scripts-panel.html: |
| |
| 2012-05-15 Yury Semikhatsky <yurys@chromium.org> |
| |
| Web Inspector: use separate fields for storing HeapSnapshotLoaderProxy and HeapSnapshotProxy |
| https://bugs.webkit.org/show_bug.cgi?id=86488 |
| |
| Reviewed by Pavel Feldman. |
| |
| * inspector/profiler/heap-snapshot-inspect-dom-wrapper.html: instead of sniffing a method |
| call we can use HeapProfileHeader.load directly. |
| |
| 2012-05-16 Kenichi Ishibashi <bashi@chromium.org> |
| |
| Unreviewed chromium test expectations update |
| |
| Removes unnecessary entries and added suppressions |
| for some flaky tests on cr-linux ews. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-05-16 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| SVG TRef/Use NULL ptr |
| https://bugs.webkit.org/show_bug.cgi?id=78700 |
| |
| Add testcase covering a problem fixed in trunk. |
| |
| * svg/custom/bug78700-expected.txt: Added. |
| * svg/custom/bug78700.svg: Added. |
| |
| 2012-05-16 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| REGRESSION(r105057): Infinite loop inside SVGTextLayoutEngine::currentLogicalCharacterMetrics |
| https://bugs.webkit.org/show_bug.cgi?id=83405 |
| |
| Reviewed by Darin Adler. |
| |
| Add three new testcases covering the problem. |
| |
| * svg/text/add-tspan-position-bug-expected.html: Added. |
| * svg/text/add-tspan-position-bug.html: Added. |
| * svg/text/highcharts-assertion-expected.txt: Added. |
| * svg/text/highcharts-assertion.html: Added. |
| * svg/text/modify-tspan-position-bug-expected.html: Added. |
| * svg/text/modify-tspan-position-bug.html: Added. |
| |
| 2012-05-15 Abhishek Arya <inferno@chromium.org> |
| |
| Crash in Document::nodeChildrenWillBeRemoved. |
| https://bugs.webkit.org/show_bug.cgi?id=85247 |
| |
| Reviewed by Hajime Morita. |
| |
| * fast/dom/HTMLObjectElement/beforeload-set-text-crash-expected.txt: Added. |
| * fast/dom/HTMLObjectElement/beforeload-set-text-crash.xhtml: Added. |
| |
| 2012-05-15 Li Yin <li.yin@intel.com> |
| |
| [Worker] Web Worker lacks test for posting structured data message. |
| https://bugs.webkit.org/show_bug.cgi?id=86556 |
| |
| Reviewed by David Levin. |
| |
| From http://www.w3.org/TR/2012/CR-workers-20120501/#communicating-with-a-dedicated-worker |
| Structured data can be sent over the communication channel. |
| |
| * fast/workers/resources/worker-structure-message.js: Added. |
| (self.onmessage): |
| * fast/workers/worker-structure-message-expected.txt: Added. |
| * fast/workers/worker-structure-message.html: Added. |
| |
| 2012-05-15 Kangil Han <kangil.han@samsung.com> |
| |
| [EFL][DRT] Fix eventSender key providing |
| https://bugs.webkit.org/show_bug.cgi?id=84710 |
| |
| Reviewed by Andreas Kling. |
| |
| Currently eventSender doesn't provide key event correctly. |
| For example, 'Right' will be visible when 'right arrow' key event is fired. |
| Given circumstance, nothing has to be shown. |
| Therefore, this patch fixed incorrectly provided key event. |
| |
| * platform/efl/Skipped: |
| |
| 2012-05-15 Kenichi Ishibashi <bashi@chromium.org> |
| |
| Unreviewed chromium test expectation update after r117206 |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-05-15 Igor Oliveira <igor.o@sisa.samsung.com> |
| |
| regression(111639): Issue with simultaneous CSS animations |
| https://bugs.webkit.org/show_bug.cgi?id=85929 |
| |
| Reviewed by Dean Jackson. |
| |
| * animations/fill-mode-forwards-expected.txt: Added. |
| * animations/fill-mode-forwards.html: Added. |
| |
| 2012-05-15 Alexis Menard <alexis.menard@openbossa.org> |
| |
| Unreviewed gardening for Qt. |
| |
| These tests were unskipped but their expectations were not up-to-date. |
| |
| * platform/qt/fast/borders/inline-mask-overlay-image-outset-expected.txt: |
| * platform/qt/fast/borders/inline-mask-overlay-image-outset-vertical-rl-expected.txt: |
| |
| 2012-05-15 Kihong Kwon <kihong.kwon@samsung.com> |
| |
| [EFL] Enable Fullscreen API |
| https://bugs.webkit.org/show_bug.cgi?id=85870 |
| |
| Reviewed by Antonio Gomes. |
| |
| * platform/efl/Skipped: Remove fullscreen/video-controls-override.html. |
| * platform/efl/fullscreen/full-screen-iframe-zIndex-expected.png: Added. |
| * platform/efl/fullscreen/full-screen-placeholder-expected.txt: Added. |
| * platform/efl/fullscreen/full-screen-remove-ancestor-after-expected.png: Added. |
| * platform/efl/fullscreen/full-screen-render-inline-expected.txt: Added. |
| * platform/efl/fullscreen/full-screen-stacking-context-expected.png: Added. |
| * platform/efl/fullscreen/full-screen-zIndex-after-expected.png: Added. |
| * platform/efl/fullscreen/full-screen-zIndex-expected.png: Added. |
| * platform/efl/fullscreen/parent-flow-inline-with-block-child-expected.png: Added. |
| * platform/efl/fullscreen/parent-flow-inline-with-block-child-expected.txt: Added. |
| * platform/efl/test_expectations.txt: Remove fullscreen and media/video-play-require-user-gesture.html |
| - Add full-screen-keyboard-disabled.html and video-controls-drag.html to the efl's test_expectation.txt |
| |
| 2012-05-15 Robert Hogan <robert@webkit.org> |
| |
| Heap-use-after-free in WebCore::RenderBlock::layoutRunsAndFloats |
| https://bugs.webkit.org/show_bug.cgi?id=86206 |
| |
| Reviewed by Abhishek Arya. |
| |
| Revert https://trac.webkit.org/changeset/116438/ and subsequent pixel results. It caused three different regressions on |
| ClusterFuzz. |
| |
| * css2.1/20110323/first-letter-000.htm: Removed. |
| * css2.1/20110323/first-letter-001.htm: Removed. |
| * css2.1/20110323/first-letter-dynamic-001.htm: Removed. |
| * css2.1/20110323/first-letter-dynamic-002.htm: Removed. |
| * css2.1/20110323/first-letter-dynamic-003a.htm: Removed. |
| * css2.1/20110323/first-letter-dynamic-003b.htm: Removed. |
| * css2.1/20110323/first-letter-inherit-001.htm: Removed. |
| * css2.1/20110323/first-letter-nested-001.htm: Removed. |
| * css2.1/20110323/first-letter-nested-002.htm: Removed. |
| * css2.1/20110323/first-letter-nested-003.htm: Removed. |
| * css2.1/20110323/first-letter-nested-004.htm: Removed. |
| * css2.1/20110323/first-letter-nested-005.htm: Removed. |
| * css2.1/20110323/first-letter-nested-006.htm: Removed. |
| * css2.1/20110323/first-letter-nested-007.htm: Removed. |
| * css2.1/20110323/first-letter-quote-001.htm: Removed. |
| * css2.1/20110323/first-letter-quote-002.htm: Removed. |
| * css2.1/20110323/first-letter-quote-003.htm: Removed. |
| * css2.1/20110323/first-letter-quote-004.htm: Removed. |
| * css2.1/20110323/first-letter-quote-005.htm: Removed. |
| * css2.1/20110323/first-letter-quote-006.htm: Removed. |
| * fast/css/first-letter-capitalized-edit-select-crash-expected.txt: |
| * fast/css/first-letter-nested-positioned.htm: Removed. |
| * fast/css/first-letter-quotes-no-content-before-after.html: Removed. |
| * platform/chromium-linux/css2.1/20110323/first-letter-000-expected.png: Removed. |
| * platform/chromium-linux/css2.1/20110323/first-letter-001-expected.png: Removed. |
| * platform/chromium-linux/css2.1/20110323/first-letter-dynamic-001-expected.png: Removed. |
| * platform/chromium-linux/css2.1/20110323/first-letter-dynamic-002-expected.png: Removed. |
| * platform/chromium-linux/css2.1/20110323/first-letter-dynamic-003a-expected.png: Removed. |
| * platform/chromium-linux/css2.1/20110323/first-letter-dynamic-003b-expected.png: Removed. |
| * platform/chromium-linux/css2.1/20110323/first-letter-inherit-001-expected.png: Removed. |
| * platform/chromium-linux/css2.1/20110323/first-letter-nested-001-expected.png: Removed. |
| * platform/chromium-linux/css2.1/20110323/first-letter-nested-002-expected.png: Removed. |
| * platform/chromium-linux/css2.1/20110323/first-letter-nested-003-expected.png: Removed. |
| * platform/chromium-linux/css2.1/20110323/first-letter-nested-004-expected.png: Removed. |
| * platform/chromium-linux/css2.1/20110323/first-letter-nested-005-expected.png: Removed. |
| * platform/chromium-linux/css2.1/20110323/first-letter-nested-006-expected.png: Removed. |
| * platform/chromium-linux/css2.1/20110323/first-letter-nested-007-expected.png: Removed. |
| * platform/chromium-linux/css2.1/20110323/first-letter-quote-001-expected.png: Removed. |
| * platform/chromium-linux/css2.1/20110323/first-letter-quote-002-expected.png: Removed. |
| * platform/chromium-linux/css2.1/20110323/first-letter-quote-003-expected.png: Removed. |
| * platform/chromium-linux/css2.1/20110323/first-letter-quote-004-expected.png: Removed. |
| * platform/chromium-linux/css2.1/20110323/first-letter-quote-005-expected.png: Removed. |
| * platform/chromium-linux/css2.1/20110323/first-letter-quote-006-expected.png: Removed. |
| * platform/chromium-linux/fast/css/first-letter-nested-positioned-expected.png: Removed. |
| * platform/chromium-linux/fast/css/first-letter-quotes-no-content-before-after-expected.png: Removed. |
| * platform/chromium-mac-leopard/css2.1/20110323/first-letter-000-expected.png: Removed. |
| * platform/chromium-mac-leopard/css2.1/20110323/first-letter-dynamic-001-expected.png: Removed. |
| * platform/chromium-mac-leopard/css2.1/20110323/first-letter-dynamic-002-expected.png: Removed. |
| * platform/chromium-mac-leopard/css2.1/20110323/first-letter-dynamic-003a-expected.png: Removed. |
| * platform/chromium-mac-leopard/css2.1/20110323/first-letter-dynamic-003b-expected.png: Removed. |
| * platform/chromium-mac-leopard/css2.1/20110323/first-letter-inherit-001-expected.png: Removed. |
| * platform/chromium-mac-leopard/css2.1/20110323/first-letter-quote-001-expected.png: Removed. |
| * platform/chromium-mac-leopard/css2.1/20110323/first-letter-quote-002-expected.png: Removed. |
| * platform/chromium-mac-leopard/css2.1/20110323/first-letter-quote-003-expected.png: Removed. |
| * platform/chromium-mac-leopard/css2.1/20110323/first-letter-quote-004-expected.png: Removed. |
| * platform/chromium-mac-leopard/css2.1/20110323/first-letter-quote-005-expected.png: Removed. |
| * platform/chromium-mac-leopard/css2.1/20110323/first-letter-quote-006-expected.png: Removed. |
| * platform/chromium-mac-leopard/fast/css/first-letter-nested-positioned-expected.png: Removed. |
| * platform/chromium-mac-leopard/fast/css/first-letter-quotes-no-content-before-after-expected.png: Removed. |
| * platform/chromium-mac-snowleopard/css2.1/20110323/first-letter-000-expected.png: Removed. |
| * platform/chromium-mac-snowleopard/css2.1/20110323/first-letter-dynamic-001-expected.png: Removed. |
| * platform/chromium-mac-snowleopard/css2.1/20110323/first-letter-dynamic-002-expected.png: Removed. |
| * platform/chromium-mac-snowleopard/css2.1/20110323/first-letter-dynamic-003a-expected.png: Removed. |
| * platform/chromium-mac-snowleopard/css2.1/20110323/first-letter-dynamic-003b-expected.png: Removed. |
| * platform/chromium-mac-snowleopard/css2.1/20110323/first-letter-inherit-001-expected.png: Removed. |
| * platform/chromium-mac-snowleopard/css2.1/20110323/first-letter-quote-001-expected.png: Removed. |
| * platform/chromium-mac-snowleopard/css2.1/20110323/first-letter-quote-002-expected.png: Removed. |
| * platform/chromium-mac-snowleopard/css2.1/20110323/first-letter-quote-003-expected.png: Removed. |
| * platform/chromium-mac-snowleopard/css2.1/20110323/first-letter-quote-004-expected.png: Removed. |
| * platform/chromium-mac-snowleopard/css2.1/20110323/first-letter-quote-005-expected.png: Removed. |
| * platform/chromium-mac-snowleopard/css2.1/20110323/first-letter-quote-006-expected.png: Removed. |
| * platform/chromium-mac-snowleopard/fast/css/first-letter-nested-positioned-expected.png: Removed. |
| * platform/chromium-mac-snowleopard/fast/css/first-letter-quotes-no-content-before-after-expected.png: Removed. |
| * platform/chromium-mac/css2.1/20110323/first-letter-000-expected.png: Removed. |
| * platform/chromium-mac/css2.1/20110323/first-letter-000-expected.txt: Removed. |
| * platform/chromium-mac/css2.1/20110323/first-letter-001-expected.png: Removed. |
| * platform/chromium-mac/css2.1/20110323/first-letter-001-expected.txt: Removed. |
| * platform/chromium-mac/css2.1/20110323/first-letter-dynamic-001-expected.png: Removed. |
| * platform/chromium-mac/css2.1/20110323/first-letter-dynamic-001-expected.txt: Removed. |
| * platform/chromium-mac/css2.1/20110323/first-letter-dynamic-002-expected.png: Removed. |
| * platform/chromium-mac/css2.1/20110323/first-letter-dynamic-002-expected.txt: Removed. |
| * platform/chromium-mac/css2.1/20110323/first-letter-dynamic-003a-expected.png: Removed. |
| * platform/chromium-mac/css2.1/20110323/first-letter-dynamic-003a-expected.txt: Removed. |
| * platform/chromium-mac/css2.1/20110323/first-letter-dynamic-003b-expected.png: Removed. |
| * platform/chromium-mac/css2.1/20110323/first-letter-dynamic-003b-expected.txt: Removed. |
| * platform/chromium-mac/css2.1/20110323/first-letter-inherit-001-expected.png: Removed. |
| * platform/chromium-mac/css2.1/20110323/first-letter-inherit-001-expected.txt: Removed. |
| * platform/chromium-mac/css2.1/20110323/first-letter-nested-001-expected.png: Removed. |
| * platform/chromium-mac/css2.1/20110323/first-letter-nested-001-expected.txt: Removed. |
| * platform/chromium-mac/css2.1/20110323/first-letter-nested-002-expected.png: Removed. |
| * platform/chromium-mac/css2.1/20110323/first-letter-nested-002-expected.txt: Removed. |
| * platform/chromium-mac/css2.1/20110323/first-letter-nested-003-expected.png: Removed. |
| * platform/chromium-mac/css2.1/20110323/first-letter-nested-003-expected.txt: Removed. |
| * platform/chromium-mac/css2.1/20110323/first-letter-nested-004-expected.png: Removed. |
| * platform/chromium-mac/css2.1/20110323/first-letter-nested-004-expected.txt: Removed. |
| * platform/chromium-mac/css2.1/20110323/first-letter-nested-005-expected.png: Removed. |
| * platform/chromium-mac/css2.1/20110323/first-letter-nested-005-expected.txt: Removed. |
| * platform/chromium-mac/css2.1/20110323/first-letter-nested-006-expected.png: Removed. |
| * platform/chromium-mac/css2.1/20110323/first-letter-nested-006-expected.txt: Removed. |
| * platform/chromium-mac/css2.1/20110323/first-letter-nested-007-expected.png: Removed. |
| * platform/chromium-mac/css2.1/20110323/first-letter-nested-007-expected.txt: Removed. |
| * platform/chromium-mac/css2.1/20110323/first-letter-quote-001-expected.png: Removed. |
| * platform/chromium-mac/css2.1/20110323/first-letter-quote-001-expected.txt: Removed. |
| * platform/chromium-mac/css2.1/20110323/first-letter-quote-002-expected.png: Removed. |
| * platform/chromium-mac/css2.1/20110323/first-letter-quote-002-expected.txt: Removed. |
| * platform/chromium-mac/css2.1/20110323/first-letter-quote-003-expected.png: Removed. |
| * platform/chromium-mac/css2.1/20110323/first-letter-quote-003-expected.txt: Removed. |
| * platform/chromium-mac/css2.1/20110323/first-letter-quote-004-expected.png: Removed. |
| * platform/chromium-mac/css2.1/20110323/first-letter-quote-004-expected.txt: Removed. |
| * platform/chromium-mac/css2.1/20110323/first-letter-quote-005-expected.png: Removed. |
| * platform/chromium-mac/css2.1/20110323/first-letter-quote-005-expected.txt: Removed. |
| * platform/chromium-mac/css2.1/20110323/first-letter-quote-006-expected.png: Removed. |
| * platform/chromium-mac/css2.1/20110323/first-letter-quote-006-expected.txt: Removed. |
| * platform/chromium-mac/fast/css/first-letter-nested-positioned-expected.png: Removed. |
| * platform/chromium-mac/fast/css/first-letter-nested-positioned-expected.txt: Removed. |
| * platform/chromium-mac/fast/css/first-letter-quotes-no-content-before-after-expected.png: Removed. |
| * platform/chromium-mac/fast/css/first-letter-quotes-no-content-before-after-expected.txt: Removed. |
| * platform/chromium-win/css2.1/20110323/first-letter-000-expected.png: Removed. |
| * platform/chromium-win/css2.1/20110323/first-letter-000-expected.txt: Removed. |
| * platform/chromium-win/css2.1/20110323/first-letter-001-expected.png: Removed. |
| * platform/chromium-win/css2.1/20110323/first-letter-001-expected.txt: Removed. |
| * platform/chromium-win/css2.1/20110323/first-letter-dynamic-001-expected.png: Removed. |
| * platform/chromium-win/css2.1/20110323/first-letter-dynamic-001-expected.txt: Removed. |
| * platform/chromium-win/css2.1/20110323/first-letter-dynamic-002-expected.png: Removed. |
| * platform/chromium-win/css2.1/20110323/first-letter-dynamic-002-expected.txt: Removed. |
| * platform/chromium-win/css2.1/20110323/first-letter-dynamic-003a-expected.png: Removed. |
| * platform/chromium-win/css2.1/20110323/first-letter-dynamic-003a-expected.txt: Removed. |
| * platform/chromium-win/css2.1/20110323/first-letter-dynamic-003b-expected.png: Removed. |
| * platform/chromium-win/css2.1/20110323/first-letter-dynamic-003b-expected.txt: Removed. |
| * platform/chromium-win/css2.1/20110323/first-letter-inherit-001-expected.png: Removed. |
| * platform/chromium-win/css2.1/20110323/first-letter-inherit-001-expected.txt: Removed. |
| * platform/chromium-win/css2.1/20110323/first-letter-nested-001-expected.png: Removed. |
| * platform/chromium-win/css2.1/20110323/first-letter-nested-001-expected.txt: Removed. |
| * platform/chromium-win/css2.1/20110323/first-letter-nested-002-expected.png: Removed. |
| * platform/chromium-win/css2.1/20110323/first-letter-nested-002-expected.txt: Removed. |
| * platform/chromium-win/css2.1/20110323/first-letter-nested-003-expected.png: Removed. |
| * platform/chromium-win/css2.1/20110323/first-letter-nested-003-expected.txt: Removed. |
| * platform/chromium-win/css2.1/20110323/first-letter-nested-004-expected.png: Removed. |
| * platform/chromium-win/css2.1/20110323/first-letter-nested-004-expected.txt: Removed. |
| * platform/chromium-win/css2.1/20110323/first-letter-nested-005-expected.png: Removed. |
| * platform/chromium-win/css2.1/20110323/first-letter-nested-005-expected.txt: Removed. |
| * platform/chromium-win/css2.1/20110323/first-letter-nested-006-expected.png: Removed. |
| * platform/chromium-win/css2.1/20110323/first-letter-nested-006-expected.txt: Removed. |
| * platform/chromium-win/css2.1/20110323/first-letter-nested-007-expected.png: Removed. |
| * platform/chromium-win/css2.1/20110323/first-letter-nested-007-expected.txt: Removed. |
| * platform/chromium-win/css2.1/20110323/first-letter-quote-001-expected.png: Removed. |
| * platform/chromium-win/css2.1/20110323/first-letter-quote-001-expected.txt: Removed. |
| * platform/chromium-win/css2.1/20110323/first-letter-quote-002-expected.png: Removed. |
| * platform/chromium-win/css2.1/20110323/first-letter-quote-002-expected.txt: Removed. |
| * platform/chromium-win/css2.1/20110323/first-letter-quote-003-expected.png: Removed. |
| * platform/chromium-win/css2.1/20110323/first-letter-quote-003-expected.txt: Removed. |
| * platform/chromium-win/css2.1/20110323/first-letter-quote-004-expected.png: Removed. |
| * platform/chromium-win/css2.1/20110323/first-letter-quote-004-expected.txt: Removed. |
| * platform/chromium-win/css2.1/20110323/first-letter-quote-005-expected.png: Removed. |
| * platform/chromium-win/css2.1/20110323/first-letter-quote-005-expected.txt: Removed. |
| * platform/chromium-win/css2.1/20110323/first-letter-quote-006-expected.png: Removed. |
| * platform/chromium-win/css2.1/20110323/first-letter-quote-006-expected.txt: Removed. |
| * platform/chromium-win/fast/css/first-letter-nested-positioned-expected.png: Removed. |
| * platform/chromium-win/fast/css/first-letter-nested-positioned-expected.txt: Removed. |
| * platform/chromium-win/fast/css/first-letter-quotes-no-content-before-after-expected.png: Removed. |
| * platform/chromium-win/fast/css/first-letter-quotes-no-content-before-after-expected.txt: Removed. |
| * platform/efl/css2.1/20110323/first-letter-000-expected.png: Removed. |
| * platform/efl/css2.1/20110323/first-letter-000-expected.txt: Removed. |
| * platform/efl/css2.1/20110323/first-letter-001-expected.png: Removed. |
| * platform/efl/css2.1/20110323/first-letter-001-expected.txt: Removed. |
| * platform/efl/css2.1/20110323/first-letter-dynamic-001-expected.png: Removed. |
| * platform/efl/css2.1/20110323/first-letter-dynamic-001-expected.txt: Removed. |
| * platform/efl/css2.1/20110323/first-letter-dynamic-002-expected.png: Removed. |
| * platform/efl/css2.1/20110323/first-letter-dynamic-002-expected.txt: Removed. |
| * platform/efl/css2.1/20110323/first-letter-dynamic-003a-expected.png: Removed. |
| * platform/efl/css2.1/20110323/first-letter-dynamic-003a-expected.txt: Removed. |
| * platform/efl/css2.1/20110323/first-letter-dynamic-003b-expected.png: Removed. |
| * platform/efl/css2.1/20110323/first-letter-dynamic-003b-expected.txt: Removed. |
| * platform/efl/css2.1/20110323/first-letter-inherit-001-expected.png: Removed. |
| * platform/efl/css2.1/20110323/first-letter-inherit-001-expected.txt: Removed. |
| * platform/efl/css2.1/20110323/first-letter-nested-001-expected.png: Removed. |
| * platform/efl/css2.1/20110323/first-letter-nested-001-expected.txt: Removed. |
| * platform/efl/css2.1/20110323/first-letter-nested-002-expected.png: Removed. |
| * platform/efl/css2.1/20110323/first-letter-nested-002-expected.txt: Removed. |
| * platform/efl/css2.1/20110323/first-letter-nested-003-expected.png: Removed. |
| * platform/efl/css2.1/20110323/first-letter-nested-003-expected.txt: Removed. |
| * platform/efl/css2.1/20110323/first-letter-nested-004-expected.png: Removed. |
| * platform/efl/css2.1/20110323/first-letter-nested-004-expected.txt: Removed. |
| * platform/efl/css2.1/20110323/first-letter-nested-005-expected.png: Removed. |
| * platform/efl/css2.1/20110323/first-letter-nested-005-expected.txt: Removed. |
| * platform/efl/css2.1/20110323/first-letter-nested-006-expected.png: Removed. |
| * platform/efl/css2.1/20110323/first-letter-nested-006-expected.txt: Removed. |
| * platform/efl/css2.1/20110323/first-letter-nested-007-expected.png: Removed. |
| * platform/efl/css2.1/20110323/first-letter-nested-007-expected.txt: Removed. |
| * platform/efl/css2.1/20110323/first-letter-quote-001-expected.png: Removed. |
| * platform/efl/css2.1/20110323/first-letter-quote-001-expected.txt: Removed. |
| * platform/efl/css2.1/20110323/first-letter-quote-002-expected.png: Removed. |
| * platform/efl/css2.1/20110323/first-letter-quote-002-expected.txt: Removed. |
| * platform/efl/css2.1/20110323/first-letter-quote-003-expected.png: Removed. |
| * platform/efl/css2.1/20110323/first-letter-quote-003-expected.txt: Removed. |
| * platform/efl/css2.1/20110323/first-letter-quote-004-expected.png: Removed. |
| * platform/efl/css2.1/20110323/first-letter-quote-004-expected.txt: Removed. |
| * platform/efl/css2.1/20110323/first-letter-quote-005-expected.png: Removed. |
| * platform/efl/css2.1/20110323/first-letter-quote-005-expected.txt: Removed. |
| * platform/efl/css2.1/20110323/first-letter-quote-006-expected.png: Removed. |
| * platform/efl/css2.1/20110323/first-letter-quote-006-expected.txt: Removed. |
| * platform/efl/fast/css/first-letter-nested-positioned-expected.png: Removed. |
| * platform/efl/fast/css/first-letter-nested-positioned-expected.txt: Removed. |
| * platform/efl/fast/css/first-letter-quotes-no-content-before-after-expected.png: Removed. |
| * platform/efl/fast/css/first-letter-quotes-no-content-before-after-expected.txt: Removed. |
| * platform/gtk/css2.1/20110323/first-letter-000-expected.txt: Removed. |
| * platform/gtk/css2.1/20110323/first-letter-001-expected.txt: Removed. |
| * platform/gtk/css2.1/20110323/first-letter-dynamic-001-expected.txt: Removed. |
| * platform/gtk/css2.1/20110323/first-letter-dynamic-002-expected.txt: Removed. |
| * platform/gtk/css2.1/20110323/first-letter-dynamic-003a-expected.txt: Removed. |
| * platform/gtk/css2.1/20110323/first-letter-dynamic-003b-expected.txt: Removed. |
| * platform/gtk/css2.1/20110323/first-letter-inherit-001-expected.txt: Removed. |
| * platform/gtk/css2.1/20110323/first-letter-nested-001-expected.txt: Removed. |
| * platform/gtk/css2.1/20110323/first-letter-nested-002-expected.txt: Removed. |
| * platform/gtk/css2.1/20110323/first-letter-nested-003-expected.txt: Removed. |
| * platform/gtk/css2.1/20110323/first-letter-nested-004-expected.txt: Removed. |
| * platform/gtk/css2.1/20110323/first-letter-nested-005-expected.txt: Removed. |
| * platform/gtk/css2.1/20110323/first-letter-nested-006-expected.txt: Removed. |
| * platform/gtk/css2.1/20110323/first-letter-nested-007-expected.txt: Removed. |
| * platform/gtk/css2.1/20110323/first-letter-quote-001-expected.txt: Removed. |
| * platform/gtk/css2.1/20110323/first-letter-quote-002-expected.txt: Removed. |
| * platform/gtk/css2.1/20110323/first-letter-quote-003-expected.txt: Removed. |
| * platform/gtk/css2.1/20110323/first-letter-quote-004-expected.txt: Removed. |
| * platform/gtk/css2.1/20110323/first-letter-quote-005-expected.txt: Removed. |
| * platform/gtk/css2.1/20110323/first-letter-quote-006-expected.txt: Removed. |
| * platform/gtk/fast/css/first-letter-nested-positioned-expected.txt: Removed. |
| * platform/gtk/fast/css/first-letter-quotes-no-content-before-after-expected.txt: Removed. |
| * platform/mac/css2.1/20110323/first-letter-000-expected.txt: Removed. |
| * platform/mac/css2.1/20110323/first-letter-001-expected.txt: Removed. |
| * platform/mac/css2.1/20110323/first-letter-dynamic-001-expected.txt: Removed. |
| * platform/mac/css2.1/20110323/first-letter-dynamic-002-expected.txt: Removed. |
| * platform/mac/css2.1/20110323/first-letter-dynamic-003a-expected.txt: Removed. |
| * platform/mac/css2.1/20110323/first-letter-dynamic-003b-expected.txt: Removed. |
| * platform/mac/css2.1/20110323/first-letter-inherit-001-expected.txt: Removed. |
| * platform/mac/css2.1/20110323/first-letter-nested-001-expected.txt: Removed. |
| * platform/mac/css2.1/20110323/first-letter-nested-002-expected.txt: Removed. |
| * platform/mac/css2.1/20110323/first-letter-nested-003-expected.txt: Removed. |
| * platform/mac/css2.1/20110323/first-letter-nested-004-expected.txt: Removed. |
| * platform/mac/css2.1/20110323/first-letter-nested-005-expected.txt: Removed. |
| * platform/mac/css2.1/20110323/first-letter-nested-006-expected.txt: Removed. |
| * platform/mac/css2.1/20110323/first-letter-nested-007-expected.txt: Removed. |
| * platform/mac/css2.1/20110323/first-letter-quote-001-expected.txt: Removed. |
| * platform/mac/css2.1/20110323/first-letter-quote-002-expected.txt: Removed. |
| * platform/mac/css2.1/20110323/first-letter-quote-003-expected.txt: Removed. |
| * platform/mac/css2.1/20110323/first-letter-quote-004-expected.txt: Removed. |
| * platform/mac/css2.1/20110323/first-letter-quote-005-expected.txt: Removed. |
| * platform/mac/css2.1/20110323/first-letter-quote-006-expected.txt: Removed. |
| * platform/mac/fast/css/first-letter-nested-positioned-expected.txt: Removed. |
| * platform/mac/fast/css/first-letter-quotes-no-content-before-after-expected.txt: Removed. |
| * platform/qt/css2.1/20110323/first-letter-000-expected.png: Removed. |
| * platform/qt/css2.1/20110323/first-letter-000-expected.txt: Removed. |
| * platform/qt/css2.1/20110323/first-letter-001-expected.png: Removed. |
| * platform/qt/css2.1/20110323/first-letter-001-expected.txt: Removed. |
| * platform/qt/css2.1/20110323/first-letter-dynamic-001-expected.png: Removed. |
| * platform/qt/css2.1/20110323/first-letter-dynamic-001-expected.txt: Removed. |
| * platform/qt/css2.1/20110323/first-letter-dynamic-002-expected.png: Removed. |
| * platform/qt/css2.1/20110323/first-letter-dynamic-002-expected.txt: Removed. |
| * platform/qt/css2.1/20110323/first-letter-dynamic-003a-expected.png: Removed. |
| * platform/qt/css2.1/20110323/first-letter-dynamic-003a-expected.txt: Removed. |
| * platform/qt/css2.1/20110323/first-letter-dynamic-003b-expected.png: Removed. |
| * platform/qt/css2.1/20110323/first-letter-dynamic-003b-expected.txt: Removed. |
| * platform/qt/css2.1/20110323/first-letter-inherit-001-expected.png: Removed. |
| * platform/qt/css2.1/20110323/first-letter-inherit-001-expected.txt: Removed. |
| * platform/qt/css2.1/20110323/first-letter-nested-001-expected.png: Removed. |
| * platform/qt/css2.1/20110323/first-letter-nested-001-expected.txt: Removed. |
| * platform/qt/css2.1/20110323/first-letter-nested-002-expected.png: Removed. |
| * platform/qt/css2.1/20110323/first-letter-nested-002-expected.txt: Removed. |
| * platform/qt/css2.1/20110323/first-letter-nested-003-expected.png: Removed. |
| * platform/qt/css2.1/20110323/first-letter-nested-003-expected.txt: Removed. |
| * platform/qt/css2.1/20110323/first-letter-nested-004-expected.png: Removed. |
| * platform/qt/css2.1/20110323/first-letter-nested-004-expected.txt: Removed. |
| * platform/qt/css2.1/20110323/first-letter-nested-005-expected.png: Removed. |
| * platform/qt/css2.1/20110323/first-letter-nested-005-expected.txt: Removed. |
| * platform/qt/css2.1/20110323/first-letter-nested-006-expected.png: Removed. |
| * platform/qt/css2.1/20110323/first-letter-nested-006-expected.txt: Removed. |
| * platform/qt/css2.1/20110323/first-letter-nested-007-expected.png: Removed. |
| * platform/qt/css2.1/20110323/first-letter-nested-007-expected.txt: Removed. |
| * platform/qt/css2.1/20110323/first-letter-quote-001-expected.png: Removed. |
| * platform/qt/css2.1/20110323/first-letter-quote-001-expected.txt: Removed. |
| * platform/qt/css2.1/20110323/first-letter-quote-002-expected.png: Removed. |
| * platform/qt/css2.1/20110323/first-letter-quote-002-expected.txt: Removed. |
| * platform/qt/css2.1/20110323/first-letter-quote-003-expected.png: Removed. |
| * platform/qt/css2.1/20110323/first-letter-quote-003-expected.txt: Removed. |
| * platform/qt/css2.1/20110323/first-letter-quote-004-expected.png: Removed. |
| * platform/qt/css2.1/20110323/first-letter-quote-004-expected.txt: Removed. |
| * platform/qt/css2.1/20110323/first-letter-quote-005-expected.png: Removed. |
| * platform/qt/css2.1/20110323/first-letter-quote-005-expected.txt: Removed. |
| * platform/qt/css2.1/20110323/first-letter-quote-006-expected.png: Removed. |
| * platform/qt/css2.1/20110323/first-letter-quote-006-expected.txt: Removed. |
| * platform/qt/fast/css/first-letter-nested-positioned-expected.png: Removed. |
| * platform/qt/fast/css/first-letter-nested-positioned-expected.txt: Removed. |
| * platform/qt/fast/css/first-letter-quotes-no-content-before-after-expected.png: Removed. |
| * platform/qt/fast/css/first-letter-quotes-no-content-before-after-expected.txt: Removed. |
| |
| 2012-05-15 Raphael Kubo da Costa <rakuco@webkit.org> |
| |
| [EFL] Gardening after r117169. |
| |
| * platform/efl/test_expectations.txt: Unskip test that now passes. |
| |
| 2012-05-15 Raphael Kubo da Costa <rakuco@webkit.org> |
| |
| [EFL] Gardening after r117160. |
| |
| * platform/efl/test_expectations.txt: Skip test that depends on blob |
| support. |
| |
| 2012-05-15 Keyar Hood <keyar@chromium.org> |
| |
| Skia does not respect a specified InterpolationQuality |
| https://bugs.webkit.org/show_bug.cgi?id=86249 |
| |
| Reviewed by Stephen White. |
| |
| Now expecting the following to tests to have an IMAGE failure: |
| svg/custom/pointer-events-image-css-transform.svg |
| svg/custom/pointer-events-image.svg |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-05-15 Philippe Normand <pnormand@igalia.com> |
| |
| Unreviewed, GTK gardening. |
| |
| * platform/gtk/test_expectations.txt: Skip the mediastream tests |
| because the GTK+ implementation is incomplete. |
| |
| 2012-05-15 Alexis Menard <alexis.menard@openbossa.org> |
| |
| [Qt]3 fast/borders tests assert intermittently |
| https://bugs.webkit.org/show_bug.cgi?id=67994 |
| |
| Reviewed by Darin Adler. |
| |
| These tests are now passing even with --iteration 1000. |
| |
| * platform/qt/Skipped: |
| |
| 2012-05-15 Erik Arvidsson <arv@chromium.org> |
| |
| Result of fast/dom/DOMException/stack-trace.html depends on path (test introduced in r117016) |
| https://bugs.webkit.org/show_bug.cgi?id=86442 |
| |
| Reviewed by Darin Adler. |
| |
| This fixes the test to not print the invalid value (which includes file paths) for the JSC fail case. |
| |
| * fast/dom/DOMException/stack-trace-expected.txt: |
| * fast/dom/DOMException/stack-trace.html: |
| * platform/chromium/fast/dom/DOMException/stack-trace-expected.txt: |
| * platform/gtk/test_expectations.txt: |
| * platform/qt/Skipped: |
| |
| 2012-05-15 Brady Eidson <beidson@apple.com> |
| |
| https://bugs.webkit.org/show_bug.cgi?id=86527 |
| http/tests/media/video-query-url.html fails on Lion bots |
| |
| Add it to the skipped list until Eric can explore. |
| |
| * platform/mac-lion/Skipped: |
| |
| 2012-05-15 Abhishek Arya <inferno@chromium.org> |
| |
| Crash due shadow tree parent confusion in SVG. |
| https://bugs.webkit.org/show_bug.cgi?id=84248 |
| |
| Reviewed by Nikolas Zimmermann. |
| |
| * svg/foreignObject/viewport-foreignobject-crash-expected.html: Added. |
| * svg/foreignObject/viewport-foreignobject-crash.html: Added. |
| |
| 2012-05-15 Lauro Neto <lauro.neto@openbossa.org> |
| |
| [File API] URL methods handling null arguments |
| https://bugs.webkit.org/show_bug.cgi?id=69693 |
| |
| Reviewed by Adam Barth. |
| |
| URL.createObjectURL must return null instead of undefined |
| when a null blob is given as argument. Updated old test that |
| used undefined explicitly. New test by Mark Pilgrim (rebaselined |
| after fix). |
| |
| * fast/files/url-null-expected.txt: Added. |
| * fast/files/url-null.html: Added. |
| * http/tests/fileapi/create-blob-url-from-data-url.html: |
| |
| 2012-05-15 Terry Anderson <tdanderson@chromium.org> |
| |
| [chromium] Compute the best target node on a GestureTap event |
| https://bugs.webkit.org/show_bug.cgi?id=85101 |
| |
| Reviewed by Adam Barth. |
| |
| * platform/chromium/test_expectations.txt: |
| The flaky tests in touchadjustment/ have been addressed in WK86218. |
| |
| 2012-05-15 Mike West <mkwst@chromium.org> |
| |
| Fixing the flaky 'script-src-redirect.html' test. |
| https://bugs.webkit.org/show_bug.cgi?id=86433 |
| |
| Reviewed by Adam Barth. |
| |
| * http/tests/security/contentSecurityPolicy/resources/source-list-parsing-base.js: |
| (test): |
| * http/tests/security/contentSecurityPolicy/script-src-redirect.html: |
| |
| 2012-05-15 Dan Bernstein <mitz@apple.com> |
| |
| Ruby annotation is incorrectly identified as a paragraph boundary |
| https://bugs.webkit.org/show_bug.cgi?id=86507 |
| |
| Reviewed by Darin Adler. |
| |
| * editing/selection/paragraph-with-ruby-expected.txt: Added. |
| * editing/selection/paragraph-with-ruby.html: Added. |
| |
| 2012-05-15 Tommy Widenflycht <tommyw@google.com> |
| |
| MediaStream API: Setting onended on a LocalMediaStream triggers an assertion in V8 |
| https://bugs.webkit.org/show_bug.cgi?id=86459 |
| |
| Reviewed by Adam Barth. |
| |
| * fast/mediastream/LocalMediaStream-onended-expected.txt: Added. |
| * fast/mediastream/LocalMediaStream-onended.html: Added. |
| |
| 2012-05-15 Brady Eidson <beidson@apple.com> |
| |
| Skip a webarchive test I added that fails on WK2. |
| |
| * platform/wk2/Skipped: |
| |
| 2012-05-15 Jian Li <jianli@chromium.org> |
| |
| Unreviewed. Updated chromium test expectations. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-05-15 Florin Malita <fmalita@chromium.org> |
| |
| [Chromium] Unreviewed. Rebaseline svg/repaint/mask-clip-target-transform-expected.png. |
| |
| * platform/chromium-mac/svg/repaint/mask-clip-target-transform-expected.png: Added. |
| * platform/chromium-win/svg/repaint/mask-clip-target-transform-expected.png: Added. |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-05-15 Christophe Dumez <christophe.dumez@intel.com> |
| |
| Unreviewed EFL gardening. |
| |
| Move http/tests/cookies/third-party-cookie-relaxing.html from Skipped |
| list to test_expectations.txt. This test is expected to fail on EFL |
| port and won't be fixed. |
| |
| * platform/efl/Skipped: |
| * platform/efl/test_expectations.txt: |
| |
| 2012-05-15 Csaba Osztrogonác <ossy@webkit.org> |
| |
| [Qt] Unreviewed gardening. Remove duplicated entries because of disabled SUBPIXEL_LAYOUT. |
| |
| * platform/qt-4.8/Skipped: |
| * platform/qt-5.0-wk1/Skipped: |
| * platform/qt-5.0-wk2/Skipped: |
| * platform/qt-5.0/Skipped: |
| * platform/qt-arm/Skipped: |
| * platform/qt-mac/Skipped: |
| |
| 2012-05-15 Thiago Marcos P. Santos <thiago.santos@intel.com> |
| |
| [EFL] Gardening of flaky tests |
| https://bugs.webkit.org/show_bug.cgi?id=86485 |
| |
| Unreviewed gardening. |
| |
| * platform/efl/test_expectations.txt: |
| |
| 2012-05-15 Zoltan Arvai <zarvai@inf.u-szeged.hu> |
| |
| [Qt][Wk2] Unskip passing svg/dynamic-updates tests after r95878. |
| |
| Reviewed by Csaba Osztrogonác. |
| |
| * platform/qt-5.0-wk2/Skipped: |
| |
| 2012-05-15 Csaba Osztrogonác <ossy@webkit.org> |
| |
| [Qt] css1/box_properties/acid_test.html fails in release mode on 32 bit Linux |
| https://bugs.webkit.org/show_bug.cgi?id=36954 |
| |
| Unreviewed gardening, unskip it, because it passes on 32/64 bit too now. (Maybe after r112397) |
| |
| * platform/qt/Skipped: Try to unskip really. :) |
| |
| 2012-05-15 Viatcheslav Ostapenko <ostapenko.viatcheslav@nokia.com> |
| |
| [Qt][WK2] fast/repaint/scroll-in-clipped-layer.html crashes |
| https://bugs.webkit.org/show_bug.cgi?id=80387 |
| |
| Reviewed by Csaba Osztrogonác. |
| |
| Unskip tests for bug 80387. They do not crash now. |
| |
| * platform/qt-5.0-wk2/Skipped: |
| |
| 2012-05-15 Christophe Dumez <christophe.dumez@intel.com> |
| |
| Unreviewed EFL gardening. |
| |
| Unskip test which require USE(ZLIB). It has been enabled for EFL port |
| since r110896). |
| |
| * platform/efl/Skipped: |
| |
| 2012-05-15 Sudarsana Nagineni <sudarsana.nagineni@linux.intel.com> |
| |
| [EFL] [DRT] Unskip passing tests related to computedStyleIncludingVisitedInfo and display |
| https://bugs.webkit.org/show_bug.cgi?id=86473 |
| |
| Unreviewed gardening, unskip now passing tests. |
| |
| * platform/efl/Skipped: |
| |
| 2012-05-15 Csaba Osztrogonác <ossy@webkit.org> |
| |
| [Qt] css1/box_properties/acid_test.html fails in release mode on 32 bit Linux |
| https://bugs.webkit.org/show_bug.cgi?id=36954 |
| |
| Unreviewed gardening, unskip it, because it passes on 32/64 bit too now. (Maybe after r112397) |
| |
| * platform/qt/css1/box_properties/acid_test-expected.png: Added. |
| * platform/qt/css1/box_properties/acid_test-expected.txt: |
| |
| 2012-05-15 Jocelyn Turcotte <jocelyn.turcotte@nokia.com> |
| |
| [Qt] http/tests/xmlhttprequest/xmlhttprequest-check-head-readystate-for-404.html times out |
| https://bugs.webkit.org/show_bug.cgi?id=84016 |
| |
| Reviewed by Simon Hausmann. |
| |
| * platform/qt/Skipped: |
| |
| 2012-05-15 Dinu Jacob <dinu.jacob@nokia.com> |
| |
| [Qt][WK2] fast/loader/create-frame-in-DOMContentLoaded.html crashes |
| https://bugs.webkit.org/show_bug.cgi?id=83578 |
| |
| Unskip passing test. |
| |
| Reviewed by Simon Hausmann. |
| |
| * platform/qt-5.0-wk2/Skipped: |
| |
| 2012-05-15 Vsevolod Vlasov <vsevik@chromium.org> |
| |
| Web Inspector: Refactor SnippetsModel: extract SnippetStorage, make SnippetScriptMapping delegate calls to ScriptSnippetModel and provide public interface on ScriptSnippetModel in terms of uiSourceCodes |
| https://bugs.webkit.org/show_bug.cgi?id=86477 |
| |
| Reviewed by Pavel Feldman. |
| |
| * inspector/debugger/script-snippet-model-expected.txt: Added. |
| * inspector/debugger/script-snippet-model.html: Added. |
| * inspector/debugger/snippets-model-expected.txt: Removed. |
| * inspector/debugger/snippets-model.html: Removed. |
| * inspector/snippet-storage-expected.txt: Added. |
| * inspector/snippet-storage.html: Added. |
| |
| 2012-05-15 Csaba Osztrogonác <ossy@webkit.org> |
| |
| # [Qt] REGRESSION(r113138 ): It made fast/workers/worker-multi-startup.html crash on 32 bit |
| https://bugs.webkit.org/show_bug.cgi?id=83133 |
| |
| Unreviewed gardening, unskip the now passing test. |
| |
| * platform/qt/Skipped: |
| |
| 2012-05-15 Arpita Bahuguna <arpitabahuguna@gmail.com> |
| |
| Making layout testcase: fast/table/empty-section-crash.html result platform independent |
| https://bugs.webkit.org/show_bug.cgi?id=86352 |
| |
| After modifying the current handling of collapsed borders for |
| table (https://bugs.webkit.org/show_bug.cgi?id=67877), the expected output for this testcase |
| changes. Hence, instead of generating new png images and dumprendertext platform specific |
| output files, have made the output platform independant by making it dumpAsText() only. |
| Shall be adding a reftest for this along with https://bugs.webkit.org/show_bug.cgi?id=67877. |
| |
| Reviewed by Antti Koivisto. |
| |
| * fast/table/empty-section-crash-expected.txt: Added. |
| Added new expected file. |
| * fast/table/empty-section-crash.html: |
| Modified testcase to make it dumpAsText(). |
| |
| * platform/chromium-linux/fast/table/empty-section-crash-expected.png: Removed. |
| * platform/chromium-mac-leopard/fast/table/empty-section-crash-expected.png: Removed. |
| * platform/chromium-win/fast/table/empty-section-crash-expected.png: Removed. |
| * platform/chromium-win/fast/table/empty-section-crash-expected.txt: Removed. |
| * platform/efl/fast/table/empty-section-crash-expected.png: Removed. |
| * platform/efl/fast/table/empty-section-crash-expected.txt: Removed. |
| * platform/gtk/fast/table/empty-section-crash-expected.png: Removed. |
| * platform/gtk/fast/table/empty-section-crash-expected.txt: Removed. |
| * platform/mac/fast/table/empty-section-crash-expected.png: Removed. |
| * platform/mac/fast/table/empty-section-crash-expected.txt: Removed. |
| * platform/qt/fast/table/empty-section-crash-expected.png: Removed. |
| * platform/qt/fast/table/empty-section-crash-expected.txt: Removed. |
| Removed the platform specific expected output files for empty-section-crash.html |
| |
| 2012-05-15 Antti Koivisto <antti@apple.com> |
| |
| Tests added in r117012 (plugins/npruntime/delete-plugin-within-*) failing on Mac bots |
| https://bugs.webkit.org/show_bug.cgi?id=86480 |
| |
| Not reviewed. |
| |
| Skipping. |
| |
| * platform/mac/Skipped: |
| |
| 2012-05-15 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Not reviewed. Rebaseline svg/repaint/mask-clip-target-transform-expected.png on Lion. |
| |
| * platform/mac/svg/repaint/mask-clip-target-transform-expected.png: Added. |
| * platform/mac/test_expectations.txt: |
| |
| 2012-05-15 Florin Malita <fmalita@chromium.org> |
| |
| Mask deformations when masked content is rotated |
| https://bugs.webkit.org/show_bug.cgi?id=76527 |
| |
| Reviewed by Nikolas Zimmermann. |
| |
| * platform/chromium-linux/svg/repaint/mask-clip-target-transform-expected.png: Added. |
| * platform/chromium/test_expectations.txt: |
| * platform/mac/test_expectations.txt: |
| * svg/repaint/mask-clip-target-transform-expected.txt: Added. |
| * svg/repaint/mask-clip-target-transform.svg: Added. |
| |
| 2012-05-15 Sheriff Bot <webkit.review.bot@gmail.com> |
| |
| Unreviewed, rolling out r117052. |
| http://trac.webkit.org/changeset/117052 |
| https://bugs.webkit.org/show_bug.cgi?id=86470 |
| |
| Unskipping compositing tests made 500+ other tests fail |
| (sideeffect bug) (Requested by Ossy on #webkit). |
| |
| * platform/qt-4.8/Skipped: |
| |
| 2012-05-15 Ádám Kallai <kadam@inf.u-szeged.hu> |
| |
| [Qt][Wk1] Unskip now passig tests. |
| |
| Reviewed by Csaba Osztrogonác. |
| |
| * platform/qt-4.8/Skipped: |
| |
| 2012-05-15 Yury Semikhatsky <yurys@chromium.org> |
| |
| Web Inspector: implement "Reveal in Dominators view" context menu action |
| https://bugs.webkit.org/show_bug.cgi?id=86455 |
| |
| Reviewed by Pavel Feldman. |
| |
| Test that an object can be revealed in the heap snapshot dominators view |
| by its heap snapshot object id. |
| |
| * inspector/profiler/heap-snapshot-reveal-in-dominators-view-expected.txt: Added. |
| * inspector/profiler/heap-snapshot-reveal-in-dominators-view.html: Added. |
| * inspector/profiler/heap-snapshot-test.js: |
| (initialize_HeapSnapshotTest): |
| (initialize_HeapSnapshotTest.): |
| * platform/mac/Skipped: |
| * platform/qt/Skipped: |
| * platform/win/Skipped: |
| * platform/wincairo/Skipped: |
| |
| 2012-05-15 Zan Dobersek <zandobersek@gmail.com> |
| |
| Unreviewed, marking plugins/npruntime/delete-plugin-within-getProperty.html |
| as crashing for GTK. |
| |
| * platform/gtk/test_expectations.txt: |
| |
| 2012-05-15 Michael Brüning <michael.bruning@nokia.com> |
| |
| [Qt][WK2] http/tests/navigation/https-in-page-cache.html fails with timeout |
| https://bugs.webkit.org/show_bug.cgi?id=83576 |
| |
| Reviewed by Simon Hausmann. |
| |
| Unskipped http/tests/navgiation/https-in-page-cache.html |
| |
| * platform/qt-5.0-wk2/Skipped: |
| |
| 2012-05-15 Zan Dobersek <zandobersek@gmail.com> |
| |
| Unreviewed, GTK gardening after r116986, r117012 and r117016. |
| |
| * platform/gtk/test_expectations.txt: |
| |
| 2012-05-14 Shinya Kawanaka <shinyak@chromium.org> |
| |
| document.execCommand('Indent') in the direct child of ShadowRoot causes a crash. |
| https://bugs.webkit.org/show_bug.cgi?id=86341 |
| |
| Reviewed by Ryosuke Niwa. |
| |
| * editing/shadow/execcommand-indent-in-shadow-expected.txt: Added. |
| * editing/shadow/execcommand-indent-in-shadow.html: Added. |
| |
| 2012-05-15 Kristóf Kosztyó <kkristof@inf.u-szeged.hu> |
| |
| [Qt] 6 SVG tests assert after r107207 |
| https://bugs.webkit.org/show_bug.cgi?id=78332 |
| |
| Reviewed by Csaba Osztrogonác. |
| |
| Unskip these tests because they don't assert now. |
| |
| * platform/qt/Skipped: |
| * platform/qt/svg/custom/absolute-sized-content-with-resources-expected.txt: |
| |
| 2012-05-15 Csaba Osztrogonác <ossy@webkit.org> |
| |
| [Qt] Unreviewed gardening, skip one more crashing/asserting test. |
| |
| * platform/qt/Skipped: |
| |
| 2012-05-15 Christophe Dumez <christophe.dumez@intel.com> |
| |
| [EFL] Update test expectations. |
| |
| Unreviewed EFL gardening, add 2 failing tests to |
| test_expectations.txt and remove 1 test that no longer exists. |
| |
| * platform/efl/test_expectations.txt: |
| |
| 2012-05-14 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Not reviewed. Renegerate three pixel test results on Lion, so that the svg/ pixel tests pass with tolerance 0 again. |
| |
| * platform/mac/svg/as-image/image-respects-pageScaleFactor-expected.png: |
| * platform/mac/svg/custom/inline-svg-in-xhtml-expected.png: |
| * platform/mac/svg/hixie/mixed/003-expected.png: |
| |
| 2012-05-15 Christophe Dumez <christophe.dumez@intel.com> |
| |
| Content Security Policy console error messages should include the violated directive. |
| https://bugs.webkit.org/show_bug.cgi?id=86323 |
| |
| Reviewed by Adam Barth. |
| |
| Update global expectations for 1 Content Security Policy test after r117006. |
| |
| * http/tests/security/contentSecurityPolicy/media-src-blocked-expected.txt: |
| |
| 2012-05-14 Csaba Osztrogonác <ossy@webkit.org> |
| |
| [Qt] Unreviewed morning gardening to paint the Qt bots green. |
| |
| * http/tests/security/contentSecurityPolicy/shared-worker-connect-src-blocked-expected.txt: Updated after r117006. |
| * platform/qt/Skipped: Skip new failing/crashing tests. |
| * platform/qt/http/tests/security/contentSecurityPolicy/xsl-img-blocked-expected.txt: Updated after r117006. |
| |
| 2012-05-14 Kent Tamura <tkent@chromium.org> |
| |
| [Chromium] Update test expectations. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-05-14 Gavin Peters <gavinp@chromium.org> |
| |
| Add Prerenderer, PrerenderHandle and a chromium interface for Prerendering. |
| https://bugs.webkit.org/show_bug.cgi?id=85005 |
| |
| Reviewed by Adam Barth. |
| |
| The prerender case isn't quite a resource load, and using resource loading to |
| retrieve them has constrained the API, and unnecessarily complicated the loader. |
| |
| The new Prerenderer and PrerenderHandle let <link rel=prerender...> elements signal |
| removal and unload to their platform. |
| |
| These tests are being removed, and expectations updated, because the old phantom-load |
| prerendering interface was susceptible to layout testing, and the new interface requires |
| a full platform to test, so it can't really be a layout test. |
| |
| * fast/dom/HTMLLinkElement/prerender-expected.txt: Removed. |
| * fast/dom/HTMLLinkElement/prerender.html: Removed. |
| * platform/gtk/test_expectations.txt: |
| * platform/mac/Skipped: |
| * platform/qt/Skipped: |
| * platform/win/Skipped: |
| * platform/wincairo/Skipped: |
| |
| 2012-05-14 Eric Seidel <eric@webkit.org> |
| |
| Styles are not recalculated when the seamless attribute is dynamically added/removed |
| https://bugs.webkit.org/show_bug.cgi?id=86315 |
| |
| Reviewed by Andreas Kling. |
| |
| Add a subtest to cover this case. |
| |
| * fast/frames/seamless/seamless-css-cascade-expected.txt: |
| * fast/frames/seamless/seamless-css-cascade.html: |
| |
| 2012-05-14 Kent Tamura <tkent@chromium.org> |
| |
| [Chromium] Update text expectations. |
| |
| * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: Renamed from LayoutTests/platform/efl/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt. |
| * platform/chromium-linux-x86/fast/replaced/replaced-breaking-expected.txt: Removed. |
| * platform/chromium-linux/fast/replaced/replaced-breaking-expected.txt: |
| * platform/chromium-mac-snowleopard/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: Removed. |
| * platform/chromium-mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: |
| * platform/chromium/test_expectations.txt: |
| * platform/gtk/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: Removed. |
| |
| 2012-05-14 Dirk Pranke <dpranke@chromium.org> |
| |
| fast/loader/javascript-url-in-embed.html is failing after r115646 |
| https://bugs.webkit.org/show_bug.cgi?id=86414 |
| |
| Unreviewed, expectations change. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-05-14 Erik Arvidsson <arv@chromium.org> |
| |
| [V8] Add "stack" property to DOMException |
| https://bugs.webkit.org/show_bug.cgi?id=85057 |
| |
| Reviewed by Kentaro Hara. |
| |
| When we create a DOM exception we define a V8 accessor for the stack property. This |
| accessor uses a new Error object to get the underlying stack string. |
| |
| * fast/dom/DOMException/stack-trace-expected.txt: Added. |
| * fast/dom/DOMException/stack-trace.html: Added. |
| * platform/chromium/fast/dom/DOMException/stack-trace-expected.txt: Added. |
| |
| 2012-05-14 Dirk Pranke <dpranke@chromium.org> |
| |
| fast/replaced/width100percent-searchfield is still failing on chromium leopard/snowleopard |
| https://bugs.webkit.org/show_bug.cgi?id=86412 |
| |
| Unreviewed, expectations change. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-05-14 Nate Chapin <japhet@chromium.org> |
| |
| Test for https://bugs.webkit.org/show_bug.cgi?id=86131. |
| |
| Reviewed by Adam Barth. |
| |
| * plugins/npruntime/delete-plugin-within-getProperty-expected.txt: Added. |
| * plugins/npruntime/delete-plugin-within-getProperty.html: Added. |
| * plugins/npruntime/delete-plugin-within-hasProperty-return-false-expected.txt: Added. |
| * plugins/npruntime/delete-plugin-within-hasProperty-return-false.html: Added. |
| * plugins/npruntime/delete-plugin-within-hasProperty-return-true-expected.txt: Added. |
| * plugins/npruntime/delete-plugin-within-hasProperty-return-true.html: Added. |
| * plugins/npruntime/delete-plugin-within-invoke-expected.txt: Added. |
| * plugins/npruntime/delete-plugin-within-invoke.html: Added. |
| * plugins/npruntime/delete-plugin-within-setProperty-expected.txt: Added. |
| * plugins/npruntime/delete-plugin-within-setProperty.html: Added. |
| |
| 2012-05-14 Dirk Pranke <dpranke@chromium.org> |
| |
| Rebaseline http/tests/misc/will-send-request-returns-null-on-redirect on chromium. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=60121 |
| |
| Unreviewed, baselines change. |
| |
| * platform/chromium/http/tests/misc/will-send-request-returns-null-on-redirect-expected.txt: Added. |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-05-14 Takashi Sakamoto <tasak@google.com> |
| |
| Crash in WebCore::RenderObject::repaint |
| https://bugs.webkit.org/show_bug.cgi?id=86162 |
| |
| Reviewed by Abhishek Arya. |
| |
| * scrollbars/scrollbar-scrollbarparts-repaint-crash-expected.txt: Added. |
| * scrollbars/scrollbar-scrollbarparts-repaint-crash.html: Added. |
| * scrollbars/scrollbar-percent-padding-crash-expected.txt: Added. |
| * scrollbars/scrollbar-percent-padding-crash.html: Added. |
| |
| 2012-05-14 Mike West <mike@mikewest.org> |
| |
| Content Security Policy console errors include violated directive. |
| https://bugs.webkit.org/show_bug.cgi?id=86323 |
| |
| Sharded http/tests/security/contentSecurityPolicy/source-list-parsing.html |
| into four tests, and reworked it to have a well-defined order. |
| |
| Reviewed by Adam Barth. |
| |
| * http/tests/security/contentSecurityPolicy/block-mixed-content-hides-warning-expected.txt: |
| * http/tests/security/contentSecurityPolicy/combine-multiple-policies-expected.txt: |
| * http/tests/security/contentSecurityPolicy/connect-src-eventsource-blocked-expected.txt: |
| * http/tests/security/contentSecurityPolicy/connect-src-websocket-blocked-expected.txt: |
| * http/tests/security/contentSecurityPolicy/connect-src-xmlhttprequest-blocked-expected.txt: |
| * http/tests/security/contentSecurityPolicy/default-src-inline-blocked-expected.txt: |
| * http/tests/security/contentSecurityPolicy/directive-parsing-01-expected.txt: |
| * http/tests/security/contentSecurityPolicy/directive-parsing-02-expected.txt: |
| * http/tests/security/contentSecurityPolicy/directive-parsing-03-expected.txt: |
| * http/tests/security/contentSecurityPolicy/eval-scripts-setInterval-blocked-expected.txt: |
| * http/tests/security/contentSecurityPolicy/eval-scripts-setTimeout-blocked-expected.txt: |
| * http/tests/security/contentSecurityPolicy/frame-src-blocked-expected.txt: |
| * http/tests/security/contentSecurityPolicy/image-blocked-expected.txt: |
| * http/tests/security/contentSecurityPolicy/inline-script-blocked-expected.txt: |
| * http/tests/security/contentSecurityPolicy/inline-script-blocked-goofy-expected.txt: |
| * http/tests/security/contentSecurityPolicy/inline-script-blocked-javascript-url-expected.txt: |
| * http/tests/security/contentSecurityPolicy/inline-style-attribute-blocked-expected.txt: |
| * http/tests/security/contentSecurityPolicy/inline-style-blocked-expected.txt: |
| * http/tests/security/contentSecurityPolicy/javascript-url-blocked-expected.txt: |
| * http/tests/security/contentSecurityPolicy/object-src-no-url-blocked-expected.txt: |
| * http/tests/security/contentSecurityPolicy/object-src-none-blocked-expected.txt: |
| * http/tests/security/contentSecurityPolicy/report-and-enforce-expected.txt: |
| * http/tests/security/contentSecurityPolicy/report-blocked-uri-cross-origin-expected.txt: |
| * http/tests/security/contentSecurityPolicy/report-blocked-uri-expected.txt: |
| * http/tests/security/contentSecurityPolicy/report-only-expected.txt: |
| * http/tests/security/contentSecurityPolicy/report-only-from-header-expected.txt: |
| * http/tests/security/contentSecurityPolicy/report-uri-expected.txt: |
| * http/tests/security/contentSecurityPolicy/report-uri-from-child-frame-expected.txt: |
| * http/tests/security/contentSecurityPolicy/script-src-none-expected.txt: |
| * http/tests/security/contentSecurityPolicy/script-src-none-inline-event-expected.txt: |
| * http/tests/security/contentSecurityPolicy/script-src-redirect-expected.txt: |
| * http/tests/security/contentSecurityPolicy/script-src-self-blocked-01-expected.txt: |
| * http/tests/security/contentSecurityPolicy/script-src-self-blocked-02-expected.txt: |
| * http/tests/security/contentSecurityPolicy/script-src-self-blocked-03-expected.txt: |
| * http/tests/security/contentSecurityPolicy/source-list-parsing-expected.txt: Removed |
| * http/tests/security/contentSecurityPolicy/source-list-parsing.html: Removed |
| * http/tests/security/contentSecurityPolicy/source-list-parsing-01-expected.txt: Added |
| * http/tests/security/contentSecurityPolicy/source-list-parsing-01.html: Added |
| * http/tests/security/contentSecurityPolicy/source-list-parsing-02-expected.txt: Added |
| * http/tests/security/contentSecurityPolicy/source-list-parsing-02.html: Added |
| * http/tests/security/contentSecurityPolicy/source-list-parsing-03-expected.txt: Added |
| * http/tests/security/contentSecurityPolicy/source-list-parsing-03.html: Added |
| * http/tests/security/contentSecurityPolicy/source-list-parsing-04-expected.txt: Added |
| * http/tests/security/contentSecurityPolicy/source-list-parsing-04.html: Added |
| * http/tests/security/contentSecurityPolicy/srcdoc-doesnt-bypass-script-src-expected.txt: |
| * http/tests/security/contentSecurityPolicy/style-blocked-expected.txt: |
| * http/tests/security/contentSecurityPolicy/worker-connect-src-blocked-expected.txt: |
| * http/tests/security/contentSecurityPolicy/worker-script-src-expected.txt: |
| * http/tests/security/contentSecurityPolicy/xsl-blocked-expected.txt: |
| * http/tests/security/contentSecurityPolicy/xsl-img-blocked-expected.txt: |
| * http/tests/security/contentSecurityPolicy/xsl-unaffected-by-style-src-1-expected.txt: |
| * media/csp-blocks-video-expected.txt: |
| * platform/chromium/http/tests/security/contentSecurityPolicy/media-src-blocked-expected.txt: |
| |
| 2012-05-14 Stephen Chenney <schenney@chromium.org> |
| |
| [chromium] Layout Test svg/carto.net/window.svg is failing |
| https://bugs.webkit.org/show_bug.cgi?id=84810 |
| |
| Unreviewed Chromium test expectations update. |
| |
| * platform/chromium-linux/svg/carto.net/window-expected.png: |
| * platform/chromium-mac-leopard/svg/carto.net/window-expected.png: |
| * platform/chromium-mac-snowleopard/svg/carto.net/window-expected.png: |
| * platform/chromium-mac/svg/carto.net/window-expected.png: |
| * platform/chromium-win/svg/carto.net/window-expected.png: |
| * platform/chromium-win/svg/carto.net/window-expected.txt: |
| * platform/chromium/test_expectations.txt: |
| * platform/efl/svg/carto.net/window-expected.txt: Removed. |
| * platform/gtk/svg/carto.net/window-expected.txt: Removed. |
| * svg/carto.net/window-expected.txt: Added. |
| |
| 2012-05-14 Sheriff Bot <webkit.review.bot@gmail.com> |
| |
| Unreviewed, rolling out r116983. |
| http://trac.webkit.org/changeset/116983 |
| https://bugs.webkit.org/show_bug.cgi?id=86397 |
| |
| Does not compile on chromium-win (Requested by abarth on |
| #webkit). |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-05-14 Stephen Chenney <schenney@chromium.org> |
| |
| [SVG] Nothing should be stroked when the stroke-width is 0 |
| https://bugs.webkit.org/show_bug.cgi?id=83568 |
| |
| Unreviewed Chromium test expectations update. |
| |
| * platform/chromium-linux/svg/custom/path-zero-strokewidth-expected.png: |
| * platform/chromium-mac/svg/custom/js-update-style-expected.png: |
| * platform/chromium-mac/svg/custom/path-zero-strokewidth-expected.png: Modified property svn:mime-type. |
| * platform/chromium-win/svg/custom/js-update-style-expected.png: |
| * platform/chromium-win/svg/custom/path-zero-strokewidth-expected.png: |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-05-14 Jian Li <jianli@chromium.org> |
| |
| Unreviewed. Added more detail to marked test failure for chromium. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-05-14 Dirk Pranke <dpranke@chromium.org> |
| |
| Fix typo in expectations file causing lint to fail. |
| |
| Unreviewed, build fix. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-05-14 Dan Bernstein <mitz@apple.com> |
| |
| Pagination splits lines that could fit on a single page if it were not for their top leading |
| https://bugs.webkit.org/show_bug.cgi?id=86388 |
| |
| Reviewed by Darin Adler. |
| |
| * fast/multicol/split-in-top-margin-expected.html: Added. |
| * fast/multicol/split-in-top-margin.html: Added. |
| |
| 2012-05-14 Joshua Bell <jsbell@chromium.org> |
| |
| Unreviewed - remove a Chromium test expectation. Regressed (with others) by r115582, |
| the specific test (storage/indexeddb/noblobs.html) was fixed in r116337. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-05-14 Terry Anderson <tdanderson@chromium.org> |
| |
| [chromium] Compute the best target node on a GestureTap event |
| https://bugs.webkit.org/show_bug.cgi?id=85101 |
| |
| Reviewed by Adam Barth. |
| |
| * platform/chromium/test_expectations.txt: |
| The flaky tests in touchadjustment/ have been addressed in WK86218. |
| |
| 2012-05-14 Jian Li <jianli@chromium.org> |
| |
| Unreviewed. Mark one test as failed on chromium. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-05-14 Swapna P <spottabathini@innominds.com> |
| |
| Reviewed by Eric Seidel. |
| |
| Bug: Cannot resize frames because frameborder=0 |
| https://bugs.webkit.org/show_bug.cgi?id=23750 |
| |
| Added test case to test whether the frame can be resized when frameborder=0. |
| |
| * fast/frames/frames-with-frameborder-zero-can-be-resized-expected.txt: Added. |
| * fast/frames/frames-with-frameborder-zero-can-be-resized.html: Added. |
| |
| 2012-05-14 Julien Chaffraix <jchaffraix@webkit.org> |
| |
| More gardening after r115846. |
| |
| The rebaselining was partially done. Removed the expected TEXT failures from our Mac bots |
| and rebaselined more platforms. |
| |
| * platform/chromium-linux-x86/fast/forms/form-element-geometry-expected.txt: Removed. |
| * platform/chromium-linux-x86/fast/forms/input-value-expected.txt: Removed. |
| * platform/chromium-linux-x86/fast/table/colspanMinWidth-vertical-expected.txt: Removed. |
| * platform/chromium-linux-x86/fast/text/textIteratorNilRenderer-expected.txt: Removed. |
| * platform/chromium-linux/fast/forms/form-element-geometry-expected.txt: |
| * platform/chromium-linux/fast/forms/input-value-expected.txt: |
| * platform/chromium-linux/fast/table/colspanMinWidth-vertical-expected.txt: Added. |
| * platform/chromium-linux/fast/text/textIteratorNilRenderer-expected.txt: |
| * platform/chromium-mac-leopard/fast/text/textIteratorNilRenderer-expected.png: Added. |
| * platform/chromium-mac-snowleopard/fast/text/textIteratorNilRenderer-expected.png: |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-05-14 David Barton <dbarton@mathscribe.com> |
| |
| Unify RenderMathMLSquareRoot.cpp and RenderMathMLRoot.cpp |
| https://bugs.webkit.org/show_bug.cgi?id=86319 |
| |
| Reviewed by Darin Adler. |
| |
| * mathml/presentation/mroot-pref-width.html: Added. |
| * platform/mac/mathml/presentation/mroot-pref-width-expected.png: Added. |
| * platform/mac/mathml/presentation/mroot-pref-width-expected.txt: Added. |
| |
| 2012-05-14 Allan Sandfeld Jensen <allan.jensen@nokia.com> |
| |
| Fixup: Two of the touch-adjustment tests are flaky |
| https://bugs.webkit.org/show_bug.cgi?id=86218 |
| |
| Reviewed by Darin Adler. |
| |
| One test cases was still not working all platforms. |
| Change used font to Ahem to have stable layout across platforms. |
| |
| * touchadjustment/touch-inlines.html: |
| |
| 2012-05-14 Julien Chaffraix <jchaffraix@webkit.org> |
| |
| Unreviewed rebaseline after r115846. |
| |
| Those are layers additions & baselines churns due to sharing or splitting |
| between ports. |
| |
| * fast/layers/remove-layer-with-nested-stacking-expected.txt: Added. |
| * fast/repaint/lines-with-layout-delta-expected.txt: Added. |
| * fast/repaint/overflow-clip-subtree-layout-expected.png: Added. |
| * fast/repaint/repaint-resized-overflow-expected.txt: Added. |
| * fast/repaint/subtree-layoutstate-transform-expected.txt: Added. |
| * fast/repaint/subtree-root-clip-2-expected.png: Added. |
| * fast/repaint/subtree-root-clip-expected.png: Added. |
| * platform/chromium-linux-x86/fast/forms/form-element-geometry-expected.txt: Added. |
| * platform/chromium-linux-x86/fast/forms/input-value-expected.txt: Added. |
| * platform/chromium-linux-x86/fast/layers: Removed. |
| * platform/chromium-linux-x86/fast/repaint/inline-relative-positioned-expected.txt: Added. |
| * platform/chromium-linux-x86/fast/replaced/replaced-breaking-expected.txt: Added. |
| * platform/chromium-linux-x86/fast/table/colspanMinWidth-vertical-expected.txt: Added. |
| * platform/chromium-linux-x86/fast/text/textIteratorNilRenderer-expected.txt: Added. |
| * platform/chromium-mac-leopard/fast/layers/add-layer-with-nested-stacking-expected.txt: Removed. |
| * platform/chromium-mac-snowleopard/fast/layers/add-layer-with-nested-stacking-expected.txt: Removed. |
| * platform/chromium-mac/fast/layers/add-layer-with-nested-stacking-expected.txt: Removed. |
| * platform/chromium-mac/fast/repaint/inline-relative-positioned-expected.txt: |
| * platform/chromium-mac/fast/repaint/lines-with-layout-delta-expected.txt: Removed. |
| * platform/chromium-mac/fast/repaint/repaint-resized-overflow-expected.txt: Removed. |
| * platform/chromium-mac/fast/repaint/subtree-layoutstate-transform-expected.txt: Removed. |
| * platform/chromium-mac/fast/repaint/subtree-root-skipped-expected.txt: Removed. |
| * platform/chromium-mac/fast/replaced/replaced-breaking-expected.txt: Removed. |
| * platform/chromium-mac/fast/replaced/width100percent-searchfield-expected.png: |
| * platform/chromium-mac/fast/replaced/width100percent-searchfield-expected.txt: Removed. |
| * platform/chromium-mac/fast/text/textIteratorNilRenderer-expected.txt: Removed. |
| * platform/chromium-win-vista/fast/layers: Removed. |
| * platform/chromium-win-vista/fast/repaint/inline-relative-positioned-expected.txt: Added. |
| * platform/chromium-win-xp/fast/layers: Removed. |
| * platform/chromium-win-xp/fast/repaint/inline-relative-positioned-expected.txt: Added. |
| * platform/chromium-win/editing/spelling/inline_spelling_markers-expected.txt: |
| * platform/chromium-win/fast/forms/form-element-geometry-expected.txt: |
| * platform/chromium-win/fast/forms/input-value-expected.txt: |
| * platform/chromium-win/fast/layers/remove-layer-with-nested-stacking-expected.txt: |
| * platform/chromium-win/fast/repaint/inline-relative-positioned-expected.txt: |
| * platform/chromium-win/fast/repaint/lines-with-layout-delta-expected.txt: |
| * platform/chromium-win/fast/repaint/repaint-resized-overflow-expected.txt: |
| * platform/chromium-win/fast/repaint/subtree-layoutstate-transform-expected.txt: |
| * platform/chromium-win/fast/repaint/subtree-root-skipped-expected.txt: |
| * platform/chromium-win/fast/replaced/replaced-breaking-expected.txt: |
| * platform/chromium-win/fast/replaced/width100percent-searchfield-expected.txt: |
| * platform/chromium-win/fast/text/textIteratorNilRenderer-expected.txt: |
| * platform/chromium/fast/layers: Removed. |
| * platform/chromium/fast/layers/add-layer-with-nested-stacking-expected.txt: Removed. |
| * platform/chromium/fast/repaint/overflow-clip-subtree-layout-expected.txt: Removed. |
| * platform/chromium/fast/repaint/subtree-root-clip-2-expected.txt: Removed. |
| * platform/chromium/fast/repaint/subtree-root-clip-expected.txt: Removed. |
| * platform/chromium/test_expectations.txt: |
| * platform/efl/fast/layers/remove-layer-with-nested-stacking-expected.txt: Removed. |
| * platform/efl/fast/repaint/lines-with-layout-delta-expected.txt: Removed. |
| * platform/efl/fast/repaint/overflow-clip-subtree-layout-expected.png: Removed. |
| * platform/efl/fast/repaint/repaint-resized-overflow-expected.txt: Removed. |
| * platform/efl/fast/repaint/subtree-layoutstate-transform-expected.txt: Removed. |
| * platform/efl/fast/repaint/subtree-root-clip-2-expected.png: Removed. |
| * platform/efl/fast/repaint/subtree-root-clip-expected.png: Removed. |
| * platform/gtk/fast/layers/add-layer-with-nested-stacking-expected.txt: Removed. |
| * platform/gtk/fast/layers/remove-layer-with-nested-stacking-expected.txt: Removed. |
| * platform/gtk/fast/repaint/lines-with-layout-delta-expected.txt: Removed. |
| * platform/gtk/fast/repaint/overflow-clip-subtree-layout-expected.png: Removed. |
| * platform/gtk/fast/repaint/overflow-clip-subtree-layout-expected.txt: Removed. |
| * platform/gtk/fast/repaint/repaint-resized-overflow-expected.txt: Removed. |
| * platform/gtk/fast/repaint/subtree-layoutstate-transform-expected.txt: Removed. |
| * platform/gtk/fast/repaint/subtree-root-clip-2-expected.png: Removed. |
| * platform/gtk/fast/repaint/subtree-root-clip-2-expected.txt: Removed. |
| * platform/gtk/fast/repaint/subtree-root-clip-expected.png: Removed. |
| * platform/gtk/fast/repaint/subtree-root-clip-expected.txt: Removed. |
| * platform/qt/fast/layers/add-layer-with-nested-stacking-expected.txt: Removed. |
| * platform/qt/fast/repaint/overflow-clip-subtree-layout-expected.txt: Removed. |
| * platform/qt/fast/repaint/subtree-root-clip-2-expected.txt: Removed. |
| * platform/qt/fast/repaint/subtree-root-clip-expected.txt: Removed. |
| |
| 2012-05-14 Eric Carlson <eric.carlson@apple.com> |
| |
| <video> won't load when URL ends with .php |
| https://bugs.webkit.org/show_bug.cgi?id=86308 |
| |
| Reviewed by Darin Adler. |
| |
| * http/tests/media/resources/load-video.php: Added. |
| * http/tests/media/video-query-url-expected.txt: Added. |
| * http/tests/media/video-query-url.html: Added. |
| |
| 2012-05-14 Andrey Kosyakov <caseq@chromium.org> |
| |
| Web Inspector: [Extensions API] allow extensions to evaluate in the context of their content scripts |
| https://bugs.webkit.org/show_bug.cgi?id=86361 |
| |
| Reviewed by Yury Semikhatsky. |
| |
| * inspector/extensions/extensions-eval-content-script-expected.txt: Added. |
| * inspector/extensions/extensions-eval-content-script.html: Added. |
| * platform/gtk/test_expectations.txt: |
| * platform/mac/Skipped: |
| * platform/qt/Skipped: |
| * platform/win/Skipped: |
| * platform/wk2/Skipped: |
| |
| 2012-05-14 Mihnea Ovidenie <mihnea@adobe.com> |
| |
| [CSSRegions]Convert render-region-custom-style-mark to ref test |
| https://bugs.webkit.org/show_bug.cgi?id=86289 |
| |
| Reviewed by Andreas Kling. |
| |
| This test verifies that: |
| - If an element is displayed in a region with a region styling rule, that rule is applied. |
| - If an element is collected into a named flow and we add a region (with a region style rule) to display the named flow, |
| that region styling rule is applied. |
| - If an element is displayed in a region with a region styling rule, and the region element is changed into a non-region, |
| the region styling rule is not applied. |
| |
| * fast/regions/render-region-custom-style-mark-expected.html: Added. |
| * fast/regions/render-region-custom-style-mark.html: |
| * platform/chromium-linux/fast/regions/render-region-custom-style-mark-expected.png: Removed. |
| * platform/chromium-mac-leopard/fast/regions/render-region-custom-style-mark-expected.png: Removed. |
| * platform/chromium-mac-snowleopard/fast/regions/render-region-custom-style-mark-expected.png: Removed. |
| * platform/chromium-mac-snowleopard/fast/regions/render-region-custom-style-mark-expected.txt: Removed. |
| * platform/chromium-mac/fast/regions/render-region-custom-style-mark-expected.png: Removed. |
| * platform/chromium-win/fast/regions/render-region-custom-style-mark-expected.png: Removed. |
| * platform/chromium-win/fast/regions/render-region-custom-style-mark-expected.txt: Removed. |
| * platform/gtk/fast/regions/render-region-custom-style-mark-expected.txt: Removed. |
| * platform/mac-snowleopard/fast/regions/render-region-custom-style-mark-expected.png: Removed. |
| * platform/mac-snowleopard/fast/regions/render-region-custom-style-mark-expected.txt: Removed. |
| * platform/mac/fast/regions/render-region-custom-style-mark-expected.txt: Removed. |
| |
| 2012-05-14 Stephen Chenney <schenney@chromium.org> |
| |
| [Chromium] Update expectations after fix for 84846 |
| https://bugs.webkit.org/show_bug.cgi?id=86374 |
| |
| Unreviewed Chromium test expectations update. |
| |
| * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-31-t-expected.png: |
| * platform/chromium-mac-leopard/svg/W3C-SVG-1.1/animate-elem-31-t-expected.png: |
| * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-31-t-expected.png: |
| * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-31-t-expected.png: |
| * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-31-t-expected.png: |
| * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-31-t-expected.txt: |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-05-14 Vsevolod Vlasov <vsevik@chromium.org> |
| |
| Web Inspector: Request / response headers should be stored in name-value pairs array, not a map on front-end. |
| https://bugs.webkit.org/show_bug.cgi?id=86357 |
| |
| Reviewed by Pavel Feldman. |
| |
| * http/tests/inspector/resource-har-conversion.html: |
| * http/tests/inspector/resource-har-headers-expected.txt: |
| * http/tests/inspector/resource-har-headers.html: |
| |
| 2012-05-14 Christophe Dumez <christophe.dumez@intel.com> |
| |
| [EFL] fast/loader/null-request-after-willSendRequest.html and fast/loader/recursive-before-unload-crash.html can be unskipped |
| https://bugs.webkit.org/show_bug.cgi?id=86368 |
| |
| Unreviewed EFL gardening. |
| |
| Remove fast/loader/null-request-after-willSendRequest.html and |
| fast/loader/recursive-before-unload-crash.html from skip list now that |
| EFL port has proper support for LayoutTestController's |
| dumpFrameLoadCallbacks. |
| |
| * platform/efl/Skipped: |
| |
| 2012-05-14 Csaba Osztrogonác <ossy@webkit.org> |
| |
| [Qt][WK2] Unreviewed gardening, unskip now passing tests. |
| |
| * platform/qt-5.0-wk2/Skipped: |
| |
| 2012-05-14 Dominik Röttsches <dominik.rottsches@intel.com> |
| |
| [EFL][DRT] Unskipping a set of remaining media failures |
| https://bugs.webkit.org/show_bug.cgi?id=86104 |
| |
| Unreviewed, EFL gardening. |
| |
| * platform/efl/Skipped: |
| * platform/efl/media/W3C/audio/canPlayType/canPlayType_supported_but_no_codecs_parameter_2-expected.txt: Added. |
| * platform/efl/media/W3C/video/canPlayType/canPlayType_codecs_order_1-expected.txt: Added. |
| * platform/efl/media/W3C/video/canPlayType/canPlayType_codecs_order_3-expected.txt: Added. |
| * platform/efl/media/W3C/video/canPlayType/canPlayType_supported_but_no_codecs_parameter_1-expected.txt: Added. |
| * platform/efl/media/W3C/video/canPlayType/canPlayType_supported_but_no_codecs_parameter_3-expected.txt: Added. |
| * platform/efl/media/W3C/video/canPlayType/canPlayType_two_implies_one_1-expected.txt: Added. |
| * platform/efl/media/W3C/video/canPlayType/canPlayType_two_implies_one_2-expected.txt: Added. |
| * platform/efl/media/W3C/video/canPlayType/canPlayType_two_implies_one_5-expected.txt: Added. |
| * platform/efl/media/W3C/video/canPlayType/canPlayType_two_implies_one_6-expected.txt: Added. |
| * platform/efl/media/audio-controls-rendering-expected.png: |
| * platform/efl/media/audio-controls-rendering-expected.txt: |
| * platform/efl/media/audio-repaint-expected.png: |
| * platform/efl/media/audio-repaint-expected.txt: |
| * platform/efl/media/controls-after-reload-expected.png: |
| * platform/efl/media/controls-after-reload-expected.txt: |
| * platform/efl/media/controls-strict-expected.png: |
| * platform/efl/media/controls-strict-expected.txt: |
| * platform/efl/media/controls-without-preload-expected.png: |
| * platform/efl/media/controls-without-preload-expected.txt: |
| * platform/efl/media/media-document-audio-repaint-expected.png: Added. |
| * platform/efl/media/media-document-audio-repaint-expected.txt: Added. |
| * platform/efl/media/video-controls-rendering-expected.png: |
| * platform/efl/media/video-controls-rendering-expected.txt: |
| * platform/efl/media/video-display-toggle-expected.png: |
| * platform/efl/media/video-display-toggle-expected.txt: |
| * platform/efl/test_expectations.txt: |
| |
| 2012-05-14 Raphael Kubo da Costa <rakuco@webkit.org> |
| |
| [EFL] Gardening; unskip tests fixed in r116929. |
| |
| * platform/efl/test_expectations.txt: |
| |
| 2012-05-14 Pavel Feldman <pfeldman@chromium.org> |
| |
| [Qt] REGRESSION (r116789): inspector/debugger/script-formatter-console.html fails |
| https://bugs.webkit.org/show_bug.cgi?id=86336 |
| |
| Reviewed by Yury Semikhatsky. |
| |
| * inspector/debugger/script-formatter-breakpoints.html: |
| * platform/qt/Skipped: |
| |
| 2012-05-14 Sheriff Bot <webkit.review.bot@gmail.com> |
| |
| Unreviewed, rolling out r116932. |
| http://trac.webkit.org/changeset/116932 |
| https://bugs.webkit.org/show_bug.cgi?id=86364 |
| |
| It still fails on 32 bit platforms (Requested by Ossy on |
| #webkit). |
| |
| * platform/qt/Skipped: |
| |
| 2012-05-14 Mikhail Pozdnyakov <mikhail.pozdnyakov@intel.com> |
| |
| [EFL][DRT] fast/viewport testcases are skipped |
| https://bugs.webkit.org/show_bug.cgi?id=86360 |
| |
| Unreviewed, unskipping now passing fast/viewport tests after |
| bug https://bugs.webkit.org/show_bug.cgi?id=70609 got fixed. |
| |
| * platform/efl/Skipped: |
| |
| 2012-05-14 Csaba Osztrogonác <ossy@webkit.org> |
| |
| [Qt] Unreviewed gardening, unskip a now passing test. |
| |
| * platform/qt/Skipped: |
| |
| 2012-05-14 Csaba Osztrogonác <ossy@webkit.org> |
| |
| [Qt] Unreviewed gardening, unskip now passing tests after r116926. |
| |
| * platform/qt/Skipped: |
| |
| 2012-05-14 Zan Dobersek <zandobersek@gmail.com> |
| |
| Unreviewed, removing test expectations for two tests that were |
| fixed in r116926. |
| |
| * platform/gtk/test_expectations.txt: |
| |
| 2012-05-13 Filip Pizlo <fpizlo@apple.com> |
| |
| DFG performs incorrect constant folding on double-to-uint32 conversion in |
| Uint32Array PutByVal |
| https://bugs.webkit.org/show_bug.cgi?id=86330 |
| |
| Rubber stamped by Darin Adler. |
| |
| * fast/js/dfg-uint32array-overflow-constant-expected.txt: Added. |
| * fast/js/dfg-uint32array-overflow-constant.html: Added. |
| * fast/js/script-tests/dfg-uint32array-overflow-constant.js: Added. |
| (foo): |
| |
| 2012-05-13 Csaba Osztrogonác <ossy@webkit.org> |
| |
| [Qt] Unreviewed gardening, skip new asserting and failing test to paint the bots green. |
| |
| * platform/qt/Skipped: |
| |
| 2012-05-13 Noel Gordon <noel.gordon@gmail.com> |
| |
| Unreviewed test fix: these calc() tests are dumpAsText(). |
| |
| * css3/calc/transition-crash.html: |
| * css3/calc/transition-crash2.html: |
| |
| 2012-05-13 Christophe Dumez <christophe.dumez@intel.com> |
| |
| [EFL] Several dom tests are failing after r116828 |
| https://bugs.webkit.org/show_bug.cgi?id=86334 |
| |
| Unreviewed EFL gardening. |
| |
| Move fast/dom/CSSStyleDeclaration/empty-string-property.html and |
| fast/dom/collection-null-like-arguments.html to test_expectations.txt. |
| Those tests are failing due to a regression introduced in r116828. |
| |
| * platform/efl/test_expectations.txt: |
| |
| 2012-05-13 Zan Dobersek <zandobersek@gmail.com> |
| |
| [Gtk] Many tests revealed as passing after moving from Skipped to test_expectations.txt |
| https://bugs.webkit.org/show_bug.cgi?id=85591 |
| |
| Unreviewed, remove test expectations for plenty of sputnik tests that |
| were specific for debug builds. These tests are now consistently |
| passing on all the builders but that was only noticed when migration to |
| using test_expectations.txt was complete, meaning their test expectations |
| were out of date and moreover erroneous. |
| |
| * platform/gtk/test_expectations.txt: |
| |
| 2012-05-13 Zan Dobersek <zandobersek@gmail.com> |
| |
| [Gtk] Many tests revealed as passing after moving from Skipped to test_expectations.txt |
| https://bugs.webkit.org/show_bug.cgi?id=85591 |
| |
| Unreviewed, remove test expectations for another test which |
| consistently passess on all the Gtk builders. |
| |
| * platform/gtk/test_expectations.txt: |
| |
| 2012-05-13 Ryosuke Niwa <rniwa@webkit.org> |
| |
| performance tests should be able to measure runs/sec rather than time |
| https://bugs.webkit.org/show_bug.cgi?id=86021 |
| |
| Reviewed by Ojan Vafai. |
| |
| Add tests for PerfTestRunner.runPerSecond. |
| |
| * fast/harness/perftests/runs-per-second-iterations-expected.txt: Added. |
| * fast/harness/perftests/runs-per-second-iterations.html: Added. |
| * fast/harness/perftests/runs-per-second-log-expected.txt: Added. |
| * fast/harness/perftests/runs-per-second-log.html: Added. |
| |
| 2012-05-13 Mike Lawther <mikelawther@chromium.org> |
| |
| Heap-use-after-free in WTF::HashMap<int, WTF::RefPtr<WebCore::CalculationValue>, WTF::IntHash<unsigned int>, WTF::HashTrait |
| https://bugs.webkit.org/show_bug.cgi?id=85195 |
| |
| Reviewed by Darin Adler. |
| |
| * css3/calc/transition-crash-expected.txt: Added. |
| * css3/calc/transition-crash.html: Added. |
| * css3/calc/transition-crash2-expected.txt: Added. |
| * css3/calc/transition-crash2.html: Added. |
| |
| 2012-05-13 Philippe Normand <pnormand@igalia.com> |
| |
| Unreviewed GTK test_expectations update. |
| |
| * platform/gtk/test_expectations.txt: Mark |
| media/video-controls-toggling.html as failing and move 2 other |
| media failures to the correct section. |
| |
| 2012-05-13 Philippe Normand <pnormand@igalia.com> |
| |
| Unreviewed GTK test_expectations update. |
| |
| * platform/gtk/test_expectations.txt: Flag another 2 media failures. |
| |
| 2012-05-13 Philippe Normand <pnormand@igalia.com> |
| |
| Unreviewed GTK test_expectations update. |
| |
| * platform/gtk/test_expectations.txt: Flag failing media test. |
| |
| 2012-05-13 Raphael Kubo da Costa <rakuco@webkit.org> |
| |
| [EFL] Unreviewed, fix test skipped in the previous commit. |
| |
| * platform/efl/test_expectations.txt: |
| |
| 2012-05-13 Raphael Kubo da Costa <rakuco@webkit.org> |
| |
| [EFL] Gardening; skip tests after r116900. |
| |
| The patch only updated the chromium and mac expectations... |
| |
| * platform/efl/test_expectations.txt: |
| |
| 2012-05-13 Raphael Kubo da Costa <rakuco@webkit.org> |
| |
| [EFL] Gardening; skip test added in r116858. |
| |
| * platform/efl/test_expectations.txt: |
| |
| 2012-05-13 Victor Carbune <vcarbune@adobe.com> |
| |
| Volume slider needs to be displayed below the mute button |
| https://bugs.webkit.org/show_bug.cgi?id=85990 |
| |
| Reviewed by Dimitri Glazkov. |
| |
| Updated tests expectation and marked failing tests accordingly. |
| |
| * media/media-volume-slider-rendered-below.html: Added. |
| * media/media-volume-slider-rendered-expected.txt: Added. |
| * platform/chromium/test_expectations.txt: Updated. |
| * platform/mac/media/audio-controls-rendering-expected.txt: Updated (z-index change). |
| * platform/mac/media/controls-after-reload-expected.txt: Same. |
| * platform/mac/media/controls-strict-expected.txt: Same. |
| * platform/mac/media/video-controls-rendering-expected.txt: Same. |
| * platform/mac/media/video-display-toggle-expected.txt: Same. |
| * platform/mac/media/video-playing-and-pause-expected.txt: Same. |
| * platform/mac/test_expectations.txt: Updated. |
| |
| 2012-05-12 Abhishek Arya <inferno@chromium.org> |
| |
| Crash in HTMLSelectElement::setOption |
| https://bugs.webkit.org/show_bug.cgi?id=85420 |
| |
| Reviewed by Eric Seidel. |
| |
| * fast/dom/HTMLSelectElement/option-add-crash-expected.txt: Added. |
| * fast/dom/HTMLSelectElement/option-add-crash.html: Added. |
| |
| 2012-05-12 Philip Rogers <pdr@google.com> |
| |
| Cleanup before changing attributeName in SVG <animate> |
| https://bugs.webkit.org/show_bug.cgi?id=86100 |
| |
| Reviewed by Nikolas Zimmermann. |
| |
| * svg/animations/dynamic-modify-attributename-crash-expected.txt: Added. |
| * svg/animations/dynamic-modify-attributename-crash.svg: Added. |
| |
| 2012-05-12 Max Feil <mfeil@rim.com> |
| |
| [BlackBerry] Allow the platform media player to determine the media element's paused/playing status |
| https://bugs.webkit.org/show_bug.cgi?id=86235 |
| |
| Reviewed by George Staikos. |
| |
| This test replaces the source element of a playing media object |
| and makes sure the new source element begins playing. |
| |
| * media/media-continues-playing-after-replace-source-expected.txt: Added. |
| * media/media-continues-playing-after-replace-source.html: Added. |
| |
| 2012-05-12 Zan Dobersek <zandobersek@gmail.com> |
| |
| Unreviewed, GTK gardening. Also add baselines for new tests after |
| r116001, r116373 and r116438. |
| |
| * platform/gtk/css2.1/20110323/first-letter-000-expected.txt: Added. |
| * platform/gtk/css2.1/20110323/first-letter-001-expected.txt: Added. |
| * platform/gtk/css2.1/20110323/first-letter-dynamic-001-expected.txt: Added. |
| * platform/gtk/css2.1/20110323/first-letter-dynamic-002-expected.txt: Added. |
| * platform/gtk/css2.1/20110323/first-letter-dynamic-003a-expected.txt: Added. |
| * platform/gtk/css2.1/20110323/first-letter-dynamic-003b-expected.txt: Added. |
| * platform/gtk/css2.1/20110323/first-letter-inherit-001-expected.txt: Added. |
| * platform/gtk/css2.1/20110323/first-letter-nested-001-expected.txt: Added. |
| * platform/gtk/css2.1/20110323/first-letter-nested-002-expected.txt: Added. |
| * platform/gtk/css2.1/20110323/first-letter-nested-003-expected.txt: Added. |
| * platform/gtk/css2.1/20110323/first-letter-nested-004-expected.txt: Added. |
| * platform/gtk/css2.1/20110323/first-letter-nested-005-expected.txt: Added. |
| * platform/gtk/css2.1/20110323/first-letter-nested-006-expected.txt: Added. |
| * platform/gtk/css2.1/20110323/first-letter-nested-007-expected.txt: Added. |
| * platform/gtk/css2.1/20110323/first-letter-quote-001-expected.txt: Added. |
| * platform/gtk/css2.1/20110323/first-letter-quote-002-expected.txt: Added. |
| * platform/gtk/css2.1/20110323/first-letter-quote-003-expected.txt: Added. |
| * platform/gtk/css2.1/20110323/first-letter-quote-004-expected.txt: Added. |
| * platform/gtk/css2.1/20110323/first-letter-quote-005-expected.txt: Added. |
| * platform/gtk/css2.1/20110323/first-letter-quote-006-expected.txt: Added. |
| * platform/gtk/fast/css/first-letter-nested-positioned-expected.txt: Added. |
| * platform/gtk/fast/css/first-letter-quotes-no-content-before-after-expected.txt: Added. |
| * platform/gtk/fast/css/first-line-text-decoration-expected.txt: Added. |
| * platform/gtk/fast/css/first-line-text-decoration-inherited-from-parent-expected.txt: Added. |
| * platform/gtk/media/media-can-play-webm-expected.txt: Added. |
| * platform/gtk/svg/as-image/image-respects-deviceScaleFactor-expected.txt: Added. |
| * platform/gtk/svg/as-image/image-respects-pageScaleFactor-expected.txt: Added. |
| * platform/gtk/test_expectations.txt: |
| |
| 2012-05-12 Kent Tamura <tkent@chromium.org> |
| |
| [Chromium] Update test expectations |
| |
| * platform/chromium-linux-x86/fast/speech/input-appearance-searchandspeech-expected.txt: Removed. |
| * platform/chromium-linux-x86/svg/custom/inline-svg-in-xhtml-expected.txt: Removed. |
| * platform/chromium-linux/fast/speech/input-appearance-searchandspeech-expected.txt: |
| * platform/chromium-linux/svg/custom/inline-svg-in-xhtml-expected.txt: |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-05-11 Yury Semikhatsky <yurys@chromium.org> |
| |
| Web Inspector: allow showing arbitrary range of nodes in heap snapshot view |
| https://bugs.webkit.org/show_bug.cgi?id=86230 |
| |
| Reviewed by Pavel Feldman. |
| |
| * inspector/profiler/heap-snapshot-comparison-show-all.html: |
| * inspector/profiler/heap-snapshot-containment-show-all.html: |
| * inspector/profiler/heap-snapshot-dominators-show-all.html: |
| * inspector/profiler/heap-snapshot-summary-show-all.html: |
| * inspector/profiler/heap-snapshot-summary-show-ranges-expected.txt: Added. |
| * inspector/profiler/heap-snapshot-summary-show-ranges.html: Added. Test that |
| showing overlapping and disjoint ranges of node children will leave the node |
| in a valid state. |
| * platform/mac/Skipped: Skip the test on platforms that don't support heap profiling. |
| * platform/qt/Skipped: |
| * platform/win/Skipped: |
| * platform/wincairo/Skipped: |
| |
| 2012-05-12 Pavel Feldman <pfeldman@chromium.org> |
| |
| Web Inspector: remove UISourceCode.id since it is no longer used. |
| https://bugs.webkit.org/show_bug.cgi?id=86286 |
| |
| Reviewed by Vsevolod Vlasov. |
| |
| * inspector/debugger/breakpoint-manager.html: |
| * inspector/debugger/raw-source-code.html: |
| * inspector/debugger/scripts-file-selector.html: |
| * inspector/debugger/scripts-panel.html: |
| * inspector/debugger/scripts-sorting.html: |
| * inspector/debugger/ui-source-code-display-name.html: |
| * inspector/debugger/ui-source-code.html: |
| |
| 2012-05-12 Kent Tamura <tkent@chromium.org> |
| |
| [Chromium] Test expectation update. |
| |
| * fast/block/float/avoiding-float-centered-expected.txt: Renamed from LayoutTests/platform/efl/fast/block/float/avoiding-float-centered-expected.txt. |
| * fast/clip/008-expected.txt: Renamed from LayoutTests/platform/efl/fast/clip/008-expected.txt. |
| * fast/clip/011-expected.txt: Renamed from LayoutTests/platform/efl/fast/clip/011-expected.txt. |
| * fast/clip/012-expected.txt: Renamed from LayoutTests/platform/efl/fast/clip/012-expected.txt. |
| * platform/chromium-linux-x86/fast/speech/input-appearance-searchandspeech-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/speech/input-appearance-searchandspeech-expected.txt. |
| * platform/chromium-linux-x86/svg/custom/inline-svg-in-xhtml-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/custom/inline-svg-in-xhtml-expected.txt. |
| * platform/chromium-linux/editing/selection/3690703-2-expected.txt: |
| * platform/chromium-linux/editing/selection/3690703-expected.txt: |
| * platform/chromium-linux/editing/selection/3690719-expected.txt: |
| * platform/chromium-mac-leopard/fast/block/lineboxcontain/block-glyphs-expected.txt: Copied from LayoutTests/platform/chromium-mac/fast/block/lineboxcontain/block-glyphs-expected.txt. |
| * platform/chromium-mac-snowleopard/fast/block/lineboxcontain/block-glyphs-expected.txt: Copied from LayoutTests/platform/chromium-mac/fast/block/lineboxcontain/block-glyphs-expected.txt. |
| * platform/chromium-mac-snowleopard/fast/speech/input-appearance-searchandspeech-expected.txt: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/speech/input-appearance-searchandspeech-expected.txt. |
| * platform/chromium-mac/editing/inserting/before-after-input-element-expected.txt: Removed. |
| * platform/chromium-mac/editing/pasteboard/4806874-expected.txt: Removed. |
| * platform/chromium-mac/editing/pasteboard/input-field-1-expected.txt: Removed. |
| * platform/chromium-mac/editing/selection/3690703-2-expected.txt: Removed. |
| * platform/chromium-mac/editing/selection/3690703-expected.txt: Removed. |
| * platform/chromium-mac/editing/selection/3690719-expected.txt: Removed. |
| * platform/chromium-mac/editing/selection/4895428-3-expected.txt: Removed. |
| * platform/chromium-mac/editing/selection/4975120-expected.txt: Removed. |
| * platform/chromium-mac/editing/selection/drag-select-1-expected.txt: Removed. |
| * platform/chromium-mac/editing/selection/expanding-selections-expected.txt: Removed. |
| * platform/chromium-mac/editing/selection/leave-requested-block-expected.txt: Removed. |
| * platform/chromium-mac/editing/selection/select-across-readonly-input-1-expected.txt: Removed. |
| * platform/chromium-mac/editing/selection/select-across-readonly-input-2-expected.txt: Removed. |
| * platform/chromium-mac/editing/selection/select-across-readonly-input-3-expected.txt: Removed. |
| * platform/chromium-mac/editing/selection/select-across-readonly-input-4-expected.txt: Removed. |
| * platform/chromium-mac/editing/selection/select-across-readonly-input-5-expected.txt: Removed. |
| * platform/chromium-mac/fast/block/lineboxcontain/block-font-expected.txt: Removed. |
| * platform/chromium-mac/fast/block/lineboxcontain/block-glyphs-expected.txt: |
| * platform/chromium-mac/fast/block/lineboxcontain/font-expected.txt: Removed. |
| * platform/chromium-mac/fast/forms/box-shadow-override-expected.png: |
| * platform/chromium-mac/fast/forms/placeholder-position-expected.txt: Removed. |
| * 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/search-vertical-alignment-expected.png: |
| * platform/chromium-mac/fast/forms/searchfield-heights-expected.png: |
| * platform/chromium-win/editing/inserting/before-after-input-element-expected.txt: |
| * platform/chromium-win/editing/pasteboard/4806874-expected.txt: |
| * platform/chromium-win/editing/pasteboard/drop-text-without-selection-expected.txt: |
| * platform/chromium-win/editing/pasteboard/input-field-1-expected.txt: |
| * platform/chromium-win/editing/selection/3690703-2-expected.txt: |
| * platform/chromium-win/editing/selection/3690703-expected.txt: |
| * platform/chromium-win/editing/selection/3690719-expected.txt: |
| * platform/chromium-win/editing/selection/4895428-3-expected.txt: |
| * platform/chromium-win/editing/selection/4975120-expected.txt: |
| * platform/chromium-win/editing/selection/drag-select-1-expected.txt: |
| * platform/chromium-win/editing/selection/expanding-selections-expected.txt: |
| * platform/chromium-win/editing/selection/leave-requested-block-expected.txt: |
| * platform/chromium-win/editing/selection/select-across-readonly-input-1-expected.txt: |
| * platform/chromium-win/editing/selection/select-across-readonly-input-2-expected.txt: |
| * platform/chromium-win/editing/selection/select-across-readonly-input-3-expected.txt: |
| * platform/chromium-win/editing/selection/select-across-readonly-input-4-expected.txt: |
| * platform/chromium-win/editing/selection/select-across-readonly-input-5-expected.txt: |
| * platform/chromium-win/fast/block/float/avoiding-float-centered-expected.txt: |
| * platform/chromium-win/fast/clip/008-expected.txt: |
| * platform/chromium-win/fast/clip/011-expected.txt: |
| * platform/chromium-win/fast/clip/012-expected.txt: |
| * platform/chromium-win/fast/forms/placeholder-position-expected.txt: |
| * platform/chromium-win/fast/speech/input-appearance-searchandspeech-expected.txt: |
| * platform/chromium-win/svg/custom/inline-svg-in-xhtml-expected.txt: |
| * platform/chromium-win/svg/hixie/mixed/003-expected.txt: |
| * platform/chromium/test_expectations.txt: |
| * platform/gtk/fast/block/float/avoiding-float-centered-expected.txt: Removed. |
| * platform/gtk/fast/clip/008-expected.txt: Removed. |
| * platform/gtk/fast/clip/011-expected.txt: Removed. |
| * platform/gtk/fast/clip/012-expected.txt: Removed. |
| |
| 2012-05-12 Zan Dobersek <zandobersek@gmail.com> |
| |
| Unreviewed, GTK gardening. |
| |
| * platform/gtk/test_expectations.txt: Also remove expectations for some |
| tests that were recently removed. |
| |
| 2012-05-12 Pavel Feldman <pfeldman@chromium.org> |
| |
| Web Inspector: merge MainScriptMapping into DebuggerPresentationModel; move other classes into their own files. |
| https://bugs.webkit.org/show_bug.cgi?id=86285 |
| |
| Reviewed by Yury Semikhatsky. |
| |
| * http/tests/inspector/compiler-script-mapping-expected.txt: |
| * http/tests/inspector/compiler-script-mapping.html: |
| |
| 2012-05-12 Kent Tamura <tkent@chromium.org> |
| |
| [Chromium] Rebaseline for some tests. |
| |
| * css3/selectors3/html/css3-modsel-23-expected.txt: Renamed from LayoutTests/platform/efl/css3/selectors3/html/css3-modsel-23-expected.txt. |
| * css3/selectors3/html/css3-modsel-24-expected.txt: Renamed from LayoutTests/platform/efl/css3/selectors3/html/css3-modsel-24-expected.txt. |
| * css3/selectors3/html/css3-modsel-68-expected.txt: Renamed from LayoutTests/platform/efl/css3/selectors3/html/css3-modsel-68-expected.txt. |
| * css3/selectors3/html/css3-modsel-69-expected.txt: Renamed from LayoutTests/platform/efl/css3/selectors3/html/css3-modsel-69-expected.txt. |
| * css3/selectors3/xhtml/css3-modsel-23-expected.txt: Renamed from LayoutTests/platform/efl/css3/selectors3/xhtml/css3-modsel-23-expected.txt. |
| * css3/selectors3/xhtml/css3-modsel-24-expected.txt: Renamed from LayoutTests/platform/efl/css3/selectors3/xhtml/css3-modsel-24-expected.txt. |
| * css3/selectors3/xhtml/css3-modsel-68-expected.txt: Renamed from LayoutTests/platform/efl/css3/selectors3/xhtml/css3-modsel-68-expected.txt. |
| * css3/selectors3/xhtml/css3-modsel-69-expected.txt: Renamed from LayoutTests/platform/efl/css3/selectors3/xhtml/css3-modsel-69-expected.txt. |
| * css3/selectors3/xml/css3-modsel-23-expected.txt: Renamed from LayoutTests/platform/efl/css3/selectors3/xml/css3-modsel-23-expected.txt. |
| * css3/selectors3/xml/css3-modsel-24-expected.txt: Renamed from LayoutTests/platform/efl/css3/selectors3/xml/css3-modsel-24-expected.txt. |
| * css3/selectors3/xml/css3-modsel-68-expected.txt: Renamed from LayoutTests/platform/efl/css3/selectors3/xml/css3-modsel-68-expected.txt. |
| * css3/selectors3/xml/css3-modsel-69-expected.txt: Renamed from LayoutTests/platform/efl/css3/selectors3/xml/css3-modsel-69-expected.txt. |
| * fast/block/float/033-expected.txt: |
| * fast/block/float/float-not-removed-from-next-sibling3-expected.txt: Renamed from LayoutTests/platform/efl/fast/block/float/float-not-removed-from-next-sibling3-expected.txt. |
| * fast/block/float/in-margin-expected.png: Renamed from LayoutTests/platform/efl/fast/block/float/in-margin-expected.png. |
| * fast/block/float/overlapping-floats-with-overflow-hidden-expected.txt: Renamed from LayoutTests/platform/efl/fast/block/float/overlapping-floats-with-overflow-hidden-expected.txt. |
| * fast/block/float/shrink-to-avoid-float-complexity-expected.txt: Renamed from LayoutTests/platform/efl/fast/block/float/shrink-to-avoid-float-complexity-expected.txt. |
| * fast/block/lineboxcontain/parsing-invalid-expected.txt: Renamed from LayoutTests/platform/efl/fast/block/lineboxcontain/parsing-invalid-expected.txt. |
| * fast/clip/017-expected.png: Renamed from LayoutTests/platform/efl/fast/clip/017-expected.png. |
| * fast/css/invalidation-errors-2-expected.txt: Renamed from LayoutTests/platform/efl/fast/css/invalidation-errors-2-expected.txt. |
| * fast/css/invalidation-errors-expected.txt: Renamed from LayoutTests/platform/efl/fast/css/invalidation-errors-expected.txt. |
| * fast/css/nested-layers-with-hover-expected.txt: Renamed from LayoutTests/platform/efl/fast/css/nested-layers-with-hover-expected.txt. |
| * fast/dynamic/subtree-boundary-percent-height-expected.png: Renamed from LayoutTests/platform/efl/fast/dynamic/subtree-boundary-percent-height-expected.png. |
| * fast/dynamic/subtree-no-common-root-static-y-expected.png: Renamed from LayoutTests/platform/efl/fast/dynamic/subtree-no-common-root-static-y-expected.png. |
| * fast/dynamic/subtree-table-cell-height-expected.png: Renamed from LayoutTests/platform/efl/fast/dynamic/subtree-table-cell-height-expected.png. |
| * fast/inline/continuation-outlines-expected.txt: Renamed from LayoutTests/platform/efl/fast/inline/continuation-outlines-expected.txt. |
| * fast/layers/self-painting-outline-expected.png: Renamed from LayoutTests/platform/efl/fast/layers/self-painting-outline-expected.png. |
| * fast/multicol/layers-split-across-columns-expected.txt: Renamed from LayoutTests/platform/efl/fast/multicol/layers-split-across-columns-expected.txt. |
| * fast/overflow/004-expected.txt: Renamed from LayoutTests/platform/efl/fast/overflow/004-expected.txt. |
| * fast/overflow/clip-rects-fixed-ancestor-expected.txt: Renamed from LayoutTests/platform/efl/fast/overflow/clip-rects-fixed-ancestor-expected.txt. |
| * fast/overflow/line-clamp-expected.txt: Renamed from LayoutTests/platform/efl/fast/overflow/line-clamp-expected.txt. |
| * fast/overflow/overflow-focus-ring-expected.txt: Renamed from LayoutTests/platform/efl/fast/overflow/overflow-focus-ring-expected.txt. |
| * fast/repaint/layer-outline-expected.txt: Renamed from LayoutTests/platform/efl/fast/repaint/layer-outline-expected.txt. |
| * fast/repaint/layer-outline-horizontal-expected.txt: Renamed from LayoutTests/platform/efl/fast/repaint/layer-outline-horizontal-expected.txt. |
| * fast/repaint/opacity-change-on-overflow-float-expected.txt: Renamed from LayoutTests/platform/efl/fast/repaint/opacity-change-on-overflow-float-expected.txt. |
| * fast/repaint/subtree-root-clip-3-expected.png: Renamed from LayoutTests/platform/efl/fast/repaint/subtree-root-clip-3-expected.png. |
| * fast/table/029-expected.txt: Renamed from LayoutTests/platform/efl/fast/table/029-expected.txt. |
| * fast/table/overflowHidden-expected.txt: Renamed from LayoutTests/platform/efl/fast/table/overflowHidden-expected.txt. |
| * platform/chromium-linux-x86/fast/text/selection-painted-separately-expected.txt: |
| * platform/chromium-linux-x86/fast/text/selection-rect-rounding-expected.txt: Added. |
| * platform/chromium-linux/fast/block/margin-collapse/103-expected.txt: |
| * platform/chromium-linux/fast/css/input-search-padding-expected.txt: |
| * platform/chromium-linux/fast/forms/box-shadow-override-expected.txt: |
| * platform/chromium-linux/fast/forms/input-appearance-height-expected.txt: |
| * platform/chromium-linux/fast/forms/input-baseline-expected.txt: |
| * platform/chromium-linux/fast/forms/input-text-double-click-expected.txt: |
| * platform/chromium-linux/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt: |
| * platform/chromium-linux/fast/forms/search-styled-expected.txt: |
| * platform/chromium-linux/fast/forms/searchfield-heights-expected.txt: |
| * platform/chromium-linux/fast/forms/validation-message-appearance-expected.txt: |
| * platform/chromium-linux/fast/invalid/residual-style-expected.txt: |
| * platform/chromium-linux/fast/replaced/replaced-breaking-mixture-expected.txt: |
| * platform/chromium-linux/fast/speech/input-appearance-speechbutton-expected.txt: |
| * platform/chromium-linux/fast/text/selection-painted-separately-expected.txt: |
| * platform/chromium-linux/fast/text/selection-rect-rounding-expected.txt: Added. |
| * platform/chromium-linux/http/tests/navigation/javascriptlink-frames-expected.txt: |
| * platform/chromium-linux/tables/mozilla/bugs/bug18359-expected.txt: |
| * platform/chromium-linux/tables/mozilla/bugs/bug2479-2-expected.txt: |
| * platform/chromium-linux/tables/mozilla/bugs/bug2479-3-expected.txt: |
| * platform/chromium-linux/tables/mozilla/bugs/bug2479-4-expected.txt: |
| * platform/chromium-linux/tables/mozilla/bugs/bug28928-expected.txt: |
| * platform/chromium-linux/tables/mozilla/bugs/bug4382-expected.txt: |
| * platform/chromium-linux/tables/mozilla/bugs/bug44505-expected.txt: |
| * platform/chromium-linux/tables/mozilla/bugs/bug46368-1-expected.txt: |
| * platform/chromium-linux/tables/mozilla/bugs/bug46368-2-expected.txt: |
| * platform/chromium-linux/tables/mozilla/bugs/bug51037-expected.txt: |
| * platform/chromium-linux/tables/mozilla/bugs/bug7342-expected.txt: |
| * platform/chromium-linux/tables/mozilla/dom/tableDom-expected.txt: |
| * platform/chromium-linux/tables/mozilla/other/move_row-expected.txt: |
| * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt: |
| * platform/chromium-mac-leopard/css3/selectors3/html/css3-modsel-23-expected.png: |
| * platform/chromium-mac-leopard/css3/selectors3/html/css3-modsel-24-expected.png: |
| * platform/chromium-mac-leopard/css3/selectors3/html/css3-modsel-68-expected.png: |
| * platform/chromium-mac-leopard/css3/selectors3/html/css3-modsel-69-expected.png: |
| * platform/chromium-mac-leopard/css3/selectors3/xhtml/css3-modsel-23-expected.png: |
| * platform/chromium-mac-leopard/css3/selectors3/xhtml/css3-modsel-24-expected.png: |
| * platform/chromium-mac-leopard/css3/selectors3/xhtml/css3-modsel-68-expected.png: |
| * platform/chromium-mac-leopard/css3/selectors3/xhtml/css3-modsel-69-expected.png: |
| * platform/chromium-mac-leopard/css3/selectors3/xml/css3-modsel-23-expected.png: |
| * platform/chromium-mac-leopard/css3/selectors3/xml/css3-modsel-24-expected.png: |
| * platform/chromium-mac-leopard/css3/selectors3/xml/css3-modsel-68-expected.png: |
| * platform/chromium-mac-leopard/css3/selectors3/xml/css3-modsel-69-expected.png: |
| * platform/chromium-mac-leopard/fast/events/context-no-deselect-expected.txt: Removed. |
| * platform/chromium-mac-leopard/fast/forms/input-disabled-color-expected.png: |
| * platform/chromium-mac-leopard/fast/forms/input-disabled-color-expected.txt: Removed. |
| * platform/chromium-mac-leopard/fast/forms/number/input-appearance-number-rtl-expected.txt: Removed. |
| * platform/chromium-mac-leopard/fast/inline/continuation-outlines-expected.png: |
| * platform/chromium-mac-leopard/fast/text/selection-painted-separately-expected.txt: |
| * platform/chromium-mac-leopard/fast/text/selection-rect-rounding-expected.txt: Added. |
| * platform/chromium-mac-snowleopard/fast/events/context-no-deselect-expected.txt: Removed. |
| * platform/chromium-mac-snowleopard/fast/forms/input-disabled-color-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/input-disabled-color-expected.txt: Removed. |
| * platform/chromium-mac-snowleopard/fast/forms/number/input-appearance-number-rtl-expected.txt: Removed. |
| * platform/chromium-mac-snowleopard/fast/inline/continuation-outlines-expected.png: |
| * platform/chromium-mac-snowleopard/fast/text/selection-painted-separately-expected.txt: |
| * platform/chromium-mac-snowleopard/fast/text/selection-rect-rounding-expected.txt: |
| * platform/chromium-mac/css3/selectors3/html/css3-modsel-23-expected.png: |
| * platform/chromium-mac/css3/selectors3/html/css3-modsel-24-expected.png: |
| * platform/chromium-mac/css3/selectors3/html/css3-modsel-68-expected.png: |
| * platform/chromium-mac/css3/selectors3/html/css3-modsel-69-expected.png: |
| * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-23-expected.png: |
| * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-24-expected.png: |
| * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-68-expected.png: |
| * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-69-expected.png: |
| * platform/chromium-mac/css3/selectors3/xml/css3-modsel-23-expected.png: |
| * platform/chromium-mac/css3/selectors3/xml/css3-modsel-24-expected.png: |
| * platform/chromium-mac/css3/selectors3/xml/css3-modsel-68-expected.png: |
| * platform/chromium-mac/css3/selectors3/xml/css3-modsel-69-expected.png: |
| * platform/chromium-mac/fast/block/float/overlapping-floats-with-overflow-hidden-expected.txt: Removed. |
| * platform/chromium-mac/fast/block/float/shrink-to-avoid-float-complexity-expected.txt: Removed. |
| * platform/chromium-mac/fast/block/lineboxcontain/parsing-invalid-expected.txt: Removed. |
| * platform/chromium-mac/fast/block/margin-collapse/103-expected.txt: Removed. |
| * platform/chromium-mac/fast/css/input-search-padding-expected.txt: Removed. |
| * platform/chromium-mac/fast/css/invalidation-errors-2-expected.txt: Removed. |
| * platform/chromium-mac/fast/css/invalidation-errors-expected.txt: Removed. |
| * platform/chromium-mac/fast/css/line-height-expected.txt: Removed. |
| * platform/chromium-mac/fast/css/nested-layers-with-hover-expected.txt: Removed. |
| * platform/chromium-mac/fast/css/text-input-with-webkit-border-radius-expected.txt: Removed. |
| * platform/chromium-mac/fast/css/text-overflow-input-expected.txt: Removed. |
| * platform/chromium-mac/fast/dom/isindex-001-expected.txt: Removed. |
| * platform/chromium-mac/fast/dom/isindex-002-expected.txt: Removed. |
| * platform/chromium-mac/fast/events/context-no-deselect-expected.txt: Removed. |
| * platform/chromium-mac/fast/forms/basic-inputs-expected.txt: |
| * platform/chromium-mac/fast/forms/box-shadow-override-expected.png: |
| * platform/chromium-mac/fast/forms/box-shadow-override-expected.txt: |
| * platform/chromium-mac/fast/forms/encoding-test-expected.txt: Removed. |
| * platform/chromium-mac/fast/forms/fieldset-align-expected.txt: Removed. |
| * platform/chromium-mac/fast/forms/floating-textfield-relayout-expected.txt: Removed. |
| * platform/chromium-mac/fast/forms/input-align-expected.txt: Removed. |
| * platform/chromium-mac/fast/forms/input-appearance-default-bkcolor-expected.txt: Removed. |
| * platform/chromium-mac/fast/forms/input-appearance-disabled-expected.txt: |
| * platform/chromium-mac/fast/forms/input-appearance-focus-expected.txt: Removed. |
| * platform/chromium-mac/fast/forms/input-appearance-height-expected.txt: |
| * platform/chromium-mac/fast/forms/input-appearance-readonly-expected.txt: Removed. |
| * platform/chromium-mac/fast/forms/input-appearance-visibility-expected.txt: Removed. |
| * platform/chromium-mac/fast/forms/input-appearance-width-expected.txt: Removed. |
| * platform/chromium-mac/fast/forms/input-baseline-expected.txt: Removed. |
| * platform/chromium-mac/fast/forms/input-disabled-color-expected.png: |
| * platform/chromium-mac/fast/forms/input-double-click-selection-gap-bug-expected.txt: Removed. |
| * platform/chromium-mac/fast/forms/input-field-text-truncated-expected.txt: Removed. |
| * platform/chromium-mac/fast/forms/input-placeholder-visibility-1-expected.txt: Removed. |
| * platform/chromium-mac/fast/forms/input-placeholder-visibility-3-expected.txt: Removed. |
| * platform/chromium-mac/fast/forms/input-readonly-empty-expected.txt: Removed. |
| * platform/chromium-mac/fast/forms/input-spaces-expected.txt: Removed. |
| * platform/chromium-mac/fast/forms/input-table-expected.txt: Removed. |
| * platform/chromium-mac/fast/forms/input-text-click-inside-expected.txt: Removed. |
| * platform/chromium-mac/fast/forms/input-text-click-outside-expected.txt: Removed. |
| * platform/chromium-mac/fast/forms/input-text-double-click-expected.txt: Removed. |
| * platform/chromium-mac/fast/forms/input-text-option-delete-expected.txt: Removed. |
| * platform/chromium-mac/fast/forms/input-text-self-emptying-click-expected.txt: Removed. |
| * platform/chromium-mac/fast/forms/input-width-expected.txt: Removed. |
| * platform/chromium-mac/fast/forms/number/input-appearance-number-rtl-expected.txt: Removed. |
| * platform/chromium-mac/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt: |
| * platform/chromium-mac/fast/forms/number/input-appearance-spinbutton-layer-expected.txt: Removed. |
| * platform/chromium-mac/fast/forms/placeholder-pseudo-style-expected.txt: |
| * platform/chromium-mac/fast/forms/plaintext-mode-2-expected.txt: Removed. |
| * platform/chromium-mac/fast/forms/search-cancel-button-style-sharing-expected.png: |
| * platform/chromium-mac/fast/forms/search-cancel-button-style-sharing-expected.txt: Removed. |
| * platform/chromium-mac/fast/forms/search-display-none-cancel-button-expected.txt: Removed. |
| * platform/chromium-mac/fast/forms/search-rtl-expected.png: |
| * platform/chromium-mac/fast/forms/search-styled-expected.txt: Removed. |
| * platform/chromium-mac/fast/forms/search-vertical-alignment-expected.png: |
| * platform/chromium-mac/fast/forms/search-vertical-alignment-expected.txt: Removed. |
| * platform/chromium-mac/fast/forms/searchfield-heights-expected.png: |
| * platform/chromium-mac/fast/forms/searchfield-heights-expected.txt: Removed. |
| * platform/chromium-mac/fast/forms/tabbing-input-iframe-expected.txt: Removed. |
| * platform/chromium-mac/fast/forms/textfield-focus-ring-expected.txt: Removed. |
| * platform/chromium-mac/fast/forms/validation-message-appearance-expected.txt: |
| * platform/chromium-mac/fast/forms/visual-hebrew-text-field-expected.txt: Removed. |
| * platform/chromium-mac/fast/frames/take-focus-from-iframe-expected.txt: Removed. |
| * platform/chromium-mac/fast/html/details-no-summary4-expected.txt: Removed. |
| * platform/chromium-mac/fast/html/details-open-javascript-expected.txt: Removed. |
| * platform/chromium-mac/fast/html/details-open2-expected.txt: Removed. |
| * platform/chromium-mac/fast/html/details-open4-expected.txt: Removed. |
| * platform/chromium-mac/fast/inline/continuation-outlines-expected.png: |
| * platform/chromium-mac/fast/invalid/residual-style-expected.txt: Removed. |
| * platform/chromium-mac/fast/lists/dynamic-marker-crash-expected.txt: Removed. |
| * platform/chromium-mac/fast/multicol/layers-split-across-columns-expected.txt: Removed. |
| * platform/chromium-mac/fast/overflow/004-expected.txt: Removed. |
| * platform/chromium-mac/fast/overflow/clip-rects-fixed-ancestor-expected.txt: Removed. |
| * platform/chromium-mac/fast/overflow/line-clamp-expected.txt: Removed. |
| * platform/chromium-mac/fast/overflow/overflow-focus-ring-expected.txt: Removed. |
| * platform/chromium-mac/fast/repaint/layer-outline-expected.txt: Removed. |
| * platform/chromium-mac/fast/repaint/layer-outline-horizontal-expected.txt: Removed. |
| * platform/chromium-mac/fast/repaint/opacity-change-on-overflow-float-expected.txt: Removed. |
| * platform/chromium-mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt: Removed. |
| * platform/chromium-mac/fast/replaced/replaced-breaking-mixture-expected.txt: Removed. |
| * platform/chromium-mac/fast/replaced/width100percent-textfield-expected.txt: Removed. |
| * platform/chromium-mac/fast/speech/input-appearance-speechbutton-expected.txt: |
| * platform/chromium-mac/fast/speech/speech-bidi-rendering-expected.txt: Removed. |
| * platform/chromium-mac/fast/table/003-expected.txt: Removed. |
| * platform/chromium-mac/fast/table/029-expected.txt: Removed. |
| * platform/chromium-mac/fast/table/colspanMinWidth-expected.txt: Removed. |
| * platform/chromium-mac/fast/table/overflowHidden-expected.txt: Removed. |
| * platform/chromium-mac/fast/table/spanOverlapRepaint-expected.txt: Removed. |
| * platform/chromium-mac/fast/table/text-field-baseline-expected.txt: Removed. |
| * platform/chromium-mac/fast/text/selection-painted-separately-expected.txt: |
| * platform/chromium-mac/fast/transforms/transformed-focused-text-input-expected.txt: Removed. |
| * platform/chromium-mac/http/tests/navigation/javascriptlink-frames-expected.txt: Removed. |
| * platform/chromium-mac/plugins/mouse-click-plugin-clears-selection-expected.txt: Removed. |
| * platform/chromium-mac/tables/mozilla/bugs/45621-expected.txt: Removed. |
| * platform/chromium-mac/tables/mozilla/bugs/bug12384-expected.txt: Removed. |
| * platform/chromium-mac/tables/mozilla/bugs/bug154780-expected.txt: Removed. |
| * platform/chromium-mac/tables/mozilla/bugs/bug18359-expected.txt: Removed. |
| * platform/chromium-mac/tables/mozilla/bugs/bug24200-expected.txt: Removed. |
| * platform/chromium-mac/tables/mozilla/bugs/bug2479-2-expected.txt: Removed. |
| * platform/chromium-mac/tables/mozilla/bugs/bug2479-3-expected.txt: Removed. |
| * platform/chromium-mac/tables/mozilla/bugs/bug2479-4-expected.txt: Removed. |
| * platform/chromium-mac/tables/mozilla/bugs/bug28928-expected.txt: Removed. |
| * platform/chromium-mac/tables/mozilla/bugs/bug4382-expected.txt: Removed. |
| * platform/chromium-mac/tables/mozilla/bugs/bug44505-expected.txt: |
| * platform/chromium-mac/tables/mozilla/bugs/bug4527-expected.txt: Removed. |
| * platform/chromium-mac/tables/mozilla/bugs/bug46368-1-expected.txt: Removed. |
| * platform/chromium-mac/tables/mozilla/bugs/bug46368-2-expected.txt: Removed. |
| * platform/chromium-mac/tables/mozilla/bugs/bug51037-expected.txt: Removed. |
| * platform/chromium-mac/tables/mozilla/bugs/bug55545-expected.txt: Removed. |
| * platform/chromium-mac/tables/mozilla/bugs/bug7342-expected.txt: Removed. |
| * platform/chromium-mac/tables/mozilla/dom/tableDom-expected.txt: Removed. |
| * platform/chromium-mac/tables/mozilla/other/move_row-expected.txt: Removed. |
| * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug106966-expected.txt: |
| * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt: Removed. |
| * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug45621-expected.txt: Removed. |
| * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt: Removed. |
| * platform/chromium-win-vista/fast/text/selection-painted-separately-expected.txt: |
| * platform/chromium-win-vista/fast/text/selection-rect-rounding-expected.txt: Added. |
| * platform/chromium-win-xp/fast/forms/search-styled-expected.txt: |
| * platform/chromium-win-xp/fast/text/selection-painted-separately-expected.txt: |
| * platform/chromium-win-xp/fast/text/selection-rect-rounding-expected.txt: Added. |
| * platform/chromium-win/fast/block/float/overlapping-floats-with-overflow-hidden-expected.txt: |
| * platform/chromium-win/fast/block/float/shrink-to-avoid-float-complexity-expected.txt: |
| * platform/chromium-win/fast/block/lineboxcontain/parsing-invalid-expected.txt: |
| * platform/chromium-win/fast/block/margin-collapse/103-expected.txt: |
| * platform/chromium-win/fast/css/input-search-padding-expected.txt: |
| * platform/chromium-win/fast/css/invalidation-errors-2-expected.txt: |
| * platform/chromium-win/fast/css/invalidation-errors-expected.txt: |
| * platform/chromium-win/fast/css/line-height-expected.txt: |
| * platform/chromium-win/fast/css/nested-layers-with-hover-expected.txt: |
| * platform/chromium-win/fast/css/text-input-with-webkit-border-radius-expected.txt: |
| * platform/chromium-win/fast/css/text-overflow-input-expected.txt: |
| * platform/chromium-win/fast/dom/isindex-001-expected.txt: |
| * platform/chromium-win/fast/dom/isindex-002-expected.txt: |
| * platform/chromium-win/fast/events/autoscroll-expected.txt: |
| * platform/chromium-win/fast/events/context-no-deselect-expected.txt: |
| * platform/chromium-win/fast/forms/basic-inputs-expected.txt: |
| * platform/chromium-win/fast/forms/box-shadow-override-expected.txt: |
| * platform/chromium-win/fast/forms/encoding-test-expected.txt: |
| * platform/chromium-win/fast/forms/fieldset-align-expected.txt: |
| * platform/chromium-win/fast/forms/floating-textfield-relayout-expected.txt: |
| * platform/chromium-win/fast/forms/input-align-expected.txt: |
| * platform/chromium-win/fast/forms/input-appearance-default-bkcolor-expected.txt: |
| * platform/chromium-win/fast/forms/input-appearance-disabled-expected.txt: |
| * platform/chromium-win/fast/forms/input-appearance-focus-expected.txt: |
| * platform/chromium-win/fast/forms/input-appearance-height-expected.txt: |
| * platform/chromium-win/fast/forms/input-appearance-preventDefault-expected.txt: |
| * platform/chromium-win/fast/forms/input-appearance-readonly-expected.txt: |
| * platform/chromium-win/fast/forms/input-appearance-selection-expected.txt: |
| * platform/chromium-win/fast/forms/input-appearance-visibility-expected.txt: |
| * platform/chromium-win/fast/forms/input-appearance-width-expected.txt: |
| * platform/chromium-win/fast/forms/input-baseline-expected.txt: |
| * platform/chromium-win/fast/forms/input-double-click-selection-gap-bug-expected.txt: |
| * platform/chromium-win/fast/forms/input-field-text-truncated-expected.txt: |
| * platform/chromium-win/fast/forms/input-placeholder-visibility-1-expected.txt: |
| * platform/chromium-win/fast/forms/input-placeholder-visibility-3-expected.txt: |
| * platform/chromium-win/fast/forms/input-readonly-empty-expected.txt: |
| * platform/chromium-win/fast/forms/input-spaces-expected.txt: |
| * platform/chromium-win/fast/forms/input-table-expected.txt: |
| * platform/chromium-win/fast/forms/input-text-click-inside-expected.txt: |
| * platform/chromium-win/fast/forms/input-text-click-outside-expected.txt: |
| * platform/chromium-win/fast/forms/input-text-double-click-expected.txt: |
| * platform/chromium-win/fast/forms/input-text-option-delete-expected.txt: |
| * platform/chromium-win/fast/forms/input-text-self-emptying-click-expected.txt: |
| * platform/chromium-win/fast/forms/input-width-expected.txt: |
| * platform/chromium-win/fast/forms/number/input-appearance-number-rtl-expected.txt: |
| * platform/chromium-win/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt: |
| * platform/chromium-win/fast/forms/number/input-appearance-spinbutton-layer-expected.txt: |
| * platform/chromium-win/fast/forms/placeholder-pseudo-style-expected.txt: |
| * platform/chromium-win/fast/forms/plaintext-mode-2-expected.txt: |
| * platform/chromium-win/fast/forms/search-cancel-button-style-sharing-expected.txt: |
| * platform/chromium-win/fast/forms/search-display-none-cancel-button-expected.txt: |
| * platform/chromium-win/fast/forms/search-rtl-expected.txt: |
| * platform/chromium-win/fast/forms/search-styled-expected.txt: |
| * platform/chromium-win/fast/forms/search-vertical-alignment-expected.txt: |
| * platform/chromium-win/fast/forms/searchfield-heights-expected.txt: |
| * platform/chromium-win/fast/forms/tabbing-input-iframe-expected.txt: |
| * platform/chromium-win/fast/forms/textfield-focus-ring-expected.txt: |
| * platform/chromium-win/fast/forms/validation-message-appearance-expected.txt: |
| * platform/chromium-win/fast/forms/visual-hebrew-text-field-expected.txt: |
| * platform/chromium-win/fast/frames/take-focus-from-iframe-expected.txt: |
| * platform/chromium-win/fast/html/details-no-summary4-expected.txt: |
| * platform/chromium-win/fast/html/details-open-javascript-expected.txt: |
| * platform/chromium-win/fast/html/details-open2-expected.txt: |
| * platform/chromium-win/fast/html/details-open4-expected.txt: |
| * platform/chromium-win/fast/invalid/residual-style-expected.txt: |
| * platform/chromium-win/fast/lists/dynamic-marker-crash-expected.txt: |
| * platform/chromium-win/fast/multicol/layers-split-across-columns-expected.txt: |
| * platform/chromium-win/fast/overflow/004-expected.txt: |
| * platform/chromium-win/fast/overflow/clip-rects-fixed-ancestor-expected.txt: |
| * platform/chromium-win/fast/overflow/line-clamp-expected.txt: |
| * platform/chromium-win/fast/overflow/overflow-focus-ring-expected.txt: |
| * platform/chromium-win/fast/repaint/layer-outline-expected.txt: |
| * platform/chromium-win/fast/repaint/layer-outline-horizontal-expected.txt: |
| * platform/chromium-win/fast/repaint/opacity-change-on-overflow-float-expected.txt: |
| * platform/chromium-win/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt: |
| * platform/chromium-win/fast/replaced/replaced-breaking-mixture-expected.txt: |
| * platform/chromium-win/fast/replaced/width100percent-textfield-expected.txt: |
| * platform/chromium-win/fast/speech/input-appearance-speechbutton-expected.txt: |
| * platform/chromium-win/fast/speech/speech-bidi-rendering-expected.txt: |
| * platform/chromium-win/fast/table/003-expected.txt: |
| * platform/chromium-win/fast/table/029-expected.txt: |
| * platform/chromium-win/fast/table/colspanMinWidth-expected.txt: |
| * platform/chromium-win/fast/table/overflowHidden-expected.txt: |
| * platform/chromium-win/fast/table/spanOverlapRepaint-expected.txt: |
| * platform/chromium-win/fast/table/text-field-baseline-expected.txt: |
| * platform/chromium-win/fast/text/selection-painted-separately-expected.txt: |
| * platform/chromium-win/fast/text/selection-rect-rounding-expected.txt: |
| * platform/chromium-win/fast/transforms/transformed-focused-text-input-expected.txt: |
| * platform/chromium-win/http/tests/navigation/javascriptlink-frames-expected.txt: |
| * platform/chromium-win/plugins/mouse-click-plugin-clears-selection-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/45621-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug12384-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug154780-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug18359-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug24200-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug2479-2-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug2479-3-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug2479-4-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug28928-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug4382-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug44505-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug4527-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug46368-1-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug46368-2-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug51037-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug55545-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug7342-expected.txt: |
| * platform/chromium-win/tables/mozilla/dom/tableDom-expected.txt: |
| * platform/chromium-win/tables/mozilla/other/move_row-expected.txt: |
| * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug106966-expected.txt: |
| * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt: |
| * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug45621-expected.txt: |
| * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt: |
| * platform/chromium/fast/block/float/033-expected.txt: Removed. |
| * platform/chromium/fast/block/float/avoidance-rtl-expected.txt: Removed. |
| * platform/chromium/fast/block/float/float-not-removed-from-next-sibling3-expected.txt: Removed. |
| * platform/chromium/fast/block/float/float-overflow-hidden-containing-block-width-expected.txt: Removed. |
| * platform/chromium/fast/block/float/in-margin-expected.txt: Removed. |
| * platform/chromium/fast/clip/017-expected.txt: Removed. |
| * platform/chromium/fast/dynamic/subtree-boundary-percent-height-expected.txt: Removed. |
| * platform/chromium/fast/dynamic/subtree-no-common-root-static-y-expected.txt: Removed. |
| * platform/chromium/fast/dynamic/subtree-table-cell-height-expected.txt: Removed. |
| * platform/chromium/fast/layers/self-painting-outline-expected.txt: Removed. |
| * platform/chromium/fast/repaint/subtree-root-clip-3-expected.txt: Removed. |
| * platform/chromium/test_expectations.txt: |
| * platform/efl/fast/block/float/033-expected.txt: Removed. |
| * platform/gtk/css3/selectors3/html/css3-modsel-23-expected.txt: Removed. |
| * platform/gtk/css3/selectors3/html/css3-modsel-24-expected.txt: Removed. |
| * platform/gtk/css3/selectors3/html/css3-modsel-68-expected.txt: Removed. |
| * platform/gtk/css3/selectors3/html/css3-modsel-69-expected.txt: Removed. |
| * platform/gtk/css3/selectors3/xhtml/css3-modsel-23-expected.txt: Removed. |
| * platform/gtk/css3/selectors3/xhtml/css3-modsel-24-expected.txt: Removed. |
| * platform/gtk/css3/selectors3/xhtml/css3-modsel-68-expected.txt: Removed. |
| * platform/gtk/css3/selectors3/xhtml/css3-modsel-69-expected.txt: Removed. |
| * platform/gtk/css3/selectors3/xml/css3-modsel-23-expected.txt: Removed. |
| * platform/gtk/css3/selectors3/xml/css3-modsel-24-expected.txt: Removed. |
| * platform/gtk/css3/selectors3/xml/css3-modsel-68-expected.txt: Removed. |
| * platform/gtk/css3/selectors3/xml/css3-modsel-69-expected.txt: Removed. |
| * platform/gtk/fast/block/float/033-expected.txt: Removed. |
| * platform/gtk/fast/block/float/avoidance-rtl-expected.txt: Removed. |
| * platform/gtk/fast/block/float/float-not-removed-from-next-sibling3-expected.txt: Removed. |
| * platform/gtk/fast/block/float/float-overflow-hidden-containing-block-width-expected.txt: Removed. |
| * platform/gtk/fast/block/float/in-margin-expected.png: Removed. |
| * platform/gtk/fast/block/float/in-margin-expected.txt: Removed. |
| * platform/gtk/fast/block/float/overlapping-floats-with-overflow-hidden-expected.txt: Removed. |
| * platform/gtk/fast/block/float/shrink-to-avoid-float-complexity-expected.txt: Removed. |
| * platform/gtk/fast/block/lineboxcontain/parsing-invalid-expected.txt: Removed. |
| * platform/gtk/fast/clip/017-expected.png: Removed. |
| * platform/gtk/fast/clip/017-expected.txt: Removed. |
| * platform/gtk/fast/css/invalidation-errors-2-expected.txt: Removed. |
| * platform/gtk/fast/css/invalidation-errors-expected.txt: Removed. |
| * platform/gtk/fast/css/nested-layers-with-hover-expected.txt: Removed. |
| * platform/gtk/fast/dynamic/subtree-boundary-percent-height-expected.png: Removed. |
| * platform/gtk/fast/dynamic/subtree-boundary-percent-height-expected.txt: Removed. |
| * platform/gtk/fast/dynamic/subtree-no-common-root-static-y-expected.png: Removed. |
| * platform/gtk/fast/dynamic/subtree-no-common-root-static-y-expected.txt: Removed. |
| * platform/gtk/fast/dynamic/subtree-table-cell-height-expected.png: Removed. |
| * platform/gtk/fast/dynamic/subtree-table-cell-height-expected.txt: Removed. |
| * platform/gtk/fast/inline/continuation-outlines-expected.txt: Removed. |
| * platform/gtk/fast/layers/self-painting-outline-expected.png: Removed. |
| * platform/gtk/fast/layers/self-painting-outline-expected.txt: Removed. |
| * platform/gtk/fast/multicol/layers-split-across-columns-expected.txt: Removed. |
| * platform/gtk/fast/overflow/004-expected.txt: Removed. |
| * platform/gtk/fast/overflow/clip-rects-fixed-ancestor-expected.txt: Removed. |
| * platform/gtk/fast/overflow/line-clamp-expected.txt: Removed. |
| * platform/gtk/fast/overflow/overflow-focus-ring-expected.txt: Removed. |
| * platform/gtk/fast/repaint/layer-outline-expected.txt: Removed. |
| * platform/gtk/fast/repaint/layer-outline-horizontal-expected.txt: Removed. |
| * platform/gtk/fast/repaint/opacity-change-on-overflow-float-expected.txt: Removed. |
| * platform/gtk/fast/repaint/subtree-root-clip-3-expected.png: Removed. |
| * platform/gtk/fast/repaint/subtree-root-clip-3-expected.txt: Removed. |
| * platform/gtk/fast/table/029-expected.txt: Removed. |
| * platform/gtk/fast/table/overflowHidden-expected.txt: Removed. |
| * platform/gtk/tables/mozilla/bugs/bug154780-expected.txt: Removed. |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug45621-expected.png: Removed. |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug45621-expected.txt: Removed. |
| * platform/mac/fast/block/float/033-expected.txt: Removed. |
| * platform/mac/fast/block/float/float-not-removed-from-next-sibling3-expected.png: Removed. |
| * platform/mac/fast/block/float/float-overflow-hidden-containing-block-width-expected.txt: Removed. |
| * platform/mac/fast/block/float/in-margin-expected.txt: Removed. |
| * platform/mac/fast/clip/017-expected.txt: Removed. |
| * platform/mac/fast/dynamic/subtree-boundary-percent-height-expected.txt: Removed. |
| * platform/mac/fast/dynamic/subtree-no-common-root-static-y-expected.txt: Removed. |
| * platform/mac/fast/dynamic/subtree-table-cell-height-expected.txt: Removed. |
| * platform/qt/fast/block/float/avoidance-rtl-expected.txt: Removed. |
| * platform/qt/fast/block/float/float-overflow-hidden-containing-block-width-expected.txt: Removed. |
| * platform/qt/fast/block/float/in-margin-expected.txt: Removed. |
| * platform/qt/fast/clip/017-expected.txt: Removed. |
| * platform/qt/fast/css/resize-single-axis-expected.txt: Removed. |
| * platform/qt/fast/dynamic/subtree-boundary-percent-height-expected.txt: Removed. |
| * platform/qt/fast/dynamic/subtree-no-common-root-static-y-expected.txt: Removed. |
| * platform/qt/fast/dynamic/subtree-table-cell-height-expected.txt: Removed. |
| * platform/qt/fast/layers/self-painting-outline-expected.txt: Removed. |
| * platform/qt/fast/repaint/subtree-root-clip-3-expected.txt: Removed. |
| * tables/mozilla/bugs/bug154780-expected.txt: Renamed from LayoutTests/platform/efl/tables/mozilla/bugs/bug154780-expected.txt. |
| * tables/mozilla_expected_failures/bugs/bug45621-expected.png: Renamed from LayoutTests/platform/efl/tables/mozilla_expected_failures/bugs/bug45621-expected.png. |
| * tables/mozilla_expected_failures/bugs/bug45621-expected.txt: Renamed from LayoutTests/platform/efl/tables/mozilla_expected_failures/bugs/bug45621-expected.txt. |
| |
| 2012-05-11 Noel Gordon <noel.gordon@gmail.com> |
| |
| Optimise and update test expectations after r116636 |
| |
| Unreviewed test expectations update. |
| |
| * fast/backgrounds/size/contain-and-cover-zoomed-expected.txt: Renamed from LayoutTests/platform/efl/fast/backgrounds/size/contain-and-cover-zoomed-expected.txt. |
| * fast/block/float/014-expected.txt: Renamed from LayoutTests/platform/efl/fast/block/float/014-expected.txt. |
| * fast/images/gray-scale-jpeg-with-color-profile-expected.txt: |
| * fast/repaint/backgroundSizeRepaint-expected.txt: Renamed from LayoutTests/platform/efl/fast/repaint/backgroundSizeRepaint-expected.txt. |
| * fast/repaint/clipped-relative-expected.txt: Renamed from LayoutTests/platform/efl/fast/repaint/clipped-relative-expected.txt. |
| * fast/repaint/selected-replaced-expected.txt: Renamed from LayoutTests/platform/efl/fast/repaint/selected-replaced-expected.txt. |
| * fast/replaced/absolute-image-sizing-expected.txt: Renamed from LayoutTests/platform/efl/fast/replaced/absolute-image-sizing-expected.txt. |
| * fast/replaced/image-onload-expected.txt: Renamed from LayoutTests/platform/efl/fast/replaced/image-onload-expected.txt. |
| * fast/replaced/image-sizing-expected.txt: Renamed from LayoutTests/platform/efl/fast/replaced/image-sizing-expected.txt. |
| * fast/replaced/width100percent-image-expected.txt: Renamed from LayoutTests/platform/efl/fast/replaced/width100percent-image-expected.txt. |
| * fast/writing-mode/background-horizontal-bt-expected.txt: Renamed from LayoutTests/platform/efl/fast/writing-mode/background-horizontal-bt-expected.txt. |
| * fast/writing-mode/background-vertical-lr-expected.txt: Renamed from LayoutTests/platform/efl/fast/writing-mode/background-vertical-lr-expected.txt. |
| * fast/writing-mode/background-vertical-rl-expected.txt: Renamed from LayoutTests/platform/efl/fast/writing-mode/background-vertical-rl-expected.txt. |
| * platform/chromium-linux-x86/fast/backgrounds/size/backgroundSize20-expected.png: Added. |
| * platform/chromium-linux-x86/fast/backgrounds/size/backgroundSize21-expected.png: Added. |
| * platform/chromium-linux-x86/fast/backgrounds/size/backgroundSize22-expected.png: Added. |
| * platform/chromium-linux-x86/fast/replaced/image-tag-expected.png: Added. |
| * platform/chromium-linux-x86/tables/mozilla/bugs/bug120107-expected.png: Added. |
| * platform/chromium-linux-x86/tables/mozilla/bugs/bug1271-expected.png: Added. |
| * platform/chromium-linux-x86/tables/mozilla/bugs/bug12908-2-expected.png: Added. |
| * platform/chromium-linux-x86/tables/mozilla/bugs/bug13169-expected.png: Added. |
| * platform/chromium-linux-x86/tables/mozilla/bugs/bug196870-expected.png: Added. |
| * platform/chromium-linux-x86/tables/mozilla/bugs/bug50695-2-expected.png: Added. |
| * platform/chromium-linux/compositing/geometry/vertical-scroll-composited-expected.png: |
| * platform/chromium-linux/fast/backgrounds/size/backgroundSize20-expected.png: Added. |
| * platform/chromium-linux/fast/backgrounds/size/backgroundSize21-expected.png: Added. |
| * platform/chromium-linux/fast/backgrounds/size/backgroundSize22-expected.png: Added. |
| * platform/chromium-linux/fast/backgrounds/size/contain-and-cover-expected.png: |
| * platform/chromium-linux/fast/backgrounds/size/contain-and-cover-zoomed-expected.png: |
| * platform/chromium-linux/fast/block/float/014-expected.png: |
| * platform/chromium-linux/fast/images/gray-scale-jpeg-with-color-profile-expected.png: |
| * platform/chromium-linux/fast/repaint/backgroundSizeRepaint-expected.png: |
| * platform/chromium-linux/fast/repaint/block-layout-inline-children-replaced-expected.png: |
| * platform/chromium-linux/fast/repaint/clipped-relative-expected.png: |
| * platform/chromium-linux/fast/repaint/selected-replaced-expected.png: |
| * platform/chromium-linux/fast/replaced/absolute-image-sizing-expected.png: |
| * platform/chromium-linux/fast/replaced/image-onload-expected.png: |
| * platform/chromium-linux/fast/replaced/image-sizing-expected.png: |
| * platform/chromium-linux/fast/replaced/image-tag-expected.png: Added. |
| * platform/chromium-linux/fast/replaced/width100percent-image-expected.png: |
| * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png: |
| * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-36-t-expected.png: |
| * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png: |
| * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-40-t-expected.png: |
| * platform/chromium-linux/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png: |
| * platform/chromium-linux/svg/W3C-SVG-1.1/filters-image-01-b-expected.png: |
| * platform/chromium-linux/svg/W3C-SVG-1.1/struct-image-01-t-expected.png: |
| * platform/chromium-linux/svg/W3C-SVG-1.1/struct-image-02-b-expected.png: |
| * platform/chromium-linux/svg/W3C-SVG-1.1/struct-image-04-t-expected.png: |
| * platform/chromium-linux/svg/carto.net/scrollbar-expected.png: |
| * platform/chromium-linux/svg/carto.net/selectionlist-expected.png: |
| * platform/chromium-linux/svg/custom/image-rescale-clip-expected.png: |
| * platform/chromium-linux/svg/custom/image-rescale-scroll-expected.png: |
| * platform/chromium-linux/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png: |
| * platform/chromium-linux/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug101674-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug10565-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug11026-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug1188-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug1188-expected.txt: |
| * platform/chromium-linux/tables/mozilla/bugs/bug120107-expected.png: Added. |
| * platform/chromium-linux/tables/mozilla/bugs/bug1271-expected.png: Added. |
| * platform/chromium-linux/tables/mozilla/bugs/bug12908-1-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug12908-2-expected.png: Added. |
| * platform/chromium-linux/tables/mozilla/bugs/bug1296-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug13169-expected.png: Added. |
| * platform/chromium-linux/tables/mozilla/bugs/bug1430-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug15544-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug17138-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug196870-expected.png: Added. |
| * platform/chromium-linux/tables/mozilla/bugs/bug29314-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug2981-2-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug4093-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug4284-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug4427-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug50695-2-expected.png: Added. |
| * platform/chromium-linux/tables/mozilla/bugs/bug56563-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug5797-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug625-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug6404-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug82946-2-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug86708-expected.png: |
| * platform/chromium-linux/tables/mozilla/core/bloomberg-expected.png: |
| * platform/chromium-linux/tables/mozilla/core/col_widths_auto_autoFix-expected.png: |
| * platform/chromium-linux/tables/mozilla/core/misc-expected.png: |
| * platform/chromium-linux/tables/mozilla/core/row_span-expected.png: |
| * platform/chromium-linux/tables/mozilla/marvin/tbody_valign_baseline-expected.png: |
| * platform/chromium-linux/tables/mozilla/marvin/tbody_valign_bottom-expected.png: |
| * platform/chromium-linux/tables/mozilla/marvin/tbody_valign_middle-expected.png: |
| * platform/chromium-linux/tables/mozilla/marvin/tbody_valign_top-expected.png: |
| * platform/chromium-linux/tables/mozilla/marvin/td_valign_baseline-expected.png: |
| * platform/chromium-linux/tables/mozilla/marvin/td_valign_bottom-expected.png: |
| * platform/chromium-linux/tables/mozilla/marvin/td_valign_middle-expected.png: |
| * platform/chromium-linux/tables/mozilla/marvin/td_valign_top-expected.png: |
| * platform/chromium-linux/tables/mozilla/marvin/tfoot_valign_baseline-expected.png: |
| * platform/chromium-linux/tables/mozilla/marvin/tfoot_valign_bottom-expected.png: |
| * platform/chromium-linux/tables/mozilla/marvin/tfoot_valign_middle-expected.png: |
| * platform/chromium-linux/tables/mozilla/marvin/tfoot_valign_top-expected.png: |
| * platform/chromium-linux/tables/mozilla/marvin/th_valign_baseline-expected.png: |
| * platform/chromium-linux/tables/mozilla/marvin/th_valign_bottom-expected.png: |
| * platform/chromium-linux/tables/mozilla/marvin/th_valign_middle-expected.png: |
| * platform/chromium-linux/tables/mozilla/marvin/th_valign_top-expected.png: |
| * platform/chromium-linux/tables/mozilla/marvin/thead_valign_baseline-expected.png: |
| * platform/chromium-linux/tables/mozilla/marvin/thead_valign_bottom-expected.png: |
| * platform/chromium-linux/tables/mozilla/marvin/thead_valign_middle-expected.png: |
| * platform/chromium-linux/tables/mozilla/marvin/thead_valign_top-expected.png: |
| * platform/chromium-linux/tables/mozilla/marvin/tr_valign_baseline-expected.png: |
| * platform/chromium-linux/tables/mozilla/marvin/tr_valign_bottom-expected.png: |
| * platform/chromium-linux/tables/mozilla/marvin/tr_valign_middle-expected.png: |
| * platform/chromium-linux/tables/mozilla/marvin/tr_valign_top-expected.png: |
| * platform/chromium-linux/tables/mozilla/other/cell_widths-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug6933-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug85016-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/other/test4-expected.png: |
| * platform/chromium-mac-leopard/fast/backgrounds/size/backgroundSize20-expected.png: Added. |
| * platform/chromium-mac-leopard/fast/backgrounds/size/backgroundSize21-expected.png: Added. |
| * platform/chromium-mac-leopard/fast/backgrounds/size/backgroundSize22-expected.png: Added. |
| * platform/chromium-mac-leopard/fast/block/float/014-expected.png: |
| * platform/chromium-mac-leopard/fast/repaint/backgroundSizeRepaint-expected.png: |
| * platform/chromium-mac-leopard/fast/repaint/block-layout-inline-children-replaced-expected.png: |
| * platform/chromium-mac-leopard/fast/repaint/clipped-relative-expected.png: |
| * platform/chromium-mac-leopard/fast/repaint/selected-replaced-expected.png: |
| * platform/chromium-mac-leopard/fast/replaced/absolute-image-sizing-expected.png: |
| * platform/chromium-mac-leopard/fast/replaced/image-onload-expected.png: |
| * platform/chromium-mac-leopard/fast/replaced/image-sizing-expected.png: |
| * platform/chromium-mac-leopard/fast/replaced/image-tag-expected.png: Added. |
| * platform/chromium-mac-leopard/fast/replaced/width100percent-image-expected.png: |
| * platform/chromium-mac-leopard/svg/W3C-SVG-1.1/animate-elem-36-t-expected.png: |
| * platform/chromium-mac-leopard/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png: |
| * platform/chromium-mac-leopard/svg/W3C-SVG-1.1/animate-elem-40-t-expected.png: |
| * platform/chromium-mac-leopard/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png: |
| * platform/chromium-mac-leopard/svg/W3C-SVG-1.1/filters-image-01-b-expected.png: |
| * platform/chromium-mac-leopard/svg/carto.net/scrollbar-expected.png: |
| * platform/chromium-mac-leopard/svg/carto.net/selectionlist-expected.png: |
| * platform/chromium-mac-leopard/svg/custom/image-rescale-clip-expected.png: |
| * platform/chromium-mac-leopard/svg/custom/image-rescale-scroll-expected.png: |
| * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png: |
| * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/bugs/bug101674-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/bugs/bug10565-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/bugs/bug11026-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/bugs/bug1188-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/bugs/bug120107-expected.png: Added. |
| * platform/chromium-mac-leopard/tables/mozilla/bugs/bug1271-expected.png: Added. |
| * platform/chromium-mac-leopard/tables/mozilla/bugs/bug12908-1-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/bugs/bug12908-2-expected.png: Added. |
| * platform/chromium-mac-leopard/tables/mozilla/bugs/bug1296-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/bugs/bug13169-expected.png: Added. |
| * platform/chromium-mac-leopard/tables/mozilla/bugs/bug1430-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/bugs/bug15544-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/bugs/bug17138-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/bugs/bug196870-expected.png: Added. |
| * platform/chromium-mac-leopard/tables/mozilla/bugs/bug2981-2-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/bugs/bug4093-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/bugs/bug4284-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/bugs/bug4427-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/bugs/bug50695-2-expected.png: Added. |
| * platform/chromium-mac-leopard/tables/mozilla/bugs/bug56563-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/bugs/bug5797-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/bugs/bug625-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/bugs/bug6404-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/bugs/bug82946-2-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/bugs/bug86708-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/core/bloomberg-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/core/col_widths_auto_autoFix-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/core/misc-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/core/row_span-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/marvin/tbody_valign_baseline-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/marvin/tbody_valign_bottom-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/marvin/tbody_valign_middle-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/marvin/tbody_valign_top-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/marvin/td_valign_baseline-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/marvin/td_valign_bottom-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/marvin/td_valign_middle-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/marvin/td_valign_top-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/marvin/tfoot_valign_baseline-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/marvin/tfoot_valign_bottom-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/marvin/tfoot_valign_middle-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/marvin/tfoot_valign_top-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/marvin/th_valign_baseline-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/marvin/th_valign_bottom-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/marvin/th_valign_middle-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/marvin/th_valign_top-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/marvin/thead_valign_baseline-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/marvin/thead_valign_bottom-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/marvin/thead_valign_middle-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/marvin/thead_valign_top-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/marvin/tr_valign_baseline-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/marvin/tr_valign_bottom-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/marvin/tr_valign_middle-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/marvin/tr_valign_top-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/other/cell_widths-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla_expected_failures/bugs/bug6933-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla_expected_failures/other/test4-expected.png: |
| * platform/chromium-mac-snowleopard/fast/backgrounds/size/backgroundSize20-expected.png: Added. |
| * platform/chromium-mac-snowleopard/fast/backgrounds/size/backgroundSize21-expected.png: Added. |
| * platform/chromium-mac-snowleopard/fast/backgrounds/size/backgroundSize22-expected.png: Added. |
| * platform/chromium-mac-snowleopard/fast/block/float/014-expected.png: |
| * platform/chromium-mac-snowleopard/fast/images/gray-scale-jpeg-with-color-profile-expected.png: |
| * platform/chromium-mac-snowleopard/fast/repaint/backgroundSizeRepaint-expected.png: |
| * platform/chromium-mac-snowleopard/fast/repaint/block-layout-inline-children-replaced-expected.png: |
| * platform/chromium-mac-snowleopard/fast/repaint/clipped-relative-expected.png: |
| * platform/chromium-mac-snowleopard/fast/repaint/selected-replaced-expected.png: |
| * platform/chromium-mac-snowleopard/fast/replaced/absolute-image-sizing-expected.png: |
| * platform/chromium-mac-snowleopard/fast/replaced/image-onload-expected.png: |
| * platform/chromium-mac-snowleopard/fast/replaced/image-sizing-expected.png: |
| * platform/chromium-mac-snowleopard/fast/replaced/image-tag-expected.png: Added. |
| * platform/chromium-mac-snowleopard/fast/replaced/width100percent-image-expected.png: |
| * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-36-t-expected.png: |
| * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png: |
| * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-40-t-expected.png: |
| * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png: |
| * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/filters-image-01-b-expected.png: |
| * platform/chromium-mac-snowleopard/svg/carto.net/scrollbar-expected.png: |
| * platform/chromium-mac-snowleopard/svg/carto.net/selectionlist-expected.png: |
| * platform/chromium-mac-snowleopard/svg/custom/image-rescale-clip-expected.png: |
| * platform/chromium-mac-snowleopard/svg/custom/image-rescale-scroll-expected.png: |
| * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png: |
| * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png: |
| * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug101674-expected.png: |
| * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug10565-expected.png: |
| * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug11026-expected.png: |
| * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug1188-expected.png: |
| * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug120107-expected.png: Added. |
| * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug1271-expected.png: Added. |
| * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug12908-1-expected.png: |
| * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug12908-2-expected.png: Added. |
| * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug1296-expected.png: |
| * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug13169-expected.png: Added. |
| * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug1430-expected.png: |
| * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug15544-expected.png: |
| * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug17138-expected.png: |
| * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug196870-expected.png: Added. |
| * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug29314-expected.png: |
| * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug2981-2-expected.png: |
| * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug4093-expected.png: |
| * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug4284-expected.png: |
| * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug4427-expected.png: |
| * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug50695-2-expected.png: Added. |
| * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug56563-expected.png: |
| * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug5797-expected.png: |
| * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug625-expected.png: |
| * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug6404-expected.png: |
| * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug82946-2-expected.png: |
| * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug86708-expected.png: |
| * platform/chromium-mac-snowleopard/tables/mozilla/core/bloomberg-expected.png: |
| * platform/chromium-mac-snowleopard/tables/mozilla/core/col_widths_auto_autoFix-expected.png: |
| * platform/chromium-mac-snowleopard/tables/mozilla/core/misc-expected.png: |
| * platform/chromium-mac-snowleopard/tables/mozilla/core/row_span-expected.png: |
| * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tbody_valign_baseline-expected.png: |
| * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tbody_valign_bottom-expected.png: |
| * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tbody_valign_middle-expected.png: |
| * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tbody_valign_top-expected.png: |
| * platform/chromium-mac-snowleopard/tables/mozilla/marvin/td_valign_baseline-expected.png: |
| * platform/chromium-mac-snowleopard/tables/mozilla/marvin/td_valign_bottom-expected.png: |
| * platform/chromium-mac-snowleopard/tables/mozilla/marvin/td_valign_middle-expected.png: |
| * platform/chromium-mac-snowleopard/tables/mozilla/marvin/td_valign_top-expected.png: |
| * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tfoot_valign_baseline-expected.png: |
| * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tfoot_valign_bottom-expected.png: |
| * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tfoot_valign_middle-expected.png: |
| * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tfoot_valign_top-expected.png: |
| * platform/chromium-mac-snowleopard/tables/mozilla/marvin/th_valign_baseline-expected.png: |
| * platform/chromium-mac-snowleopard/tables/mozilla/marvin/th_valign_bottom-expected.png: |
| * platform/chromium-mac-snowleopard/tables/mozilla/marvin/th_valign_middle-expected.png: |
| * platform/chromium-mac-snowleopard/tables/mozilla/marvin/th_valign_top-expected.png: |
| * platform/chromium-mac-snowleopard/tables/mozilla/marvin/thead_valign_baseline-expected.png: |
| * platform/chromium-mac-snowleopard/tables/mozilla/marvin/thead_valign_bottom-expected.png: |
| * platform/chromium-mac-snowleopard/tables/mozilla/marvin/thead_valign_middle-expected.png: |
| * platform/chromium-mac-snowleopard/tables/mozilla/marvin/thead_valign_top-expected.png: |
| * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tr_valign_baseline-expected.png: |
| * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tr_valign_bottom-expected.png: |
| * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tr_valign_middle-expected.png: |
| * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tr_valign_top-expected.png: |
| * platform/chromium-mac-snowleopard/tables/mozilla/other/cell_widths-expected.png: |
| * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug6933-expected.png: |
| * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/other/test4-expected.png: |
| * platform/chromium-mac/compositing/geometry/vertical-scroll-composited-expected.png: |
| * platform/chromium-mac/fast/backgrounds/size/backgroundSize17-expected.png: |
| * platform/chromium-mac/fast/backgrounds/size/backgroundSize18-expected.png: |
| * platform/chromium-mac/fast/backgrounds/size/backgroundSize19-expected.png: |
| * platform/chromium-mac/fast/backgrounds/size/backgroundSize20-expected.png: |
| * platform/chromium-mac/fast/backgrounds/size/backgroundSize21-expected.png: |
| * platform/chromium-mac/fast/backgrounds/size/backgroundSize22-expected.png: |
| * platform/chromium-mac/fast/backgrounds/size/contain-and-cover-expected.png: |
| * platform/chromium-mac/fast/backgrounds/size/contain-and-cover-zoomed-expected.png: |
| * platform/chromium-mac/fast/block/float/014-expected.png: |
| * platform/chromium-mac/fast/images/gray-scale-jpeg-with-color-profile-expected.png: |
| * platform/chromium-mac/fast/images/image-css3-content-data-expected.png: |
| * platform/chromium-mac/fast/images/rgb-jpeg-with-adobe-marker-only-expected.png: |
| * platform/chromium-mac/fast/images/ycbcr-with-cmyk-color-profile-expected.png: |
| * platform/chromium-mac/fast/repaint/backgroundSizeRepaint-expected.png: |
| * platform/chromium-mac/fast/repaint/block-layout-inline-children-replaced-expected.png: |
| * platform/chromium-mac/fast/repaint/clipped-relative-expected.png: |
| * platform/chromium-mac/fast/repaint/selected-replaced-expected.png: |
| * platform/chromium-mac/fast/replaced/absolute-image-sizing-expected.png: |
| * platform/chromium-mac/fast/replaced/image-onload-expected.png: |
| * platform/chromium-mac/fast/replaced/image-sizing-expected.png: |
| * platform/chromium-mac/fast/replaced/image-tag-expected.png: |
| * platform/chromium-mac/fast/replaced/width100percent-image-expected.png: |
| * platform/chromium-mac/fast/writing-mode/background-horizontal-bt-expected.png: |
| * platform/chromium-mac/fast/writing-mode/background-vertical-lr-expected.png: |
| * platform/chromium-mac/fast/writing-mode/background-vertical-rl-expected.png: |
| * platform/chromium-mac/platform/chromium/compositing/img-layer-grow-expected.png: |
| * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png: |
| * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.png: |
| * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png: |
| * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.png: |
| * platform/chromium-mac/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png: |
| * platform/chromium-mac/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.txt: Removed. |
| * platform/chromium-mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.png: |
| * platform/chromium-mac/svg/W3C-SVG-1.1/struct-image-01-t-expected.png: |
| * platform/chromium-mac/svg/W3C-SVG-1.1/struct-image-02-b-expected.png: |
| * platform/chromium-mac/svg/W3C-SVG-1.1/struct-image-04-t-expected.png: |
| * platform/chromium-mac/svg/carto.net/scrollbar-expected.png: |
| * platform/chromium-mac/svg/carto.net/selectionlist-expected.png: |
| * platform/chromium-mac/svg/custom/image-rescale-clip-expected.png: |
| * platform/chromium-mac/svg/custom/image-rescale-expected.png: |
| * platform/chromium-mac/svg/custom/image-rescale-scroll-expected.png: |
| * platform/chromium-mac/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png: |
| * platform/chromium-mac/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png: |
| * platform/chromium-mac/svg/repaint/image-href-change-expected.png: |
| * platform/chromium-mac/tables/mozilla/bugs/bug101674-expected.png: |
| * platform/chromium-mac/tables/mozilla/bugs/bug10565-expected.png: |
| * platform/chromium-mac/tables/mozilla/bugs/bug11026-expected.png: |
| * platform/chromium-mac/tables/mozilla/bugs/bug1188-expected.png: |
| * platform/chromium-mac/tables/mozilla/bugs/bug1188-expected.txt: Removed. |
| * platform/chromium-mac/tables/mozilla/bugs/bug120107-expected.png: |
| * platform/chromium-mac/tables/mozilla/bugs/bug1271-expected.png: |
| * platform/chromium-mac/tables/mozilla/bugs/bug12908-1-expected.png: |
| * platform/chromium-mac/tables/mozilla/bugs/bug12908-2-expected.png: |
| * platform/chromium-mac/tables/mozilla/bugs/bug1296-expected.png: |
| * platform/chromium-mac/tables/mozilla/bugs/bug13169-expected.png: |
| * platform/chromium-mac/tables/mozilla/bugs/bug1430-expected.png: |
| * platform/chromium-mac/tables/mozilla/bugs/bug15544-expected.png: |
| * platform/chromium-mac/tables/mozilla/bugs/bug17138-expected.png: |
| * platform/chromium-mac/tables/mozilla/bugs/bug196870-expected.png: |
| * platform/chromium-mac/tables/mozilla/bugs/bug29314-expected.png: |
| * platform/chromium-mac/tables/mozilla/bugs/bug2981-2-expected.png: |
| * platform/chromium-mac/tables/mozilla/bugs/bug4093-expected.png: |
| * platform/chromium-mac/tables/mozilla/bugs/bug4284-expected.png: |
| * platform/chromium-mac/tables/mozilla/bugs/bug4427-expected.png: |
| * platform/chromium-mac/tables/mozilla/bugs/bug50695-2-expected.png: |
| * platform/chromium-mac/tables/mozilla/bugs/bug56563-expected.png: |
| * platform/chromium-mac/tables/mozilla/bugs/bug5797-expected.png: |
| * platform/chromium-mac/tables/mozilla/bugs/bug625-expected.png: |
| * platform/chromium-mac/tables/mozilla/bugs/bug6404-expected.png: |
| * platform/chromium-mac/tables/mozilla/bugs/bug82946-2-expected.png: |
| * platform/chromium-mac/tables/mozilla/bugs/bug86708-expected.png: |
| * platform/chromium-mac/tables/mozilla/core/bloomberg-expected.png: |
| * platform/chromium-mac/tables/mozilla/core/col_widths_auto_autoFix-expected.png: |
| * platform/chromium-mac/tables/mozilla/core/misc-expected.png: |
| * platform/chromium-mac/tables/mozilla/core/row_span-expected.png: |
| * platform/chromium-mac/tables/mozilla/marvin/tbody_valign_baseline-expected.png: |
| * platform/chromium-mac/tables/mozilla/marvin/tbody_valign_bottom-expected.png: |
| * platform/chromium-mac/tables/mozilla/marvin/tbody_valign_middle-expected.png: |
| * platform/chromium-mac/tables/mozilla/marvin/tbody_valign_top-expected.png: |
| * platform/chromium-mac/tables/mozilla/marvin/td_valign_baseline-expected.png: |
| * platform/chromium-mac/tables/mozilla/marvin/td_valign_bottom-expected.png: |
| * platform/chromium-mac/tables/mozilla/marvin/td_valign_middle-expected.png: |
| * platform/chromium-mac/tables/mozilla/marvin/td_valign_top-expected.png: |
| * platform/chromium-mac/tables/mozilla/marvin/tfoot_valign_baseline-expected.png: |
| * platform/chromium-mac/tables/mozilla/marvin/tfoot_valign_bottom-expected.png: |
| * platform/chromium-mac/tables/mozilla/marvin/tfoot_valign_middle-expected.png: |
| * platform/chromium-mac/tables/mozilla/marvin/tfoot_valign_top-expected.png: |
| * platform/chromium-mac/tables/mozilla/marvin/th_valign_baseline-expected.png: |
| * platform/chromium-mac/tables/mozilla/marvin/th_valign_bottom-expected.png: |
| * platform/chromium-mac/tables/mozilla/marvin/th_valign_middle-expected.png: |
| * platform/chromium-mac/tables/mozilla/marvin/th_valign_top-expected.png: |
| * platform/chromium-mac/tables/mozilla/marvin/thead_valign_baseline-expected.png: |
| * platform/chromium-mac/tables/mozilla/marvin/thead_valign_bottom-expected.png: |
| * platform/chromium-mac/tables/mozilla/marvin/thead_valign_middle-expected.png: |
| * platform/chromium-mac/tables/mozilla/marvin/thead_valign_top-expected.png: |
| * platform/chromium-mac/tables/mozilla/marvin/tr_valign_baseline-expected.png: |
| * platform/chromium-mac/tables/mozilla/marvin/tr_valign_bottom-expected.png: |
| * platform/chromium-mac/tables/mozilla/marvin/tr_valign_middle-expected.png: |
| * platform/chromium-mac/tables/mozilla/marvin/tr_valign_top-expected.png: |
| * platform/chromium-mac/tables/mozilla/other/cell_widths-expected.png: |
| * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug6933-expected.png: |
| * platform/chromium-mac/tables/mozilla_expected_failures/other/test4-expected.png: |
| * platform/chromium-win-vista/fast/backgrounds/size/backgroundSize20-expected.png: Added. |
| * platform/chromium-win-vista/fast/backgrounds/size/backgroundSize21-expected.png: Added. |
| * platform/chromium-win-vista/fast/backgrounds/size/backgroundSize22-expected.png: Added. |
| * platform/chromium-win-vista/fast/replaced/image-tag-expected.png: Added. |
| * platform/chromium-win-vista/tables/mozilla/bugs/bug120107-expected.png: Added. |
| * platform/chromium-win-vista/tables/mozilla/bugs/bug1271-expected.png: Added. |
| * platform/chromium-win-vista/tables/mozilla/bugs/bug12908-2-expected.png: Added. |
| * platform/chromium-win-vista/tables/mozilla/bugs/bug13169-expected.png: Added. |
| * platform/chromium-win-vista/tables/mozilla/bugs/bug196870-expected.png: Added. |
| * platform/chromium-win-vista/tables/mozilla/bugs/bug50695-2-expected.png: Added. |
| * platform/chromium-win-xp/fast/backgrounds/size/backgroundSize20-expected.png: Added. |
| * platform/chromium-win-xp/fast/backgrounds/size/backgroundSize21-expected.png: Added. |
| * platform/chromium-win-xp/fast/backgrounds/size/backgroundSize22-expected.png: Added. |
| * platform/chromium-win-xp/fast/replaced/image-tag-expected.png: Added. |
| * platform/chromium-win-xp/tables/mozilla/bugs/bug120107-expected.png: Added. |
| * platform/chromium-win-xp/tables/mozilla/bugs/bug1271-expected.png: Added. |
| * platform/chromium-win-xp/tables/mozilla/bugs/bug12908-2-expected.png: Added. |
| * platform/chromium-win-xp/tables/mozilla/bugs/bug13169-expected.png: Added. |
| * platform/chromium-win-xp/tables/mozilla/bugs/bug196870-expected.png: Added. |
| * platform/chromium-win-xp/tables/mozilla/bugs/bug50695-2-expected.png: Added. |
| * platform/chromium-win/compositing/geometry/vertical-scroll-composited-expected.png: |
| * platform/chromium-win/fast/backgrounds/size/backgroundSize17-expected.png: |
| * platform/chromium-win/fast/backgrounds/size/backgroundSize18-expected.png: |
| * platform/chromium-win/fast/backgrounds/size/backgroundSize19-expected.png: |
| * platform/chromium-win/fast/backgrounds/size/backgroundSize20-expected.png: |
| * platform/chromium-win/fast/backgrounds/size/backgroundSize21-expected.png: |
| * platform/chromium-win/fast/backgrounds/size/backgroundSize22-expected.png: |
| * platform/chromium-win/fast/backgrounds/size/contain-and-cover-expected.png: |
| * platform/chromium-win/fast/backgrounds/size/contain-and-cover-zoomed-expected.png: |
| * platform/chromium-win/fast/block/float/014-expected.png: |
| * platform/chromium-win/fast/images/gray-scale-jpeg-with-color-profile-expected.png: |
| * platform/chromium-win/fast/images/image-css3-content-data-expected.png: |
| * platform/chromium-win/fast/images/rgb-jpeg-with-adobe-marker-only-expected.png: |
| * platform/chromium-win/fast/images/ycbcr-with-cmyk-color-profile-expected.png: |
| * platform/chromium-win/fast/repaint/backgroundSizeRepaint-expected.png: |
| * platform/chromium-win/fast/repaint/block-layout-inline-children-replaced-expected.png: |
| * platform/chromium-win/fast/repaint/clipped-relative-expected.png: |
| * platform/chromium-win/fast/repaint/selected-replaced-expected.png: |
| * platform/chromium-win/fast/replaced/absolute-image-sizing-expected.png: |
| * platform/chromium-win/fast/replaced/image-onload-expected.png: |
| * platform/chromium-win/fast/replaced/image-sizing-expected.png: |
| * platform/chromium-win/fast/replaced/image-tag-expected.png: |
| * platform/chromium-win/fast/replaced/width100percent-image-expected.png: |
| * platform/chromium-win/fast/writing-mode/background-horizontal-bt-expected.png: |
| * platform/chromium-win/fast/writing-mode/background-vertical-lr-expected.png: |
| * platform/chromium-win/fast/writing-mode/background-vertical-rl-expected.png: |
| * platform/chromium-win/platform/chromium/compositing/img-layer-grow-expected.png: Removed. |
| * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png: |
| * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-36-t-expected.png: |
| * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png: |
| * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-40-t-expected.png: |
| * platform/chromium-win/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png: |
| * platform/chromium-win/svg/W3C-SVG-1.1/filters-image-01-b-expected.png: |
| * platform/chromium-win/svg/W3C-SVG-1.1/struct-image-01-t-expected.png: |
| * platform/chromium-win/svg/W3C-SVG-1.1/struct-image-02-b-expected.png: |
| * platform/chromium-win/svg/W3C-SVG-1.1/struct-image-04-t-expected.png: |
| * platform/chromium-win/svg/carto.net/scrollbar-expected.png: |
| * platform/chromium-win/svg/carto.net/selectionlist-expected.png: |
| * platform/chromium-win/svg/custom/image-rescale-clip-expected.png: |
| * platform/chromium-win/svg/custom/image-rescale-expected.png: |
| * platform/chromium-win/svg/custom/image-rescale-scroll-expected.png: |
| * platform/chromium-win/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png: |
| * platform/chromium-win/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png: |
| * platform/chromium-win/svg/repaint/image-href-change-expected.png: Added. |
| * platform/chromium-win/tables/mozilla/bugs/bug101674-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug10565-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug11026-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug1188-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug1188-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug120107-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug1271-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug12908-1-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug12908-2-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug1296-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug13169-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug1430-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug15544-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug17138-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug196870-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug29314-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug2981-2-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug4093-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug4284-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug4427-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug50695-2-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug56563-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug5797-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug625-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug6404-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug82946-2-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug86708-expected.png: |
| * platform/chromium-win/tables/mozilla/core/bloomberg-expected.png: |
| * platform/chromium-win/tables/mozilla/core/col_widths_auto_autoFix-expected.png: |
| * platform/chromium-win/tables/mozilla/core/misc-expected.png: |
| * platform/chromium-win/tables/mozilla/core/row_span-expected.png: |
| * platform/chromium-win/tables/mozilla/marvin/tbody_valign_baseline-expected.png: |
| * platform/chromium-win/tables/mozilla/marvin/tbody_valign_bottom-expected.png: |
| * platform/chromium-win/tables/mozilla/marvin/tbody_valign_middle-expected.png: |
| * platform/chromium-win/tables/mozilla/marvin/tbody_valign_top-expected.png: |
| * platform/chromium-win/tables/mozilla/marvin/td_valign_baseline-expected.png: |
| * platform/chromium-win/tables/mozilla/marvin/td_valign_bottom-expected.png: |
| * platform/chromium-win/tables/mozilla/marvin/td_valign_middle-expected.png: |
| * platform/chromium-win/tables/mozilla/marvin/td_valign_top-expected.png: |
| * platform/chromium-win/tables/mozilla/marvin/tfoot_valign_baseline-expected.png: |
| * platform/chromium-win/tables/mozilla/marvin/tfoot_valign_bottom-expected.png: |
| * platform/chromium-win/tables/mozilla/marvin/tfoot_valign_middle-expected.png: |
| * platform/chromium-win/tables/mozilla/marvin/tfoot_valign_top-expected.png: |
| * platform/chromium-win/tables/mozilla/marvin/th_valign_baseline-expected.png: |
| * platform/chromium-win/tables/mozilla/marvin/th_valign_bottom-expected.png: |
| * platform/chromium-win/tables/mozilla/marvin/th_valign_middle-expected.png: |
| * platform/chromium-win/tables/mozilla/marvin/th_valign_top-expected.png: |
| * platform/chromium-win/tables/mozilla/marvin/thead_valign_baseline-expected.png: |
| * platform/chromium-win/tables/mozilla/marvin/thead_valign_bottom-expected.png: |
| * platform/chromium-win/tables/mozilla/marvin/thead_valign_middle-expected.png: |
| * platform/chromium-win/tables/mozilla/marvin/thead_valign_top-expected.png: |
| * platform/chromium-win/tables/mozilla/marvin/tr_valign_baseline-expected.png: |
| * platform/chromium-win/tables/mozilla/marvin/tr_valign_bottom-expected.png: |
| * platform/chromium-win/tables/mozilla/marvin/tr_valign_middle-expected.png: |
| * platform/chromium-win/tables/mozilla/marvin/tr_valign_top-expected.png: |
| * platform/chromium-win/tables/mozilla/other/cell_widths-expected.png: |
| * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug6933-expected.png: |
| * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug85016-expected.png: |
| * platform/chromium-win/tables/mozilla_expected_failures/other/test4-expected.png: |
| * platform/chromium/test_expectations.txt: |
| * platform/efl/fast/images/gray-scale-jpeg-with-color-profile-expected.txt: Removed. |
| * platform/efl/tables/mozilla/bugs/bug29314-expected.txt: Removed. |
| * platform/gtk/fast/backgrounds/size/contain-and-cover-zoomed-expected.txt: Removed. |
| * platform/gtk/fast/block/float/014-expected.txt: Removed. |
| * platform/gtk/fast/images/gray-scale-jpeg-with-color-profile-expected.txt: Removed. |
| * platform/gtk/fast/repaint/backgroundSizeRepaint-expected.txt: Removed. |
| * platform/gtk/fast/repaint/clipped-relative-expected.txt: Removed. |
| * platform/gtk/fast/repaint/selected-replaced-expected.txt: Removed. |
| * platform/gtk/fast/replaced/absolute-image-sizing-expected.txt: Removed. |
| * platform/gtk/fast/replaced/image-onload-expected.txt: Removed. |
| * platform/gtk/fast/replaced/image-sizing-expected.txt: Removed. |
| * platform/gtk/fast/replaced/width100percent-image-expected.txt: Removed. |
| * platform/gtk/fast/writing-mode/background-horizontal-bt-expected.txt: Removed. |
| * platform/gtk/fast/writing-mode/background-vertical-lr-expected.txt: Removed. |
| * platform/gtk/fast/writing-mode/background-vertical-rl-expected.txt: Removed. |
| * platform/gtk/svg/carto.net/scrollbar-expected.txt: Removed. |
| * platform/gtk/svg/carto.net/selectionlist-expected.txt: Removed. |
| * platform/gtk/tables/mozilla/bugs/bug10565-expected.txt: Removed. |
| * platform/gtk/tables/mozilla/bugs/bug11026-expected.txt: Removed. |
| * platform/gtk/tables/mozilla/bugs/bug12908-1-expected.txt: Removed. |
| * platform/gtk/tables/mozilla/bugs/bug1296-expected.txt: Removed. |
| * platform/gtk/tables/mozilla/bugs/bug1430-expected.txt: Removed. |
| * platform/gtk/tables/mozilla/bugs/bug15544-expected.txt: Removed. |
| * platform/gtk/tables/mozilla/bugs/bug17138-expected.txt: Removed. |
| * platform/gtk/tables/mozilla/bugs/bug29314-expected.txt: Removed. |
| * platform/gtk/tables/mozilla/bugs/bug2981-2-expected.txt: Removed. |
| * platform/gtk/tables/mozilla/bugs/bug4093-expected.txt: Removed. |
| * platform/gtk/tables/mozilla/bugs/bug4284-expected.txt: Removed. |
| * platform/gtk/tables/mozilla/bugs/bug4427-expected.txt: Removed. |
| * platform/gtk/tables/mozilla/bugs/bug56563-expected.txt: Removed. |
| * platform/gtk/tables/mozilla/bugs/bug5797-expected.txt: Removed. |
| * platform/gtk/tables/mozilla/bugs/bug625-expected.txt: Removed. |
| * platform/gtk/tables/mozilla/bugs/bug6404-expected.txt: Removed. |
| * platform/gtk/tables/mozilla/bugs/bug82946-2-expected.txt: Removed. |
| * platform/gtk/tables/mozilla/core/bloomberg-expected.txt: Removed. |
| * platform/gtk/tables/mozilla/core/col_widths_auto_autoFix-expected.txt: Removed. |
| * platform/gtk/tables/mozilla/core/misc-expected.txt: Removed. |
| * platform/gtk/tables/mozilla/core/row_span-expected.txt: Removed. |
| * platform/gtk/tables/mozilla/marvin/tbody_valign_baseline-expected.txt: Removed. |
| * platform/gtk/tables/mozilla/marvin/tbody_valign_bottom-expected.txt: Removed. |
| * platform/gtk/tables/mozilla/marvin/tbody_valign_middle-expected.txt: Removed. |
| * platform/gtk/tables/mozilla/marvin/tbody_valign_top-expected.txt: Removed. |
| * platform/gtk/tables/mozilla/marvin/td_valign_baseline-expected.txt: Removed. |
| * platform/gtk/tables/mozilla/marvin/td_valign_bottom-expected.txt: Removed. |
| * platform/gtk/tables/mozilla/marvin/td_valign_middle-expected.txt: Removed. |
| * platform/gtk/tables/mozilla/marvin/td_valign_top-expected.txt: Removed. |
| * platform/gtk/tables/mozilla/marvin/tfoot_valign_baseline-expected.txt: Removed. |
| * platform/gtk/tables/mozilla/marvin/tfoot_valign_bottom-expected.txt: Removed. |
| * platform/gtk/tables/mozilla/marvin/tfoot_valign_middle-expected.txt: Removed. |
| * platform/gtk/tables/mozilla/marvin/tfoot_valign_top-expected.txt: Removed. |
| * platform/gtk/tables/mozilla/marvin/th_valign_baseline-expected.txt: Removed. |
| * platform/gtk/tables/mozilla/marvin/th_valign_bottom-expected.txt: Removed. |
| * platform/gtk/tables/mozilla/marvin/th_valign_middle-expected.txt: Removed. |
| * platform/gtk/tables/mozilla/marvin/th_valign_top-expected.txt: Removed. |
| * platform/gtk/tables/mozilla/marvin/thead_valign_baseline-expected.txt: Removed. |
| * platform/gtk/tables/mozilla/marvin/thead_valign_bottom-expected.txt: Removed. |
| * platform/gtk/tables/mozilla/marvin/thead_valign_middle-expected.txt: Removed. |
| * platform/gtk/tables/mozilla/marvin/thead_valign_top-expected.txt: Removed. |
| * platform/gtk/tables/mozilla/marvin/tr_valign_baseline-expected.txt: Removed. |
| * platform/gtk/tables/mozilla/marvin/tr_valign_bottom-expected.txt: Removed. |
| * platform/gtk/tables/mozilla/marvin/tr_valign_middle-expected.txt: Removed. |
| * platform/gtk/tables/mozilla/marvin/tr_valign_top-expected.txt: Removed. |
| * platform/gtk/tables/mozilla/other/cell_widths-expected.txt: Removed. |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug6933-expected.txt: Removed. |
| * platform/mac/fast/backgrounds/size/contain-and-cover-zoomed-expected.txt: Removed. |
| * platform/mac/fast/images/gray-scale-jpeg-with-color-profile-expected.txt: Removed. |
| * platform/mac/tables/mozilla/bugs/bug29314-expected.txt: Removed. |
| * platform/qt/fast/backgrounds/size/contain-and-cover-zoomed-expected.txt: Removed. |
| * platform/qt/fast/images/gray-scale-jpeg-with-color-profile-expected.txt: Copied from LayoutTests/fast/images/gray-scale-jpeg-with-color-profile-expected.txt. |
| * platform/qt/tables/mozilla/bugs/bug29314-expected.txt: Copied from LayoutTests/tables/mozilla/bugs/bug29314-expected.txt. |
| * svg/carto.net/scrollbar-expected.txt: Renamed from LayoutTests/platform/efl/svg/carto.net/scrollbar-expected.txt. |
| * svg/carto.net/selectionlist-expected.txt: Renamed from LayoutTests/platform/efl/svg/carto.net/selectionlist-expected.txt. |
| * tables/mozilla/bugs/bug10565-expected.txt: Renamed from LayoutTests/platform/efl/tables/mozilla/bugs/bug10565-expected.txt. |
| * tables/mozilla/bugs/bug11026-expected.txt: Renamed from LayoutTests/platform/efl/tables/mozilla/bugs/bug11026-expected.txt. |
| * tables/mozilla/bugs/bug12908-1-expected.txt: Renamed from LayoutTests/platform/efl/tables/mozilla/bugs/bug12908-1-expected.txt. |
| * tables/mozilla/bugs/bug1296-expected.txt: Renamed from LayoutTests/platform/efl/tables/mozilla/bugs/bug1296-expected.txt. |
| * tables/mozilla/bugs/bug1430-expected.txt: Renamed from LayoutTests/platform/efl/tables/mozilla/bugs/bug1430-expected.txt. |
| * tables/mozilla/bugs/bug15544-expected.txt: Renamed from LayoutTests/platform/efl/tables/mozilla/bugs/bug15544-expected.txt. |
| * tables/mozilla/bugs/bug17138-expected.txt: Renamed from LayoutTests/platform/efl/tables/mozilla/bugs/bug17138-expected.txt. |
| * tables/mozilla/bugs/bug29314-expected.txt: |
| * tables/mozilla/bugs/bug2981-2-expected.txt: Renamed from LayoutTests/platform/efl/tables/mozilla/bugs/bug2981-2-expected.txt. |
| * tables/mozilla/bugs/bug4093-expected.txt: Renamed from LayoutTests/platform/efl/tables/mozilla/bugs/bug4093-expected.txt. |
| * tables/mozilla/bugs/bug4284-expected.txt: Renamed from LayoutTests/platform/efl/tables/mozilla/bugs/bug4284-expected.txt. |
| * tables/mozilla/bugs/bug4427-expected.txt: Renamed from LayoutTests/platform/efl/tables/mozilla/bugs/bug4427-expected.txt. |
| * tables/mozilla/bugs/bug56563-expected.txt: Renamed from LayoutTests/platform/efl/tables/mozilla/bugs/bug56563-expected.txt. |
| * tables/mozilla/bugs/bug5797-expected.txt: Renamed from LayoutTests/platform/efl/tables/mozilla/bugs/bug5797-expected.txt. |
| * tables/mozilla/bugs/bug625-expected.txt: Renamed from LayoutTests/platform/efl/tables/mozilla/bugs/bug625-expected.txt. |
| * tables/mozilla/bugs/bug6404-expected.txt: Renamed from LayoutTests/platform/efl/tables/mozilla/bugs/bug6404-expected.txt. |
| * tables/mozilla/bugs/bug82946-2-expected.txt: Renamed from LayoutTests/platform/efl/tables/mozilla/bugs/bug82946-2-expected.txt. |
| * tables/mozilla/core/bloomberg-expected.txt: Renamed from LayoutTests/platform/efl/tables/mozilla/core/bloomberg-expected.txt. |
| * tables/mozilla/core/col_widths_auto_autoFix-expected.txt: Renamed from LayoutTests/platform/efl/tables/mozilla/core/col_widths_auto_autoFix-expected.txt. |
| * tables/mozilla/core/misc-expected.txt: Renamed from LayoutTests/platform/efl/tables/mozilla/core/misc-expected.txt. |
| * tables/mozilla/core/row_span-expected.txt: Renamed from LayoutTests/platform/efl/tables/mozilla/core/row_span-expected.txt. |
| * tables/mozilla/marvin/tbody_valign_baseline-expected.txt: Renamed from LayoutTests/platform/efl/tables/mozilla/marvin/tbody_valign_baseline-expected.txt. |
| * tables/mozilla/marvin/tbody_valign_bottom-expected.txt: Renamed from LayoutTests/platform/efl/tables/mozilla/marvin/tbody_valign_bottom-expected.txt. |
| * tables/mozilla/marvin/tbody_valign_middle-expected.txt: Renamed from LayoutTests/platform/efl/tables/mozilla/marvin/tbody_valign_middle-expected.txt. |
| * tables/mozilla/marvin/tbody_valign_top-expected.txt: Renamed from LayoutTests/platform/efl/tables/mozilla/marvin/tbody_valign_top-expected.txt. |
| * tables/mozilla/marvin/td_valign_baseline-expected.txt: Renamed from LayoutTests/platform/efl/tables/mozilla/marvin/td_valign_baseline-expected.txt. |
| * tables/mozilla/marvin/td_valign_bottom-expected.txt: Renamed from LayoutTests/platform/efl/tables/mozilla/marvin/td_valign_bottom-expected.txt. |
| * tables/mozilla/marvin/td_valign_middle-expected.txt: Renamed from LayoutTests/platform/efl/tables/mozilla/marvin/td_valign_middle-expected.txt. |
| * tables/mozilla/marvin/td_valign_top-expected.txt: Renamed from LayoutTests/platform/efl/tables/mozilla/marvin/td_valign_top-expected.txt. |
| * tables/mozilla/marvin/tfoot_valign_baseline-expected.txt: Renamed from LayoutTests/platform/efl/tables/mozilla/marvin/tfoot_valign_baseline-expected.txt. |
| * tables/mozilla/marvin/tfoot_valign_bottom-expected.txt: Renamed from LayoutTests/platform/efl/tables/mozilla/marvin/tfoot_valign_bottom-expected.txt. |
| * tables/mozilla/marvin/tfoot_valign_middle-expected.txt: Renamed from LayoutTests/platform/efl/tables/mozilla/marvin/tfoot_valign_middle-expected.txt. |
| * tables/mozilla/marvin/tfoot_valign_top-expected.txt: Renamed from LayoutTests/platform/efl/tables/mozilla/marvin/tfoot_valign_top-expected.txt. |
| * tables/mozilla/marvin/th_valign_baseline-expected.txt: Renamed from LayoutTests/platform/efl/tables/mozilla/marvin/th_valign_baseline-expected.txt. |
| * tables/mozilla/marvin/th_valign_bottom-expected.txt: Renamed from LayoutTests/platform/efl/tables/mozilla/marvin/th_valign_bottom-expected.txt. |
| * tables/mozilla/marvin/th_valign_middle-expected.txt: Renamed from LayoutTests/platform/efl/tables/mozilla/marvin/th_valign_middle-expected.txt. |
| * tables/mozilla/marvin/th_valign_top-expected.txt: Renamed from LayoutTests/platform/efl/tables/mozilla/marvin/th_valign_top-expected.txt. |
| * tables/mozilla/marvin/thead_valign_baseline-expected.txt: Renamed from LayoutTests/platform/efl/tables/mozilla/marvin/thead_valign_baseline-expected.txt. |
| * tables/mozilla/marvin/thead_valign_bottom-expected.txt: Renamed from LayoutTests/platform/efl/tables/mozilla/marvin/thead_valign_bottom-expected.txt. |
| * tables/mozilla/marvin/thead_valign_middle-expected.txt: Renamed from LayoutTests/platform/efl/tables/mozilla/marvin/thead_valign_middle-expected.txt. |
| * tables/mozilla/marvin/thead_valign_top-expected.txt: Renamed from LayoutTests/platform/efl/tables/mozilla/marvin/thead_valign_top-expected.txt. |
| * tables/mozilla/marvin/tr_valign_baseline-expected.txt: Renamed from LayoutTests/platform/efl/tables/mozilla/marvin/tr_valign_baseline-expected.txt. |
| * tables/mozilla/marvin/tr_valign_bottom-expected.txt: Renamed from LayoutTests/platform/efl/tables/mozilla/marvin/tr_valign_bottom-expected.txt. |
| * tables/mozilla/marvin/tr_valign_middle-expected.txt: Renamed from LayoutTests/platform/efl/tables/mozilla/marvin/tr_valign_middle-expected.txt. |
| * tables/mozilla/marvin/tr_valign_top-expected.txt: Renamed from LayoutTests/platform/efl/tables/mozilla/marvin/tr_valign_top-expected.txt. |
| * tables/mozilla/other/cell_widths-expected.txt: Renamed from LayoutTests/platform/efl/tables/mozilla/other/cell_widths-expected.txt. |
| * tables/mozilla_expected_failures/bugs/bug6933-expected.txt: Renamed from LayoutTests/platform/efl/tables/mozilla_expected_failures/bugs/bug6933-expected.txt. |
| |
| 2012-05-11 David Barton <dbarton@mathscribe.com> |
| |
| Convert some MathML layout tests to reftests |
| https://bugs.webkit.org/show_bug.cgi?id=86250 |
| |
| Reviewed by Ryosuke Niwa. |
| |
| * mathml/presentation/msub-base-changed-expected.html: Added. |
| * mathml/presentation/msub-sub-changed-expected.html: Added. |
| * mathml/presentation/msubsup-base-changed-expected.html: Added. |
| * mathml/presentation/msubsup-sub-changed-expected.html: Added. |
| * mathml/presentation/msubsup-sup-changed-expected.html: Added. |
| * mathml/presentation/msup-base-changed-expected.html: Added. |
| * mathml/presentation/msup-sup-changed-expected.html: Added. |
| * platform/efl/mathml/presentation/msub-base-changed-expected.png: Removed. |
| * platform/efl/mathml/presentation/msub-base-changed-expected.txt: Removed. |
| * platform/efl/mathml/presentation/msub-sub-changed-expected.png: Removed. |
| * platform/efl/mathml/presentation/msub-sub-changed-expected.txt: Removed. |
| * platform/efl/mathml/presentation/msubsup-base-changed-expected.png: Removed. |
| * platform/efl/mathml/presentation/msubsup-base-changed-expected.txt: Removed. |
| * platform/efl/mathml/presentation/msubsup-sub-changed-expected.png: Removed. |
| * platform/efl/mathml/presentation/msubsup-sub-changed-expected.txt: Removed. |
| * platform/efl/mathml/presentation/msubsup-sup-changed-expected.png: Removed. |
| * platform/efl/mathml/presentation/msubsup-sup-changed-expected.txt: Removed. |
| * platform/efl/mathml/presentation/msup-base-changed-expected.png: Removed. |
| * platform/efl/mathml/presentation/msup-base-changed-expected.txt: Removed. |
| * platform/efl/mathml/presentation/msup-sup-changed-expected.png: Removed. |
| * platform/efl/mathml/presentation/msup-sup-changed-expected.txt: Removed. |
| * platform/gtk/mathml/presentation/msub-base-changed-expected.txt: Removed. |
| * platform/gtk/mathml/presentation/msub-sub-changed-expected.txt: Removed. |
| * platform/gtk/mathml/presentation/msubsup-base-changed-expected.txt: Removed. |
| * platform/gtk/mathml/presentation/msubsup-sub-changed-expected.txt: Removed. |
| * platform/gtk/mathml/presentation/msubsup-sup-changed-expected.txt: Removed. |
| * platform/gtk/mathml/presentation/msup-base-changed-expected.txt: Removed. |
| * platform/gtk/mathml/presentation/msup-sup-changed-expected.txt: Removed. |
| * platform/mac/mathml/presentation/msub-base-changed-expected.png: Removed. |
| * platform/mac/mathml/presentation/msub-base-changed-expected.txt: Removed. |
| * platform/mac/mathml/presentation/msub-sub-changed-expected.png: Removed. |
| * platform/mac/mathml/presentation/msub-sub-changed-expected.txt: Removed. |
| * platform/mac/mathml/presentation/msubsup-base-changed-expected.png: Removed. |
| * platform/mac/mathml/presentation/msubsup-base-changed-expected.txt: Removed. |
| * platform/mac/mathml/presentation/msubsup-sub-changed-expected.png: Removed. |
| * platform/mac/mathml/presentation/msubsup-sub-changed-expected.txt: Removed. |
| * platform/mac/mathml/presentation/msubsup-sup-changed-expected.png: Removed. |
| * platform/mac/mathml/presentation/msubsup-sup-changed-expected.txt: Removed. |
| * platform/mac/mathml/presentation/msup-base-changed-expected.png: Removed. |
| * platform/mac/mathml/presentation/msup-base-changed-expected.txt: Removed. |
| * platform/mac/mathml/presentation/msup-sup-changed-expected.png: Removed. |
| * platform/mac/mathml/presentation/msup-sup-changed-expected.txt: Removed. |
| |
| 2012-05-11 David Barton <dbarton@mathscribe.com> |
| |
| use after free in WebCore::RenderObject::document |
| https://bugs.webkit.org/show_bug.cgi?id=84891 |
| |
| Reviewed by Julien Chaffraix. |
| |
| * mathml/presentation/mfenced-add-child1-expected.html: Added. |
| * mathml/presentation/mfenced-add-child1.html: Added. |
| * mathml/presentation/mfenced-add-child2-expected.html: Added. |
| * mathml/presentation/mfenced-add-child2.html: Added. |
| |
| 2012-05-10 Timothy Hatcher <timothy@apple.com> |
| |
| Instrument timer function calls so they show up in the Web Inspector Timeline. |
| |
| https://webkit.org/b/86173 |
| |
| Reviewed by Pavel Feldman. |
| |
| * inspector/timeline/timeline-injected-script-eval-expected.txt: Updated for the blocked scriptName and scriptLine. |
| * inspector/timeline/timeline-script-tag-1-expected.txt: Updated for the blocked lineNumber. |
| * inspector/timeline/timeline-script-tag-2-expected.txt: Ditto. |
| * inspector/timeline/timeline-test.js: Block scriptName, scriptLine, lineNumber and timerId. |
| * inspector/timeline/timeline-timer-expected.txt: Added. |
| * inspector/timeline/timeline-timer.html: Added. |
| * platform/chromium/inspector/timeline/timeline-timer-expected.txt: Added. |
| |
| 2012-05-11 Ryosuke Niwa <rniwa@webkit.org> |
| |
| Remove a Chromium test expectation now that the regression is fixed in r116814. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-05-11 Sheriff Bot <webkit.review.bot@gmail.com> |
| |
| Unreviewed, rolling out r116802. |
| http://trac.webkit.org/changeset/116802 |
| https://bugs.webkit.org/show_bug.cgi?id=86260 |
| |
| This patch causes compiling error to chromium builds |
| (Requested by jianli_ on #webkit). |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-05-11 Dave Tharp <dtharp@codeaurora.org> |
| |
| Integrate IETC CSS : xml namespace tests |
| https://bugs.webkit.org/show_bug.cgi?id=86144 |
| |
| Reviewed by Adam Barth. |
| |
| Integrating 17 IETC xml namespace tests, along with associated |
| reference tests. |
| |
| * ietestcenter/css3/namespaces/declaring-001-expected.xml: Added. |
| * ietestcenter/css3/namespaces/declaring-001.xml: Added. |
| * ietestcenter/css3/namespaces/prefix-007-expected.xml: Added. |
| * ietestcenter/css3/namespaces/prefix-007.xml: Added. |
| * ietestcenter/css3/namespaces/prefix-008-expected.xml: Added. |
| * ietestcenter/css3/namespaces/prefix-008.xml: Added. |
| * ietestcenter/css3/namespaces/prefix-009-expected.xml: Added. |
| * ietestcenter/css3/namespaces/prefix-009.xml: Added. |
| * ietestcenter/css3/namespaces/prefix-010-expected.xml: Added. |
| * ietestcenter/css3/namespaces/prefix-010.xml: Added. |
| * ietestcenter/css3/namespaces/prefix-011-expected.xml: Added. |
| * ietestcenter/css3/namespaces/prefix-011.xml: Added. |
| * ietestcenter/css3/namespaces/qualifiedNames-001-expected.xml: Added. |
| * ietestcenter/css3/namespaces/qualifiedNames-001.xml: Added. |
| * ietestcenter/css3/namespaces/scope-003-expected.xml: Added. |
| * ietestcenter/css3/namespaces/scope-003.xml: Added. |
| * ietestcenter/css3/namespaces/syntax-016-expected.xml: Added. |
| * ietestcenter/css3/namespaces/syntax-016.xml: Added. |
| * ietestcenter/css3/namespaces/syntax-017-expected.xml: Added. |
| * ietestcenter/css3/namespaces/syntax-017.xml: Added. |
| * ietestcenter/css3/namespaces/syntax-018-expected.xml: Added. |
| * ietestcenter/css3/namespaces/syntax-018.xml: Added. |
| * ietestcenter/css3/namespaces/syntax-019-expected.xml: Added. |
| * ietestcenter/css3/namespaces/syntax-019.xml: Added. |
| * ietestcenter/css3/namespaces/syntax-020-expected.xml: Added. |
| * ietestcenter/css3/namespaces/syntax-020.xml: Added. |
| * ietestcenter/css3/namespaces/syntax-021-expected.xml: Added. |
| * ietestcenter/css3/namespaces/syntax-021.xml: Added. |
| * ietestcenter/css3/namespaces/syntax-022-expected.xml: Added. |
| * ietestcenter/css3/namespaces/syntax-022.xml: Added. |
| * ietestcenter/css3/namespaces/syntax-023-expected.xml: Added. |
| * ietestcenter/css3/namespaces/syntax-023.xml: Added. |
| * ietestcenter/css3/namespaces/terminology-001-expected.xml: Added. |
| * ietestcenter/css3/namespaces/terminology-001.xml: Added. |
| * platform/chromium/test_expectations.txt: |
| * platform/efl/test_expectations.txt: |
| * platform/gtk/test_expectations.txt: |
| * platform/mac/test_expectations.txt: |
| * platform/qt/test_expectations.txt: |
| |
| 2012-05-11 Jian Li <jianli@chromium.org> |
| |
| Unreviewed. Mark 1 crashed test for chromium mac. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-05-11 Jian Li <jianli@chromium.org> |
| |
| Unreviewed. Rebaseline one test for chromium mac. |
| |
| * platform/chromium-mac-leopard/css3/filters/custom/effect-color-check-expected.png: Added. |
| |
| 2012-05-11 Philippe Normand <pnormand@igalia.com> |
| |
| Unreviewed, GTK rebaseline after fonts update in r116778. |
| |
| * platform/gtk/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.txt: |
| * platform/gtk/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.txt: |
| * platform/gtk/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.txt: |
| * platform/gtk/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.txt: |
| * platform/gtk/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt: |
| * platform/gtk/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.txt: |
| * platform/gtk/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.txt: |
| * platform/gtk/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt: |
| * platform/gtk/fast/css/getComputedStyle/computed-style-expected.txt: |
| * platform/gtk/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: |
| * platform/gtk/fast/css/line-height-determined-by-primary-font-expected.txt: |
| * platform/gtk/fast/dynamic/text-combine-expected.txt: |
| * platform/gtk/fast/encoding/denormalised-voiced-japanese-chars-expected.txt: |
| * platform/gtk/fast/repaint/japanese-rl-selection-clear-expected.txt: |
| * platform/gtk/fast/repaint/japanese-rl-selection-repaint-expected.txt: |
| * platform/gtk/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.txt: |
| * platform/gtk/fast/repaint/repaint-across-writing-mode-boundary-expected.txt: |
| * platform/gtk/fast/ruby/base-shorter-than-text-expected.txt: |
| * platform/gtk/fast/ruby/nested-ruby-expected.txt: |
| * platform/gtk/fast/text/backslash-to-yen-sign-euc-expected.txt: |
| * platform/gtk/fast/text/backslash-to-yen-sign-expected.txt: |
| * platform/gtk/fast/text/emphasis-combined-text-expected.txt: |
| * platform/gtk/fast/text/emphasis-vertical-expected.txt: |
| * platform/gtk/fast/text/international/001-expected.txt: |
| * platform/gtk/fast/text/international/002-expected.txt: |
| * platform/gtk/fast/text/international/003-expected.txt: |
| * platform/gtk/fast/text/international/plane2-expected.txt: |
| * platform/gtk/fast/text/international/text-combine-image-test-expected.txt: |
| * platform/gtk/fast/text/international/text-spliced-font-expected.txt: |
| * platform/gtk/fast/text/international/vertical-text-glyph-test-expected.txt: |
| * platform/gtk/fast/text/international/vertical-text-metrics-test-expected.txt: |
| * platform/gtk/fast/text/international/wrap-CJK-001-expected.txt: |
| * platform/gtk/fast/text/justify-ideograph-complex-expected.txt: |
| * platform/gtk/fast/text/justify-ideograph-simple-expected.txt: |
| * platform/gtk/fast/text/justify-ideograph-vertical-expected.txt: |
| * platform/gtk/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt: |
| * platform/gtk/fast/writing-mode/border-vertical-lr-expected.txt: |
| * platform/gtk/fast/writing-mode/fallback-orientation-expected.txt: |
| * platform/gtk/fast/writing-mode/japanese-lr-selection-expected.txt: |
| * platform/gtk/fast/writing-mode/japanese-lr-text-expected.txt: |
| * platform/gtk/fast/writing-mode/japanese-rl-selection-expected.txt: |
| * platform/gtk/fast/writing-mode/japanese-rl-text-expected.txt: |
| * platform/gtk/fast/writing-mode/japanese-ruby-horizontal-bt-expected.txt: |
| * platform/gtk/fast/writing-mode/japanese-ruby-vertical-lr-expected.txt: |
| * platform/gtk/fast/writing-mode/japanese-ruby-vertical-rl-expected.txt: |
| * platform/gtk/fast/writing-mode/vertical-align-table-baseline-expected.txt: |
| * platform/gtk/fast/writing-mode/vertical-baseline-alignment-expected.txt: |
| * platform/gtk/fast/writing-mode/vertical-font-fallback-expected.txt: |
| * platform/gtk/svg/W3C-SVG-1.1/text-fonts-01-t-expected.txt: |
| * platform/gtk/svg/css/getComputedStyle-basic-expected.txt: |
| * platform/gtk/svg/dom/altGlyph-dom-expected.txt: |
| * platform/gtk/svg/text/text-fonts-01-t-expected.txt: |
| |
| 2012-05-11 Terry Anderson <tdanderson@chromium.org> |
| |
| [chromium] Compute the best target node on a GestureTap event |
| https://bugs.webkit.org/show_bug.cgi?id=85101 |
| |
| Reviewed by Adam Barth. |
| |
| * platform/chromium/test_expectations.txt: |
| Skipping two layout tests in the touchadjustment/ directory that |
| fail using DRT but pass when I run through the test cases manually. |
| Allan Jensen experiences a similar problem with these two tests |
| on the qt port (see comment 36 in the bug description) and will be |
| investigating why these tests have unexpected behavior. |
| |
| 2012-05-11 Sheriff Bot <webkit.review.bot@gmail.com> |
| |
| Unreviewed, rolling out r116498. |
| http://trac.webkit.org/changeset/116498 |
| https://bugs.webkit.org/show_bug.cgi?id=86251 |
| |
| Causes crashes in major sites and security issues (Requested |
| by schenney on #webkit). |
| |
| * svg/text/add-tspan-position-bug-expected.html: Removed. |
| * svg/text/add-tspan-position-bug.html: Removed. |
| * svg/text/modify-tspan-position-bug-expected.html: Removed. |
| * svg/text/modify-tspan-position-bug.html: Removed. |
| |
| 2012-05-11 Alexandru Chiculita <achicu@adobe.com> |
| |
| [CSS Shaders] Make CSS Shaders render to texture framebuffers |
| https://bugs.webkit.org/show_bug.cgi?id=85113 |
| |
| Reviewed by Dean Jackson. |
| |
| Added a test to check that colors are not switched and the resulting image is not mirrored. |
| |
| * css3/filters/custom/effect-color-check-expected.png: Added. |
| * css3/filters/custom/effect-color-check-expected.txt: Added. |
| * css3/filters/custom/effect-color-check.html: Added. |
| * css3/filters/resources/color-fill.fs: Added. |
| * platform/chromium-linux/css3/filters/custom/custom-filter-shader-cache-expected.png: |
| * platform/chromium-linux/css3/filters/custom/effect-custom-combined-missing-expected.png: |
| * platform/chromium-linux/css3/filters/custom/effect-custom-expected.png: |
| * platform/chromium-mac/css3/filters/custom/effect-color-check-expected.png: Added. |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-05-11 Thiago Marcos P. Santos <thiago.santos@intel.com> |
| |
| [EFL] Tests needs rebaselining after r116776 |
| https://bugs.webkit.org/show_bug.cgi?id=86227 |
| |
| Unreviewed gardening. |
| |
| * platform/efl/fast/css/line-height-determined-by-primary-font-expected.png: |
| * platform/efl/fast/css/line-height-determined-by-primary-font-expected.txt: |
| * platform/efl/fast/dynamic/text-combine-expected.png: |
| * platform/efl/fast/dynamic/text-combine-expected.txt: |
| * platform/efl/fast/encoding/denormalised-voiced-japanese-chars-expected.png: |
| * platform/efl/fast/encoding/denormalised-voiced-japanese-chars-expected.txt: |
| * platform/efl/fast/repaint/repaint-across-writing-mode-boundary-expected.png: |
| * platform/efl/fast/repaint/repaint-across-writing-mode-boundary-expected.txt: |
| * platform/efl/fast/ruby/base-shorter-than-text-expected.png: |
| * platform/efl/fast/ruby/base-shorter-than-text-expected.txt: |
| * platform/efl/fast/ruby/nested-ruby-expected.png: |
| * platform/efl/fast/ruby/nested-ruby-expected.txt: |
| * platform/efl/fast/text/backslash-to-yen-sign-euc-expected.png: |
| * platform/efl/fast/text/backslash-to-yen-sign-euc-expected.txt: |
| * platform/efl/fast/text/backslash-to-yen-sign-expected.png: |
| * platform/efl/fast/text/backslash-to-yen-sign-expected.txt: |
| * platform/efl/fast/text/emphasis-combined-text-expected.png: |
| * platform/efl/fast/text/emphasis-combined-text-expected.txt: |
| * platform/efl/fast/text/justify-ideograph-leading-expansion-expected.png: |
| * platform/efl/fast/text/justify-ideograph-leading-expansion-expected.txt: |
| * platform/efl/fast/text/justify-ideograph-simple-expected.png: |
| * platform/efl/fast/text/justify-ideograph-simple-expected.txt: |
| * platform/efl/fast/text/justify-ideograph-vertical-expected.png: |
| * platform/efl/fast/text/justify-ideograph-vertical-expected.txt: |
| * platform/efl/fast/writing-mode/vertical-align-table-baseline-expected.png: |
| * platform/efl/fast/writing-mode/vertical-align-table-baseline-expected.txt: |
| * platform/efl/fast/writing-mode/vertical-baseline-alignment-expected.png: |
| * platform/efl/fast/writing-mode/vertical-baseline-alignment-expected.txt: |
| |
| 2012-05-11 Simon Fraser <simon.fraser@apple.com> |
| |
| CVDisplayLink keeps running after a single requestAnimationFrame |
| https://bugs.webkit.org/show_bug.cgi?id=86174 |
| |
| Reviewed by Sam Weinig. |
| |
| Test removing a frame inside its requestAnimationFrame callback. |
| |
| * fast/animation/request-animation-frame-detach-element2-expected.txt: Added. |
| * fast/animation/request-animation-frame-detach-element2.html: Added. |
| |
| 2012-05-11 Ian Vollick <vollick@chromium.org> |
| |
| [chromium] Ensure that animations continue to run when transform-style is changed |
| https://bugs.webkit.org/show_bug.cgi?id=83283 |
| |
| Reviewed by James Robinson. |
| |
| * animations/change-transform-style-during-animation-expected.png: Added. |
| * animations/change-transform-style-during-animation-expected.txt: Added. |
| * animations/change-transform-style-during-animation.html: Added. |
| |
| 2012-05-11 Dave Tharp <dtharp@codeaurora.org> |
| |
| [Qt]ietestcenter/css3/flexbox tests fail on 32 bit |
| https://bugs.webkit.org/show_bug.cgi?id=85596 |
| |
| Reviewed by Csaba Osztrogonác. |
| |
| Reference tests originally assumed "background: green" was identical |
| to the green used in the pngs used by the feature tests. On local builds |
| of QT, GTK, and chromium, this assumption seemed to hold up. On the Mac |
| and QT bots however, it became clear this was an invalid assumption. I've |
| re-written the reference tests to use the original pngs as appropriate. |
| I have reproduced the failures on a Mac & Qt32 and verified that the newly |
| re-written reference tests behave properly now. |
| |
| * ietestcenter/css3/flexbox/flexbox-align-end-001-expected.htm: |
| * ietestcenter/css3/flexbox/flexbox-align-start-001-expected.htm: |
| * ietestcenter/css3/flexbox/flexbox-flex-001-expected.htm: |
| * ietestcenter/css3/flexbox/flexbox-flex-002-expected.htm: |
| * ietestcenter/css3/flexbox/flexbox-flex-003-expected.htm: |
| * ietestcenter/css3/flexbox/flexbox-flex-004-expected.htm: |
| * ietestcenter/css3/flexbox/flexbox-groups-001-expected.htm: |
| * ietestcenter/css3/flexbox/flexbox-groups-002-expected.htm: |
| * ietestcenter/css3/flexbox/flexbox-groups-003-expected.htm: |
| * ietestcenter/css3/flexbox/flexbox-groups-004-expected.htm: |
| * ietestcenter/css3/flexbox/flexbox-layout-001-expected.htm: |
| * ietestcenter/css3/flexbox/flexbox-layout-003-expected.htm: |
| * ietestcenter/css3/flexbox/flexbox-pack-end-001-expected.htm: |
| * ietestcenter/css3/flexbox/flexbox-pack-justify-001-expected.htm: |
| * ietestcenter/css3/flexbox/flexbox-pack-start-001-expected.htm: |
| * platform/chromium/test_expectations.txt: |
| * platform/efl/test_expectations.txt: |
| * platform/gtk/test_expectations.txt: |
| * platform/mac/Skipped: |
| * platform/mac/test_expectations.txt: |
| * platform/qt/Skipped: |
| * platform/qt/test_expectations.txt: |
| |
| 2012-05-11 Krzysztof Czech <k.czech@samsung.com> |
| |
| [EFL] Gardening failure test cases. |
| https://bugs.webkit.org/show_bug.cgi?id=86212 |
| |
| Unreviewed EFL gardening. |
| |
| Test expectations update, moving related bugs from Skipped list to test_expectations.txt. |
| |
| * platform/efl/Skipped: |
| * platform/efl/test_expectations.txt: adding new bug regarding to missing contextClick implementation. |
| |
| 2012-05-11 Pavel Feldman <pfeldman@chromium.org> |
| |
| Web Inspector: move breakpoint manager from debuggerPresentationModel to WebInspector. |
| https://bugs.webkit.org/show_bug.cgi?id=86220 |
| |
| Reviewed by Yury Semikhatsky. |
| |
| * inspector/debugger/scripts-panel.html: |
| |
| 2012-05-11 Christophe Dumez <christophe.dumez@intel.com> |
| |
| [GTK] LayoutTests/svg/batik/text/verticalText.svg fails to display Chinese characters |
| https://bugs.webkit.org/show_bug.cgi?id=86198 |
| |
| Reviewed by Martin Robinson. |
| |
| Rebaseline svg/batik/text/verticalText.svg now that GTK's |
| DumpRenderTree is able to display Chinese characters. |
| |
| * platform/gtk/svg/batik/text/verticalText-expected.png: |
| * platform/gtk/svg/batik/text/verticalText-expected.txt: |
| |
| 2012-05-11 Allan Sandfeld Jensen <allan.jensen@nokia.com> |
| |
| Two of the touch-adjustment tests are flaky. |
| https://bugs.webkit.org/show_bug.cgi?id=86218 |
| |
| Reviewed by Simon Hausmann. |
| |
| Move the touch points and text so the tests are more stable. |
| |
| * touchadjustment/event-triggered-widgets-expected.txt: |
| * touchadjustment/event-triggered-widgets.html: |
| * touchadjustment/touch-inlines.html: |
| |
| 2012-05-11 Christophe Dumez <christophe.dumez@intel.com> |
| |
| [EFL][DRT] SVG Batik test fails to display Chinese characters |
| https://bugs.webkit.org/show_bug.cgi?id=84461 |
| |
| Reviewed by Martin Robinson. |
| |
| Rebaseline svg/batik/text/verticalText.svg now that EFL's |
| DumpRenderTree is able to display Chinese characters. |
| |
| * platform/efl/svg/batik/text/verticalText-expected.png: |
| * platform/efl/svg/batik/text/verticalText-expected.txt: |
| |
| 2012-05-10 Pavel Feldman <pfeldman@chromium.org> |
| |
| Web Inspector: pass source mapping into UISourceCode's constructor; move formatting outside mapping. |
| https://bugs.webkit.org/show_bug.cgi?id=86099 |
| |
| Reviewed by Vsevolod Vlasov. |
| |
| * inspector/debugger/breakpoint-manager.html: |
| * inspector/debugger/linkifier.html: |
| * inspector/debugger/pause-in-inline-script.html: |
| * inspector/debugger/raw-source-code-expected.txt: |
| * inspector/debugger/raw-source-code.html: |
| * inspector/debugger/resources/test-navigation.html: Removed. |
| * inspector/debugger/script-formatter-breakpoints-expected.txt: |
| * inspector/debugger/script-formatter-breakpoints.html: |
| * inspector/debugger/script-formatter-console.html: |
| * inspector/debugger/selected-call-frame-after-formatting-source.html: |
| |
| 2012-05-11 Alexei Filippov <alexeif@chromium.org> |
| |
| Web Inspector: Remove support of combined nodes and edges serialization schema. |
| https://bugs.webkit.org/show_bug.cgi?id=86209 |
| |
| Reviewed by Yury Semikhatsky. |
| |
| * inspector/profiler/heap-snapshot-expected.txt: |
| * inspector/profiler/heap-snapshot-loader-expected.txt: |
| * inspector/profiler/heap-snapshot-loader.html: |
| * inspector/profiler/heap-snapshot-test.js: |
| (initialize_HeapSnapshotTest.InspectorTest.createHeapSnapshotMockObject): |
| (initialize_HeapSnapshotTest.InspectorTest.createHeapSnapshotMockRaw): |
| (initialize_HeapSnapshotTest.InspectorTest._postprocessHeapSnapshotMock): |
| (initialize_HeapSnapshotTest.InspectorTest.createHeapSnapshotMockWithDOM): |
| (initialize_HeapSnapshotTest.): |
| (initialize_HeapSnapshotTest): |
| * inspector/profiler/heap-snapshot.html: |
| |
| 2012-05-11 Allan Sandfeld Jensen <allan.jensen@nokia.com> |
| |
| Internals::touchPositionAdjustedToBestClickableNode adjust twice for scroll-offset |
| https://bugs.webkit.org/show_bug.cgi?id=86205 |
| |
| Reviewed by Simon Hausmann. |
| |
| Add test of touchPositionAdjustedToBestClickableNode with scroll-offset. |
| |
| * touchadjustment/scroll-offset-expected.txt: Added. |
| * touchadjustment/scroll-offset.html: Added. |
| |
| 2012-05-11 Kent Tamura <tkent@chromium.org> |
| |
| [Chromium] Updat test expectations. |
| |
| * platform/chromium-mac-leopard/fast/block/float/032-expected.png: Removed. |
| * platform/chromium-mac-leopard/fast/block/float/032-expected.txt: Removed. |
| * platform/chromium-mac-snowleopard/fast/block/float/032-expected.png: |
| * platform/chromium-mac-snowleopard/fast/block/float/032-expected.txt: Removed. |
| * platform/chromium-mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: |
| |
| 2012-05-11 Dominik Röttsches <dominik.rottsches@intel.com> |
| |
| [EFL][DRT] Input Attribute Placeholder RefTests failing |
| https://bugs.webkit.org/show_bug.cgi?id=85603 |
| |
| Reviewed by Hajime Morita. |
| |
| Rebaselining after we're allowing color styling of menulists, |
| search and text fields and textareas and after removing |
| whitespace handling override. |
| |
| * platform/efl/Skipped: |
| * platform/efl/css3/selectors3/html/css3-modsel-161-expected.txt: |
| * platform/efl/css3/selectors3/xhtml/css3-modsel-161-expected.txt: |
| * platform/efl/css3/selectors3/xml/css3-modsel-161-expected.txt: |
| * platform/efl/editing/input/reveal-caret-of-multiline-input-expected.txt: |
| * platform/efl/fast/block/float/float-avoidance-expected.txt: |
| * platform/efl/fast/block/margin-collapse/103-expected.txt: |
| * platform/efl/fast/css/continuationCrash-expected.txt: |
| * platform/efl/fast/css/input-search-padding-expected.txt: |
| * platform/efl/fast/css/line-height-expected.txt: |
| * platform/efl/fast/css/margin-top-bottom-dynamic-expected.txt: |
| * platform/efl/fast/css/rtl-ordering-expected.txt: |
| * platform/efl/fast/css/text-input-with-webkit-border-radius-expected.txt: |
| * platform/efl/fast/css/text-overflow-input-expected.txt: |
| * platform/efl/fast/css/text-transform-select-expected.txt: |
| * platform/efl/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt: |
| * platform/efl/fast/dom/isindex-001-expected.txt: |
| * platform/efl/fast/dom/isindex-002-expected.txt: |
| * platform/efl/fast/dynamic/008-expected.txt: |
| * platform/efl/fast/events/autoscroll-expected.txt: |
| * platform/efl/fast/forms/003-expected.txt: |
| * platform/efl/fast/forms/004-expected.txt: |
| * platform/efl/fast/forms/HTMLOptionElement_label01-expected.txt: |
| * platform/efl/fast/forms/HTMLOptionElement_label02-expected.txt: |
| * platform/efl/fast/forms/HTMLOptionElement_label03-expected.txt: |
| * platform/efl/fast/forms/HTMLOptionElement_label04-expected.txt: |
| * platform/efl/fast/forms/HTMLOptionElement_label06-expected.txt: |
| * platform/efl/fast/forms/HTMLOptionElement_label07-expected.txt: |
| * platform/efl/fast/forms/basic-buttons-expected.txt: |
| * platform/efl/fast/forms/basic-inputs-expected.txt: |
| * platform/efl/fast/forms/blankbuttons-expected.txt: |
| * platform/efl/fast/forms/box-shadow-override-expected.txt: |
| * platform/efl/fast/forms/button-positioned-expected.txt: |
| * platform/efl/fast/forms/button-sizes-expected.txt: |
| * platform/efl/fast/forms/button-style-color-expected.txt: |
| * platform/efl/fast/forms/button-table-styles-expected.txt: |
| * platform/efl/fast/forms/button-text-transform-expected.txt: |
| * platform/efl/fast/forms/control-clip-overflow-expected.txt: |
| * platform/efl/fast/forms/control-restrict-line-height-expected.txt: |
| * platform/efl/fast/forms/disabled-select-change-index-expected.txt: |
| * platform/efl/fast/forms/encoding-test-expected.txt: |
| * platform/efl/fast/forms/fieldset-align-expected.txt: |
| * platform/efl/fast/forms/file/file-input-direction-expected.txt: |
| * platform/efl/fast/forms/file/file-input-disabled-expected.txt: |
| * platform/efl/fast/forms/floating-textfield-relayout-expected.txt: |
| * platform/efl/fast/forms/formmove3-expected.txt: |
| * platform/efl/fast/forms/input-align-expected.txt: |
| * platform/efl/fast/forms/input-appearance-default-bkcolor-expected.txt: |
| * platform/efl/fast/forms/input-appearance-focus-expected.txt: |
| * platform/efl/fast/forms/input-appearance-height-expected.txt: |
| * platform/efl/fast/forms/input-appearance-preventDefault-expected.txt: |
| * platform/efl/fast/forms/input-appearance-selection-expected.txt: |
| * platform/efl/fast/forms/input-appearance-visibility-expected.txt: |
| * platform/efl/fast/forms/input-appearance-width-expected.txt: |
| * platform/efl/fast/forms/input-button-sizes-expected.txt: |
| * platform/efl/fast/forms/input-disabled-color-expected.txt: |
| * platform/efl/fast/forms/input-double-click-selection-gap-bug-expected.txt: |
| * platform/efl/fast/forms/input-field-text-truncated-expected.txt: |
| * platform/efl/fast/forms/input-readonly-dimmed-expected.txt: |
| * platform/efl/fast/forms/input-readonly-empty-expected.txt: |
| * platform/efl/fast/forms/input-spaces-expected.txt: |
| * platform/efl/fast/forms/input-table-expected.txt: |
| * platform/efl/fast/forms/input-text-click-inside-expected.txt: |
| * platform/efl/fast/forms/input-text-option-delete-expected.txt: |
| * platform/efl/fast/forms/input-text-self-emptying-click-expected.txt: |
| * platform/efl/fast/forms/input-text-word-wrap-expected.txt: |
| * platform/efl/fast/forms/input-type-text-min-width-expected.txt: |
| * platform/efl/fast/forms/input-value-expected.txt: |
| * platform/efl/fast/forms/input-width-expected.txt: |
| * platform/efl/fast/forms/menulist-deselect-update-expected.txt: |
| * platform/efl/fast/forms/menulist-narrow-width-expected.txt: |
| * platform/efl/fast/forms/menulist-no-overflow-expected.txt: |
| * platform/efl/fast/forms/menulist-restrict-line-height-expected.txt: |
| * platform/efl/fast/forms/menulist-separator-painting-expected.txt: |
| * platform/efl/fast/forms/menulist-style-color-expected.txt: |
| * platform/efl/fast/forms/menulist-width-change-expected.txt: |
| * platform/efl/fast/forms/minWidthPercent-expected.txt: |
| * platform/efl/fast/forms/number/input-appearance-number-rtl-expected.txt: |
| * platform/efl/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt: |
| * platform/efl/fast/forms/number/input-appearance-spinbutton-layer-expected.txt: |
| * platform/efl/fast/forms/option-script-expected.txt: |
| * platform/efl/fast/forms/option-strip-whitespace-expected.txt: |
| * platform/efl/fast/forms/option-text-clip-expected.txt: |
| * platform/efl/fast/forms/search-cancel-button-style-sharing-expected.txt: |
| * platform/efl/fast/forms/search-display-none-cancel-button-expected.txt: |
| * platform/efl/fast/forms/search-rtl-expected.txt: |
| * platform/efl/fast/forms/searchfield-heights-expected.txt: |
| * platform/efl/fast/forms/select-align-expected.txt: |
| * platform/efl/fast/forms/select-background-none-expected.txt: |
| * platform/efl/fast/forms/select-baseline-expected.txt: |
| * platform/efl/fast/forms/select-change-listbox-to-popup-expected.txt: |
| * platform/efl/fast/forms/select-dirty-parent-pref-widths-expected.txt: |
| * platform/efl/fast/forms/select-initial-position-expected.txt: |
| * platform/efl/fast/forms/select-selected-expected.txt: |
| * platform/efl/fast/forms/select-size-expected.txt: |
| * platform/efl/fast/forms/select-style-expected.txt: |
| * platform/efl/fast/forms/select-visual-hebrew-expected.txt: |
| * platform/efl/fast/forms/select-writing-direction-natural-expected.txt: |
| * platform/efl/fast/forms/selectlist-minsize-expected.txt: |
| * platform/efl/fast/forms/stuff-on-my-optgroup-expected.txt: |
| * platform/efl/fast/forms/tabbing-input-iframe-expected.txt: |
| * platform/efl/fast/forms/targeted-frame-submission-expected.txt: |
| * platform/efl/fast/forms/text-style-color-expected.txt: |
| * platform/efl/fast/forms/textAreaLineHeight-expected.txt: |
| * platform/efl/fast/forms/textarea-align-expected.txt: |
| * platform/efl/fast/forms/textarea-scroll-height-expected.txt: |
| * platform/efl/fast/forms/textarea-scrolled-type-expected.txt: |
| * platform/efl/fast/forms/textarea-setinnerhtml-expected.txt: |
| * platform/efl/fast/forms/textarea-width-expected.txt: |
| * platform/efl/fast/forms/textfield-focus-ring-expected.txt: |
| * platform/efl/fast/forms/visual-hebrew-text-field-expected.txt: |
| * platform/efl/fast/frames/take-focus-from-iframe-expected.txt: |
| * platform/efl/fast/html/details-no-summary4-expected.txt: |
| * platform/efl/fast/html/details-open-javascript-expected.txt: |
| * platform/efl/fast/html/details-open2-expected.txt: |
| * platform/efl/fast/html/details-open4-expected.txt: |
| * platform/efl/fast/html/details-replace-summary-child-expected.txt: |
| * platform/efl/fast/html/details-replace-text-expected.txt: |
| * platform/efl/fast/html/keygen-expected.txt: |
| * platform/efl/fast/invalid/014-expected.txt: |
| * platform/efl/fast/lists/dynamic-marker-crash-expected.txt: |
| * platform/efl/fast/overflow/overflow-x-y-expected.txt: |
| * platform/efl/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.txt: |
| * platform/efl/fast/overflow/scrollRevealButton-expected.txt: |
| * platform/efl/fast/parser/document-write-option-expected.txt: |
| * platform/efl/fast/parser/entity-comment-in-textarea-expected.txt: |
| * platform/efl/fast/parser/open-comment-in-textarea-expected.txt: |
| * platform/efl/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt: |
| * platform/efl/fast/repaint/search-field-cancel-expected.txt: |
| * platform/efl/fast/repaint/subtree-root-skipped-expected.txt: |
| * platform/efl/fast/replaced/replaced-breaking-expected.txt: |
| * platform/efl/fast/replaced/replaced-breaking-mixture-expected.txt: |
| * platform/efl/fast/replaced/three-selects-break-expected.txt: |
| * platform/efl/fast/replaced/width100percent-button-expected.txt: |
| * platform/efl/fast/replaced/width100percent-menulist-expected.txt: |
| * platform/efl/fast/replaced/width100percent-textarea-expected.txt: |
| * platform/efl/fast/replaced/width100percent-textfield-expected.txt: |
| * platform/efl/fast/table/003-expected.txt: |
| * platform/efl/fast/table/colspanMinWidth-expected.txt: |
| * platform/efl/fast/table/spanOverlapRepaint-expected.txt: |
| * platform/efl/fast/table/text-field-baseline-expected.txt: |
| * platform/efl/fast/text/textIteratorNilRenderer-expected.txt: |
| * platform/efl/http/tests/navigation/javascriptlink-frames-expected.txt: |
| * platform/efl/test_expectations.txt: |
| * platform/efl/transforms/2d/zoom-menulist-expected.txt: |
| |
| 2012-05-11 Antti Koivisto <antti@apple.com> |
| |
| Assertion failure in ietestcenter/css3/valuesandunits/units-000.htm |
| https://bugs.webkit.org/show_bug.cgi?id=86208 |
| |
| Not reviewed. |
| |
| * platform/mac/Skipped: |
| |
| 2012-05-11 Keishi Hattori <keishi@webkit.org> |
| |
| Sanitization algorithm for input type=email should strip whitespaces |
| https://bugs.webkit.org/show_bug.cgi?id=86177 |
| |
| Reviewed by Kent Tamura. |
| |
| * fast/forms/ValidityState-typeMismatch-email-expected.txt: |
| * fast/forms/input-value-sanitization-expected.txt: |
| * fast/forms/input-value-sanitization.html: |
| * fast/forms/resources/ValidityState-typeMismatch-email.js: |
| |
| 2012-05-11 Alexander Pavlov <apavlov@chromium.org> |
| |
| Web Inspector: Search box doesn't allow CSS selectors anymore |
| https://bugs.webkit.org/show_bug.cgi?id=86196 |
| |
| Reviewed by Pavel Feldman. |
| |
| * inspector/elements/elements-panel-search-expected.txt: |
| * inspector/elements/elements-panel-search.html: |
| |
| 2012-05-11 Sheriff Bot <webkit.review.bot@gmail.com> |
| |
| Unreviewed, rolling out r116527. |
| http://trac.webkit.org/changeset/116527 |
| https://bugs.webkit.org/show_bug.cgi?id=86199 |
| |
| Causing crashes on ClusterFuzz (Requested by inferno-sec on |
| #webkit). |
| |
| * scrollbars/scrollbar-percent-padding-crash-expected.txt: Removed. |
| * scrollbars/scrollbar-percent-padding-crash.html: Removed. |
| |
| 2012-05-11 Kent Tamura <tkent@chromium.org> |
| |
| [Chromium] Update wrong expectations. |
| |
| * platform/chromium-linux-x86/fast/forms/date/date-appearance-expected.txt: Removed. |
| * platform/chromium-linux/fast/forms/date/date-appearance-expected.txt: |
| * platform/chromium-mac-leopard/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: Removed. |
| * platform/qt/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: Renamed from LayoutTests/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt. |
| |
| 2012-05-11 Sudarsana Nagineni <sudarsana.nagineni@linux.intel.com> |
| |
| [EFL][DRT] Gardening failure cases on EFL build bot |
| https://bugs.webkit.org/show_bug.cgi?id=86192 |
| |
| Unreviewed, EFL gardening. |
| |
| * platform/efl/test_expectations.txt: |
| |
| 2012-05-11 Krzysztof Czech <k.czech@samsung.com> |
| |
| [EFL] Gardening failure cases on editing/style and editing/pasteboard |
| https://bugs.webkit.org/show_bug.cgi?id=86184 |
| |
| Unreviewed EFL gardening. |
| |
| Test expectations update. |
| |
| * platform/efl/test_expectations.txt: adding tests regarding to missing beginDragWithFiles |
| execCommand('copy') and execCommand('paste') implementation. |
| |
| 2012-05-11 Sudarsana Nagineni <sudarsana.nagineni@linux.intel.com> |
| |
| [EFL][DRT] fast/css/getComputedStyle/computed-style-without-renderer.html fails on EFL |
| https://bugs.webkit.org/show_bug.cgi?id=86190 |
| |
| Unreviewed, EFL rebaseline after r116723. |
| |
| * platform/efl/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: |
| |
| 2012-05-11 Kent Tamura <tkent@chromium.org> |
| |
| [Chromium] Rebaseline for some tests, and optimization. |
| |
| * fast/block/float/032-expected.txt: Renamed from LayoutTests/platform/efl/fast/block/float/032-expected.txt. |
| * fast/forms/input-appearance-bkcolor-expected.txt: Renamed from LayoutTests/platform/efl/fast/forms/input-appearance-bkcolor-expected.txt. |
| * fast/images/color-jpeg-with-color-profile-expected.png: Renamed from LayoutTests/platform/efl/fast/images/color-jpeg-with-color-profile-expected.png. |
| * platform/chromium-linux-x86/fast/forms/date/date-appearance-expected.txt: Added. |
| * platform/chromium-linux-x86/svg/css/getComputedStyle-basic-expected.txt: |
| * platform/chromium-mac-leopard/fast/block/float/032-expected.png: |
| * platform/chromium-mac-leopard/fast/block/float/032-expected.txt: |
| * platform/chromium-mac-leopard/fast/css/getComputedStyle/computed-style-expected.txt: Copied from LayoutTests/platform/chromium-mac/fast/css/getComputedStyle/computed-style-expected.txt. |
| * platform/chromium-mac-leopard/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: Added. |
| * platform/chromium-mac-leopard/fast/forms/input-appearance-bkcolor-expected.png: |
| * platform/chromium-mac-leopard/fast/forms/input-appearance-bkcolor-expected.txt: Removed. |
| * platform/chromium-mac-leopard/fast/forms/text-style-color-expected.png: |
| * platform/chromium-mac-leopard/fast/forms/text-style-color-expected.txt: Removed. |
| * platform/chromium-mac-leopard/fast/images/color-jpeg-with-color-profile-expected.png: |
| * platform/chromium-mac-leopard/svg/css/getComputedStyle-basic-expected.txt: |
| * platform/chromium-mac-leopard/tables/mozilla/bugs/bug99948-expected.png: |
| * platform/chromium-mac-snowleopard/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: Added. |
| * platform/chromium-mac-snowleopard/fast/forms/input-appearance-bkcolor-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/input-appearance-bkcolor-expected.txt: Removed. |
| * platform/chromium-mac-snowleopard/fast/forms/text-style-color-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/text-style-color-expected.txt: Removed. |
| * platform/chromium-mac-snowleopard/svg/css/getComputedStyle-basic-expected.txt: |
| * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug99948-expected.png: |
| * platform/chromium-mac/fast/block/float/032-expected.png: |
| * platform/chromium-mac/fast/block/float/032-expected.txt: Removed. |
| * platform/chromium-mac/fast/css/getComputedStyle/computed-style-expected.txt: |
| * platform/chromium-mac/fast/forms/date/date-appearance-expected.png: |
| * platform/chromium-mac/fast/forms/date/date-appearance-expected.txt: |
| * platform/chromium-mac/fast/forms/input-appearance-bkcolor-expected.png: |
| * platform/chromium-mac/fast/forms/input-appearance-bkcolor-expected.txt: Removed. |
| * platform/chromium-mac/fast/forms/text-style-color-expected.png: |
| * platform/chromium-mac/fast/forms/text-style-color-expected.txt: Removed. |
| * platform/chromium-mac/fast/images/color-jpeg-with-color-profile-expected.png: |
| * platform/chromium-mac/svg/css/getComputedStyle-basic-expected.txt: |
| * platform/chromium-mac/tables/mozilla/bugs/bug99948-expected.png: |
| * platform/chromium-mac/tables/mozilla/bugs/bug99948-expected.txt: Removed. |
| * platform/chromium-win-vista/compositing/geometry/horizontal-scroll-composited-expected.png: Added. |
| * platform/chromium-win-vista/svg/css/getComputedStyle-basic-expected.txt: |
| * platform/chromium-win-xp/svg/css/getComputedStyle-basic-expected.txt: |
| * platform/chromium-win/compositing/geometry/horizontal-scroll-composited-expected.png: |
| * platform/chromium-win/fast/block/float/032-expected.txt: |
| * platform/chromium-win/fast/forms/date/date-appearance-expected.txt: |
| * platform/chromium-win/fast/forms/input-appearance-bkcolor-expected.txt: |
| * platform/chromium-win/fast/forms/text-style-color-expected.txt: |
| * platform/chromium-win/svg/css/getComputedStyle-basic-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug99948-expected.txt: |
| * platform/chromium/test_expectations.txt: |
| * platform/gtk/fast/block/float/032-expected.txt: Removed. |
| * platform/gtk/fast/forms/input-appearance-bkcolor-expected.txt: Removed. |
| * platform/gtk/fast/images/color-jpeg-with-color-profile-expected.png: Removed. |
| * platform/gtk/tables/mozilla/bugs/bug99948-expected.txt: Removed. |
| * tables/mozilla/bugs/bug99948-expected.txt: Renamed from LayoutTests/platform/efl/tables/mozilla/bugs/bug99948-expected.txt. |
| |
| 2012-05-11 Andrey Kosyakov <caseq@chromium.org> |
| |
| Web Inspector: use div, not span as a parent element for ElementsTreeOutline in Audits panel |
| https://bugs.webkit.org/show_bug.cgi?id=86188 |
| |
| Reviewed by Yury Semikhatsky. |
| |
| * inspector/extensions/extensions-audits-expected.txt: rebaseline to account for extra <div>. |
| |
| 2012-05-11 Kent Tamura <tkent@chromium.org> |
| |
| [Chromium] Test expectation update |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-05-10 Andrey Kosyakov <caseq@chromium.org> |
| |
| Web Inspector: [Extensions API] add audit formatters for remote objects and DOM elements |
| https://bugs.webkit.org/show_bug.cgi?id=86108 |
| |
| Reviewed by Pavel Feldman. |
| |
| - rebaselined tests to account for two new AuditResults method and their results; |
| |
| * inspector/extensions/extensions-audits-api-expected.txt: |
| * inspector/extensions/extensions-audits-expected.txt: |
| * inspector/extensions/extensions-audits-tests.js: |
| (initialize_ExtensionsAuditsTest.InspectorTest.startExtensionAudits.onAuditsDone): |
| * inspector/extensions/extensions-audits.html: |
| |
| 2012-05-11 Csaba Osztrogonác <ossy@webkit.org> |
| |
| Unreviewed gardening, skip a new failing test. |
| |
| * platform/qt/Skipped: |
| |
| 2012-05-11 Hajime Morrita <morrita@chromium.org> |
| |
| Unreviewed expectation update. |
| |
| * platform/mac/fast/css/getComputedStyle/computed-style-expected.txt: |
| * platform/mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: |
| * platform/mac/svg/css/getComputedStyle-basic-expected.txt: |
| |
| 2012-05-11 Csaba Osztrogonác <ossy@webkit.org> |
| |
| Unreviewed gardening. |
| |
| * fast/css/getComputedStyle/computed-style-expected.txt: Updated after r116723. |
| * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: Updated after r116723. |
| * platform/qt/Skipped: Skip new crashing and failing tests. |
| * platform/qt/svg/css/getComputedStyle-basic-expected.txt: Updated after r116723. |
| |
| 2012-05-10 MORITA Hajime <morrita@google.com> |
| |
| ElementShadow should minimize the usage of "ShadowRoot" name |
| https://bugs.webkit.org/show_bug.cgi?id=85970 |
| |
| Reviewed by Dimitri Glazkov. |
| |
| Removed tests cases which exercise shadow root removals. |
| Such functionality was only available from Internals object |
| and it made little sense to test it. |
| |
| * fast/dom/shadow/content-element-move-expected.txt: |
| * fast/dom/shadow/content-element-move.html: |
| * fast/dom/shadow/dynamically-created-shadow-root-expected.html: |
| * fast/dom/shadow/dynamically-created-shadow-root.html: |
| * fast/dom/shadow/layout-tests-can-access-shadow-expected.txt: |
| * fast/dom/shadow/layout-tests-can-access-shadow.html: |
| * fast/dom/shadow/multiple-shadowroot-expected.txt: |
| * fast/dom/shadow/multiple-shadowroot.html: |
| |
| 2012-05-10 Gyuyoung Kim <gyuyoung.kim@samsung.com> |
| |
| Move resumeAnimations to use Internals interface |
| https://bugs.webkit.org/show_bug.cgi?id=86063 |
| |
| Reviewed by Alexey Proskuryakov. |
| |
| Call resumeAnimations functions from internals, because it is able to work in the |
| cross-port way through the Internals interface. |
| |
| * animations/play-state-suspend.html: |
| * animations/stop-animation-on-suspend.html: |
| * animations/suspend-resume-animation-events.html: |
| * animations/suspend-resume-animation.html: |
| |
| 2012-05-10 Kent Tamura <tkent@chromium.org> |
| |
| [Chromium] Test expectation update |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-05-10 Kangil Han <kangil.han@samsung.com> |
| |
| [EFL][DRT] Editor doesn't cancel composition as change of value |
| https://bugs.webkit.org/show_bug.cgi?id=85122 |
| |
| Reviewed by Martin Robinson. |
| |
| IME composition should be cancelled when the value of input element is changed programmatically. |
| However, EFL port doesn't cancel as change of value. |
| Therefore, this patch will fix the bug. |
| |
| * platform/efl/Skipped: |
| |
| 2012-05-10 Noel Gordon <noel.gordon@gmail.com> |
| |
| [chromium] Rebaseline compositing/geometry/horizontal-scroll-composited.html after r107389 |
| |
| Unreviewed test expectations update. |
| |
| * platform/chromium-linux-x86/compositing/geometry/horizontal-scroll-composited-expected.png: Added. |
| * platform/chromium-linux/compositing/geometry/horizontal-scroll-composited-expected.png: Added. |
| * platform/chromium-mac-leopard/compositing/geometry/horizontal-scroll-composited-expected.png: Added. |
| * platform/chromium-mac-snowleopard/compositing/geometry/horizontal-scroll-composited-expected.png: Added. |
| * platform/chromium-mac/compositing/geometry/horizontal-scroll-composited-expected.png: |
| * platform/chromium-win-xp/compositing/geometry/horizontal-scroll-composited-expected.png: Added. |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-05-10 MORITA Hajime <morrita@google.com> |
| |
| WebKit should support tab-size. |
| https://bugs.webkit.org/show_bug.cgi?id=52994 |
| |
| Reviewed by Simon Fraser. |
| |
| * fast/css/tab-size-expected.html: Added. |
| * fast/css/tab-size.html: Added. |
| * platform/chromium-linux/svg/css/getComputedStyle-basic-expected.txt: |
| * platform/chromium-win/fast/css/getComputedStyle/computed-style-expected.txt: |
| * platform/chromium-win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: |
| |
| 2012-05-10 Abhishek Arya <inferno@chromium.org> |
| |
| Crash in FontCache::releaseFontData due to infinite float size. |
| https://bugs.webkit.org/show_bug.cgi?id=86110 |
| |
| Reviewed by Andreas Kling. |
| |
| * fast/css/large-font-size-crash-expected.txt: Added. |
| * fast/css/large-font-size-crash.html: Added. |
| |
| 2012-05-10 Eric Seidel <eric@webkit.org> |
| |
| Make IFRAME_SEAMLESS child documents inherit styles from their parent iframe element |
| https://bugs.webkit.org/show_bug.cgi?id=85940 |
| |
| Reviewed by Ojan Vafai. |
| |
| This single pass is deceptive. seamless-designMode exists |
| to make sure that we do not regress application of Document-level |
| styles in the child document. |
| |
| * fast/frames/seamless/seamless-css-cascade-expected.txt: |
| |
| 2012-05-10 Julien Chaffraix <jchaffraix@webkit.org> |
| |
| Crash in computedCSSPadding* functions due to RenderImage::imageDimensionsChanged called during attachment |
| https://bugs.webkit.org/show_bug.cgi?id=85912 |
| |
| Reviewed by Eric Seidel. |
| |
| * fast/images/link-body-content-imageDimensionChanged-crash-expected.txt: Added. |
| * fast/images/link-body-content-imageDimensionChanged-crash.html: Added. |
| * fast/images/script-counter-imageDimensionChanged-crash-expected.txt: Added. |
| * fast/images/script-counter-imageDimensionChanged-crash.html: Added. |
| |
| 2012-05-10 Brady Eidson <beidson@apple.com> |
| |
| <rdar://problem/10972577> and https://bugs.webkit.org/show_bug.cgi?id=80170 |
| Contents of noscript elements turned into strings in WebArchives |
| |
| Reviewed by Andy Estes. |
| |
| * webarchive/ignore-noscript-if-scripting-enabled-expected.txt: Added. |
| * webarchive/ignore-noscript-if-scripting-enabled.html: Added. |
| |
| 2012-05-10 Abhishek Arya <inferno@chromium.org> |
| |
| Crash due to floats not removed from first-letter element. |
| https://bugs.webkit.org/show_bug.cgi?id=86019 |
| |
| Reviewed by Julien Chaffraix. |
| |
| * fast/block/float/float-not-removed-from-first-letter-expected.txt: Added. |
| * fast/block/float/float-not-removed-from-first-letter.html: Added. |
| |
| 2012-05-10 Jian Li <jianli@chromium.org> |
| |
| Unreviewed chromium gardening. Updated failed tests. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-05-10 Zan Dobersek <zandobersek@gmail.com> |
| |
| [GTK] ENABLE_IFRAME_SEAMLESS support |
| https://bugs.webkit.org/show_bug.cgi?id=85843 |
| |
| Reviewed by Eric Seidel. |
| |
| Remove test expectations for the iframe seamless tests. All these |
| tests should be passing now as the feature is enabled. |
| |
| * platform/gtk/test_expectations.txt: |
| |
| 2012-05-10 Julien Chaffraix <jchaffraix@webkit.org> |
| |
| Unreviewed Qt gardening. |
| |
| * platform/qt/Skipped: |
| Skipped the test as it fails only on Qt (double-checked locally on Mac), |
| the difference is very small and likely minor. |
| |
| 2012-05-10 Varun Jain <varunjain@google.com> |
| |
| [chromium] Trigger context menu for long press gesture |
| https://bugs.webkit.org/show_bug.cgi?id=85919 |
| |
| Reviewed by Adam Barth. |
| |
| * fast/events/touch/gesture/context-menu-on-long-press.html: Added. |
| * platform/chromium/fast/events/touch/gesture/context-menu-on-long-press-expected.txt: Added. |
| |
| 2012-05-10 Abhishek Arya <inferno@chromium.org> |
| |
| Crash in ApplyStyleCommand::joinChildTextNodes. |
| https://bugs.webkit.org/show_bug.cgi?id=85939 |
| |
| Reviewed by Ryosuke Niwa. |
| |
| * editing/style/apply-style-join-child-text-nodes-crash-expected.txt: Added. |
| * editing/style/apply-style-join-child-text-nodes-crash.html: Added. |
| |
| 2012-05-10 Abhishek Arya <inferno@chromium.org> |
| |
| Unreviewed. Correct spelling in test name. |
| |
| * editing/inserting/insert-paragraph-separator-crash-expected.txt: Renamed from LayoutTests/editing/inserting/insert-paragraph-seperator-crash-expected.txt. |
| * editing/inserting/insert-paragraph-separator-crash.html: Renamed from LayoutTests/editing/inserting/insert-paragraph-seperator-crash.html. |
| |
| 2012-05-10 Shezan Baig <shezbaig.wk@gmail.com> |
| |
| Test from bug 34875 does not work on chromium/mac |
| https://bugs.webkit.org/show_bug.cgi?id=85913 |
| |
| Reviewed by Julien Chaffraix. |
| |
| * fast/block/positioning/offsetLeft-offsetTop-multicolumn-expected.html: Added. |
| * fast/block/positioning/offsetLeft-offsetTop-multicolumn-expected.txt: Removed. |
| * fast/block/positioning/offsetLeft-offsetTop-multicolumn.html: |
| Turned the test back into a ref-test as keeping the test cross-platform and |
| dumpAsText is proving cumbersome. Apart from that, it also make the test work |
| cross-browser. |
| |
| * platform/chromium/test_expectations.txt: |
| * platform/mac/Skipped: |
| * platform/qt-mac/Skipped: |
| Re-enabled the test. |
| |
| 2012-05-10 Dominik Röttsches <dominik.rottsches@intel.com> |
| |
| [EFL] Gardening away IETC crash for now |
| https://bugs.webkit.org/show_bug.cgi?id=86115 |
| |
| Unreviewed, EFL gardening. |
| |
| * platform/efl/test_expectations.txt: |
| |
| 2012-05-10 Jian Li <jianli@chromium.org> |
| |
| Unreviewed chromium gardening. Marked tests as failure. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-05-10 Dave Tharp <dtharp@codeaurora.org> |
| |
| Integrate IETC CSS : values and units tests |
| https://bugs.webkit.org/show_bug.cgi?id=85307 |
| |
| Reviewed by Adam Barth. |
| |
| Added the IETC values and unit tests and associated reference tests. |
| |
| Also removed two "file not found" test entries in the mac test_expectations.txt |
| file that were causing a style check failure. |
| |
| * ietestcenter/css3/valuesandunits/units-000-expected.htm: Added. |
| * ietestcenter/css3/valuesandunits/units-000.htm: Added. |
| * ietestcenter/css3/valuesandunits/units-010-expected.htm: Added. |
| * ietestcenter/css3/valuesandunits/units-010.htm: Added. |
| * ietestcenter/css3/valuesandunits/units-020-expected.htm: Added. |
| * ietestcenter/css3/valuesandunits/units-020.htm: Added. |
| * platform/chromium/test_expectations.txt: |
| * platform/efl/test_expectations.txt: |
| * platform/gtk/test_expectations.txt: |
| * platform/mac/test_expectations.txt: |
| * platform/qt/test_expectations.txt: |
| |
| 2012-05-10 Dominik Röttsches <dominik.rottsches@intel.com> |
| |
| [EFL][DRT] ewk_view_paint_contents may trigger assertion failure |
| https://bugs.webkit.org/show_bug.cgi?id=85058 |
| |
| Reviewed by Gustavo Noronha Silva. |
| |
| Unskipping media-fragments that pass after the assertion failure was fixed. |
| |
| * platform/efl/Skipped: |
| |
| 2012-05-10 Erik Arvidsson <arv@chromium.org> |
| |
| Add test that makes sure wrappers are setup using the correct window scope |
| https://bugs.webkit.org/show_bug.cgi?id=85526 |
| |
| Reviewed by Ojan Vafai. |
| |
| This tests the same thing as the recently removed fast/dom/prototype-inheritance.html test. |
| |
| * fast/dom/wrapper-scope-expected.txt: Added. |
| * fast/dom/wrapper-scope.html: Added. |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-05-10 Abhishek Arya <inferno@chromium.org> |
| |
| Crash in InsertParagraphSeparatorCommand::doApply. |
| https://bugs.webkit.org/show_bug.cgi?id=84995 |
| |
| Reviewed by Ryosuke Niwa. |
| |
| * editing/inserting/insert-paragraph-seperator-crash-expected.txt: Added. |
| * editing/inserting/insert-paragraph-seperator-crash.html: Added. |
| |
| 2012-05-10 Joe Thomas <joethomas@motorola.com> |
| |
| [CSS3 Backgrounds and Borders] Add background-size to the background shorthand |
| https://bugs.webkit.org/show_bug.cgi?id=27577 |
| |
| Reviewed by Alexis Menard. |
| |
| Added CSSPropertyBackgroundSize to the background shorthand propery. Added the logic for parsing background-size. |
| bakground-size appears after background-position followed by a '/'. |
| The specification related to this change is http://www.w3.org/TR/css3-background/#the-background |
| |
| * fast/backgrounds/background-shorthand-with-backgroundSize-style-expected.txt: Added. |
| * fast/backgrounds/background-shorthand-with-backgroundSize-style.html: Added. |
| * fast/backgrounds/size/backgroundSize-in-background-shorthand-expected.html: Added. |
| * fast/backgrounds/size/backgroundSize-in-background-shorthand.html: Added. |
| * fast/css/getComputedStyle/getComputedStyle-background-shorthand-expected.txt: |
| * fast/css/getComputedStyle/getComputedStyle-background-shorthand.html: |
| * fast/inspector-support/style-expected.txt: |
| * inspector/styles/lazy-computed-style-expected.txt: |
| * inspector/styles/styles-computed-trace-expected.txt: |
| * inspector/styles/styles-new-API-expected.txt: |
| |
| 2012-05-10 Sheriff Bot <webkit.review.bot@gmail.com> |
| |
| Unreviewed, rolling out r116633. |
| http://trac.webkit.org/changeset/116633 |
| https://bugs.webkit.org/show_bug.cgi?id=86093 |
| |
| Breaks EFL tests (Requested by kov on #webkit). |
| |
| * platform/efl/Skipped: |
| |
| 2012-05-10 Noel Gordon <noel.gordon@gmail.com> |
| |
| [chromium] REGRESSION(r107389) Visible line artifacts on JPEG images |
| https://bugs.webkit.org/show_bug.cgi?id=85772 |
| |
| Reviewed by Kent Tamura. |
| |
| * platform/chromium/test_expectations.txt: Add IMAGE expectations. |
| |
| 2012-05-10 Thiago Marcos P. Santos <thiago.santos@intel.com> |
| |
| [EFL] Gardening of flaky tests |
| https://bugs.webkit.org/show_bug.cgi?id=86069 |
| |
| Unreviewed gardening. |
| |
| * platform/efl/test_expectations.txt: |
| |
| 2012-05-10 Alexander Shalamov <alexander.shalamov@intel.com> |
| |
| [EFL] LayoutTestController needs implementation of setTabKeyCyclesThroughElements |
| https://bugs.webkit.org/show_bug.cgi?id=82864 |
| |
| Reviewed by Gustavo Noronha Silva. |
| |
| Unskip fast/events/keypress-insert-tab.html |
| |
| * platform/efl/Skipped: |
| |
| 2012-05-10 Alexander Shalamov <alexander.shalamov@intel.com> |
| |
| [EFL][DRT] EventSender - set delayed event information if it was not set before |
| https://bugs.webkit.org/show_bug.cgi?id=85972 |
| |
| Reviewed by Gustavo Noronha Silva. |
| |
| Unskipping layout tests that were skipped because of the bug. |
| |
| * platform/efl/Skipped: |
| |
| 2012-05-10 Csaba Osztrogonác <ossy@webkit.org> |
| |
| [Qt][WK2] REGRESSION(r116560): It made 7 compositing tests fail |
| https://bugs.webkit.org/show_bug.cgi?id=86086 |
| |
| Unreviewed gardening, skip new failing tests. |
| |
| * platform/qt-5.0-wk2/Skipped: |
| |
| 2012-05-10 Zan Dobersek <zandobersek@gmail.com> |
| |
| [Gtk] Many tests revealed as passing after moving from Skipped to test_expectations.txt |
| https://bugs.webkit.org/show_bug.cgi?id=85591 |
| |
| Unreviewed, unskipping another batch of tests that are passing but have |
| test expectations present that indicate a failure is expected. Their |
| bug entries will be properly updated after they either remain stable and |
| passing or they backfire. |
| |
| * platform/gtk/test_expectations.txt: |
| |
| 2012-05-10 Mikhail Pozdnyakov <mikhail.pozdnyakov@intel.com> |
| |
| [EFL][DRT] Clear added user style sheets before a new testcase execution. |
| https://bugs.webkit.org/show_bug.cgi?id=84792 |
| |
| Reviewed by Gustavo Noronha Silva. |
| |
| Unskip userscripts/user-style-top-frame-only.html |
| |
| * platform/efl/Skipped: |
| |
| 2012-05-10 Mikhail Pozdnyakov <mikhail.pozdnyakov@intel.com> |
| |
| [EFL][DRT] fast/events/js-keyboard-event-creation.html needs rebaselining |
| https://bugs.webkit.org/show_bug.cgi?id=85485 |
| |
| Unreviewed, fast/events/js-keyboard-event-creation.html is rebased. |
| |
| * platform/efl/Skipped: removed fast/events/js-keyboard-event-creation.html |
| * platform/efl/fast/events/js-keyboard-event-creation-expected.txt: Added (Taken from GTK port). |
| |
| 2012-05-10 Csaba Osztrogonác <ossy@webkit.org> |
| |
| [Qt] Unreviewed gardening. Skip news failing and crashing tests to paint the bot green. |
| |
| * platform/qt-mac/Skipped: |
| |
| 2012-05-10 Kristóf Kosztyó <kkristof@inf.u-szeged.hu> |
| |
| [Qt] new test http/tests/cookies/single-quoted-value.html is failing |
| https://bugs.webkit.org/show_bug.cgi?id=86066 |
| |
| Unreviewed gardening after r116601 |
| |
| * platform/qt/Skipped: |
| |
| 2012-05-10 Abhishek Arya <inferno@chromium.org> |
| |
| Make DOMCharacterDataModified a scoped event (similar to r73690). |
| https://bugs.webkit.org/show_bug.cgi?id=85920 |
| |
| Reviewed by Ryosuke Niwa. |
| |
| * fast/events/scoped/editing-commands.html: test modified to check DOMCharacterDataModified event. |
| |
| 2012-05-10 Zan Dobersek <zandobersek@gmail.com> |
| |
| Unreviewed GTK gardening. |
| |
| * platform/gtk/test_expectations.txt: |
| |
| 2012-05-09 Gyuyoung Kim <gyuyoung.kim@samsung.com> |
| |
| Move suspendAnimations to use Internals interface. |
| https://bugs.webkit.org/show_bug.cgi?id=85986 |
| |
| Reviewed by Ryosuke Niwa. |
| |
| Call suspendAnimations functions from internals, because it is able to work in the |
| cross-port way through the Internals interface. |
| |
| * animations/play-state-suspend.html: |
| * animations/stop-animation-on-suspend.html: |
| * animations/suspend-resume-animation-events.html: |
| * animations/suspend-resume-animation.html: |
| * animations/suspend-transform-animation.html: |
| * transitions/suspend-transform-transition.html: |
| |
| 2012-05-09 Jason Liu <jason.liu@torchmobile.com.cn> |
| |
| [BlackBerry] Cookie parsing issue. If the cookie value provided was (") then the browser creates a session cookie instead. |
| https://bugs.webkit.org/show_bug.cgi?id=85775 |
| |
| Reviewed by Rob Buis. |
| |
| * http/tests/cookies/script-tests/single-quoted-value.js: Added. |
| * http/tests/cookies/single-quoted-value-expected.txt: Added. |
| * http/tests/cookies/single-quoted-value.html: Added. |
| |
| 2012-05-09 Hayato Ito <hayato@chromium.org> |
| |
| Remove unused test expectation files. |
| https://bugs.webkit.org/show_bug.cgi?id=85973 |
| |
| Reviewed by Ojan Vafai. |
| |
| Since cell-shrinkback.html is a reftest, these txt and png |
| expectations files are not used by test runner and cause warning messages when running tests. |
| |
| * platform/chromium-linux/fast/multicol/cell-shrinkback-expected.png: Removed. |
| * platform/chromium-win/fast/multicol/cell-shrinkback-expected.png: Removed. |
| * platform/qt/fast/multicol/cell-shrinkback-expected.png: Removed. |
| * platform/qt/fast/multicol/cell-shrinkback-expected.txt: Removed. |
| |
| 2012-05-09 Adam Barth <abarth@webkit.org> |
| |
| Implement HTML Media Capture |
| https://bugs.webkit.org/show_bug.cgi?id=85958 |
| |
| Reviewed by Eric Seidel. |
| |
| * fast/forms/file/file-input-capture-expected.txt: Added. |
| * fast/forms/file/file-input-capture.html: Added. |
| - Test that the capture attribute works properly. |
| * platform/chromium/test_expectations.txt: |
| * platform/efl/Skipped: |
| * platform/gtk/test_expectations.txt: |
| * platform/mac/Skipped: |
| * platform/qt/Skipped: |
| * platform/win/Skipped: |
| - Skip the test on all platforms. The feature is enabled only on |
| Android, which isn't yet able to run LayoutTests upstream. |
| |
| 2012-05-09 Tony Gentilcore <tonyg@chromium.org> |
| |
| Subresources loaded after a reload completes shouldn't be revalidated. |
| https://bugs.webkit.org/show_bug.cgi?id=84614 |
| |
| Tests by Darin Fisher. |
| |
| Reviewed by Darin Fisher. |
| |
| * http/tests/cache/loaded-from-cache-after-reload-expected.txt: Added. |
| * http/tests/cache/loaded-from-cache-after-reload-within-iframe-expected.txt: Added. |
| * http/tests/cache/loaded-from-cache-after-reload-within-iframe.html: Added. |
| * http/tests/cache/loaded-from-cache-after-reload.html: Added. |
| * http/tests/cache/resources/loaded-from-cache-after-reload-within-iframe-subframe.html: Added. |
| * http/tests/cache/resources/random-cached.cgi: Added. |
| |
| 2012-05-09 Hugo Parente Lima <hugo.lima@openbossa.org> |
| |
| Use suitable viewport values on XHTML-MP pages. |
| https://bugs.webkit.org/show_bug.cgi?id=85425 |
| |
| Reviewed by Kenneth Rohde Christiansen. |
| |
| Add tests for legacy viewport adaption and skip them |
| on all ports but the Qt one. |
| |
| * fast/viewport/viewport-legacy-xhtmlmp-expected.txt: Added. |
| * fast/viewport/viewport-legacy-xhtmlmp-misplaced-doctype-expected.txt: Added. |
| * fast/viewport/viewport-legacy-xhtmlmp-misplaced-doctype.html: Added. |
| * fast/viewport/viewport-legacy-xhtmlmp-ordering-expected.txt: Added. |
| * fast/viewport/viewport-legacy-xhtmlmp-ordering.html: Added. |
| * fast/viewport/viewport-legacy-xhtmlmp.html: Added. |
| * platform/chromium/test_expectations.txt: |
| * platform/efl/Skipped: |
| * platform/gtk/test_expectations.txt: |
| |
| 2012-05-09 Jochen Eisinger <jochen@chromium.org> |
| |
| When creating a new page during a navigation, prime the initial document with the correct referrer policy |
| https://bugs.webkit.org/show_bug.cgi?id=86001 |
| |
| Reviewed by Adam Barth. |
| |
| Skip the test on all but chromium, see https://bugs.webkit.org/show_bug.cgi?id=86000 |
| |
| * http/tests/security/referrer-policy-redirect-link-expected.txt: Added. |
| * http/tests/security/referrer-policy-redirect-link.html: Added. |
| * http/tests/security/resources/referrer-policy-postmessage.php: Added. |
| * http/tests/security/resources/referrer-policy-redirect-link.html: Added. |
| * platform/efl/Skipped: |
| * platform/mac/Skipped: |
| * platform/qt/Skipped: |
| * platform/win/Skipped: |
| * platform/wincairo/Skipped: |
| * platform/wk2/Skipped: |
| |
| 2012-05-09 Adrienne Walker <enne@google.com> |
| |
| Update compositing/RTL tests to fail if the root layer is shifted incorrectly |
| https://bugs.webkit.org/show_bug.cgi?id=85820 |
| |
| Reviewed by James Robinson. |
| |
| For the Chromium port, if the root layer was shifted incorrectly, the |
| non-composited red indicator layers would get drawn outside the root |
| layers bounds, making it impossible to see if the test was failing. |
| |
| Also turn off overflow:hidden because compositing/ tests have mock |
| scrollbars. This makes it much easier to debug these tests locally. |
| |
| * compositing/rtl/rtl-absolute-expected.png: |
| * compositing/rtl/rtl-absolute-overflow-expected.png: |
| * compositing/rtl/rtl-absolute-overflow-expected.txt: |
| * compositing/rtl/rtl-absolute-overflow-scrolled-expected.png: |
| * compositing/rtl/rtl-absolute-overflow-scrolled-expected.txt: |
| * compositing/rtl/rtl-absolute-overflow-scrolled.html: |
| * compositing/rtl/rtl-absolute-overflow.html: |
| * compositing/rtl/rtl-absolute.html: |
| * compositing/rtl/rtl-fixed-expected.png: |
| * compositing/rtl/rtl-fixed-overflow-expected.png: |
| * compositing/rtl/rtl-fixed-overflow-expected.txt: |
| * compositing/rtl/rtl-fixed-overflow-scrolled-expected.png: |
| * compositing/rtl/rtl-fixed-overflow-scrolled-expected.txt: |
| * compositing/rtl/rtl-fixed-overflow-scrolled.html: |
| * compositing/rtl/rtl-fixed-overflow.html: |
| * compositing/rtl/rtl-fixed.html: |
| * compositing/rtl/rtl-iframe-absolute-overflow-expected.png: |
| * compositing/rtl/rtl-iframe-absolute-overflow-expected.txt: |
| * compositing/rtl/rtl-iframe-absolute-overflow-scrolled-expected.png: |
| * compositing/rtl/rtl-iframe-absolute-overflow-scrolled-expected.txt: |
| * compositing/rtl/rtl-iframe-fixed-overflow-expected.png: |
| * compositing/rtl/rtl-iframe-fixed-overflow-expected.txt: |
| * compositing/rtl/rtl-iframe-fixed-overflow-scrolled-expected.png: |
| * compositing/rtl/rtl-iframe-fixed-overflow-scrolled-expected.txt: |
| |
| 2012-05-09 Zan Dobersek <zandobersek@gmail.com> |
| |
| [Gtk] Many tests revealed as passing after moving from Skipped to test_expectations.txt |
| https://bugs.webkit.org/show_bug.cgi?id=85591 |
| |
| Reviewed by Philippe Normand. |
| |
| Remove all the test expectations for tests that seem to consistently |
| pass on the Gtk bots but are expected to crash. Any tests that backfire |
| will have their bug entries updated or closed otherwise. |
| |
| * platform/gtk/test_expectations.txt: |
| |
| 2012-05-09 Ken Buchanan <kenrb@chromium.org> |
| |
| Crash from removal of a line break object |
| https://bugs.webkit.org/show_bug.cgi?id=85997 |
| |
| Reviewed by David Hyatt. |
| |
| Test case to exercise crashing condition in bug 85997. |
| |
| * fast/block/line-layout/line-break-removal-near-textarea-crash-expected.txt: Added |
| * fast/block/line-layout/line-break-removal-near-textarea-crash.html: Added |
| |
| 2012-05-09 Alexis Menard <alexis.menard@openbossa.org> |
| |
| [Qt][WK2] REGRESSION(r113678):After this change fast/text/text-stroke-width-cairo-dos.html makes the next test crash |
| https://bugs.webkit.org/show_bug.cgi?id=83582 |
| |
| Unreviewed gardening : I don't observe crashes anymore. |
| |
| * platform/qt-5.0-wk2/Skipped: |
| |
| 2012-05-09 Christophe Dumez <christophe.dumez@intel.com> |
| |
| [EFL][DRT] EFL's DRT needs to support LayoutTestController.dumpIconChanges() |
| https://bugs.webkit.org/show_bug.cgi?id=84435 |
| |
| Reviewed by Antonio Gomes. |
| |
| Unskip the test checking for DumpRenderTree's support for |
| LayoutTestController's dumpIconChanges() in EFL port. |
| |
| * platform/efl/Skipped: |
| |
| 2012-05-09 Csaba Osztrogonác <ossy@webkit.org> |
| |
| [Qt] Unreviewed gardening. |
| |
| * platform/qt-5.0/fast/text/international/text-spliced-font-expected.png: Added. |
| * platform/qt-5.0/fast/text/international/text-spliced-font-expected.txt: Added. |
| * platform/qt/Skipped: |
| |
| 2012-05-09 Abhishek Arya <inferno@chromium.org> |
| |
| Crash in ReplaceSelectionCommand::performTrivialReplace |
| https://bugs.webkit.org/show_bug.cgi?id=85943 |
| |
| Reviewed by Ryosuke Niwa. |
| |
| * editing/inserting/insert-html-crash-expected.txt: Added. |
| * editing/inserting/insert-html-crash.html: Added. |
| |
| 2012-05-03 Shawn Singh <shawnsingh@chromium.org> |
| |
| Hit testing is incorrect in some cases with perspective transforms |
| https://bugs.webkit.org/show_bug.cgi?id=79136 |
| |
| Reviewed by Simon Fraser. |
| |
| * transforms/3d/hit-testing/coplanar-with-camera-expected.txt: Added. |
| * transforms/3d/hit-testing/coplanar-with-camera.html: Added. |
| * transforms/3d/hit-testing/perspective-clipped-expected.txt: Added. |
| * transforms/3d/hit-testing/perspective-clipped.html: Added. |
| |
| 2012-05-09 Dominik Röttsches <dominik.rottsches@intel.com> |
| |
| Textarea-placeholder-wrapping.html may fail because of scrollbars |
| https://bugs.webkit.org/show_bug.cgi?id=85989 |
| |
| Reviewed by Ryosuke Niwa. |
| |
| Increasing rows to avoid scrollbar single pixel differences |
| to cause failures of this test. |
| |
| * fast/forms/textarea-placeholder-wrapping-expected.html: |
| * fast/forms/textarea-placeholder-wrapping.html: |
| |
| 2012-05-09 Thiago Marcos P. Santos <thiago.santos@intel.com> |
| |
| [EFL] shared-stylesheet-mutation tests are flaky |
| https://bugs.webkit.org/show_bug.cgi?id=85901 |
| |
| Reviewed by Antti Koivisto. |
| |
| This test is flaky on EFL because the timeout for applying |
| the style is too short for a Debug build. |
| |
| * http/tests/css/resources/shared-stylesheet-mutation.js: |
| (executeTests): |
| |
| 2012-05-09 Dominik Röttsches <dominik.rottsches@intel.com> |
| |
| [EFL][DRT] Gardening failures and crashes |
| https://bugs.webkit.org/show_bug.cgi?id=85996 |
| |
| Unreviewed, EFL gardening. |
| |
| * platform/efl/test_expectations.txt: |
| |
| 2012-05-09 Tommy Widenflycht <tommyw@google.com> |
| |
| MediaStream API: SessionDescription::addCandidate should not crash for malformed input |
| https://bugs.webkit.org/show_bug.cgi?id=85988 |
| |
| Reviewed by Adam Barth. |
| |
| * fast/mediastream/SessionDescription-expected.txt: Added. |
| * fast/mediastream/SessionDescription.html: Added. |
| |
| 2012-05-09 Takashi Sakamoto <tasak@google.com> |
| |
| Crash in WebCore::RenderBoxModelObject::paddingLeft |
| https://bugs.webkit.org/show_bug.cgi?id=83889 |
| |
| Reviewed by Abhishek Arya. |
| |
| As just invoking layoutTestController.display() invokes scrollbar's |
| WebCore::RenderScrollbarPart::paintIntoRect(), adding display() after |
| invoking layoutTestController.dumpAsText(). |
| |
| * scrollbars/scrollbar-percent-padding-crash.html: Added. |
| * scrollbars/scrollbar-percent-padding-crash-expected.txt: Added. |
| |
| 2012-05-09 Antti Koivisto <antti@apple.com> |
| |
| Skip failing test http/tests/loading/post-in-iframe-with-back-navigation.html. |
| |
| Not reviewed. |
| |
| * platform/mac/Skipped: |
| |
| 2012-05-09 Antti Koivisto <antti@apple.com> |
| |
| Test from bug 34875 should specify font-size |
| https://bugs.webkit.org/show_bug.cgi?id=85913 |
| |
| Not reviewed. |
| |
| Skip fast/block/positioning/offsetLeft-offsetTop-multicolumn.html |
| |
| * platform/mac/Skipped: |
| |
| 2012-05-09 Dominik Röttsches <dominik.rottsches@intel.com> |
| |
| [EFL] Gardening a timeout failure |
| https://bugs.webkit.org/show_bug.cgi?id=85979 |
| |
| Unreviewed, EFL gardening. |
| |
| * platform/efl/test_expectations.txt: Adding font-face-download-error.html. |
| |
| 2012-05-09 Takashi Sakamoto <tasak@google.com> |
| |
| ShadowRoot needs applyAuthorStyles |
| https://bugs.webkit.org/show_bug.cgi?id=78472 |
| |
| Reviewed by Hajime Morita. |
| |
| * fast/dom/shadow/shadow-root-applyAuthorStyles.html: |
| * fast/dom/shadow/shadow-root-applyAuthorStyles-expected.html: |
| Tested four cases: |
| case 1: applyAuthorStyles is false, |
| case 2: applyAuthorStyles is true with <script>..</script>, |
| case 3: applyAuthorStyles is true with inline script declaration, and |
| case 4: applyAuthorStyles is true with important UA property. |
| The case 1, 2 and 3 specify "span { ... }" with author styles and |
| verify rendering results. |
| The case 4 specifies '<input type="file" />' with an author style, |
| text-align: end, and verify rendering result. |
| |
| 2012-05-09 Mikhail Pozdnyakov <mikhail.pozdnyakov@intel.com> |
| |
| [EFL] fast/overflow/scroll-div-hide-show.html testcase does not pass |
| https://bugs.webkit.org/show_bug.cgi?id=85960 |
| |
| Unreviewed. Gardening. |
| |
| * platform/efl/Skipped: Skipping fast/overflow/scroll-div-hide-show.html. |
| |
| 2012-05-09 Sudarsana Nagineni <sudarsana.nagineni@linux.intel.com> |
| |
| [EFL][DRT] Add baselines for new CSS cases after r116438 |
| https://bugs.webkit.org/show_bug.cgi?id=85967 |
| |
| Unreviewed, add EFL baselines for new tests after r116438. |
| |
| * platform/efl/css2.1/20110323/first-letter-000-expected.png: Added. |
| * platform/efl/css2.1/20110323/first-letter-000-expected.txt: Added. |
| * platform/efl/css2.1/20110323/first-letter-001-expected.png: Added. |
| * platform/efl/css2.1/20110323/first-letter-001-expected.txt: Added. |
| * platform/efl/css2.1/20110323/first-letter-dynamic-001-expected.png: Added. |
| * platform/efl/css2.1/20110323/first-letter-dynamic-001-expected.txt: Added. |
| * platform/efl/css2.1/20110323/first-letter-dynamic-002-expected.png: Added. |
| * platform/efl/css2.1/20110323/first-letter-dynamic-002-expected.txt: Added. |
| * platform/efl/css2.1/20110323/first-letter-dynamic-003a-expected.png: Added. |
| * platform/efl/css2.1/20110323/first-letter-dynamic-003a-expected.txt: Added. |
| * platform/efl/css2.1/20110323/first-letter-dynamic-003b-expected.png: Added. |
| * platform/efl/css2.1/20110323/first-letter-dynamic-003b-expected.txt: Added. |
| * platform/efl/css2.1/20110323/first-letter-inherit-001-expected.png: Added. |
| * platform/efl/css2.1/20110323/first-letter-inherit-001-expected.txt: Added. |
| * platform/efl/css2.1/20110323/first-letter-nested-001-expected.png: Added. |
| * platform/efl/css2.1/20110323/first-letter-nested-001-expected.txt: Added. |
| * platform/efl/css2.1/20110323/first-letter-nested-002-expected.png: Added. |
| * platform/efl/css2.1/20110323/first-letter-nested-002-expected.txt: Added. |
| * platform/efl/css2.1/20110323/first-letter-nested-003-expected.png: Added. |
| * platform/efl/css2.1/20110323/first-letter-nested-003-expected.txt: Added. |
| * platform/efl/css2.1/20110323/first-letter-nested-004-expected.png: Added. |
| * platform/efl/css2.1/20110323/first-letter-nested-004-expected.txt: Added. |
| * platform/efl/css2.1/20110323/first-letter-nested-005-expected.png: Added. |
| * platform/efl/css2.1/20110323/first-letter-nested-005-expected.txt: Added. |
| * platform/efl/css2.1/20110323/first-letter-nested-006-expected.png: Added. |
| * platform/efl/css2.1/20110323/first-letter-nested-006-expected.txt: Added. |
| * platform/efl/css2.1/20110323/first-letter-nested-007-expected.png: Added. |
| * platform/efl/css2.1/20110323/first-letter-nested-007-expected.txt: Added. |
| * platform/efl/css2.1/20110323/first-letter-quote-001-expected.png: Added. |
| * platform/efl/css2.1/20110323/first-letter-quote-001-expected.txt: Added. |
| * platform/efl/css2.1/20110323/first-letter-quote-002-expected.png: Added. |
| * platform/efl/css2.1/20110323/first-letter-quote-002-expected.txt: Added. |
| * platform/efl/css2.1/20110323/first-letter-quote-003-expected.png: Added. |
| * platform/efl/css2.1/20110323/first-letter-quote-003-expected.txt: Added. |
| * platform/efl/css2.1/20110323/first-letter-quote-004-expected.png: Added. |
| * platform/efl/css2.1/20110323/first-letter-quote-004-expected.txt: Added. |
| * platform/efl/css2.1/20110323/first-letter-quote-005-expected.png: Added. |
| * platform/efl/css2.1/20110323/first-letter-quote-005-expected.txt: Added. |
| * platform/efl/css2.1/20110323/first-letter-quote-006-expected.png: Added. |
| * platform/efl/css2.1/20110323/first-letter-quote-006-expected.txt: Added. |
| * platform/efl/fast/css/first-letter-nested-positioned-expected.png: Added. |
| * platform/efl/fast/css/first-letter-nested-positioned-expected.txt: Added. |
| * platform/efl/fast/css/first-letter-quotes-no-content-before-after-expected.png: Added. |
| * platform/efl/fast/css/first-letter-quotes-no-content-before-after-expected.txt: Added. |
| |
| 2012-05-09 Csaba Osztrogonác <ossy@webkit.org> |
| |
| [Qt] Unreviewed gardening, add platform specific expected files for new tests. |
| |
| * platform/qt/css2.1/20110323/first-letter-000-expected.png: Added. |
| * platform/qt/css2.1/20110323/first-letter-000-expected.txt: Added. |
| * platform/qt/css2.1/20110323/first-letter-001-expected.png: Added. |
| * platform/qt/css2.1/20110323/first-letter-001-expected.txt: Added. |
| * platform/qt/css2.1/20110323/first-letter-dynamic-001-expected.png: Added. |
| * platform/qt/css2.1/20110323/first-letter-dynamic-001-expected.txt: Added. |
| * platform/qt/css2.1/20110323/first-letter-dynamic-002-expected.png: Added. |
| * platform/qt/css2.1/20110323/first-letter-dynamic-002-expected.txt: Added. |
| * platform/qt/css2.1/20110323/first-letter-dynamic-003a-expected.png: Added. |
| * platform/qt/css2.1/20110323/first-letter-dynamic-003a-expected.txt: Added. |
| * platform/qt/css2.1/20110323/first-letter-dynamic-003b-expected.png: Added. |
| * platform/qt/css2.1/20110323/first-letter-dynamic-003b-expected.txt: Added. |
| * platform/qt/css2.1/20110323/first-letter-inherit-001-expected.png: Added. |
| * platform/qt/css2.1/20110323/first-letter-inherit-001-expected.txt: Added. |
| * platform/qt/css2.1/20110323/first-letter-nested-001-expected.png: Added. |
| * platform/qt/css2.1/20110323/first-letter-nested-001-expected.txt: Added. |
| * platform/qt/css2.1/20110323/first-letter-nested-002-expected.png: Added. |
| * platform/qt/css2.1/20110323/first-letter-nested-002-expected.txt: Added. |
| * platform/qt/css2.1/20110323/first-letter-nested-003-expected.png: Added. |
| * platform/qt/css2.1/20110323/first-letter-nested-003-expected.txt: Added. |
| * platform/qt/css2.1/20110323/first-letter-nested-004-expected.png: Added. |
| * platform/qt/css2.1/20110323/first-letter-nested-004-expected.txt: Added. |
| * platform/qt/css2.1/20110323/first-letter-nested-005-expected.png: Added. |
| * platform/qt/css2.1/20110323/first-letter-nested-005-expected.txt: Added. |
| * platform/qt/css2.1/20110323/first-letter-nested-006-expected.png: Added. |
| * platform/qt/css2.1/20110323/first-letter-nested-006-expected.txt: Added. |
| * platform/qt/css2.1/20110323/first-letter-nested-007-expected.png: Added. |
| * platform/qt/css2.1/20110323/first-letter-nested-007-expected.txt: Added. |
| * platform/qt/css2.1/20110323/first-letter-quote-001-expected.png: Added. |
| * platform/qt/css2.1/20110323/first-letter-quote-001-expected.txt: Added. |
| * platform/qt/css2.1/20110323/first-letter-quote-002-expected.png: Added. |
| * platform/qt/css2.1/20110323/first-letter-quote-002-expected.txt: Added. |
| * platform/qt/css2.1/20110323/first-letter-quote-003-expected.png: Added. |
| * platform/qt/css2.1/20110323/first-letter-quote-003-expected.txt: Added. |
| * platform/qt/css2.1/20110323/first-letter-quote-004-expected.png: Added. |
| * platform/qt/css2.1/20110323/first-letter-quote-004-expected.txt: Added. |
| * platform/qt/css2.1/20110323/first-letter-quote-005-expected.png: Added. |
| * platform/qt/css2.1/20110323/first-letter-quote-005-expected.txt: Added. |
| * platform/qt/css2.1/20110323/first-letter-quote-006-expected.png: Added. |
| * platform/qt/css2.1/20110323/first-letter-quote-006-expected.txt: Added. |
| * platform/qt/fast/block/float/avoiding-float-centered-expected.png: Added. |
| * platform/qt/fast/block/float/avoiding-float-centered-expected.txt: Added. |
| * platform/qt/fast/css/first-letter-nested-positioned-expected.png: Added. |
| * platform/qt/fast/css/first-letter-nested-positioned-expected.txt: Added. |
| * platform/qt/fast/css/first-letter-quotes-no-content-before-after-expected.png: Added. |
| * platform/qt/fast/css/first-letter-quotes-no-content-before-after-expected.txt: Added. |
| * platform/qt/fast/html/details-marker-style-expected.png: Added. |
| * platform/qt/fast/html/details-marker-style-expected.txt: Added. |
| * platform/qt/fast/images/png-suite/test-expected.txt: Added. |
| * platform/qt/fast/text/international/text-spliced-font-expected.png: Added. |
| * platform/qt/fast/text/international/text-spliced-font-expected.txt: Added. |
| * platform/qt/svg/as-image/image-respects-pageScaleFactor-expected.png: Added. |
| * platform/qt/svg/as-image/image-respects-pageScaleFactor-expected.txt: Added. |
| * platform/qt/svg/custom/path-zero-strokewidth-expected.png: Added. |
| * platform/qt/svg/custom/path-zero-strokewidth-expected.txt: Added. |
| |
| 2012-05-09 Csaba Osztrogonác <ossy@webkit.org> |
| |
| [Qt] Unreviewed gardening, add a platform specific expected file for a passing test. |
| |
| * platform/qt-5.0-wk2/fast/repaint/focus-ring-expected.txt: Added. |
| |
| 2012-05-09 Yoshifumi Inoue <yosin@chromium.org> |
| |
| [Chromium][Forms] HTMLOptionsCollection doesn't have indexed properties on property enumeration |
| https://bugs.webkit.org/show_bug.cgi?id=85937 |
| |
| Reviewed by Kentaro Hara. |
| |
| * fast/forms/select/options-indexed-properties-expected.txt: Added. |
| * fast/forms/select/options-indexed-properties.html: Added. |
| * platform/chromium/inspector/console/console-format-collections-expected.txt: Changed for HTMLOptionCollection printed output |
| |
| 2012-05-09 Christophe Dumez <christophe.dumez@intel.com> |
| |
| [EFL] http/tests/loading/post-in-iframe-with-back-navigation.html fails |
| https://bugs.webkit.org/show_bug.cgi?id=85974 |
| |
| Unreviewed EFL gardening. |
| |
| Move http/tests/loading/post-in-iframe-with-back-navigation.html to |
| test_expectations.txt. This test was added in r116473 but fails on all |
| the bots. |
| |
| * platform/efl/test_expectations.txt: |
| |
| 2012-05-09 Tommy Widenflycht <tommyw@google.com> |
| |
| MediaStream API: Adding a test for constructed from JS MediaStreams |
| https://bugs.webkit.org/show_bug.cgi?id=85883 |
| |
| Reviewed by Kent Tamura. |
| |
| Also moved shouldNotThrow to js-test-pre, and removed it from all mediastream tests. |
| |
| * fast/js/resources/js-test-pre.js: |
| (shouldNotThrow): |
| * fast/mediastream/MediaStreamConstructor-expected.txt: Added. |
| * fast/mediastream/MediaStreamConstructor.html: Added. |
| * fast/mediastream/peerconnection-argument-types-expected.txt: |
| * fast/mediastream/peerconnection-iceoptions.html: |
| * fast/mediastream/script-tests/argument-types.js: |
| * fast/mediastream/script-tests/peerconnection-argument-types.js: |
| |
| 2012-05-09 Kent Tamura <tkent@chromium.org> |
| |
| [Chromium] Test expectation update for media-stream tests |
| https://bugs.webkit.org/show_bug.cgi?id=85952 |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-05-09 Zoltan Arvai <zarvai@inf.u-szeged.hu> |
| |
| [Qt] Gardening. Skip a failing test, remove an unnecessary platform specific expected file. |
| https://bugs.webkit.org/show_bug.cgi?id=85969 |
| |
| Reviewed by Csaba Osztrogonác. |
| |
| * platform/qt/Skipped: |
| * platform/qt/fast/forms/form-collection-radio-node-list-expected.txt: Removed after r116491. |
| |
| |
| 2012-05-09 Shinya Kawanaka <shinyak@chromium.org> |
| |
| Position should be able to have ShadowRoot as a container. |
| https://bugs.webkit.org/show_bug.cgi?id=82021 |
| |
| Reviewed by Ryosuke Niwa. |
| |
| Skipped non-chromium port since SHADOW_DOM flag is not enabled in those platforms. |
| We will add bunch of tests for editing in Shadow DOM into editing/shadow later, |
| so I added the whole directory name to the skipped list. |
| |
| * editing/shadow/doubleclick-on-meter-in-shadow-crash-expected.txt: Added. |
| * editing/shadow/doubleclick-on-meter-in-shadow-crash.html: Added. |
| * editing/shadow/rightclick-on-meter-in-shadow-crash-expected.txt: Added. |
| * editing/shadow/rightclick-on-meter-in-shadow-crash.html: Added. |
| * editing/shadow/shadow-selection-not-exported-expected.txt: Added. |
| * editing/shadow/shadow-selection-not-exported.html: Added. |
| * platform/efl/Skipped: |
| * platform/gtk/test_expectations.txt: |
| * platform/mac/Skipped: |
| * platform/qt/Skipped: |
| * platform/win/Skipped: |
| * platform/wincairo/Skipped: |
| * platform/wk2/Skipped: |
| |
| 2012-05-09 Mikhail Pozdnyakov <mikhail.pozdnyakov@intel.com> |
| |
| [EFL][DRT] LayoutTestController addUserScript implementation |
| https://bugs.webkit.org/show_bug.cgi?id=84718 |
| |
| Reviewed by Antonio Gomes. |
| |
| Unskipped corresponding testcases. |
| |
| * platform/efl/Skipped: |
| |
| 2012-05-09 Kent Tamura <tkent@chromium.org> |
| |
| [Chromium] Test expectation update. |
| |
| * platform/chromium/test_expectations.txt: |
| video-media-source-seek.html is also SLOW? |
| |
| 2012-05-09 Christophe Dumez <christophe.dumez@intel.com> |
| |
| [EFL] http/tests/loading/pdf-commit-load-callbacks.html is failing |
| https://bugs.webkit.org/show_bug.cgi?id=85957 |
| |
| Unreviewed gardening. |
| |
| Move http/tests/loading/pdf-commit-load-callbacks.html to |
| test_expectations.txt while Bug 85956 is fixed. |
| |
| * platform/efl/test_expectations.txt: |
| |
| 2012-05-09 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| REGRESSION(r105057): Infinite loop inside SVGTextLayoutEngine::currentLogicalCharacterMetrics |
| https://bugs.webkit.org/show_bug.cgi?id=83405 |
| |
| Reviewed by Darin Adler. |
| |
| Add two new testcases covering the problem. |
| |
| * svg/text/add-tspan-position-bug-expected.html: Added. |
| * svg/text/add-tspan-position-bug.html: Added. |
| * svg/text/modify-tspan-position-bug-expected.html: Added. |
| * svg/text/modify-tspan-position-bug.html: Added. |
| |
| 2012-05-08 Kent Tamura <tkent@chromium.org> |
| |
| Unreviewed, a trivial test fix to remove a platform-dependency. |
| https://bugs.webkit.org/show_bug.cgi?id=81854 |
| |
| * fast/forms/form-collection-radio-node-list-expected.txt: |
| * fast/forms/form-collection-radio-node-list.html: |
| Remove form controls from the document before completing the test. |
| |
| 2012-05-08 Kent Tamura <tkent@chromium.org> |
| |
| [Chromium] Test expectation update |
| Skip post-in-iframe-with-back-navigation.html because it might cause a |
| failure of the next test, preload-append-scan.php |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-05-08 Kent Tamura <tkent@chromium.org> |
| |
| [Chromium] Update test expectations. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-05-08 Rakesh KN <rakesh.kn@motorola.com> |
| |
| RadioNodeList support in HTMLFormElement::elements |
| https://bugs.webkit.org/show_bug.cgi?id=81854 |
| |
| Reviewed by Ryosuke Niwa. |
| |
| * fast/forms/form-collection-radio-node-list-expected.txt: Added. |
| * fast/forms/form-collection-radio-node-list.html: Added. |
| |
| 2012-05-08 Benjamin Poulain <bpoulain@apple.com> |
| |
| [JSC] Regression: addEventListener() and removeEventListener() raise an exception on missing args |
| https://bugs.webkit.org/show_bug.cgi?id=85928 |
| |
| Reviewed by Geoffrey Garen. |
| |
| * fast/dom/Window/window-legacy-event-listener-expected.txt: Added. |
| * fast/dom/Window/window-legacy-event-listener.html: Added. |
| * fast/dom/XMLHttpRequest-legacy-event-listener-expected.txt: Added. |
| * fast/dom/XMLHttpRequest-legacy-event-listener.html: Added. |
| * fast/dom/node-legacy-event-listener-expected.txt: Added. |
| * fast/dom/node-legacy-event-listener.html: Added. |
| |
| 2012-05-08 Raphael Kubo da Costa <rakuco@webkit.org> |
| |
| [EFL] Gardening, unskip test after r116475. |
| |
| * platform/efl/test_expectations.txt: |
| |
| 2012-05-08 Ojan Vafai <ojan@chromium.org> |
| |
| Suppress failing test while the fix is being worked out. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-05-08 Abhishek Arya <inferno@chromium.org> |
| |
| Crash due to owning renderer not removed from custom scrollbar. |
| https://bugs.webkit.org/show_bug.cgi?id=80610 |
| |
| Reviewed by Eric Seidel. |
| |
| * scrollbars/scrollbar-owning-renderer-crash-expected.txt: Added. |
| * scrollbars/scrollbar-owning-renderer-crash.html: Added. |
| |
| 2012-05-08 Kangil Han <kangil.han@samsung.com> |
| |
| [EFL][DRT] Implement TextInputController. |
| https://bugs.webkit.org/show_bug.cgi?id=78559 |
| |
| Reviewed by Martin Robinson. |
| |
| TextInputController has been created for an input emulation purpose in DRT. |
| However, not like other ports, EFL doesn't have it. |
| Therefore, this patch will enable EFL port to have an input emulation in DRT. |
| |
| * platform/efl/Skipped: |
| |
| 2012-05-08 Jon Lee <jonlee@apple.com> |
| |
| Safari warns that it needs to resend the form in an iFrame when going back |
| https://bugs.webkit.org/show_bug.cgi?id=82658 |
| <rdar://problem/11292558> |
| |
| Reviewed by Darin Adler. |
| |
| Add new test which navigates a series of pages in an iframe. Each navigation is a POST. |
| At the third page we click on a back link, and expect to see stale POST data. |
| |
| * http/tests/loading/post-in-iframe-with-back-navigation-expected.txt: Added. |
| * http/tests/loading/post-in-iframe-with-back-navigation.html: Added. |
| * http/tests/loading/resources/post-in-iframe-with-back-navigation-page-1.php: Added. |
| * http/tests/loading/resources/post-in-iframe-with-back-navigation-page-2.php: Added. |
| * http/tests/loading/resources/post-in-iframe-with-back-navigation-page-3.php: Added. |
| * http/tests/resources/js-test-post.js: Added. Copied from fast/js/resources since it is |
| inaccessible to the test server. |
| * http/tests/resources/js-test-pre.js: Added. Copied from fast/js/resources since it is |
| inaccessible to the test server. |
| |
| 2012-05-08 Eric Seidel <eric@webkit.org> |
| |
| Add stylesheet inheritance support to IFRAME_SEAMLESS |
| https://bugs.webkit.org/show_bug.cgi?id=85914 |
| |
| Reviewed by Ojan Vafai. |
| |
| Update the results (for both static and dynamic inheritance) |
| now that this support is landed. |
| |
| * fast/frames/seamless/seamless-css-cascade-expected.txt: |
| |
| 2012-05-08 Raymond Toy <rtoy@google.com> |
| |
| JavaScriptAudioNode should not ASSERT if number of input channels is 0 |
| https://bugs.webkit.org/show_bug.cgi?id=85818 |
| |
| Reviewed by Eric Seidel. |
| |
| * webaudio/javascriptaudionode-zero-input-channels-expected.txt: Added. |
| * webaudio/javascriptaudionode-zero-input-channels.html: Added. |
| |
| 2012-05-08 Alexander Shalamov <alexander.shalamov@intel.com> |
| |
| [EFL][DRT] EventSender needs implementation of leapForward function |
| https://bugs.webkit.org/show_bug.cgi?id=83486 |
| |
| Reviewed by Eric Seidel. |
| |
| Unskipping few tests that were failing due to the missing leapForward function |
| Added EFL specific test result, since EFL doesnt support 2D wheel events |
| |
| * platform/efl/Skipped: |
| * platform/efl/fast/events/platform-wheelevent-in-scrolling-div-expected.txt: Added. |
| |
| 2012-05-08 Oliver Hunt <oliver@apple.com> |
| |
| Add mac results for new tests following http://trac.webkit.org/changeset/116438. |
| |
| * platform/mac/css2.1/20110323/first-letter-000-expected.txt: Added. |
| * platform/mac/css2.1/20110323/first-letter-001-expected.txt: Added. |
| * platform/mac/css2.1/20110323/first-letter-dynamic-001-expected.txt: Added. |
| * platform/mac/css2.1/20110323/first-letter-dynamic-002-expected.txt: Added. |
| * platform/mac/css2.1/20110323/first-letter-dynamic-003a-expected.txt: Added. |
| * platform/mac/css2.1/20110323/first-letter-dynamic-003b-expected.txt: Added. |
| * platform/mac/css2.1/20110323/first-letter-inherit-001-expected.txt: Added. |
| * platform/mac/css2.1/20110323/first-letter-nested-001-expected.txt: Added. |
| * platform/mac/css2.1/20110323/first-letter-nested-002-expected.txt: Added. |
| * platform/mac/css2.1/20110323/first-letter-nested-003-expected.txt: Added. |
| * platform/mac/css2.1/20110323/first-letter-nested-004-expected.txt: Added. |
| * platform/mac/css2.1/20110323/first-letter-nested-005-expected.txt: Added. |
| * platform/mac/css2.1/20110323/first-letter-nested-006-expected.txt: Added. |
| * platform/mac/css2.1/20110323/first-letter-nested-007-expected.txt: Added. |
| * platform/mac/css2.1/20110323/first-letter-quote-001-expected.txt: Added. |
| * platform/mac/css2.1/20110323/first-letter-quote-002-expected.txt: Added. |
| * platform/mac/css2.1/20110323/first-letter-quote-003-expected.txt: Added. |
| * platform/mac/css2.1/20110323/first-letter-quote-004-expected.txt: Added. |
| * platform/mac/css2.1/20110323/first-letter-quote-005-expected.txt: Added. |
| * platform/mac/css2.1/20110323/first-letter-quote-006-expected.txt: Added. |
| * platform/mac/fast/css/first-letter-nested-positioned-expected.txt: Added. |
| * platform/mac/fast/css/first-letter-quotes-no-content-before-after-expected.txt: Added. |
| |
| 2012-05-08 Philip Rogers <pdr@google.com> |
| |
| Prevent crash in animated lists |
| https://bugs.webkit.org/show_bug.cgi?id=85382 |
| |
| Reviewed by Nikolas Zimmermann. |
| |
| * svg/animations/animate-linear-discrete-additive-b-expected.svg: Added. |
| * svg/animations/animate-linear-discrete-additive-b.svg: Added. |
| * svg/animations/animate-linear-discrete-additive-c-expected.svg: Added. |
| * svg/animations/animate-linear-discrete-additive-c.svg: Added. |
| * svg/animations/animate-linear-discrete-additive-expected.svg: Added. |
| * svg/animations/animate-linear-discrete-additive.svg: Added. |
| * svg/animations/animate-list-crash-expected.txt: Added. |
| * svg/animations/animate-list-crash.svg: Added. |
| |
| 2012-05-08 Ojan Vafai <ojan@chromium.org> |
| |
| Chromium rebaselines after http://trac.webkit.org/changeset/116438. |
| |
| * platform/chromium-linux/css2.1/20110323/first-letter-000-expected.png: Renamed from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-000-expected.png. |
| * platform/chromium-linux/css2.1/20110323/first-letter-001-expected.png: Renamed from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-001-expected.png. |
| * platform/chromium-linux/css2.1/20110323/first-letter-dynamic-001-expected.png: Copied from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-dynamic-001-expected.png. |
| * platform/chromium-linux/css2.1/20110323/first-letter-dynamic-002-expected.png: Renamed from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-dynamic-002-expected.png. |
| * platform/chromium-linux/css2.1/20110323/first-letter-dynamic-003a-expected.png: Copied from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-dynamic-003a-expected.png. |
| * platform/chromium-linux/css2.1/20110323/first-letter-dynamic-003b-expected.png: Copied from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-dynamic-003b-expected.png. |
| * platform/chromium-linux/css2.1/20110323/first-letter-inherit-001-expected.png: Renamed from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-inherit-001-expected.png. |
| * platform/chromium-linux/css2.1/20110323/first-letter-nested-001-expected.png: Renamed from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-nested-001-expected.png. |
| * platform/chromium-linux/css2.1/20110323/first-letter-nested-002-expected.png: Renamed from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-nested-002-expected.png. |
| * platform/chromium-linux/css2.1/20110323/first-letter-nested-003-expected.png: Renamed from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-nested-003-expected.png. |
| * platform/chromium-linux/css2.1/20110323/first-letter-nested-004-expected.png: Renamed from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-nested-004-expected.png. |
| * platform/chromium-linux/css2.1/20110323/first-letter-nested-005-expected.png: Renamed from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-nested-005-expected.png. |
| * platform/chromium-linux/css2.1/20110323/first-letter-nested-006-expected.png: Renamed from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-nested-006-expected.png. |
| * platform/chromium-linux/css2.1/20110323/first-letter-nested-007-expected.png: Renamed from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-nested-007-expected.png. |
| * platform/chromium-linux/css2.1/20110323/first-letter-quote-001-expected.png: Renamed from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-quote-001-expected.png. |
| * platform/chromium-linux/css2.1/20110323/first-letter-quote-002-expected.png: Renamed from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-quote-002-expected.png. |
| * platform/chromium-linux/css2.1/20110323/first-letter-quote-003-expected.png: Renamed from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-quote-003-expected.png. |
| * platform/chromium-linux/css2.1/20110323/first-letter-quote-004-expected.png: Renamed from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-quote-004-expected.png. |
| * platform/chromium-linux/css2.1/20110323/first-letter-quote-005-expected.png: Renamed from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-quote-005-expected.png. |
| * platform/chromium-linux/css2.1/20110323/first-letter-quote-006-expected.png: Renamed from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-quote-006-expected.png. |
| * platform/chromium-linux/fast/css/first-letter-nested-positioned-expected.png: Renamed from LayoutTests/platform/chromium-linux-x86/fast/css/first-letter-nested-positioned-expected.png. |
| * platform/chromium-linux/fast/css/first-letter-quotes-no-content-before-after-expected.png: Renamed from LayoutTests/platform/chromium-linux-x86/fast/css/first-letter-quotes-no-content-before-after-expected.png. |
| * platform/chromium-mac-leopard/css2.1/20110323/first-letter-000-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/first-letter-dynamic-001-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/first-letter-dynamic-002-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/first-letter-dynamic-003a-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/first-letter-dynamic-003b-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/first-letter-inherit-001-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/first-letter-quote-001-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/first-letter-quote-002-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/first-letter-quote-003-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/first-letter-quote-004-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/first-letter-quote-005-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/first-letter-quote-006-expected.png: Added. |
| * platform/chromium-mac-leopard/fast/css/first-letter-nested-positioned-expected.png: Added. |
| * platform/chromium-mac-leopard/fast/css/first-letter-quotes-no-content-before-after-expected.png: Added. |
| * platform/chromium-mac-snowleopard/css2.1/20110323/first-letter-000-expected.png: Added. |
| * platform/chromium-mac-snowleopard/css2.1/20110323/first-letter-dynamic-001-expected.png: Added. |
| * platform/chromium-mac-snowleopard/css2.1/20110323/first-letter-dynamic-002-expected.png: Added. |
| * platform/chromium-mac-snowleopard/css2.1/20110323/first-letter-dynamic-003a-expected.png: Added. |
| * platform/chromium-mac-snowleopard/css2.1/20110323/first-letter-dynamic-003b-expected.png: Added. |
| * platform/chromium-mac-snowleopard/css2.1/20110323/first-letter-inherit-001-expected.png: Added. |
| * platform/chromium-mac-snowleopard/css2.1/20110323/first-letter-quote-001-expected.png: Added. |
| * platform/chromium-mac-snowleopard/css2.1/20110323/first-letter-quote-002-expected.png: Added. |
| * platform/chromium-mac-snowleopard/css2.1/20110323/first-letter-quote-003-expected.png: Added. |
| * platform/chromium-mac-snowleopard/css2.1/20110323/first-letter-quote-004-expected.png: Added. |
| * platform/chromium-mac-snowleopard/css2.1/20110323/first-letter-quote-005-expected.png: Added. |
| * platform/chromium-mac-snowleopard/css2.1/20110323/first-letter-quote-006-expected.png: Added. |
| * platform/chromium-mac-snowleopard/fast/css/first-letter-nested-positioned-expected.png: Added. |
| * platform/chromium-mac-snowleopard/fast/css/first-letter-quotes-no-content-before-after-expected.png: Added. |
| * platform/chromium-mac/css2.1/20110323/first-letter-000-expected.png: Added. |
| * platform/chromium-mac/css2.1/20110323/first-letter-000-expected.txt: Added. |
| * platform/chromium-mac/css2.1/20110323/first-letter-001-expected.png: Added. |
| * platform/chromium-mac/css2.1/20110323/first-letter-001-expected.txt: Added. |
| * platform/chromium-mac/css2.1/20110323/first-letter-dynamic-001-expected.png: Added. |
| * platform/chromium-mac/css2.1/20110323/first-letter-dynamic-001-expected.txt: Added. |
| * platform/chromium-mac/css2.1/20110323/first-letter-dynamic-002-expected.png: Added. |
| * platform/chromium-mac/css2.1/20110323/first-letter-dynamic-002-expected.txt: Added. |
| * platform/chromium-mac/css2.1/20110323/first-letter-dynamic-003a-expected.png: Added. |
| * platform/chromium-mac/css2.1/20110323/first-letter-dynamic-003a-expected.txt: Added. |
| * platform/chromium-mac/css2.1/20110323/first-letter-dynamic-003b-expected.png: Added. |
| * platform/chromium-mac/css2.1/20110323/first-letter-dynamic-003b-expected.txt: Added. |
| * platform/chromium-mac/css2.1/20110323/first-letter-inherit-001-expected.png: Added. |
| * platform/chromium-mac/css2.1/20110323/first-letter-inherit-001-expected.txt: Added. |
| * platform/chromium-mac/css2.1/20110323/first-letter-nested-001-expected.png: Added. |
| * platform/chromium-mac/css2.1/20110323/first-letter-nested-001-expected.txt: Added. |
| * platform/chromium-mac/css2.1/20110323/first-letter-nested-002-expected.png: Added. |
| * platform/chromium-mac/css2.1/20110323/first-letter-nested-002-expected.txt: Added. |
| * platform/chromium-mac/css2.1/20110323/first-letter-nested-003-expected.png: Added. |
| * platform/chromium-mac/css2.1/20110323/first-letter-nested-003-expected.txt: Added. |
| * platform/chromium-mac/css2.1/20110323/first-letter-nested-004-expected.png: Added. |
| * platform/chromium-mac/css2.1/20110323/first-letter-nested-004-expected.txt: Added. |
| * platform/chromium-mac/css2.1/20110323/first-letter-nested-005-expected.png: Added. |
| * platform/chromium-mac/css2.1/20110323/first-letter-nested-005-expected.txt: Added. |
| * platform/chromium-mac/css2.1/20110323/first-letter-nested-006-expected.png: Added. |
| * platform/chromium-mac/css2.1/20110323/first-letter-nested-006-expected.txt: Added. |
| * platform/chromium-mac/css2.1/20110323/first-letter-nested-007-expected.png: Added. |
| * platform/chromium-mac/css2.1/20110323/first-letter-nested-007-expected.txt: Added. |
| * platform/chromium-mac/css2.1/20110323/first-letter-quote-001-expected.png: Added. |
| * platform/chromium-mac/css2.1/20110323/first-letter-quote-001-expected.txt: Added. |
| * platform/chromium-mac/css2.1/20110323/first-letter-quote-002-expected.png: Added. |
| * platform/chromium-mac/css2.1/20110323/first-letter-quote-002-expected.txt: Added. |
| * platform/chromium-mac/css2.1/20110323/first-letter-quote-003-expected.png: Added. |
| * platform/chromium-mac/css2.1/20110323/first-letter-quote-003-expected.txt: Added. |
| * platform/chromium-mac/css2.1/20110323/first-letter-quote-004-expected.png: Added. |
| * platform/chromium-mac/css2.1/20110323/first-letter-quote-004-expected.txt: Added. |
| * platform/chromium-mac/css2.1/20110323/first-letter-quote-005-expected.png: Added. |
| * platform/chromium-mac/css2.1/20110323/first-letter-quote-005-expected.txt: Added. |
| * platform/chromium-mac/css2.1/20110323/first-letter-quote-006-expected.png: Added. |
| * platform/chromium-mac/css2.1/20110323/first-letter-quote-006-expected.txt: Added. |
| * platform/chromium-mac/fast/css/first-letter-nested-positioned-expected.png: Added. |
| * platform/chromium-mac/fast/css/first-letter-nested-positioned-expected.txt: Added. |
| * platform/chromium-mac/fast/css/first-letter-quotes-no-content-before-after-expected.png: Added. |
| * platform/chromium-mac/fast/css/first-letter-quotes-no-content-before-after-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/first-letter-000-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/first-letter-000-expected.txt: Renamed from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-000-expected.txt. |
| * platform/chromium-win/css2.1/20110323/first-letter-001-expected.png: Copied from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-dynamic-003b-expected.png. |
| * platform/chromium-win/css2.1/20110323/first-letter-001-expected.txt: Renamed from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-001-expected.txt. |
| * platform/chromium-win/css2.1/20110323/first-letter-dynamic-001-expected.png: Copied from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-dynamic-003a-expected.png. |
| * platform/chromium-win/css2.1/20110323/first-letter-dynamic-001-expected.txt: Renamed from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-dynamic-001-expected.txt. |
| * platform/chromium-win/css2.1/20110323/first-letter-dynamic-002-expected.png: Copied from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-dynamic-001-expected.png. |
| * platform/chromium-win/css2.1/20110323/first-letter-dynamic-002-expected.txt: Renamed from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-dynamic-002-expected.txt. |
| * platform/chromium-win/css2.1/20110323/first-letter-dynamic-003a-expected.png: Renamed from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-dynamic-003a-expected.png. |
| * platform/chromium-win/css2.1/20110323/first-letter-dynamic-003a-expected.txt: Renamed from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-dynamic-003a-expected.txt. |
| * platform/chromium-win/css2.1/20110323/first-letter-dynamic-003b-expected.png: Copied from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-dynamic-003b-expected.png. |
| * platform/chromium-win/css2.1/20110323/first-letter-dynamic-003b-expected.txt: Renamed from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-dynamic-003b-expected.txt. |
| * platform/chromium-win/css2.1/20110323/first-letter-inherit-001-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/first-letter-inherit-001-expected.txt: Renamed from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-inherit-001-expected.txt. |
| * platform/chromium-win/css2.1/20110323/first-letter-nested-001-expected.png: Copied from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-dynamic-003b-expected.png. |
| * platform/chromium-win/css2.1/20110323/first-letter-nested-001-expected.txt: Renamed from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-nested-001-expected.txt. |
| * platform/chromium-win/css2.1/20110323/first-letter-nested-002-expected.png: Copied from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-dynamic-003b-expected.png. |
| * platform/chromium-win/css2.1/20110323/first-letter-nested-002-expected.txt: Renamed from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-nested-002-expected.txt. |
| * platform/chromium-win/css2.1/20110323/first-letter-nested-003-expected.png: Copied from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-dynamic-003b-expected.png. |
| * platform/chromium-win/css2.1/20110323/first-letter-nested-003-expected.txt: Renamed from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-nested-003-expected.txt. |
| * platform/chromium-win/css2.1/20110323/first-letter-nested-004-expected.png: Copied from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-dynamic-003b-expected.png. |
| * platform/chromium-win/css2.1/20110323/first-letter-nested-004-expected.txt: Renamed from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-nested-004-expected.txt. |
| * platform/chromium-win/css2.1/20110323/first-letter-nested-005-expected.png: Copied from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-dynamic-003b-expected.png. |
| * platform/chromium-win/css2.1/20110323/first-letter-nested-005-expected.txt: Renamed from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-nested-005-expected.txt. |
| * platform/chromium-win/css2.1/20110323/first-letter-nested-006-expected.png: Copied from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-dynamic-003b-expected.png. |
| * platform/chromium-win/css2.1/20110323/first-letter-nested-006-expected.txt: Renamed from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-nested-006-expected.txt. |
| * platform/chromium-win/css2.1/20110323/first-letter-nested-007-expected.png: Copied from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-dynamic-003b-expected.png. |
| * platform/chromium-win/css2.1/20110323/first-letter-nested-007-expected.txt: Renamed from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-nested-007-expected.txt. |
| * platform/chromium-win/css2.1/20110323/first-letter-quote-001-expected.png: Copied from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-dynamic-001-expected.png. |
| * platform/chromium-win/css2.1/20110323/first-letter-quote-001-expected.txt: Renamed from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-quote-001-expected.txt. |
| * platform/chromium-win/css2.1/20110323/first-letter-quote-002-expected.png: Copied from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-dynamic-001-expected.png. |
| * platform/chromium-win/css2.1/20110323/first-letter-quote-002-expected.txt: Renamed from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-quote-002-expected.txt. |
| * platform/chromium-win/css2.1/20110323/first-letter-quote-003-expected.png: Copied from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-dynamic-001-expected.png. |
| * platform/chromium-win/css2.1/20110323/first-letter-quote-003-expected.txt: Renamed from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-quote-003-expected.txt. |
| * platform/chromium-win/css2.1/20110323/first-letter-quote-004-expected.png: Copied from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-dynamic-001-expected.png. |
| * platform/chromium-win/css2.1/20110323/first-letter-quote-004-expected.txt: Renamed from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-quote-004-expected.txt. |
| * platform/chromium-win/css2.1/20110323/first-letter-quote-005-expected.png: Copied from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-dynamic-001-expected.png. |
| * platform/chromium-win/css2.1/20110323/first-letter-quote-005-expected.txt: Renamed from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-quote-005-expected.txt. |
| * platform/chromium-win/css2.1/20110323/first-letter-quote-006-expected.png: Copied from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-dynamic-001-expected.png. |
| * platform/chromium-win/css2.1/20110323/first-letter-quote-006-expected.txt: Renamed from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-quote-006-expected.txt. |
| * platform/chromium-win/fast/css/first-letter-nested-positioned-expected.png: Renamed from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-dynamic-001-expected.png. |
| * platform/chromium-win/fast/css/first-letter-nested-positioned-expected.txt: Renamed from LayoutTests/platform/chromium-linux-x86/fast/css/first-letter-nested-positioned-expected.txt. |
| * platform/chromium-win/fast/css/first-letter-quotes-no-content-before-after-expected.png: Renamed from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-dynamic-003b-expected.png. |
| * platform/chromium-win/fast/css/first-letter-quotes-no-content-before-after-expected.txt: Renamed from LayoutTests/platform/chromium-linux-x86/fast/css/first-letter-quotes-no-content-before-after-expected.txt. |
| |
| 2012-05-08 Mikhail Pozdnyakov <mikhail.pozdnyakov@intel.com> |
| |
| [EFL] Handling of numeric-pad keys in EFL's PlatformKeyboardEvent |
| https://bugs.webkit.org/show_bug.cgi?id=85479 |
| |
| Reviewed by Gustavo Noronha Silva. |
| |
| Unskipped fast/events/keydown-numpad-keys.html. |
| |
| * platform/efl/Skipped: |
| |
| 2012-05-04 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Tie lifetime of SVGAnimateElement::m_animatedType to the duration of the animation |
| https://bugs.webkit.org/show_bug.cgi?id=85627 |
| |
| Reviewed by Antti Koivisto. |
| |
| Update animate-target-id-changed.svg test to match Firefox behavior. |
| When an animation element with fill="freeze" is changed to a new target |
| eg, via animate.href = "#someOtherID", the animation effect should be removed. |
| |
| Add tests for assertions I ran into while developing this patch. |
| |
| * platform/chromium/test_expectations.txt: Require new results for animate-target-id-changed-expected.txt. |
| * platform/mac/svg/custom/animate-target-id-changed-expected.png: |
| * svg/animations/list-wrapper-assertion-expected.svg: Added. |
| * svg/animations/list-wrapper-assertion.svg: Added. |
| * svg/custom/animate-target-id-changed-expected.txt: |
| * svg/custom/animate-target-id-changed.svg: |
| |
| 2012-05-08 Shezan Baig <shezbaig.wk@gmail.com> |
| |
| offsetLeft broken within CSS3 columns |
| https://bugs.webkit.org/show_bug.cgi?id=34875 |
| |
| Reviewed by Julien Chaffraix. |
| |
| Add test for offsetLeft and offsetTop within multi-columns. |
| |
| * fast/block/positioning/offsetLeft-offsetTop-multicolumn-expected.txt: Added. |
| * fast/block/positioning/offsetLeft-offsetTop-multicolumn.html: Added. |
| |
| 2012-05-08 Christophe Dumez <christophe.dumez@intel.com> |
| |
| [EFL] media/video-play-require-user-gesture.html test is failing |
| https://bugs.webkit.org/show_bug.cgi?id=85900 |
| |
| Unreviewed gardening. |
| |
| Move media/video-play-require-user-gesture.html to test_expectations.txt since |
| it requires Full Screen API support. Also move fullscreen tests from Skipped |
| list to test_expectations.txt |
| |
| * platform/efl/Skipped: |
| * platform/efl/test_expectations.txt: |
| |
| 2012-05-08 Alexander Shalamov <alexander.shalamov@intel.com> |
| |
| [EFL] Layout test fast/overflow/lots-of-sibling-inline-boxes.html is flaky in debug builds |
| https://bugs.webkit.org/show_bug.cgi?id=85896 |
| |
| Unreviewed gardening. |
| |
| Marking test as slow, since it times-out when executed using debug builds under |
| heavy processor loads. |
| |
| * platform/efl/test_expectations.txt: |
| |
| 2012-05-08 Christophe Dumez <christophe.dumez@intel.com> |
| |
| [EFL] Update Web Timing tests expectations |
| https://bugs.webkit.org/show_bug.cgi?id=85622 |
| |
| Unreviewed Gardening. |
| |
| Removed http/tests/misc/webtiming-origins.html and |
| http/tests/misc/webtiming-ssl from test expectations. |
| They started to pass after r116160. |
| |
| * platform/efl/test_expectations.txt: |
| |
| 2012-05-08 Christophe Dumez <christophe.dumez@intel.com> |
| |
| [EFL] http/tests/security/cross-frame-access-* tests are failing |
| https://bugs.webkit.org/show_bug.cgi?id=85899 |
| |
| Unreviewed, move failing tests to test expectations. |
| |
| http/tests/security/cross-frame-access-* tests are failing because EFL port |
| does not support showModalDialog. We need to move the test cases to test |
| expectations while the feature is implemented. |
| |
| * platform/efl/test_expectations.txt: |
| |
| 2012-03-31 Robert Hogan <robert@webkit.org> |
| |
| CSS 2.1 failure: first-letter-nested-004.htm fails |
| https://bugs.webkit.org/show_bug.cgi?id=72987 |
| |
| Reviewed by Eric Seidel. |
| |
| * css2.1/20110323/first-letter-000.htm: Added. |
| * css2.1/20110323/first-letter-001.htm: Added. |
| * css2.1/20110323/first-letter-dynamic-001.htm: Added. |
| * css2.1/20110323/first-letter-dynamic-002.htm: Added. |
| * css2.1/20110323/first-letter-dynamic-003a.htm: Added. |
| * css2.1/20110323/first-letter-dynamic-003b.htm: Added. |
| * css2.1/20110323/first-letter-inherit-001.htm: Added. |
| * css2.1/20110323/first-letter-nested-001.htm: Added. |
| * css2.1/20110323/first-letter-nested-002.htm: Added. |
| * css2.1/20110323/first-letter-nested-003.htm: Added. |
| * css2.1/20110323/first-letter-nested-004.htm: Added. |
| * css2.1/20110323/first-letter-nested-005.htm: Added. |
| * css2.1/20110323/first-letter-nested-006.htm: Added. |
| * css2.1/20110323/first-letter-nested-007.htm: Added. |
| * css2.1/20110323/first-letter-quote-001.htm: Added. |
| * css2.1/20110323/first-letter-quote-002.htm: Added. |
| * css2.1/20110323/first-letter-quote-003.htm: Added. |
| * css2.1/20110323/first-letter-quote-004.htm: Added. |
| * css2.1/20110323/first-letter-quote-005.htm: Added. |
| * css2.1/20110323/first-letter-quote-006.htm: Added. |
| * fast/css/first-letter-capitalized-edit-select-crash-expected.txt: |
| Rebaselined. |
| * fast/css/first-letter-nested-positioned.htm: Added. |
| Tests that text nested inside a positioned object is styled. |
| * fast/css/first-letter-quotes-no-content-before-after.html: Added. |
| Tests that two consecutive quotes, each in a :before and :after pseudo element surrounding |
| an empty main element, get styled with first letter. |
| |
| Behold! Pixel Results! |
| |
| * platform/chromium-linux-x86/css2.1/20110323/first-letter-000-expected.png: Added. |
| * platform/chromium-linux-x86/css2.1/20110323/first-letter-000-expected.txt: Added. |
| * platform/chromium-linux-x86/css2.1/20110323/first-letter-001-expected.png: Added. |
| * platform/chromium-linux-x86/css2.1/20110323/first-letter-001-expected.txt: Added. |
| * platform/chromium-linux-x86/css2.1/20110323/first-letter-dynamic-001-expected.png: Added. |
| * platform/chromium-linux-x86/css2.1/20110323/first-letter-dynamic-001-expected.txt: Added. |
| * platform/chromium-linux-x86/css2.1/20110323/first-letter-dynamic-002-expected.png: Added. |
| * platform/chromium-linux-x86/css2.1/20110323/first-letter-dynamic-002-expected.txt: Added. |
| * platform/chromium-linux-x86/css2.1/20110323/first-letter-dynamic-003a-expected.png: Added. |
| * platform/chromium-linux-x86/css2.1/20110323/first-letter-dynamic-003a-expected.txt: Added. |
| * platform/chromium-linux-x86/css2.1/20110323/first-letter-dynamic-003b-expected.png: Added. |
| * platform/chromium-linux-x86/css2.1/20110323/first-letter-dynamic-003b-expected.txt: Added. |
| * platform/chromium-linux-x86/css2.1/20110323/first-letter-inherit-001-expected.png: Added. |
| * platform/chromium-linux-x86/css2.1/20110323/first-letter-inherit-001-expected.txt: Added. |
| * platform/chromium-linux-x86/css2.1/20110323/first-letter-nested-001-expected.png: Added. |
| * platform/chromium-linux-x86/css2.1/20110323/first-letter-nested-001-expected.txt: Added. |
| * platform/chromium-linux-x86/css2.1/20110323/first-letter-nested-002-expected.png: Added. |
| * platform/chromium-linux-x86/css2.1/20110323/first-letter-nested-002-expected.txt: Added. |
| * platform/chromium-linux-x86/css2.1/20110323/first-letter-nested-003-expected.png: Added. |
| * platform/chromium-linux-x86/css2.1/20110323/first-letter-nested-003-expected.txt: Added. |
| * platform/chromium-linux-x86/css2.1/20110323/first-letter-nested-004-expected.png: Added. |
| * platform/chromium-linux-x86/css2.1/20110323/first-letter-nested-004-expected.txt: Added. |
| * platform/chromium-linux-x86/css2.1/20110323/first-letter-nested-005-expected.png: Added. |
| * platform/chromium-linux-x86/css2.1/20110323/first-letter-nested-005-expected.txt: Added. |
| * platform/chromium-linux-x86/css2.1/20110323/first-letter-nested-006-expected.png: Added. |
| * platform/chromium-linux-x86/css2.1/20110323/first-letter-nested-006-expected.txt: Added. |
| * platform/chromium-linux-x86/css2.1/20110323/first-letter-nested-007-expected.png: Added. |
| * platform/chromium-linux-x86/css2.1/20110323/first-letter-nested-007-expected.txt: Added. |
| * platform/chromium-linux-x86/css2.1/20110323/first-letter-quote-001-expected.png: Added. |
| * platform/chromium-linux-x86/css2.1/20110323/first-letter-quote-001-expected.txt: Added. |
| * platform/chromium-linux-x86/css2.1/20110323/first-letter-quote-002-expected.png: Added. |
| * platform/chromium-linux-x86/css2.1/20110323/first-letter-quote-002-expected.txt: Added. |
| * platform/chromium-linux-x86/css2.1/20110323/first-letter-quote-003-expected.png: Added. |
| * platform/chromium-linux-x86/css2.1/20110323/first-letter-quote-003-expected.txt: Added. |
| * platform/chromium-linux-x86/css2.1/20110323/first-letter-quote-004-expected.png: Added. |
| * platform/chromium-linux-x86/css2.1/20110323/first-letter-quote-004-expected.txt: Added. |
| * platform/chromium-linux-x86/css2.1/20110323/first-letter-quote-005-expected.png: Added. |
| * platform/chromium-linux-x86/css2.1/20110323/first-letter-quote-005-expected.txt: Added. |
| * platform/chromium-linux-x86/css2.1/20110323/first-letter-quote-006-expected.png: Added. |
| * platform/chromium-linux-x86/css2.1/20110323/first-letter-quote-006-expected.txt: Added. |
| * platform/chromium-linux-x86/fast/css/first-letter-nested-positioned-expected.png: Added. |
| * platform/chromium-linux-x86/fast/css/first-letter-nested-positioned-expected.txt: Added. |
| * platform/chromium-linux-x86/fast/css/first-letter-quotes-no-content-before-after-expected.png: Added. |
| * platform/chromium-linux-x86/fast/css/first-letter-quotes-no-content-before-after-expected.txt: Added. |
| |
| 2012-05-08 Hironori Bono <hbono@chromium.org> |
| |
| [Chromium] Fix the position of an RTL resizer |
| https://bugs.webkit.org/show_bug.cgi?id=80640 |
| |
| Reviewed by Tony Chang. |
| |
| When rendering an RTL resizer, my r110073 renders it at the same position as the |
| one used for rendering a LTR resizer. Unfortunately, this code renders the RTL |
| resizer image at an incorrect position on Mac and Linux. This change uses the |
| correct formula to calculate the position of an RTL resizer. |
| |
| * platform/chromium/platform/chromium/scrollbars: Added. |
| * platform/chromium/platform/chromium/scrollbars/rtl-resizer-position-expected.png: Added. |
| * platform/chromium/platform/chromium/scrollbars/rtl-resizer-position-expected.txt: Added. |
| * platform/chromium/scrollbars/rtl-resizer-position.html: Added. |
| |
| 2012-05-08 Csaba Osztrogonác <ossy@webkit.org> |
| |
| [Qt] Unreviewed gardening, skip failing tests. |
| |
| * platform/qt-5.0/Skipped: |
| |
| 2012-05-08 Csaba Osztrogonác <ossy@webkit.org> |
| |
| [Qt] Unreviewed gardening, unskip now passing tests, update platform specific expected files. |
| |
| * platform/mac/Skipped: |
| * platform/qt/Skipped: |
| * platform/qt/fast/block/float/016-expected.png: |
| * platform/qt/fast/css/border-solid-single-edge-antialias-expected.txt: Added. |
| * platform/qt/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png: |
| * platform/qt/fast/dom/HTMLMeterElement/meter-boundary-values-expected.txt: |
| * platform/qt/fast/dom/HTMLMeterElement/meter-element-expected.png: |
| * platform/qt/fast/dom/HTMLMeterElement/meter-element-expected.txt: |
| * platform/qt/fast/dom/HTMLMeterElement/meter-optimums-expected.png: |
| * platform/qt/fast/dom/HTMLMeterElement/meter-optimums-expected.txt: |
| * platform/qt/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.png: |
| * platform/qt/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.txt: |
| * platform/qt/fast/dom/HTMLMeterElement/meter-styles-expected.png: |
| * platform/qt/fast/dom/HTMLMeterElement/meter-styles-expected.txt: |
| * platform/qt/fast/js/constructor-length-expected.txt: Added. |
| * platform/qt/fast/repaint/scale-page-shrink-expected.png: Added. |
| * platform/qt/fast/repaint/scale-page-shrink-expected.txt: Added. |
| * platform/qt/fast/table/027-expected.png: |
| * platform/qt/fast/table/027-expected.txt: |
| * platform/qt/fast/table/027-vertical-expected.png: |
| * platform/qt/fast/table/027-vertical-expected.txt: |
| * platform/qt/tables/mozilla/bugs/bug14929-expected.png: |
| * platform/qt/tables/mozilla/bugs/bug14929-expected.txt: |
| * platform/qt/tables/mozilla/bugs/bug2123-expected.png: |
| * platform/qt/tables/mozilla/bugs/bug2123-expected.txt: |
| * platform/qt/tables/mozilla/bugs/bug2509-expected.png: |
| * platform/qt/tables/mozilla/bugs/bug2509-expected.txt: |
| * platform/qt/tables/mozilla/bugs/bug27038-1-expected.png: |
| * platform/qt/tables/mozilla/bugs/bug27038-1-expected.txt: |
| * platform/qt/tables/mozilla/bugs/bug27038-2-expected.png: |
| * platform/qt/tables/mozilla/bugs/bug27038-2-expected.txt: |
| * platform/qt/tables/mozilla/bugs/bug2947-expected.png: |
| * platform/qt/tables/mozilla/bugs/bug2947-expected.txt: |
| * platform/qt/tables/mozilla/bugs/bug34176-expected.png: |
| * platform/qt/tables/mozilla/bugs/bug34176-expected.txt: |
| * platform/qt/tables/mozilla/bugs/bug44505-expected.png: |
| * platform/qt/tables/mozilla/bugs/bug44505-expected.txt: |
| * platform/qt/tables/mozilla_expected_failures/bugs/bug59252-expected.png: |
| * platform/qt/tables/mozilla_expected_failures/bugs/bug59252-expected.txt: |
| * platform/qt/tables/mozilla_expected_failures/bugs/bug7243-expected.png: |
| * platform/qt/tables/mozilla_expected_failures/bugs/bug7243-expected.txt: |
| * platform/qt/tables/mozilla_expected_failures/bugs/bug85016-expected.png: |
| * platform/qt/tables/mozilla_expected_failures/bugs/bug85016-expected.txt: |
| * platform/qt/test_expectations.txt: |
| |
| 2012-05-08 Mikhail Pozdnyakov <mikhail.pozdnyakov@intel.com> |
| |
| [EFL][DRT] fast/layers/video-layer.html needs rebaseline after bug85602 landed |
| https://bugs.webkit.org/show_bug.cgi?id=85873 |
| |
| Unreviewed, EFL gardening. |
| |
| * platform/efl/fast/layers/video-layer-expected.txt: |
| |
| 2012-05-08 Sudarsana Nagineni <sudarsana.nagineni@linux.intel.com> |
| |
| [EFL] [DRT] Add baselines for the tests which are missing expected results |
| https://bugs.webkit.org/show_bug.cgi?id=85875 |
| |
| Unreviewed, add EFL baselines for the tests which are missing expected |
| results. |
| |
| * platform/efl/fast/css/first-line-text-decoration-expected.png: Added. |
| * platform/efl/fast/css/first-line-text-decoration-expected.txt: Added. |
| * platform/efl/fast/css/first-line-text-decoration-inherited-from-parent-expected.png: Added. |
| * platform/efl/fast/css/first-line-text-decoration-inherited-from-parent-expected.txt: Added. |
| * platform/efl/fast/images/png-suite/test-expected.png: Added. |
| * platform/efl/fast/images/png-suite/test-expected.txt: Added. |
| * platform/efl/test_expectations.txt: |
| |
| 2012-05-08 Christophe Dumez <christophe.dumez@intel.com> |
| |
| [EFL][DRT] EFL's DRT does not fully support page visibility |
| https://bugs.webkit.org/show_bug.cgi?id=85032 |
| |
| Reviewed by Antonio Gomes. |
| |
| Unskip remaining page visibility test cases now that the functionality |
| is fully implemented in EFL port. |
| |
| * platform/efl/Skipped: |
| |
| 2012-05-08 Csaba Osztrogonác <ossy@webkit.org> |
| |
| Unreviewed. Remove an accidentally committed file. |
| |
| * platform/qt/Skipped.orig: Removed. |
| |
| 2012-05-08 János Badics <jbadics@inf.u-szeged.hu> |
| |
| [Qt] Unskip now passing tests and update platform specific expected files. |
| |
| Reviewed by Csaba Osztrogonác. |
| |
| * platform/qt/Skipped: |
| * platform/qt/Skipped.orig: Copied from LayoutTests/platform/qt/Skipped. |
| * platform/qt/editing/pasteboard/paste-text-014-expected.png: Added. |
| * platform/qt/fast/block/float/editable-text-overlapping-float-expected.png: Added. |
| * platform/qt/fast/block/float/editable-text-overlapping-float-expected.txt: |
| * platform/qt/fast/block/float/multiple-float-positioning-expected.png: Added. |
| * platform/qt/fast/block/float/multiple-float-positioning-expected.txt: |
| * platform/qt/fast/block/margin-collapse/103-expected.png: Added. |
| * platform/qt/fast/block/margin-collapse/103-expected.txt: Added. |
| * platform/qt/fast/block/positioning/absolute-in-inline-ltr-2-expected.png: Added. |
| * platform/qt/fast/block/positioning/absolute-in-inline-ltr-2-expected.txt: |
| * platform/qt/fast/block/positioning/absolute-in-inline-rtl-2-expected.png: Added. |
| * platform/qt/fast/block/positioning/absolute-in-inline-rtl-2-expected.txt: |
| * platform/qt/fast/block/positioning/absolute-in-inline-rtl-3-expected.png: Added. |
| * platform/qt/fast/block/positioning/absolute-in-inline-rtl-3-expected.txt: |
| * platform/qt/fast/block/positioning/auto/006-expected.png: Added. |
| * platform/qt/fast/block/positioning/auto/006-expected.txt: |
| * platform/qt/fast/css/apple-prefix-expected.png: Added. |
| * platform/qt/fast/css/apple-prefix-expected.txt: |
| * platform/qt/fast/css/color-correction-backgrounds-and-text-expected.png: Added. |
| * platform/qt/fast/css/color-correction-backgrounds-and-text-expected.txt: Added. |
| * platform/qt/fast/css/ex-after-font-variant-expected.png: Added. |
| * platform/qt/fast/css/ex-after-font-variant-expected.txt: |
| * platform/qt/fast/css/percentage-non-integer-expected.png: Copied from LayoutTests/platform/qt/fast/repaint/selection-clear-expected.png. |
| * platform/qt/fast/css/percentage-non-integer-expected.txt: |
| * platform/qt/fast/css/positioned-overflow-scroll-expected.png: Copied from LayoutTests/platform/qt/fast/repaint/selection-clear-expected.png. |
| * platform/qt/fast/css/positioned-overflow-scroll-expected.txt: Added. |
| * platform/qt/fast/dom/HTMLImageElement/image-alt-text-expected.png: Added. |
| * platform/qt/fast/dom/HTMLImageElement/image-alt-text-expected.txt: |
| * platform/qt/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png: Added. |
| * platform/qt/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt: |
| * platform/qt/fast/dynamic/008-expected.png: Added. |
| * platform/qt/fast/dynamic/008-expected.txt: |
| * platform/qt/fast/forms/box-shadow-override-expected.png: Added. |
| * platform/qt/fast/forms/box-shadow-override-expected.txt: |
| * platform/qt/fast/forms/disabled-select-change-index-expected.png: Added. |
| * platform/qt/fast/forms/disabled-select-change-index-expected.txt: |
| * platform/qt/fast/forms/file/file-input-direction-expected.png: Added. |
| * platform/qt/fast/forms/file/file-input-direction-expected.txt: |
| * platform/qt/fast/forms/file/file-input-disabled-expected.png: Added. |
| * platform/qt/fast/forms/file/file-input-disabled-expected.txt: |
| * platform/qt/fast/forms/form-element-geometry-expected.png: Added. |
| * platform/qt/fast/forms/form-element-geometry-expected.txt: |
| * platform/qt/fast/forms/input-disabled-color-expected.png: Added. |
| * platform/qt/fast/forms/input-disabled-color-expected.txt: |
| * platform/qt/fast/forms/input-text-click-outside-expected.png: Added. |
| * platform/qt/fast/forms/input-text-click-outside-expected.txt: Added. |
| * platform/qt/fast/forms/input-text-scroll-left-on-blur-expected.png: Added. |
| * platform/qt/fast/forms/input-text-scroll-left-on-blur-expected.txt: Added. |
| * platform/qt/fast/forms/negativeLineHeight-expected.png: Added. |
| * platform/qt/fast/forms/negativeLineHeight-expected.txt: |
| * platform/qt/fast/forms/placeholder-pseudo-style-expected.png: Added. |
| * platform/qt/fast/forms/placeholder-pseudo-style-expected.txt: Added. |
| * platform/qt/fast/forms/range/slider-padding-expected.png: Added. |
| * platform/qt/fast/forms/range/slider-padding-expected.txt: Added. |
| * platform/qt/fast/forms/tabbing-input-iframe-expected.png: Added. |
| * platform/qt/fast/forms/tabbing-input-iframe-expected.txt: Added. |
| * platform/qt/fast/forms/textAreaLineHeight-expected.png: Added. |
| * platform/qt/fast/forms/textAreaLineHeight-expected.txt: Added. |
| * platform/qt/fast/forms/textarea-align-expected.png: Added. |
| * platform/qt/fast/forms/textarea-align-expected.txt: |
| * platform/qt/fast/forms/textarea-scrollbar-expected.png: Added. |
| * platform/qt/fast/forms/textarea-scrollbar-expected.txt: Added. |
| * platform/qt/fast/forms/textarea-scrolled-type-expected.png: Added. |
| * platform/qt/fast/forms/textarea-scrolled-type-expected.txt: Added. |
| * platform/qt/fast/forms/textarea-setinnerhtml-expected.png: Added. |
| * platform/qt/fast/forms/textarea-setinnerhtml-expected.txt: |
| * platform/qt/fast/inline/inline-borders-with-bidi-override-expected.png: Added. |
| * platform/qt/fast/inline/inline-borders-with-bidi-override-expected.txt: |
| * platform/qt/fast/invalid/016-expected.png: Added. |
| * platform/qt/fast/invalid/016-expected.txt: |
| * platform/qt/fast/invalid/missing-end-tag-expected.png: Added. |
| * platform/qt/fast/invalid/missing-end-tag-expected.txt: Added. |
| * platform/qt/fast/layers/scroll-rect-to-visible-expected.png: Added. |
| * platform/qt/fast/layers/scroll-rect-to-visible-expected.txt: |
| * platform/qt/fast/overflow/003-expected.png: Added. |
| * platform/qt/fast/overflow/003-expected.txt: |
| * platform/qt/fast/overflow/clip-rects-fixed-ancestor-expected.png: Added. |
| * platform/qt/fast/overflow/clip-rects-fixed-ancestor-expected.txt: Added. |
| * platform/qt/fast/overflow/image-selection-highlight-expected.png: Added. |
| * platform/qt/fast/overflow/image-selection-highlight-expected.txt: |
| * platform/qt/fast/overflow/overflow-rtl-expected.png: Added. |
| * platform/qt/fast/overflow/overflow-rtl-expected.txt: Added. |
| * platform/qt/fast/overflow/overflow-x-y-expected.png: Added. |
| * platform/qt/fast/overflow/overflow-x-y-expected.txt: Added. |
| * platform/qt/fast/overflow/scrollRevealButton-expected.png: Added. |
| * platform/qt/fast/overflow/scrollRevealButton-expected.txt: Added. |
| * platform/qt/fast/overflow/unreachable-overflow-rtl-bug-expected.png: Added. |
| * platform/qt/fast/overflow/unreachable-overflow-rtl-bug-expected.txt: |
| * platform/qt/fast/parser/entity-comment-in-textarea-expected.png: Added. |
| * platform/qt/fast/parser/entity-comment-in-textarea-expected.txt: Added. |
| * platform/qt/fast/parser/open-comment-in-textarea-expected.png: Added. |
| * platform/qt/fast/parser/open-comment-in-textarea-expected.txt: Added. |
| * platform/qt/fast/repaint/button-spurious-layout-hint-expected.png: Copied from LayoutTests/platform/qt/fast/repaint/selection-clear-expected.png. |
| * platform/qt/fast/repaint/button-spurious-layout-hint-expected.txt: Added. |
| * platform/qt/fast/repaint/control-clip-expected.png: Added. |
| * platform/qt/fast/repaint/control-clip-expected.txt: |
| * platform/qt/fast/repaint/flexible-box-overflow-expected.png: Added. |
| * platform/qt/fast/repaint/flexible-box-overflow-expected.txt: Added. |
| * platform/qt/fast/repaint/flexible-box-overflow-horizontal-expected.png: Added. |
| * platform/qt/fast/repaint/flexible-box-overflow-horizontal-expected.txt: Added. |
| * platform/qt/fast/repaint/focus-ring-expected.png: Added. |
| * platform/qt/fast/repaint/focus-ring-expected.txt: Added. |
| * platform/qt/fast/repaint/inline-block-overflow-expected.png: Added. |
| * platform/qt/fast/repaint/inline-block-overflow-expected.txt: Added. |
| * platform/qt/fast/repaint/inline-outline-repaint-expected.png: Added. |
| * platform/qt/fast/repaint/inline-outline-repaint-expected.txt: |
| * platform/qt/fast/repaint/layer-child-outline-expected.png: Added. |
| * platform/qt/fast/repaint/layer-child-outline-expected.txt: Added. |
| * platform/qt/fast/repaint/layer-outline-expected.png: Added. |
| * platform/qt/fast/repaint/layer-outline-expected.txt: Added. |
| * platform/qt/fast/repaint/layer-outline-horizontal-expected.png: Added. |
| * platform/qt/fast/repaint/layer-outline-horizontal-expected.txt: Added. |
| * platform/qt/fast/repaint/list-marker-expected.png: Added. |
| * platform/qt/fast/repaint/list-marker-expected.txt: Added. |
| * platform/qt/fast/repaint/selection-after-delete-expected.png: Added. |
| * platform/qt/fast/repaint/selection-after-delete-expected.txt: |
| * platform/qt/fast/repaint/selection-after-remove-expected.png: Added. |
| * platform/qt/fast/repaint/selection-after-remove-expected.txt: |
| * platform/qt/fast/repaint/selection-clear-expected.png: |
| * platform/qt/fast/repaint/selection-clear-expected.txt: |
| * platform/qt/fast/repaint/selection-gap-overflow-scroll-expected.png: Added. |
| * platform/qt/fast/repaint/selection-gap-overflow-scroll-expected.txt: Added. |
| * platform/qt/fast/repaint/text-selection-rect-in-overflow-2-expected.png: Added. |
| * platform/qt/fast/repaint/text-selection-rect-in-overflow-2-expected.txt: Added. |
| * platform/qt/fast/repaint/text-selection-rect-in-overflow-expected.png: Added. |
| * platform/qt/fast/repaint/text-selection-rect-in-overflow-expected.txt: Added. |
| * platform/qt/fast/repaint/text-shadow-expected.png: Added. |
| * platform/qt/fast/repaint/text-shadow-expected.txt: Added. |
| * platform/qt/fast/repaint/text-shadow-horizontal-expected.png: Added. |
| * platform/qt/fast/repaint/text-shadow-horizontal-expected.txt: Added. |
| * platform/qt/fast/replaced/border-radius-clip-expected.png: Added. |
| * platform/qt/fast/replaced/border-radius-clip-expected.txt: Added. |
| * platform/qt/fast/replaced/width100percent-textarea-expected.png: Added. |
| * platform/qt/fast/replaced/width100percent-textarea-expected.txt: Added. |
| * platform/qt/fast/table/003-expected.png: Added. |
| * platform/qt/fast/table/003-expected.txt: |
| * platform/qt/fast/table/cell-pref-width-invalidation-expected.png: Added. |
| * platform/qt/fast/table/cell-pref-width-invalidation-expected.txt: |
| * platform/qt/fast/text/atsui-small-caps-punctuation-size-expected.png: Added. |
| * platform/qt/fast/text/atsui-small-caps-punctuation-size-expected.txt: |
| * platform/qt/fast/text/basic/003-expected.png: Added. |
| * platform/qt/fast/text/basic/003-expected.txt: |
| * platform/qt/fast/text/cg-vs-atsui-expected.png: Added. |
| * platform/qt/fast/text/cg-vs-atsui-expected.txt: |
| * platform/qt/fast/text/complex-text-opacity-expected.png: Added. |
| * platform/qt/fast/text/complex-text-opacity-expected.txt: Added. |
| * platform/qt/fast/text/embed-at-end-of-pre-wrap-line-expected.png: Added. |
| * platform/qt/fast/text/embed-at-end-of-pre-wrap-line-expected.txt: Added. |
| * platform/qt/fast/text/large-text-composed-char-expected.png: Added. |
| * platform/qt/fast/text/large-text-composed-char-expected.txt: |
| * platform/qt/fast/text/letter-spacing-negative-opacity-expected.png: Added. |
| * platform/qt/fast/text/letter-spacing-negative-opacity-expected.txt: |
| * platform/qt/fast/text/line-breaks-after-white-space-expected.png: Added. |
| * platform/qt/fast/text/line-breaks-after-white-space-expected.txt: |
| * platform/qt/fast/text/whitespace/normal-after-nowrap-breaking-expected.png: Added. |
| * platform/qt/fast/text/whitespace/normal-after-nowrap-breaking-expected.txt: |
| * platform/qt/fast/text/whitespace/pre-break-word-expected.png: Added. |
| * platform/qt/fast/text/whitespace/pre-break-word-expected.txt: |
| * platform/qt/fast/text/whitespace/pre-wrap-line-test-expected.png: Added. |
| * platform/qt/fast/text/whitespace/pre-wrap-line-test-expected.txt: |
| * platform/qt/fast/text/whitespace/pre-wrap-overflow-selection-expected.png: Added. |
| * platform/qt/fast/text/whitespace/pre-wrap-overflow-selection-expected.txt: |
| * platform/qt/fast/text/word-break-expected.png: Added. |
| * platform/qt/fast/text/word-break-expected.txt: |
| * platform/qt/fast/xsl/xslt-entity-expected.png: Added. |
| * platform/qt/fast/xsl/xslt-entity-expected.txt: |
| |
| 2012-05-03 Alexander Pavlov <apavlov@chromium.org> |
| |
| Extra line-breaks added when copying from source. |
| https://bugs.webkit.org/show_bug.cgi?id=85282 |
| |
| Reviewed by Ryosuke Niwa. |
| |
| * platform/win/editing/pasteboard/pasting-crlf-isnt-translated-to-crcrlf-win-expected.txt: Added. |
| * platform/win/editing/pasteboard/pasting-crlf-isnt-translated-to-crcrlf-win.html: Added. |
| |
| 2012-05-08 János Badics <jbadics@inf.u-szeged.hu> |
| |
| [Qt] Gardening after 116361. Updated expected result. |
| |
| Reviewed by Csaba Osztrogonác. |
| |
| * platform/qt/fast/js/switch-behaviour-expected.txt: |
| |
| 2012-05-08 Csaba Osztrogonác <ossy@webkit.org> |
| |
| Unreviewed gardening. Remove tests from test expectations and |
| from a Skipped list, because they were disabled by r94327. |
| |
| * platform/efl/Skipped: |
| * platform/gtk/test_expectations.txt: |
| * platform/mac/test_expectations.txt: |
| * platform/qt/test_expectations.txt: |
| |
| 2012-05-07 Kent Tamura <tkent@chromium.org> |
| |
| [Chormium] Test expectatino update |
| |
| * platform/chromium/test_expectations.txt: |
| - multiline-pack.html is failing on all DEBUG bots. |
| - filter-repaint-custom-rotated.html fails on Mac. |
| |
| 2012-05-07 Pavel Feldman <pfeldman@chromium.org> |
| |
| Web Inspector: do not create locations for resolved provisional breakpoints |
| https://bugs.webkit.org/show_bug.cgi?id=85716 |
| |
| Reviewed by Yury Semikhatsky. |
| |
| * inspector/debugger/breakpoint-manager-expected.txt: |
| * inspector/debugger/breakpoint-manager.html: |
| |
| 2012-05-07 Simon Fraser <simon.fraser@apple.com> |
| |
| Compositing layers with transformed children not large enough to show contents |
| https://bugs.webkit.org/show_bug.cgi?id=85855 |
| |
| Reviewed by Dan Bernstein. |
| |
| Test having composited element with clipped, transformed children. |
| |
| * compositing/geometry/bounds-clipped-composited-child-expected.png: Added. |
| * compositing/geometry/bounds-clipped-composited-child-expected.txt: Added. |
| * compositing/geometry/bounds-clipped-composited-child.html: Added. |
| |
| 2012-05-07 Kent Tamura <tkent@chromium.org> |
| |
| [Chromium] Add expectations for first-line-text-decoration.html. |
| |
| * platform/chromium-linux/fast/css/first-line-text-decoration-expected.png: Added. |
| * platform/chromium-mac-leopard/fast/css/first-line-text-decoration-expected.png: Added. |
| * platform/chromium-mac-snowleopard/fast/css/first-line-text-decoration-expected.png: Added. |
| * platform/chromium-mac/fast/css/first-line-text-decoration-expected.png: Added. |
| * platform/chromium-win/fast/css/first-line-text-decoration-expected.png: Added. |
| * platform/chromium-win/fast/css/first-line-text-decoration-expected.txt: Added. |
| |
| 2012-05-07 Dongwoo Im <dw.im@samsung.com> |
| |
| width/height attributes of input element cannot be accessed by JavaScript. |
| https://bugs.webkit.org/show_bug.cgi?id=70304 |
| |
| Reviewed by Darin Adler. |
| |
| If the type of input element is image button, width/height attributes should be supported. |
| These attributes are defined in HTML5 spec. |
| http://www.w3.org/TR/html5/the-map-element.html#attr-dim-width |
| |
| * fast/forms/input-width-height-attributes-expected.txt: Added. |
| * fast/forms/input-width-height-attributes-without-renderer-expected.txt: Added. |
| * fast/forms/input-width-height-attributes-without-renderer-loaded-image-expected.txt: Added. |
| * fast/forms/input-width-height-attributes-without-renderer-loaded-image.html: Added. |
| * fast/forms/input-width-height-attributes-without-renderer-not-loaded-image-expected.txt: Added. |
| * fast/forms/input-width-height-attributes-without-renderer-not-loaded-image.html: Added. |
| * fast/forms/input-width-height-attributes-without-renderer.html: Added. |
| * fast/forms/input-width-height-attributes.html: Added. |
| * fast/forms/resources/green.jpg: Added. |
| * fast/forms/resources/image-slow.pl: Added. |
| |
| 2012-05-07 Kinuko Yasuda <kinuko@chromium.org> |
| |
| Support cross-filesystem operations in FileSystem API |
| https://bugs.webkit.org/show_bug.cgi?id=84135 |
| |
| Reviewed by David Levin. |
| |
| * fast/filesystem/cross-filesystem-op-expected.txt: Added. |
| * fast/filesystem/cross-filesystem-op.html: Added. |
| |
| 2012-05-07 Ojan Vafai <ojan@chromium.org> |
| |
| Chromium rebaselines after http://trac.webkit.org/changeset/116373. |
| Differences look to just be in platform-specific text rendering. |
| |
| * platform/chromium-linux/fast/css/first-line-text-decoration-inherited-from-parent-expected.png: Added. |
| * platform/chromium-mac-leopard/fast/css/first-line-text-decoration-inherited-from-parent-expected.png: Added. |
| * platform/chromium-mac-snowleopard/fast/css/first-line-text-decoration-inherited-from-parent-expected.png: Added. |
| * platform/chromium-mac/fast/css/first-line-text-decoration-inherited-from-parent-expected.png: Added. |
| * platform/chromium-win/fast/css/first-line-text-decoration-inherited-from-parent-expected.png: Added. |
| * platform/chromium-win/fast/css/first-line-text-decoration-inherited-from-parent-expected.txt: Added. |
| |
| 2012-05-07 Andy Estes <aestes@apple.com> |
| |
| Add platform/mac/ results for new tests added by r116373. |
| |
| * platform/mac/fast/css/first-line-text-decoration-expected.txt: Added. |
| * platform/mac/fast/css/first-line-text-decoration-inherited-from-parent-expected.txt: Added. |
| |
| 2012-05-04 Zhenyao Mo <zmo@google.com> |
| |
| vertexAttribPointer needs to reject large negative offsets |
| https://bugs.webkit.org/show_bug.cgi?id=85117 |
| |
| Reviewed by Kenneth Russell. |
| |
| * fast/canvas/webgl/index-validation-expected.txt: |
| * fast/canvas/webgl/index-validation.html: Add a test case for large negative offset. |
| |
| 2012-05-07 Pravin D <pravind.2k4@gmail.com> |
| |
| :first-line text-decorations are not rendered |
| https://bugs.webkit.org/show_bug.cgi?id=6047 |
| |
| Reviewed by Eric Seidel. |
| |
| * fast/css/first-line-text-decoration.html: Added. |
| * platform/qt-linux/fast/css/first-line-text-decoration-expected.png: Added. |
| * platform/qt-linux/fast/css/first-line-text-decoration-expected.txt: Added. |
| This test checks if text-decoration present in the tags first-line style is applied properly. |
| |
| * fast/css/first-line-text-decoration-inherited-from-parent.html: Added. |
| * platform/qt-linux/fast/css/first-line-text-decoration-inherited-from-parent-expected.png: Added. |
| * platform/qt-linux/fast/css/first-line-text-decoration-inherited-from-parent-expected.txt: Added. |
| This test checks if the text-decoration and text color is chosen properly in the case where |
| the first-line style is inherited from a parent and contains such text-decorations. |
| |
| 2012-05-07 Philippe Normand <pnormand@igalia.com> |
| |
| Unreviewed, GTK gardening. |
| |
| * platform/gtk/test_expectations.txt: Mark seamless frames as |
| failing until we enable the feature. |
| |
| 2012-05-07 Oliver Hunt <oliver@apple.com> |
| |
| LLInt doesn't check for Ropes when performing a character switch |
| https://bugs.webkit.org/show_bug.cgi?id=85837 |
| |
| Reviewed by Filip Pizlo. |
| |
| Add a few tests to force the use of ropes on switch statements. |
| |
| * fast/js/script-tests/switch-behaviour.js: |
| * fast/js/switch-behaviour-expected.txt: |
| |
| 2012-05-07 Raymond Toy <rtoy@google.com> |
| |
| ConvolverNode setBuffer() should not ASSERT on null buffer |
| https://bugs.webkit.org/show_bug.cgi?id=85653 |
| |
| Reviewed by Chris Rogers. |
| |
| * webaudio/convolver-setBuffer-null-expected.txt: Added. |
| * webaudio/convolver-setBuffer-null.html: Added. |
| |
| 2012-05-07 Ken Buchanan <kenrb@chromium.org> |
| |
| Crash due to positioned object list not being cleared during block flow split |
| https://bugs.webkit.org/show_bug.cgi?id=85074 |
| |
| Reviewed by Abhishek Arya. |
| |
| Test exercises crashing condition in bug 85074. It creates a column |
| span that requires multiple layers of splitting blocks from the |
| element that contains the columns, puts a positioned element underneath |
| one of the split blocks, and then causes a reattach of the column span |
| element. |
| |
| * fast/block/positioning/positioned-object-under-split-block-parent-crash-expected.txt: Added |
| * fast/block/positioning/positioned-object-under-split-block-parent-crash.html: Added |
| |
| 2012-05-07 Andy Estes <aestes@apple.com> |
| |
| Update media/ pixel test results after r115749. |
| |
| * platform/mac/media/audio-controls-rendering-expected.png: |
| * platform/mac/media/controls-after-reload-expected.png: |
| * platform/mac/media/controls-layout-direction-expected.png: |
| * platform/mac/media/controls-strict-expected.png: |
| * platform/mac/media/media-controls-clone-expected.png: |
| * platform/mac/media/video-controls-rendering-expected.png: |
| * platform/mac/media/video-display-toggle-expected.png: |
| * platform/mac/media/video-layer-crash-expected.png: |
| * platform/mac/media/video-playing-and-pause-expected.png: |
| |
| 2012-05-07 Dirk Pranke <dpranke@chromium.org> |
| |
| Fix compositing expectations to not include leopard. |
| |
| Unreviewed, expectations change. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-05-07 Shezan Baig <shezbaig.wk@gmail.com> |
| |
| Selection Background Color Error |
| https://bugs.webkit.org/show_bug.cgi?id=80382 |
| |
| Reviewed by David Hyatt. |
| |
| Added new test case for selection background color. |
| |
| * fast/backgrounds/selection-background-color.html: Added. |
| * fast/backgrounds/selection-background-color-expected.html: Added. |
| |
| 2012-05-07 Mikhail Pozdnyakov <mikhail.pozdnyakov@intel.com> |
| |
| Unreviewed. Rebaseline fast/layers/video-layer.html. |
| |
| * platform/efl/fast/layers/video-layer-expected.txt: |
| |
| 2012-05-07 Dirk Pranke <dpranke@chromium.org> |
| |
| Mark more tests as flaky, including some compositing tests |
| https://bugs.webkit.org/show_bug.cgi?id=85771 |
| |
| Unreviewed, expectations change. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-05-07 Mikhail Pozdnyakov <mikhail.pozdnyakov@intel.com> |
| |
| [EFL] Page caching permission from EFL's FrameLoaderClient |
| https://bugs.webkit.org/show_bug.cgi?id=85620 |
| |
| Reviewed by Gustavo Noronha Silva. |
| |
| Unskip bug-related testcases. |
| |
| * platform/efl/Skipped: |
| |
| 2012-05-07 Andy Estes <aestes@apple.com> |
| |
| Update mac-wk2 baselines. |
| |
| * platform/mac-wk2/Skipped: Skip a test that times out due to WKTR's |
| EventSender implementation not supporting drag and drop. |
| |
| Remove mac-wk2 platform-specific results for two tests that now match the baseline result. |
| * platform/mac-wk2/editing/selection/select-across-readonly-input-1-expected.txt: Removed. |
| * platform/mac-wk2/media/no-auto-play-in-sandbox-expected.txt: Removed. |
| |
| 2012-05-07 Alec Flett <alecflett@chromium.org> |
| |
| IndexedDB: Replace numeric constants with strings |
| https://bugs.webkit.org/show_bug.cgi?id=84894 |
| |
| Reviewed by Tony Chang. |
| |
| New test for legacy constants (legacy-constants) and update all |
| other tests to use the new string-based constants. |
| |
| * storage/indexeddb/basics-expected.txt: |
| * storage/indexeddb/basics-workers-expected.txt: |
| * storage/indexeddb/constants-expected.txt: |
| * storage/indexeddb/create-object-store-options-expected.txt: |
| * storage/indexeddb/cursor-added-bug-expected.txt: |
| * storage/indexeddb/cursor-advance-expected.txt: |
| * storage/indexeddb/cursor-continue-expected.txt: |
| * storage/indexeddb/cursor-continue-validity-expected.txt: |
| * storage/indexeddb/cursor-delete-expected.txt: |
| * storage/indexeddb/cursor-inconsistency-expected.txt: |
| * storage/indexeddb/cursor-index-delete-expected.txt: |
| * storage/indexeddb/cursor-key-order-expected.txt: |
| * storage/indexeddb/cursor-prev-no-duplicate-expected.txt: |
| * storage/indexeddb/cursor-primary-key-order-expected.txt: |
| * storage/indexeddb/cursor-reverse-bug-expected.txt: |
| * storage/indexeddb/cursor-skip-deleted-expected.txt: |
| * storage/indexeddb/cursor-update-expected.txt: |
| * storage/indexeddb/data-corruption-expected.txt: |
| * storage/indexeddb/database-quota-expected.txt: |
| * storage/indexeddb/delete-range-expected.txt: |
| * storage/indexeddb/error-causes-abort-by-default-expected.txt: |
| * storage/indexeddb/exception-in-event-aborts-expected.txt: |
| * storage/indexeddb/factory-deletedatabase-expected.txt: |
| * storage/indexeddb/index-count-expected.txt: |
| * storage/indexeddb/index-multientry-expected.txt: |
| * storage/indexeddb/index-unique-expected.txt: |
| * storage/indexeddb/key-generator-expected.txt: |
| * storage/indexeddb/key-type-array-expected.txt: |
| * storage/indexeddb/keypath-edges-expected.txt: |
| * storage/indexeddb/keypath-intrinsic-properties-expected.txt: |
| * storage/indexeddb/legacy-constants-expected.txt: Added. |
| * storage/indexeddb/legacy-constants.html: Added. |
| * storage/indexeddb/mozilla/clear-expected.txt: |
| * storage/indexeddb/mozilla/create-index-unique-expected.txt: |
| * storage/indexeddb/mozilla/create-objectstore-basics-expected.txt: |
| * storage/indexeddb/mozilla/cursor-mutation-expected.txt: |
| * storage/indexeddb/mozilla/cursor-mutation-objectstore-only-expected.txt: |
| * storage/indexeddb/mozilla/cursors-expected.txt: |
| * storage/indexeddb/mozilla/index-prev-no-duplicate-expected.txt: |
| * storage/indexeddb/mozilla/index-prev-no-duplicate.html: |
| * storage/indexeddb/mozilla/indexes-expected.txt: |
| * storage/indexeddb/mozilla/odd-result-order-expected.txt: |
| * storage/indexeddb/mozilla/readwrite-transactions-expected.txt: |
| * storage/indexeddb/mozilla/readyState-expected.txt: |
| * storage/indexeddb/mozilla/resources/clear.js: |
| (clear): |
| * storage/indexeddb/mozilla/resources/create-index-unique.js: |
| (createAndVerifyIndex): |
| * storage/indexeddb/mozilla/resources/create-objectstore-basics.js: |
| (cleanDatabase): |
| * storage/indexeddb/mozilla/resources/cursor-mutation-objectstore-only.js: |
| (checkCursorResultsAndSetupMutatingCursor): |
| * storage/indexeddb/mozilla/resources/cursor-mutation.js: |
| (setupMutatingCursor): |
| * storage/indexeddb/mozilla/resources/cursors.js: |
| * storage/indexeddb/mozilla/resources/indexes.js: |
| * storage/indexeddb/mozilla/resources/odd-result-order.js: |
| (addRecord): |
| (deleteRecord): |
| * storage/indexeddb/mozilla/resources/readwrite-transactions.js: |
| (setVersionComplete): |
| (postAdd): |
| (postAdd2): |
| (postPut): |
| (postPut2): |
| (postPut3): |
| (postPut4): |
| (postDelete): |
| (postDelete2): |
| * storage/indexeddb/mozilla/resources/readyState.js: |
| (test): |
| (openSuccess): |
| (setupObjectStore): |
| (getRecord): |
| (finalCheck): |
| * storage/indexeddb/mozilla/resources/versionchange.js: |
| (postSetVersion): |
| (postSetVersion2): |
| * storage/indexeddb/mozilla/versionchange-expected.txt: |
| * storage/indexeddb/mutating-cursor-expected.txt: |
| * storage/indexeddb/noblobs-expected.txt: |
| * storage/indexeddb/noblobs.html: |
| * storage/indexeddb/objectstore-autoincrement-expected.txt: |
| * storage/indexeddb/objectstore-basics-expected.txt: |
| * storage/indexeddb/objectstore-basics-workers-expected.txt: |
| * storage/indexeddb/objectstore-count-expected.txt: |
| * storage/indexeddb/open-cursor-expected.txt: |
| * storage/indexeddb/open-during-transaction-expected.txt: |
| * storage/indexeddb/opencursor-key-expected.txt: |
| * storage/indexeddb/prefetch-bugfix-108071-expected.txt: |
| * storage/indexeddb/readonly-expected.txt: |
| * storage/indexeddb/request-event-propagation-expected.txt: |
| * storage/indexeddb/resources/basics.js: |
| (test): |
| (openCallback): |
| * storage/indexeddb/resources/constants.js: |
| (test): |
| * storage/indexeddb/resources/create-object-store-options.js: |
| (setVersionComplete): |
| * storage/indexeddb/resources/cursor-added-bug.js: |
| (openCursor): |
| * storage/indexeddb/resources/cursor-advance.js: |
| (runTest): |
| (testAdvanceIndexNoDupe): |
| (testAdvanceIndexPrev): |
| (testAdvanceIndexPrevNoDupe): |
| * storage/indexeddb/resources/cursor-continue-validity.js: |
| (continueTest): |
| (continueIndexTest): |
| (testModifyContinueOrder): |
| * storage/indexeddb/resources/cursor-continue.js: |
| (ascendingTest): |
| (descendingTest): |
| * storage/indexeddb/resources/cursor-delete.js: |
| (openCursor): |
| (addObject): |
| * storage/indexeddb/resources/cursor-inconsistency.js: |
| (openBasicCursor): |
| * storage/indexeddb/resources/cursor-index-delete.js: |
| (openCursor): |
| (addObject): |
| * storage/indexeddb/resources/cursor-key-order.js: |
| * storage/indexeddb/resources/cursor-prev-no-duplicate.js: |
| (populateStore): |
| (testFarRangeCursor_closed): |
| (testFarRangeCursor_open): |
| (testFarRangeCursor_indexClosed): |
| (testFarRangeCursor_indexOpen): |
| (testFarRangeCursor_indexKeyOpen): |
| (testFarRangeCursor_indexKeyClosed): |
| (testBoundaryCursor_closed): |
| (testBoundaryCursor_open): |
| (testBoundaryCursor_indexClosed): |
| (testBoundaryCursor_indexOpen): |
| (testBoundaryCursor_indexKeyClosed): |
| (testBoundaryCursor_indexKeyOpen): |
| (testNoDuplicate_closed): |
| (testNoDuplicate_open): |
| (testNoDuplicate_indexKeyClosed): |
| * storage/indexeddb/resources/cursor-primary-key-order.js: |
| (populateStore): |
| * storage/indexeddb/resources/cursor-reverse-bug.js: |
| (populateStore): |
| (testCursor): |
| * storage/indexeddb/resources/cursor-skip-deleted.js: |
| (basicCursorTest): |
| (reverseCursorTest): |
| * storage/indexeddb/resources/cursor-update.js: |
| (openBasicCursor): |
| * storage/indexeddb/resources/data-corruption.js: |
| (addData): |
| (getData): |
| * storage/indexeddb/resources/database-quota.js: |
| (checkQuotaEnforcing): |
| * storage/indexeddb/resources/delete-range.js: |
| (runTests.nextTest): |
| (runTests): |
| * storage/indexeddb/resources/error-causes-abort-by-default.js: |
| (addData): |
| (transactionCompleted): |
| (transactionAborted1): |
| * storage/indexeddb/resources/exception-in-event-aborts.js: |
| (startTest): |
| (transactionAborted1): |
| (transactionAborted2): |
| * storage/indexeddb/resources/factory-deletedatabase.js: |
| (getValue): |
| * storage/indexeddb/resources/index-count.js: |
| * storage/indexeddb/resources/index-cursor.js: |
| (runNextTest): |
| (testNullKeyRange): |
| * storage/indexeddb/resources/index-multientry.js: |
| * storage/indexeddb/resources/index-unique.js: |
| (setVersionCompleted): |
| * storage/indexeddb/resources/key-generator.js: |
| (.): |
| * storage/indexeddb/resources/key-type-array.js: |
| * storage/indexeddb/resources/keypath-edges.js: |
| * storage/indexeddb/resources/keypath-intrinsic-properties.js: |
| * storage/indexeddb/resources/legacy-constants.js: Added. |
| (test): |
| (prepareDatabase.openreq.onsuccess.verreq.onsuccess): |
| (prepareDatabase.openreq.onsuccess): |
| (prepareDatabase): |
| (populateStore): |
| (checkNext.request.onsuccess): |
| (checkNext): |
| (checkNextNoDuplicate.request.onsuccess): |
| (checkNextNoDuplicate): |
| (checkPrev.request.onsuccess): |
| (checkPrev): |
| (checkPrevNoDuplicate.request.onsuccess): |
| (checkPrevNoDuplicate): |
| * storage/indexeddb/resources/mutating-cursor.js: |
| (openForwardCursor): |
| (openReverseCursor): |
| * storage/indexeddb/resources/objectstore-autoincrement.js: |
| (setVersionCompleted): |
| * storage/indexeddb/resources/objectstore-basics.js: |
| (addData): |
| (addAgainFailure): |
| * storage/indexeddb/resources/objectstore-count.js: |
| * storage/indexeddb/resources/objectstore-cursor.js: |
| (runNextTest): |
| (testNullKeyRange): |
| * storage/indexeddb/resources/open-cursor.js: |
| (cursorWithKeySuccess): |
| (cursorSuccess): |
| * storage/indexeddb/resources/open-during-transaction.js: |
| * storage/indexeddb/resources/opencursor-key.js: |
| * storage/indexeddb/resources/prefetch-bugfix-108071.js: |
| * storage/indexeddb/resources/request-event-propagation.js: |
| (startTest): |
| (transactionAborted): |
| (transactionAborted2): |
| * storage/indexeddb/resources/set_version_blocked.js: |
| (blocked): |
| * storage/indexeddb/resources/transaction-abort.js: |
| (startTest): |
| * storage/indexeddb/resources/transaction-after-close.js: |
| (runFirstRegularTransaction): |
| (firstTransactionComplete): |
| (onSecondOpen): |
| * storage/indexeddb/resources/transaction-basics.js: |
| (testInvalidMode): |
| * storage/indexeddb/resources/transaction-event-propagation.js: |
| (startTest): |
| (dbAbortBubbleCallback): |
| * storage/indexeddb/resources/transaction-rollback.js: |
| (setVersionComplete): |
| (abortCallback): |
| * storage/indexeddb/set_version_blocked-expected.txt: |
| * storage/indexeddb/structured-clone-expected.txt: |
| * storage/indexeddb/structured-clone.html: |
| * storage/indexeddb/transaction-abort-expected.txt: |
| * storage/indexeddb/transaction-abort-with-js-recursion-cross-frame-expected.txt: |
| * storage/indexeddb/transaction-abort-with-js-recursion-cross-frame.html: |
| * storage/indexeddb/transaction-abort-with-js-recursion-expected.txt: |
| * storage/indexeddb/transaction-abort-with-js-recursion.html: |
| * storage/indexeddb/transaction-after-close-expected.txt: |
| * storage/indexeddb/transaction-basics-expected.txt: |
| * storage/indexeddb/transaction-event-propagation-expected.txt: |
| * storage/indexeddb/transaction-rollback-expected.txt: |
| * storage/indexeddb/tutorial.html: |
| |
| 2012-05-07 Adam Barth <abarth@webkit.org> |
| |
| Test the combination of CSP and srcdoc |
| https://bugs.webkit.org/show_bug.cgi?id=85778 |
| |
| Reviewed by Eric Seidel. |
| |
| This test ensure that <iframe srcdoc> can't be used to bypass |
| Content-Security-Policy restrictions on script-src. We already have the |
| correct behavior. This test just verifies it. |
| |
| * http/tests/security/contentSecurityPolicy/srcdoc-doesnt-bypass-script-src-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/srcdoc-doesnt-bypass-script-src.html: Added. |
| |
| 2012-05-07 Pravin D <pravind.2k4@gmail.com> |
| |
| Wrong positioning due to wrong width calculation wrt width:0 |
| https://bugs.webkit.org/show_bug.cgi?id=50135 |
| |
| Reviewed by Eric Seidel. |
| |
| * fast/block/block-parent-with-zero-width-child-expected.txt: Added. |
| * fast/block/block-parent-with-zero-width-child.html: Added. |
| |
| 2012-05-07 Dominik Röttsches <dominik.rottsches@linux.intel.com> |
| |
| [GTK] media/video-seek-past-end-playing.html times out |
| https://bugs.webkit.org/show_bug.cgi?id=84858 |
| |
| Reviewed by Philippe Normand. |
| |
| video-seek-past-end-playing.html should work reliably after fix, removing. |
| |
| * platform/gtk/test_expectations.txt: |
| |
| 2012-05-07 Abhishek Arya <inferno@chromium.org> |
| |
| Crash in RenderBlock::updateFirstLetterStyle. |
| https://bugs.webkit.org/show_bug.cgi?id=85759 |
| |
| Reviewed by Julien Chaffraix. |
| |
| * fast/css-generated-content/first-letter-next-sibling-crash-expected.txt: Added. |
| * fast/css-generated-content/first-letter-next-sibling-crash.html: Added. |
| |
| 2012-05-07 Philippe Normand <pnormand@igalia.com> |
| |
| Unreviewed, GTK gardening. |
| |
| * platform/gtk/test_expectations.txt: Mark |
| fast/events/message-port-close.html as crashing in debug builds. |
| |
| 2012-05-07 Philippe Normand <pnormand@igalia.com> |
| |
| Unreviewed, GTK gardening. |
| |
| * platform/gtk/test_expectations.txt: Mark new mediastream test as |
| expected failure. |
| |
| 2012-05-07 Tommy Widenflycht <tommyw@google.com> |
| |
| [chromium] MediaStream API: Enhance WebUserMediaClientMock and add a test for it |
| https://bugs.webkit.org/show_bug.cgi?id=85618 |
| |
| Reviewed by Adam Barth. |
| |
| Adding the capability to control which MediaStreamTracks actually get created, |
| and adding a test that exercises the JS api using that capability. |
| |
| * fast/mediastream/getusermedia-expected.txt: Added. |
| * fast/mediastream/getusermedia.html: Added. |
| |
| 2012-05-07 Christophe Dumez <christophe.dumez@intel.com> |
| |
| [EFL] media/track/track-cue-rendering-snap-to-lines-not-set.html fails |
| https://bugs.webkit.org/show_bug.cgi?id=85602 |
| |
| Reviewed by Eric Carlson. |
| |
| Update expected result for several media tests now that the |
| positioning of the controls panel is relative. |
| |
| * platform/efl/media/media-controls-clone-expected.txt: |
| * platform/efl/media/video-empty-source-expected.txt: |
| * platform/efl/media/video-zoom-controls-expected.txt: |
| |
| 2012-05-07 Raphael Kubo da Costa <rakuco@webkit.org> |
| |
| [EFL] Gardening, fix failure expectation for test. |
| |
| * platform/efl/test_expectations.txt: |
| |
| 2012-05-07 Mihnea Ovidenie <mihnea@adobe.com> |
| |
| [CSSRegions]Convert (some) region style tests to ref tests |
| https://bugs.webkit.org/show_bug.cgi?id=85783 |
| |
| Reviewed by Andreas Kling. |
| |
| * fast/regions/region-style-image-background-color-expected.html: Added. |
| * fast/regions/region-style-image-background-color.html: |
| * fast/regions/region-style-inline-background-color-expected.html: Added. |
| * fast/regions/region-style-inline-background-color.html: |
| * platform/chromium-linux/fast/regions/region-style-image-background-color-expected.png: Removed. |
| * platform/chromium-linux/fast/regions/region-style-inline-background-color-expected.png: Removed. |
| * platform/chromium-mac-leopard/fast/regions/region-style-image-background-color-expected.png: Removed. |
| * platform/chromium-mac-leopard/fast/regions/region-style-inline-background-color-expected.png: Removed. |
| * platform/chromium-mac-snowleopard/fast/regions/region-style-image-background-color-expected.png: Removed. |
| * platform/chromium-mac-snowleopard/fast/regions/region-style-inline-background-color-expected.png: Removed. |
| * platform/chromium-mac/fast/regions/region-style-image-background-color-expected.png: Removed. |
| * platform/chromium-mac/fast/regions/region-style-inline-background-color-expected.png: Removed. |
| * platform/chromium-win/fast/regions/region-style-image-background-color-expected.png: Removed. |
| * platform/chromium-win/fast/regions/region-style-image-background-color-expected.txt: Removed. |
| * platform/chromium-win/fast/regions/region-style-inline-background-color-expected.png: Removed. |
| * platform/chromium-win/fast/regions/region-style-inline-background-color-expected.txt: Removed. |
| * platform/gtk/fast/regions/region-style-image-background-color-expected.txt: Removed. |
| * platform/gtk/fast/regions/region-style-inline-background-color-expected.txt: Removed. |
| * platform/mac/fast/regions/region-style-image-background-color-expected.png: Removed. |
| * platform/mac/fast/regions/region-style-image-background-color-expected.txt: Removed. |
| * platform/mac/fast/regions/region-style-inline-background-color-expected.png: Removed. |
| * platform/mac/fast/regions/region-style-inline-background-color-expected.txt: Removed. |
| |
| 2012-05-07 Alexis Menard <alexis.menard@openbossa.org> |
| |
| Unreviewed gardening for Qt port. Updating expectation files and skipped tests which are |
| timing out. |
| |
| * platform/qt-5.0-wk2/Skipped: |
| * platform/qt-5.0-wk2/fullscreen/full-screen-placeholder-expected.txt: Added. |
| * platform/qt-5.0-wk2/fullscreen/full-screen-render-inline-expected.txt: Added. |
| * platform/qt-5.0-wk2/fullscreen/parent-flow-inline-with-block-child-expected.txt: Added. |
| |
| 2012-05-07 Alexis Menard <alexis.menard@openbossa.org> |
| |
| [Qt] Enable fullscreen api layout tests on WebKit2. |
| https://bugs.webkit.org/show_bug.cgi?id=85616 |
| |
| Reviewed by Csaba Osztrogonác. |
| |
| http://trac.webkit.org/changeset/116089 implements the fullscreen API for WebKit2, |
| we can now unskip the related tests. |
| |
| * platform/qt-4.8/Skipped: |
| * platform/qt-5.0-wk1/Skipped: |
| * platform/qt-5.0-wk2/Skipped: |
| * platform/qt/Skipped: |
| |
| 2012-05-07 Dominik Röttsches <dominik.rottsches@linux.intel.com> |
| |
| [EFL][DRT] Gardening current IMAGE failures |
| https://bugs.webkit.org/show_bug.cgi?id=85604 |
| |
| Unreviewed, EFL gardening. |
| |
| * platform/efl/fast/forms/input-placeholder-text-indent-expected.png: Removed. |
| * platform/efl/fast/forms/isindex-placeholder-expected.png: Removed. |
| * platform/efl/fast/forms/placeholder-with-positioned-element-expected.png: Removed. |
| * platform/efl/fast/forms/textarea-placeholder-wrapping-expected.png: Removed. |
| * platform/efl/test_expectations.txt: |
| |
| 2012-05-07 Andrey Kosyakov <caseq@chromium.org> |
| |
| Unreviewed gardening, refined expectations for compositing failures + more suppressions. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-05-07 Andrey Kosyakov <caseq@chromium.org> |
| |
| Unreviewed gardening, more compositing test timeouts. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-05-07 Antti Koivisto <antti@apple.com> |
| |
| Share stylesheet data structures between documents |
| https://bugs.webkit.org/show_bug.cgi?id=85598 |
| |
| Reviewed by Darin Adler. |
| |
| Test that mutations of a shared stylesheet work as expected. |
| |
| This is an http test due to cross-document security restrictions with file urls |
| (they can be overriden in DRT but I'd like this to work in browser too). |
| |
| * http/tests/css/resources/shared.css: Added. |
| * http/tests/css/resources/shared-stylesheet-mutation.js: Added. |
| * http/tests/css/shared-stylesheet-mutation-expected.txt: Added. |
| * http/tests/css/shared-stylesheet-mutation-preconstruct-expected.txt: Added. |
| * http/tests/css/shared-stylesheet-mutation-preconstruct.html: Added. |
| * http/tests/css/shared-stylesheet-mutation.html: Added. |
| |
| 2012-05-07 Andrey Kosyakov <caseq@chromium.org> |
| |
| Unreviewed gardening, fast/text/international/thai-{baht-space,line-breaks}.html now fail in release, too. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-05-07 Sudarsana Nagineni <sudarsana.nagineni@linux.intel.com> |
| |
| [EFL][DRT] Implement LayoutTestController::execCommand |
| https://bugs.webkit.org/show_bug.cgi?id=82286 |
| |
| Reviewed by Antonio Gomes. |
| |
| Unskipped test cases which rely on execCommand and |
| updated test expectations for failure test cases. |
| |
| * platform/efl/Skipped: |
| * platform/efl/test_expectations.txt: |
| |
| 2012-05-07 Andrey Kosyakov <caseq@chromium.org> |
| |
| Unreviewed gardening, compositing/overflow/scrollbar-painting.html times out on mac & linux. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-05-06 Kristóf Kosztyó <kkristof@inf.u-szeged.hu> |
| |
| [Qt] New test introduced in r116255 is failing |
| https://bugs.webkit.org/show_bug.cgi?id=85777 |
| |
| Unreviewed gardening. |
| |
| * platform/qt/Skipped: Skip the failing test |
| |
| 2012-05-06 Sheriff Bot <webkit.review.bot@gmail.com> |
| |
| Unreviewed, rolling out r116235. |
| http://trac.webkit.org/changeset/116235 |
| https://bugs.webkit.org/show_bug.cgi?id=85773 |
| |
| broke a lot of tests on all chromium debug bots (Requested by |
| caseq_ on #webkit). |
| |
| * http/tests/css/resources/shared-stylesheet-mutation.js: Removed. |
| * http/tests/css/resources/shared.css: Removed. |
| * http/tests/css/shared-stylesheet-mutation-expected.txt: Removed. |
| * http/tests/css/shared-stylesheet-mutation-preconstruct-expected.txt: Removed. |
| * http/tests/css/shared-stylesheet-mutation-preconstruct.html: Removed. |
| * http/tests/css/shared-stylesheet-mutation.html: Removed. |
| |
| 2012-05-06 Adam Barth <abarth@webkit.org> |
| |
| CSP violation reports should have all the fields required by the spec |
| https://bugs.webkit.org/show_bug.cgi?id=85682 |
| |
| Reviewed by Darin Adler. |
| |
| Update test results to show the new fields in the violation reports. |
| This patch also adds tests that exercise both the same-origin and the |
| cross-origin case for blocked-uri. |
| |
| * http/tests/security/contentSecurityPolicy/report-and-enforce-expected.txt: |
| * http/tests/security/contentSecurityPolicy/report-blocked-uri-cross-origin-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/report-blocked-uri-cross-origin.html: Added. |
| * http/tests/security/contentSecurityPolicy/report-blocked-uri-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/report-blocked-uri.html: Added. |
| * http/tests/security/contentSecurityPolicy/report-only-expected.txt: |
| * http/tests/security/contentSecurityPolicy/report-only-from-header-expected.txt: |
| * http/tests/security/contentSecurityPolicy/report-uri-expected.txt: |
| * http/tests/security/contentSecurityPolicy/report-uri-from-child-frame-expected.txt: |
| |
| 2012-05-06 Andrey Kosyakov <caseq@chromium.org> |
| |
| Unreviewed expectations update for overflow-positioning.html. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-05-06 Adam Barth <abarth@webkit.org> |
| |
| Content Security Policy reports should be reported with content-type application/json, should contain all required fields |
| https://bugs.webkit.org/show_bug.cgi?id=61360 |
| |
| Reviewed by Eric Seidel. |
| |
| Update results to show JSON format. |
| |
| * http/tests/security/contentSecurityPolicy/report-and-enforce-expected.txt: |
| * http/tests/security/contentSecurityPolicy/report-only-expected.txt: |
| * http/tests/security/contentSecurityPolicy/report-only-from-header-expected.txt: |
| * http/tests/security/contentSecurityPolicy/report-uri-expected.txt: |
| * http/tests/security/contentSecurityPolicy/report-uri-from-child-frame-expected.txt: |
| * http/tests/security/contentSecurityPolicy/resources/save-report.php: |
| |
| 2012-05-06 Kenichi Ishibashi <bashi@chromium.org> |
| |
| Disallow unquoted -webkit-font-feature-settings tags |
| https://bugs.webkit.org/show_bug.cgi?id=85362 |
| |
| Reviewed by Kent Tamura. |
| |
| * css3/font-feature-settings-parsing-expected.txt: Updated to follow the current draft specification. |
| * css3/font-feature-settings-parsing.html: Ditto. |
| |
| 2012-05-06 Raphael Kubo da Costa <rakuco@webkit.org> |
| |
| [EFL] Gardening. Skip more failing tests. |
| |
| * platform/efl/Skipped: |
| * platform/efl/test_expectations.txt: |
| |
| 2012-05-06 MORITA Hajime <morrita@google.com> |
| |
| [Shadow DOM] Node distribution should be refreshed before style recalc. |
| https://bugs.webkit.org/show_bug.cgi?id=85259 |
| |
| Reviewed by Dimitri Glazkov. |
| |
| * fast/dom/shadow/shadow-dynamic-style-change-via-mutation-and-selector-expected.txt: Added. |
| * fast/dom/shadow/shadow-dynamic-style-change-via-mutation-and-selector.html: Added. |
| |
| 2012-05-06 Adam Barth <abarth@webkit.org> |
| |
| CSP should let sites both enforce one policy and monitor another |
| https://bugs.webkit.org/show_bug.cgi?id=85561 |
| |
| Reviewed by Eric Seidel. |
| |
| Test that we can enforce multiple policies and that we can enforce one |
| policy while monitoring another. |
| |
| * http/tests/security/contentSecurityPolicy/combine-multiple-policies-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/combine-multiple-policies.html: Added. |
| * http/tests/security/contentSecurityPolicy/report-and-enforce-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/report-and-enforce.html: Added. |
| |
| 2012-05-06 Mikhail Pozdnyakov <mikhail.pozdnyakov@intel.com> |
| |
| [EFL] EFL's LayoutTestController setJavaScriptCanAccessClipboard implementation |
| https://bugs.webkit.org/show_bug.cgi?id=83687 |
| |
| Reviewed by Antonio Gomes. |
| |
| * platform/efl/Skipped: |
| |
| 2012-05-06 Gyuyoung Kim <gyuyoung.kim@samsung.com> |
| |
| Convert isPageBoxVisible to use Internals interface. |
| https://bugs.webkit.org/show_bug.cgi?id=85692 |
| |
| Reviewed by Darin Adler. |
| |
| Call isPageBoxVisible functions from internals, because it is able to work in the |
| cross-port way through the Internals interface. |
| |
| * printing/page-format-data-expected.txt: |
| * printing/page-format-data.html: |
| |
| 2012-05-05 Antti Koivisto <antti@apple.com> |
| |
| Share stylesheet data structures between documents |
| https://bugs.webkit.org/show_bug.cgi?id=85598 |
| |
| Reviewed by Darin Adler. |
| |
| Test that mutations of a shared stylesheet work as expected. |
| |
| This is an http test due to cross-document security restrictions with file urls |
| (they can be overriden in DRT but I'd like this to work in browser too). |
| |
| * http/tests/css/resources/shared.css: Added. |
| * http/tests/css/resources/shared-stylesheet-mutation.js: Added. |
| * http/tests/css/shared-stylesheet-mutation-expected.txt: Added. |
| * http/tests/css/shared-stylesheet-mutation-preconstruct-expected.txt: Added. |
| * http/tests/css/shared-stylesheet-mutation-preconstruct.html: Added. |
| * http/tests/css/shared-stylesheet-mutation.html: Added. |
| |
| 2012-05-05 Sheriff Bot <webkit.review.bot@gmail.com> |
| |
| Unreviewed, rolling out r116221. |
| http://trac.webkit.org/changeset/116221 |
| https://bugs.webkit.org/show_bug.cgi?id=85722 |
| |
| broke builds that use -Wshorten-64-to-32 (Requested by pizlo |
| on #webkit). |
| |
| * fast/canvas/webgl/index-validation-expected.txt: |
| * fast/canvas/webgl/index-validation.html: |
| |
| 2012-05-05 Dean Jackson <dino@apple.com> |
| |
| Add new Setting/Preference to disable requestAnimationFrame |
| https://bugs.webkit.org/show_bug.cgi?id=85693 |
| |
| Reviewed by Simon Fraser. |
| |
| A new test that exercises turning the requestAnimationFrame |
| preference off. Unfortunately this conflicts with the parallel |
| tests that expect the preference to be on (as it should by default), |
| so the test is skipped on all platforms. It can be run in isolation. |
| https://bugs.webkit.org/show_bug.cgi?id=85689 |
| |
| * fast/animation/request-animation-frame-disabled-expected.txt: Added. |
| * fast/animation/request-animation-frame-disabled.html: Added. |
| * fast/animation/script-tests/request-animation-frame-disabled.js: Added. |
| * platform/chromium/test_expectations.txt: |
| * platform/efl/test_expectations.txt: |
| * platform/gtk/test_expectations.txt: |
| * platform/mac/Skipped: |
| * platform/mac/test_expectations.txt: |
| * platform/qt/test_expectations.txt: |
| * platform/win/Skipped: |
| * platform/win/test_expectations.txt: |
| |
| 2012-05-05 Zhenyao Mo <zmo@google.com> |
| |
| vertexAttribPointer needs to reject large negative offsets |
| https://bugs.webkit.org/show_bug.cgi?id=85117 |
| |
| Reviewed by Kenneth Russell. |
| |
| * fast/canvas/webgl/index-validation-expected.txt: |
| * fast/canvas/webgl/index-validation.html: Add a test case for large negative offset. |
| |
| 2012-05-05 'Pavel Feldman' <pfeldman@chromium.org> |
| |
| Not reviewed: follow up to r116216, fixing the inspector test. |
| |
| * inspector/debugger/script-extract-outline.html: |
| * inspector/debugger/script-extract-outline-expected.txt: |
| |
| 2012-05-05 Ilya Tikhonovsky <loislo@chromium.org> |
| |
| Web Inspector: save HeapSnapshot implementation. |
| https://bugs.webkit.org/show_bug.cgi?id=85595 |
| |
| HeapSnapshot specific implementation for loading was moved |
| from ProfilesPanel to HeapProfileHeader class. |
| |
| Reviewed by Yury Semikhatsky. |
| |
| * inspector/profiler/heap-snapshot-inspect-dom-wrapper.html: |
| * inspector/profiler/heap-snapshot-test.js: |
| (initialize_HeapSnapshotTest): |
| |
| 2012-05-05 Pavel Feldman <pfeldman@chromium.org> |
| |
| Web Inspector: allow overriding the script mapping on the UI level |
| https://bugs.webkit.org/show_bug.cgi?id=85702 |
| |
| Reviewed by Yury Semikhatsky. |
| |
| * inspector/debugger/breakpoint-manager.html: |
| |
| 2012-05-05 Zan Dobersek <zandobersek@gmail.com> |
| |
| Unreviewed Gtk gardening, mark fullscreen/non-ancestor-iframe.html as |
| failing after it was added in r116165. |
| |
| * platform/gtk/test_expectations.txt: |
| |
| 2012-05-05 Andrey Kosyakov <caseq@chromium.org> |
| |
| Unreviewed. Rebaseline fast/events/attribute-listener-deletion-crash.html (added in r116191). |
| |
| * platform/chromium/fast/events/attribute-listener-deletion-crash-expected.txt: Added. |
| |
| 2012-05-04 Raphael Kubo da Costa <rakuco@webkit.org> |
| |
| [EFL] Gardening, unskip test after r116097. |
| |
| The test was unskipped from Skipped, but some other commit added it to |
| test_expectations.txt as well... |
| |
| * platform/efl/test_expectations.txt: |
| |
| 2012-05-04 Raphael Kubo da Costa <rakuco@webkit.org> |
| |
| [EFL] Gardening; skip tests that depend on beginDragWithFiles. |
| |
| * platform/efl/Skipped: |
| |
| 2012-05-04 Raphael Kubo da Costa <rakuco@webkit.org> |
| |
| [EFL] Unreviewed, rebaseline after r116009. |
| |
| * platform/efl/fast/block/float/float-not-removed-from-next-sibling4-expected.txt: |
| |
| 2012-05-04 Chris Rogers <crogers@google.com> |
| |
| Oscillator must implement noteOn() and noteOff() |
| https://bugs.webkit.org/show_bug.cgi?id=85236 |
| |
| Reviewed by Kenneth Russell. |
| |
| * webaudio/oscillator-scheduling-expected.wav: Added. |
| * webaudio/resources/oscillator-testing.js: |
| (generateExponentialOscillatorSweep): |
| |
| 2012-05-04 David Barr <davidbarr@chromium.org> |
| |
| Rebaseline chromium after r116069 (bug 85031) |
| https://bugs.webkit.org/show_bug.cgi?id=85626 |
| |
| Reviewed by Ojan Vafai. |
| |
| * fast/block/float/016-expected.txt: Renamed from LayoutTests/platform/efl/fast/block/float/016-expected.txt. |
| * platform/chromium-linux/fast/block/float/016-expected.png: |
| * platform/chromium-linux/fast/css/border-solid-single-edge-antialias-expected.png: Added. |
| * platform/chromium-mac-leopard/fast/block/float/016-expected.png: |
| * platform/chromium-mac-snowleopard/fast/block/float/016-expected.png: |
| * platform/chromium-mac/fast/block/float/016-expected.png: |
| * platform/chromium-win/fast/block/float/016-expected.png: |
| * platform/chromium-win/fast/css/border-solid-single-edge-antialias-expected.png: Added. |
| * platform/chromium/test_expectations.txt: |
| * platform/gtk/fast/block/float/016-expected.txt: Removed. |
| |
| 2012-05-04 Enrica Casucci <enrica@apple.com> |
| |
| REGRESSION: Cursor jumps to the first line after deleting the last word. |
| https://bugs.webkit.org/show_bug.cgi?id=85334 |
| <rdar://problem/11210059> |
| |
| Reviewed by Ryosuke Niwa. |
| |
| * editing/deleting/delete-word-from-unstyled-div-expected.txt: Added. |
| * editing/deleting/delete-word-from-unstyled-div.html: Added. |
| |
| 2012-05-04 Jeffrey Pfau <jpfau@apple.com> |
| |
| Prevent early EventListener deletion |
| https://bugs.webkit.org/show_bug.cgi?id=73970 |
| |
| Reviewed by Oliver Hunt. |
| |
| * fast/events/attribute-listener-deletion-crash-expected.txt: Added. |
| * fast/events/attribute-listener-deletion-crash.html: Added. |
| |
| 2012-05-04 Filip Pizlo <fpizlo@apple.com> |
| |
| Unreviewed, updating expectations. |
| |
| * platform/mac/fast/block/float/overhanging-tall-block-expected.txt: |
| |
| 2012-05-04 Filip Pizlo <fpizlo@apple.com> |
| |
| Unreviewed, checking in new expectation file. |
| |
| * platform/mac/fast/images/png-suite/test-expected.txt: Added. |
| |
| 2012-05-04 Abhishek Arya <inferno@chromium.org> |
| |
| ASSERT(beforeChildAnonymousContainer->isTable()); fails in RenderBlock::addChildIgnoringAnonymousColumnBlocks. |
| https://bugs.webkit.org/show_bug.cgi?id=84606 |
| |
| Reviewed by Julien Chaffraix. |
| |
| * fast/block/block-add-child-crash-expected.txt: Added. |
| * fast/block/block-add-child-crash.html: Added. |
| |
| 2012-05-04 Andy Estes <aestes@apple.com> |
| |
| [Mac] IETC flexbox reference tests have pixel differences (due to embedded color profiles?) |
| https://bugs.webkit.org/show_bug.cgi?id=85666 |
| |
| * platform/mac/Skipped: Skip the tests. |
| |
| 2012-05-04 Filip Pizlo <fpizlo@apple.com> |
| |
| DFG should not Flush GetLocal's |
| https://bugs.webkit.org/show_bug.cgi?id=85663 |
| <rdar://problem/11373600> |
| |
| Reviewed by Oliver Hunt. |
| |
| * fast/js/dfg-flush-get-local-expected.txt: Added. |
| * fast/js/dfg-flush-get-local.html: Added. |
| * fast/js/script-tests/dfg-flush-get-local.js: Added. |
| (foo): |
| (fuzz): |
| (bar): |
| |
| 2012-05-04 Tony Chang <tony@chromium.org> |
| |
| The computed style of flex-item-align should never be auto. |
| https://bugs.webkit.org/show_bug.cgi?id=85656 |
| |
| Reviewed by Ojan Vafai. |
| |
| * css3/flexbox/css-properties-expected.txt: |
| * css3/flexbox/css-properties.html: |
| |
| 2012-05-03 Jer Noble <jer.noble@apple.com> |
| |
| Full screen will exit during a provisional load of a non-ancestor iframe. |
| https://bugs.webkit.org/show_bug.cgi?id=85230 |
| |
| Reviewed by Maciej Stachowiak . |
| |
| * fullscreen/non-ancestor-iframe-expected.txt: Added. |
| * fullscreen/non-ancestor-iframe.html: Added. |
| * fullscreen/resources/empty.html: Added. |
| |
| 2012-05-04 Christophe Dumez <christophe.dumez@intel.com> |
| |
| [soup] URL of the ResourceResponse passed to willSendRequest is incorrect |
| https://bugs.webkit.org/show_bug.cgi?id=85072 |
| |
| Reviewed by Gustavo Noronha Silva. |
| |
| Unskip http/tests/misc/will-send-request-returns-null-on-redirect.html |
| and http/tests/loading/307-after-303-after-post.html now that the |
| response passed to willSendRequest is correct and now that the right |
| redirect URL is being printed in EFL port. |
| |
| Unfortunately, http/tests/loading/redirect-methods.html cannot be |
| unskipped yet due to bug 66873. |
| |
| * platform/efl/test_expectations.txt: |
| |
| 2012-05-04 Csaba Osztrogonác <ossy@webkit.org> |
| |
| REGRESSION(r116134): It made 3 inspector tests fail |
| https://bugs.webkit.org/show_bug.cgi?id=85654 |
| |
| Unreviewed gardening, skip failing tests until proper fix. |
| |
| * platform/qt/Skipped: |
| |
| 2012-05-04 Christophe Dumez <christophe.dumez@intel.com> |
| |
| [EFL] Implement layoutTestController.dumpResourceResponseMIMETypes |
| https://bugs.webkit.org/show_bug.cgi?id=84941 |
| |
| Reviewed by Martin Robinson. |
| |
| * platform/efl/Skipped: Unskip test cases which require MIME type |
| detection messages now that is is implemented in EFL port. |
| * platform/efl/fast/preloader/script-expected.txt: Added. Use same |
| EFL expectation as in chromium and mac ports (MIME type is |
| "application/javascript" instead of "application/x-javascript"). |
| |
| 2012-05-04 Ojan Vafai <ojan@chromium.org> |
| |
| Fix expectation for test after http://trac.webkit.org/changeset/116143. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-05-04 Ojan Vafai <ojan@chromium.org> |
| |
| All the inspector tests are skipped on chromium-mac. We should |
| skip the new ones in platform/chromium as well. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-05-04 Dirk Pranke <dpranke@chromium.org> |
| |
| Suppress yet more Chromium Mac SL timeouts; hopefully close to end |
| https://bugs.webkit.org/show_bug.cgi?id=83076 |
| |
| Unreviewed, expectations change. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-05-04 Shadi Khalek <shadi@chromium.org> |
| |
| Unreviewed, test_expectations update. |
| Remove media/W3C/video/events/event_order_canplay_canplaythrough.html. |
| The crash is not happening anymore. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-05-04 Dirk Pranke <dpranke@chromium.org> |
| |
| Suppress more Chromium Mac SL timeouts ... |
| https://bugs.webkit.org/show_bug.cgi?id=83076 |
| |
| Unreviewed, expectations change. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-05-04 Rob Buis <rbuis@rim.com> |
| |
| Rebaseline some SVG Snow Leopard results |
| https://bugs.webkit.org/show_bug.cgi?id=85637 |
| |
| Reviewed by Nikolas Zimmermann. |
| |
| Remove batik expected pngs for Snow Leopard since the generic mac ones match. |
| Fix types-dom-01-b-expected.txt to expect RenderSVGEllipse. |
| |
| * platform/mac-snowleopard/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt: |
| * platform/mac-snowleopard/svg/batik/filters/feTile-expected.png: Removed. |
| * platform/mac-snowleopard/svg/batik/filters/filterRegions-expected.png: Removed. |
| * platform/mac-snowleopard/svg/batik/masking/maskRegions-expected.png: Removed. |
| * platform/mac-snowleopard/svg/batik/paints/gradientLimit-expected.png: |
| * platform/mac-snowleopard/svg/batik/paints/patternPreserveAspectRatioA-expected.png: Removed. |
| * platform/mac-snowleopard/svg/batik/paints/patternRegionA-expected.png: Removed. |
| * platform/mac-snowleopard/svg/batik/paints/patternRegions-expected.png: Removed. |
| * platform/mac-snowleopard/svg/batik/paints/patternRegions-positioned-objects-expected.png: Removed. |
| * platform/mac-snowleopard/svg/batik/text/longTextOnPath-expected.png: Removed. |
| * platform/mac-snowleopard/svg/batik/text/smallFonts-expected.png: Removed. |
| * platform/mac-snowleopard/svg/batik/text/textAnchor-expected.png: Removed. |
| * platform/mac-snowleopard/svg/batik/text/textAnchor2-expected.png: Removed. |
| * platform/mac-snowleopard/svg/batik/text/textAnchor3-expected.png: Removed. |
| * platform/mac-snowleopard/svg/batik/text/textDecoration-expected.png: Removed. |
| * platform/mac-snowleopard/svg/batik/text/textDecoration2-expected.png: Removed. |
| * platform/mac-snowleopard/svg/batik/text/textEffect-expected.png: Removed. |
| * platform/mac-snowleopard/svg/batik/text/textEffect2-expected.png: Removed. |
| * platform/mac-snowleopard/svg/batik/text/textEffect3-expected.png: Removed. |
| * platform/mac-snowleopard/svg/batik/text/textFeatures-expected.png: Removed. |
| * platform/mac-snowleopard/svg/batik/text/textGlyphOrientationHorizontal-expected.png: Removed. |
| * platform/mac-snowleopard/svg/batik/text/textLayout-expected.png: Removed. |
| * platform/mac-snowleopard/svg/batik/text/textLayout2-expected.png: Removed. |
| * platform/mac-snowleopard/svg/batik/text/textLength-expected.png: Removed. |
| * platform/mac-snowleopard/svg/batik/text/textOnPath-expected.png: Removed. |
| * platform/mac-snowleopard/svg/batik/text/textOnPath2-expected.png: Removed. |
| * platform/mac-snowleopard/svg/batik/text/textOnPath3-expected.png: Removed. |
| * platform/mac-snowleopard/svg/batik/text/textOnPathSpaces-expected.png: Removed. |
| * platform/mac-snowleopard/svg/batik/text/textPCDATA-expected.png: Removed. |
| * platform/mac-snowleopard/svg/batik/text/textPosition-expected.png: Removed. |
| * platform/mac-snowleopard/svg/batik/text/textPosition2-expected.png: Removed. |
| * platform/mac-snowleopard/svg/batik/text/textProperties-expected.png: Removed. |
| * platform/mac-snowleopard/svg/batik/text/textProperties2-expected.png: Removed. |
| * platform/mac-snowleopard/svg/batik/text/textStyles-expected.png: Removed. |
| * platform/mac-snowleopard/svg/batik/text/verticalText-expected.png: Removed. |
| * platform/mac-snowleopard/svg/batik/text/verticalTextOnPath-expected.png: Removed. |
| * platform/mac-snowleopard/svg/batik/text/xmlSpace-expected.png: Removed. |
| |
| 2012-05-04 Victor Carbune <vcarbune@adobe.com> |
| |
| Layout Test media/track/track-cues-pause-on-exit.html is flaky on chromium debug builds |
| https://bugs.webkit.org/show_bug.cgi?id=80067 |
| |
| Reviewed by Eric Carlson. |
| |
| Trying a different approach, blocking on waitForEvent for the video element. |
| |
| * media/track/track-cues-pause-on-exit-expected.txt: Updated. |
| * media/track/track-cues-pause-on-exit.html: Changed to use |
| waitForEvent and listen to exit events right after. |
| * media/video-test.js: Updated waitForEvent to enable listening for |
| events on other elements as well. |
| (waitForEvent._eventCallback): |
| (waitForEvent): |
| |
| 2012-05-04 Sudarsana Nagineni <sudarsana.nagineni@linux.intel.com> |
| |
| [GTK] DRT needs an implementation of LayoutTestController::setDefersLoading and ::goBack |
| https://bugs.webkit.org/show_bug.cgi?id=85134 |
| |
| Reviewed by Martin Robinson. |
| |
| Unskip loader/navigation-while-deferring-loads.html and disable |
| loader/load-defer-resume-crash.html as it triggers an assertion |
| failure. |
| |
| * platform/gtk/test_expectations.txt: |
| |
| 2012-05-04 Andy Estes <aestes@apple.com> |
| |
| REGRESSION (r116009): image no longer visible on fast/block/float/float-not-removed-from-next-sibling4.html |
| https://bugs.webkit.org/show_bug.cgi?id=85651 |
| |
| Check in failing results for platform/mac/. |
| |
| * platform/mac/fast/block/float/float-not-removed-from-next-sibling4-expected.txt: |
| |
| 2012-05-04 Dirk Pranke <dpranke@chromium.org> |
| |
| Mark editing tests as slow. |
| https://bugs.webkit.org/show_bug.cgi?id=85649 |
| |
| Unreviewed, expectations change. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-05-04 Dirk Pranke <dpranke@chromium.org> |
| |
| Mark a few more tests as flaky across all macs. |
| |
| Unreviewed, expectations change. |
| |
| fast/loader/javascript-url-in-embed.html = TEXT PASS (Release only) |
| http/tests/security/sandboxed-iframe-modify-self.html = TEXT PASS |
| media/video-poster-blocked-by-willsendrequest.html = TEXT PASS |
| userscripts/user-style-all-frames.html = TEXT PASS |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-05-04 Ojan Vafai <ojan@chromium.org> |
| |
| Fix path to external JS file that was not updated when the file |
| was moved in http://trac.webkit.org/changeset/116128/. |
| |
| * platform/chromium/inspector/styles/device-metrics-fit-window.html: |
| |
| 2012-05-04 Dirk Pranke <dpranke@chromium.org> |
| |
| Mark tests as flaky timeouts on chromium Mac 10.6 |
| https://bugs.webkit.org/show_bug.cgi?id=83076 |
| |
| Unreviewed, expectations change. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-05-04 Zan Dobersek <zandobersek@gmail.com> |
| |
| Unreviewed gardening, marking a test added in r116127 as failing. |
| |
| * platform/gtk/test_expectations.txt: |
| |
| 2012-05-04 Adam Barth <abarth@webkit.org> |
| |
| CSP: Eval isn't blocked in about:blank subframes |
| https://bugs.webkit.org/show_bug.cgi?id=85553 |
| |
| Reviewed by Eric Seidel. |
| |
| This patch fixes a race condition in this test. We need to wait for |
| the load event to ensure that the iframe has finished loading. |
| |
| * http/tests/security/contentSecurityPolicy/eval-blocked-in-about-blank-iframe.html: |
| |
| 2012-05-04 Alexander Pavlov <apavlov@chromium.org> |
| |
| Unreviewed, build fix. |
| Move Chromium-specific test into platform/chromium. |
| |
| * platform/chromium/inspector/styles/device-metrics-fit-window-expected.txt: Renamed from LayoutTests/inspector/styles/device-metrics-fit-window-expected.txt. |
| * platform/chromium/inspector/styles/device-metrics-fit-window.html: Renamed from LayoutTests/inspector/styles/device-metrics-fit-window.html. |
| |
| 2012-05-04 Tommy Widenflycht <tommyw@google.com> |
| |
| MediaStream API: Make PeerConnection00's API fully compliant with the draft |
| https://bugs.webkit.org/show_bug.cgi?id=85491 |
| |
| Reviewed by Adam Barth. |
| |
| * fast/mediastream/peerconnection-Attributes-expected.txt: |
| * fast/mediastream/peerconnection-iceoptions-expected.txt: Added. |
| * fast/mediastream/peerconnection-iceoptions.html: Added. |
| |
| 2012-05-04 Zan Dobersek <zandobersek@gmail.com> |
| |
| [Gtk] Many tests revealed as passing after moving from Skipped to test_expectations.txt |
| https://bugs.webkit.org/show_bug.cgi?id=85591 |
| |
| Reviewed by Martin Robinson. |
| |
| Remove incorrect test expectations for tests that are lately consistently |
| passing on all the Gtk builders but only turned out to be passing after |
| the Gtk port moved from using Skipped list to test_expectations.txt. |
| Their proper bug entries will be handled later, after all the tests are |
| confirmed to still pass. If any test backfires the correct test expectation |
| will be renewed and bug entries refreshed with latest information. |
| |
| * platform/gtk/test_expectations.txt: |
| |
| 2012-05-04 Christophe Dumez <christophe.dumez@intel.com> |
| |
| [EFL] Frame load callbacks output is missing for redirections |
| https://bugs.webkit.org/show_bug.cgi?id=85173 |
| |
| Reviewed by Antonio Gomes. |
| |
| Update test_expectations.txt now that EFL's DumpRenderTree is |
| correctly printing frame load callbacks information in case of |
| redirections. |
| |
| * platform/efl/Skipped: |
| * platform/efl/test_expectations.txt: |
| |
| 2012-05-04 Sudarsana Nagineni <sudarsana.nagineni@linux.intel.com> |
| |
| [EFL] [DRT] Gardening some failure cases on EFL port |
| https://bugs.webkit.org/show_bug.cgi?id=85605 |
| |
| Unreviewed, EFL gardening. |
| |
| * platform/efl/fast/canvas/fillText-shadow-expected.txt: Added. |
| * platform/efl/fast/dom/Window/window-lookup-precedence-expected.txt: Added. |
| * platform/efl/fast/dom/Window/window-properties-performance-expected.txt: Added. |
| * platform/efl/test_expectations.txt: |
| |
| 2012-05-04 Alexander Pavlov <apavlov@chromium.org> |
| |
| Web Inspector: [Device Metrics] With "Fit window" option on, page contents are downscaled incorrectly |
| https://bugs.webkit.org/show_bug.cgi?id=85510 |
| |
| Reviewed by Pavel Feldman. |
| |
| * inspector/styles/device-metrics-fit-window-expected.txt: Added. |
| * inspector/styles/device-metrics-fit-window.html: Added. |
| |
| 2012-05-04 Jochen Eisinger <jochen@chromium.org> |
| |
| Correctly update the outgoing referrer when navigating back from an history item created by pushState/replaceState |
| https://bugs.webkit.org/show_bug.cgi?id=85374 |
| |
| Reviewed by Nate Chapin. |
| |
| * http/tests/history/history-navigations-set-referrer-expected.txt: Added. |
| * http/tests/history/history-navigations-set-referrer.html: Added. |
| * http/tests/history/resources/check-referrer.html: Added. |
| |
| 2012-05-04 Thiago Marcos P. Santos <thiago.santos@intel.com> |
| |
| [EFL] Web Timing tests gardening |
| https://bugs.webkit.org/show_bug.cgi?id=85619 |
| |
| Unreviewed, EFL gardening. |
| |
| * platform/efl/test_expectations.txt: |
| |
| 2012-05-04 Csaba Osztrogonác <ossy@webkit.org> |
| |
| [Qt] REGRESSION: http/tests/xmlhttprequest/basic-auth-nopassword.html started to crash with newer Qt5 |
| https://bugs.webkit.org/show_bug.cgi?id=85632 |
| |
| Unreviewed gardening, skip the new _crashing_ test to paint the bot green. |
| |
| * platform/qt-5.0-wk1/Skipped: |
| |
| 2012-05-04 Csaba Osztrogonác <ossy@webkit.org> |
| |
| [Qt] REGRESSION: 350 tests started to fail with newer Qt5-WK1 |
| https://bugs.webkit.org/show_bug.cgi?id=85631 |
| |
| Unreviewed gardening, skip new failing tests to paint the bot green. |
| |
| * platform/qt-5.0-wk1/Skipped: |
| |
| 2012-05-04 Csaba Osztrogonác <ossy@webkit.org> |
| |
| [Qt] REGRESSION: 10 tests started to fail with newer Qt5 |
| https://bugs.webkit.org/show_bug.cgi?id=85629 |
| |
| Unreviewed fix after r116106. |
| |
| * platform/qt-5.0-wk2/Skipped: |
| * platform/qt-5.0/Skipped: |
| |
| 2012-05-04 Csaba Osztrogonác <ossy@webkit.org> |
| |
| [Qt][WK2] REGRESSION: 10 tests started to fail with newer Qt5 |
| https://bugs.webkit.org/show_bug.cgi?id=85629 |
| |
| Unreviewed gardening, skip new failing tests to paint the bot green. |
| |
| * platform/qt-5.0-wk2/Skipped: |
| |
| 2012-05-04 Christophe Dumez <christophe.dumez@intel.com> |
| |
| [EFL] LayoutTestController does not support overriding WebKitLoadSiteIconsKey |
| https://bugs.webkit.org/show_bug.cgi?id=85171 |
| |
| Reviewed by Andreas Kling. |
| |
| Unskip http/tests/misc/favicon-loads-with-icon-loading-override.html |
| now that EFL's LayoutTestController support overriding |
| WebKitLoadSiteIconsKey. |
| |
| * platform/efl/Skipped: |
| |
| 2012-05-04 Dominik Röttsches <dominik.rottsches@linux.intel.com> |
| |
| [EFL][DRT] Gardening away remaining SVG failures |
| https://bugs.webkit.org/show_bug.cgi?id=85600 |
| |
| Unreviewed, EFL gardening. |
| |
| * platform/efl/svg/batik/filters/feTile-expected.png: Added. |
| * platform/efl/svg/batik/filters/feTile-expected.txt: |
| * platform/efl/svg/batik/filters/filterRegions-expected.png: Added. |
| * platform/efl/svg/batik/filters/filterRegions-expected.txt: |
| * platform/efl/svg/carto.net/button-expected.txt: |
| * platform/efl/svg/carto.net/colourpicker-expected.txt: |
| * platform/efl/svg/carto.net/slider-expected.txt: |
| * platform/efl/svg/carto.net/window-expected.txt: |
| * platform/efl/svg/css/stars-with-shadow-expected.txt: Added. |
| * platform/efl/svg/hixie/error/014-expected.png: Added. |
| * platform/efl/svg/hixie/error/014-expected.txt: |
| * platform/efl/svg/hixie/perf/003-expected.png: Added. |
| * platform/efl/svg/hixie/perf/003-expected.txt: |
| * platform/efl/svg/hixie/shapes/path/001-expected.png: Added. |
| * platform/efl/svg/hixie/shapes/path/001-expected.txt: Added. |
| * platform/efl/svg/hixie/use/002-expected.png: Added. |
| * platform/efl/svg/hixie/use/002-expected.txt: |
| * platform/efl/svg/repaint/filter-child-repaint-expected.png: Added. |
| * platform/efl/svg/repaint/filter-child-repaint-expected.txt: |
| * platform/efl/svg/repaint/filter-repaint-expected.png: Added. |
| * platform/efl/svg/repaint/filter-repaint-expected.txt: |
| * platform/efl/svg/transforms/text-with-mask-with-svg-transform-expected.png: Added. |
| * platform/efl/svg/transforms/text-with-mask-with-svg-transform-expected.txt: |
| * platform/efl/svg/zoom/page/zoom-foreignObject-expected.png: Added. |
| * platform/efl/svg/zoom/page/zoom-foreignObject-expected.txt: |
| * platform/efl/svg/zoom/text/zoom-foreignObject-expected.png: Added. |
| * platform/efl/svg/zoom/text/zoom-foreignObject-expected.txt: |
| * platform/efl/test_expectations.txt: |
| |
| 2012-05-04 Zan Dobersek <zandobersek@gmail.com> |
| |
| [Gtk] Many tests revealed as passing after moving from Skipped to test_expectations.txt |
| https://bugs.webkit.org/show_bug.cgi?id=85591 |
| |
| Unreviewed, removing incorrect test expectations for tests that turned |
| to be passing on all the Gtk builders after moving from using Skipped |
| to test_expectations.txt and have the generic BUGWKGTK modifier. |
| |
| * platform/gtk/test_expectations.txt: |
| |
| 2012-05-04 Andrey Kosyakov <caseq@chromium.org> |
| |
| Unreviewed gardening, refined specifiers for unexpectedly passing tests. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-05-04 Raphael Kubo da Costa <rakuco@webkit.org> |
| |
| [EFL] Unreviewed, fix r116067 and r116068. |
| |
| Fix the names of the expectations I added in those revisions. |
| |
| * platform/efl/fast/html/details-marker-style-expected.txt: Renamed from LayoutTests/platform/efl/fast/html/details-marker-style-actual.txt. |
| * platform/efl/media/media-can-play-webm-expected.txt: Renamed from LayoutTests/platform/efl/media/media-can-play-webm-actual.txt. |
| * platform/efl/svg/as-image/image-respects-pageScaleFactor-expected.txt: Renamed from LayoutTests/platform/efl/svg/as-image/image-respects-pageScaleFactor-actual.txt. |
| |
| 2012-05-04 Andrey Kosyakov <caseq@chromium.org> |
| |
| Unreviewed gardening, eval-blocked-in-about-blank-iframe.html: SLOW -> TIMEOUT |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-05-04 Csaba Osztrogonác <ossy@webkit.org> |
| |
| [Qt] Unreviewed gardening, update expected files. |
| |
| * platform/qt/Skipped: Typo fix. |
| * platform/qt/fast/block/float/float-not-removed-from-next-sibling4-expected.png: Added. |
| * platform/qt/fast/block/float/float-not-removed-from-next-sibling4-expected.txt: |
| * platform/qt/fast/block/float/overhanging-tall-block-expected.png: |
| * platform/qt/fast/block/float/overhanging-tall-block-expected.txt: |
| * platform/qt/fast/dom/Window/window-properties-device-orientation-expected.txt: |
| |
| 2012-05-04 Csaba Osztrogonác <ossy@webkit.org> |
| |
| [Qt] ietestcenter/css3/flexbox tests fail on 32 bit |
| https://bugs.webkit.org/show_bug.cgi?id=85596 |
| |
| Unreviewed gardening, skip new failing tests. |
| |
| * platform/qt/Skipped: |
| |
| 2012-05-04 Noel Gordon <noel.gordon@gmail.com> |
| |
| [chromium] Unreviewed test expectations update after r116074 |
| |
| * platform/chromium-mac/fast/images/png-suite/test-expected.png: Added. |
| * platform/chromium-win/fast/images/png-suite/test-expected.png: Added. |
| * platform/chromium/fast/images/png-suite/test-expected.txt: Added. |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-05-04 Andrey Kosyakov <caseq@chromium.org> |
| |
| Unreviewed gardening, changed expectations for fast/images/png-suite/test.html from IMAGE to MISSING. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-05-04 Andrey Kosyakov <caseq@chromium.org> |
| |
| Unreviewed gardening, marking http/tests/security/contentSecurityPolicy/eval-blocked-in-about-blank-iframe.html as slow. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-05-03 Ilya Tikhonovsky <loislo@chromium.org> |
| |
| Web Inspector: createRawLocationByURL is too slow if a big number of evals happen. |
| https://bugs.webkit.org/show_bug.cgi?id=85477 |
| |
| It iterates through all the _scripts even they have no url. |
| We can keep a separate map of scripts with url. |
| |
| Reviewed by Yury Semikhatsky. |
| |
| * http/tests/inspector/compiler-script-mapping.html: |
| * http/tests/inspector/debugger-test.js: |
| (initialize_DebuggerTest): |
| * inspector/debugger/raw-source-code.html: |
| |
| 2012-05-04 Sudarsana Nagineni <sudarsana.nagineni@linux.intel.com> |
| |
| [EFL] [DRT] fast/table/quote-text-around-iframe.html needs rebaselining |
| https://bugs.webkit.org/show_bug.cgi?id=85487 |
| |
| Unreviewed, EFL rebaseline after r115218. |
| |
| * platform/efl/fast/table/quote-text-around-iframe-expected.png: |
| * platform/efl/fast/table/quote-text-around-iframe-expected.txt: |
| |
| 2012-05-04 Noel Gordon <noel.gordon@gmail.com> |
| |
| Add PNG image pngsuite test |
| https://bugs.webkit.org/show_bug.cgi?id=85567 |
| |
| Reviewed by Eric Seidel. |
| |
| From http://www.schaik.com/pngsuite, add images from this suite and license |
| details. Add a layout test. Add platform exceptions (since all ports have a |
| different broken image). |
| |
| * fast/images/png-suite/PngSuite.LICENSE: Added. |
| * fast/images/png-suite/samples/basi0g01.png: Added. |
| * fast/images/png-suite/samples/basi0g02.png: Added. |
| * fast/images/png-suite/samples/basi0g04.png: Added. |
| * fast/images/png-suite/samples/basi0g08.png: Added. |
| * fast/images/png-suite/samples/basi0g16.png: Added. |
| * fast/images/png-suite/samples/basi2c08.png: Added. |
| * fast/images/png-suite/samples/basi2c16.png: Added. |
| * fast/images/png-suite/samples/basi3p01.png: Added. |
| * fast/images/png-suite/samples/basi3p02.png: Added. |
| * fast/images/png-suite/samples/basi3p04.png: Added. |
| * fast/images/png-suite/samples/basi3p08.png: Added. |
| * fast/images/png-suite/samples/basi4a08.png: Added. |
| * fast/images/png-suite/samples/basi4a16.png: Added. |
| * fast/images/png-suite/samples/basi6a08.png: Added. |
| * fast/images/png-suite/samples/basi6a16.png: Added. |
| * fast/images/png-suite/samples/basn0g01.png: Added. |
| * fast/images/png-suite/samples/basn0g02.png: Added. |
| * fast/images/png-suite/samples/basn0g04.png: Added. |
| * fast/images/png-suite/samples/basn0g08.png: Added. |
| * fast/images/png-suite/samples/basn0g16.png: Added. |
| * fast/images/png-suite/samples/basn2c08.png: Added. |
| * fast/images/png-suite/samples/basn2c16.png: Added. |
| * fast/images/png-suite/samples/basn3p01.png: Added. |
| * fast/images/png-suite/samples/basn3p02.png: Added. |
| * fast/images/png-suite/samples/basn3p04.png: Added. |
| * fast/images/png-suite/samples/basn3p08.png: Added. |
| * fast/images/png-suite/samples/basn4a08.png: Added. |
| * fast/images/png-suite/samples/basn4a16.png: Added. |
| * fast/images/png-suite/samples/basn6a08.png: Added. |
| * fast/images/png-suite/samples/basn6a16.png: Added. |
| * fast/images/png-suite/samples/bgai4a08.png: Added. |
| * fast/images/png-suite/samples/bgai4a16.png: Added. |
| * fast/images/png-suite/samples/bgan6a08.png: Added. |
| * fast/images/png-suite/samples/bgan6a16.png: Added. |
| * fast/images/png-suite/samples/bgbn4a08.png: Added. |
| * fast/images/png-suite/samples/bggn4a16.png: Added. |
| * fast/images/png-suite/samples/bgwn6a08.png: Added. |
| * fast/images/png-suite/samples/bgyn6a16.png: Added. |
| * fast/images/png-suite/samples/ccwn2c08.png: Added. |
| * fast/images/png-suite/samples/ccwn3p08.png: Added. |
| * fast/images/png-suite/samples/cdfn2c08.png: Added. |
| * fast/images/png-suite/samples/cdhn2c08.png: Added. |
| * fast/images/png-suite/samples/cdsn2c08.png: Added. |
| * fast/images/png-suite/samples/cdun2c08.png: Added. |
| * fast/images/png-suite/samples/ch1n3p04.png: Added. |
| * fast/images/png-suite/samples/ch2n3p08.png: Added. |
| * fast/images/png-suite/samples/cm0n0g04.png: Added. |
| * fast/images/png-suite/samples/cm7n0g04.png: Added. |
| * fast/images/png-suite/samples/cm9n0g04.png: Added. |
| * fast/images/png-suite/samples/cs3n2c16.png: Added. |
| * fast/images/png-suite/samples/cs3n3p08.png: Added. |
| * fast/images/png-suite/samples/cs5n2c08.png: Added. |
| * fast/images/png-suite/samples/cs5n3p08.png: Added. |
| * fast/images/png-suite/samples/cs8n2c08.png: Added. |
| * fast/images/png-suite/samples/cs8n3p08.png: Added. |
| * fast/images/png-suite/samples/ct0n0g04.png: Added. |
| * fast/images/png-suite/samples/ct1n0g04.png: Added. |
| * fast/images/png-suite/samples/cten0g04.png: Added. |
| * fast/images/png-suite/samples/ctfn0g04.png: Added. |
| * fast/images/png-suite/samples/ctgn0g04.png: Added. |
| * fast/images/png-suite/samples/cthn0g04.png: Added. |
| * fast/images/png-suite/samples/ctjn0g04.png: Added. |
| * fast/images/png-suite/samples/ctzn0g04.png: Added. |
| * fast/images/png-suite/samples/f00n0g08.png: Added. |
| * fast/images/png-suite/samples/f00n2c08.png: Added. |
| * fast/images/png-suite/samples/f01n0g08.png: Added. |
| * fast/images/png-suite/samples/f01n2c08.png: Added. |
| * fast/images/png-suite/samples/f02n0g08.png: Added. |
| * fast/images/png-suite/samples/f02n2c08.png: Added. |
| * fast/images/png-suite/samples/f03n0g08.png: Added. |
| * fast/images/png-suite/samples/f03n2c08.png: Added. |
| * fast/images/png-suite/samples/f04n0g08.png: Added. |
| * fast/images/png-suite/samples/f04n2c08.png: Added. |
| * fast/images/png-suite/samples/f99n0g04.png: Added. |
| * fast/images/png-suite/samples/g03n0g16.png: Added. |
| * fast/images/png-suite/samples/g03n2c08.png: Added. |
| * fast/images/png-suite/samples/g03n3p04.png: Added. |
| * fast/images/png-suite/samples/g04n0g16.png: Added. |
| * fast/images/png-suite/samples/g04n2c08.png: Added. |
| * fast/images/png-suite/samples/g04n3p04.png: Added. |
| * fast/images/png-suite/samples/g05n0g16.png: Added. |
| * fast/images/png-suite/samples/g05n2c08.png: Added. |
| * fast/images/png-suite/samples/g05n3p04.png: Added. |
| * fast/images/png-suite/samples/g07n0g16.png: Added. |
| * fast/images/png-suite/samples/g07n2c08.png: Added. |
| * fast/images/png-suite/samples/g07n3p04.png: Added. |
| * fast/images/png-suite/samples/g10n0g16.png: Added. |
| * fast/images/png-suite/samples/g10n2c08.png: Added. |
| * fast/images/png-suite/samples/g10n3p04.png: Added. |
| * fast/images/png-suite/samples/g25n0g16.png: Added. |
| * fast/images/png-suite/samples/g25n2c08.png: Added. |
| * fast/images/png-suite/samples/g25n3p04.png: Added. |
| * fast/images/png-suite/samples/oi1n0g16.png: Added. |
| * fast/images/png-suite/samples/oi1n2c16.png: Added. |
| * fast/images/png-suite/samples/oi2n0g16.png: Added. |
| * fast/images/png-suite/samples/oi2n2c16.png: Added. |
| * fast/images/png-suite/samples/oi4n0g16.png: Added. |
| * fast/images/png-suite/samples/oi4n2c16.png: Added. |
| * fast/images/png-suite/samples/oi9n0g16.png: Added. |
| * fast/images/png-suite/samples/oi9n2c16.png: Added. |
| * fast/images/png-suite/samples/pp0n2c16.png: Added. |
| * fast/images/png-suite/samples/pp0n6a08.png: Added. |
| * fast/images/png-suite/samples/ps1n0g08.png: Added. |
| * fast/images/png-suite/samples/ps1n2c16.png: Added. |
| * fast/images/png-suite/samples/ps2n0g08.png: Added. |
| * fast/images/png-suite/samples/ps2n2c16.png: Added. |
| * fast/images/png-suite/samples/s01i3p01.png: Added. |
| * fast/images/png-suite/samples/s01n3p01.png: Added. |
| * fast/images/png-suite/samples/s02i3p01.png: Added. |
| * fast/images/png-suite/samples/s02n3p01.png: Added. |
| * fast/images/png-suite/samples/s03i3p01.png: Added. |
| * fast/images/png-suite/samples/s03n3p01.png: Added. |
| * fast/images/png-suite/samples/s04i3p01.png: Added. |
| * fast/images/png-suite/samples/s04n3p01.png: Added. |
| * fast/images/png-suite/samples/s05i3p02.png: Added. |
| * fast/images/png-suite/samples/s05n3p02.png: Added. |
| * fast/images/png-suite/samples/s06i3p02.png: Added. |
| * fast/images/png-suite/samples/s06n3p02.png: Added. |
| * fast/images/png-suite/samples/s07i3p02.png: Added. |
| * fast/images/png-suite/samples/s07n3p02.png: Added. |
| * fast/images/png-suite/samples/s08i3p02.png: Added. |
| * fast/images/png-suite/samples/s08n3p02.png: Added. |
| * fast/images/png-suite/samples/s09i3p02.png: Added. |
| * fast/images/png-suite/samples/s09n3p02.png: Added. |
| * fast/images/png-suite/samples/s32i3p04.png: Added. |
| * fast/images/png-suite/samples/s32n3p04.png: Added. |
| * fast/images/png-suite/samples/s33i3p04.png: Added. |
| * fast/images/png-suite/samples/s33n3p04.png: Added. |
| * fast/images/png-suite/samples/s34i3p04.png: Added. |
| * fast/images/png-suite/samples/s34n3p04.png: Added. |
| * fast/images/png-suite/samples/s35i3p04.png: Added. |
| * fast/images/png-suite/samples/s35n3p04.png: Added. |
| * fast/images/png-suite/samples/s36i3p04.png: Added. |
| * fast/images/png-suite/samples/s36n3p04.png: Added. |
| * fast/images/png-suite/samples/s37i3p04.png: Added. |
| * fast/images/png-suite/samples/s37n3p04.png: Added. |
| * fast/images/png-suite/samples/s38i3p04.png: Added. |
| * fast/images/png-suite/samples/s38n3p04.png: Added. |
| * fast/images/png-suite/samples/s39i3p04.png: Added. |
| * fast/images/png-suite/samples/s39n3p04.png: Added. |
| * fast/images/png-suite/samples/s40i3p04.png: Added. |
| * fast/images/png-suite/samples/s40n3p04.png: Added. |
| * fast/images/png-suite/samples/tbbn0g04.png: Added. |
| * fast/images/png-suite/samples/tbbn2c16.png: Added. |
| * fast/images/png-suite/samples/tbbn3p08.png: Added. |
| * fast/images/png-suite/samples/tbgn2c16.png: Added. |
| * fast/images/png-suite/samples/tbgn3p08.png: Added. |
| * fast/images/png-suite/samples/tbrn2c08.png: Added. |
| * fast/images/png-suite/samples/tbwn0g16.png: Added. |
| * fast/images/png-suite/samples/tbwn3p08.png: Added. |
| * fast/images/png-suite/samples/tbyn3p08.png: Added. |
| * fast/images/png-suite/samples/tp0n0g08.png: Added. |
| * fast/images/png-suite/samples/tp0n2c08.png: Added. |
| * fast/images/png-suite/samples/tp0n3p08.png: Added. |
| * fast/images/png-suite/samples/tp1n3p08.png: Added. |
| * fast/images/png-suite/samples/xc1n0g08.png: Added. |
| * fast/images/png-suite/samples/xc9n2c08.png: Added. |
| * fast/images/png-suite/samples/xcrn0g04.png: Added. |
| * fast/images/png-suite/samples/xcsn0g01.png: Added. |
| * fast/images/png-suite/samples/xd0n2c08.png: Added. |
| * fast/images/png-suite/samples/xd3n2c08.png: Added. |
| * fast/images/png-suite/samples/xd9n2c08.png: Added. |
| * fast/images/png-suite/samples/xdtn0g01.png: Added. |
| * fast/images/png-suite/samples/xhdn0g08.png: Added. |
| * fast/images/png-suite/samples/xlfn0g04.png: Added. |
| * fast/images/png-suite/samples/xs1n0g01.png: Added. |
| * fast/images/png-suite/samples/xs2n0g01.png: Added. |
| * fast/images/png-suite/samples/xs4n0g01.png: Added. |
| * fast/images/png-suite/samples/xs7n0g01.png: Added. |
| * fast/images/png-suite/samples/z00n2c08.png: Added. |
| * fast/images/png-suite/samples/z03n2c08.png: Added. |
| * fast/images/png-suite/samples/z06n2c08.png: Added. |
| * fast/images/png-suite/samples/z09n2c08.png: Added. |
| * fast/images/png-suite/test-expected.png: Added. |
| * fast/images/png-suite/test.html: Added. |
| * platform/chromium/test_expectations.txt: |
| * platform/efl/test_expectations.txt: |
| * platform/gtk/test_expectations.txt: |
| * platform/mac/fast/images/png-suite/test-expected.png: Added. |
| * platform/qt/test_expectations.txt: |
| * platform/wincairo/Skipped: |
| |
| 2012-05-03 Christophe Dumez <christophe.dumez@intel.com> |
| |
| [EFL] DRT should obey layoutTestController's addURLToRedirect() |
| https://bugs.webkit.org/show_bug.cgi?id=82722 |
| |
| Reviewed by Maciej Stachowiak. |
| |
| Unskip http/tests/loading/cross-origin-XHR-willLoadRequest.html now |
| that EFL's DRT obeys layoutTestController's addURLToRedirect(). |
| |
| * platform/efl/Skipped: |
| |
| 2012-05-03 Ilya Sherman <isherman@chromium.org> |
| |
| [Qt] REGRESSION(r113511): fast/forms/input-autofilled.html fails |
| Unskip the failing test now that r113511 has been reverted. |
| https://bugs.webkit.org/show_bug.cgi?id=83418 |
| |
| Reviewed by Simon Hausmann. |
| |
| * platform/qt/Skipped: |
| |
| 2012-05-03 Christophe Dumez <christophe.dumez@intel.com> |
| |
| [EFL] DRT should support LayoutTestController's willSendRequestReturnsNullOnRedirect() |
| https://bugs.webkit.org/show_bug.cgi?id=82704 |
| |
| Reviewed by Antonio Gomes. |
| |
| Update test_expectations.txt now that EFL's DumpRenderTree supports |
| LayoutTestController's willSendRequestReturnsNullOnRedirect(). |
| |
| * platform/efl/Skipped: |
| * platform/efl/test_expectations.txt: |
| |
| 2012-05-03 Zan Dobersek <zandobersek@gmail.com> |
| |
| Unreviewed, gardening after r116009 and r116039. |
| |
| * fast/xmlhttprequest/xmlhttprequest-get-expected.txt: |
| * http/tests/workers/worker-importScriptsOnError-expected.txt: |
| * platform/gtk/fast/block/float/float-not-removed-from-next-sibling4-expected.txt: |
| * platform/gtk/fast/block/float/overhanging-tall-block-expected.txt: |
| * platform/gtk/test_expectations.txt: |
| |
| 2012-05-03 David Barr <davidbarr@chromium.org> |
| |
| Antialias single-edge solid borders |
| https://bugs.webkit.org/show_bug.cgi?id=85031 |
| |
| Reviewed by Simon Fraser. |
| |
| * fast/css/border-solid-single-edge-antialias-expected.png: Added. |
| * fast/css/border-solid-single-edge-antialias-expected.txt: Added. |
| * fast/css/border-solid-single-edge-antialias.html: Added. |
| * platform/chromium/test_expectations.txt: |
| * platform/efl/test_expectations.txt: |
| * platform/gtk/test_expectations.txt: |
| * platform/mac/test_expectations.txt: |
| * platform/qt/test_expectations.txt: |
| * platform/win/test_expectations.txt: |
| |
| 2012-05-03 Raphael Kubo da Costa <rakuco@webkit.org> |
| |
| [EFL] Unreviewed, add some other missing baselines. |
| |
| * platform/efl/fast/html/details-marker-style-actual.txt: Added. |
| * platform/efl/media/media-can-play-webm-actual.txt: Added. |
| |
| 2012-05-03 Raphael Kubo da Costa <rakuco@webkit.org> |
| |
| [EFL] Unreviewed, add baseline for r116001. |
| |
| * platform/efl/svg/as-image/image-respects-pageScaleFactor-actual.txt: Added. |
| |
| 2012-05-03 Adam Barth <abarth@webkit.org> |
| |
| CSP: Eval isn't blocked in about:blank subframes |
| https://bugs.webkit.org/show_bug.cgi?id=85553 |
| |
| Reviewed by Eric Seidel. |
| |
| * http/tests/security/contentSecurityPolicy/eval-blocked-in-about-blank-iframe-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/eval-blocked-in-about-blank-iframe.html: Added. |
| - New test for the eval issue. |
| * http/tests/security/contentSecurityPolicy/inline-script-blocked-javascript-url-expected.txt: |
| * http/tests/security/contentSecurityPolicy/javascript-url-allowed-expected.txt: |
| * http/tests/security/contentSecurityPolicy/javascript-url-blocked-expected.txt: |
| * http/tests/security/contentSecurityPolicy/script-src-in-iframe-expected.txt: |
| - Now that we re-parse the CSP policy, we log parse errors to the |
| console more times. This isn't ideal and is something we might |
| change in the future. |
| * platform/chromium/http/tests/security/contentSecurityPolicy/eval-blocked-in-about-blank-iframe-expected.txt: Added. |
| - Add a Chromium-specific baseline for this test because the eval |
| error is slightly different between V8 and JSC. |
| |
| 2012-05-03 David Barr <davidbarr@chromium.org> |
| |
| Update mac test expectations after r115927 |
| https://bugs.webkit.org/show_bug.cgi?id=85569 |
| |
| Reviewed by Dirk Pranke. |
| |
| The tests were removed on r115927. Remove them from the mac test expectations. |
| |
| * platform/mac/test_expectations.txt: |
| |
| 2012-05-03 Zhenyao Mo <zmo@google.com> |
| |
| Unreviewed, rebaseline. |
| |
| * platform/chromium-linux/fast/xmlhttprequest: Added. |
| * platform/chromium-linux/fast/xmlhttprequest/xmlhttprequest-get-expected.txt: Added. |
| * platform/chromium-mac/fast/xmlhttprequest: Removed. |
| * platform/chromium-mac/fast/xmlhttprequest/xmlhttprequest-get-expected.txt: Removed. |
| * platform/chromium-mac/http/tests/workers: Removed. |
| * platform/chromium-win/fast/xmlhttprequest/xmlhttprequest-get-expected.txt: |
| * platform/chromium/fast/xmlhttprequest/xmlhttprequest-get-expected.txt: Added. |
| * platform/chromium/http/tests/workers/worker-importScriptsOnError-expected.txt: Replaced. |
| |
| 2012-05-03 Adam Barth <abarth@webkit.org> |
| |
| CSP shouldn't block about:blank for iframes |
| https://bugs.webkit.org/show_bug.cgi?id=85233 |
| |
| Reviewed by Eric Seidel. |
| |
| Test that about:blank iframes and objects don't generate debug log |
| messages. |
| |
| * http/tests/security/contentSecurityPolicy/frame-src-about-blank-allowed-by-default-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/frame-src-about-blank-allowed-by-default.html: Added. |
| |
| 2012-05-03 Sheriff Bot <webkit.review.bot@gmail.com> |
| |
| Unreviewed, rolling out r116040. |
| http://trac.webkit.org/changeset/116040 |
| https://bugs.webkit.org/show_bug.cgi?id=85559 |
| |
| Broke a few IndexedDB browsertests (Requested by zhenyao on |
| #webkit). |
| |
| * http/tests/inspector/indexeddb/indexeddb-test.js: |
| * storage/indexeddb/basics-expected.txt: |
| * storage/indexeddb/basics-workers-expected.txt: |
| * storage/indexeddb/constants-expected.txt: |
| * storage/indexeddb/create-object-store-options-expected.txt: |
| * storage/indexeddb/cursor-added-bug-expected.txt: |
| * storage/indexeddb/cursor-advance-expected.txt: |
| * storage/indexeddb/cursor-continue-expected.txt: |
| * storage/indexeddb/cursor-continue-validity-expected.txt: |
| * storage/indexeddb/cursor-delete-expected.txt: |
| * storage/indexeddb/cursor-inconsistency-expected.txt: |
| * storage/indexeddb/cursor-index-delete-expected.txt: |
| * storage/indexeddb/cursor-key-order-expected.txt: |
| * storage/indexeddb/cursor-prev-no-duplicate-expected.txt: |
| * storage/indexeddb/cursor-primary-key-order-expected.txt: |
| * storage/indexeddb/cursor-reverse-bug-expected.txt: |
| * storage/indexeddb/cursor-skip-deleted-expected.txt: |
| * storage/indexeddb/cursor-update-expected.txt: |
| * storage/indexeddb/data-corruption-expected.txt: |
| * storage/indexeddb/database-quota-expected.txt: |
| * storage/indexeddb/delete-range-expected.txt: |
| * storage/indexeddb/error-causes-abort-by-default-expected.txt: |
| * storage/indexeddb/exception-in-event-aborts-expected.txt: |
| * storage/indexeddb/factory-deletedatabase-expected.txt: |
| * storage/indexeddb/index-count-expected.txt: |
| * storage/indexeddb/index-multientry-expected.txt: |
| * storage/indexeddb/index-unique-expected.txt: |
| * storage/indexeddb/key-generator-expected.txt: |
| * storage/indexeddb/key-type-array-expected.txt: |
| * storage/indexeddb/keypath-edges-expected.txt: |
| * storage/indexeddb/keypath-intrinsic-properties-expected.txt: |
| * storage/indexeddb/legacy-constants-expected.txt: Removed. |
| * storage/indexeddb/legacy-constants.html: Removed. |
| * storage/indexeddb/mozilla/clear-expected.txt: |
| * storage/indexeddb/mozilla/create-index-unique-expected.txt: |
| * storage/indexeddb/mozilla/create-objectstore-basics-expected.txt: |
| * storage/indexeddb/mozilla/cursor-mutation-expected.txt: |
| * storage/indexeddb/mozilla/cursor-mutation-objectstore-only-expected.txt: |
| * storage/indexeddb/mozilla/cursors-expected.txt: |
| * storage/indexeddb/mozilla/index-prev-no-duplicate-expected.txt: |
| * storage/indexeddb/mozilla/index-prev-no-duplicate.html: |
| * storage/indexeddb/mozilla/indexes-expected.txt: |
| * storage/indexeddb/mozilla/odd-result-order-expected.txt: |
| * storage/indexeddb/mozilla/readwrite-transactions-expected.txt: |
| * storage/indexeddb/mozilla/readyState-expected.txt: |
| * storage/indexeddb/mozilla/resources/clear.js: |
| (clear): |
| * storage/indexeddb/mozilla/resources/create-index-unique.js: |
| (createAndVerifyIndex): |
| * storage/indexeddb/mozilla/resources/create-objectstore-basics.js: |
| (cleanDatabase): |
| * storage/indexeddb/mozilla/resources/cursor-mutation-objectstore-only.js: |
| (checkCursorResultsAndSetupMutatingCursor): |
| * storage/indexeddb/mozilla/resources/cursor-mutation.js: |
| (setupMutatingCursor): |
| * storage/indexeddb/mozilla/resources/cursors.js: |
| * storage/indexeddb/mozilla/resources/indexes.js: |
| * storage/indexeddb/mozilla/resources/odd-result-order.js: |
| (addRecord): |
| (deleteRecord): |
| * storage/indexeddb/mozilla/resources/readwrite-transactions.js: |
| (setVersionComplete): |
| (postAdd): |
| (postAdd2): |
| (postPut): |
| (postPut2): |
| (postPut3): |
| (postPut4): |
| (postDelete): |
| (postDelete2): |
| * storage/indexeddb/mozilla/resources/readyState.js: |
| (test): |
| (openSuccess): |
| (setupObjectStore): |
| (getRecord): |
| (finalCheck): |
| * storage/indexeddb/mozilla/resources/versionchange.js: |
| (postSetVersion): |
| (postSetVersion2): |
| * storage/indexeddb/mozilla/versionchange-expected.txt: |
| * storage/indexeddb/mutating-cursor-expected.txt: |
| * storage/indexeddb/noblobs-expected.txt: |
| * storage/indexeddb/noblobs.html: |
| * storage/indexeddb/objectstore-autoincrement-expected.txt: |
| * storage/indexeddb/objectstore-basics-expected.txt: |
| * storage/indexeddb/objectstore-basics-workers-expected.txt: |
| * storage/indexeddb/objectstore-count-expected.txt: |
| * storage/indexeddb/open-cursor-expected.txt: |
| * storage/indexeddb/open-during-transaction-expected.txt: |
| * storage/indexeddb/opencursor-key-expected.txt: |
| * storage/indexeddb/prefetch-bugfix-108071-expected.txt: |
| * storage/indexeddb/readonly-expected.txt: |
| * storage/indexeddb/request-event-propagation-expected.txt: |
| * storage/indexeddb/resources/basics.js: |
| (test): |
| (openCallback): |
| * storage/indexeddb/resources/constants.js: |
| (test): |
| * storage/indexeddb/resources/create-object-store-options.js: |
| (setVersionComplete): |
| * storage/indexeddb/resources/cursor-added-bug.js: |
| (openCursor): |
| * storage/indexeddb/resources/cursor-advance.js: |
| (runTest): |
| (testAdvanceIndexNoDupe): |
| (testAdvanceIndexPrev): |
| (testAdvanceIndexPrevNoDupe): |
| * storage/indexeddb/resources/cursor-continue-validity.js: |
| (continueTest): |
| (continueIndexTest): |
| (testModifyContinueOrder): |
| * storage/indexeddb/resources/cursor-continue.js: |
| (ascendingTest): |
| (descendingTest): |
| * storage/indexeddb/resources/cursor-delete.js: |
| (openCursor): |
| (addObject): |
| * storage/indexeddb/resources/cursor-inconsistency.js: |
| (openBasicCursor): |
| * storage/indexeddb/resources/cursor-index-delete.js: |
| (openCursor): |
| (addObject): |
| * storage/indexeddb/resources/cursor-key-order.js: |
| * storage/indexeddb/resources/cursor-prev-no-duplicate.js: |
| (populateStore): |
| (testFarRangeCursor_closed): |
| (testFarRangeCursor_open): |
| (testFarRangeCursor_indexClosed): |
| (testFarRangeCursor_indexOpen): |
| (testFarRangeCursor_indexKeyOpen): |
| (testFarRangeCursor_indexKeyClosed): |
| (testBoundaryCursor_closed): |
| (testBoundaryCursor_open): |
| (testBoundaryCursor_indexClosed): |
| (testBoundaryCursor_indexOpen): |
| (testBoundaryCursor_indexKeyClosed): |
| (testBoundaryCursor_indexKeyOpen): |
| (testNoDuplicate_closed): |
| (testNoDuplicate_open): |
| (testNoDuplicate_indexKeyClosed): |
| * storage/indexeddb/resources/cursor-primary-key-order.js: |
| (populateStore): |
| * storage/indexeddb/resources/cursor-reverse-bug.js: |
| (populateStore): |
| (testCursor): |
| * storage/indexeddb/resources/cursor-skip-deleted.js: |
| (basicCursorTest): |
| (reverseCursorTest): |
| * storage/indexeddb/resources/cursor-update.js: |
| (openBasicCursor): |
| * storage/indexeddb/resources/data-corruption.js: |
| (addData): |
| (getData): |
| * storage/indexeddb/resources/database-quota.js: |
| (checkQuotaEnforcing): |
| * storage/indexeddb/resources/delete-range.js: |
| (runTests.nextTest): |
| (runTests): |
| * storage/indexeddb/resources/error-causes-abort-by-default.js: |
| (addData): |
| (transactionCompleted): |
| (transactionAborted1): |
| * storage/indexeddb/resources/exception-in-event-aborts.js: |
| (startTest): |
| (transactionAborted1): |
| (transactionAborted2): |
| * storage/indexeddb/resources/factory-deletedatabase.js: |
| (getValue): |
| * storage/indexeddb/resources/index-count.js: |
| * storage/indexeddb/resources/index-cursor.js: |
| (runNextTest): |
| (testNullKeyRange): |
| * storage/indexeddb/resources/index-multientry.js: |
| * storage/indexeddb/resources/index-unique.js: |
| (setVersionCompleted): |
| * storage/indexeddb/resources/key-generator.js: |
| (.): |
| * storage/indexeddb/resources/key-type-array.js: |
| * storage/indexeddb/resources/keypath-edges.js: |
| * storage/indexeddb/resources/keypath-intrinsic-properties.js: |
| * storage/indexeddb/resources/legacy-constants.js: Removed. |
| * storage/indexeddb/resources/mutating-cursor.js: |
| (openForwardCursor): |
| (openReverseCursor): |
| * storage/indexeddb/resources/objectstore-autoincrement.js: |
| (setVersionCompleted): |
| * storage/indexeddb/resources/objectstore-basics.js: |
| (addData): |
| (addAgainFailure): |
| * storage/indexeddb/resources/objectstore-count.js: |
| * storage/indexeddb/resources/objectstore-cursor.js: |
| (runNextTest): |
| (testNullKeyRange): |
| * storage/indexeddb/resources/open-cursor.js: |
| (cursorWithKeySuccess): |
| (cursorSuccess): |
| * storage/indexeddb/resources/open-during-transaction.js: |
| * storage/indexeddb/resources/opencursor-key.js: |
| * storage/indexeddb/resources/prefetch-bugfix-108071.js: |
| * storage/indexeddb/resources/request-event-propagation.js: |
| (startTest): |
| (transactionAborted): |
| (transactionAborted2): |
| * storage/indexeddb/resources/set_version_blocked.js: |
| (blocked): |
| * storage/indexeddb/resources/transaction-abort.js: |
| (startTest): |
| * storage/indexeddb/resources/transaction-after-close.js: |
| (runFirstRegularTransaction): |
| (firstTransactionComplete): |
| (onSecondOpen): |
| * storage/indexeddb/resources/transaction-basics.js: |
| (testInvalidMode): |
| * storage/indexeddb/resources/transaction-event-propagation.js: |
| (startTest): |
| (dbAbortBubbleCallback): |
| * storage/indexeddb/resources/transaction-rollback.js: |
| (setVersionComplete): |
| (abortCallback): |
| * storage/indexeddb/set_version_blocked-expected.txt: |
| * storage/indexeddb/structured-clone-expected.txt: |
| * storage/indexeddb/structured-clone.html: |
| * storage/indexeddb/transaction-abort-expected.txt: |
| * storage/indexeddb/transaction-abort-with-js-recursion-cross-frame-expected.txt: |
| * storage/indexeddb/transaction-abort-with-js-recursion-cross-frame.html: |
| * storage/indexeddb/transaction-abort-with-js-recursion-expected.txt: |
| * storage/indexeddb/transaction-abort-with-js-recursion.html: |
| * storage/indexeddb/transaction-after-close-expected.txt: |
| * storage/indexeddb/transaction-basics-expected.txt: |
| * storage/indexeddb/transaction-event-propagation-expected.txt: |
| * storage/indexeddb/transaction-rollback-expected.txt: |
| * storage/indexeddb/tutorial.html: |
| |
| 2012-05-03 Zhenyao Mo <zmo@google.com> |
| |
| Unreviewed, test expectations update. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-05-03 Alec Flett <alecflett@chromium.org> |
| |
| IndexedDB: Replace numeric constants with strings |
| https://bugs.webkit.org/show_bug.cgi?id=84894 |
| |
| Reviewed by Tony Chang. |
| |
| New test for legacy constants (legacy-constants) and update all |
| other tests to use the new string-based constants. |
| |
| * storage/indexeddb/basics-expected.txt: |
| * storage/indexeddb/basics-workers-expected.txt: |
| * storage/indexeddb/constants-expected.txt: |
| * storage/indexeddb/create-object-store-options-expected.txt: |
| * storage/indexeddb/cursor-added-bug-expected.txt: |
| * storage/indexeddb/cursor-advance-expected.txt: |
| * storage/indexeddb/cursor-continue-expected.txt: |
| * storage/indexeddb/cursor-continue-validity-expected.txt: |
| * storage/indexeddb/cursor-delete-expected.txt: |
| * storage/indexeddb/cursor-inconsistency-expected.txt: |
| * storage/indexeddb/cursor-index-delete-expected.txt: |
| * storage/indexeddb/cursor-key-order-expected.txt: |
| * storage/indexeddb/cursor-prev-no-duplicate-expected.txt: |
| * storage/indexeddb/cursor-primary-key-order-expected.txt: |
| * storage/indexeddb/cursor-reverse-bug-expected.txt: |
| * storage/indexeddb/cursor-skip-deleted-expected.txt: |
| * storage/indexeddb/cursor-update-expected.txt: |
| * storage/indexeddb/data-corruption-expected.txt: |
| * storage/indexeddb/database-quota-expected.txt: |
| * storage/indexeddb/delete-range-expected.txt: |
| * storage/indexeddb/error-causes-abort-by-default-expected.txt: |
| * storage/indexeddb/exception-in-event-aborts-expected.txt: |
| * storage/indexeddb/factory-deletedatabase-expected.txt: |
| * storage/indexeddb/index-count-expected.txt: |
| * storage/indexeddb/index-multientry-expected.txt: |
| * storage/indexeddb/index-unique-expected.txt: |
| * storage/indexeddb/key-generator-expected.txt: |
| * storage/indexeddb/key-type-array-expected.txt: |
| * storage/indexeddb/keypath-edges-expected.txt: |
| * storage/indexeddb/keypath-intrinsic-properties-expected.txt: |
| * storage/indexeddb/legacy-constants-expected.txt: Added. |
| * storage/indexeddb/legacy-constants.html: Added. |
| * storage/indexeddb/mozilla/clear-expected.txt: |
| * storage/indexeddb/mozilla/create-index-unique-expected.txt: |
| * storage/indexeddb/mozilla/create-objectstore-basics-expected.txt: |
| * storage/indexeddb/mozilla/cursor-mutation-expected.txt: |
| * storage/indexeddb/mozilla/cursor-mutation-objectstore-only-expected.txt: |
| * storage/indexeddb/mozilla/cursors-expected.txt: |
| * storage/indexeddb/mozilla/index-prev-no-duplicate-expected.txt: |
| * storage/indexeddb/mozilla/index-prev-no-duplicate.html: |
| * storage/indexeddb/mozilla/indexes-expected.txt: |
| * storage/indexeddb/mozilla/odd-result-order-expected.txt: |
| * storage/indexeddb/mozilla/readwrite-transactions-expected.txt: |
| * storage/indexeddb/mozilla/readyState-expected.txt: |
| * storage/indexeddb/mozilla/resources/clear.js: |
| (clear): |
| * storage/indexeddb/mozilla/resources/create-index-unique.js: |
| (createAndVerifyIndex): |
| * storage/indexeddb/mozilla/resources/create-objectstore-basics.js: |
| (cleanDatabase): |
| * storage/indexeddb/mozilla/resources/cursor-mutation-objectstore-only.js: |
| (checkCursorResultsAndSetupMutatingCursor): |
| * storage/indexeddb/mozilla/resources/cursor-mutation.js: |
| (setupMutatingCursor): |
| * storage/indexeddb/mozilla/resources/cursors.js: |
| * storage/indexeddb/mozilla/resources/indexes.js: |
| * storage/indexeddb/mozilla/resources/odd-result-order.js: |
| (addRecord): |
| (deleteRecord): |
| * storage/indexeddb/mozilla/resources/readwrite-transactions.js: |
| (setVersionComplete): |
| (postAdd): |
| (postAdd2): |
| (postPut): |
| (postPut2): |
| (postPut3): |
| (postPut4): |
| (postDelete): |
| (postDelete2): |
| * storage/indexeddb/mozilla/resources/readyState.js: |
| (test): |
| (openSuccess): |
| (setupObjectStore): |
| (getRecord): |
| (finalCheck): |
| * storage/indexeddb/mozilla/resources/versionchange.js: |
| (postSetVersion): |
| (postSetVersion2): |
| * storage/indexeddb/mozilla/versionchange-expected.txt: |
| * storage/indexeddb/mutating-cursor-expected.txt: |
| * storage/indexeddb/noblobs-expected.txt: |
| * storage/indexeddb/noblobs.html: |
| * storage/indexeddb/objectstore-autoincrement-expected.txt: |
| * storage/indexeddb/objectstore-basics-expected.txt: |
| * storage/indexeddb/objectstore-basics-workers-expected.txt: |
| * storage/indexeddb/objectstore-count-expected.txt: |
| * storage/indexeddb/open-cursor-expected.txt: |
| * storage/indexeddb/open-during-transaction-expected.txt: |
| * storage/indexeddb/opencursor-key-expected.txt: |
| * storage/indexeddb/prefetch-bugfix-108071-expected.txt: |
| * storage/indexeddb/readonly-expected.txt: |
| * storage/indexeddb/request-event-propagation-expected.txt: |
| * storage/indexeddb/resources/basics.js: |
| (test): |
| (openCallback): |
| * storage/indexeddb/resources/constants.js: |
| (test): |
| * storage/indexeddb/resources/create-object-store-options.js: |
| (setVersionComplete): |
| * storage/indexeddb/resources/cursor-added-bug.js: |
| (openCursor): |
| * storage/indexeddb/resources/cursor-advance.js: |
| (runTest): |
| (testAdvanceIndexNoDupe): |
| (testAdvanceIndexPrev): |
| (testAdvanceIndexPrevNoDupe): |
| * storage/indexeddb/resources/cursor-continue-validity.js: |
| (continueTest): |
| (continueIndexTest): |
| (testModifyContinueOrder): |
| * storage/indexeddb/resources/cursor-continue.js: |
| (ascendingTest): |
| (descendingTest): |
| * storage/indexeddb/resources/cursor-delete.js: |
| (openCursor): |
| (addObject): |
| * storage/indexeddb/resources/cursor-inconsistency.js: |
| (openBasicCursor): |
| * storage/indexeddb/resources/cursor-index-delete.js: |
| (openCursor): |
| (addObject): |
| * storage/indexeddb/resources/cursor-key-order.js: |
| * storage/indexeddb/resources/cursor-prev-no-duplicate.js: |
| (populateStore): |
| (testFarRangeCursor_closed): |
| (testFarRangeCursor_open): |
| (testFarRangeCursor_indexClosed): |
| (testFarRangeCursor_indexOpen): |
| (testFarRangeCursor_indexKeyOpen): |
| (testFarRangeCursor_indexKeyClosed): |
| (testBoundaryCursor_closed): |
| (testBoundaryCursor_open): |
| (testBoundaryCursor_indexClosed): |
| (testBoundaryCursor_indexOpen): |
| (testBoundaryCursor_indexKeyClosed): |
| (testBoundaryCursor_indexKeyOpen): |
| (testNoDuplicate_closed): |
| (testNoDuplicate_open): |
| (testNoDuplicate_indexKeyClosed): |
| * storage/indexeddb/resources/cursor-primary-key-order.js: |
| (populateStore): |
| * storage/indexeddb/resources/cursor-reverse-bug.js: |
| (populateStore): |
| (testCursor): |
| * storage/indexeddb/resources/cursor-skip-deleted.js: |
| (basicCursorTest): |
| (reverseCursorTest): |
| * storage/indexeddb/resources/cursor-update.js: |
| (openBasicCursor): |
| * storage/indexeddb/resources/data-corruption.js: |
| (addData): |
| (getData): |
| * storage/indexeddb/resources/database-quota.js: |
| (checkQuotaEnforcing): |
| * storage/indexeddb/resources/delete-range.js: |
| (runTests.nextTest): |
| (runTests): |
| * storage/indexeddb/resources/error-causes-abort-by-default.js: |
| (addData): |
| (transactionCompleted): |
| (transactionAborted1): |
| * storage/indexeddb/resources/exception-in-event-aborts.js: |
| (startTest): |
| (transactionAborted1): |
| (transactionAborted2): |
| * storage/indexeddb/resources/factory-deletedatabase.js: |
| (getValue): |
| * storage/indexeddb/resources/index-count.js: |
| * storage/indexeddb/resources/index-cursor.js: |
| (runNextTest): |
| (testNullKeyRange): |
| * storage/indexeddb/resources/index-multientry.js: |
| * storage/indexeddb/resources/index-unique.js: |
| (setVersionCompleted): |
| * storage/indexeddb/resources/key-generator.js: |
| (.): |
| * storage/indexeddb/resources/key-type-array.js: |
| * storage/indexeddb/resources/keypath-edges.js: |
| * storage/indexeddb/resources/keypath-intrinsic-properties.js: |
| * storage/indexeddb/resources/legacy-constants.js: Added. |
| (test): |
| (prepareDatabase.openreq.onsuccess.verreq.onsuccess): |
| (prepareDatabase.openreq.onsuccess): |
| (prepareDatabase): |
| (populateStore): |
| (checkNext.request.onsuccess): |
| (checkNext): |
| (checkNextNoDuplicate.request.onsuccess): |
| (checkNextNoDuplicate): |
| (checkPrev.request.onsuccess): |
| (checkPrev): |
| (checkPrevNoDuplicate.request.onsuccess): |
| (checkPrevNoDuplicate): |
| * storage/indexeddb/resources/mutating-cursor.js: |
| (openForwardCursor): |
| (openReverseCursor): |
| * storage/indexeddb/resources/objectstore-autoincrement.js: |
| (setVersionCompleted): |
| * storage/indexeddb/resources/objectstore-basics.js: |
| (addData): |
| (addAgainFailure): |
| * storage/indexeddb/resources/objectstore-count.js: |
| * storage/indexeddb/resources/objectstore-cursor.js: |
| (runNextTest): |
| (testNullKeyRange): |
| * storage/indexeddb/resources/open-cursor.js: |
| (cursorWithKeySuccess): |
| (cursorSuccess): |
| * storage/indexeddb/resources/open-during-transaction.js: |
| * storage/indexeddb/resources/opencursor-key.js: |
| * storage/indexeddb/resources/prefetch-bugfix-108071.js: |
| * storage/indexeddb/resources/request-event-propagation.js: |
| (startTest): |
| (transactionAborted): |
| (transactionAborted2): |
| * storage/indexeddb/resources/set_version_blocked.js: |
| (blocked): |
| * storage/indexeddb/resources/transaction-abort.js: |
| (startTest): |
| * storage/indexeddb/resources/transaction-after-close.js: |
| (runFirstRegularTransaction): |
| (firstTransactionComplete): |
| (onSecondOpen): |
| * storage/indexeddb/resources/transaction-basics.js: |
| (testInvalidMode): |
| * storage/indexeddb/resources/transaction-event-propagation.js: |
| (startTest): |
| (dbAbortBubbleCallback): |
| * storage/indexeddb/resources/transaction-rollback.js: |
| (setVersionComplete): |
| (abortCallback): |
| * storage/indexeddb/set_version_blocked-expected.txt: |
| * storage/indexeddb/structured-clone-expected.txt: |
| * storage/indexeddb/structured-clone.html: |
| * storage/indexeddb/transaction-abort-expected.txt: |
| * storage/indexeddb/transaction-abort-with-js-recursion-cross-frame-expected.txt: |
| * storage/indexeddb/transaction-abort-with-js-recursion-cross-frame.html: |
| * storage/indexeddb/transaction-abort-with-js-recursion-expected.txt: |
| * storage/indexeddb/transaction-abort-with-js-recursion.html: |
| * storage/indexeddb/transaction-after-close-expected.txt: |
| * storage/indexeddb/transaction-basics-expected.txt: |
| * storage/indexeddb/transaction-event-propagation-expected.txt: |
| * storage/indexeddb/transaction-rollback-expected.txt: |
| * storage/indexeddb/tutorial.html: |
| |
| 2012-05-03 Sam Weinig <sam@webkit.org> |
| |
| Add an eventPhase NONE constant |
| https://bugs.webkit.org/show_bug.cgi?id=85397 |
| |
| Reviewed by Anders Carlsson. |
| |
| * fast/dom/constants-expected.txt: |
| * fast/dom/constants.html: |
| Test the value of the constant. |
| |
| * fast/events/event-trace-expected.txt: |
| * fast/events/event-trace.html: |
| Ensure that the eventPhase is NONE when first initialized. |
| |
| 2012-05-03 Tony Chang <tony@chromium.org> |
| |
| Height overflow when nesting multiple new Flexbox'es. |
| https://bugs.webkit.org/show_bug.cgi?id=83572 |
| |
| Reviewed by Ojan Vafai. |
| |
| * css3/flexbox/nested-stretch-expected.txt: Added. |
| * css3/flexbox/nested-stretch.html: Added. |
| |
| 2012-05-03 Tom Zakrajsek <tomz@codeaurora.org> |
| |
| Unreviewed gardening |
| |
| * platform/chromium/test_expectations.txt: |
| * platform/efl/test_expectations.txt: |
| * platform/gtk/test_expectations.txt: |
| * platform/mac/test_expectations.txt: |
| * platform/qt/test_expectations.txt: |
| |
| 2012-05-03 Zhenyao Mo <zmo@google.com> |
| |
| Unreviewed, rebaseline. |
| |
| * platform/chromium-win-vista/fast/css/zoom-body-scroll-expected.txt: Added. |
| * platform/chromium-win-xp/fast/css/zoom-body-scroll-expected.txt: Added. |
| * platform/chromium-win/fast/css/zoom-body-scroll-expected.txt: |
| |
| 2012-05-03 Levi Weintraub <leviw@chromium.org> |
| |
| Updating expectations after r116009. |
| |
| * platform/chromium-linux/fast/block/float/overhanging-tall-block-expected.txt: Removed. |
| * platform/chromium-mac/fast/block/float/overhanging-tall-block-expected.png: Added. |
| * platform/chromium-mac/fast/block/float/overhanging-tall-block-expected.txt: Added. |
| * platform/chromium-win/fast/block/float/overhanging-tall-block-expected.txt: |
| * platform/chromium/fast/block/float/overhanging-tall-block-expected.png: Removed. |
| * platform/chromium/fast/block/float/overhanging-tall-block-expected.txt: Removed. |
| |
| 2012-05-03 Philip Rogers <pdr@google.com> |
| |
| Fix numeric precision issue in SVG animations |
| https://bugs.webkit.org/show_bug.cgi?id=85502 |
| |
| Reviewed by Dirk Schulze. |
| |
| * svg/animations/animate-end-attribute-numeric-precision-expected.txt: Added. |
| * svg/animations/animate-end-attribute-numeric-precision.html: Added. |
| * svg/animations/script-tests/animate-end-attribute-numeric-precision.js: Added. |
| (sample1): |
| (sample2): |
| (executeTest): |
| |
| 2012-05-03 Zhenyao Mo <zmo@google.com> |
| |
| Unreviewed, rebaseline. |
| |
| * platform/chromium-mac-leopard/svg/as-image/image-respects-pageScaleFactor-expected.png: Added. |
| * platform/chromium-mac-snowleopard/svg/as-image/image-respects-pageScaleFactor-expected.png: Added. |
| * platform/chromium-mac/svg/as-image/image-respects-pageScaleFactor-expected.png: Added. |
| * platform/chromium-win-vista/svg/as-image: Added. |
| * platform/chromium-win-vista/svg/as-image/image-respects-pageScaleFactor-expected.png: Added. |
| * platform/chromium-win-vista/svg/as-image/image-respects-pageScaleFactor-expected.txt: Added. |
| * platform/chromium-win-xp/svg/as-image: Added. |
| * platform/chromium-win-xp/svg/as-image/image-respects-pageScaleFactor-expected.png: Added. |
| * platform/chromium-win-xp/svg/as-image/image-respects-pageScaleFactor-expected.txt: Added. |
| * platform/chromium-win/svg/as-image/image-respects-pageScaleFactor-expected.png: Added. |
| * platform/chromium-win/svg/as-image/image-respects-pageScaleFactor-expected.txt: Added. |
| |
| 2012-05-03 Emil A Eklund <eae@chromium.org> |
| |
| Unreviewed test expectations update for zoom event test due to slight change in rounding in hit testing code post the switch to FractionalLayoutUnits. |
| |
| * fast/events/zoom-dblclick-expected.txt: |
| * fast/events/zoom-dblclick.html: |
| |
| 2012-05-03 Dave Tharp <dtharp@codeaurora.org> |
| |
| Integrate IETC CSS : flexbox tests |
| https://bugs.webkit.org/show_bug.cgi?id=85210 |
| |
| Reviewed by Adam Barth. |
| |
| Added 24 IETC Flexbox tests and reference tests. Three of these fail and have |
| new bugs written against them. Failing tests added to test_expectations.txt |
| for the various ports. |
| |
| * ietestcenter/css3/flexbox/flexbox-align-baseline-001-expected.htm: Added. |
| * ietestcenter/css3/flexbox/flexbox-align-baseline-001.htm: Added. |
| * ietestcenter/css3/flexbox/flexbox-align-center-001-expected.htm: Added. |
| * ietestcenter/css3/flexbox/flexbox-align-center-001.htm: Added. |
| * ietestcenter/css3/flexbox/flexbox-align-center-002-expected.htm: Added. |
| * ietestcenter/css3/flexbox/flexbox-align-center-002.htm: Added. |
| * ietestcenter/css3/flexbox/flexbox-align-end-001-expected.htm: Added. |
| * ietestcenter/css3/flexbox/flexbox-align-end-001.htm: Added. |
| * ietestcenter/css3/flexbox/flexbox-align-start-001-expected.htm: Added. |
| * ietestcenter/css3/flexbox/flexbox-align-start-001.htm: Added. |
| * ietestcenter/css3/flexbox/flexbox-align-stretch-001-expected.htm: Added. |
| * ietestcenter/css3/flexbox/flexbox-align-stretch-001.htm: Added. |
| * ietestcenter/css3/flexbox/flexbox-direction-001-expected.htm: Added. |
| * ietestcenter/css3/flexbox/flexbox-direction-001.htm: Added. |
| * ietestcenter/css3/flexbox/flexbox-flex-001-expected.htm: Added. |
| * ietestcenter/css3/flexbox/flexbox-flex-001.htm: Added. |
| * ietestcenter/css3/flexbox/flexbox-flex-002-expected.htm: Added. |
| * ietestcenter/css3/flexbox/flexbox-flex-002.htm: Added. |
| * ietestcenter/css3/flexbox/flexbox-flex-003-expected.htm: Added. |
| * ietestcenter/css3/flexbox/flexbox-flex-003.htm: Added. |
| * ietestcenter/css3/flexbox/flexbox-flex-004-expected.htm: Added. |
| * ietestcenter/css3/flexbox/flexbox-flex-004.htm: Added. |
| * ietestcenter/css3/flexbox/flexbox-flex-005-expected.htm: Added. |
| * ietestcenter/css3/flexbox/flexbox-flex-005.htm: Added. |
| * ietestcenter/css3/flexbox/flexbox-groups-001-expected.htm: Added. |
| * ietestcenter/css3/flexbox/flexbox-groups-001.htm: Added. |
| * ietestcenter/css3/flexbox/flexbox-groups-002-expected.htm: Added. |
| * ietestcenter/css3/flexbox/flexbox-groups-002.htm: Added. |
| * ietestcenter/css3/flexbox/flexbox-groups-003-expected.htm: Added. |
| * ietestcenter/css3/flexbox/flexbox-groups-003.htm: Added. |
| * ietestcenter/css3/flexbox/flexbox-groups-004-expected.htm: Added. |
| * ietestcenter/css3/flexbox/flexbox-groups-004.htm: Added. |
| * ietestcenter/css3/flexbox/flexbox-layout-001-expected.htm: Added. |
| * ietestcenter/css3/flexbox/flexbox-layout-001.htm: Added. |
| * ietestcenter/css3/flexbox/flexbox-layout-002-expected.htm: Added. |
| * ietestcenter/css3/flexbox/flexbox-layout-002.htm: Added. |
| * ietestcenter/css3/flexbox/flexbox-layout-003-expected.htm: Added. |
| * ietestcenter/css3/flexbox/flexbox-layout-003.htm: Added. |
| * ietestcenter/css3/flexbox/flexbox-ordinal-group-001-expected.htm: Added. |
| * ietestcenter/css3/flexbox/flexbox-ordinal-group-001.htm: Added. |
| * ietestcenter/css3/flexbox/flexbox-pack-center-001-expected.htm: Added. |
| * ietestcenter/css3/flexbox/flexbox-pack-center-001.htm: Added. |
| * ietestcenter/css3/flexbox/flexbox-pack-end-001-expected.htm: Added. |
| * ietestcenter/css3/flexbox/flexbox-pack-end-001.htm: Added. |
| * ietestcenter/css3/flexbox/flexbox-pack-justify-001-expected.htm: Added. |
| * ietestcenter/css3/flexbox/flexbox-pack-justify-001.htm: Added. |
| * ietestcenter/css3/flexbox/flexbox-pack-start-001-expected.htm: Added. |
| * ietestcenter/css3/flexbox/flexbox-pack-start-001.htm: Added. |
| * platform/chromium/test_expectations.txt: |
| * platform/efl/test_expectations.txt: |
| * platform/gtk/test_expectations.txt: |
| * platform/mac/test_expectations.txt: |
| * platform/qt/test_expectations.txt: |
| |
| 2012-05-03 Emil A Eklund <eae@chromium.org> |
| |
| Unreviewed chromium test expectations update, mark a column test as failing due to overflow. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-05-03 Emil A Eklund <eae@chromium.org> |
| |
| Unreviewed test expectations change for chromium, skip subpixel tests until SUBPIXEL_LAYOUT is enabled. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-05-03 Raphael Kubo da Costa <rakuco@webkit.org> |
| |
| [EFL] Unreviewed gardening. |
| |
| * platform/efl/fast/html/details-position-expected.txt: Added. |
| * platform/efl/fast/replaced/width100percent-checkbox-expected.txt: |
| * platform/efl/fast/replaced/width100percent-radio-expected.txt: |
| |
| 2012-04-23 Levi Weintraub <leviw@chromium.org> |
| |
| [meta] Switch away from integers representing pixels for layout/event handling/rendering |
| https://bugs.webkit.org/show_bug.cgi?id=60318 |
| |
| Reviewed by Eric Seidel. |
| |
| * fast/sub-pixel: Added. |
| * fast/sub-pixel/client-width-height-snapping-expected.txt: Added. |
| * fast/sub-pixel/client-width-height-snapping.html: Added. |
| * fast/sub-pixel/size-of-box-with-zoom-expected.html: Added. |
| * fast/sub-pixel/size-of-box-with-zoom.html: Added. |
| * fast/sub-pixel/layout-boxes-with-zoom-expected.html: Added. |
| * fast/sub-pixel/layout-boxes-with-zoom.html: Added. |
| |
| <<<<<<< .mine |
| 2012-05-03 Levi Weintraub <leviw@chromium.org> |
| |
| [meta] Switch away from integers representing pixels for layout/event handling/rendering |
| https://bugs.webkit.org/show_bug.cgi?id=60318 |
| |
| Reviewed by Eric Seidel. |
| |
| * fast/sub-pixel: Added. |
| * fast/sub-pixel/client-width-height-snapping-expected.txt: Added. |
| * fast/sub-pixel/client-width-height-snapping.html: Added. |
| * fast/sub-pixel/layout-boxes-with-zoom-expected.html: Added. |
| * fast/sub-pixel/layout-boxes-with-zoom.html: Added. |
| * fast/sub-pixel/size-of-box-with-zoom-expected.html: Added. |
| * fast/sub-pixel/size-of-box-with-zoom.html: Added. |
| * platform/efl/Skipped: Skipping sub-pixel tests until platforms enabled the |
| SUBPIXEL_LAYOUT feature flag. |
| * platform/gtk-wk2/Skipped: Ditto. |
| * platform/mac-lion/Skipped: Ditto. |
| * platform/mac-snowleopard/Skipped: Ditto. |
| * platform/mac-wk2/Skipped: Ditto. |
| * platform/mac/Skipped: Ditto. |
| * platform/qt-4.8/Skipped: Ditto. |
| * platform/qt-5.0-wk1/Skipped: Ditto. |
| * platform/qt-5.0-wk2/Skipped: Ditto. |
| * platform/qt-5.0/Skipped: Ditto. |
| * platform/qt-arm/Skipped: Ditto. |
| * platform/qt-mac/Skipped: Ditto. |
| * platform/qt/Skipped: Ditto. |
| * platform/win-wk2/Skipped: Ditto. |
| * platform/win-xp/Skipped: Ditto. |
| * platform/win/Skipped: Ditto. |
| * platform/wincairo/Skipped: Ditto. |
| * platform/wk2/Skipped: Ditto. |
| |
| ======= |
| 2012-05-03 Raphael Kubo da Costa <rakuco@webkit.org> |
| |
| [EFL] Unreviewed, remove expectation which was failing. |
| |
| The current result matches the base expectation, so remove the |
| port-specific one. |
| |
| * platform/efl/fast/css/zoom-body-scroll-expected.txt: Removed. |
| |
| 2012-05-03 Zhenyao Mo <zmo@google.com> |
| |
| Unreviewed, rebaseline. |
| |
| * platform/chromium-mac/compositing/geometry/foreground-layer-expected.txt: Removed. |
| * platform/chromium-mac/compositing/iframes/invisible-nested-iframe-show-expected.txt: |
| * platform/chromium-win/compositing/geometry/ancestor-overflow-change-expected.txt: |
| * platform/chromium-win/compositing/geometry/foreground-layer-expected.txt: Removed. |
| * platform/chromium-win/compositing/iframes/invisible-nested-iframe-show-expected.txt: |
| * platform/chromium-win/compositing/overflow/clip-descendents-expected.txt: |
| * platform/chromium/compositing/geometry/foreground-layer-expected.txt: Replaced. |
| * platform/chromium/compositing/iframes/invisible-nested-iframe-show-expected.txt: Removed. |
| |
| 2012-05-03 Filip Pizlo <fpizlo@apple.com> |
| |
| Unreviewed, unskipping fixed test. |
| |
| * platform/mac/Skipped: |
| |
| 2012-05-03 Tim Horton <timothy_horton@apple.com> |
| |
| REGRESSION(99539): SVG <img> disregards page scale and device scale |
| https://bugs.webkit.org/show_bug.cgi?id=77237 |
| <rdar://problem/10767413> |
| |
| Reviewed by Simon Fraser. |
| |
| Add tests ensuring that SVG used via <img> respects deviceScaleFactor and pageScaleFactor. |
| |
| * platform/chromium-linux/svg/as-image/image-respects-pageScaleFactor-expected.txt: Added. |
| * platform/chromium-linux/svg/as-image/image-respects-pageScaleFactor-expected.png: Added. |
| * platform/chromium/test_expectations.txt: |
| * platform/qt/Skipped: |
| * platform/mac/svg/as-image/image-respects-deviceScaleFactor-expected.png: Added. |
| * platform/mac/svg/as-image/image-respects-deviceScaleFactor-expected.txt: Added. |
| * platform/mac/svg/as-image/image-respects-pageScaleFactor-expected.png: Added. |
| * platform/mac/svg/as-image/image-respects-pageScaleFactor-expected.txt: Added. |
| * platform/efl/Skipped: |
| * svg/as-image/image-respects-deviceScaleFactor.html: Added. |
| * svg/as-image/image-respects-pageScaleFactor.html: Added. |
| |
| 2012-05-03 Joshua Bell <jsbell@chromium.org> |
| |
| IndexedDB: Handle generated keys up to 2^53 |
| https://bugs.webkit.org/show_bug.cgi?id=85114 |
| |
| Reviewed by Tony Chang. |
| |
| * storage/indexeddb/key-generator-expected.txt: |
| * storage/indexeddb/resources/key-generator.js: |
| (get defineTest): |
| |
| 2012-05-03 Filip Pizlo <fpizlo@apple.com> |
| |
| Unreviewed. skip failing test. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=85529 |
| |
| * platform/mac/Skipped: |
| |
| 2012-05-03 Filip Pizlo <fpizlo@apple.com> |
| |
| Unreviewed, skipping flaky tests. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=85522 |
| https://bugs.webkit.org/show_bug.cgi?id=85523 |
| https://bugs.webkit.org/show_bug.cgi?id=85524 |
| https://bugs.webkit.org/show_bug.cgi?id=85525 |
| |
| * platform/mac/Skipped: |
| |
| 2012-05-03 Dan Bernstein <mitz@apple.com> |
| |
| Removed dumpAsText() from this ref test, since that apparently confuses the test tool. |
| |
| * fast/writing-mode/flipped-blocks-inline-map-local-to-container.html: |
| |
| 2012-05-03 Andreas Kling <kling@webkit.org> |
| |
| REGRESSION(r111387): CSSOM representation of 'background-image' values should be CSSPrimitiveValue. |
| <http://webkit.org/b/85500> |
| |
| Reviewed by Antti Koivisto. |
| |
| Update fast/css/image-value-type.html to reflect that CSSImageValue are now exposed |
| as primitive values in the CSSOM. |
| |
| * fast/css/image-value-type-expected.txt: |
| * fast/css/image-value-type.html: |
| |
| 2012-05-03 Keishi Hattori <keishi@webkit.org> |
| |
| Crash in HTMLFormControlElement::m_fieldSetAncestor |
| https://bugs.webkit.org/show_bug.cgi?id=85453 |
| |
| Reviewed by Kent Tamura. |
| |
| * fast/forms/datalist/datalist-child-validation-expected.txt: |
| * fast/forms/datalist/datalist-child-validation.html: Added tests that check the validation status of removed node. |
| * fast/forms/form-control-element-crash-expected.txt: |
| * fast/forms/form-control-element-crash.html: Replaced with a better, easier to understand test case from the cluster-fuzz. |
| |
| 2012-05-03 Simon Fraser <simon.fraser@apple.com> |
| |
| Keep overlap testing for compositing on pages with 3d transforms when possible |
| https://bugs.webkit.org/show_bug.cgi?id=62487 |
| |
| Reviewed by Antti Koivisto. |
| |
| Two new tests that check for layer creation outside of an overflow:hidden |
| stacking context. |
| |
| Updated results for other tests whose results are affected by the |
| 'compositingConsultsOverlap' flag; their layers are now constrained to |
| the viewport. |
| |
| * compositing/geometry/ancestor-overflow-change-expected.txt: |
| * compositing/geometry/foreground-layer-expected.txt: |
| * compositing/iframes/invisible-nested-iframe-show-expected.txt: |
| * compositing/layer-creation/overlap-animation-expected.txt: Added. |
| * compositing/layer-creation/overlap-animation.html: Added. |
| * compositing/layer-creation/overlap-transforms-expected.txt: Added. |
| * compositing/layer-creation/overlap-transforms.html: Added. |
| |
| 2012-05-03 Thiago Marcos P. Santos <thiago.santos@intel.com> |
| |
| [EFL] CSS tests needs gardening |
| https://bugs.webkit.org/show_bug.cgi?id=85499 |
| |
| Unreviewed gardening. |
| |
| Moved CSS tests from Skipped to test_expectations.txt and made the |
| reference to the appropriated bug. Also updated missing/wrong |
| baselines. |
| |
| * platform/efl/Skipped: |
| * platform/efl/css1/basic/class_as_selector-expected.png: |
| * platform/efl/css1/basic/comments-expected.png: |
| * platform/efl/css1/basic/containment-expected.png: |
| * platform/efl/css1/box_properties/acid_test-expected.png: |
| * platform/efl/css1/box_properties/border-expected.png: |
| * platform/efl/css1/cascade/cascade_order-expected.png: |
| * platform/efl/css1/cascade/important-expected.png: |
| * platform/efl/css1/classification/display-expected.png: |
| * platform/efl/css1/classification/list_style-expected.png: |
| * platform/efl/css1/color_and_background/background-expected.png: |
| * platform/efl/css1/color_and_background/background_attachment-expected.png: |
| * platform/efl/css1/conformance/forward_compatible_parsing-expected.png: |
| * platform/efl/css2.1/20110323/abspos-containing-block-initial-001-expected.png: Added. |
| * platform/efl/css2.1/20110323/abspos-containing-block-initial-001-expected.txt: Added. |
| * platform/efl/css2.1/20110323/background-intrinsic-001-expected.png: Added. |
| * platform/efl/css2.1/20110323/background-intrinsic-001-expected.txt: Added. |
| * platform/efl/css2.1/20110323/background-intrinsic-002-expected.png: Added. |
| * platform/efl/css2.1/20110323/background-intrinsic-002-expected.txt: Added. |
| * platform/efl/css2.1/20110323/background-intrinsic-003-expected.png: Added. |
| * platform/efl/css2.1/20110323/background-intrinsic-003-expected.txt: Added. |
| * platform/efl/css2.1/20110323/background-intrinsic-004-expected.png: Added. |
| * platform/efl/css2.1/20110323/background-intrinsic-004-expected.txt: Added. |
| * platform/efl/css2.1/20110323/background-intrinsic-005-expected.png: Added. |
| * platform/efl/css2.1/20110323/background-intrinsic-005-expected.txt: Added. |
| * platform/efl/css2.1/20110323/background-intrinsic-006-expected.png: Added. |
| * platform/efl/css2.1/20110323/background-intrinsic-006-expected.txt: Added. |
| * platform/efl/css2.1/20110323/background-intrinsic-007-expected.png: Added. |
| * platform/efl/css2.1/20110323/background-intrinsic-007-expected.txt: Added. |
| * platform/efl/css2.1/20110323/background-intrinsic-008-expected.png: Added. |
| * platform/efl/css2.1/20110323/background-intrinsic-008-expected.txt: Added. |
| * platform/efl/css2.1/20110323/background-intrinsic-009-expected.png: Added. |
| * platform/efl/css2.1/20110323/background-intrinsic-009-expected.txt: Added. |
| * platform/efl/css2.1/20110323/border-collapse-offset-002-expected.png: Added. |
| * platform/efl/css2.1/20110323/border-collapse-offset-002-expected.txt: Added. |
| * platform/efl/css2.1/20110323/border-spacing-applies-to-015-expected.png: Added. |
| * platform/efl/css2.1/20110323/border-spacing-applies-to-015-expected.txt: Added. |
| * platform/efl/css2.1/20110323/dynamic-top-change-001-expected.png: Added. |
| * platform/efl/css2.1/20110323/dynamic-top-change-001-expected.txt: Added. |
| * platform/efl/css2.1/20110323/dynamic-top-change-002-expected.png: Added. |
| * platform/efl/css2.1/20110323/dynamic-top-change-002-expected.txt: Added. |
| * platform/efl/css2.1/20110323/dynamic-top-change-003-expected.png: Added. |
| * platform/efl/css2.1/20110323/dynamic-top-change-003-expected.txt: Added. |
| * platform/efl/css2.1/20110323/dynamic-top-change-004-expected.png: Added. |
| * platform/efl/css2.1/20110323/dynamic-top-change-004-expected.txt: Added. |
| * platform/efl/css2.1/20110323/empty-inline-001-expected.png: Added. |
| * platform/efl/css2.1/20110323/empty-inline-001-expected.txt: Added. |
| * platform/efl/css2.1/20110323/empty-inline-002-expected.png: Added. |
| * platform/efl/css2.1/20110323/empty-inline-002-expected.txt: Added. |
| * platform/efl/css2.1/20110323/empty-inline-003-expected.png: Added. |
| * platform/efl/css2.1/20110323/empty-inline-003-expected.txt: Added. |
| * platform/efl/css2.1/20110323/outline-color-applies-to-008-expected.png: Added. |
| * platform/efl/css2.1/20110323/outline-color-applies-to-008-expected.txt: Added. |
| * platform/efl/css2.1/20110323/table-caption-001-expected.png: Added. |
| * platform/efl/css2.1/20110323/table-caption-001-expected.txt: Added. |
| * platform/efl/css2.1/20110323/table-caption-002-expected.png: Added. |
| * platform/efl/css2.1/20110323/table-caption-002-expected.txt: Added. |
| * platform/efl/css2.1/20110323/table-caption-horizontal-alignment-001-expected.png: Added. |
| * platform/efl/css2.1/20110323/table-caption-horizontal-alignment-001-expected.txt: Added. |
| * platform/efl/css2.1/20110323/table-caption-margins-001-expected.png: Added. |
| * platform/efl/css2.1/20110323/table-caption-margins-001-expected.txt: Added. |
| * platform/efl/css2.1/20110323/table-caption-optional-001-expected.png: Added. |
| * platform/efl/css2.1/20110323/table-caption-optional-001-expected.txt: Added. |
| * platform/efl/css2.1/20110323/table-caption-optional-002-expected.png: Added. |
| * platform/efl/css2.1/20110323/table-caption-optional-002-expected.txt: Added. |
| * platform/efl/css3/images/cross-fade-background-size-expected.txt: Added. |
| * platform/efl/css3/images/cross-fade-blending-expected.png: Added. |
| * platform/efl/css3/images/cross-fade-blending-expected.txt: Added. |
| * platform/efl/css3/images/cross-fade-invalidation-expected.png: Added. |
| * platform/efl/css3/images/cross-fade-invalidation-expected.txt: Added. |
| * platform/efl/css3/images/cross-fade-simple-expected.png: Added. |
| * platform/efl/css3/images/cross-fade-simple-expected.txt: Added. |
| * platform/efl/css3/images/cross-fade-sizing-expected.png: Added. |
| * platform/efl/css3/images/cross-fade-sizing-expected.txt: Added. |
| * platform/efl/css3/images/cross-fade-tiled-expected.png: Added. |
| * platform/efl/css3/images/cross-fade-tiled-expected.txt: Added. |
| * platform/efl/fast/css-generated-content/nested-tables-with-before-after-content-crash-expected.png: Added. |
| * platform/efl/fast/css-generated-content/nested-tables-with-before-after-content-crash-expected.txt: Added. |
| * platform/efl/fast/css/child-style-can-override-visited-style-expected.png: Added. |
| * platform/efl/fast/css/child-style-can-override-visited-style-expected.txt: Added. |
| * platform/efl/fast/css/clip-text-in-scaled-div-expected.png: Added. |
| * platform/efl/fast/css/clip-text-in-scaled-div-expected.txt: Added. |
| * platform/efl/fast/css/color-correction-on-background-image-expected.txt: Added. |
| * platform/efl/fast/css/color-correction-on-backgrounds-expected.txt: Added. |
| * platform/efl/fast/css/color-correction-on-box-shadow-expected.txt: Added. |
| * platform/efl/fast/css/color-correction-on-text-shadow-expected.txt: Added. |
| * platform/efl/fast/css/color-correction-untagged-images-expected.txt: Added. |
| * platform/efl/fast/css/invalidation-errors-2-expected.txt: |
| * platform/efl/fast/css/invalidation-errors-expected.txt: |
| * platform/efl/fast/css/shadow-multiple-expected.png: |
| * platform/efl/fast/css/text-overflow-input-expected.png: Added. |
| * platform/efl/fast/css/text-overflow-input-expected.txt: Added. |
| * platform/efl/fast/css/text-rendering-expected.png: Removed. |
| * platform/efl/fast/css/text-rendering-expected.txt: Added. |
| * platform/efl/svg/css/composite-shadow-example-expected.txt: Removed. |
| * platform/efl/svg/css/composite-shadow-with-opacity-expected.txt: Removed. |
| * platform/efl/svg/css/group-with-shadow-expected.png: Added. |
| * platform/efl/svg/css/stars-with-shadow-expected.png: Added. |
| * platform/efl/test_expectations.txt: |
| * platform/efl/transforms/svg-vs-css-expected.png: |
| * platform/efl/transforms/svg-vs-css-expected.txt: |
| |
| 2012-05-03 Zhenyao Mo <zmo@google.com> |
| |
| Unreviewed, rebaseline |
| |
| * platform/chromium-linux-x86/fast/js/dfg-double-vote-fuzz-expected.txt: Added. |
| |
| 2012-05-03 Dan Bernstein <mitz@apple.com> |
| |
| highlight for Ruby text is mispositioned in the Web Inspector |
| https://bugs.webkit.org/show_bug.cgi?id=82684 |
| |
| Reviewed by Simon Fraser. |
| |
| * fast/writing-mode/flipped-blocks-inline-map-local-to-container-expected.html: Added. |
| * fast/writing-mode/flipped-blocks-inline-map-local-to-container.html: Added. |
| |
| 2012-05-03 Andrey Kosyakov <caseq@chromium.org> |
| |
| Unreviewed, adjusted platform specifiers for fast/js/dfg-double-vote-fuzz.html |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-05-03 Andrey Kosyakov <caseq@chromium.org> |
| |
| Unreviewed gardening. Narrowed down platform specifiers for some tests, removed some entries. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-05-03 Caio Marcelo de Oliveira Filho <caio.oliveira@openbossa.org> |
| |
| Remove extra checks for empty string when parsing CSS value |
| https://bugs.webkit.org/show_bug.cgi?id=85480 |
| |
| Reviewed by Alexis Menard. |
| |
| * fast/html/font-face-empty-should-not-crash-expected.txt: Added. |
| * fast/html/font-face-empty-should-not-crash.html: Added. |
| |
| 2012-05-03 Arpita Bahuguna <arpitabahuguna@gmail.com> |
| |
| Broken handling of pseudo-elements in selectors API |
| https://bugs.webkit.org/show_bug.cgi?id=83446 |
| |
| Reviewed by Antti Koivisto. |
| |
| * fast/dom/Window/querySelectorAll-with-pseudo-elements-expected.txt: Added. |
| * fast/dom/Window/querySelectorAll-with-pseudo-elements.html: Added. |
| New layout testcase added for verifying that the querySelectorAll() API returns zero |
| when querying for pseudo-elements selectors; as per the specification. |
| |
| 2012-05-03 Sudarsana Nagineni <sudarsana.nagineni@linux.intel.com> |
| |
| [EFL] [DRT] Update EFL baselines after r115846 |
| https://bugs.webkit.org/show_bug.cgi?id=85474 |
| |
| Unreviewed, EFL rebaseline after changes in r115846. |
| |
| * platform/efl/fast/block/float/032-expected.txt: |
| * platform/efl/fast/block/float/overlapping-floats-with-overflow-hidden-expected.txt: |
| * platform/efl/fast/block/float/shrink-to-avoid-float-complexity-expected.txt: |
| * platform/efl/fast/block/lineboxcontain/parsing-invalid-expected.txt: |
| * platform/efl/fast/block/margin-collapse/103-expected.txt: |
| * platform/efl/fast/clip/008-expected.txt: |
| * platform/efl/fast/clip/011-expected.txt: |
| * platform/efl/fast/clip/012-expected.txt: |
| * platform/efl/fast/html/details-no-summary4-expected.txt: |
| * platform/efl/fast/html/details-open-javascript-expected.txt: |
| * platform/efl/fast/html/details-open2-expected.txt: |
| * platform/efl/fast/html/details-open4-expected.txt: |
| * platform/efl/fast/replaced/replaced-breaking-expected.txt: |
| * platform/efl/fast/replaced/replaced-breaking-mixture-expected.txt: |
| * platform/efl/fast/table/003-expected.txt: |
| * platform/efl/fast/table/overflowHidden-expected.txt: |
| * platform/efl/fast/table/text-field-baseline-expected.txt: |
| * platform/efl/fast/text/textIteratorNilRenderer-expected.txt: |
| * platform/efl/http/tests/navigation/javascriptlink-frames-expected.png: |
| * platform/efl/http/tests/navigation/javascriptlink-frames-expected.txt: |
| |
| 2012-05-03 Mihnea Ovidenie <mihnea@adobe.com> |
| |
| [CSSRegions]Correct fast/regions/region-style-inline-background-color.html |
| https://bugs.webkit.org/show_bug.cgi?id=85470 |
| |
| Reviewed by Andreas Kling. |
| |
| Fix a typo in the original test and update the expectations. |
| The purpose of this test is to verify that region styling is NOT enabled for inline elements. The test was passing |
| because region styling rule was not applied due to incorrect region selector. |
| |
| The corrected test makes sure that region styling rule has the right region selector and can be applied to the first region in the test file. |
| |
| * fast/regions/region-style-inline-background-color.html: |
| * platform/chromium-win/fast/regions/region-style-inline-background-color-expected.txt: |
| * platform/mac/fast/regions/region-style-inline-background-color-expected.txt: |
| |
| 2012-04-30 Pavel Feldman <pfeldman@chromium.org> |
| |
| Web Inspector: migrate breakpoint manager to live locations. |
| https://bugs.webkit.org/show_bug.cgi?id=85136 |
| |
| Reviewed by Yury Semikhatsky. |
| |
| * http/tests/inspector/debugger-test.js: |
| (initialize_DebuggerTest): |
| * inspector/debugger/breakpoint-manager-expected.txt: |
| * inspector/debugger/breakpoint-manager.html: |
| * inspector/debugger/debugger-breakpoints-not-activated-on-reload.html: |
| * inspector/debugger/scripts-panel.html: |
| * inspector/debugger/source-frame-expected.txt: |
| * inspector/debugger/source-frame.html: |
| * platform/chromium/inspector/debugger/breakpoint-manager-expected.txt: Removed. |
| |
| 2012-05-03 Uday Kiran <udaykiran@motorola.com> |
| |
| CSS clip: auto clips to box borders instead of removing clipping |
| https://bugs.webkit.org/show_bug.cgi?id=36772 |
| |
| Reviewed by Andreas Kling. |
| |
| CSS 2.1 test case added for clip:auto |
| |
| * css2.1/20110323/clip-001-expected.html: Added. |
| * css2.1/20110323/clip-001.html: Added. |
| * fast/css/getPropertyValue-clip.html: getPropertyValue for clip when auto is specified should return auto and not rect(0px 0px 0px 0px). |
| |
| 2012-05-03 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Fix multiple begin values support - especially with seeking through setCurrentTime |
| https://bugs.webkit.org/show_bug.cgi?id=85372 |
| |
| Reviewed by Zoltan Herczeg. |
| |
| * svg/animations/multiple-begin-additive-animation-expected.txt: Added. |
| * svg/animations/multiple-begin-additive-animation.html: Added. |
| * svg/animations/multiple-begin-animation-discrete-expected.svg: Added. |
| * svg/animations/multiple-begin-animation-discrete.svg: Added. |
| * svg/animations/multiple-begin-animation-expected.svg: Added. |
| * svg/animations/multiple-begin-animation.svg: Added. |
| * svg/animations/resources/multiple-begin-additive-animation.svg: Added. |
| * svg/animations/script-tests/multiple-begin-additive-animation.js: Added. |
| (checkBaseValues): |
| (sample1): |
| (sample2): |
| (sample3): |
| (sample4): |
| (sample5): |
| (sample6): |
| (sample7): |
| (sample8): |
| (sample9): |
| (sample10): |
| (sample11): |
| (sample12): |
| (sample13): |
| (executeTest): |
| |
| 2012-05-03 Dongwoo Im <dw.im@samsung.com> |
| |
| [EFL][DRT] Implement the LayoutTestController's methods related to the Page Visibility API. |
| https://bugs.webkit.org/show_bug.cgi?id=85347 |
| |
| Reviewed by Nikolas Zimmermann. |
| |
| * platformrm/efl/Skipped: Remove one test case of the Page Visibility API. |
| |
| 2012-05-02 Tom Zakrajsek <tomz@codeaurora.org> |
| |
| Need tests for PerfTestRunner.computeStatistics |
| https://bugs.webkit.org/show_bug.cgi?id=85410 |
| |
| Reviewed by Ryosuke Niwa. |
| |
| * fast/harness/perftests/perf-runner-compute-statistics-expected.txt: Added. |
| * fast/harness/perftests/perf-runner-compute-statistics.html: Added. |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-05-02 Csaba Osztrogonác <ossy@webkit.org> |
| |
| [Qt] Unreviewed morning gardening. |
| |
| * platform/qt-5.0/Skipped: |
| * platform/qt-5.0/fast/forms/search-rtl-expected.png: Added. |
| * platform/qt-5.0/fast/forms/search-rtl-expected.txt: |
| * platform/qt/Skipped: |
| |
| 2012-05-02 Andrey Kosyakov <caseq@chromium.org> |
| |
| Unreviewed gardening. Adjusted expectations for slow tests. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-05-02 Andrey Kosyakov <caseq@chromium.org> |
| |
| Unreviewed. Removed entry for fast/dom/prototype-inheritance-2.html to keep lint happy. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-05-02 Erik Arvidsson <arv@chromium.org> |
| |
| Remove window-properties.html and other iterate over all possible properties tests |
| https://bugs.webkit.org/show_bug.cgi?id=85430 |
| |
| Reviewed by Eric Seidel. |
| |
| These tests iterate over all properties in the global scope and their respective properties. |
| These tests are different on all platforms because they depend on build flags. |
| Each feature should be covered by a more specific test than a global catch all that breaks |
| every time anyone touches any IDL file. |
| |
| * fast/dom/Window/window-properties-expected.txt: Removed. |
| * fast/dom/Window/window-properties.html: Removed. |
| * fast/dom/prototype-inheritance-2-expected.txt: Removed. |
| * fast/dom/prototype-inheritance-2.html: Removed. |
| * fast/dom/prototype-inheritance-expected.txt: Removed. |
| * fast/dom/prototype-inheritance.html: Removed. |
| * fast/dom/script-tests/prototype-inheritance-2.js: Removed. |
| * fast/dom/script-tests/prototype-inheritance.js: Removed. |
| * platform/chromium-win/fast/dom/Window/window-properties-expected.txt: Removed. |
| * platform/chromium-win/fast/dom/prototype-inheritance-2-expected.txt: Removed. |
| * platform/chromium/fast/dom/prototype-inheritance-expected.txt: Removed. |
| * platform/chromium/test_expectations.txt: |
| * platform/efl/Skipped: |
| * platform/gtk/fast/dom/Window/window-properties-expected.txt: Removed. |
| * platform/gtk/fast/dom/prototype-inheritance-2-expected.txt: Removed. |
| * platform/mac/fast/dom/Window/window-properties-expected.txt: Removed. |
| * platform/mac/fast/dom/prototype-inheritance-2-expected.txt: Removed. |
| * platform/qt-4.8/fast/dom/Window/window-properties-expected.png: Removed. |
| * platform/qt-4.8/fast/dom/Window/window-properties-expected.txt: Removed. |
| * platform/qt-5.0-wk2/fast/dom/Window/window-properties-expected.txt: Removed. |
| * platform/qt-5.0-wk2/fast/dom/prototype-inheritance-2-expected.txt: Removed. |
| * platform/qt-5.0/fast/dom/Window/window-properties-expected.png: Removed. |
| * platform/qt-5.0/fast/dom/Window/window-properties-expected.txt: Removed. |
| * platform/qt-5.0/fast/dom/prototype-inheritance-2-expected.txt: Removed. |
| * platform/qt-arm/Skipped: |
| * platform/qt/fast/dom/prototype-inheritance-2-expected.png: Removed. |
| * platform/qt/fast/dom/prototype-inheritance-2-expected.txt: Removed. |
| * platform/qt/fast/dom/prototype-inheritance-expected.png: Removed. |
| * platform/win/Skipped: |
| * platform/win/fast/dom/Window/window-properties-expected.txt: Removed. |
| * platform/win/fast/dom/prototype-inheritance-2-expected.txt: Removed. |
| * platform/wincairo/Skipped: |
| |
| 2012-05-02 Dirk Pranke <dpranke@chromium.org> |
| |
| Suppress svg failure after switching chromium-win to DRT mode. |
| |
| Unreviewed, expectations change. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-05-02 Sheriff Bot <webkit.review.bot@gmail.com> |
| |
| Unreviewed, rolling out r115902. |
| http://trac.webkit.org/changeset/115902 |
| https://bugs.webkit.org/show_bug.cgi?id=85441 |
| |
| Compile failure on linux 32 (Requested by zhenyao on #webkit). |
| |
| * storage/indexeddb/key-generator-expected.txt: |
| * storage/indexeddb/resources/key-generator.js: |
| |
| 2012-05-02 Sheriff Bot <webkit.review.bot@gmail.com> |
| |
| Unreviewed, rolling out r115905. |
| http://trac.webkit.org/changeset/115905 |
| https://bugs.webkit.org/show_bug.cgi?id=85435 |
| |
| New computeStatistics test is failing on chromium ports |
| (Requested by tomz on #webkit). |
| |
| * fast/harness/perftests/perf-runner-compute-statistics-expected.txt: Removed. |
| * fast/harness/perftests/perf-runner-compute-statistics.html: Removed. |
| |
| 2012-05-02 Zhenyao Mo <zmo@google.com> |
| |
| Rebaseline, unreviewed. |
| |
| * platform/chromium-linux-x86/http/tests/loading: Added. |
| * platform/chromium-linux-x86/http/tests/loading/pdf-commit-load-callbacks-expected.txt: Added. |
| * platform/chromium-linux/http/tests/loading/pdf-commit-load-callbacks-expected.txt: |
| |
| 2012-05-02 Julien Chaffraix <jchaffraix@webkit.org> |
| |
| Unreviewed gardening. |
| |
| Rebaselined overflow-delete-line.html and ancestor-overflow.html. |
| |
| The pixel changes are only text differences. |
| |
| * fast/repaint/overflow-delete-line-expected.txt: Added. |
| * platform/chromium-mac-leopard/compositing/overflow/ancestor-overflow-expected.png: Added. |
| * platform/chromium-mac-leopard/fast/repaint/overflow-delete-line-expected.png: Added. |
| * platform/chromium-mac-snowleopard/fast/repaint/overflow-delete-line-expected.png: |
| * platform/chromium-mac/compositing/overflow/ancestor-overflow-expected.txt: Removed. |
| * platform/chromium-mac/fast/repaint/overflow-delete-line-expected.txt: Removed. |
| * platform/chromium-win/compositing/overflow/ancestor-overflow-expected.txt: |
| * platform/chromium/test_expectations.txt: |
| * platform/efl/fast/repaint/overflow-delete-line-expected.txt: Removed. |
| * platform/gtk/fast/repaint/overflow-delete-line-expected.txt: Removed. |
| |
| 2012-05-02 Tom Zakrajsek <tomz@codeaurora.org> |
| |
| Need tests for PerfTestRunner.computeStatistics |
| https://bugs.webkit.org/show_bug.cgi?id=85410 |
| |
| Reviewed by Ryosuke Niwa. |
| |
| * fast/harness/perftests/perf-runner-compute-statistics-expected.txt: Added. |
| * fast/harness/perftests/perf-runner-compute-statistics.html: Added. |
| |
| 2012-05-02 Joshua Bell <jsbell@chromium.org> |
| |
| IndexedDB: Handle generated keys up to 2^53 |
| https://bugs.webkit.org/show_bug.cgi?id=85114 |
| |
| Reviewed by Tony Chang. |
| |
| * storage/indexeddb/key-generator-expected.txt: |
| * storage/indexeddb/resources/key-generator.js: |
| (get defineTest): |
| |
| 2012-05-02 Zhenyao Mo <zmo@google.com> |
| |
| Rebaseline, unreviewed. |
| |
| * platform/chromium-mac/fast/text/textIteratorNilRenderer-expected.txt: |
| |
| 2012-05-02 Zhenyao Mo <zmo@google.com> |
| |
| Rebaseline, unreviewed. |
| |
| * platform/chromium-mac/fast/text/textIteratorNilRenderer-expected.txt: |
| * platform/chromium/media/media-can-play-wav-audio-expected.txt: Added. |
| |
| 2012-05-02 Adam Klein <adamk@chromium.org> |
| |
| Childlist mutations in shadow DOM should be observable with MutationObservers |
| https://bugs.webkit.org/show_bug.cgi?id=85402 |
| |
| Reviewed by Ojan Vafai. |
| |
| Added test covering childList mutations as well as attribute and |
| characterData mutations (these were already working). |
| |
| * fast/mutation/shadow-dom-expected.txt: Added. |
| * fast/mutation/shadow-dom.html: Added. |
| |
| 2012-05-02 Eric Carlson <eric.carlson@apple.com> |
| |
| Crash in WebCore::TextTrackList::remove |
| https://bugs.webkit.org/show_bug.cgi?id=85095 |
| |
| Reviewed by Maciej Stachowiak. |
| |
| * media/track/track-remove-quickly-expected.txt: Added. |
| * media/track/track-remove-quickly.html: Added. |
| |
| 2012-05-02 David Barton <dbarton@mathscribe.com> |
| |
| After appending MathML with jquery the table renders with overlaps |
| https://bugs.webkit.org/show_bug.cgi?id=52444 |
| |
| Reviewed by Julien Chaffraix. |
| |
| * mathml/presentation/mo-stretch.html: |
| * platform/mac/mathml/presentation/mo-stretch-expected.png: |
| * platform/mac/mathml/presentation/mo-stretch-expected.txt: |
| |
| 2012-05-02 Gustavo Noronha Silva <gns@gnome.org> |
| |
| Unreviewed gardening. |
| |
| * platform/gtk/test_expectations.txt: remove duplicate annotation |
| for fast/workers/storage/use-same-database-in-page-and-workers.html, |
| added comment explaining the ocasional ASSERT that's a |
| cross-platform problem. |
| |
| 2012-05-02 Andy Estes <aestes@apple.com> |
| |
| media/audio-repaint.html sometimes fails on Lion Debug (Tests) |
| https://bugs.webkit.org/show_bug.cgi?id=84357 |
| |
| * platform/mac/Skipped: Skipped the flaky test. |
| |
| 2012-05-02 Andy Estes <aestes@apple.com> |
| |
| Update two more Mac baselines. |
| |
| * platform/mac/fast/forms/input-appearance-spinbutton-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug4527-expected.txt: |
| |
| 2012-05-02 Andy Estes <aestes@apple.com> |
| |
| Update more Mac baselines after r115846. |
| |
| * platform/mac/editing/selection/select-from-textfield-outwards-expected.txt: |
| * platform/mac/fast/block/float/avoiding-float-centered-expected.txt: |
| * platform/mac/fast/block/float/float-not-removed-from-next-sibling3-expected.txt: |
| * platform/mac/media/audio-controls-rendering-expected.txt: |
| |
| 2012-05-02 Ryosuke Niwa <rniwa@webkit.org> |
| |
| blockquote gets clobbered on delete, but the font-tag inside it doesn't |
| https://bugs.webkit.org/show_bug.cgi?id=19702 |
| |
| Reviewed by Enrica Casucci. |
| |
| Add a regression test initially authored by Ojan Vafai since this bug appears to have been fixed already. |
| |
| * editing/execCommand/delete-line-and-insert-text-in-font-inside-blockquote-expected.txt: Added. |
| * editing/execCommand/delete-line-and-insert-text-in-font-inside-blockquote.html: Added. |
| |
| 2012-05-02 Keith Rosenblatt <keith.rosenblatt@nokia.com> |
| |
| [Qt] ASSERT in FontCustomPlatformDataQt.cpp with invalid font in data URI |
| https://bugs.webkit.org/show_bug.cgi?id=85089 |
| |
| Reviewed by Simon Hausmann. |
| |
| * fast/css/font-face-data-uri-invalid-expected.txt: Added. |
| * fast/css/font-face-data-uri-invalid.html: Added. |
| |
| 2012-05-02 Andy Estes <aestes@apple.com> |
| |
| Update Mac baselines after r115846. |
| |
| * platform/mac/fast/clip/008-expected.txt: |
| * platform/mac/fast/clip/011-expected.txt: |
| * platform/mac/fast/clip/012-expected.txt: |
| * platform/mac/fast/forms/input-text-double-click-expected.txt: |
| * platform/mac/fast/repaint/overflow-delete-line-expected.txt: |
| * platform/mac/media/controls-after-reload-expected.txt: |
| * platform/mac/media/controls-strict-expected.txt: |
| * platform/mac/media/video-controls-rendering-expected.txt: |
| * platform/mac/media/video-display-toggle-expected.txt: |
| * platform/mac/media/video-no-audio-expected.txt: |
| * platform/mac/media/video-playing-and-pause-expected.txt: |
| * platform/mac/platform/mac/fast/forms/input-appearance-spinbutton-up-expected.txt: Added. |
| * platform/mac/svg/custom/inline-svg-in-xhtml-expected.txt: |
| * platform/mac/svg/hixie/mixed/003-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt: |
| * platform/mac/transforms/3d/general/perspective-non-layer-expected.txt: |
| |
| 2012-05-02 Nate Chapin <japhet@chromium.org> |
| |
| Unreviewed, rebaseline pdf-commit-load-callbacks.html for chromium-linux. |
| |
| * platform/chromium-linux/http/tests/loading/pdf-commit-load-callbacks-expected.txt: Added. |
| |
| 2012-05-02 Csaba Osztrogonác <ossy@webkit.org> |
| |
| [Qt] Unreviewed, rebaselining after changes in r115846. |
| |
| REGRESSION(110072): Clipping is not applied on layers that are animated using platform code |
| https://bugs.webkit.org/show_bug.cgi?id=83954 |
| |
| * platform/qt/animations/combo-transform-translate+scale-expected.txt: Added. |
| * platform/qt/compositing/geometry/object-clip-rects-assertion-expected.txt: Added. |
| * platform/qt/compositing/overflow/ancestor-overflow-expected.png: |
| * platform/qt/compositing/overflow/ancestor-overflow-expected.txt: |
| * platform/qt/css3/selectors3/html/css3-modsel-23-expected.png: |
| * platform/qt/css3/selectors3/html/css3-modsel-23-expected.txt: |
| * platform/qt/css3/selectors3/html/css3-modsel-24-expected.png: |
| * platform/qt/css3/selectors3/html/css3-modsel-24-expected.txt: |
| * platform/qt/css3/selectors3/html/css3-modsel-68-expected.png: |
| * platform/qt/css3/selectors3/html/css3-modsel-68-expected.txt: |
| * platform/qt/css3/selectors3/html/css3-modsel-69-expected.png: |
| * platform/qt/css3/selectors3/html/css3-modsel-69-expected.txt: |
| * platform/qt/css3/selectors3/xhtml/css3-modsel-23-expected.png: |
| * platform/qt/css3/selectors3/xhtml/css3-modsel-23-expected.txt: |
| * platform/qt/css3/selectors3/xhtml/css3-modsel-24-expected.png: |
| * platform/qt/css3/selectors3/xhtml/css3-modsel-24-expected.txt: |
| * platform/qt/css3/selectors3/xhtml/css3-modsel-68-expected.png: |
| * platform/qt/css3/selectors3/xhtml/css3-modsel-68-expected.txt: |
| * platform/qt/css3/selectors3/xhtml/css3-modsel-69-expected.png: |
| * platform/qt/css3/selectors3/xhtml/css3-modsel-69-expected.txt: |
| * platform/qt/css3/selectors3/xml/css3-modsel-23-expected.png: |
| * platform/qt/css3/selectors3/xml/css3-modsel-23-expected.txt: |
| * platform/qt/css3/selectors3/xml/css3-modsel-24-expected.png: |
| * platform/qt/css3/selectors3/xml/css3-modsel-24-expected.txt: |
| * platform/qt/css3/selectors3/xml/css3-modsel-68-expected.png: |
| * platform/qt/css3/selectors3/xml/css3-modsel-68-expected.txt: |
| * platform/qt/css3/selectors3/xml/css3-modsel-69-expected.png: |
| * platform/qt/css3/selectors3/xml/css3-modsel-69-expected.txt: |
| * platform/qt/editing/pasteboard/4806874-expected.png: |
| * platform/qt/editing/pasteboard/4806874-expected.txt: |
| * platform/qt/editing/pasteboard/input-field-1-expected.png: |
| * platform/qt/editing/pasteboard/input-field-1-expected.txt: |
| * platform/qt/editing/selection/3690703-2-expected.png: |
| * platform/qt/editing/selection/3690703-2-expected.txt: |
| * platform/qt/editing/selection/3690703-expected.png: |
| * platform/qt/editing/selection/3690703-expected.txt: |
| * platform/qt/editing/selection/3690719-expected.png: |
| * platform/qt/editing/selection/3690719-expected.txt: |
| * platform/qt/editing/selection/4895428-3-expected.png: |
| * platform/qt/editing/selection/4895428-3-expected.txt: |
| * platform/qt/editing/selection/4975120-expected.png: |
| * platform/qt/editing/selection/4975120-expected.txt: |
| * platform/qt/editing/selection/drag-select-1-expected.png: |
| * platform/qt/editing/selection/drag-select-1-expected.txt: |
| * platform/qt/editing/selection/expanding-selections-expected.png: |
| * platform/qt/editing/selection/expanding-selections-expected.txt: |
| * platform/qt/editing/selection/leave-requested-block-expected.png: |
| * platform/qt/editing/selection/leave-requested-block-expected.txt: |
| * platform/qt/editing/selection/select-across-readonly-input-1-expected.png: |
| * platform/qt/editing/selection/select-across-readonly-input-1-expected.txt: |
| * platform/qt/editing/selection/select-across-readonly-input-2-expected.png: |
| * platform/qt/editing/selection/select-across-readonly-input-2-expected.txt: |
| * platform/qt/editing/selection/select-across-readonly-input-3-expected.png: |
| * platform/qt/editing/selection/select-across-readonly-input-3-expected.txt: |
| * platform/qt/editing/selection/select-across-readonly-input-4-expected.png: |
| * platform/qt/editing/selection/select-across-readonly-input-4-expected.txt: |
| * platform/qt/editing/selection/select-across-readonly-input-5-expected.png: |
| * platform/qt/editing/selection/select-across-readonly-input-5-expected.txt: |
| * platform/qt/fast/block/float/032-expected.png: |
| * platform/qt/fast/block/float/032-expected.txt: |
| * platform/qt/fast/block/float/033-expected.txt: |
| * platform/qt/fast/block/float/avoidance-rtl-expected.txt: |
| * platform/qt/fast/block/float/float-not-removed-from-next-sibling3-expected.png: Copied from LayoutTests/platform/qt/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png. |
| * platform/qt/fast/block/float/float-not-removed-from-next-sibling3-expected.txt: |
| * platform/qt/fast/block/float/float-overflow-hidden-containing-block-width-expected.png: |
| * platform/qt/fast/block/float/float-overflow-hidden-containing-block-width-expected.txt: |
| * platform/qt/fast/block/float/in-margin-expected.png: Copied from LayoutTests/platform/qt/fast/repaint/iframe-scroll-repaint-expected.png. |
| * platform/qt/fast/block/float/in-margin-expected.txt: |
| * platform/qt/fast/block/float/overlapping-floats-with-overflow-hidden-expected.png: |
| * platform/qt/fast/block/float/overlapping-floats-with-overflow-hidden-expected.txt: |
| * platform/qt/fast/block/float/shrink-to-avoid-float-complexity-expected.png: |
| * platform/qt/fast/block/float/shrink-to-avoid-float-complexity-expected.txt: |
| * platform/qt/fast/block/lineboxcontain/parsing-invalid-expected.png: |
| * platform/qt/fast/block/lineboxcontain/parsing-invalid-expected.txt: |
| * platform/qt/fast/clip/008-expected.png: |
| * platform/qt/fast/clip/008-expected.txt: |
| * platform/qt/fast/clip/011-expected.png: |
| * platform/qt/fast/clip/011-expected.txt: |
| * platform/qt/fast/clip/012-expected.png: |
| * platform/qt/fast/clip/012-expected.txt: |
| * platform/qt/fast/clip/017-expected.png: Copied from LayoutTests/platform/qt/tables/mozilla_expected_failures/bugs/bug45621-expected.png. |
| * platform/qt/fast/clip/017-expected.txt: |
| * platform/qt/fast/css/input-search-padding-expected.png: |
| * platform/qt/fast/css/input-search-padding-expected.txt: |
| * platform/qt/fast/css/invalidation-errors-2-expected.png: |
| * platform/qt/fast/css/invalidation-errors-2-expected.txt: |
| * platform/qt/fast/css/invalidation-errors-expected.png: |
| * platform/qt/fast/css/invalidation-errors-expected.txt: |
| * platform/qt/fast/css/line-height-expected.png: |
| * platform/qt/fast/css/line-height-expected.txt: |
| * platform/qt/fast/css/nested-layers-with-hover-expected.png: |
| * platform/qt/fast/css/nested-layers-with-hover-expected.txt: |
| * platform/qt/fast/css/resize-single-axis-expected.txt: Added. |
| * platform/qt/fast/css/text-input-with-webkit-border-radius-expected.png: |
| * platform/qt/fast/css/text-input-with-webkit-border-radius-expected.txt: |
| * platform/qt/fast/css/text-overflow-input-expected.txt: |
| * platform/qt/fast/dom/isindex-001-expected.png: Added. |
| * platform/qt/fast/dom/isindex-001-expected.txt: |
| * platform/qt/fast/dynamic/subtree-boundary-percent-height-expected.png: |
| * platform/qt/fast/dynamic/subtree-boundary-percent-height-expected.txt: |
| * platform/qt/fast/dynamic/subtree-no-common-root-static-y-expected.png: |
| * platform/qt/fast/dynamic/subtree-no-common-root-static-y-expected.txt: |
| * platform/qt/fast/dynamic/subtree-table-cell-height-expected.png: |
| * platform/qt/fast/dynamic/subtree-table-cell-height-expected.txt: |
| * platform/qt/fast/events/context-no-deselect-expected.png: Added. |
| * platform/qt/fast/events/context-no-deselect-expected.txt: |
| * platform/qt/fast/events/mouse-relative-position-expected.txt: Added. |
| * platform/qt/fast/forms/basic-inputs-expected.txt: |
| * platform/qt/fast/forms/date/date-appearance-expected.png: Added. |
| * platform/qt/fast/forms/date/date-appearance-expected.txt: Added. |
| * platform/qt/fast/forms/encoding-test-expected.png: Copied from LayoutTests/platform/qt/fast/forms/search-styled-expected.png. |
| * platform/qt/fast/forms/encoding-test-expected.txt: |
| * platform/qt/fast/forms/fieldset-align-expected.png: Added. |
| * platform/qt/fast/forms/fieldset-align-expected.txt: |
| * platform/qt/fast/forms/floating-textfield-relayout-expected.png: Added. |
| * platform/qt/fast/forms/floating-textfield-relayout-expected.txt: |
| * platform/qt/fast/forms/input-align-expected.png: Added. |
| * platform/qt/fast/forms/input-align-expected.txt: |
| * platform/qt/fast/forms/input-appearance-bkcolor-expected.png: Added. |
| * platform/qt/fast/forms/input-appearance-bkcolor-expected.txt: |
| * platform/qt/fast/forms/input-appearance-default-bkcolor-expected.png: Added. |
| * platform/qt/fast/forms/input-appearance-default-bkcolor-expected.txt: |
| * platform/qt/fast/forms/input-appearance-disabled-expected.png: Added. |
| * platform/qt/fast/forms/input-appearance-disabled-expected.txt: |
| * platform/qt/fast/forms/input-appearance-focus-expected.png: Added. |
| * platform/qt/fast/forms/input-appearance-focus-expected.txt: |
| * platform/qt/fast/forms/input-appearance-preventDefault-expected.png: Added. |
| * platform/qt/fast/forms/input-appearance-preventDefault-expected.txt: |
| * platform/qt/fast/forms/input-appearance-readonly-expected.png: Added. |
| * platform/qt/fast/forms/input-appearance-readonly-expected.txt: |
| * platform/qt/fast/forms/input-appearance-selection-expected.png: Added. |
| * platform/qt/fast/forms/input-appearance-visibility-expected.png: Added. |
| * platform/qt/fast/forms/input-appearance-visibility-expected.txt: |
| * platform/qt/fast/forms/input-baseline-expected.png: Added. |
| * platform/qt/fast/forms/input-baseline-expected.txt: |
| * platform/qt/fast/forms/input-double-click-selection-gap-bug-expected.png: Added. |
| * platform/qt/fast/forms/input-double-click-selection-gap-bug-expected.txt: |
| * platform/qt/fast/forms/input-field-text-truncated-expected.png: Added. |
| * platform/qt/fast/forms/input-field-text-truncated-expected.txt: |
| * platform/qt/fast/forms/input-placeholder-visibility-1-expected.png: |
| * platform/qt/fast/forms/input-placeholder-visibility-1-expected.txt: |
| * platform/qt/fast/forms/input-placeholder-visibility-3-expected.png: |
| * platform/qt/fast/forms/input-placeholder-visibility-3-expected.txt: |
| * platform/qt/fast/forms/input-readonly-empty-expected.png: Added. |
| * platform/qt/fast/forms/input-readonly-empty-expected.txt: |
| * platform/qt/fast/forms/input-spaces-expected.png: Added. |
| * platform/qt/fast/forms/input-spaces-expected.txt: |
| * platform/qt/fast/forms/input-text-click-inside-expected.png: Added. |
| * platform/qt/fast/forms/input-text-click-inside-expected.txt: |
| * platform/qt/fast/forms/input-text-double-click-expected.png: Added. |
| * platform/qt/fast/forms/input-text-double-click-expected.txt: |
| * platform/qt/fast/forms/input-text-option-delete-expected.png: Added. |
| * platform/qt/fast/forms/input-text-option-delete-expected.txt: |
| * platform/qt/fast/forms/input-text-self-emptying-click-expected.png: Added. |
| * platform/qt/fast/forms/input-text-self-emptying-click-expected.txt: |
| * platform/qt/fast/forms/input-width-expected.png: Copied from LayoutTests/platform/qt/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png. |
| * platform/qt/fast/forms/input-width-expected.txt: |
| * platform/qt/fast/forms/number/input-appearance-number-rtl-expected.png: |
| * platform/qt/fast/forms/number/input-appearance-number-rtl-expected.txt: |
| * platform/qt/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png: |
| * platform/qt/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt: |
| * platform/qt/fast/forms/number/input-appearance-spinbutton-layer-expected.png: |
| * platform/qt/fast/forms/number/input-appearance-spinbutton-layer-expected.txt: |
| * platform/qt/fast/forms/placeholder-position-expected.png: |
| * platform/qt/fast/forms/placeholder-position-expected.txt: |
| * platform/qt/fast/forms/search-cancel-button-style-sharing-expected.png: |
| * platform/qt/fast/forms/search-cancel-button-style-sharing-expected.txt: |
| * platform/qt/fast/forms/search-display-none-cancel-button-expected.png: |
| * platform/qt/fast/forms/search-display-none-cancel-button-expected.txt: |
| * platform/qt/fast/forms/search-rtl-expected.png: |
| * platform/qt/fast/forms/search-rtl-expected.txt: |
| * platform/qt/fast/forms/search-styled-expected.png: |
| * platform/qt/fast/forms/search-styled-expected.txt: |
| * platform/qt/fast/forms/search-vertical-alignment-expected.png: |
| * platform/qt/fast/forms/search-vertical-alignment-expected.txt: |
| * platform/qt/fast/forms/text-style-color-expected.png: Added. |
| * platform/qt/fast/forms/text-style-color-expected.txt: |
| * platform/qt/fast/forms/textfield-focus-ring-expected.png: |
| * platform/qt/fast/forms/textfield-focus-ring-expected.txt: |
| * platform/qt/fast/frames/take-focus-from-iframe-expected.png: |
| * platform/qt/fast/frames/take-focus-from-iframe-expected.txt: |
| * platform/qt/fast/html/details-no-summary4-expected.png: |
| * platform/qt/fast/html/details-no-summary4-expected.txt: |
| * platform/qt/fast/html/details-open-javascript-expected.png: |
| * platform/qt/fast/html/details-open-javascript-expected.txt: |
| * platform/qt/fast/html/details-open2-expected.png: |
| * platform/qt/fast/html/details-open2-expected.txt: |
| * platform/qt/fast/html/details-open4-expected.png: |
| * platform/qt/fast/html/details-open4-expected.txt: |
| * platform/qt/fast/layers/add-layer-with-nested-stacking-expected.txt: |
| * platform/qt/fast/layers/remove-layer-with-nested-stacking-expected.png: |
| * platform/qt/fast/layers/remove-layer-with-nested-stacking-expected.txt: |
| * platform/qt/fast/layers/self-painting-outline-expected.txt: |
| * platform/qt/fast/lists/dynamic-marker-crash-expected.png: Added. |
| * platform/qt/fast/lists/dynamic-marker-crash-expected.txt: |
| * platform/qt/fast/multicol/layers-split-across-columns-expected.png: |
| * platform/qt/fast/multicol/layers-split-across-columns-expected.txt: |
| * platform/qt/fast/overflow/004-expected.png: Added. |
| * platform/qt/fast/overflow/004-expected.txt: |
| * platform/qt/fast/overflow/line-clamp-expected.png: |
| * platform/qt/fast/overflow/line-clamp-expected.txt: |
| * platform/qt/fast/overflow/overflow-focus-ring-expected.png: Added. |
| * platform/qt/fast/overflow/overflow-focus-ring-expected.txt: |
| * platform/qt/fast/repaint/iframe-scroll-repaint-expected.png: |
| * platform/qt/fast/repaint/iframe-scroll-repaint-expected.txt: |
| * platform/qt/fast/repaint/lines-with-layout-delta-expected.png: |
| * platform/qt/fast/repaint/lines-with-layout-delta-expected.txt: |
| * platform/qt/fast/repaint/opacity-change-on-overflow-float-expected.png: |
| * platform/qt/fast/repaint/opacity-change-on-overflow-float-expected.txt: |
| * platform/qt/fast/repaint/overflow-clip-subtree-layout-expected.txt: |
| * platform/qt/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png: |
| * platform/qt/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt: |
| * platform/qt/fast/repaint/repaint-resized-overflow-expected.png: |
| * platform/qt/fast/repaint/repaint-resized-overflow-expected.txt: |
| * platform/qt/fast/repaint/search-field-cancel-expected.png: |
| * platform/qt/fast/repaint/search-field-cancel-expected.txt: |
| * platform/qt/fast/repaint/subtree-layoutstate-transform-expected.png: Added. |
| * platform/qt/fast/repaint/subtree-layoutstate-transform-expected.txt: |
| * platform/qt/fast/repaint/subtree-root-clip-2-expected.txt: |
| * platform/qt/fast/repaint/subtree-root-clip-3-expected.txt: |
| * platform/qt/fast/repaint/subtree-root-clip-expected.txt: |
| * platform/qt/fast/repaint/subtree-root-skipped-expected.png: |
| * platform/qt/fast/repaint/subtree-root-skipped-expected.txt: |
| * platform/qt/fast/repaint/table-hover-on-link-expected.png: Copied from LayoutTests/platform/qt/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png. |
| * platform/qt/fast/repaint/table-hover-on-link-expected.txt: Added. |
| * platform/qt/fast/replaced/replaced-breaking-expected.txt: |
| * platform/qt/fast/replaced/replaced-breaking-mixture-expected.png: |
| * platform/qt/fast/replaced/replaced-breaking-mixture-expected.txt: |
| * platform/qt/fast/replaced/width100percent-searchfield-expected.png: |
| * platform/qt/fast/replaced/width100percent-searchfield-expected.txt: |
| * platform/qt/fast/replaced/width100percent-textfield-expected.png: |
| * platform/qt/fast/replaced/width100percent-textfield-expected.txt: |
| * platform/qt/fast/speech/input-appearance-searchandspeech-expected.png: Added. |
| * platform/qt/fast/speech/input-appearance-searchandspeech-expected.txt: Added. |
| * platform/qt/fast/speech/input-appearance-speechbutton-expected.png: Added. |
| * platform/qt/fast/speech/input-appearance-speechbutton-expected.txt: Added. |
| * platform/qt/fast/speech/speech-bidi-rendering-expected.png: Added. |
| * platform/qt/fast/speech/speech-bidi-rendering-expected.txt: Added. |
| * platform/qt/fast/table/029-expected.png: |
| * platform/qt/fast/table/029-expected.txt: |
| * platform/qt/fast/table/colspanMinWidth-expected.png: |
| * platform/qt/fast/table/colspanMinWidth-expected.txt: |
| * platform/qt/fast/table/colspanMinWidth-vertical-expected.png: |
| * platform/qt/fast/table/colspanMinWidth-vertical-expected.txt: |
| * platform/qt/fast/table/overflowHidden-expected.png: |
| * platform/qt/fast/table/overflowHidden-expected.txt: |
| * platform/qt/fast/table/spanOverlapRepaint-expected.png: |
| * platform/qt/fast/table/spanOverlapRepaint-expected.txt: |
| * platform/qt/fast/table/text-field-baseline-expected.png: |
| * platform/qt/fast/table/text-field-baseline-expected.txt: |
| * platform/qt/fast/text/textIteratorNilRenderer-expected.txt: |
| * platform/qt/fast/transforms/transformed-focused-text-input-expected.png: |
| * platform/qt/fast/transforms/transformed-focused-text-input-expected.txt: |
| * platform/qt/http/tests/navigation/javascriptlink-frames-expected.txt: |
| * platform/qt/plugins/mouse-click-plugin-clears-selection-expected.png: Copied from LayoutTests/platform/qt/fast/repaint/iframe-scroll-repaint-expected.png. |
| * platform/qt/plugins/mouse-click-plugin-clears-selection-expected.txt: |
| * platform/qt/svg/custom/inline-svg-in-xhtml-expected.txt: |
| * platform/qt/svg/hixie/mixed/003-expected.png: |
| * platform/qt/svg/hixie/mixed/003-expected.txt: |
| * platform/qt/tables/mozilla/bugs/45621-expected.png: |
| * platform/qt/tables/mozilla/bugs/45621-expected.txt: |
| * platform/qt/tables/mozilla/bugs/bug1188-expected.txt: |
| * platform/qt/tables/mozilla/bugs/bug154780-expected.png: |
| * platform/qt/tables/mozilla/bugs/bug154780-expected.txt: |
| * platform/qt/tables/mozilla/bugs/bug18359-expected.txt: |
| * platform/qt/tables/mozilla/bugs/bug24200-expected.png: |
| * platform/qt/tables/mozilla/bugs/bug24200-expected.txt: |
| * platform/qt/tables/mozilla/bugs/bug2479-2-expected.txt: |
| * platform/qt/tables/mozilla/bugs/bug2479-3-expected.txt: |
| * platform/qt/tables/mozilla/bugs/bug2479-4-expected.txt: |
| * platform/qt/tables/mozilla/bugs/bug28928-expected.txt: |
| * platform/qt/tables/mozilla/bugs/bug4382-expected.txt: |
| * platform/qt/tables/mozilla/bugs/bug4527-expected.txt: |
| * platform/qt/tables/mozilla/bugs/bug46368-1-expected.txt: |
| * platform/qt/tables/mozilla/bugs/bug46368-2-expected.txt: |
| * platform/qt/tables/mozilla/bugs/bug51037-expected.txt: |
| * platform/qt/tables/mozilla/bugs/bug55545-expected.png: |
| * platform/qt/tables/mozilla/bugs/bug55545-expected.txt: |
| * platform/qt/tables/mozilla/bugs/bug7342-expected.txt: |
| * platform/qt/tables/mozilla/dom/tableDom-expected.txt: |
| * platform/qt/tables/mozilla/other/move_row-expected.txt: |
| * platform/qt/tables/mozilla_expected_failures/bugs/bug106966-expected.png: |
| * platform/qt/tables/mozilla_expected_failures/bugs/bug106966-expected.txt: |
| * platform/qt/tables/mozilla_expected_failures/bugs/bug2479-5-expected.png: Added. |
| * platform/qt/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt: |
| * platform/qt/tables/mozilla_expected_failures/bugs/bug45621-expected.png: |
| * platform/qt/tables/mozilla_expected_failures/bugs/bug45621-expected.txt: |
| * platform/qt/tables/mozilla_expected_failures/bugs/bug92647-1-expected.png: |
| * platform/qt/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt: |
| * platform/qt/test_expectations.txt: |
| |
| 2012-05-02 Eric Carlson <eric.carlson@apple.com> |
| |
| Mac media engine doesn't reccognize canPlayType('audio/wav; codecs=1') |
| https://bugs.webkit.org/show_bug.cgi?id=85409 |
| |
| Not reviewed, new platform results added after r115798. |
| |
| * platform/mac/media/media-can-play-wav-audio-expected.txt: Added. |
| |
| 2012-05-02 Csaba Osztrogonác <ossy@webkit.org> |
| |
| [Qt][WK2] Unreviewed gardening after r115821. |
| |
| * platform/qt-5.0-wk2/fast/dom/Window/window-properties-expected.txt: Updated. |
| |
| 2012-05-02 Filip Pizlo <fpizlo@apple.com> |
| |
| Unreviewed, changing test expectations due to https://bugs.webkit.org/show_bug.cgi?id=85408 |
| |
| * platform/mac/test_expectations.txt: |
| |
| 2012-05-02 Kenneth Russell <kbr@google.com> |
| |
| Don't allocate stencil buffer if stencil flag is false in context creation attributes |
| https://bugs.webkit.org/show_bug.cgi?id=85317 |
| |
| Reviewed by Dimitri Glazkov. |
| |
| * fast/canvas/webgl/context-attributes-alpha-depth-stencil-antialias-expected.txt: |
| * fast/canvas/webgl/context-attributes-alpha-depth-stencil-antialias.html: |
| |
| 2012-05-02 Zan Dobersek <zandobersek@gmail.com> |
| |
| Unreviewed, rebaselining after changes in r115846. |
| |
| * fast/repaint/table-hover-on-link-expected.txt: |
| * platform/gtk/editing/inserting/before-after-input-element-expected.txt: |
| * platform/gtk/editing/pasteboard/4806874-expected.txt: |
| * platform/gtk/editing/pasteboard/input-field-1-expected.txt: |
| * platform/gtk/editing/selection/3690703-2-expected.txt: |
| * platform/gtk/editing/selection/3690703-expected.txt: |
| * platform/gtk/editing/selection/3690719-expected.txt: |
| * platform/gtk/editing/selection/4895428-3-expected.txt: |
| * platform/gtk/editing/selection/4975120-expected.txt: |
| * platform/gtk/editing/selection/drag-select-1-expected.txt: |
| * platform/gtk/editing/selection/select-across-readonly-input-1-expected.txt: |
| * platform/gtk/editing/selection/select-across-readonly-input-4-expected.txt: |
| * platform/gtk/editing/selection/select-across-readonly-input-5-expected.txt: |
| * platform/gtk/editing/selection/select-from-textfield-outwards-expected.txt: |
| * platform/gtk/editing/spelling/inline_spelling_markers-expected.txt: |
| * platform/gtk/fast/block/float/032-expected.txt: |
| * platform/gtk/fast/block/float/033-expected.txt: |
| * platform/gtk/fast/block/float/avoidance-rtl-expected.txt: |
| * platform/gtk/fast/block/float/float-not-removed-from-next-sibling3-expected.txt: |
| * platform/gtk/fast/block/float/float-overflow-hidden-containing-block-width-expected.txt: |
| * platform/gtk/fast/block/float/in-margin-expected.txt: |
| * platform/gtk/fast/block/float/overlapping-floats-with-overflow-hidden-expected.txt: |
| * platform/gtk/fast/block/float/shrink-to-avoid-float-complexity-expected.txt: |
| * platform/gtk/fast/block/lineboxcontain/parsing-invalid-expected.txt: |
| * platform/gtk/fast/block/margin-collapse/103-expected.txt: |
| * platform/gtk/fast/clip/008-expected.txt: |
| * platform/gtk/fast/clip/011-expected.txt: |
| * platform/gtk/fast/clip/012-expected.txt: |
| * platform/gtk/fast/clip/017-expected.txt: |
| * platform/gtk/fast/css/input-search-padding-expected.txt: |
| * platform/gtk/fast/css/invalidation-errors-2-expected.txt: |
| * platform/gtk/fast/css/invalidation-errors-expected.txt: |
| * platform/gtk/fast/css/text-overflow-input-expected.txt: |
| * platform/gtk/fast/dom/isindex-001-expected.txt: |
| * platform/gtk/fast/dom/isindex-002-expected.txt: |
| * platform/gtk/fast/dynamic/subtree-boundary-percent-height-expected.txt: |
| * platform/gtk/fast/dynamic/subtree-no-common-root-static-y-expected.txt: |
| * platform/gtk/fast/dynamic/subtree-table-cell-height-expected.txt: |
| * platform/gtk/fast/events/autoscroll-expected.txt: |
| * platform/gtk/fast/events/context-no-deselect-expected.txt: |
| * platform/gtk/fast/forms/box-shadow-override-expected.txt: |
| * platform/gtk/fast/forms/encoding-test-expected.txt: |
| * platform/gtk/fast/forms/fieldset-align-expected.txt: |
| * platform/gtk/fast/forms/input-appearance-bkcolor-expected.txt: |
| * platform/gtk/fast/forms/input-appearance-focus-expected.txt: |
| * platform/gtk/fast/forms/input-appearance-height-expected.txt: |
| * platform/gtk/fast/forms/input-appearance-readonly-expected.txt: |
| * platform/gtk/fast/forms/input-appearance-selection-expected.txt: |
| * platform/gtk/fast/forms/input-appearance-width-expected.txt: |
| * platform/gtk/fast/forms/input-baseline-expected.txt: |
| * platform/gtk/fast/forms/input-double-click-selection-gap-bug-expected.txt: |
| * platform/gtk/fast/forms/input-field-text-truncated-expected.txt: |
| * platform/gtk/fast/forms/input-placeholder-visibility-1-expected.txt: |
| * platform/gtk/fast/forms/input-readonly-autoscroll-expected.txt: |
| * platform/gtk/fast/forms/input-readonly-empty-expected.txt: |
| * platform/gtk/fast/forms/input-table-expected.txt: |
| * platform/gtk/fast/forms/input-text-click-inside-expected.txt: |
| * platform/gtk/fast/forms/input-text-click-outside-expected.txt: |
| * platform/gtk/fast/forms/input-text-double-click-expected.txt: |
| * platform/gtk/fast/forms/input-text-drag-down-expected.txt: |
| * platform/gtk/fast/forms/input-text-scroll-left-on-blur-expected.txt: |
| * platform/gtk/fast/forms/input-text-self-emptying-click-expected.txt: |
| * platform/gtk/fast/forms/input-width-expected.txt: |
| * platform/gtk/fast/forms/placeholder-position-expected.txt: |
| * platform/gtk/fast/forms/placeholder-pseudo-style-expected.txt: |
| * platform/gtk/fast/forms/search-cancel-button-style-sharing-expected.txt: |
| * platform/gtk/fast/forms/search-rtl-expected.txt: |
| * platform/gtk/fast/forms/search-styled-expected.txt: |
| * platform/gtk/fast/forms/searchfield-heights-expected.txt: |
| * platform/gtk/fast/forms/tabbing-input-iframe-expected.txt: |
| * platform/gtk/fast/forms/textfield-focus-ring-expected.txt: |
| * platform/gtk/fast/forms/textfield-overflow-expected.txt: |
| * platform/gtk/fast/forms/validation-message-appearance-expected.txt: |
| * platform/gtk/fast/frames/take-focus-from-iframe-expected.txt: |
| * platform/gtk/fast/html/details-no-summary4-expected.txt: |
| * platform/gtk/fast/html/details-open-javascript-expected.txt: |
| * platform/gtk/fast/html/details-open2-expected.txt: |
| * platform/gtk/fast/html/details-open4-expected.txt: |
| * platform/gtk/fast/invalid/residual-style-expected.txt: |
| * platform/gtk/fast/layers/add-layer-with-nested-stacking-expected.txt: |
| * platform/gtk/fast/layers/remove-layer-with-nested-stacking-expected.txt: |
| * platform/gtk/fast/layers/self-painting-outline-expected.txt: |
| * platform/gtk/fast/multicol/layers-split-across-columns-expected.txt: |
| * platform/gtk/fast/overflow/004-expected.txt: |
| * platform/gtk/fast/overflow/clip-rects-fixed-ancestor-expected.txt: |
| * platform/gtk/fast/overflow/overflow-focus-ring-expected.txt: |
| * platform/gtk/fast/repaint/inline-relative-positioned-expected.txt: |
| * platform/gtk/fast/repaint/layer-outline-expected.txt: |
| * platform/gtk/fast/repaint/layer-outline-horizontal-expected.txt: |
| * platform/gtk/fast/repaint/opacity-change-on-overflow-float-expected.txt: |
| * platform/gtk/fast/repaint/overflow-clip-subtree-layout-expected.txt: |
| * platform/gtk/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt: |
| * platform/gtk/fast/repaint/repaint-resized-overflow-expected.txt: |
| * platform/gtk/fast/repaint/subtree-layoutstate-transform-expected.txt: |
| * platform/gtk/fast/repaint/subtree-root-clip-2-expected.txt: |
| * platform/gtk/fast/repaint/subtree-root-clip-3-expected.txt: |
| * platform/gtk/fast/repaint/subtree-root-clip-expected.txt: |
| * platform/gtk/fast/repaint/subtree-root-skipped-expected.txt: |
| * platform/gtk/fast/replaced/replaced-breaking-expected.txt: |
| * platform/gtk/fast/replaced/replaced-breaking-mixture-expected.txt: |
| * platform/gtk/fast/table/003-expected.txt: |
| * platform/gtk/fast/table/029-expected.txt: |
| * platform/gtk/fast/table/colspanMinWidth-expected.txt: |
| * platform/gtk/fast/table/overflowHidden-expected.txt: |
| * platform/gtk/fast/table/text-field-baseline-expected.txt: |
| * platform/gtk/fast/text/selection-painted-separately-expected.txt: |
| * platform/gtk/fast/text/selection-rect-rounding-expected.txt: |
| * platform/gtk/fast/text/textIteratorNilRenderer-expected.txt: |
| * platform/gtk/fast/transforms/transformed-focused-text-input-expected.txt: |
| * platform/gtk/http/tests/navigation/javascriptlink-frames-expected.txt: |
| * platform/gtk/plugins/mouse-click-plugin-clears-selection-expected.txt: |
| * platform/gtk/svg/custom/inline-svg-in-xhtml-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/45621-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug1188-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug12384-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug24200-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug2479-2-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug2479-3-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug2479-4-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug28928-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug4382-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug44505-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug4527-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug55545-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug7342-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug99948-expected.txt: |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug106966-expected.txt: |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt: |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug45621-expected.txt: |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt: |
| |
| 2012-05-02 Filip Pizlo <fpizlo@apple.com> |
| |
| Unreviewed, changing test expectations due to https://bugs.webkit.org/show_bug.cgi?id=85404 |
| |
| * platform/mac/test_expectations.txt: |
| |
| 2012-05-02 Nate Chapin <japhet@chromium.org> |
| |
| Unreviewed, expectations updates after r115774. |
| |
| * platform/chromium-win/http/tests/loading/pdf-commit-load-callbacks-expected.txt: Added. |
| * platform/chromium/test_expectations.txt: |
| * platform/gtk/http/tests/loading/pdf-commit-load-callbacks-expected.txt: Added. |
| * platform/gtk/test_expectations.txt: |
| * platform/qt/Skipped: |
| * platform/qt/http/tests/loading/pdf-commit-load-callbacks-expected.txt: Added. |
| |
| 2012-05-02 Filip Pizlo <fpizlo@apple.com> |
| |
| Unreviewed, changing test expectations due to https://bugs.webkit.org/show_bug.cgi?id=85401 |
| |
| * platform/mac/test_expectations.txt: |
| |
| 2012-05-02 Oliver Hunt <oliver@apple.com> |
| |
| Unreviewed, rolling out r115388. |
| http://trac.webkit.org/changeset/115388 |
| https://bugs.webkit.org/show_bug.cgi?id=85011 |
| |
| This caused many weird performance problems, and needs to be |
| landed in pieces. |
| |
| * fast/js/global-recursion-on-full-stack-expected.txt: |
| * fast/js/stack-trace-expected.txt: |
| |
| 2012-05-02 Zan Dobersek <zandobersek@gmail.com> |
| |
| Unreviewed, removing recent test expectations for changes in r115846 |
| to get proper new baselines from the buildbots. |
| |
| * platform/gtk/test_expectations.txt: |
| |
| 2012-05-02 Julien Chaffraix <jchaffraix@webkit.org> |
| |
| Unreviewed Chromium gardening. |
| |
| * platform/chromium-mac-leopard/fast/layers/add-layer-with-nested-stacking-expected.txt: Added. |
| * platform/chromium-mac-leopard/fast/speech/input-appearance-searchandspeech-expected.txt: Added. |
| * platform/chromium-mac-snowleopard/fast/layers/add-layer-with-nested-stacking-expected.txt: Added. |
| * platform/chromium-mac/editing/selection/select-from-textfield-outwards-expected.txt: |
| * platform/chromium-mac/editing/spelling/inline_spelling_markers-expected.txt: Removed. |
| * platform/chromium-mac/fast/forms/form-element-geometry-expected.txt: |
| * platform/chromium-mac/fast/forms/input-value-expected.txt: |
| * platform/chromium-mac/fast/layers/add-layer-with-nested-stacking-expected.txt: Added. |
| * platform/chromium-mac/fast/layers/remove-layer-with-nested-stacking-expected.txt: Removed. |
| Rebaselined the previous tests. |
| |
| * platform/chromium/test_expectations.txt: |
| Tweaked the expectation files to cover the failures on Mac. |
| |
| 2012-05-02 Julien Chaffraix <jchaffraix@webkit.org> |
| |
| Unreviewed expectation updates after r115846. |
| |
| * platform/gtk/test_expectations.txt: |
| * platform/qt/test_expectations.txt: |
| Added more files after triaging the diffs. |
| |
| 2012-05-02 Ryosuke Niwa <rniwa@webkit.org> |
| |
| NULL ptr in WebCore::AppendNodeCommand::AppendNodeCommand |
| https://bugs.webkit.org/show_bug.cgi?id=75843 |
| |
| Reviewed by Tony Chang. |
| |
| Add a regression test. |
| |
| * editing/execCommand/indent-with-after-content-crash-expected.txt: Added. |
| * editing/execCommand/indent-with-after-content-crash.html: Added. |
| |
| 2012-05-02 Julien Chaffraix <jchaffraix@webkit.org> |
| |
| REGRESSION(110072): Clipping is not applied on layers that are animated using platform code |
| https://bugs.webkit.org/show_bug.cgi?id=83954 |
| |
| Reviewed by Simon Fraser. |
| |
| * fast/layers/no-clipping-overflow-hidden-added-after-transform-expected.html: Added. |
| * fast/layers/no-clipping-overflow-hidden-added-after-transform.html: Added. |
| * fast/layers/no-clipping-overflow-hidden-added-after-transition-expected.html: Added. |
| * fast/layers/no-clipping-overflow-hidden-added-after-transition.html: Added. |
| * fast/layers/no-clipping-overflow-hidden-hardware-acceleration-expected.html: Added. |
| * fast/layers/no-clipping-overflow-hidden-hardware-acceleration.html: Added. |
| |
| * platform/chromium/test_expectations.txt: |
| * platform/gtk/test_expectations.txt: |
| * platform/qt/test_expectations.txt: |
| Disabled some tests for those platforms. |
| |
| * platform/efl/test_expectations.txt: |
| * platform/mac/test_expectations.txt: |
| * platform/qt/Skipped: |
| * platform/win/Skipped: |
| Re-enabled those tests on the premises that r11072 / bug 75568 got rolled out. |
| |
| 2012-05-02 Mikhail Pozdnyakov <mikhail.pozdnyakov@intel.com> |
| |
| [EFL] EFL's LayoutTestController overridePreference implementation |
| https://bugs.webkit.org/show_bug.cgi?id=83007 |
| |
| Unskip tescases depending on LayoutTestController overridePreference method. |
| |
| Reviewed by Antonio Gomes. |
| |
| * platform/efl/Skipped: |
| |
| 2012-05-02 Andrey Kosyakov <caseq@chromium.org> |
| |
| Unreviewed. Refining expectations for passing tests. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-05-02 Raphael Kubo da Costa <rakuco@webkit.org> |
| |
| Unreviewed, EFL rebaseline after r115415 and r115294. |
| |
| * platform/efl/fast/images/support-broken-image-delegate-expected.txt: |
| * platform/efl/http/tests/loading/simple-subframe-expected.txt: |
| * platform/efl/security/block-test-expected.txt: |
| * platform/efl/security/block-test-no-port-expected.txt: |
| |
| 2012-05-02 Philippe Normand <pnormand@igalia.com> |
| |
| Unreviewed, GTK rebaseline after r115825. |
| |
| * platform/gtk/fast/lists/drag-into-marker-expected.txt: |
| |
| 2012-05-02 Raphael Kubo da Costa <rakuco@webkit.org> |
| |
| Unreviewed, EFL rebaseline after r113885. |
| |
| * platform/efl/css2.1/20110323/replaced-elements-001-expected.txt: |
| |
| 2012-05-02 Philippe Normand <pnormand@igalia.com> |
| |
| Unreviewed, GTK rebaseline after r115829. |
| |
| * platform/gtk/fast/hidpi/video-controls-in-hidpi-expected.txt: |
| * platform/gtk/fast/layers/video-layer-expected.txt: |
| * platform/gtk/test_expectations.txt: |
| |
| 2012-05-02 Philippe Normand <pnormand@igalia.com> |
| |
| [GTK] media/track/track-cue-rendering-snap-to-lines-not-set.html fails |
| https://bugs.webkit.org/show_bug.cgi?id=84378 |
| |
| Reviewed by Eric Carlson. |
| |
| * platform/gtk/media/audio-controls-rendering-expected.txt: |
| * platform/gtk/media/audio-repaint-expected.txt: |
| * platform/gtk/media/controls-after-reload-expected.txt: |
| * platform/gtk/media/controls-strict-expected.txt: |
| * platform/gtk/media/controls-styling-expected.txt: |
| * platform/gtk/media/controls-without-preload-expected.txt: |
| * platform/gtk/media/media-controls-clone-expected.txt: |
| * platform/gtk/media/media-document-audio-repaint-expected.txt: |
| * platform/gtk/media/video-controls-rendering-expected.txt: |
| * platform/gtk/media/video-display-toggle-expected.txt: |
| * platform/gtk/media/video-empty-source-expected.txt: |
| * platform/gtk/media/video-no-audio-expected.txt: |
| * platform/gtk/media/video-playing-and-pause-expected.txt: |
| * platform/gtk/media/video-volume-slider-expected.txt: |
| * platform/gtk/media/video-zoom-controls-expected.txt: |
| * platform/gtk/test_expectations.txt: Unflag fixed test. |
| |
| 2012-05-02 Zan Dobersek <zandobersek@gmail.com> |
| |
| [GTK] drag&drop related failures |
| https://bugs.webkit.org/show_bug.cgi?id=84675 |
| |
| Reviewed by Philippe Normand. |
| |
| Remove test cases from expectations that are now passing. |
| |
| * platform/gtk/test_expectations.txt: |
| |
| 2012-05-02 Andrey Kosyakov <caseq@chromium.org> |
| |
| Unreviewed. Removed entries for 4 media tests that pass now. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-05-02 Philippe Normand <pnormand@igalia.com> |
| |
| Unreviewed, GTK test_expectations update. |
| |
| * platform/gtk/test_expectations.txt: |
| http/tests/loading/pdf-commit-load-callbacks.html is failing. |
| |
| 2012-05-02 Sudarsana Nagineni <sudarsana.nagineni@linux.intel.com> |
| |
| [EFL][DRT] Gardening failure cases on EFL port |
| https://bugs.webkit.org/show_bug.cgi?id=85365 |
| |
| Unreviewed EFL gardening. |
| |
| * platform/efl/Skipped: |
| * platform/efl/test_expectations.txt: |
| |
| 2012-05-02 Csaba Osztrogonác <ossy@webkit.org> |
| |
| [Qt][Mac] Skip new failing tests and one crashing test to paint the bot green. |
| |
| * platform/qt-mac/Skipped: |
| |
| 2012-05-02 Zoltan Arvai <zarvai@inf.u-szeged.hu> |
| |
| [Qt] Unreviewed gardening, skipping failing test |
| |
| * platform/qt/Skipped: |
| |
| 2012-05-02 Tommy Widenflycht <tommyw@google.com> |
| |
| MediaStream API: Changing webkitGetUserMedia to take an object instead of a string |
| https://bugs.webkit.org/show_bug.cgi?id=84850 |
| |
| Reviewed by Dimitri Glazkov. |
| |
| Also took the opportunity to update the peerconnection-Attributes test |
| to test PeerConnection00 instead. |
| |
| * fast/mediastream/argument-types-expected.txt: |
| * fast/mediastream/peerconnection-Attributes-expected.txt: |
| * fast/mediastream/script-tests/argument-types.js: |
| (emptyFunction): |
| * fast/mediastream/script-tests/peerconnection-Attributes.js: |
| * platform/chromium/media/video-capture-preview.html: |
| |
| 2012-05-02 Thiago Marcos P. Santos <thiago.santos@intel.com> |
| |
| [EFL] CSS tests needs rebaselining |
| https://bugs.webkit.org/show_bug.cgi?id=85177 |
| |
| Unreviewed gardening. |
| |
| * platform/efl/fast/css/disabled-author-styles-expected.png: Added. |
| * platform/efl/fast/css/import-rule-regression-11590-expected.txt: |
| * platform/efl/fast/css/inline-element-line-break-expected.txt: |
| * platform/efl/fast/css/inline-properties-important-expected.txt: |
| * platform/efl/fast/css/invalid-percentage-property-expected.txt: |
| * platform/efl/fast/css/invalidation-errors-3-expected.txt: |
| * platform/efl/fast/css/last-child-pseudo-class-expected.txt: |
| * platform/efl/fast/css/last-of-type-pseudo-class-expected.txt: |
| * platform/efl/fast/css/layerZOrderCrash-expected.txt: |
| * platform/efl/fast/css/line-height-expected.txt: |
| * platform/efl/fast/css/line-height-overflow-expected.txt: |
| * platform/efl/fast/css/list-outline-expected.txt: |
| * platform/efl/fast/css/margin-bottom-form-element-quirk-expected.txt: |
| * platform/efl/fast/css/margin-bottom-form-element-strict-expected.txt: |
| * platform/efl/fast/css/margin-top-bottom-dynamic-expected.txt: |
| * platform/efl/fast/css/negative-leading-expected.txt: |
| * platform/efl/fast/css/negative-nth-child-expected.txt: |
| * platform/efl/fast/css/nested-floating-relative-position-percentages-expected.txt: |
| * platform/efl/fast/css/nested-layers-with-hover-expected.txt: |
| * platform/efl/fast/css/non-empty-span-expected.png: |
| * platform/efl/fast/css/non-empty-span-expected.txt: |
| * platform/efl/fast/css/nth-child-dynamic-expected.txt: |
| * platform/efl/fast/css/only-child-pseudo-class-expected.txt: |
| * platform/efl/fast/css/only-of-type-pseudo-class-expected.txt: |
| * platform/efl/fast/css/outline-auto-location-expected.txt: |
| * platform/efl/fast/css/outline-narrowLine-expected.txt: |
| * platform/efl/fast/css/percent-top-relative-container-height-unspecified-expected.txt: |
| * platform/efl/fast/css/preserve-user-specified-zoom-level-on-reload-expected.png: |
| * platform/efl/fast/css/preserve-user-specified-zoom-level-on-reload-expected.txt: |
| * platform/efl/fast/css/pseudo-element-line-break-expected.txt: |
| * platform/efl/fast/css/quirk-orphaned-units-expected.txt: |
| * platform/efl/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-expected.png: |
| * platform/efl/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-expected.txt: |
| * platform/efl/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-removed-expected.png: |
| * platform/efl/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-removed-expected.txt: |
| * platform/efl/fast/css/relative-positioned-block-nested-with-inline-parent-expected.png: |
| * platform/efl/fast/css/relative-positioned-block-nested-with-inline-parent-expected.txt: |
| * platform/efl/fast/css/relative-positioned-block-nested-with-inline-parent-multiple-descendant-blocks-dynamic-expected.png: |
| * platform/efl/fast/css/relative-positioned-block-nested-with-inline-parent-multiple-descendant-blocks-dynamic-expected.txt: |
| * platform/efl/fast/css/relative-positioned-block-with-inline-ancestor-and-parent-dynamic-expected.png: |
| * platform/efl/fast/css/relative-positioned-block-with-inline-ancestor-and-parent-dynamic-expected.txt: |
| * platform/efl/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-expected.png: |
| * platform/efl/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-expected.txt: |
| * platform/efl/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-removed-expected.png: |
| * platform/efl/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-removed-expected.txt: |
| * platform/efl/fast/css/relative-positioned-block-with-inline-ancestor-expected.png: |
| * platform/efl/fast/css/relative-positioned-block-with-inline-ancestor-expected.txt: |
| * platform/efl/fast/css/relative-positioned-block-with-inline-parent-dynamic-expected.png: |
| * platform/efl/fast/css/relative-positioned-block-with-inline-parent-dynamic-expected.txt: |
| * platform/efl/fast/css/relative-positioned-block-with-inline-parent-dynamic-removed-expected.png: |
| * platform/efl/fast/css/relative-positioned-block-with-inline-parent-dynamic-removed-expected.txt: |
| * platform/efl/fast/css/relative-positioned-block-with-inline-parent-keeps-style-expected.png: |
| * platform/efl/fast/css/relative-positioned-block-with-inline-parent-keeps-style-expected.txt: |
| * platform/efl/fast/css/selector-set-attribute-expected.txt: |
| * platform/efl/fast/css/table-text-align-quirk-expected.txt: |
| * platform/efl/fast/css/table-text-align-strict-expected.txt: |
| * platform/efl/fast/css/text-align-expected.txt: |
| * platform/efl/fast/css/text-input-with-webkit-border-radius-expected.txt: |
| * platform/efl/fast/css/text-overflow-ellipsis-bidi-expected.txt: |
| * platform/efl/fast/css/text-overflow-ellipsis-expected.txt: |
| * platform/efl/fast/css/text-overflow-ellipsis-strict-expected.txt: |
| * platform/efl/fast/css/text-transform-select-expected.txt: |
| * platform/efl/fast/css/textCapitalizeEdgeCases-expected.txt: |
| * platform/efl/fast/css/universal-hover-quirk-expected.txt: |
| * platform/efl/fast/css/value-list-out-of-bounds-crash-expected.txt: |
| * platform/efl/fast/css/word-space-extra-expected.txt: |
| * platform/efl/fast/css/zoom-font-size-expected.txt: |
| |
| 2012-05-02 Andrey Kosyakov <caseq@chromium.org> |
| |
| Unreviewed gardening, marked fast/js/random-array-gc-stress.html as SLOW on debug. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-05-02 Andrey Kosyakov <caseq@chromium.org> |
| |
| Unreviewed test rebaseline after r115749. |
| |
| * platform/chromium-mac-leopard/media/audio-controls-rendering-expected.png: |
| * platform/chromium-mac-leopard/media/audio-repaint-expected.png: |
| * platform/chromium-mac-leopard/media/controls-after-reload-expected.png: |
| * platform/chromium-mac/media/audio-controls-rendering-expected.png: |
| * platform/chromium-mac/media/audio-repaint-expected.png: |
| * platform/chromium-mac/media/controls-after-reload-expected.png: |
| * platform/chromium-mac/media/controls-layout-direction-expected.png: |
| * platform/chromium-mac/media/media-controls-clone-expected.png: |
| * platform/chromium-win/media/audio-controls-rendering-expected.png: |
| * platform/chromium-win/media/audio-repaint-expected.png: |
| * platform/chromium-win/media/controls-after-reload-expected.png: |
| * platform/chromium-win/media/controls-layout-direction-expected.png: |
| * platform/chromium-win/media/media-controls-clone-expected.png: |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-05-02 Dongwoo Im <dw.im@samsung.com> |
| |
| [EFL] Implement the Web Audio API feature. |
| https://bugs.webkit.org/show_bug.cgi?id=78688 |
| |
| Reviewed by Philippe Normand. |
| |
| Implement the Web Audio API feature on the EFL port. |
| https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification.html |
| |
| * platform/efl/Skipped: Change the comment of webaudio. |
| |
| 2012-05-01 Andrew Scherkus <scherkus@chromium.org> |
| |
| [Chromium] Adjust baseline location for media/media-can-play-type-webm.html. |
| |
| * platform/chromium/media/media-can-play-webm-expected.txt: Renamed from LayoutTests/media/media-can-play-webm-expected.txt. |
| |
| 2012-04-27 Andrew Scherkus <scherkus@chromium.org> |
| |
| Clean up media canPlayType() tests and add a test for WebM. |
| https://bugs.webkit.org/show_bug.cgi?id=85116 |
| |
| Reviewed by Eric Carlson. |
| |
| * media/media-can-play-flac-audio-expected.txt: |
| * media/media-can-play-flac-audio.html: |
| * media/media-can-play-mpeg-audio-expected.txt: |
| * media/media-can-play-mpeg-audio.html: |
| * media/media-can-play-mpeg4-video.html: |
| * media/media-can-play-octet-stream-expected.txt: |
| * media/media-can-play-octet-stream.html: |
| * media/media-can-play-ogg-expected.txt: |
| * media/media-can-play-ogg.html: |
| * media/media-can-play-type-expected.txt: Renamed from LayoutTests/media/video-can-play-type-expected.txt. |
| * media/media-can-play-type.html: Added. |
| * media/media-can-play-wav-audio-expected.txt: |
| * media/media-can-play-wav-audio.html: |
| * media/media-can-play-webm-expected.txt: Added. |
| * media/media-can-play-webm.html: Added. |
| * media/video-can-play-type.html: Removed. |
| |
| 2012-05-01 Eric Seidel <eric@webkit.org> |
| |
| Add <iframe seamless> navigation code (and pass all the navigation tests) |
| https://bugs.webkit.org/show_bug.cgi?id=85340 |
| |
| Reviewed by Adam Barth. |
| |
| Update results now that we pass all the navigation tests. |
| |
| * fast/frames/seamless/seamless-form-get-expected.txt: |
| * fast/frames/seamless/seamless-form-get-named-expected.txt: |
| * fast/frames/seamless/seamless-form-post-expected.txt: |
| * fast/frames/seamless/seamless-form-post-named-expected.txt: |
| * fast/frames/seamless/seamless-hyperlink-expected.txt: |
| * fast/frames/seamless/seamless-hyperlink-named-expected.txt: |
| * fast/frames/seamless/seamless-window-location-expected.txt: |
| * fast/frames/seamless/seamless-window-location-href-expected.txt: |
| * fast/frames/seamless/seamless-window-location-sandbox-expected.txt: |
| * fast/frames/seamless/seamless-window-open-expected.txt: |
| |
| 2012-05-01 Kent Tamura <tkent@chromium.org> |
| |
| [Chromium] Move date-input-visible-strings-expected.txt to the correct place. |
| |
| * platform/chromium-linux/fast/forms/date/date-input-visible-strings-expected.txt: Renamed from LayoutTests/platform/chromium-linux-x86/fast/forms/date/date-input-visible-strings-expected.txt. |
| |
| 2012-05-01 Ryosuke Niwa <rniwa@webkit.org> |
| |
| Unnecessary <form> tags created inside of an <iframe> with designMode on |
| https://bugs.webkit.org/show_bug.cgi?id=13126 |
| |
| Reviewed by Eric Seidel. |
| |
| Add a regression test since this bug doesn't reproduce anymore but it's still good to test it. |
| |
| * editing/inserting/insert-paragraph-inside-form-expected.txt: Added. |
| * editing/inserting/insert-paragraph-inside-form.html: Added. |
| |
| 2012-05-01 Xiaomei Ji <xji@chromium.org> |
| |
| Skip editing/selection/move-by-word-visually-mac.html (introduced in r115788) in qt and wk2. |
| |
| * platform/qt/Skipped: |
| * platform/wk2/Skipped: |
| |
| 2012-05-01 Xiaomei Ji <xji@chromium.org> |
| |
| enable ctrl-arrow move by word visually in other platforms (besides Windows) |
| https://bugs.webkit.org/show_bug.cgi?id=85017 |
| |
| Reviewed by Ryosuke Niwa. |
| |
| Since DOMSelection.modify('move', 'left'/'right', 'word') moves caret by word in visual order (instead of |
| logical order) now, there are several changes to the test file: |
| 1. file name renamed from move-left-right-by-word-mac.html to move-by-word-visually-mac.html. |
| 2. test expectations change from moving caret by word in logical order to moving caret by word in visual order. |
| 3. since test expectations are inside test file itself, test file itself changes accordingly. |
| |
| * editing/selection/move-by-word-visually-mac-expected.txt: Copied from LayoutTests/editing/selection/move-left-right-by-word-mac-expected.txt. |
| * editing/selection/move-by-word-visually-mac.html: Copied from LayoutTests/editing/selection/move-left-right-by-word-mac.html. |
| * editing/selection/move-left-right-by-word-mac-expected.txt: Removed. |
| * editing/selection/move-left-right-by-word-mac.html: Removed. |
| |
| 2012-05-01 Raymond Liu <raymond.liu@intel.com> |
| |
| Modify RealtimeAnalyserNode pull mechanism |
| https://bugs.webkit.org/show_bug.cgi?id=77515 |
| |
| Reviewed by Chris Rogers. |
| |
| * webaudio/automatic-pull-node-expected.txt: Added. |
| * webaudio/automatic-pull-node.html: Added. |
| |
| 2012-05-01 Keishi Hattori <keishi@webkit.org> |
| |
| datalist: Form control in a <datalist> should be barred from constraint validation |
| https://bugs.webkit.org/show_bug.cgi?id=84359 |
| |
| Reviewed by Kent Tamura. |
| |
| * fast/forms/datalist/datalist-child-validation-expected.txt: Added. |
| * fast/forms/datalist/datalist-child-validation.html: Added. Tests that willValidate changes from false to true when we move the element out of the datalist. |
| * fast/forms/form-control-element-crash-expected.txt: Added. |
| * fast/forms/form-control-element-crash.html: Added. Tests for the crash reported in Bug 85149. |
| |
| 2012-05-01 Kent Tamura <tkent@chromium.org> |
| |
| [Chromium] Rebaseline for date-input-visible-strings.html. |
| |
| * platform/chromium-linux-x86/fast/forms/date/date-input-visible-strings-expected.txt: Copied from LayoutTests/platform/chromium-mac/fast/forms/date/date-input-visible-strings-expected.txt. |
| * platform/chromium/fast/forms/date/date-input-visible-strings-expected.txt: Renamed from LayoutTests/platform/chromium-mac/fast/forms/date/date-input-visible-strings-expected.txt. |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-05-01 Andy Estes <aestes@apple.com> |
| |
| scrollbars/scrollbar-miss-mousemove-disabled.html is asserting in markAllMisspellingsAndBadGrammarInRanges() |
| https://bugs.webkit.org/show_bug.cgi?id=85273 |
| |
| * platform/mac/Skipped: Skip the test. |
| |
| 2012-05-01 Ryosuke Niwa <rniwa@webkit.org> |
| |
| Skip the test added by r115724 on WebKit2 and Qt because drag and drop isn't supported by DRT |
| on those platforms. |
| |
| * platform/qt/Skipped: |
| * platform/wk2/Skipped: |
| |
| 2012-05-01 Joe Thomas <joethomas@motorola.com> |
| |
| [GTK] new ref test fast/forms/listbox-clear-restore.html fails. |
| https://bugs.webkit.org/show_bug.cgi?id=77633 |
| |
| Reviewed by Martin Robinson. |
| |
| Flakiness of the test case is fixed in http://trac.webkit.org/changeset/115526. |
| Enabling the test for GTK and Chromium ports. |
| |
| * platform/chromium/test_expectations.txt: |
| * platform/gtk/test_expectations.txt: |
| |
| 2012-05-01 Nate Chapin <japhet@chromium.org> |
| |
| Test for https://bugs.webkit.org/show_bug.cgi?id=85275. |
| |
| Reviewed by Alexey Proskuryakov. |
| |
| * http/tests/loading/pdf-commit-load-callbacks-expected.txt: Added. |
| * http/tests/loading/pdf-commit-load-callbacks.html: Added. |
| * platform/chromium/http/tests/loading: Added. |
| * platform/chromium/http/tests/loading/pdf-commit-load-callbacks-expected.txt: Added. |
| * platform/wk2/Skipped: New test requires layoutTestController.dumpResourceLoadCallbacks(), |
| which isn't support for wk2 yet. |
| |
| 2012-05-01 Eric Seidel <eric@webkit.org> |
| |
| Add support for seamless attribute as well as seamless sandbox flag and default CSS styling |
| https://bugs.webkit.org/show_bug.cgi?id=85302 |
| |
| Reviewed by Ojan Vafai. |
| |
| Update all the test results now that the html.css changes have |
| been added for seamless, as specified by HTML5: |
| http://www.whatwg.org/specs/web-apps/current-work/multipage/rendering.html#replaced-elements |
| |
| I also added a new test for about:blank iframes (per a code-FIXME) |
| as well as some new testing to confirm that the default seamless-CSS style |
| applies even when iframes cannot render seamless due to security restrictions. |
| |
| * fast/frames/seamless/seamless-basic-expected.txt: |
| * fast/frames/seamless/seamless-basic.html: |
| * fast/frames/seamless/seamless-inherited-origin-expected.txt: Added. |
| * fast/frames/seamless/seamless-inherited-origin.html: Added. |
| * fast/frames/seamless/seamless-inline-expected.txt: |
| * fast/frames/seamless/seamless-min-max-expected.txt: |
| * fast/frames/seamless/seamless-nested-expected.txt: |
| * fast/frames/seamless/seamless-quirks-expected.txt: |
| * fast/frames/seamless/seamless-sandbox-flag-expected.txt: |
| * fast/frames/seamless/seamless-sandbox-flag.html: |
| * fast/frames/seamless/seamless-sandbox-srcdoc-expected.txt: |
| * http/tests/security/seamless/seamless-cross-origin-expected.txt: |
| * http/tests/security/seamless/seamless-sandbox-srcdoc-expected.txt: |
| * svg/in-html/by-reference.html: was using seamless, but really doens't want to, doing so just adds noise. |
| |
| 2012-05-01 James Simonsen <simonjam@chromium.org> |
| |
| Ensure HTMLElementStack fails gracefully if it has a non-Element. |
| https://bugs.webkit.org/show_bug.cgi?id=85167 |
| |
| Reviewed by Adam Barth. |
| |
| * html5lib/resources/webkit02.dat: |
| |
| 2012-05-01 Christophe Dumez <christophe.dumez@intel.com> |
| |
| [EFL] fast/loader/file-protocol-fragment.html needs rebaselining |
| https://bugs.webkit.org/show_bug.cgi?id=85182 |
| |
| Unreviewed, add EFL expectation for fast/loader/file-protocol-fragment.html |
| and unskip the test. |
| |
| * platform/efl/Skipped: |
| * platform/efl/fast/loader/file-protocol-fragment-expected.txt: Added. |
| |
| 2012-05-01 David Dorwin <ddorwin@chromium.org> |
| |
| Remove expectations for media/encrypted-media/encrypted-media-events.html now that crash is fixed. |
| https://bugs.webkit.org/show_bug.cgi?id=84596 |
| |
| Unreviewed expectations update. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-05-01 Andy Estes <aestes@apple.com> |
| |
| [Mac] inspector/debugger/linkifier.html is flakey |
| https://bugs.webkit.org/show_bug.cgi?id=85319 |
| |
| * platform/mac/Skipped: Skip the flakey test. |
| |
| 2012-05-01 Silvia Pfeiffer <silviapf@chromium.org> |
| |
| Audio controls have a 1px surplus outline coming from RenderImage::paintReplaced base class, |
| which needs overwriting. All layout tests with an audio element need a |
| visual update. |
| https://bugs.webkit.org/show_bug.cgi?id=84570 |
| |
| Reviewed by Eric Carlson. |
| |
| * platform/chromium-linux/media/audio-controls-rendering-expected.png: |
| * platform/chromium-linux/media/audio-repaint-expected.png: |
| * platform/chromium-linux/media/controls-after-reload-expected.png: |
| * platform/chromium-linux/media/controls-layout-direction-expected.png: |
| * platform/chromium-linux/media/media-controls-clone-expected.png: |
| * platform/chromium-mac-leopard/media/audio-controls-rendering-expected.png: |
| * platform/chromium-mac-leopard/media/audio-repaint-expected.png: |
| * platform/chromium-mac-leopard/media/controls-after-reload-expected.png: |
| * platform/chromium-mac-snowleopard/media/audio-controls-rendering-expected.png: |
| * platform/chromium-mac-snowleopard/media/audio-repaint-expected.png: |
| * platform/chromium-mac-snowleopard/media/controls-layout-direction-expected.png: |
| * platform/chromium-mac-snowleopard/media/media-controls-clone-expected.png: |
| * platform/chromium-mac/media/audio-controls-rendering-expected.png: |
| * platform/chromium-mac/media/audio-repaint-expected.png: |
| * platform/chromium-mac/media/controls-after-reload-expected.png: |
| * platform/chromium-mac/media/controls-layout-direction-expected.png: |
| * platform/chromium-mac/media/media-controls-clone-expected.png: |
| * platform/chromium-win/media/audio-controls-rendering-expected.png: |
| * platform/chromium-win/media/audio-repaint-expected.png: |
| * platform/chromium-win/media/controls-after-reload-expected.png: |
| * platform/chromium-win/media/controls-layout-direction-expected.png: |
| * platform/chromium-win/media/media-controls-clone-expected.png: |
| |
| 2012-05-01 Aaron Colwell <acolwell@chromium.org> |
| |
| Temporarily removing tests for webkitSourceAddId() & webkitSourceRemoveId() |
| until the rest of the Media Source v0.5 methods are implemented. |
| https://bugs.webkit.org/show_bug.cgi?id=85295 |
| |
| Reviewed by Eric Carlson. |
| |
| * http/tests/media/media-source/webm/video-media-source-add-and-remove-ids-expected.txt: Removed. |
| * http/tests/media/media-source/webm/video-media-source-add-and-remove-ids.html: Removed. |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-05-01 Eric Seidel <eric@webkit.org> |
| |
| Add seamless test cases (all of these will pass as we land the implementation patches) |
| https://bugs.webkit.org/show_bug.cgi?id=85251 |
| |
| Reviewed by Adam Barth. |
| |
| These are all test cases which were written as part of implementing seamless |
| on my github branch: https://github.com/eseidel/webkit/compare/master...seamless |
| All of these will pass once the implementation is landed, which I am uploading |
| as a series of patches as we speak. Because the each of pieces |
| affects variety of tests, it seems easiest to read the implmentation |
| diffs if I land all the tests up-front. |
| |
| * fast/frames/seamless/resources/css-cascade-child.html: Added. |
| * fast/frames/seamless/resources/done.html: Added. |
| * fast/frames/seamless/resources/nested-seamless.html: Added. |
| * fast/frames/seamless/resources/quirks-square.html: Added. |
| * fast/frames/seamless/resources/square.html: Added. |
| * fast/frames/seamless/resources/two-inline-blocks.html: Added. |
| * fast/frames/seamless/seamless-basic-expected.txt: Added. |
| * fast/frames/seamless/seamless-basic.html: Added. |
| * fast/frames/seamless/seamless-css-cascade-expected.txt: Added. |
| * fast/frames/seamless/seamless-css-cascade.html: Added. |
| * fast/frames/seamless/seamless-designMode-expected.txt: Added. |
| * fast/frames/seamless/seamless-designMode.html: Added. |
| * fast/frames/seamless/seamless-float-expected.txt: Added. |
| * fast/frames/seamless/seamless-float.html: Added. |
| * fast/frames/seamless/seamless-form-get-expected.txt: Added. |
| * fast/frames/seamless/seamless-form-get-named-expected.txt: Added. |
| * fast/frames/seamless/seamless-form-get-named.html: Added. |
| * fast/frames/seamless/seamless-form-get-override-expected.txt: Added. |
| * fast/frames/seamless/seamless-form-get-override.html: Added. |
| * fast/frames/seamless/seamless-form-get.html: Added. |
| * fast/frames/seamless/seamless-form-post-expected.txt: Added. |
| * fast/frames/seamless/seamless-form-post-named-expected.txt: Added. |
| * fast/frames/seamless/seamless-form-post-named.html: Added. |
| * fast/frames/seamless/seamless-form-post-override-expected.txt: Added. |
| * fast/frames/seamless/seamless-form-post-override.html: Added. |
| * fast/frames/seamless/seamless-form-post.html: Added. |
| * fast/frames/seamless/seamless-hyperlink-expected.txt: Added. |
| * fast/frames/seamless/seamless-hyperlink-named-expected.txt: Added. |
| * fast/frames/seamless/seamless-hyperlink-named.html: Added. |
| * fast/frames/seamless/seamless-hyperlink-override-expected.txt: Added. |
| * fast/frames/seamless/seamless-hyperlink-override.html: Added. |
| * fast/frames/seamless/seamless-hyperlink.html: Added. |
| * fast/frames/seamless/seamless-inline-expected.txt: Added. |
| * fast/frames/seamless/seamless-inline.html: Added. |
| * fast/frames/seamless/seamless-min-max-expected.txt: Added. |
| * fast/frames/seamless/seamless-min-max.html: Added. |
| * fast/frames/seamless/seamless-nested-expected.txt: Added. |
| * fast/frames/seamless/seamless-nested.html: Added. |
| * fast/frames/seamless/seamless-quirks-expected.txt: Added. |
| * fast/frames/seamless/seamless-quirks.html: Added. |
| * fast/frames/seamless/seamless-sandbox-flag-expected.txt: Added. |
| * fast/frames/seamless/seamless-sandbox-flag.html: Added. |
| * fast/frames/seamless/seamless-sandbox-srcdoc-expected.txt: Added. |
| * fast/frames/seamless/seamless-sandbox-srcdoc.html: Added. |
| * fast/frames/seamless/seamless-window-location-expected.txt: Added. |
| * fast/frames/seamless/seamless-window-location-href-expected.txt: Added. |
| * fast/frames/seamless/seamless-window-location-href.html: Added. |
| * fast/frames/seamless/seamless-window-location-replace-expected.txt: Added. |
| * fast/frames/seamless/seamless-window-location-replace.html: Added. |
| * fast/frames/seamless/seamless-window-location-sandbox-expected.txt: Added. |
| * fast/frames/seamless/seamless-window-location-sandbox.html: Added. |
| * fast/frames/seamless/seamless-window-location.html: Added. |
| * fast/frames/seamless/seamless-window-open-expected.txt: Added. |
| * fast/frames/seamless/seamless-window-open-override-expected.txt: Added. |
| * fast/frames/seamless/seamless-window-open-override.html: Added. |
| * fast/frames/seamless/seamless-window-open.html: Added. |
| * http/tests/security/seamless/resources/square.html: Added. |
| * http/tests/security/seamless/seamless-cross-origin-expected.txt: Added. |
| * http/tests/security/seamless/seamless-cross-origin.html: Added. |
| * http/tests/security/seamless/seamless-sandbox-srcdoc-expected.txt: Added. |
| * http/tests/security/seamless/seamless-sandbox-srcdoc.html: Added. |
| |
| 2012-05-01 Philip Rogers <pdr@google.com> |
| |
| Skip building instance tree for disallowed target |
| https://bugs.webkit.org/show_bug.cgi?id=85202 |
| |
| Reviewed by Nikolas Zimmermann. |
| |
| * platform/chromium-win/svg/custom/use-on-disallowed-foreign-object-3-expected.txt: |
| * platform/gtk/svg/custom/use-on-disallowed-foreign-object-3-expected.txt: |
| * platform/mac/svg/custom/use-on-disallowed-foreign-object-3-expected.txt: |
| * platform/qt/svg/custom/use-on-disallowed-foreign-object-3-expected.txt: |
| * svg/custom/animate-disallowed-mask-element-expected.txt: Added. |
| * svg/custom/animate-disallowed-mask-element.svg: Added. |
| |
| 2012-04-29 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Accumulation for values-animation is broken |
| https://bugs.webkit.org/show_bug.cgi?id=85158 |
| |
| Reviewed by Darin Adler. |
| |
| * svg/animations/accumulate-values-width-animation-expected.txt: Added. |
| * svg/animations/accumulate-values-width-animation.html: Added. |
| * svg/animations/resources/accumulate-values-width-animation.svg: Added. |
| * svg/animations/script-tests/accumulate-values-width-animation.js: Added. |
| (sample1): |
| (sample2): |
| (sample3): |
| (sample4): |
| (sample5): |
| (sample6): |
| (sample7): |
| (sample8): |
| (sample9): |
| (sample10): |
| (sample11): |
| (executeTest): |
| |
| 2012-05-01 Ryosuke Niwa <rniwa@webkit.org> |
| |
| drag of links with styled text drop as links with plain text |
| https://bugs.webkit.org/show_bug.cgi?id=19386 |
| |
| Reviewed by Hajime Morita. |
| |
| Add a regression test since the said bug appears to have been fixed on ToT WebKit. |
| |
| * editing/pasteboard/drag-drop-url-with-style-expected.txt: Added. |
| * editing/pasteboard/drag-drop-url-with-style.html: Added. |
| |
| 2012-05-01 Andreas Kling <kling@webkit.org> |
| |
| Remove Mac WK2-specific result for svg/zoom/page/zoom-replaced-intrinsic-ratio-001.htm. |
| |
| * platform/mac-wk2/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt: Removed. |
| |
| 2012-05-01 Yuzhu Shen <yzshen@chromium.org> |
| |
| Fix test regression introduced by r115086. |
| https://bugs.webkit.org/show_bug.cgi?id=84566 |
| |
| Reviewed by Pavel Feldman. |
| |
| * inspector/network-status-non-http.html: |
| * platform/qt/Skipped: |
| |
| 2012-05-01 Kent Tamura <tkent@chromium.org> |
| |
| [Chromium] Rebaseline for recent changes about <input type=date>. |
| |
| * platform/chromium-linux/fast/forms/date/date-appearance-expected.png: |
| * platform/chromium-linux/fast/forms/date/date-appearance-expected.txt: |
| * platform/chromium-mac/fast/forms/date/date-appearance-expected.png: |
| * platform/chromium-mac/fast/forms/date/date-appearance-expected.txt: |
| * platform/chromium-mac/fast/forms/date/date-input-visible-strings-expected.txt: Copied from LayoutTests/platform/chromium/fast/forms/date/date-input-visible-strings-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/date/date-input-visible-strings-expected.txt: Renamed from LayoutTests/platform/chromium/fast/forms/date/date-input-visible-strings-expected.txt. |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-05-01 Kent Tamura <tkent@chromium.org> |
| |
| [Chromium] Test expectation update for r115713. |
| https://bugs.webkit.org/show_bug.cgi?id=84935 |
| |
| * platform/chromium/test_expectations.txt: |
| Mark TEXT for date-input-visible-strings.html |
| |
| 2012-05-01 Philippe Normand <pnormand@igalia.com> |
| |
| Unreviewed, GTK test_expectations update. |
| |
| * platform/gtk/test_expectations.txt: media/track/track-mode.html |
| is still flaky as per bug 83878. |
| |
| 2012-04-30 Zan Dobersek <zandobersek@gmail.com> |
| |
| Unreviewed, rebaselining after r115666 and test expectations update |
| after r115651. |
| |
| * platform/gtk/fast/js/constructor-length-expected.txt: |
| * platform/gtk/test_expectations.txt: |
| |
| 2012-04-30 Kent Tamura <tkent@chromium.org> |
| |
| REGRESSION(r115600): parseLocalizedDate() should fail for invalid inputs |
| https://bugs.webkit.org/show_bug.cgi?id=85176 |
| |
| Reviewed by Kentaro Hara. |
| |
| * platform/chromium/test_expectations.txt: Remove an entry for a fixed test. |
| |
| 2012-04-30 Ilya Sherman <isherman@chromium.org> |
| |
| Unreviewed, rolling out r113511. |
| http://trac.webkit.org/changeset/113511 |
| https://bugs.webkit.org/show_bug.cgi?id=66032 |
| https://bugs.webkit.org/show_bug.cgi?id=85150 |
| |
| Regression: Many autofilled form fields lack the default |
| autofill background even when authors don’t override the |
| autofill colors |
| |
| * fast/forms/input-autofilled-expected.txt: |
| * fast/forms/input-autofilled.html: |
| |
| 2012-04-30 Keishi Hattori <keishi@webkit.org> |
| |
| datalist: Inconsistent behavior of HTMLInputElement::list |
| https://bugs.webkit.org/show_bug.cgi?id=84351 |
| |
| Reviewed by Kent Tamura. |
| |
| * fast/forms/datalist/input-list-expected.txt: |
| * fast/forms/datalist/input-list.html: Added tests for all input types. |
| * platform/chromium/fast/forms/datalist/input-list-expected.txt: Added. |
| |
| 2012-04-30 Koji Ishii <kojiishi@gmail.com> |
| |
| REGRESSION: editing/inserting/insert-bg-font.html fails on Lion |
| https://bugs.webkit.org/show_bug.cgi?id=82079 |
| |
| Reviewed by Ryosuke Niwa. |
| |
| The test fails only if "Correct spelling automatically" is turned on. |
| AutoCorrect kicks in because the test has "backgroundblue" as a word, |
| so changing it to "background blue" fixes the failure. |
| |
| * editing/inserting/insert-bg-font-expected.txt: Change "backgroundblue" to "background blue". |
| * editing/inserting/insert-bg-font.html: Ditto. |
| |
| 2012-04-30 Xingnan Wang <xingnan.wang@intel.com> |
| |
| Add multichannel support for input of JavaScriptAudioNode |
| https://bugs.webkit.org/show_bug.cgi?id=84687 |
| |
| Reviewed by Chris Rogers. |
| |
| * webaudio/javascriptaudionode-downmix8-2channel-input-expected.txt: Added. |
| * webaudio/javascriptaudionode-downmix8-2channel-input.html: Added. |
| * webaudio/javascriptaudionode-upmix2-8channel-input-expected.txt: Added. |
| * webaudio/javascriptaudionode-upmix2-8channel-input.html: Added. |
| * webaudio/resources/javascriptaudionode-testing.js: Added. |
| (createBuffer): |
| (processAudioData): |
| (fillData): |
| (checkStereoOnlyData): |
| (runJSNodeTest): |
| |
| 2012-04-30 Zhenyao Mo <zmo@google.com> |
| |
| Unreviewed, test expectations update. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-04-30 Ryosuke Niwa <rniwa@webkit.org> |
| |
| NULL ptr in WebCore::Range::getBorderAndTextQuads |
| https://bugs.webkit.org/show_bug.cgi?id=77218 |
| |
| Reviewed by Eric Seidel. |
| |
| Add a regression test. We use alert here instead of innerHTML, textContent, etc... |
| because document element is no longer well-formed at the end of the test. |
| |
| * fast/dom/Range/range-created-in-mutation-event-crash-expected.txt: Added. |
| * fast/dom/Range/range-created-in-mutation-event-crash.xhtml: Added. |
| |
| 2012-04-30 Mark Rowe <mrowe@apple.com> |
| |
| REGRESSION (r115544): platform/mac/fast/events/pointer-events-dashboard.html is failing |
| |
| Remove the test since r115544 removed the special behavior in Dashboard. |
| |
| Rubber-stamped by Anders Carlsson. |
| |
| * platform/mac/fast/events/pointer-events-dashboard-expected.png: Removed. |
| * platform/mac/fast/events/pointer-events-dashboard-expected.txt: Removed. |
| * platform/mac/fast/events/pointer-events-dashboard.html: Removed. |
| |
| 2012-04-30 Tom Zakrajsek <tomz@codeaurora.org> |
| |
| Unreviewed gardening |
| |
| * platform/qt/test_expectations.txt: |
| |
| 2012-04-30 Sadrul Habib Chowdhury <sadrul@chromium.org> |
| |
| [chromium] Disable battery-status API support. |
| https://bugs.webkit.org/show_bug.cgi?id=84499 |
| |
| Reviewed by Adam Barth. |
| |
| * platform/chromium/fast/dom/navigator-detached-no-crash-expected.txt: |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-04-30 Gavin Barraclough <barraclough@apple.com> |
| |
| Arguments object resets attributes on redefinition of a parameter |
| https://bugs.webkit.org/show_bug.cgi?id=84994 |
| |
| Rubber stamped by Oliver Hunt. |
| |
| * fast/js/arguments-expected.txt: |
| * fast/js/script-tests/arguments.js: |
| - Added test cases. |
| |
| 2012-04-30 Kentaro Hara <haraken@chromium.org> |
| |
| WebGLRenderingContext methods should throw TypeError for not enough arguments |
| https://bugs.webkit.org/show_bug.cgi?id=84787 |
| |
| Reviewed by Kenneth Russell. |
| |
| Currently, WebGLRenderingcontext methods implement |
| "Not enough arguments" error as SyntaxError. The Web IDL |
| spec requires that it should be TypeError: |
| http://www.w3.org/TR/WebIDL/#dfn-overload-resolution-algorithm |
| |
| This patch changes SyntaxError to TypeError. |
| |
| * fast/canvas/webgl/webgl-exceptions-expected.txt: Added. |
| * fast/canvas/webgl/webgl-exceptions.html: Added. |
| |
| 2012-04-30 Abhishek Arya <inferno@chromium.org> |
| |
| Remove positioned float code. |
| https://bugs.webkit.org/show_bug.cgi?id=84795 |
| |
| Reviewed by Dan Bernstein. |
| |
| * fast/block/float/positioned-float-crash-expected.txt: Added. |
| * fast/block/float/positioned-float-crash.html: Added. |
| |
| 2012-04-30 Sam Weinig <sam@webkit.org> |
| |
| Remove BlobBuilder |
| https://bugs.webkit.org/show_bug.cgi?id=84036 |
| |
| Reviewed by Anders Carlsson. |
| |
| * fast/js/constructor-length.html: |
| * platform/mac/fast/js/constructor-length-expected.txt: |
| Remove WebKitBlobBuilder from this test, as it is not exposed on all platforms, |
| and add Blob, which is. |
| |
| * platform/mac/Skipped: |
| Skip fast/files/blob-builder-crash.html, since we no longer support WebKitBlobBuilder. |
| |
| 2012-04-30 Mark Hahnenberg <mhahnenberg@apple.com> |
| |
| fast/js/random-array-gc-stress times out in debug mode |
| https://bugs.webkit.org/show_bug.cgi?id=84821 |
| |
| Reviewed by Darin Adler. |
| |
| * fast/js/script-tests/random-array-gc-stress.js: Lowering the iterations even more. |
| |
| |
| 2012-04-30 Benjamin Poulain <bpoulain@apple.com> |
| |
| Add fast path for radix == 10 to numberProtoFuncToString |
| https://bugs.webkit.org/show_bug.cgi?id=85120 |
| |
| Reviewed by Darin Adler. |
| |
| Add more test coverage for Number.proto.toString. |
| |
| * platform/chromium/test_expectations.txt: Mark the test as failing on Chromium. |
| * fast/js/toString-number-expected.txt: Added. |
| * fast/js/toString-number.html: Added. |
| |
| 2012-04-30 Tommy Widenflycht <tommyw@google.com> |
| |
| MediaStream API: Adding a test for the experimental PeerConnection00 |
| https://bugs.webkit.org/show_bug.cgi?id=82881 |
| |
| Reviewed by Dimitri Glazkov. |
| |
| Tests construction of objects. |
| |
| * fast/mediastream/constructors-expected.txt: Added. |
| * fast/mediastream/constructors.html: Added. |
| |
| 2012-04-30 Justin Schuh <jschuh@chromium.org> |
| |
| loadOrRedirectSubframe should return the owner element's frame |
| https://bugs.webkit.org/show_bug.cgi?id=84780 |
| |
| Reviewed by Nate Chapin. |
| |
| * fast/loader/javascript-url-iframe-remove-on-navigate-expected.txt: Added. |
| * fast/loader/javascript-url-iframe-remove-on-navigate.html: Added. |
| |
| 2012-04-30 Thiago Marcos P. Santos <thiago.santos@intel.com> |
| |
| [EFL] Update expectations for media/audio-delete-while-step-button-clicked.html |
| https://bugs.webkit.org/show_bug.cgi?id=85180 |
| |
| Unreviewed gardening. |
| |
| * platform/efl/test_expectations.txt: |
| |
| 2012-04-30 Beth Dakin <bdakin@apple.com> |
| |
| https://bugs.webkit.org/show_bug.cgi?id=82922 |
| border-image with image-set does not render correctly when viewed at |
| 2x |
| -and corresponding- |
| <rdar://problem/11167820> |
| |
| Reviewed by Dan Bernstein. |
| |
| * fast/hidpi/image-set-border-image-comparison.html: Added. |
| * fast/hidpi/resources/Breakpoint-2x.png: Added. |
| * fast/hidpi/resources/Breakpoint.png: Added. |
| * platform/mac/fast/hidpi/image-set-border-image-comparison-expected.png: Added. |
| * platform/mac/fast/hidpi/image-set-border-image-comparison-expected.txt: Added. |
| |
| 2012-04-30 Andreas Kling <kling@webkit.org> |
| |
| Rebaseline svg/zoom/page/zoom-svg-through-object-with-percentage-size.svg for Mac after Length changes. |
| |
| * platform/mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt: |
| |
| 2012-04-30 Yi Shen <yi.4.shen@nokia.com> |
| |
| Inserting a paragraph between quoted lines in editing/deleting/delete-4038408-fix.html doesn't work |
| https://bugs.webkit.org/show_bug.cgi?id=78193 |
| |
| Reviewed by Ryosuke Niwa. |
| |
| When pasting a copied portion of a blockquote with a newline at the end into an unquoted area, |
| the newline is inserted after the blockquote since we don't want it also to be quoted. However, |
| this behavior has also applied when we insert a paragraph between quoted lines, which is incorrect. |
| To figure out the right place to insert a paragraph, we need providing more information to the |
| InsertParagraphSeparatorCommand by introducing a boolean parameter "pasteBlockqutoeIntoUnquotedArea". |
| |
| * editing/inserting/insert-paragraph-separator-in-blockquote-expected.txt: Added. |
| * editing/inserting/insert-paragraph-separator-in-blockquote.html: Added. |
| * editing/pasteboard/paste-wrapped-blockquote-into-nonblockquote-expected.txt: Added. |
| * editing/pasteboard/paste-wrapped-blockquote-into-nonblockquote.html: Added. |
| |
| 2012-04-30 Antti Koivisto <antti@apple.com> |
| |
| Protect current element in HTMLLinkElement::setCSSStyleSheet |
| https://bugs.webkit.org/show_bug.cgi?id=85166 |
| |
| Reviewed by Andreas Kling. |
| |
| * fast/css/cached-sheet-restore-crash-expected.txt: Added. |
| * fast/css/cached-sheet-restore-crash.html: Added. |
| |
| 2012-04-30 Pavel Feldman <pfeldman@chromium.org> |
| |
| Not reviewed: chromium expectations updated. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-04-30 Sudarsana Nagineni <sudarsana.nagineni@linux.intel.com> |
| |
| [GTK] DRT support for layoutTestController.removeOriginAccessWhitelistEntry |
| https://bugs.webkit.org/show_bug.cgi?id=85156 |
| |
| Reviewed by Martin Robinson. |
| |
| Unskip http/tests/xmlhttprequest/origin-whitelisting-removal.html |
| |
| * platform/gtk/test_expectations.txt: |
| |
| 2012-04-30 Pavel Feldman <pfeldman@chromium.org> |
| |
| Not reviewed: chromium expectations updated. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-04-30 Andreas Kling <kling@webkit.org> |
| |
| Add Mac expectation for fast/dom/Window/window-lookup-precedence.html. |
| |
| Mac builds without ENABLE(DATALIST). |
| |
| * platform/mac/fast/dom/Window/window-lookup-precedence-expected.txt: Added. |
| |
| 2012-04-29 Andreas Kling <kling@webkit.org> |
| |
| Skip the fast/performance/ directory on Mac since the bots don't build with ENABLE(WEB_TIMING). |
| |
| * platform/mac/Skipped: |
| |
| 2012-04-29 Sam Weinig <sam@webkit.org> |
| |
| Add support for the Blob constructor (Part 2) |
| https://bugs.webkit.org/show_bug.cgi?id=84555 |
| |
| Address additional feedback on Blob construction. |
| - Add exception when the dictionary is not an object. |
| - Ensure the proper ordering of dictionary access. Tested via |
| throwing exceptions in toString, and ensuring correct one is |
| fired first. |
| - Changed type of exception throw for invalid enumeration to a |
| TypeError. |
| |
| Reviewed by Kentaro Hara. |
| |
| * fast/files/blob-constructor-expected.txt: |
| * fast/files/script-tests/blob-constructor.js: |
| |
| 2012-04-29 Sudarsana Nagineni <sudarsana.nagineni@linux.intel.com> |
| |
| [GTK] DRT needs an implementation of layoutTestController.setDomainRelaxationForbiddenForURLScheme |
| https://bugs.webkit.org/show_bug.cgi?id=85131 |
| |
| Reviewed by Martin Robinson. |
| |
| Unskip http/tests/security/setDomainRelaxationForbiddenForURLScheme.html |
| |
| * platform/gtk/test_expectations.txt: |
| |
| 2012-04-29 Zan Dobersek <zandobersek@gmail.com> |
| |
| Unreviewed, gardening after revisions 115573 and 115582. |
| |
| * platform/gtk/fast/dom/Window/window-properties-expected.txt: |
| * platform/gtk/fast/dom/constructed-objects-prototypes-expected.txt: |
| * platform/gtk/fast/forms/001-expected.txt: |
| * platform/gtk/fast/html/details-position-expected.txt: Added. |
| * platform/gtk/fast/replaced/width100percent-checkbox-expected.txt: |
| * platform/gtk/fast/replaced/width100percent-radio-expected.txt: |
| * platform/gtk/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt: Added. |
| * platform/gtk/tables/mozilla/bugs/bug1318-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug4527-expected.txt: |
| |
| 2012-04-28 Csaba Osztrogonác <ossy@webkit.org> |
| |
| [Qt] Unreviewed weekend gardening, update test results, skip new failing tests. |
| |
| * fast/files/workers/inline-worker-via-blob-url.html: Trivial typo fix after r115582. |
| * platform/qt-4.8/fast/dom/Window/window-properties-expected.txt: Updated after r115582. |
| * platform/qt-5.0-wk2/fast/dom/Window/window-properties-expected.txt: Updated after r115582. |
| * platform/qt-5.0/fast/dom/Window/window-properties-expected.txt: Updated after r115582. |
| * platform/qt/Skipped: Skip a new failing reftest after r115554. |
| * platform/qt/fast/dom/constructed-objects-prototypes-expected.txt: |
| * platform/qt/fast/html/details-position-expected.png: Updated after r115573. |
| * platform/qt/fast/html/details-position-expected.txt: Updated after r115573. |
| * platform/qt/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt: Updated after r115573. |
| |
| 2012-04-28 Li Yin <li.yin@intel.com> |
| |
| MessagePort must set m_closed to be true at the end of MessagePort::close function |
| https://bugs.webkit.org/show_bug.cgi?id=85139 |
| |
| Test MessageChannel.port whether can receive message after it is closed. |
| |
| Reviewed by Kentaro Hara. |
| |
| * fast/events/message-port-close-expected.txt: Added. |
| * fast/events/message-port-close.html: Added. |
| |
| 2012-04-28 Sam Weinig <sam@webkit.org> |
| |
| Add support for the Blob constructor |
| https://bugs.webkit.org/show_bug.cgi?id=84555 |
| |
| Reviewed by Maciej Stachowiak. |
| |
| Switch tests that were not directly testing BlobBuilder over to |
| using the Blob constructor, to get test coverage of standard way |
| constructing blobs. |
| |
| * fast/files/blob-constructor.html: Added. |
| * fast/files/blob-constructor-expected.txt: Added. |
| * fast/files/script-tests/blob-constructor.js: Added. |
| New test. |
| |
| * fast/dom/HTMLAnchorElement/anchor-download-unset.html: |
| * fast/dom/HTMLAnchorElement/anchor-download.html: |
| * fast/dom/HTMLAnchorElement/anchor-nodownload-set.html: |
| * fast/dom/HTMLAnchorElement/anchor-nodownload.html: |
| * fast/dom/constructed-objects-prototypes-expected.txt: |
| * fast/dom/window-domurl-crash.html: |
| * fast/files/blob-slice-overflow.html: |
| * fast/files/blob-slice-test.html: |
| * fast/files/file-reader-fffd-expected.txt: |
| * fast/files/file-reader-fffd.html: |
| * fast/files/not-enough-arguments-expected.txt: |
| * fast/files/not-enough-arguments.html: |
| * fast/files/resources/read-blob-test-cases.js: |
| * fast/files/resources/read-common.js: |
| * fast/files/workers/inline-worker-via-blob-url.html: |
| * fast/filesystem/resources/file-writer-abort-continue.js: |
| * fast/filesystem/resources/file-writer-abort-depth.js: |
| * fast/filesystem/resources/file-writer-abort.js: |
| * fast/filesystem/resources/file-writer-events.js: |
| * fast/filesystem/resources/file-writer-gc-blob.js: |
| * fast/filesystem/resources/file-writer-sync-truncate-extend.js: |
| * fast/filesystem/resources/file-writer-sync-write-overlapped.js: |
| * fast/filesystem/resources/file-writer-utils.js: |
| * http/tests/fileapi/create-blob-url-from-data-url.html: |
| * http/tests/filesystem/no-cache-filesystem-url.html: |
| * http/tests/local/blob/resources/hybrid-blob-util.js: |
| * http/tests/security/resources/create-filesystem-file.html: |
| * http/tests/websocket/tests/hixie76/send-object.html: |
| * http/tests/websocket/tests/hybi/bufferedAmount-after-close-in-busy.html: |
| * http/tests/websocket/tests/hybi/bufferedAmount-after-close.html: |
| * http/tests/websocket/tests/hybi/send-blob.html: |
| * http/tests/websocket/tests/hybi/send-file-blob-fail.html: |
| * http/tests/websocket/tests/hybi/send-file-blob.html: |
| * http/tests/websocket/tests/hybi/workers/resources/send-blob.js: |
| * platform/mac/fast/dom/Window/window-properties-expected.txt: |
| * storage/indexeddb/noblobs.html: |
| * storage/indexeddb/structured-clone.html: |
| |
| 2012-04-28 Zan Dobersek <zandobersek@gmail.com> |
| |
| Unreviewed, removing a Mac WebKit2-specific test result for |
| http/tests/xmlviewer/dumpAsText/frames.html that is not required |
| anymore after changes in r115572. |
| |
| * platform/mac-wk2/http/tests/xmlviewer: Removed. |
| * platform/mac-wk2/http/tests/xmlviewer/dumpAsText: Removed. |
| * platform/mac-wk2/http/tests/xmlviewer/dumpAsText/frames-expected.txt: Removed. |
| |
| 2012-04-28 Emil A Eklund <eae@chromium.org> |
| |
| Unreviewed rebaseline for tests affected by Length change in r115573. |
| |
| * fast/borders/border-radius-huge-assert-expected.txt: Added. |
| * fast/html/details-position-expected.txt: Added. |
| * platform/chromium-mac-leopard/fast/forms/001-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/tables/mozilla/bugs/bug1318-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/bugs/bug4527-expected.png: |
| * platform/chromium-mac-snowleopard/fast/forms/001-expected.png: |
| * platform/chromium-mac-snowleopard/fast/replaced/width100percent-checkbox-expected.png: |
| * platform/chromium-mac-snowleopard/fast/replaced/width100percent-radio-expected.png: |
| * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug1318-expected.png: |
| * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug4527-expected.png: |
| * platform/chromium-mac/fast/forms/001-expected.png: |
| * platform/chromium-mac/fast/replaced/width100percent-checkbox-expected.png: |
| * platform/chromium-mac/fast/replaced/width100percent-radio-expected.png: |
| * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt: Added. |
| * platform/chromium-mac/tables/mozilla/bugs/bug1318-expected.png: |
| * platform/chromium-mac/tables/mozilla/bugs/bug4527-expected.png: |
| * platform/chromium-mac/tables/mozilla/bugs/bug4527-expected.txt: |
| * platform/chromium-win/fast/borders/border-radius-huge-assert-expected.png: |
| * platform/chromium-win/fast/html/details-position-expected.txt: |
| * platform/chromium-win/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt: |
| * platform/efl/fast/borders/border-radius-huge-assert-expected.txt: Removed. |
| * platform/efl/fast/html/details-position-expected.txt: Removed. |
| * platform/efl/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt: Removed. |
| * platform/efl/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt: Removed. |
| * platform/gtk/fast/borders/border-radius-huge-assert-expected.txt: Removed. |
| * platform/gtk/fast/html/details-position-expected.txt: Removed. |
| * platform/gtk/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt: Removed. |
| * platform/gtk/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt: Removed. |
| * svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt: Added. |
| * svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt: Added. |
| |
| 2012-04-26 Emil A Eklund <eae@chromium.org> |
| |
| Move Length and CSS length computation to float |
| https://bugs.webkit.org/show_bug.cgi?id=84801 |
| |
| Reviewed by Eric Seidel. |
| |
| Change Length and CSS length computation to floating point. This gets us |
| closer to the goal of supporting subpixel layout and improves precision |
| for SVG which already uses floating point for its layout. |
| |
| This change makes computedStyle return fractional values for pixel values |
| if a fraction is specified. It also changes the result of computations |
| where two or more values with fractional precision. Prior to this change |
| the result of Length(2.9) + Length(2.9) would be 4 as each value would be |
| floored. with this change the result is 5 as the addition is done with |
| floating point precision and then the result will be floored. Once we |
| enable subpixel layout the resulting value in this example would be 5.8. |
| |
| * fast/dom/length-attribute-mapping-expected.txt: |
| * fast/dom/length-attribute-mapping.html: |
| * platform/mac-snowleopard/fast/forms/001-expected.png: |
| * platform/mac-snowleopard/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png: |
| * platform/mac/fast/forms/001-expected.txt: |
| * platform/mac/fast/html/details-position-expected.png: |
| * platform/mac/fast/html/details-position-expected.txt: |
| * platform/mac/fast/replaced/width100percent-checkbox-expected.png: |
| * platform/mac/fast/replaced/width100percent-checkbox-expected.txt: |
| * platform/mac/fast/replaced/width100percent-radio-expected.png: |
| * platform/mac/fast/replaced/width100percent-radio-expected.txt: |
| * platform/mac/mathml/presentation/fractions-expected.png: |
| * platform/mac/mathml/presentation/fractions-expected.txt: |
| * platform/mac/mathml/presentation/fractions-vertical-alignment-expected.png: |
| * platform/mac/mathml/presentation/fractions-vertical-alignment-expected.txt: |
| * platform/mac/mathml/presentation/mo-stretch-expected.png: |
| * platform/mac/mathml/presentation/mo-stretch-expected.txt: |
| * platform/mac/mathml/presentation/subsup-expected.png: |
| * platform/mac/mathml/presentation/subsup-expected.txt: |
| * platform/mac/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt: |
| * platform/mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug1318-expected.png: |
| * platform/mac/tables/mozilla/bugs/bug1318-expected.txt: |
| |
| 2012-04-28 Zan Dobersek <zandobersek@gmail.com> |
| |
| [WK2] http/tests/navigation/anchor-frames-gbk.html fails |
| https://bugs.webkit.org/show_bug.cgi?id=76896 |
| |
| Reviewed by Darin Adler. |
| |
| Unskip the now-passing test for Mac and Qt WK2 ports. |
| |
| * platform/mac-wk2/Skipped: |
| * platform/qt-5.0-wk2/Skipped: |
| |
| 2012-04-28 Zan Dobersek <zandobersek@gmail.com> |
| |
| Unreviewed, adding a Gtk-specific baseline for |
| fast/dom/Window/window-lookup-precedence.html. |
| |
| * platform/gtk/fast/dom/Window/window-lookup-precedence-expected.txt: Added. |
| |
| 2012-04-28 Alexander Pavlov <apavlov@chromium.org> |
| |
| Web Inspector: Enable touch events feature fails touch feature detection |
| https://bugs.webkit.org/show_bug.cgi?id=84397 |
| |
| Reviewed by Pavel Feldman. |
| |
| * fast/events/touch/emulate-touch-events-expected.txt: |
| * fast/events/touch/emulate-touch-events.html: |
| |
| 2012-04-28 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| <animateTransform type="scale"> should use '0' as effective from value not '1', if no base value is specified and from is not given |
| https://bugs.webkit.org/show_bug.cgi?id=85133 |
| |
| Reviewed by Antti Koivisto. |
| |
| * svg/animations/animateTransform-by-scale-1-expected.svg: Added. |
| * svg/animations/animateTransform-by-scale-1.svg: Added. |
| |
| 2012-04-28 Noel Gordon <noel.gordon@gmail.com> |
| |
| [chromium] http/tests/websocket/tests/hixie76/url-parsing.html is failing |
| https://bugs.webkit.org/show_bug.cgi?id=85130 |
| |
| Unreviewed test expectations update: fix expected text after r115533. |
| |
| * platform/chromium-mac/http/tests/websocket/tests/hixie76/url-parsing-expected.txt: Removed. |
| * platform/chromium-win/http/tests/websocket/tests/hixie76/url-parsing-expected.txt: Removed. |
| * platform/chromium/http/tests/websocket/tests/hixie76/url-parsing-expected.txt: Renamed from LayoutTests/platform/chromium-linux/http/tests/websocket/tests/hixie76/url-parsing-expected.txt. |
| |
| 2012-04-28 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| SVGAnimateColorElement doesn't support by/to animations properly |
| https://bugs.webkit.org/show_bug.cgi?id=36704 |
| |
| Reviewed by Antti Koivisto. |
| |
| * svg/animations/animateColor-additive-2a-expected.svg: Added. |
| * svg/animations/animateColor-additive-2a.svg: Added. |
| * svg/animations/animateColor-additive-2b-expected.svg: Added. |
| * svg/animations/animateColor-additive-2b.svg: Added. |
| * svg/animations/animateColor-additive-2c-expected.svg: Added. |
| * svg/animations/animateColor-additive-2c.svg: Added. |
| * svg/animations/animateColor-additive-2d-expected.svg: Added. |
| * svg/animations/animateColor-additive-2d.svg: Added. |
| |
| 2012-04-27 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Fix repetitions & by animation support for path animations |
| https://bugs.webkit.org/show_bug.cgi?id=85071 |
| |
| Reviewed by Antti Koivisto. |
| |
| * svg/animations/path-animation.svg: Added. |
| * svg/animations/path-animation-expected.svg: Added. |
| * svg/animations/repeating-path-animation-expected.svg: Added. |
| * svg/animations/repeating-path-animation.svg: Added. |
| * svg/animations/script-tests/svgpath-animation-1.js: Correct testcase, now that by animations are supported. |
| (sample2): |
| (sample3): |
| (executeTest): |
| * svg/animations/svgpath-animation-1-expected.txt: |
| |
| 2012-04-28 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| SVGAnimateMotion does not handle accumulation |
| https://bugs.webkit.org/show_bug.cgi?id=18564 |
| |
| Reviewed by Antti Koivisto. |
| |
| Import mozilla <animateMotion> reftests, and two testscases from |
| Dr. Olaf Hoffmanns SVG test suite, covering all additive/accumulate modes |
| for <animateMotion>. |
| |
| * svg/animations/animateMotion-additive-1-expected.svg: Added. |
| * svg/animations/animateMotion-additive-1.svg: Added. |
| * svg/animations/animateMotion-additive-2a-expected.svg: Added. |
| * svg/animations/animateMotion-additive-2a.svg: Added. |
| * svg/animations/animateMotion-additive-2b-expected.svg: Added. |
| * svg/animations/animateMotion-additive-2b.svg: Added. |
| * svg/animations/animateMotion-additive-2c-expected.svg: Added. |
| * svg/animations/animateMotion-additive-2c.svg: Added. |
| * svg/animations/animateMotion-additive-2d-expected.svg: Added. |
| * svg/animations/animateMotion-additive-2d.svg: Added. |
| * svg/animations/mozilla/animateMotion-by-1-expected.svg: Added. |
| * svg/animations/mozilla/animateMotion-by-1.svg: Added. |
| * svg/animations/mozilla/animateMotion-from-to-1-expected.svg: Added. |
| * svg/animations/mozilla/animateMotion-from-to-1.svg: Added. |
| * svg/animations/mozilla/animateMotion-indefinite-to-1-expected.svg: Added. |
| * svg/animations/mozilla/animateMotion-indefinite-to-1.svg: Added. |
| * svg/animations/mozilla/animateMotion-indefinite-to-2-expected.svg: Added. |
| * svg/animations/mozilla/animateMotion-indefinite-to-2.svg: Added. |
| * svg/animations/mozilla/animateMotion-mpath-pathLength-1-expected.svg: Added. |
| * svg/animations/mozilla/animateMotion-mpath-pathLength-1.svg: Added. |
| * svg/animations/mozilla/animateMotion-mpath-targetChange-1-expected.svg: Added. |
| * svg/animations/mozilla/animateMotion-mpath-targetChange-1.svg: Added. |
| * svg/animations/mozilla/animateMotion-to-overridden-1-expected.svg: Added. |
| * svg/animations/mozilla/animateMotion-to-overridden-1.svg: Added. |
| |
| 2012-04-27 Yury Semikhatsky <yurys@chromium.org> |
| |
| ScriptStateProtectedPtr should not keep a strong reference to the context |
| https://bugs.webkit.org/show_bug.cgi?id=85009 |
| |
| Test that after frame navigation all arguments passed to the console messages |
| created in that frame will be discarded and not prevent the frame context from |
| being GC'ed. |
| |
| Reviewed by Pavel Feldman. |
| |
| * http/tests/inspector-enabled/console-clear-arguments-on-frame-navigation-expected.txt: Added. |
| * http/tests/inspector-enabled/console-clear-arguments-on-frame-navigation.html: Added. |
| * http/tests/inspector-enabled/console-clear-arguments-on-frame-remove-expected.txt: |
| * http/tests/inspector-enabled/console-clear-arguments-on-frame-remove.html: |
| * http/tests/inspector-enabled/resources/console-clear-arguments-test.js: Added. |
| (print): |
| (dumpConsoleMessageArgumentCounts): |
| * http/tests/inspector/console-test.js: |
| (initialize_ConsoleTest.InspectorTest.checkConsoleMessagesDontHaveParameters): |
| (initialize_ConsoleTest): |
| |
| 2012-04-28 Csaba Osztrogonác <ossy@webkit.org> |
| |
| [Qt] Unreviewed weekend gardening, skip new failing tests. |
| |
| * platform/qt/Skipped: |
| |
| 2012-04-27 Noel Gordon <noel.gordon@gmail.com> |
| |
| Layout Test fast/images/gif-large-checkerboard.html is a flaky crash |
| https://bugs.webkit.org/show_bug.cgi?id=85073 |
| |
| Unreviewed text expectations update. Test has been a solid PASS for past 12 hours |
| since the patch for bug 85077 rolled in. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-04-27 Csaba Osztrogonác <ossy@webkit.org> |
| |
| Unreviewed gardening, update expected files after r115446. |
| |
| * fast/dom/Window/window-lookup-precedence-expected.txt: Updated after r115446. |
| * platform/qt-4.8/fast/dom/Window/window-properties-expected.txt: Updated after r115446. |
| * platform/qt-5.0-wk2/fast/dom/Window/window-properties-expected.txt: Updated after r115446. |
| * platform/qt-5.0-wk2/fast/dom/prototype-inheritance-2-expected.txt: Updated after r115446. |
| * platform/qt-5.0/fast/dom/Window/window-properties-expected.txt: Updated after r115446. |
| * platform/qt-5.0/fast/dom/prototype-inheritance-2-expected.txt: Updated after r115446. |
| * platform/qt/fast/dom/prototype-inheritance-2-expected.txt: Updated after r115446. |
| * platform/qt/fast/js/global-constructors-expected.txt: Updated after r115446. |
| |
| 2012-04-27 Zan Dobersek <zandobersek@gmail.com> |
| |
| Unreviewed, rebaselining after revisions 115446, 115510 and 115533. |
| |
| * fast/dom/Window/window-lookup-precedence-expected.txt: |
| * http/tests/websocket/tests/hixie76/url-parsing-expected.txt: |
| * http/tests/websocket/tests/hybi/url-parsing-expected.txt: |
| * platform/gtk/media/video-colorspace-yuv420-expected.txt: |
| * platform/gtk/media/video-colorspace-yuv422-expected.txt: |
| |
| 2012-04-27 Dean Jackson <dino@apple.com> |
| |
| Support reverse and alternate-reverse in CA animations |
| https://bugs.webkit.org/show_bug.cgi?id=78041 |
| |
| Reviewed by Beth Dakin. |
| |
| Tests support for reverse and alternate-reverse animations on |
| CoreAnimation objects, as well as filling out some of the software |
| animator tests. There are three variables to exercise: reverse vs |
| forward direction animations, whether reversed timing functions are |
| inverted correctly, and that fill mode respects the direction of |
| animation. |
| |
| Refactored the animation test helper class so we could reuse |
| property parsing and evaluation. |
| |
| * animations/animation-direction-reverse-fill-mode-expected.txt: Added. |
| * animations/animation-direction-reverse-fill-mode-hardware-expected.txt: Added. |
| * animations/animation-direction-reverse-fill-mode-hardware.html: Added. |
| * animations/animation-direction-reverse-fill-mode.html: Added. |
| * animations/animation-direction-reverse-hardware-expected.txt: Added. |
| * animations/animation-direction-reverse-hardware-opacity-expected.txt: Added. |
| * animations/animation-direction-reverse-hardware-opacity.html: Added. |
| * animations/animation-direction-reverse-hardware.html: Added. |
| * animations/animation-direction-reverse-non-hardware-expected.txt: Added. |
| * animations/animation-direction-reverse-non-hardware.html: Added. |
| * animations/animation-direction-reverse-timing-functions-expected.txt: Added. |
| * animations/animation-direction-reverse-timing-functions-hardware-expected.txt: Added. |
| * animations/animation-direction-reverse-timing-functions-hardware.html: Added. |
| * animations/animation-direction-reverse-timing-functions.html: Added. |
| * animations/resources/animation-test-helpers.js: |
| (checkExpectedValue): |
| (getPropertyValue): |
| (comparePropertyValue): |
| |
| 2012-04-27 Sheriff Bot <webkit.review.bot@gmail.com> |
| |
| Unreviewed, rolling out r115407. |
| http://trac.webkit.org/changeset/115407 |
| https://bugs.webkit.org/show_bug.cgi?id=85126 |
| |
| Caused heap use after free (Requested by keishi_ on #webkit). |
| |
| * fast/forms/datalist/datalist-child-validation-expected.txt: Removed. |
| * fast/forms/datalist/datalist-child-validation.html: Removed. |
| |
| 2012-04-27 Kentaro Hara <haraken@chromium.org> |
| |
| "Not enough arguments" error should be TypeError |
| https://bugs.webkit.org/show_bug.cgi?id=84628 |
| |
| Reviewed by Darin Adler. |
| |
| Currently, some custom bindings implement "Not enough arguments" |
| error as SyntaxError. The Web IDL spec requires that it should be |
| TypeError: http://www.w3.org/TR/WebIDL/#dfn-overload-resolution-algorithm |
| Thus, this patch changes SyntaxError to TypeError, and adds test |
| cases for the exception. |
| |
| * http/tests/websocket/tests/hixie76/send-empty-expected.txt: |
| * http/tests/websocket/tests/hixie76/url-parsing.html: |
| * http/tests/websocket/tests/hybi/send-empty-expected.txt: |
| * http/tests/websocket/tests/hybi/url-parsing.html: |
| * http/tests/xmlhttprequest/exceptions-expected.txt: |
| * http/tests/xmlhttprequest/exceptions.html: |
| * platform/chromium-linux/http/tests/websocket/tests/hixie76/url-parsing-expected.txt: |
| * platform/chromium/http/tests/websocket/tests/hybi/url-parsing-expected.txt: |
| * svg/dom/SVGLength-expected.txt: |
| * webaudio/audionode-expected.txt: |
| * webaudio/audionode.html: |
| |
| 2012-04-27 Kenneth Russell <kbr@google.com> |
| |
| Remove SHADER_COMPILER constant |
| https://bugs.webkit.org/show_bug.cgi?id=85115 |
| |
| Reviewed by Darin Adler. |
| |
| * fast/canvas/webgl/constants-expected.txt: Updated expected results. |
| * fast/canvas/webgl/constants.html: Synced test with Khronos repository. |
| |
| 2012-04-27 Joe Thomas <joethomas@motorola.com> |
| |
| fast/forms/listbox-clear-restore.html is failing |
| https://bugs.webkit.org/show_bug.cgi?id=82818 |
| |
| Reviewed by Darin Adler. |
| |
| This testcase was flaky on the bot and from the screenshots it looks like the timer failed to fire. |
| Using document.body.offsetWidth to force a layout instead of timer. |
| |
| * fast/forms/listbox-clear-restore.html: |
| * platform/mac/Skipped: |
| |
| 2012-04-27 Andrew Scherkus <scherkus@chromium.org> |
| |
| [Chromium] Unreviewed, updating baselines for media/video-colorspace-yuv420/422.html due to r115510. |
| |
| * platform/chromium-linux/media/video-colorspace-yuv420-expected.png: |
| * platform/chromium-linux/media/video-colorspace-yuv422-expected.png: |
| * platform/chromium-mac-leopard/media/video-colorspace-yuv420-expected.png: |
| * platform/chromium-mac-leopard/media/video-colorspace-yuv422-expected.png: |
| * platform/chromium-mac-snowleopard/media/video-colorspace-yuv420-expected.png: |
| * platform/chromium-mac-snowleopard/media/video-colorspace-yuv422-expected.png: |
| * platform/chromium-mac/media/video-colorspace-yuv420-expected.png: |
| * platform/chromium-mac/media/video-colorspace-yuv420-expected.txt: |
| * platform/chromium-mac/media/video-colorspace-yuv422-expected.png: |
| * platform/chromium-mac/media/video-colorspace-yuv422-expected.txt: |
| * platform/chromium-win/media/video-colorspace-yuv420-expected.png: |
| * platform/chromium-win/media/video-colorspace-yuv420-expected.txt: |
| * platform/chromium-win/media/video-colorspace-yuv422-expected.png: |
| * platform/chromium-win/media/video-colorspace-yuv422-expected.txt: |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-04-27 Yi Shen <yi.4.shen@nokia.com> |
| |
| REGRESSION(113723): Pressing enter in this list example deletes the whole list |
| https://bugs.webkit.org/show_bug.cgi?id=85016 |
| |
| Reviewed by Enrica Casucci. |
| |
| The bug was caused by CompositeEditCommand::breakOutOfEmptyListItem, which calls isListItem |
| on the empty list's siblings to decide which part of the list should get removed. However, |
| the check fails when the empty list's sibling is a text node, or a list element (e.g. ul, ol). |
| Fixed it by skipping empty list's non-element sibling and calling isListElement to do further |
| check. |
| |
| * editing/execCommand/break-out-of-empty-list-item-expected.txt: |
| * editing/execCommand/script-tests/break-out-of-empty-list-item.js: |
| |
| 2012-04-27 Tim Horton <timothy_horton@apple.com> |
| |
| SMIL animation causes leak of the related Document (and many elements) |
| https://bugs.webkit.org/show_bug.cgi?id=83856 |
| <rdar://problem/11216047> |
| |
| Reviewed by Dean Jackson. |
| |
| Add a few tests for different parts of this patch: smil-leak-elements tests that animated |
| elements are garbage collected properly after being removed from the page; |
| |
| smil-leak-element-instances and its related smil-leak-element-instances-noBaseValRef test |
| that we don't leak instances after they're removed from the document while the original element is still alive; |
| |
| smil-leak-dynamically-added-element-instances tests the same thing, but adds half of the instances |
| while the animation is in the middle of running; |
| |
| svglength-element-removed-crash ensures that an animated element is not freed |
| if JavaScript code is holding a reference to an animated property wrapper. |
| |
| * svg/animations/smil-leak-dynamically-added-element-instances-expected.txt: Added. |
| * svg/animations/smil-leak-dynamically-added-element-instances.svg: Added. |
| * svg/animations/smil-leak-element-instances-expected.txt: Added. |
| * svg/animations/smil-leak-element-instances-noBaseValRef-expected.txt: Added. |
| * svg/animations/smil-leak-element-instances-noBaseValRef.svg: Added. |
| * svg/animations/smil-leak-element-instances.svg: Added. |
| * svg/animations/smil-leak-elements-expected.txt: Added. |
| * svg/animations/smil-leak-elements.svg: Added. |
| * svg/animations/svglength-element-removed-crash-expected.txt: Added. |
| * svg/animations/svglength-element-removed-crash.svg: Added. |
| |
| 2012-04-27 Dirk Pranke <dpranke@chromium.org> |
| |
| Mark tables/mozilla/other/slashlogo.html as SLOW |
| https://bugs.webkit.org/show_bug.cgi?id=85106 |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-04-24 Jeffrey Pfau <jpfau@apple.com> |
| |
| Disable RTF in JavaScript drag-and-drop |
| https://bugs.webkit.org/show_bug.cgi?id=76597 |
| |
| Reviewed by Maciej Stachowiak. |
| |
| * fast/events/drag-and-drop-subframe-dataTransfer-expected.txt: Added. |
| * fast/events/drag-and-drop-subframe-dataTransfer.html: Added. |
| * fast/events/resources/file-for-drag-and-drop-subframe-dataTransfer.html: Added. |
| |
| 2012-04-27 Sudarsana Nagineni <sudarsana.nagineni@linux.intel.com> |
| |
| [EFL] [DRT] Unskip passing tests related to editing commands |
| https://bugs.webkit.org/show_bug.cgi?id=84944 |
| |
| Unreviewed, unskip passing editing commands tests. |
| |
| * platform/efl/Skipped: |
| |
| 2012-04-24 Shadi Khalek <shadi@chromium.org> |
| |
| Support video format yuv422p tests on different ports. |
| https://bugs.webkit.org/show_bug.cgi?id=82281 |
| |
| Reviewed by Eric Carlson. |
| |
| * media/content/test_yuv420.mp4: Added. |
| * media/content/test_yuv420.ogv: |
| * media/content/test_yuv422.mp4: Added. |
| * media/content/test_yuv422.ogv: |
| * media/video-colorspace-yuv420.html: |
| * media/video-colorspace-yuv422.html: |
| |
| 2012-04-27 Dimitri Glazkov <dglazkov@chromium.org> |
| |
| [Chromium] fast/js/dfg-uint32array.html is a flaky timeout. |
| https://bugs.webkit.org/show_bug.cgi?id=85090 |
| |
| * platform/chromium/test_expectations.txt: Added. |
| |
| 2012-04-27 Dimitri Glazkov <dglazkov@chromium.org> |
| |
| Mark svg/as-image/svg-as-relative-image-with-explicit-size.html as flaky. |
| https://bugs.webkit.org/show_bug.cgi?id=85107 |
| |
| * platform/chromium/test_expectations.txt: Registered flakiness. |
| |
| 2012-04-27 Dimitri Glazkov <dglazkov@chromium.org> |
| |
| Mark tables/mozilla/other/slashlogo.html as flaky timeout. |
| https://bugs.webkit.org/show_bug.cgi?id=85106 |
| |
| * platform/chromium/test_expectations.txt: Marked. |
| |
| 2012-04-27 Dimitri Glazkov <dglazkov@chromium.org> |
| |
| [Chromium] Remove remaining mentions of platform/mac-leopard. |
| |
| * platform/chromium/test_expectations.txt: Removed. |
| |
| 2012-04-27 Nat Duca <nduca@chromium.org> |
| |
| Implement high-resolution time via window.performance.now() |
| https://bugs.webkit.org/show_bug.cgi?id=66684 |
| |
| This implements the high resolution time spec from |
| http://www.w3.org/TR/hr-time/, giving javascript access to |
| sub-millisecond timestamps that increase over time instead of being |
| subject to skewing, for example when the host machine's clock changes. |
| |
| Reviewed by Tony Gentilcore. |
| |
| * fast/dom/Window/window-properties-performance-expected.txt: |
| * fast/performance/performance-now-timestamps-expected.txt: Added. |
| * fast/performance/performance-now-timestamps.html: Added. |
| * fast/performance/script-tests/TEMPLATE.html: Added. |
| * fast/performance/script-tests/performance-now-timestamps.js: Added. |
| (busyWait): |
| * platform/qt/fast/dom/Window/window-properties-performance-expected.txt: |
| |
| 2012-04-27 Tony Chang <tony@chromium.org> |
| |
| remove LayoutTests/platform/mac-leopard |
| https://bugs.webkit.org/show_bug.cgi?id=84999 |
| |
| These results are no longer used by any ports. |
| |
| * platform/mac-leopard: Removed. |
| |
| 2012-04-27 Christophe Dumez <christophe.dumez@intel.com> |
| |
| [EFL] Several media layout tests need rebaselining |
| https://bugs.webkit.org/show_bug.cgi?id=84943 |
| |
| Unreviewed, rebaseline EFL media layout tests due to r114957. |
| |
| * platform/efl/media/media-controls-clone-expected.txt: |
| * platform/efl/media/video-empty-source-expected.txt: |
| * platform/efl/media/video-zoom-controls-expected.txt: |
| |
| 2012-04-27 Dimitri Glazkov <dglazkov@chromium.org> |
| |
| Unreviewed, rolling out r115484. |
| http://trac.webkit.org/changeset/115484 |
| https://bugs.webkit.org/show_bug.cgi?id=84555 |
| |
| Broke Chromium compile. |
| |
| * fast/dom/HTMLAnchorElement/anchor-download-unset.html: |
| * fast/dom/HTMLAnchorElement/anchor-download.html: |
| * fast/dom/HTMLAnchorElement/anchor-nodownload-set.html: |
| * fast/dom/HTMLAnchorElement/anchor-nodownload.html: |
| * fast/dom/window-domurl-crash.html: |
| * fast/files/blob-constructor-expected.txt: Removed. |
| * fast/files/blob-constructor.html: Removed. |
| * fast/files/blob-slice-overflow.html: |
| * fast/files/blob-slice-test.html: |
| * fast/files/file-reader-fffd.html: |
| * fast/files/not-enough-arguments.html: |
| * fast/files/resources/read-blob-test-cases.js: |
| (testReadingTripleSlicedHybridBlob): |
| * fast/files/resources/read-common.js: |
| (buildBlob): |
| * fast/files/script-tests/blob-constructor.js: Removed. |
| * fast/files/workers/inline-worker-via-blob-url.html: |
| * fast/filesystem/resources/file-writer-abort-continue.js: |
| (tenXBlob): |
| (startWrite): |
| * fast/filesystem/resources/file-writer-abort-depth.js: |
| * fast/filesystem/resources/file-writer-abort.js: |
| (tenXBlob): |
| (startWrite): |
| * fast/filesystem/resources/file-writer-events.js: |
| (tenXBlob): |
| (startWrite): |
| * fast/filesystem/resources/file-writer-gc-blob.js: |
| (tenXBlob): |
| (startWrite): |
| * fast/filesystem/resources/file-writer-sync-truncate-extend.js: |
| * fast/filesystem/resources/file-writer-sync-write-overlapped.js: |
| * fast/filesystem/resources/file-writer-utils.js: |
| * http/tests/fileapi/create-blob-url-from-data-url.html: |
| * http/tests/filesystem/no-cache-filesystem-url.html: |
| * http/tests/local/blob/resources/hybrid-blob-util.js: |
| (HybridBlobTestUtil.this.appendAndCreateBlob): |
| (HybridBlobTestUtil): |
| * http/tests/security/resources/create-filesystem-file.html: |
| * http/tests/websocket/tests/hixie76/send-object.html: |
| * http/tests/websocket/tests/hybi/bufferedAmount-after-close-in-busy.html: |
| * http/tests/websocket/tests/hybi/bufferedAmount-after-close.html: |
| * http/tests/websocket/tests/hybi/send-blob.html: |
| * http/tests/websocket/tests/hybi/send-file-blob-fail.html: |
| * http/tests/websocket/tests/hybi/send-file-blob.html: |
| * http/tests/websocket/tests/hybi/workers/resources/send-blob.js: |
| (createBlobContainingHelloWorld): |
| (createEmptyBlob): |
| (createBlobContainingAllDistinctBytes): |
| * platform/mac/fast/dom/Window/window-properties-expected.txt: |
| * storage/indexeddb/noblobs.html: |
| * storage/indexeddb/structured-clone.html: |
| |
| 2012-04-27 Dirk Pranke <dpranke@chromium.org> |
| |
| [chromium] use "drt-style" output, not "test-shell-style" output, on mac and linux DRT |
| https://bugs.webkit.org/show_bug.cgi?id=84917 |
| |
| Unreviewed, build fix. |
| |
| Reland the change in r115453 with a fix for chromium win. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-04-27 Eric Carlson <eric.carlson@apple.com> |
| |
| https://bugs.webkit.org/show_bug.cgi?id=85038 |
| |
| Unreviewed, Mac test_expectations update. |
| |
| * platform/mac/test_expectations.txt: Skip http/tests/inspector/network/network-initiator.html. |
| |
| 2012-04-27 Alexandru Chiculita <achicu@adobe.com> |
| |
| [CSS Shaders] Implement CSS Animations and Transitions for CSS Shaders |
| https://bugs.webkit.org/show_bug.cgi?id=71406 |
| |
| Reviewed by Dean Jackson. |
| |
| * animations/resources/animation-test-helpers.js: Added a check for the "custom" function and used the parser in custom-filter-parser.js instead. |
| (getFilterParameters): |
| (filterParametersMatch): |
| * css3/filters/custom/custom-filter-animation-expected.txt: Added. |
| * css3/filters/custom/custom-filter-animation.html: Added. |
| * css3/filters/resources/custom-filter-parser.js: Added a simple parser for the "custom" function, so that multiple types can be checked correctly. |
| |
| 2012-04-26 Sam Weinig <sam@webkit.org> |
| |
| Add support for the Blob constructor |
| https://bugs.webkit.org/show_bug.cgi?id=84555 |
| |
| Reviewed by Maciej Stachowiak. |
| |
| Switch tests that were not directly testing BlobBuilder over to |
| using the Blob constructor, to get test coverage of standard way |
| constructing blobs. |
| |
| * fast/files/blob-constructor.html: |
| * fast/files/blob-constructor-expected.txt: |
| * fast/files/script-tests/blob-constructor.js: |
| New test. |
| |
| * fast/dom/HTMLAnchorElement/anchor-download-unset.html: |
| * fast/dom/HTMLAnchorElement/anchor-download.html: |
| * fast/dom/HTMLAnchorElement/anchor-nodownload-set.html: |
| * fast/dom/HTMLAnchorElement/anchor-nodownload.html: |
| * fast/dom/window-domurl-crash.html: |
| * fast/files/blob-builder-crash-expected.txt: Removed. |
| * fast/files/blob-builder-crash.html: Removed. |
| * fast/files/blob-slice-overflow.html: |
| * fast/files/blob-slice-test.html: |
| * fast/files/file-reader-fffd.html: |
| * fast/files/not-enough-arguments.html: |
| * fast/files/resources/read-blob-test-cases.js: |
| * fast/files/resources/read-common.js: |
| * fast/files/workers/inline-worker-via-blob-url.html: |
| * fast/filesystem/resources/file-writer-abort-continue.js: |
| * fast/filesystem/resources/file-writer-abort-depth.js: |
| * fast/filesystem/resources/file-writer-abort.js: |
| * fast/filesystem/resources/file-writer-events.js: |
| * fast/filesystem/resources/file-writer-gc-blob.js: |
| * fast/filesystem/resources/file-writer-sync-truncate-extend.js: |
| * fast/filesystem/resources/file-writer-sync-write-overlapped.js: |
| * fast/filesystem/resources/file-writer-utils.js: |
| * http/tests/fileapi/create-blob-url-from-data-url.html: |
| * http/tests/filesystem/no-cache-filesystem-url.html: |
| * http/tests/local/blob/resources/hybrid-blob-util.js: |
| * http/tests/security/resources/create-filesystem-file.html: |
| * http/tests/websocket/tests/hixie76/send-object.html: |
| * http/tests/websocket/tests/hybi/bufferedAmount-after-close-in-busy.html: |
| * http/tests/websocket/tests/hybi/bufferedAmount-after-close.html: |
| * http/tests/websocket/tests/hybi/send-blob.html: |
| * http/tests/websocket/tests/hybi/send-file-blob-fail.html: |
| * http/tests/websocket/tests/hybi/send-file-blob.html: |
| * http/tests/websocket/tests/hybi/workers/resources/send-blob.js: |
| * platform/mac/fast/dom/Window/window-properties-expected.txt: |
| * storage/indexeddb/noblobs.html: |
| * storage/indexeddb/structured-clone.html: |
| |
| 2012-04-27 Dimitri Glazkov <dglazkov@chromium.org> |
| |
| Remove passing test from expectations. |
| |
| * platform/chromium/test_expectations.txt: Another one bites the dust. |
| |
| 2012-04-27 Dimitri Glazkov <dglazkov@chromium.org> |
| |
| [Chromium] Layout Tests fast/js/dfg-float64array.html, fast/js/dfg-uint16array.html, and fast/js/dfg-uint8array.html are flaky timeouts. |
| https://bugs.webkit.org/show_bug.cgi?id=85090 |
| |
| * platform/chromium/test_expectations.txt: Marked as flakes. |
| |
| 2012-04-27 Shawn Singh <shawnsingh@chromium.org> |
| |
| Infinite backgroundClipRect should not be scrolled. |
| https://bugs.webkit.org/show_bug.cgi?id=84979 |
| |
| Reviewed by Adrienne Walker. |
| |
| * compositing/iframes/resources/fixed-position-transformed-subframe.html: Added. |
| * compositing/iframes/scroll-fixed-transformed-element-expected.png: Added. |
| * compositing/iframes/scroll-fixed-transformed-element-expected.txt: Added. |
| * compositing/iframes/scroll-fixed-transformed-element.html: Added. |
| |
| 2012-04-27 Erik Arvidsson <arv@chromium.org> |
| |
| Clean up tests in preparation for ES5.2 global scope fix |
| https://bugs.webkit.org/show_bug.cgi?id=85001 |
| |
| Reviewed by Gavin Barraclough. |
| |
| * fast/css/resize-value-compared.html: |
| * fast/dom/resources/navigation-type-matches-querystring.html: |
| * fast/dom/script-tests/webtiming-document-open.js: |
| * fast/dom/script-tests/webtiming-navigate-within-document.js: |
| * fast/dom/script-tests/webtiming.js: |
| * http/tests/inspector/indexeddb/indexeddb-test.js: |
| * http/tests/misc/resources/webtiming-cross-origin-and-back2.html: |
| * http/tests/misc/resources/webtiming-cross-origin-redirect.html: |
| * http/tests/misc/resources/webtiming-no-origin.html: |
| * http/tests/misc/resources/webtiming-one-redirect.html: |
| * http/tests/misc/resources/webtiming-ssl.html: |
| * http/tests/misc/resources/webtiming-two-redirects.html: |
| * http/tests/misc/webtiming-slow-load.php: |
| |
| 2012-04-27 Dirk Pranke <dpranke@chromium.org> |
| |
| Unreviewed, revert r115453 - broke chromium win bots |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-04-27 Dimitri Glazkov <dglazkov@chromium.org> |
| |
| Layout Test media/video-currentTime-set.html is still flaky |
| https://bugs.webkit.org/show_bug.cgi?id=85003 |
| |
| Reviewed by Eric Carlson. |
| |
| * media/video-currentTime-set.html: Removed extraneous timeout code. |
| |
| 2012-04-27 Ryosuke Niwa <rniwa@webkit.org> |
| |
| FormatBlock crashes when body element is removed prior to the command execution |
| https://bugs.webkit.org/show_bug.cgi?id=84937 |
| |
| Reviewed by Tony Chang. |
| |
| Add a regression test for executing FormatCommand immediately after removing |
| the body element thereby turning the selection end points to non-candidates. |
| |
| * editing/execCommand/format-block-without-body-crash-expected.txt: Added. |
| * editing/execCommand/format-block-without-body-crash.html: Added. |
| |
| 2012-04-27 Julien Chaffraix <jchaffraix@webkit.org> |
| |
| NULL-deref in RenderBox::clippedOverflowRectForRepaint |
| https://bugs.webkit.org/show_bug.cgi?id=84774 |
| |
| Reviewed by Tony Chang. |
| |
| * fast/inline/crash-new-continuation-with-outline-expected.txt: Added. |
| * fast/inline/crash-new-continuation-with-outline.html: Added. |
| |
| 2012-04-27 Dirk Pranke <dpranke@chromium.org> |
| |
| [chromium] use "drt-style" output, not "test-shell-style" output, on mac and linux DRT |
| https://bugs.webkit.org/show_bug.cgi?id=84917 |
| |
| Unreviewed, expectations change to accompany the new-run-webkit-tests change. |
| |
| * platform/chromium/test_expectations.txt |
| |
| 2012-04-27 Christophe Dumez <christophe.dumez@intel.com> |
| |
| [EFL] ResourceError domain needs to be properly set in FrameLoaderClient |
| https://bugs.webkit.org/show_bug.cgi?id=84129 |
| |
| Reviewed by Nate Chapin. |
| |
| Unskip the tests which require EFL's DumpRenderTree to support |
| LayoutTestController's dumpResourceLoadCallbacks() and print out |
| correctly information about resource loading errors. |
| |
| * platform/efl/Skipped: |
| |
| 2012-04-27 Dimitri Glazkov <dglazkov@chromium.org> |
| |
| [Chromium] platform/chromium/media/video-capture-preview.html is a flaky crash. |
| https://bugs.webkit.org/show_bug.cgi?id=85082 |
| |
| * platform/chromium/test_expectations.txt: Added expectation of flakiness. |
| |
| 2012-04-27 Alexander Pavlov <apavlov@chromium.org> |
| |
| Web Inspector: Implement the "Disable JavaScript" option in the settings dialog |
| https://bugs.webkit.org/show_bug.cgi?id=84946 |
| |
| Reviewed by Yury Semikhatsky. |
| |
| * inspector/debugger/disable-script-expected.txt: Added. |
| * inspector/debugger/disable-script.html: Added. |
| |
| 2012-04-27 Keishi Hattori <keishi@webkit.org> |
| |
| IETC HTML5: verify HTMLDataListElement - instanceof HTMLDataListElement fails. |
| https://bugs.webkit.org/show_bug.cgi?id=81196 |
| |
| Reviewed by Kent Tamura. |
| |
| * fast/dom/Window/resources/window-properties.js: Added HTMLDataListElement to the list. |
| * platform/chromium/fast/dom/Window/window-lookup-precedence-expected.txt: |
| |
| 2012-04-27 Dimitri Glazkov <dglazkov@chromium.org> |
| |
| Unreviewed, rolling out r115417. |
| http://trac.webkit.org/changeset/115417 |
| https://bugs.webkit.org/show_bug.cgi?id=84946 |
| |
| Added test is broken on windows. |
| |
| * inspector/debugger/disable-script-expected.txt: Removed. |
| * inspector/debugger/disable-script.html: Removed. |
| |
| 2012-04-27 Dimitri Glazkov <dglazkov@chromium.org> |
| |
| [Chromium] fast/images/gif-large-checkerboard.html is a flaky crash |
| https://bugs.webkit.org/show_bug.cgi?id=85073 |
| |
| * platform/chromium/test_expectations.txt: Marked flaky crash. |
| |
| 2012-04-26 Andreas Kling <kling@webkit.org> |
| |
| Avoid mutating Element attribute storage in StepRange constructor. |
| <http://webkit.org/b/84797> |
| |
| Reviewed by Antti Koivisto. |
| |
| * fast/selectors/querySelector-in-range-crash-expected.txt: Added. |
| * fast/selectors/querySelector-in-range-crash.html: Added. |
| |
| 2012-04-27 Rob Buis <rbuis@rim.com> |
| |
| SVG inline style of 'marker-*' does not override |
| https://bugs.webkit.org/show_bug.cgi?id=84824 |
| |
| Add tests for clip-path, filter, mask and marker-* properties. |
| |
| Reviewed by Nikolas Zimmermann. |
| |
| * svg/custom/inline-style-overrides-clipPath-expected.svg: Added. |
| * svg/custom/inline-style-overrides-clipPath.svg: Added. |
| * svg/custom/inline-style-overrides-filter-expected.svg: Added. |
| * svg/custom/inline-style-overrides-filter.svg: Added. |
| * svg/custom/inline-style-overrides-markers-expected.svg: Added. |
| * svg/custom/inline-style-overrides-markers.svg: Added. |
| * svg/custom/inline-style-overrides-mask-expected.svg: Added. |
| * svg/custom/inline-style-overrides-mask.svg: Added. |
| |
| 2012-04-27 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Support values animation mode with just a single value |
| https://bugs.webkit.org/show_bug.cgi?id=85064 |
| |
| Reviewed by Antti Koivisto. |
| |
| * svg/animations/resources/single-values-animation.svg: Added. |
| * svg/animations/script-tests/single-values-animation.js: Added. |
| (sample1): |
| (sample2): |
| (executeTest): |
| * svg/animations/single-values-animation-expected.txt: Added. |
| * svg/animations/single-values-animation.html: Added. |
| |
| 2012-04-27 Marcus Bulach <bulach@chromium.org> |
| |
| [chromium] Update test expectation. |
| https://bugs.webkit.org/show_bug.cgi?id=85038 |
| |
| Unreviewed, chromium test_expectations update. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-04-27 Konrad Piascik <kpiascik@rim.com> |
| |
| Web Inspector: Allow inspection of Web Socket Frames |
| https://bugs.webkit.org/show_bug.cgi?id=83282 |
| |
| Reviewed by Pavel Feldman. |
| |
| * http/tests/inspector/web-socket-frame-error-expected.txt: Added. |
| * http/tests/inspector/web-socket-frame-error.html: Added. |
| * http/tests/inspector/web-socket-frame-expected.txt: Added. |
| * http/tests/inspector/web-socket-frame.html: Added. |
| |
| 2012-04-27 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Fix repetitions & by animation support for SVGAnimateTransformElement |
| https://bugs.webkit.org/show_bug.cgi?id=85051 |
| |
| Reviewed by Antti Koivisto. |
| |
| Enable <animateTransform> test in additive-type-by-animation, which was disabled as it triggered assertions before this patch. |
| Add lots of new <animateTransform> covering additive/accumulative animations using reftests, for all animateTransform types (translate/rotate/skewX/skewY/scale). |
| |
| * svg/animations/additive-type-by-animation-expected.txt: |
| * svg/animations/animateTransform-accumulation-expected.svg: Added. |
| * svg/animations/animateTransform-accumulation.svg: Added. |
| * svg/animations/animateTransform-by-scale-expected.svg: Added. |
| * svg/animations/animateTransform-by-scale.svg: Added. |
| * svg/animations/animateTransform-from-by-from-to-comparision-expected.svg: Added. |
| * svg/animations/animateTransform-from-by-from-to-comparision.svg: Added. |
| * svg/animations/animateTransform-from-by-scale-additive-sum-expected.svg: Added. |
| * svg/animations/animateTransform-from-by-scale-additive-sum.svg: Added. |
| * svg/animations/animateTransform-from-by-scale-expected.svg: Added. |
| * svg/animations/animateTransform-from-by-scale.svg: Added. |
| * svg/animations/animateTransform-rotate-around-point-expected.svg: Added. |
| * svg/animations/animateTransform-rotate-around-point.svg: Added. |
| * svg/animations/animateTransform-skewX-expected.svg: Added. |
| * svg/animations/animateTransform-skewX.svg: Added. |
| * svg/animations/animateTransform-skewY-expected.svg: Added. |
| * svg/animations/animateTransform-skewY.svg: Added. |
| * svg/animations/animateTransform-translate-expected.svg: Added. |
| * svg/animations/animateTransform-translate.svg: Added. |
| * svg/animations/multiple-animateTransform-additive-sum-expected.svg: Added. |
| * svg/animations/multiple-animateTransform-additive-sum.svg: Added. |
| * svg/animations/resources/additive-type-by-animation.svg: |
| * svg/animations/script-tests/additive-type-by-animation.js: |
| (checkBaseVal): |
| (sample1): |
| (sample2): |
| (sample3): |
| * svg/animations/script-tests/svgtransform-animation-1.js: |
| (sample1): |
| (sample2): |
| (sample3): |
| (sample4): |
| (sample5): |
| (sample6): |
| (sample7): |
| (executeTest): |
| * svg/animations/script-tests/svgtransform-animation-discrete.js: |
| (sample1): |
| (sample2): |
| (sample3): |
| (executeTest): |
| * svg/animations/svgtransform-animation-1-expected.txt: |
| * svg/animations/svgtransform-animation-discrete-expected.txt: |
| |
| 2012-04-27 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| SVG Animations update baseVal instead of animVal |
| https://bugs.webkit.org/show_bug.cgi?id=12437 |
| |
| Reviewed by Dirk Schulze. |
| |
| Add tests that change the CSS property while an animation is running, finally fixed now for both SVG DOM & CSS animations. |
| |
| * svg/animations/change-css-property-while-animating-fill-freeze-expected.txt: Added. |
| * svg/animations/change-css-property-while-animating-fill-freeze.html: Added. |
| * svg/animations/change-css-property-while-animating-fill-remove-expected.txt: Added. |
| * svg/animations/change-css-property-while-animating-fill-remove.html: Added. |
| * svg/animations/resources/change-css-property-while-animating-fill-freeze.svg: Added. |
| * svg/animations/resources/change-css-property-while-animating-fill-remove.svg: Added. |
| * svg/animations/script-tests/change-css-property-while-animating-fill-freeze.js: Added. |
| (sample1): |
| (sample2): |
| (sample3): |
| (sample4): |
| (sample5): |
| (executeTest): |
| * svg/animations/script-tests/change-css-property-while-animating-fill-remove.js: Added. |
| (sample1): |
| (sample2): |
| (sample3): |
| (sample4): |
| (sample5): |
| (executeTest): |
| |
| 2012-04-27 Philippe Normand <pnormand@igalia.com> |
| |
| Unreviewed, GTK test_expectations update. |
| |
| * platform/gtk/test_expectations.txt: Mark another http/inspector |
| test as crashing. |
| |
| 2012-04-26 Alexander Pavlov <apavlov@chromium.org> |
| |
| Web Inspector: Implement the "Disable JavaScript" option in the settings dialog |
| https://bugs.webkit.org/show_bug.cgi?id=84946 |
| |
| Reviewed by Yury Semikhatsky. |
| |
| * inspector/debugger/disable-script-expected.txt: Added. |
| * inspector/debugger/disable-script.html: Added. |
| |
| 2012-04-27 Philippe Normand <pnormand@igalia.com> |
| |
| Unreviewed, GTK test_expectations update. |
| |
| * platform/gtk/test_expectations.txt: Flag http test hitting an ASSERT. |
| |
| 2012-04-27 Christophe Dumez <christophe.dumez@intel.com> |
| |
| [EFL] DRT should support LayoutTestController's dumpResourceLoadCallbacks() |
| https://bugs.webkit.org/show_bug.cgi?id=81891 |
| |
| Reviewed by Philippe Normand. |
| |
| Unskip tests which depend on EFL's DumpRenderTree support for |
| LayoutTestController's dumpResourceLoadCallbacks(), now that it is |
| implemented. |
| |
| * platform/efl/Skipped: |
| |
| 2012-04-27 Marcus Bulach <bulach@chromium.org> |
| |
| [chromium] Update test expectation. |
| https://bugs.webkit.org/show_bug.cgi?id=85038 |
| |
| Unreviewed, chromium test_expectations update. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-04-27 Philippe Normand <pnormand@igalia.com> |
| |
| Unreviewed, GTK test_expectations update. |
| |
| * platform/gtk/test_expectations.txt: Fix expected results of |
| css2.1 results and remove non-existant fast/form test. |
| |
| 2012-04-26 Ryosuke Niwa <rniwa@webkit.org> |
| |
| REGRESSION (r94497): Pressing Command+A when inline (Marked Text) is not empty will clean whole content |
| https://bugs.webkit.org/show_bug.cgi?id=84501 |
| |
| Reviewed by Alexey Proskuryakov. |
| |
| Add a regression test for selecting all when there is a composition text. |
| |
| * editing/input/select-all-clear-input-method-expected.txt: Added. |
| * editing/input/select-all-clear-input-method.html: Added. |
| |
| 2012-04-26 Csaba Osztrogonác <ossy@webkit.org> |
| |
| [Qt] Unreviewed morning gardening, skip a new failing test. |
| |
| * platform/qt/Skipped: |
| |
| 2012-04-26 Keishi Hattori <keishi@webkit.org> |
| |
| datalist: Form control in a <datalist> should be barred from constraint validation |
| https://bugs.webkit.org/show_bug.cgi?id=84359 |
| |
| Reviewed by Kent Tamura. |
| |
| * fast/forms/datalist/datalist-child-validation-expected.txt: Added. |
| * fast/forms/datalist/datalist-child-validation.html: Added. Tests that willValidate changes from false to true when we move the element out of the datalist. |
| |
| 2012-04-26 Jeffrey Pfau <jpfau@apple.com> |
| |
| Invalid cast in WebCore::HTMLCollection::isAcceptableElement |
| https://bugs.webkit.org/show_bug.cgi?id=84626 |
| |
| Reviewed by Darin Adler. |
| |
| Add tests to make sure only HTML elements are present in most HTMLCollection objects. |
| |
| * fast/dom/htmlcollection-non-html-option-expected.txt: Added. |
| * fast/dom/htmlcollection-non-html.html: Added. |
| |
| 2012-04-26 Benjamin Poulain <bpoulain@apple.com> |
| |
| Skip the new ObjC tests for WebKit2 |
| |
| Reviewed by Andreas Kling. |
| |
| WebKitTestRunner doesn't have objCController, the new tests for |
| the Objective-C bindings should be skipped on WebKit2. |
| |
| * platform/wk2/Skipped: |
| |
| 2012-04-26 Oliver Hunt <oliver@apple.com> |
| |
| Remove RegisterFile::end()/m_end |
| https://bugs.webkit.org/show_bug.cgi?id=85011 |
| |
| Reviewed by Gavin Barraclough. |
| |
| Now that we recurse on the top of the used portion of the stack we |
| can provide an error message even when the stack is completely full. |
| |
| Also made sure we were consistent in which callframe we used when |
| creating stack overflow errors. |
| |
| * fast/js/global-recursion-on-full-stack-expected.txt: |
| * fast/js/stack-trace-expected.txt: |
| |
| 2012-04-26 Tom Zakrajsek <tomz@codeaurora.org> |
| |
| Unreviewed gardening |
| |
| * platform/qt/test_expectations.txt: |
| |
| 2012-04-26 Aaron Colwell <acolwell@chromium.org> |
| |
| Updating MediaSource layout test to verify that webkitSourceState is always |
| SOURCE_CLOSED when an error occurs. |
| |
| Minor style fixes and informative console messages were also added. |
| https://bugs.webkit.org/show_bug.cgi?id=84996 |
| |
| Reviewed by Eric Carlson. |
| |
| * http/tests/media/media-source/webm/video-media-source-errors-expected.txt: |
| * http/tests/media/media-source/webm/video-media-source-errors.html: |
| |
| 2012-04-26 Ryosuke Niwa <rniwa@webkit.org> |
| |
| Remove Chromium test expectation after r115244. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-04-26 Dave Tharp <dtharp@codeaurora.org> |
| |
| Integrate IETC CSS : multicolumn tests |
| https://bugs.webkit.org/show_bug.cgi?id=84784 |
| |
| Reviewed by Beth Dakin. |
| |
| Adding IETC CSS Multicolumn tests along with corresponding reference tests. |
| Failures are noted in port-specific test_expectations.txt. |
| |
| * ietestcenter/css3/multicolumn/column-block-formatting-context-001-expected.htm: Added. |
| * ietestcenter/css3/multicolumn/column-block-formatting-context-001.htm: Added. |
| * ietestcenter/css3/multicolumn/column-containing-block-001-expected.htm: Added. |
| * ietestcenter/css3/multicolumn/column-containing-block-001.htm: Added. |
| * ietestcenter/css3/multicolumn/column-containing-block-002-expected.htm: Added. |
| * ietestcenter/css3/multicolumn/column-containing-block-002.htm: Added. |
| * ietestcenter/css3/multicolumn/column-containing-block-003-expected.htm: Added. |
| * ietestcenter/css3/multicolumn/column-containing-block-003.htm: Added. |
| * ietestcenter/css3/multicolumn/column-filling-001-expected.htm: Added. |
| * ietestcenter/css3/multicolumn/column-filling-001.htm: Added. |
| * ietestcenter/css3/multicolumn/column-width-applies-to-001-expected.htm: Added. |
| * ietestcenter/css3/multicolumn/column-width-applies-to-001.htm: Added. |
| * ietestcenter/css3/multicolumn/column-width-applies-to-002-expected.htm: Added. |
| * ietestcenter/css3/multicolumn/column-width-applies-to-002.htm: Added. |
| * ietestcenter/css3/multicolumn/column-width-applies-to-003-expected.htm: Added. |
| * ietestcenter/css3/multicolumn/column-width-applies-to-003.htm: Added. |
| * ietestcenter/css3/multicolumn/column-width-applies-to-004-expected.htm: Added. |
| * ietestcenter/css3/multicolumn/column-width-applies-to-004.htm: Added. |
| * ietestcenter/css3/multicolumn/column-width-applies-to-005-expected.htm: Added. |
| * ietestcenter/css3/multicolumn/column-width-applies-to-005.htm: Added. |
| * ietestcenter/css3/multicolumn/column-width-applies-to-006-expected.htm: Added. |
| * ietestcenter/css3/multicolumn/column-width-applies-to-006.htm: Added. |
| * ietestcenter/css3/multicolumn/column-width-applies-to-007-expected.htm: Added. |
| * ietestcenter/css3/multicolumn/column-width-applies-to-007.htm: Added. |
| * ietestcenter/css3/multicolumn/column-width-applies-to-008-expected.htm: Added. |
| * ietestcenter/css3/multicolumn/column-width-applies-to-008.htm: Added. |
| * ietestcenter/css3/multicolumn/column-width-applies-to-009-expected.htm: Added. |
| * ietestcenter/css3/multicolumn/column-width-applies-to-009.htm: Added. |
| * ietestcenter/css3/multicolumn/column-width-applies-to-010-expected.htm: Added. |
| * ietestcenter/css3/multicolumn/column-width-applies-to-010.htm: Added. |
| * ietestcenter/css3/multicolumn/column-width-applies-to-012-expected.htm: Added. |
| * ietestcenter/css3/multicolumn/column-width-applies-to-012.htm: Added. |
| * ietestcenter/css3/multicolumn/column-width-applies-to-013-expected.htm: Added. |
| * ietestcenter/css3/multicolumn/column-width-applies-to-013.htm: Added. |
| * ietestcenter/css3/multicolumn/column-width-applies-to-014-expected.htm: Added. |
| * ietestcenter/css3/multicolumn/column-width-applies-to-014.htm: Added. |
| * ietestcenter/css3/multicolumn/column-width-applies-to-015-expected.htm: Added. |
| * ietestcenter/css3/multicolumn/column-width-applies-to-015.htm: Added. |
| * ietestcenter/css3/multicolumn/column-width-negative-001-expected.htm: Added. |
| * ietestcenter/css3/multicolumn/column-width-negative-001.htm: Added. |
| * ietestcenter/css3/multicolumn/column-width-percentage-001-expected.htm: Added. |
| * ietestcenter/css3/multicolumn/column-width-percentage-001.htm: Added. |
| * platform/chromium/test_expectations.txt: |
| * platform/efl/test_expectations.txt: |
| * platform/gtk/test_expectations.txt: |
| * platform/mac/test_expectations.txt: |
| * platform/qt/test_expectations.txt: |
| |
| 2012-04-26 Raphael Kubo da Costa <rakuco@webkit.org> |
| |
| [EFL] Unreviewed gardening. |
| |
| Update expectations in security/ after r115294. |
| |
| * platform/efl/security/block-test-expected.txt: |
| * platform/efl/security/block-test-no-port-expected.txt: |
| |
| 2012-04-26 Dimitri Glazkov <dglazkov@chromium.org> |
| |
| [Chromium] Remove expectation of failure for a fixed test. |
| |
| * platform/chromium/test_expectations.txt: Now passing. |
| |
| 2012-04-26 Eric Carlson <eric.carlson@apple.com> |
| |
| Unreviewed gardening, remove tests that now pass from test_expectations.txt |
| |
| * platform/mac/test_expectations.txt: |
| |
| 2012-04-26 Ryosuke Niwa <rniwa@webkit.org> |
| |
| Add a test for crash in DOMSelection::deleteFromDocument |
| https://bugs.webkit.org/show_bug.cgi?id=84991 |
| |
| Reviewed by Alexey Proskuryakov. |
| |
| Add a test for the bug 44153 (fixed in r65587). |
| |
| * editing/selection/deleteFromDocument-after-document-open-crash-expected.txt: Added. |
| * editing/selection/deleteFromDocument-after-document-open-crash.html: Added. |
| |
| 2012-04-26 Benjamin Poulain <bpoulain@apple.com> |
| |
| ObjcClass::methodsNamed() can leak if buffer is dynamically allocated |
| https://bugs.webkit.org/show_bug.cgi?id=84668 |
| |
| Reviewed by Alexey Proskuryakov. |
| |
| Extend the test coverage to accessor with very long name. Add coverage for the |
| JavaScript to Objective-C method name conversion. |
| |
| * platform/mac/plugins/bindings-objc-long-method-name-expected.txt: Added. |
| * platform/mac/plugins/bindings-objc-long-method-name.html: Added. |
| * platform/mac/plugins/bindings-objc-method-name-conversion-expected.txt: Added. |
| * platform/mac/plugins/bindings-objc-method-name-conversion.html: Added. |
| |
| 2012-04-26 Dimitri Glazkov <dglazkov@chromium.org> |
| |
| [Chromium] media/video-currentTime-set.html is flaky |
| https://bugs.webkit.org/show_bug.cgi?id=85003 |
| |
| * platform/chromium/test_expectations.txt: Added expectation of flakiness. |
| |
| 2012-04-26 Robert Hogan <robert@webkit.org> |
| |
| Unreviewed, rolling out r115342. |
| http://trac.webkit.org/changeset/115342 |
| |
| r115340 was rolled out |
| |
| * platform/qt/test_expectations.txt: |
| |
| 2012-04-26 Dimitri Glazkov <dglazkov@chromium.org> |
| |
| Unreviewed, rolling out r115349. |
| http://trac.webkit.org/changeset/115349 |
| |
| Patch that required this change was reverted. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-04-26 Dimitri Glazkov <dglazkov@chromium.org> |
| |
| Unreviewed, rolling out r115340. |
| http://trac.webkit.org/changeset/115340 |
| https://bugs.webkit.org/show_bug.cgi?id=83048 |
| |
| Does not work with Windows. |
| |
| * css2.1/20110323/abspos-containing-block-initial-004-ref-expected.png: Added. |
| * css2.1/20110323/abspos-containing-block-initial-004-ref-expected.txt: Added. |
| * css2.1/20110323/abspos-containing-block-initial-004a-expected.png: Added. |
| * css2.1/20110323/abspos-containing-block-initial-004a-expected.txt: Added. |
| * css2.1/20110323/abspos-containing-block-initial-004b-expected.png: Added. |
| * css2.1/20110323/abspos-containing-block-initial-004b-expected.txt: Added. |
| * css2.1/20110323/abspos-containing-block-initial-004c-expected.png: Added. |
| * css2.1/20110323/abspos-containing-block-initial-004c-expected.txt: Added. |
| * css2.1/20110323/abspos-containing-block-initial-004d-expected.png: Added. |
| * css2.1/20110323/abspos-containing-block-initial-004d-expected.txt: Added. |
| * css2.1/20110323/abspos-containing-block-initial-004e-expected.png: Added. |
| * css2.1/20110323/abspos-containing-block-initial-004e-expected.txt: Added. |
| * css2.1/20110323/abspos-containing-block-initial-004f-expected.png: Added. |
| * css2.1/20110323/abspos-containing-block-initial-004f-expected.txt: Added. |
| * css2.1/20110323/abspos-containing-block-initial-005-ref-expected.png: Added. |
| * css2.1/20110323/abspos-containing-block-initial-005-ref-expected.txt: Added. |
| * css2.1/20110323/abspos-containing-block-initial-005a-expected.png: Added. |
| * css2.1/20110323/abspos-containing-block-initial-005a-expected.txt: Added. |
| * css2.1/20110323/abspos-containing-block-initial-005b-expected.png: Added. |
| * css2.1/20110323/abspos-containing-block-initial-005b-expected.txt: Added. |
| * css2.1/20110323/abspos-containing-block-initial-005c-expected.png: Added. |
| * css2.1/20110323/abspos-containing-block-initial-005c-expected.txt: Added. |
| * css2.1/20110323/abspos-containing-block-initial-005d-expected.png: Added. |
| * css2.1/20110323/abspos-containing-block-initial-005d-expected.txt: Added. |
| * css2.1/20110323/abspos-containing-block-initial-007-expected.txt: Added. |
| * css2.1/20110323/abspos-containing-block-initial-007-ref-expected.txt: Added. |
| * css2.1/20110323/abspos-containing-block-initial-009-ref-expected.png: Added. |
| * css2.1/20110323/abspos-containing-block-initial-009-ref-expected.txt: Added. |
| * css2.1/20110323/abspos-containing-block-initial-009a-expected.png: Added. |
| * css2.1/20110323/abspos-containing-block-initial-009a-expected.txt: Added. |
| * css2.1/20110323/abspos-containing-block-initial-009b-expected.png: Added. |
| * css2.1/20110323/abspos-containing-block-initial-009b-expected.txt: Added. |
| * css2.1/20110323/abspos-containing-block-initial-009e-expected.png: Added. |
| * css2.1/20110323/abspos-containing-block-initial-009e-expected.txt: Added. |
| * css2.1/20110323/abspos-containing-block-initial-009f-expected.png: Added. |
| * css2.1/20110323/abspos-containing-block-initial-009f-expected.txt: Added. |
| * css2.1/20110323/abspos-non-replaced-width-margin-000-expected.txt: Added. |
| * css2.1/20110323/abspos-replaced-width-margin-000-expected.txt: Added. |
| * css2.1/20110323/background-016.htm: Removed. |
| * css2.1/20110323/block-replaced-width-001.htm: Added. |
| * css2.1/20110323/empty-inline-001.htm: |
| * css2.1/20110323/reftest.list: Removed. |
| * css2.1/reference/ref-filled-green-100px-square.htm: Removed. |
| * css2.1/reference/ref-filled-green-100px-square.xht: Removed. |
| * css2.1/reference/ref-if-there-is-no-red.htm: Removed. |
| * css2.1/reference/ref-if-there-is-no-red.xht: Removed. |
| * css2.1/reference/ref-nothing-below.htm: Removed. |
| * css2.1/reference/ref-nothing-below.xht: Removed. |
| * css2.1/reference/ref-this-text-should-be-green.htm: Removed. |
| * css2.1/reference/ref-this-text-should-be-green.xht: Removed. |
| * platform/chromium-linux/css2.1/20110323/abspos-containing-block-initial-001-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/abspos-containing-block-initial-001-ref-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/abspos-containing-block-initial-007-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/abspos-containing-block-initial-007-ref-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/abspos-non-replaced-width-margin-000-ref-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/abspos-replaced-width-margin-000-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/abspos-replaced-width-margin-000-ref-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/empty-inline-001-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/block-replaced-width-001-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/empty-inline-001-expected.png: Added. |
| * platform/chromium-mac-snowleopard/css2.1/20110323/abspos-containing-block-initial-001-expected.png: Added. |
| * platform/chromium-mac-snowleopard/css2.1/20110323/abspos-containing-block-initial-007-expected.png: Added. |
| * platform/chromium-mac-snowleopard/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.png: Added. |
| * platform/chromium-mac-snowleopard/css2.1/20110323/abspos-replaced-width-margin-000-expected.png: Added. |
| * platform/chromium-mac-snowleopard/css2.1/20110323/block-replaced-width-001-expected.png: Added. |
| * platform/chromium-mac-snowleopard/css2.1/20110323/empty-inline-001-expected.png: Added. |
| * platform/chromium-mac/css2.1/20110323/abspos-containing-block-initial-001-expected.png: Added. |
| * platform/chromium-mac/css2.1/20110323/abspos-containing-block-initial-007-expected.png: Added. |
| * platform/chromium-mac/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.png: Added. |
| * platform/chromium-mac/css2.1/20110323/abspos-replaced-width-margin-000-expected.png: Added. |
| * platform/chromium-mac/css2.1/20110323/block-replaced-width-001-expected.png: Added. |
| * platform/chromium-mac/css2.1/20110323/empty-inline-001-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/abspos-containing-block-initial-001-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/abspos-containing-block-initial-001-ref-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/abspos-containing-block-initial-007-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/abspos-containing-block-initial-007-ref-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/abspos-non-replaced-width-margin-000-ref-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/abspos-replaced-width-margin-000-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/abspos-replaced-width-margin-000-ref-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/empty-inline-001-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/empty-inline-001-expected.txt: Added. |
| * platform/chromium/css2.1/20110323/abspos-containing-block-initial-001-ref-expected.png: Added. |
| * platform/chromium/css2.1/20110323/abspos-containing-block-initial-007-ref-expected.png: Added. |
| * platform/efl/css2.1/20110323/abspos-containing-block-initial-007-expected.png: Added. |
| * platform/efl/css2.1/20110323/abspos-containing-block-initial-007-expected.txt: Added. |
| * platform/efl/css2.1/20110323/abspos-containing-block-initial-007-ref-expected.png: Added. |
| * platform/efl/css2.1/20110323/abspos-containing-block-initial-007-ref-expected.txt: Added. |
| * platform/efl/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.png: Added. |
| * platform/efl/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.txt: Added. |
| * platform/efl/css2.1/20110323/abspos-non-replaced-width-margin-000-ref-expected.png: Added. |
| * platform/efl/css2.1/20110323/abspos-non-replaced-width-margin-000-ref-expected.txt: Added. |
| * platform/efl/css2.1/20110323/abspos-replaced-width-margin-000-expected.png: Added. |
| * platform/efl/css2.1/20110323/abspos-replaced-width-margin-000-expected.txt: Added. |
| * platform/efl/css2.1/20110323/abspos-replaced-width-margin-000-ref-expected.png: Added. |
| * platform/efl/css2.1/20110323/abspos-replaced-width-margin-000-ref-expected.txt: Added. |
| * platform/efl/css2.1/20110323/block-replaced-width-001-expected.png: Added. |
| * platform/efl/css2.1/20110323/block-replaced-width-001-expected.txt: Added. |
| * platform/gtk/css2.1/20110323/abspos-containing-block-initial-001-expected.txt: Added. |
| * platform/gtk/css2.1/20110323/abspos-containing-block-initial-001-ref-expected.txt: Added. |
| * platform/gtk/css2.1/20110323/abspos-containing-block-initial-007-expected.txt: Added. |
| * platform/gtk/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.png: Added. |
| * platform/gtk/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.txt: Added. |
| * platform/gtk/css2.1/20110323/abspos-non-replaced-width-margin-000-ref-expected.png: Added. |
| * platform/gtk/css2.1/20110323/abspos-non-replaced-width-margin-000-ref-expected.txt: Added. |
| * platform/gtk/css2.1/20110323/abspos-replaced-width-margin-000-expected.png: Added. |
| * platform/gtk/css2.1/20110323/abspos-replaced-width-margin-000-expected.txt: Added. |
| * platform/gtk/css2.1/20110323/abspos-replaced-width-margin-000-ref-expected.png: Added. |
| * platform/gtk/css2.1/20110323/abspos-replaced-width-margin-000-ref-expected.txt: Added. |
| * platform/gtk/css2.1/20110323/block-replaced-width-001-expected.png: Added. |
| * platform/mac-snowleopard/css2.1/20110323/abspos-containing-block-initial-001-expected.png: Added. |
| * platform/mac-snowleopard/css2.1/20110323/abspos-containing-block-initial-007-expected.png: Added. |
| * platform/mac-snowleopard/css2.1/20110323/abspos-replaced-width-margin-000-expected.png: Added. |
| * platform/mac/css2.1/20110323/abspos-containing-block-initial-001-expected.txt: Added. |
| * platform/mac/css2.1/20110323/abspos-containing-block-initial-001-ref-expected.txt: Added. |
| * platform/mac/css2.1/20110323/abspos-containing-block-initial-007-expected.txt: Added. |
| * platform/mac/css2.1/20110323/abspos-containing-block-initial-007-ref-expected.txt: Added. |
| * platform/mac/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.png: Added. |
| * platform/mac/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.txt: Added. |
| * platform/mac/css2.1/20110323/abspos-non-replaced-width-margin-000-ref-expected.png: Added. |
| * platform/mac/css2.1/20110323/abspos-non-replaced-width-margin-000-ref-expected.txt: Added. |
| * platform/mac/css2.1/20110323/abspos-replaced-width-margin-000-expected.png: Added. |
| * platform/mac/css2.1/20110323/abspos-replaced-width-margin-000-expected.txt: Added. |
| * platform/mac/css2.1/20110323/abspos-replaced-width-margin-000-ref-expected.png: Added. |
| * platform/mac/css2.1/20110323/abspos-replaced-width-margin-000-ref-expected.txt: Added. |
| * platform/mac/css2.1/20110323/block-replaced-width-001-expected.png: Added. |
| * platform/mac/css2.1/20110323/block-replaced-width-001-expected.txt: Added. |
| * platform/mac/css2.1/20110323/empty-inline-001-expected.png: Added. |
| * platform/mac/css2.1/20110323/empty-inline-001-expected.txt: Added. |
| * platform/qt/css2.1/20110323/abspos-containing-block-initial-001-expected.txt: Added. |
| * platform/qt/css2.1/20110323/abspos-containing-block-initial-001-ref-expected.txt: Added. |
| * platform/qt/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.png: Added. |
| * platform/qt/css2.1/20110323/abspos-non-replaced-width-margin-000-ref-expected.png: Added. |
| * platform/qt/css2.1/20110323/abspos-non-replaced-width-margin-000-ref-expected.txt: Added. |
| * platform/qt/css2.1/20110323/abspos-replaced-width-margin-000-expected.png: Added. |
| * platform/qt/css2.1/20110323/abspos-replaced-width-margin-000-ref-expected.png: Added. |
| * platform/qt/css2.1/20110323/abspos-replaced-width-margin-000-ref-expected.txt: Added. |
| * platform/qt/css2.1/20110323/block-replaced-width-001-expected.png: Added. |
| * platform/qt/css2.1/20110323/block-replaced-width-001-expected.txt: Added. |
| * platform/qt/css2.1/20110323/empty-inline-001-expected.txt: Added. |
| |
| 2012-04-26 Dimitri Glazkov <dglazkov@chromium.org> |
| |
| [Chromium] Remove expectation of a test failure after the test itself was removed in r115340. |
| |
| * platform/chromium/test_expectations.txt: Removed failure expectation. |
| |
| 2012-04-25 Ken Buchanan <kenrb@chromium.org> |
| |
| Crash from removal of line break object after layout |
| https://bugs.webkit.org/show_bug.cgi?id=75461 |
| |
| Reviewed by David Hyatt. |
| |
| Test exercising crashing condition in bug 75461. |
| |
| * fast/block/line-layout/line-break-obj-removal-crash-expected.txt: Added |
| * fast/block/line-layout/line-break-obj-removal-crash.html: Added |
| |
| 2012-04-26 Robert Hogan <robert@webkit.org> |
| |
| Update Qt expectations after r115340 |
| |
| css2.1/20110323/abspos-replaced-width-margin-000.htm fails the reftest due to |
| scrollbar artefacts. |
| |
| Unreviewed. |
| |
| * platform/qt/test_expectations.txt: |
| |
| 2012-04-26 Christophe Dumez <christophe.dumez@intel.com> |
| |
| [EFL] Enable VIDEO_TRACK feature |
| https://bugs.webkit.org/show_bug.cgi?id=84830 |
| |
| Reviewed by Gustavo Noronha Silva. |
| |
| Unskip test cases which requires the VIDEO_TRACK feature now that it |
| is enabled by default for EFL port. |
| |
| * platform/efl/Skipped: |
| |
| 2012-04-03 Robert Hogan <robert@webkit.org> |
| |
| new-webkit-run-tests: handle ref tests from the CSS test suite |
| https://bugs.webkit.org/show_bug.cgi?id=83048 |
| |
| Reviewed by Ryosuke Niwa. |
| |
| Add some of the reference infrastructure from the CSS 2.1 test suite. |
| |
| * css2.1/20110323/abspos-containing-block-initial-004-ref-expected.png: Removed. |
| * css2.1/20110323/abspos-containing-block-initial-004-ref-expected.txt: Removed. |
| * css2.1/20110323/abspos-containing-block-initial-004a-expected.png: Removed. |
| * css2.1/20110323/abspos-containing-block-initial-004a-expected.txt: Removed. |
| * css2.1/20110323/abspos-containing-block-initial-004b-expected.png: Removed. |
| * css2.1/20110323/abspos-containing-block-initial-004b-expected.txt: Removed. |
| * css2.1/20110323/abspos-containing-block-initial-004c-expected.png: Removed. |
| * css2.1/20110323/abspos-containing-block-initial-004c-expected.txt: Removed. |
| * css2.1/20110323/abspos-containing-block-initial-004d-expected.png: Removed. |
| * css2.1/20110323/abspos-containing-block-initial-004d-expected.txt: Removed. |
| * css2.1/20110323/abspos-containing-block-initial-004e-expected.png: Removed. |
| * css2.1/20110323/abspos-containing-block-initial-004e-expected.txt: Removed. |
| * css2.1/20110323/abspos-containing-block-initial-004f-expected.png: Removed. |
| * css2.1/20110323/abspos-containing-block-initial-004f-expected.txt: Removed. |
| * css2.1/20110323/abspos-containing-block-initial-005-ref-expected.png: Removed. |
| * css2.1/20110323/abspos-containing-block-initial-005-ref-expected.txt: Removed. |
| * css2.1/20110323/abspos-containing-block-initial-005a-expected.png: Removed. |
| * css2.1/20110323/abspos-containing-block-initial-005a-expected.txt: Removed. |
| * css2.1/20110323/abspos-containing-block-initial-005b-expected.png: Removed. |
| * css2.1/20110323/abspos-containing-block-initial-005b-expected.txt: Removed. |
| * css2.1/20110323/abspos-containing-block-initial-005c-expected.png: Removed. |
| * css2.1/20110323/abspos-containing-block-initial-005c-expected.txt: Removed. |
| * css2.1/20110323/abspos-containing-block-initial-005d-expected.png: Removed. |
| * css2.1/20110323/abspos-containing-block-initial-005d-expected.txt: Removed. |
| * css2.1/20110323/abspos-containing-block-initial-007-expected.txt: Removed. |
| * css2.1/20110323/abspos-containing-block-initial-007-ref-expected.txt: Removed. |
| * css2.1/20110323/abspos-containing-block-initial-009-ref-expected.png: Removed. |
| * css2.1/20110323/abspos-containing-block-initial-009-ref-expected.txt: Removed. |
| * css2.1/20110323/abspos-containing-block-initial-009a-expected.png: Removed. |
| * css2.1/20110323/abspos-containing-block-initial-009a-expected.txt: Removed. |
| * css2.1/20110323/abspos-containing-block-initial-009b-expected.png: Removed. |
| * css2.1/20110323/abspos-containing-block-initial-009b-expected.txt: Removed. |
| * css2.1/20110323/abspos-containing-block-initial-009e-expected.png: Removed. |
| * css2.1/20110323/abspos-containing-block-initial-009e-expected.txt: Removed. |
| * css2.1/20110323/abspos-containing-block-initial-009f-expected.png: Removed. |
| * css2.1/20110323/abspos-containing-block-initial-009f-expected.txt: Removed. |
| * css2.1/20110323/abspos-non-replaced-width-margin-000-expected.txt: Removed. |
| * css2.1/20110323/abspos-replaced-width-margin-000-expected.txt: Removed. |
| These results are superseded by the reference results. |
| |
| * css2.1/20110323/background-016.htm: Added to prove the CSS test suite reference results work. |
| |
| * css2.1/20110323/block-replaced-width-001.htm: Removed. This test does not pass its reference result. |
| It regressed at some point. |
| |
| * css2.1/20110323/empty-inline-001.htm: The test has been updated from the CSS test suite. |
| |
| * css2.1/20110323/reftest.list: Added. |
| * css2.1/reference/ref-filled-green-100px-square.htm: Added. |
| * css2.1/reference/ref-filled-green-100px-square.xht: Added. |
| * css2.1/reference/ref-if-there-is-no-red.htm: Added. |
| * css2.1/reference/ref-if-there-is-no-red.xht: Added. |
| * css2.1/reference/ref-nothing-below.htm: Added. |
| * css2.1/reference/ref-nothing-below.xht: Added. |
| * css2.1/reference/ref-this-text-should-be-green.htm: Added. |
| * css2.1/reference/ref-this-text-should-be-green.xht: Added. |
| |
| Ref test infrastructure from the CSS test suite. |
| |
| * platform/chromium-linux/css2.1/20110323/abspos-containing-block-initial-001-expected.png: Removed. |
| * platform/chromium-linux/css2.1/20110323/abspos-containing-block-initial-001-ref-expected.png: Removed. |
| * platform/chromium-linux/css2.1/20110323/abspos-containing-block-initial-007-expected.png: Removed. |
| * platform/chromium-linux/css2.1/20110323/abspos-containing-block-initial-007-ref-expected.png: Removed. |
| * platform/chromium-linux/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.png: Removed. |
| * platform/chromium-linux/css2.1/20110323/abspos-non-replaced-width-margin-000-ref-expected.png: Removed. |
| * platform/chromium-linux/css2.1/20110323/abspos-replaced-width-margin-000-expected.png: Removed. |
| * platform/chromium-linux/css2.1/20110323/abspos-replaced-width-margin-000-ref-expected.png: Removed. |
| * platform/chromium-linux/css2.1/20110323/empty-inline-001-expected.png: Removed. |
| * platform/chromium-mac-leopard/css2.1/20110323/block-replaced-width-001-expected.png: Removed. |
| * platform/chromium-mac-leopard/css2.1/20110323/empty-inline-001-expected.png: Removed. |
| * platform/chromium-mac-snowleopard/css2.1/20110323/abspos-containing-block-initial-001-expected.png: Removed. |
| * platform/chromium-mac-snowleopard/css2.1/20110323/abspos-containing-block-initial-007-expected.png: Removed. |
| * platform/chromium-mac-snowleopard/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.png: Removed. |
| * platform/chromium-mac-snowleopard/css2.1/20110323/abspos-replaced-width-margin-000-expected.png: Removed. |
| * platform/chromium-mac-snowleopard/css2.1/20110323/block-replaced-width-001-expected.png: Removed. |
| * platform/chromium-mac-snowleopard/css2.1/20110323/empty-inline-001-expected.png: Removed. |
| * platform/chromium-mac/css2.1/20110323/abspos-containing-block-initial-001-expected.png: Removed. |
| * platform/chromium-mac/css2.1/20110323/abspos-containing-block-initial-007-expected.png: Removed. |
| * platform/chromium-mac/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.png: Removed. |
| * platform/chromium-mac/css2.1/20110323/abspos-replaced-width-margin-000-expected.png: Removed. |
| * platform/chromium-mac/css2.1/20110323/block-replaced-width-001-expected.png: Removed. |
| * platform/chromium-mac/css2.1/20110323/empty-inline-001-expected.png: Removed. |
| * platform/chromium-win/css2.1/20110323/abspos-containing-block-initial-001-expected.png: Removed. |
| * platform/chromium-win/css2.1/20110323/abspos-containing-block-initial-001-ref-expected.png: Removed. |
| * platform/chromium-win/css2.1/20110323/abspos-containing-block-initial-007-expected.png: Removed. |
| * platform/chromium-win/css2.1/20110323/abspos-containing-block-initial-007-ref-expected.png: Removed. |
| * platform/chromium-win/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.png: Removed. |
| * platform/chromium-win/css2.1/20110323/abspos-non-replaced-width-margin-000-ref-expected.png: Removed. |
| * platform/chromium-win/css2.1/20110323/abspos-replaced-width-margin-000-expected.png: Removed. |
| * platform/chromium-win/css2.1/20110323/abspos-replaced-width-margin-000-ref-expected.png: Removed. |
| * platform/chromium-win/css2.1/20110323/empty-inline-001-expected.png: Removed. |
| * platform/chromium-win/css2.1/20110323/empty-inline-001-expected.txt: Removed. |
| * platform/chromium/css2.1/20110323/abspos-containing-block-initial-001-ref-expected.png: Removed. |
| * platform/chromium/css2.1/20110323/abspos-containing-block-initial-007-ref-expected.png: Removed. |
| * platform/efl/css2.1/20110323/abspos-containing-block-initial-007-expected.png: Removed. |
| * platform/efl/css2.1/20110323/abspos-containing-block-initial-007-expected.txt: Removed. |
| * platform/efl/css2.1/20110323/abspos-containing-block-initial-007-ref-expected.png: Removed. |
| * platform/efl/css2.1/20110323/abspos-containing-block-initial-007-ref-expected.txt: Removed. |
| * platform/efl/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.png: Removed. |
| * platform/efl/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.txt: Removed. |
| * platform/efl/css2.1/20110323/abspos-non-replaced-width-margin-000-ref-expected.png: Removed. |
| * platform/efl/css2.1/20110323/abspos-non-replaced-width-margin-000-ref-expected.txt: Removed. |
| * platform/efl/css2.1/20110323/abspos-replaced-width-margin-000-expected.png: Removed. |
| * platform/efl/css2.1/20110323/abspos-replaced-width-margin-000-expected.txt: Removed. |
| * platform/efl/css2.1/20110323/abspos-replaced-width-margin-000-ref-expected.png: Removed. |
| * platform/efl/css2.1/20110323/abspos-replaced-width-margin-000-ref-expected.txt: Removed. |
| * platform/efl/css2.1/20110323/block-replaced-width-001-expected.png: Removed. |
| * platform/efl/css2.1/20110323/block-replaced-width-001-expected.txt: Removed. |
| * platform/gtk/css2.1/20110323/abspos-containing-block-initial-001-expected.txt: Removed. |
| * platform/gtk/css2.1/20110323/abspos-containing-block-initial-001-ref-expected.txt: Removed. |
| * platform/gtk/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.png: Removed. |
| * platform/gtk/css2.1/20110323/abspos-non-replaced-width-margin-000-ref-expected.png: Removed. |
| * platform/gtk/css2.1/20110323/abspos-non-replaced-width-margin-000-ref-expected.txt: Removed. |
| * platform/gtk/css2.1/20110323/abspos-replaced-width-margin-000-expected.png: Removed. |
| * platform/gtk/css2.1/20110323/abspos-replaced-width-margin-000-ref-expected.png: Removed. |
| * platform/gtk/css2.1/20110323/abspos-replaced-width-margin-000-ref-expected.txt: Removed. |
| * platform/gtk/css2.1/20110323/block-replaced-width-001-expected.png: Removed. |
| * platform/gtk/css2.1/20110323/block-replaced-width-001-expected.txt: Removed. |
| * platform/gtk/css2.1/20110323/empty-inline-001-expected.txt: Removed. |
| * platform/mac-snowleopard/css2.1/20110323/abspos-containing-block-initial-001-expected.png: Removed. |
| * platform/mac-snowleopard/css2.1/20110323/abspos-containing-block-initial-007-expected.png: Removed. |
| * platform/mac-snowleopard/css2.1/20110323/abspos-replaced-width-margin-000-expected.png: Removed. |
| * platform/mac/css2.1/20110323/abspos-containing-block-initial-001-expected.txt: Removed. |
| * platform/mac/css2.1/20110323/abspos-containing-block-initial-001-ref-expected.txt: Removed. |
| * platform/mac/css2.1/20110323/abspos-containing-block-initial-007-expected.txt: Removed. |
| * platform/mac/css2.1/20110323/abspos-containing-block-initial-007-ref-expected.txt: Removed. |
| * platform/mac/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.png: Removed. |
| * platform/mac/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.txt: Removed. |
| * platform/mac/css2.1/20110323/abspos-non-replaced-width-margin-000-ref-expected.png: Removed. |
| * platform/mac/css2.1/20110323/abspos-non-replaced-width-margin-000-ref-expected.txt: Removed. |
| * platform/mac/css2.1/20110323/abspos-replaced-width-margin-000-expected.png: Removed. |
| * platform/mac/css2.1/20110323/abspos-replaced-width-margin-000-expected.txt: Removed. |
| * platform/mac/css2.1/20110323/abspos-replaced-width-margin-000-ref-expected.png: Removed. |
| * platform/mac/css2.1/20110323/abspos-replaced-width-margin-000-ref-expected.txt: Removed. |
| * platform/mac/css2.1/20110323/block-replaced-width-001-expected.png: Removed. |
| * platform/mac/css2.1/20110323/block-replaced-width-001-expected.txt: Removed. |
| * platform/mac/css2.1/20110323/empty-inline-001-expected.png: Removed. |
| * platform/mac/css2.1/20110323/empty-inline-001-expected.txt: Removed. |
| * platform/qt/css2.1/20110323/abspos-containing-block-initial-001-expected.txt: Removed. |
| * platform/qt/css2.1/20110323/abspos-containing-block-initial-001-ref-expected.txt: Removed. |
| * platform/qt/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.png: Removed. |
| * platform/qt/css2.1/20110323/abspos-non-replaced-width-margin-000-ref-expected.png: Removed. |
| * platform/qt/css2.1/20110323/abspos-non-replaced-width-margin-000-ref-expected.txt: Removed. |
| * platform/qt/css2.1/20110323/abspos-replaced-width-margin-000-expected.png: Removed. |
| * platform/qt/css2.1/20110323/abspos-replaced-width-margin-000-ref-expected.png: Removed. |
| * platform/qt/css2.1/20110323/abspos-replaced-width-margin-000-ref-expected.txt: Removed. |
| * platform/qt/css2.1/20110323/block-replaced-width-001-expected.png: Removed. |
| * platform/qt/css2.1/20110323/block-replaced-width-001-expected.txt: Removed. |
| * platform/qt/css2.1/20110323/empty-inline-001-expected.txt: Removed. |
| |
| These results are superseded by the reference results. |
| |
| 2012-04-26 Philip Rogers <pdr@google.com> |
| |
| Fix Skia's SkPathContainsPoint to work with sub-pixel accuracy |
| https://bugs.webkit.org/show_bug.cgi?id=84117 |
| |
| Reviewed by Eric Seidel. |
| |
| * svg/hittest/svg-small-path-expected.txt: Added. |
| * svg/hittest/svg-small-path.xhtml: Added. |
| |
| 2012-04-26 Sheriff Bot <webkit.review.bot@gmail.com> |
| |
| Unreviewed, rolling out r115323. |
| http://trac.webkit.org/changeset/115323 |
| https://bugs.webkit.org/show_bug.cgi?id=84975 |
| |
| Bad test, breaks all builds (Requested by apavlov1 on |
| #webkit). |
| |
| * inspector/debugger/disable-script-expected.txt: Removed. |
| * inspector/debugger/disable-script.html: Removed. |
| |
| 2012-04-26 Douglas Stockwell <dstockwell@chromium.org> |
| |
| IndexedDB: cursor does not correctly iterate over keys added and removed during iteration |
| https://bugs.webkit.org/show_bug.cgi?id=84467 |
| |
| Reviewed by Ojan Vafai. |
| |
| New test for keys added in reverse order during cursor iteration. |
| |
| * storage/indexeddb/cursor-added-bug-expected.txt: Added. |
| * storage/indexeddb/cursor-added-bug.html: Added. |
| * storage/indexeddb/resources/cursor-added-bug.js: Added. |
| (test): |
| (openSuccess): |
| (setVersionSuccess): |
| (openCursor): |
| (cursorSuccess): |
| |
| 2012-04-26 Sudarsana Nagineni <sudarsana.nagineni@linux.intel.com> |
| |
| [EFL] [DRT] LayoutTestController needs implementation of setJavaScriptProfilingEnabled |
| https://bugs.webkit.org/show_bug.cgi?id=84576 |
| |
| Reviewed by Martin Robinson. |
| |
| Unskip test cases which rely on LayoutTestController's |
| setJavaScriptProfilingEnabled implementation. |
| |
| * platform/efl/Skipped: |
| |
| 2012-04-26 Dimitri Glazkov <dglazkov@chromium.org> |
| |
| [Chromium] webaudio/audioparam-exponentialRampToValueAtTime.html is occasionally crashing |
| https://bugs.webkit.org/show_bug.cgi?id=84972 |
| |
| * platform/chromium/test_expectations.txt: Marked as flaky. |
| |
| 2012-04-26 Alexander Pavlov <apavlov@chromium.org> |
| |
| Web Inspector: Implement the "Disable JavaScript" option in the settings dialog |
| https://bugs.webkit.org/show_bug.cgi?id=84946 |
| |
| Reviewed by Yury Semikhatsky. |
| |
| * inspector/debugger/disable-script-expected.txt: Added. |
| * inspector/debugger/disable-script.html: Added. |
| |
| 2012-04-26 Dominik Röttsches <dominik.rottsches@linux.intel.com> |
| |
| [cairo] CairoGraphicsContext fillRect (with Color) overrides composite operator |
| https://bugs.webkit.org/show_bug.cgi?id=84848 |
| |
| Reviewed by Martin Robinson. |
| |
| Unskipping and baselining feDropShadow test, |
| now works because of composite operator fix. |
| Fixed png baseline result for drop shadow test on GTK. |
| |
| * platform/efl/svg/filters/feDropShadow-expected.png: Added. |
| * platform/efl/svg/filters/feDropShadow-expected.txt: Added. |
| * platform/efl/test_expectations.txt: |
| * platform/gtk/svg/filters/feDropShadow-expected.png: |
| |
| 2012-04-26 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Fix additive by animations for most SMIL list types |
| https://bugs.webkit.org/show_bug.cgi?id=84968 |
| |
| Reviewed by Antti Koivisto. |
| |
| Add lots of new tests covering SMIL by-animations on all primitives. |
| |
| * svg/animations/additive-type-by-animation-expected.txt: Added. |
| * svg/animations/additive-type-by-animation.html: Added. |
| * svg/animations/length-list-animation-expected.svg: Added. |
| * svg/animations/length-list-animation.svg: Added. |
| * svg/animations/non-additive-type-by-animation-expected.txt: |
| * svg/animations/resources/additive-type-by-animation.svg: Added. |
| * svg/animations/resources/non-additive-type-by-animation.svg: |
| * svg/animations/resources/svglength-additive-by-1.svg: Added. |
| * svg/animations/resources/svglength-additive-by-2.svg: Added. |
| * svg/animations/resources/svglength-additive-by-3.svg: Added. |
| * svg/animations/resources/svglength-additive-by-4.svg: Added. |
| * svg/animations/resources/svglength-additive-by-5.svg: Added. |
| * svg/animations/resources/svglength-additive-by-6.svg: Added. |
| * svg/animations/resources/svglength-additive-from-by-1.svg: Added. |
| * svg/animations/resources/svglength-additive-from-by-2.svg: Added. |
| * svg/animations/resources/svglength-additive-from-by-3.svg: Added. |
| * svg/animations/resources/svglength-additive-from-by-4.svg: Added. |
| * svg/animations/script-tests/additive-type-by-animation.js: Added. |
| (checkBaseVal): |
| (sample1): |
| (sample2): |
| (sample3): |
| (executeTest): |
| * svg/animations/script-tests/non-additive-type-by-animation.js: |
| (sample): |
| * svg/animations/script-tests/svglength-additive-by-1.js: Added. |
| (sample1): |
| (sample2): |
| (sample3): |
| (sample4): |
| (sample5): |
| (executeTest): |
| * svg/animations/script-tests/svglength-additive-by-2.js: Added. |
| (sample1): |
| (sample2): |
| (sample3): |
| (sample4): |
| (sample5): |
| (executeTest): |
| * svg/animations/script-tests/svglength-additive-by-3.js: Added. |
| (sample1): |
| (sample2): |
| (sample3): |
| (sample4): |
| (sample5): |
| (sample6): |
| (executeTest): |
| * svg/animations/script-tests/svglength-additive-by-4.js: Added. |
| (sample1): |
| (sample2): |
| (sample3): |
| (sample4): |
| (sample5): |
| (sample6): |
| (executeTest): |
| * svg/animations/script-tests/svglength-additive-by-5.js: Added. |
| (sample1): |
| (sample2): |
| (sample3): |
| (sample4): |
| (sample5): |
| (sample6): |
| (executeTest): |
| * svg/animations/script-tests/svglength-additive-by-6.js: Added. |
| (sample1): |
| (sample2): |
| (sample3): |
| (sample4): |
| (sample5): |
| (sample6): |
| (executeTest): |
| * svg/animations/script-tests/svglength-additive-from-by-1.js: Added. |
| (sample1): |
| (sample2): |
| (sample3): |
| (sample4): |
| (sample5): |
| (executeTest): |
| * svg/animations/script-tests/svglength-additive-from-by-2.js: Added. |
| (sample1): |
| (sample2): |
| (sample3): |
| (sample4): |
| (sample5): |
| (sample6): |
| (executeTest): |
| * svg/animations/script-tests/svglength-additive-from-by-3.js: Added. |
| (sample1): |
| (sample2): |
| (sample3): |
| (sample4): |
| (sample5): |
| (sample6): |
| (executeTest): |
| * svg/animations/script-tests/svglength-additive-from-by-4.js: Added. |
| (sample1): |
| (sample2): |
| (sample3): |
| (sample4): |
| (sample5): |
| (sample6): |
| (executeTest): |
| * svg/animations/svglength-additive-by-1-expected.txt: Added. |
| * svg/animations/svglength-additive-by-1.html: Added. |
| * svg/animations/svglength-additive-by-2-expected.txt: Added. |
| * svg/animations/svglength-additive-by-2.html: Added. |
| * svg/animations/svglength-additive-by-3-expected.txt: Added. |
| * svg/animations/svglength-additive-by-3.html: Added. |
| * svg/animations/svglength-additive-by-4-expected.txt: Added. |
| * svg/animations/svglength-additive-by-4.html: Added. |
| * svg/animations/svglength-additive-by-5-expected.txt: Added. |
| * svg/animations/svglength-additive-by-5.html: Added. |
| * svg/animations/svglength-additive-by-6-expected.txt: Added. |
| * svg/animations/svglength-additive-by-6.html: Added. |
| * svg/animations/svglength-additive-from-by-1-expected.txt: Added. |
| * svg/animations/svglength-additive-from-by-1.html: Added. |
| * svg/animations/svglength-additive-from-by-2-expected.txt: Added. |
| * svg/animations/svglength-additive-from-by-2.html: Added. |
| * svg/animations/svglength-additive-from-by-3-expected.txt: Added. |
| * svg/animations/svglength-additive-from-by-3.html: Added. |
| * svg/animations/svglength-additive-from-by-4-expected.txt: Added. |
| * svg/animations/svglength-additive-from-by-4.html: Added. |
| |
| 2012-04-26 Stephen Chenney <schenney@chromium.org> |
| |
| SVG FEConvolveMatrix does not check for invalid property values |
| https://bugs.webkit.org/show_bug.cgi?id=84363 |
| |
| Reviewed by Dirk Schulze. |
| |
| Adding code to check for valid input values on SVG feConvolveMatrix properties. |
| |
| * platform/chromium-linux-x86/svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt: |
| * platform/chromium-linux/svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt: |
| * platform/chromium-win-vista/svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt: |
| * platform/chromium-win-xp/svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt: |
| * platform/chromium-win/svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt: |
| * platform/efl/svg/filters/feConvolveFilter-y-bounds-expected.txt: |
| * platform/gtk/svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt: |
| * platform/gtk/svg/custom/convolution-crash-expected.txt: |
| * platform/gtk/svg/filters/feConvolveFilter-y-bounds-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt: |
| * platform/mac/svg/custom/convolution-crash-expected.txt: |
| * platform/mac/svg/filters/feConvolveFilter-y-bounds-expected.txt: |
| * platform/qt/svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt: |
| * platform/qt/svg/custom/convolution-crash-expected.txt: |
| * platform/qt/svg/filters/feConvolveFilter-y-bounds-expected.txt: |
| * svg/filters/feConvolveMatrix-invalid-targetX-expected.svg: Added. |
| * svg/filters/feConvolveMatrix-invalid-targetX.svg: Added. |
| * svg/filters/feConvolveMatrix-invalid-targetY-expected.svg: Added. |
| * svg/filters/feConvolveMatrix-invalid-targetY.svg: Added. |
| * svg/filters/feConvolveMatrix-negative-kernelUnitLengthX-expected.svg: Added. |
| * svg/filters/feConvolveMatrix-negative-kernelUnitLengthX.svg: Added. |
| * svg/filters/feConvolveMatrix-negative-kernelUnitLengthY-expected.svg: Added. |
| * svg/filters/feConvolveMatrix-negative-kernelUnitLengthY.svg: Added. |
| * svg/filters/feConvolveMatrix-negative-orderX-expected.svg: Added. |
| * svg/filters/feConvolveMatrix-negative-orderX.svg: Added. |
| * svg/filters/feConvolveMatrix-negative-orderY-expected.svg: Added. |
| * svg/filters/feConvolveMatrix-negative-orderY.svg: Added. |
| * svg/filters/feConvolveMatrix-non-integral-order-expected.svg: Added. |
| * svg/filters/feConvolveMatrix-non-integral-order.svg: Added. |
| * svg/filters/feConvolveMatrix-zero-divisor-expected.svg: Added. |
| * svg/filters/feConvolveMatrix-zero-divisor.svg: Added. |
| |
| 2012-04-26 Dominik Röttsches <dominik.rottsches@linux.intel.com> |
| |
| [EFL][DRT] Unskip media tests that were already fixed in r113178 |
| https://bugs.webkit.org/show_bug.cgi?id=84947 |
| |
| Unreviewed, EFL gardening. |
| |
| * platform/efl/Skipped: Removed a group of media tests. |
| |
| 2012-04-26 Sudarsana Nagineni <sudarsana.nagineni@linux.intel.com> |
| |
| [EFL] [DRT] LayoutTestController needs implementation of addOriginAccessWhitelistEntry and removeOriginAccessWhitelistEntry |
| https://bugs.webkit.org/show_bug.cgi?id=83880 |
| |
| Reviewed by Antonio Gomes. |
| |
| Unskip test cases which rely on LayoutTestController's addOriginAccessWhitelistEntry |
| and removeOriginAccessWhitelistEntry implementation. |
| |
| * platform/efl/Skipped: |
| |
| 2012-04-26 Christophe Dumez <christophe.dumez@intel.com> |
| |
| http/tests/security/cross-frame-access-put.html is failing |
| https://bugs.webkit.org/show_bug.cgi?id=82751 |
| |
| Reviewed by Kentaro Hara. |
| |
| * http/tests/security/cross-frame-access-put-expected.txt: Correct |
| expected value for window.frameElement. It is now 'null' instead of |
| 'undefined' when shouldAllowAccessToNode() check fails, since bug |
| 80205 fix. |
| * platform/gtk/http/tests/security/cross-frame-access-put-expected.txt: Removed. |
| It is now identifical to the global expectation. |
| * platform/qt/http/tests/security/cross-frame-access-put-expected.txt: Removed. Ditto. |
| |
| 2012-04-26 Mihnea Ovidenie <mihnea@adobe.com> |
| |
| Crash when collecting svg symbol element in named flow. |
| https://bugs.webkit.org/show_bug.cgi?id=84493 |
| |
| Reviewed by David Hyatt. |
| |
| * fast/regions/symbol-in-named-flow-crash-expected.txt: Added. |
| * fast/regions/symbol-in-named-flow-crash.svg: Added. |
| |
| 2012-04-26 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Share code used to animate discrete types between all animators |
| https://bugs.webkit.org/show_bug.cgi?id=84853 |
| |
| Reviewed by Andreas Kling. |
| |
| Add tests covering by-animation on non-additive types, which should have no effect. |
| |
| * svg/animations/non-additive-type-by-animation-expected.txt: Added. |
| * svg/animations/non-additive-type-by-animation.html: Added. |
| * svg/animations/resources/non-additive-type-by-animation.svg: Added. |
| * svg/animations/script-tests/non-additive-type-by-animation.js: Added. |
| (sample): |
| (executeTest): |
| |
| 2012-04-25 Csaba Osztrogonác <ossy@webkit.org> |
| |
| [Qt][WK2] Unreviewed, rolling out r113703 because of crashing tests. |
| http://trac.webkit.org/changeset/113703 |
| https://bugs.webkit.org/show_bug.cgi?id=83024 |
| |
| * platform/qt-5.0-wk2/Skipped: |
| * platform/qt-5.0-wk2/fast/dom/prototype-inheritance-2-expected.txt: |
| |
| 2012-04-25 Mark Hahnenberg <mhahnenberg@apple.com> |
| |
| fast/js/random-array-gc-stress times out in debug mode |
| https://bugs.webkit.org/show_bug.cgi?id=84821 |
| |
| Reviewed by Geoffrey Garen. |
| |
| * fast/js/script-tests/random-array-gc-stress.js: Trying a lower number of iterations |
| to make the slow bots happy. |
| |
| 2012-04-25 David Barton <dbarton@mathscribe.com> |
| |
| Rebaseline *.png pixel test files after bug 84649 fix |
| https://bugs.webkit.org/show_bug.cgi?id=84905 |
| |
| Reviewed by Beth Dakin. |
| |
| * platform/mac/mathml/presentation/fenced-expected.png: |
| * platform/mac/mathml/presentation/fenced-mi-expected.png: |
| * platform/mac/mathml/presentation/mo-expected.png: |
| * platform/mac/mathml/presentation/mo-stretch-expected.png: |
| * platform/mac/mathml/presentation/over-expected.png: |
| * platform/mac/mathml/presentation/row-alignment-expected.png: |
| * platform/mac/mathml/presentation/row-expected.png: |
| * platform/mac/mathml/presentation/sub-expected.png: |
| * platform/mac/mathml/presentation/subsup-expected.png: |
| |
| 2012-04-25 Alec Flett <alecflett@chromium.org> |
| |
| IndexedDB: implement cursor.advance() |
| https://bugs.webkit.org/show_bug.cgi?id=84174 |
| |
| Reviewed by Ojan Vafai. |
| |
| Tests for cursor.advance(). |
| |
| * storage/indexeddb/cursor-advance-expected.txt: Added. |
| * storage/indexeddb/cursor-advance.html: Added. |
| * storage/indexeddb/resources/cursor-advance.js: Added. |
| (test): |
| (openSuccess): |
| (createAndPopulateObjectStore): |
| (makeAdvanceTest.continueToTest): |
| (makeAdvanceTest.request.onerror): |
| (makeAdvanceTest): |
| (mkCursor): |
| (runTest): |
| (testAll): |
| (testSimple): |
| (testContinueThenAdvance): |
| (testAdvanceMultiple): |
| (testAdvanceToEnd): |
| |
| 2012-04-25 Alpha Lam <hclam@chromium.org> |
| |
| Unreviewed, rolling out r115260. |
| http://trac.webkit.org/changeset/115260 |
| https://bugs.webkit.org/show_bug.cgi?id=84467 |
| |
| r115260 is crashing a list of IndexDB tests, revert. |
| |
| * storage/indexeddb/cursor-added-bug-expected.txt: Removed. |
| * storage/indexeddb/cursor-added-bug.html: Removed. |
| * storage/indexeddb/resources/cursor-added-bug.js: Removed. |
| |
| 2012-04-25 Dimitri Glazkov <dglazkov@chromium.org> |
| |
| Remove unnecessary timeouts (and closures) from content-element-in-* tests. |
| https://bugs.webkit.org/show_bug.cgi?id=84896 |
| |
| These tests don't need any of them. Not sure how they got there in the first place. Oh wait. I reviewed this code. /me hands head in shame. |
| |
| Reviewed by Ojan Vafai. |
| |
| * fast/dom/shadow/content-element-in-media-element.html: Removed the timeout and extra closures. |
| * fast/dom/shadow/content-element-in-meter-element.html: Ditto. |
| * fast/dom/shadow/content-element-in-progress-element.html: Ditto. |
| * fast/dom/shadow/content-element-in-select-element.html: Ditto. |
| |
| 2012-04-25 Alexandru Chiculita <achicu@adobe.com> |
| |
| [Chromium] Layout Test css3/filters/custom/custom-filter-property-computed-style.html is failing |
| https://bugs.webkit.org/show_bug.cgi?id=84067 |
| |
| Reviewed by Ryosuke Niwa. |
| |
| All the CSS filters/shaders script tests expected to have a document.styleSheets.item(0) that they could change. |
| The script-tests add a <link> that references a CSS file from a different parent folder, so the script |
| has no access to the actual rules anymore. Updated all the tests to use createElement("style") |
| and get the styleSheet by using el.sheet instead of assuming that there's one style already created. |
| |
| * css3/filters/script-tests/custom-filter-property-computed-style.js: |
| * css3/filters/script-tests/custom-filter-property-parsing-invalid.js: |
| (testInvalidFilterRule): |
| * css3/filters/script-tests/effect-custom-disabled.js: |
| (testInvalidFilterRule): |
| * css3/filters/script-tests/filter-property-computed-style.js: |
| (testComputedFilterRule): |
| * css3/filters/script-tests/filter-property-parsing-invalid.js: |
| (testInvalidFilterRule): |
| * css3/filters/script-tests/filter-property-parsing.js: |
| (testFilterRule): |
| * css3/filters/script-tests/filter-property.js: |
| * platform/chromium/test_expectations.txt: Removed reference to this bug. |
| * platform/mac/css3/filters/custom/custom-filter-property-computed-style-expected.txt: Removed. This is not necessary anymore. |
| |
| 2012-04-25 Alexandru Chiculita <achicu@adobe.com> |
| |
| CSS Shaders: Use u_texture instead of s_texture. It was updated in the spec |
| https://bugs.webkit.org/show_bug.cgi?id=82618 |
| |
| Reviewed by Dean Jackson. |
| |
| Changed the uniform name passed to the CSS Shaders from s_texture to u_texture. |
| https://dvcs.w3.org/hg/FXTF/raw-file/tip/filters/index.html |
| |
| * css3/filters/resources/color-add.fs: |
| * css3/filters/resources/color-offset-parameters.fs: |
| * css3/filters/resources/color-offset.fs: |
| |
| 2012-04-25 Douglas Stockwell <dstockwell@chromium.org> |
| |
| IndexedDB: cursor does not correctly iterate over keys added and removed during iteration |
| https://bugs.webkit.org/show_bug.cgi?id=84467 |
| |
| Reviewed by Ojan Vafai. |
| |
| New test for keys added in reverse order during cursor iteration. |
| |
| * storage/indexeddb/cursor-added-bug-expected.txt: Added. |
| * storage/indexeddb/cursor-added-bug.html: Added. |
| * storage/indexeddb/resources/cursor-added-bug.js: Added. |
| (test): |
| (openSuccess): |
| (setVersionSuccess): |
| (openCursor): |
| (cursorSuccess): |
| |
| 2012-04-25 Alec Flett <alecflett@chromium.org> |
| |
| IndexedDB: support openCursor(IDBKey) |
| https://bugs.webkit.org/show_bug.cgi?id=84652 |
| |
| Reviewed by Ojan Vafai. |
| |
| Augment existing tests, and add new tests to support |
| IDBKey parameter to openCursor/openKeyCursor. Note that this removes |
| a test that was previously using dictionary-style parameters, |
| which have been temporarily broken due to IDL limitations. |
| |
| * storage/indexeddb/cursor-delete-expected.txt: |
| * storage/indexeddb/open-cursor-expected.txt: |
| * storage/indexeddb/opencursor-key-expected.txt: Added. |
| * storage/indexeddb/opencursor-key.html: Added. |
| * storage/indexeddb/resources/cursor-delete.js: |
| (openCursor): |
| * storage/indexeddb/resources/open-cursor.js: |
| (emptyCursorWithKeySuccess): |
| (openEmptyCursorWithKey): |
| (cursorWithKeySuccess): |
| (openCursorWithKey): |
| (emptyCursorSuccess): |
| (openEmptyCursor): |
| (cursorSuccess): |
| * storage/indexeddb/resources/opencursor-key.js: Added. |
| (test): |
| (openSuccess): |
| (createAndPopulateObjectStore): |
| (createIndexes): |
| (testAll): |
| (testObjectStore.request.onsuccess): |
| (testObjectStore): |
| (testIndex.request.onsuccess): |
| (testIndex): |
| (testIndexWithKey.request.onsuccess): |
| (testIndexWithKey): |
| |
| 2012-04-25 Dimitri Glazkov <dglazkov@chromium.org> |
| |
| [Chromium[ Remove a flaky expectation for a test that's been consistently passing. |
| |
| * platform/chromium/test_expectations.txt: Removed. |
| |
| 2012-04-25 Alpha Lam <hclam@chromium.org> |
| |
| Unreviewed test expectations update. |
| https://bugs.webkit.org/show_bug.cgi?id=84890 |
| |
| Rebaseline chromium-mac test expectation for media/audio-repaint.html after r115235. |
| |
| * platform/chromium-mac-snowleopard/media/audio-repaint-expected.png: |
| |
| 2012-04-25 Stephen Chenney <schenney@chromium.org> |
| |
| Rebaseline chromium test results after bug 72796 is fixed |
| https://bugs.webkit.org/show_bug.cgi?id=84731 |
| |
| Unreviewed Chromikum expectations update. |
| |
| Text baselines changed now that this bug has been fixed. |
| |
| * platform/chromium-linux-x86/svg/custom/use-clipped-hit-expected.txt: Added. |
| * platform/chromium-linux-x86/svg/custom/use-modify-target-symbol-expected.txt: Added. |
| * platform/chromium-linux-x86/svg/custom/use-on-symbol-inside-pattern-expected.txt: |
| * platform/chromium-linux/svg/custom/use-clipped-hit-expected.txt: Added. |
| * platform/chromium-linux/svg/custom/use-modify-target-symbol-expected.txt: Added. |
| * platform/chromium-linux/svg/custom/use-on-symbol-inside-pattern-expected.txt: |
| * platform/chromium-linux/svg/custom/use-referencing-nonexisting-symbol-expected.txt: |
| * platform/chromium-mac-leopard/svg/custom/use-on-disallowed-foreign-object-5-expected.txt: Removed. |
| * platform/chromium-mac-snowleopard/svg/custom/use-on-disallowed-foreign-object-5-expected.png: Removed. |
| * platform/chromium-mac-snowleopard/svg/custom/use-on-disallowed-foreign-object-5-expected.txt: Removed. |
| * platform/chromium-mac/svg/custom/use-on-symbol-inside-pattern-expected.txt: |
| * platform/chromium-win-vista/svg/custom/use-clipped-hit-expected.txt: Added. |
| * platform/chromium-win-vista/svg/custom/use-modify-target-symbol-expected.txt: Added. |
| * platform/chromium-win-xp/svg/custom/use-clipped-hit-expected.txt: Added. |
| * platform/chromium-win-xp/svg/custom/use-modify-target-symbol-expected.txt: Added. |
| * platform/chromium-win/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.txt: |
| * platform/chromium-win/svg/carto.net/button-expected.txt: |
| * platform/chromium-win/svg/carto.net/colourpicker-expected.txt: |
| * platform/chromium-win/svg/carto.net/slider-expected.txt: |
| * platform/chromium-win/svg/custom/use-clipped-hit-expected.txt: |
| * platform/chromium-win/svg/custom/use-modify-target-symbol-expected.txt: |
| * platform/chromium-win/svg/custom/use-on-disallowed-foreign-object-5-expected.txt: |
| * platform/chromium-win/svg/custom/use-on-g-containing-symbol-expected.txt: |
| * platform/chromium-win/svg/custom/use-on-symbol-expected.txt: |
| * platform/chromium-win/svg/custom/use-on-symbol-inside-pattern-expected.txt: |
| * platform/chromium-win/svg/custom/use-referencing-nonexisting-symbol-expected.txt: |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-04-25 Andreas Kling <kling@webkit.org> |
| |
| Use the same results for fast/html/details-marker-style.html on all mac bots. |
| |
| * platform/mac/fast/html/details-marker-style-expected.png: Renamed from LayoutTests/platform/mac-snowleopard/fast/html/details-marker-style-expected.png. |
| * platform/mac/fast/html/details-marker-style-expected.txt: Renamed from LayoutTests/platform/mac-snowleopard/fast/html/details-marker-style-expected.txt. |
| |
| 2012-04-25 Filip Pizlo <fpizlo@apple.com> |
| |
| http://bellard.org/jslinux/ triggers an assertion failure in the DFG JIT |
| https://bugs.webkit.org/show_bug.cgi?id=84815 |
| <rdar://problem/11319514> |
| |
| Rubber stamped by Gavin Barraclough. |
| |
| * fast/js/dfg-uint32-to-number-on-captured-variable-expected.txt: Added. |
| * fast/js/dfg-uint32-to-number-on-captured-variable.html: Added. |
| * fast/js/jsc-test-list: |
| * fast/js/script-tests/dfg-uint32-to-number-on-captured-variable.js: Added. |
| (foo): |
| |
| 2012-04-25 Nate Chapin <japhet@chromium.org> |
| |
| Test for https://bugs.webkit.org/show_bug.cgi?id=83632. |
| |
| Reviewed by Eric Seidel. |
| |
| * http/tests/xmlhttprequest/access-control-repeated-failed-preflight-crash-expected.txt: Added. |
| * http/tests/xmlhttprequest/access-control-repeated-failed-preflight-crash.html: Added. |
| |
| 2012-04-25 Andrew Scherkus <scherkus@chromium.org> |
| |
| Rebaseline Chromium media layout tests due to r114957. |
| |
| * platform/chromium-linux-x86/media/video-empty-source-expected.txt: |
| * platform/chromium-linux/media/media-document-audio-repaint-expected.txt: Removed. |
| * platform/chromium-linux/media/video-empty-source-expected.txt: |
| * platform/chromium-mac-leopard/media/video-empty-source-expected.txt: |
| * platform/chromium-mac-snowleopard/media/audio-repaint-expected.png: |
| * platform/chromium-mac-snowleopard/media/video-empty-source-expected.txt: |
| * platform/chromium-mac/fast/layers/video-layer-expected.txt: |
| * platform/chromium-mac/media/audio-controls-rendering-expected.txt: |
| * platform/chromium-mac/media/audio-repaint-expected.txt: |
| * platform/chromium-mac/media/controls-after-reload-expected.txt: |
| * platform/chromium-mac/media/controls-strict-expected.txt: |
| * platform/chromium-mac/media/controls-styling-expected.txt: |
| * platform/chromium-mac/media/controls-without-preload-expected.txt: |
| * platform/chromium-mac/media/media-controls-clone-expected.txt: |
| * platform/chromium-mac/media/media-document-audio-repaint-expected.txt: |
| * platform/chromium-mac/media/video-controls-rendering-expected.txt: |
| * platform/chromium-mac/media/video-display-toggle-expected.txt: |
| * platform/chromium-mac/media/video-empty-source-expected.txt: |
| * platform/chromium-mac/media/video-no-audio-expected.txt: |
| * platform/chromium-mac/media/video-playing-and-pause-expected.txt: |
| * platform/chromium-mac/media/video-volume-slider-expected.txt: |
| * platform/chromium-mac/media/video-zoom-controls-expected.txt: |
| * platform/chromium-win-vista/media/video-empty-source-expected.txt: |
| * platform/chromium-win-xp/media/video-empty-source-expected.txt: |
| * platform/chromium-win/fast/layers/video-layer-expected.txt: |
| * platform/chromium-win/media/audio-controls-rendering-expected.txt: |
| * platform/chromium-win/media/audio-repaint-expected.txt: |
| * platform/chromium-win/media/controls-after-reload-expected.txt: |
| * platform/chromium-win/media/controls-strict-expected.txt: |
| * platform/chromium-win/media/controls-styling-expected.txt: |
| * platform/chromium-win/media/controls-without-preload-expected.txt: |
| * platform/chromium-win/media/media-controls-clone-expected.txt: |
| * platform/chromium-win/media/media-document-audio-repaint-expected.txt: |
| * platform/chromium-win/media/video-controls-rendering-expected.txt: |
| * platform/chromium-win/media/video-display-toggle-expected.txt: |
| * platform/chromium-win/media/video-empty-source-expected.txt: |
| * platform/chromium-win/media/video-no-audio-expected.txt: |
| * platform/chromium-win/media/video-playing-and-pause-expected.txt: |
| * platform/chromium-win/media/video-volume-slider-expected.txt: |
| * platform/chromium-win/media/video-zoom-controls-expected.txt: |
| * platform/chromium/test_expectations.txt: |
| * platform/qt/media/audio-repaint-expected.txt: Renamed from LayoutTests/media/audio-repaint-expected.txt. |
| |
| 2012-04-25 Alpha Lam <hclam@chromium.org> |
| |
| Unreviewed test expectations update. |
| https://bugs.webkit.org/show_bug.cgi?id=84877 |
| |
| Mark a failing test after changes in r115227. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-04-25 Sheriff Bot <webkit.review.bot@gmail.com> |
| |
| Unreviewed, rolling out r115222. |
| http://trac.webkit.org/changeset/115222 |
| https://bugs.webkit.org/show_bug.cgi?id=84874 |
| |
| Caused test regressions on the EFL build (Requested by rakuco |
| on #webkit). |
| |
| * platform/efl/Skipped: |
| |
| 2012-04-24 Ryosuke Niwa <rniwa@webkit.org> |
| |
| REGRESSION(r112177): listStyleType CSS property gets converted into listStyle |
| https://bugs.webkit.org/show_bug.cgi?id=83026 |
| |
| Reviewed by Darin Adler. |
| |
| Added test cases to cssText-shorthand.html and rebaselined some tests. |
| |
| * fast/css/cssText-shorthand-expected.txt: |
| * fast/css/cssText-shorthand.html: Added more test cases. |
| * fast/css/remove-shorthand-expected.txt: Correctly adds both border-width and border-style |
| when border-color is missing. |
| * printing/page-rule-css-text-expected.txt: Correctly uses border-width instead of border. |
| |
| 2012-04-25 Nate Chapin <japhet@chromium.org> |
| |
| Test for https://bugs.webkit.org/show_bug.cgi?id=83918. |
| |
| Reviewed by Alexey Proskuryakov. |
| |
| * http/tests/cache/cancel-during-failure-crash-expected.txt: Added. |
| * http/tests/cache/cancel-during-failure-crash.html: Added. |
| |
| 2012-04-25 Sudarsana Nagineni <sudarsana.nagineni@linux.intel.com> |
| |
| [EFL] [DRT] LayoutTestController needs implementation of addOriginAccessWhitelistEntry and removeOriginAccessWhitelistEntry |
| https://bugs.webkit.org/show_bug.cgi?id=83880 |
| |
| Reviewed by Antonio Gomes. |
| |
| Unskip test cases which rely on LayoutTestController's addOriginAccessWhitelistEntry |
| and removeOriginAccessWhitelistEntry implementation. |
| |
| * platform/efl/Skipped: |
| |
| 2012-04-25 Thiago Marcos P. Santos <thiago.santos@intel.com> |
| |
| [EFL] Remove duplicated test expectations |
| https://bugs.webkit.org/show_bug.cgi?id=84717 |
| |
| Unreviewed gardening. |
| |
| These expected results are the same as the global ones. |
| |
| * platform/efl/compositing/geometry/tall-page-composited-expected.txt: Removed. |
| * platform/efl/fast/block/float/float-overflow-hidden-containing-block-width-expected.txt: Removed. |
| * platform/efl/fast/block/float/in-margin-expected.txt: Removed. |
| * platform/efl/fast/block/positioning/028-expected.txt: Removed. |
| * platform/efl/fast/block/positioning/031-expected.txt: Removed. |
| * platform/efl/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.txt: Removed. |
| * platform/efl/fast/borders/border-image-outset-split-inline-vertical-lr-expected.txt: Removed. |
| * platform/efl/fast/borders/border-radius-different-width-001-expected.txt: Removed. |
| * platform/efl/fast/borders/borderRadiusDashed01-expected.txt: Removed. |
| * platform/efl/fast/borders/borderRadiusDashed06-expected.txt: Removed. |
| * platform/efl/fast/borders/borderRadiusDotted02-expected.txt: Removed. |
| * platform/efl/fast/borders/borderRadiusDotted03-expected.txt: Removed. |
| * platform/efl/fast/borders/inline-mask-overlay-image-outset-expected.txt: Removed. |
| * platform/efl/fast/borders/inline-mask-overlay-image-outset-vertical-rl-expected.txt: Removed. |
| * platform/efl/fast/borders/only-one-border-with-width-expected.txt: Removed. |
| * platform/efl/fast/clip/017-expected.txt: Removed. |
| * platform/efl/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.txt: Removed. |
| * platform/efl/fast/css/bug4860-absolute-inline-child-inherits-alignment-expected.txt: Removed. |
| * platform/efl/fast/dom/HTMLMeterElement/meter-element-expected.txt: Removed. |
| * platform/efl/fast/dom/Window/webkitConvertPoint-expected.txt: Removed. |
| * platform/efl/fast/dynamic/subtree-boundary-percent-height-expected.txt: Removed. |
| * platform/efl/fast/dynamic/subtree-no-common-root-static-y-expected.txt: Removed. |
| * platform/efl/fast/dynamic/subtree-table-cell-height-expected.txt: Removed. |
| * platform/efl/fast/files/url-required-arguments-expected.txt: Removed. |
| * platform/efl/fast/gradients/border-image-gradient-expected.txt: Removed. |
| * platform/efl/fast/gradients/border-image-gradient-sides-and-corners-expected.txt: Removed. |
| * platform/efl/fast/images/color-jpeg-with-color-profile-expected.txt: Removed. |
| * platform/efl/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks-expected.txt: Removed. |
| * platform/efl/fast/layers/add-layer-with-nested-stacking-expected.txt: Removed. |
| * platform/efl/fast/parser/comment-in-script-expected.txt: Removed. |
| * platform/efl/fast/repaint/overflow-clip-subtree-layout-expected.txt: Removed. |
| * platform/efl/fast/repaint/subtree-root-clip-2-expected.txt: Removed. |
| * platform/efl/fast/repaint/subtree-root-clip-3-expected.txt: Removed. |
| * platform/efl/fast/repaint/subtree-root-clip-expected.txt: Removed. |
| * platform/efl/fast/replaced/image-tag-expected.txt: Removed. |
| * platform/efl/fast/ruby/ruby-base-merge-block-children-crash-expected.txt: Removed. |
| * platform/efl/svg/as-background-image/background-image-tiled-expected.txt: Removed. |
| * platform/efl/svg/as-background-image/same-image-two-instances-background-image-expected.txt: Removed. |
| * platform/efl/svg/as-image/svg-as-relative-image-with-explicit-size-expected.txt: Removed. |
| * platform/efl/svg/clip-path/clip-in-mask-expected.txt: Removed. |
| * platform/efl/svg/clip-path/clip-path-css-transform-1-expected.txt: Removed. |
| * platform/efl/svg/clip-path/clip-path-css-transform-2-expected.txt: Removed. |
| * platform/efl/svg/clip-path/nested-clip-in-mask-image-based-clipping-expected.txt: Removed. |
| * platform/efl/svg/clip-path/nested-clip-in-mask-path-and-image-based-clipping-expected.txt: Removed. |
| * platform/efl/svg/clip-path/nested-clip-in-mask-path-based-clipping-expected.txt: Removed. |
| * platform/efl/svg/css/mask-with-shadow-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVG-dynamic-css-transform-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGAElement-dom-href-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGAElement-dom-target-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGAElement-svgdom-href-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGAElement-svgdom-target-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGCircleElement-dom-requiredFeatures-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGCircleElement-svgdom-requiredFeatures-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGClipPath-influences-hitTesting-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGClipPathElement-css-transform-influences-hitTesting-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGClipPathElement-transform-influences-hitTesting-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGCursorElement-dom-x-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGCursorElement-dom-y-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGCursorElement-svgdom-x-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGCursorElement-svgdom-y-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGEllipseElement-dom-cx-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGEllipseElement-dom-cy-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGEllipseElement-dom-requiredFeatures-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGEllipseElement-dom-rx-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGEllipseElement-dom-ry-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGEllipseElement-svgdom-cy-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGEllipseElement-svgdom-requiredFeatures-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGEllipseElement-svgdom-rx-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGEllipseElement-svgdom-ry-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEBlendElement-dom-in-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEBlendElement-dom-in2-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEBlendElement-dom-mode-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEBlendElement-svgdom-in-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEBlendElement-svgdom-in2-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEBlendElement-svgdom-mode-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-type-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-values-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-dom-amplitude-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-dom-exponent-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-dom-intercept-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-dom-offset-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-dom-slope-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-dom-tableValues-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-dom-type-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-amplitude-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-exponent-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-intercept-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-offset-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-slope-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-tableValues-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-type-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFECompositeElement-dom-in-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFECompositeElement-svgdom-in-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-bias-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-divisor-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-edgeMode-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-in-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelMatrix-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelUnitLength-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-order-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-preserveAlpha-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetX-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetY-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-bias-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-divisor-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-edgeMode-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-in-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelMatrix-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelUnitLength-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-order-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-preserveAlpha-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetX-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetY-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-diffuseConstant-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-in-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-lighting-color-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-surfaceScale-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEDiffuseLightingElement-inherit-lighting-color-css-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEDiffuseLightingElement-lighting-color-css-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-diffuseConstant-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-in-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-surfaceScale-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEDistantLightElement-dom-azimuth-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEDistantLightElement-dom-elevation-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEDistantLightElement-svgdom-azimuth-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEDistantLightElement-svgdom-elevation-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-dom-dx-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-dom-dy-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-dom-in-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-color-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-opacity-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-dom-stdDeviation-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dx-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dy-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-in-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-color-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-opacity-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-stdDeviation-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEFloodElement-dom-flood-color-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEFloodElement-dom-flood-opacity-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEFloodElement-inherit-flood-color-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-color-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-opacity-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-in-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-call-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEGaussianBlurElement-svgdom-in-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEMergeNodeElement-dom-in-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEMergeNodeElement-svgdom-in-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEMorphologyElement-dom-in-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEMorphologyElement-dom-operator-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEMorphologyElement-dom-radius-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-in-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-operator-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-radius-call-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEOffsetElement-dom-dx-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEOffsetElement-dom-dy-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEOffsetElement-dom-in-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dx-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dy-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEOffsetElement-svgdom-in-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEPointLightElement-dom-x-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEPointLightElement-dom-y-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEPointLightElement-dom-z-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEPointLightElement-svgdom-x-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEPointLightElement-svgdom-y-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEPointLightElement-svgdom-z-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFESpecularLightingElement-remove-lightSource-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-dom-limitingConeAngle-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtX-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtY-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtZ-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-dom-specularExponent-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-dom-x-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-dom-y-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-dom-z-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-svgdom-limitingConeAngle-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtX-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtY-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtZ-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-svgdom-specularExponent-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-svgdom-x-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-svgdom-y-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-svgdom-z-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFETileElement-dom-in-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFETileElement-svgdom-in-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFETurbulenceElement-dom-baseFrequency-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFETurbulenceElement-dom-numOctaves-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFETurbulenceElement-dom-seed-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFETurbulenceElement-dom-stitchTiles-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFETurbulenceElement-dom-type-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-baseFrequency-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-numOctaves-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-seed-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-stitchTiles-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-type-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFilterElement-dom-filterRes-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFilterElement-dom-filterUnits-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFilterElement-dom-height-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFilterElement-dom-primitiveUnits-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFilterElement-dom-width-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFilterElement-dom-x-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFilterElement-dom-y-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFilterElement-svgdom-filterRes-call-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFilterElement-svgdom-filterResX-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFilterElement-svgdom-filterResY-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFilterElement-svgdom-filterUnits-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFilterElement-svgdom-height-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFilterElement-svgdom-primitiveUnits-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFilterElement-svgdom-width-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFilterElement-svgdom-x-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFilterElement-svgdom-y-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-height-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-result-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-width-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-x-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-y-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-height-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-result-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-width-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-x-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-y-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGForeignObjectElement-dom-requiredFeatures-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGForeignObjectElement-dom-width-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGForeignObjectElement-dom-x-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGForeignObjectElement-dom-y-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGForeignObjectElement-svgdom-height-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGForeignObjectElement-svgdom-requiredFeatures-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGForeignObjectElement-svgdom-width-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGForeignObjectElement-svgdom-x-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGForeignObjectElement-svgdom-y-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGGElement-dom-requiredFeatures-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGGElement-svgdom-requiredFeatures-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGImageElement-dom-requiredFeatures-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGImageElement-svgdom-requiredFeatures-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGLineElement-dom-requiredFeatures-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGLineElement-dom-x1-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGLineElement-dom-x2-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGLineElement-dom-y1-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGLineElement-dom-y2-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGLineElement-svgdom-requiredFeatures-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGLineElement-svgdom-x1-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGLineElement-svgdom-x2-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGLineElement-svgdom-y1-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGLineElement-svgdom-y2-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientTransform-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientUnits-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGLinearGradientElement-dom-x1-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGLinearGradientElement-dom-x2-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientUnits-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x1-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x2-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGMarkerElement-dom-markerHeight-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGMarkerElement-dom-markerUnits-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGMarkerElement-dom-markerWidth-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGMarkerElement-dom-orient-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGMarkerElement-dom-refX-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGMarkerElement-dom-refY-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGMarkerElement-svgdom-markerHeight-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGMarkerElement-svgdom-markerUnits-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGMarkerElement-svgdom-markerWidth-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGMarkerElement-svgdom-orientAngle-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGMarkerElement-svgdom-orientType-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGMarkerElement-svgdom-refX-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGMarkerElement-svgdom-refY-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAngle-call-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAuto-call-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGMaskElement-dom-height-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGMaskElement-dom-maskContentUnits-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGMaskElement-dom-maskUnits-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGMaskElement-dom-width-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGMaskElement-dom-x-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGMaskElement-dom-y-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGMaskElement-svgdom-height-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGMaskElement-svgdom-maskContentUnits-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGMaskElement-svgdom-maskUnits-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGMaskElement-svgdom-width-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGMaskElement-svgdom-x-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGMaskElement-svgdom-y-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGPathElement-dom-requiredFeatures-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGPathElement-svgdom-requiredFeatures-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGPatternElement-dom-height-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGPatternElement-dom-patternContentUnits-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGPatternElement-dom-patternTransform-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGPatternElement-dom-patternUnits-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGPatternElement-dom-width-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGPatternElement-dom-x-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGPatternElement-dom-y-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGPatternElement-svgdom-height-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGPatternElement-svgdom-patternContentUnits-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGPatternElement-svgdom-patternTransform-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGPatternElement-svgdom-patternUnits-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGPatternElement-svgdom-width-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGPatternElement-svgdom-x-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGPatternElement-svgdom-y-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGPolygonElement-dom-requiredFeatures-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGPolygonElement-svgdom-requiredFeatures-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGPolylineElement-dom-requiredFeatures-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGPolylineElement-svgdom-requiredFeatures-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGRadialGradientElement-dom-cx-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGRadialGradientElement-dom-cy-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientTransform-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGRadialGradientElement-dom-r-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cx-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cy-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGRadialGradientElement-svgdom-r-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGRectElement-dom-height-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGRectElement-dom-requiredFeatures-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGRectElement-dom-width-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGRectElement-dom-x-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGRectElement-dom-y-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGRectElement-svgdom-height-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGRectElement-svgdom-requiredFeatures-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGRectElement-svgdom-width-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGRectElement-svgdom-x-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGRectElement-svgdom-y-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGSVGElement-dom-requiredFeatures-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGSVGElement-svgdom-requiredFeatures-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGTRefElement-dom-href-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGTextElement-dom-dx-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGTextElement-dom-dy-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGTextElement-dom-lengthAdjust-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGTextElement-dom-requiredFeatures-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGTextElement-dom-rotate-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGTextElement-dom-textLength-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGTextElement-dom-transform-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGTextElement-dom-x-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGTextElement-dom-y-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGTextElement-svgdom-dx-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGTextElement-svgdom-dy-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGTextElement-svgdom-lengthAdjust-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGTextElement-svgdom-requiredFeatures-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGTextElement-svgdom-rotate-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGTextElement-svgdom-textLength-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGTextElement-svgdom-transform-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGTextElement-svgdom-x-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGTextElement-svgdom-y-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGUseElement-dom-href1-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGUseElement-dom-href2-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGUseElement-dom-requiredFeatures-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGUseElement-svgdom-href1-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGUseElement-svgdom-href2-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGUseElement-svgdom-requiredFeatures-expected.txt: Removed. |
| * platform/efl/svg/zoom/page/absolute-sized-document-no-scrollbars-expected.txt: Removed. |
| * platform/efl/svg/zoom/page/zoom-svg-as-image-expected.txt: Removed. |
| * platform/efl/svg/zoom/page/zoom-svg-as-object-expected.txt: Removed. |
| * platform/efl/svg/zoom/page/zoom-svg-as-relative-image-expected.txt: Removed. |
| * platform/efl/svg/zoom/text/absolute-sized-document-no-scrollbars-expected.txt: Removed. |
| * platform/efl/svg/zoom/text/absolute-sized-document-scrollbars-expected.txt: Removed. |
| * platform/efl/svg/zoom/text/relative-sized-document-scrollbars-expected.txt: Removed. |
| * platform/efl/tables/mozilla/bugs/bug120107-expected.txt: Removed. |
| * platform/efl/tables/mozilla/bugs/bug1271-expected.txt: Removed. |
| * platform/efl/tables/mozilla/bugs/bug12908-2-expected.txt: Removed. |
| * platform/efl/tables/mozilla/bugs/bug13169-expected.txt: Removed. |
| * platform/efl/tables/mozilla/bugs/bug196870-expected.txt: Removed. |
| * platform/efl/tables/mozilla/bugs/bug50695-2-expected.txt: Removed. |
| * platform/efl/tables/mozilla/bugs/bug9024-expected.txt: Removed. |
| * platform/efl/tables/mozilla_expected_failures/bugs/bug3517-expected.txt: Removed. |
| |
| 2012-04-25 Mikhail Naganov <mnaganov@chromium.org> |
| |
| [Chromium] Unreviewed test expectations update |
| https://bugs.webkit.org/show_bug.cgi?id=84427 |
| |
| Unmark platform/chromium/editing/spelling/delete-misspelled-word.html as flaky. |
| The test has been fixed in r114866. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-04-25 Ádám Kallai <kadam@inf.u-szeged.hu> |
| |
| [Qt] Unreviewed gardening. Skip a flaky test. |
| https://bugs.webkit.org/show_bug.cgi?id=84866 |
| |
| * platform/qt/Skipped: |
| |
| 2012-04-25 Mikhail Naganov <mnaganov@chromium.org> |
| |
| [Chromium] Unreviewed test expectations update |
| https://bugs.webkit.org/show_bug.cgi?id=82300 |
| |
| Unmark compositing/images/direct-pdf-image.html as failing on Mac 10.6 |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-04-25 Milian Wolff <milian.wolff@kdab.com> |
| |
| [Qt] add LayoutTestController::setPrinting support to Qt unit tests |
| https://bugs.webkit.org/show_bug.cgi?id=84246 |
| |
| Reviewed by Simon Hausmann. |
| |
| * platform/qt/printing/compositing-layer-printing-expected.png: Added. |
| * platform/qt/printing/compositing-layer-printing-expected.txt: Added. |
| * platform/qt/printing/media-queries-print-expected.png: Added. |
| * platform/qt/printing/media-queries-print-expected.txt: Added. |
| * platform/qt/printing/page-rule-in-media-query-expected.png: Added. |
| * platform/qt/printing/page-rule-in-media-query-expected.txt: Renamed from LayoutTests/platform/qt/printing/page-rule-in-media-query-expected.txt. |
| * platform/qt/printing/simultaneous-position-float-change-expected.png: Added. |
| * platform/qt/printing/simultaneous-position-float-change-expected.txt: Added. |
| * platform/qt/printing/width-overflow-expected.png: Added. |
| * platform/qt/printing/width-overflow-expected.txt: Added. |
| * platform/qt/Skipped: |
| * platform/qt/printing/page-rule-in-media-query-expected.png: Removed. |
| |
| 2012-04-25 Mikhail Naganov <mnaganov@chromium.org> |
| |
| [Chromium] Unreviewed test expectations update |
| https://bugs.webkit.org/show_bug.cgi?id=74055 |
| |
| Unmark fast/canvas/canvas-largedraws.html as failing on Mac 10.5 |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-04-25 Mark Hahnenberg <mhahnenberg@apple.com> |
| |
| fast/js/random-array-gc-stress times out in debug mode |
| https://bugs.webkit.org/show_bug.cgi?id=84821 |
| |
| Reviewed by Darin Adler. |
| |
| * fast/js/script-tests/random-array-gc-stress.js: Reduce number of iterations so |
| that the test can complete without timing out. Also remove the gc() function because |
| a gc() function is already provided in resources/js-test-pre.js. |
| |
| 2012-04-25 Ádám Kallai <kadam@inf.u-szeged.hu> |
| |
| [Qt] Unreviewed gardening. Rebaseline after r115187. |
| |
| * platform/qt/svg/W3C-SVG-1.1/animate-elem-31-t-expected.png: |
| * platform/qt/svg/W3C-SVG-1.1/animate-elem-31-t-expected.txt: |
| |
| 2012-04-25 Pierre Rossi <pierre.rossi@gmail.com> |
| |
| [SVG] Nothing should be stroked when the stroke-width is 0 |
| https://bugs.webkit.org/show_bug.cgi?id=83568 |
| |
| Reviewed by Nikolas Zimmermann. |
| |
| * platform/chromium/test_expectations.txt: mark affected tests for rebaseline. |
| * platform/qt/Skipped: Unskip svg/custom/path-zero-strokewidth.svg |
| |
| 2012-04-25 Philippe Normand <pnormand@igalia.com> |
| |
| Unreviewed, GTK test_expectations update. |
| |
| * platform/gtk/svg/W3C-SVG-1.1/animate-elem-31-t-expected.txt: |
| Rebaseline after r115187. |
| * platform/gtk/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.txt: |
| Rebaseline after r115091. |
| * platform/gtk/test_expectations.txt: |
| |
| 2012-04-25 Pavel Feldman <pfeldman@chromium.org> |
| |
| Web Inspector: extract Linkifier from DebuggerPresentationModel. |
| https://bugs.webkit.org/show_bug.cgi?id=84855 |
| |
| Reviewed by Yury Semikhatsky. |
| |
| * inspector/debugger/linkifier.html: |
| |
| 2012-04-25 Pavel Feldman <pfeldman@chromium.org> |
| |
| Web Inspector: move sourcemap-agnostic part of the debugger presentation model into the raw debugger. |
| https://bugs.webkit.org/show_bug.cgi?id=84852 |
| |
| Reviewed by Yury Semikhatsky. |
| |
| * http/tests/inspector/debugger-test.js: |
| * inspector/debugger/callstack-placards-discarded.html: |
| * inspector/debugger/debugger-breakpoints-not-activated-on-reload.html: |
| * inspector/debugger/live-edit-expected.txt: |
| * inspector/debugger/scripts-panel.html: |
| * inspector/debugger/selected-call-frame-after-formatting-source.html: |
| * inspector/debugger/set-breakpoint.html: |
| |
| 2012-04-25 Mikhail Naganov <mnaganov@chromium.org> |
| |
| [Chromium] Unreviewed test expectations update |
| https://bugs.webkit.org/show_bug.cgi?id=84854 |
| |
| Mark the following tests as flaky on Linux 32-bit: |
| |
| svg/batik/text/textOnPath.svg |
| svg/batik/text/verticalTextOnPath.svg |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-04-25 Yury Semikhatsky <yurys@chromium.org> |
| |
| Web Inspector: use composite node provider for diff nodes in heap profiler |
| https://bugs.webkit.org/show_bug.cgi?id=84849 |
| |
| Inroduced HeapSnapshotDiffNodesProvider which is basically a composite provider |
| combining providers for added and deleted nodes. This allowed to remove custom |
| implementation of HeapSnapshotGridNode.prototype.populateChildren. |
| |
| Reviewed by Pavel Feldman. |
| |
| * inspector/profiler/heap-snapshot-comparison-expansion-preserved-when-sorting.html: |
| * inspector/profiler/heap-snapshot-comparison-show-all.html: |
| * inspector/profiler/heap-snapshot-comparison-shown-node-count-preserved-when-sorting.html: |
| |
| 2012-04-25 Szilard Ledan <szledan@inf.u-szeged.hu> |
| |
| [Qt] Gardening. Skipped a failing test. |
| https://bugs.webkit.org/show_bug.cgi?id=84566 |
| |
| Removed a test from test_expectations after r115171. |
| |
| Reviewed by Csaba Osztrogonác. |
| |
| * platform/qt/Skipped: |
| * platform/qt/test_expectations.txt: |
| |
| 2012-04-25 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Refactor to/from/animatedType creation, to share more code between animators |
| https://bugs.webkit.org/show_bug.cgi?id=84846 |
| |
| Reviewed by Antti Koivisto. |
| |
| Rebaseline one test result, which shows a progression. |
| (At the initial time when we capture the result, only two circles should be visible.) |
| |
| * platform/chromium/test_expectations.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-31-t-expected.png: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-31-t-expected.txt: |
| |
| 2012-04-25 Mikhail Naganov <mnaganov@chromium.org> |
| |
| [Chromium] Unreviewed test expectations update |
| https://bugs.webkit.org/show_bug.cgi?id=84847 |
| |
| Mark inspector/timeline/timeline-start-time.html as flaky on Windows. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-04-25 Mikhail Naganov <mnaganov@chromium.org> |
| |
| [Chromium] Unreviewed test expectations update |
| |
| Unmark the following CSS pseudo-class tests: |
| |
| fast/css/empty-pseudo-class.html |
| fast/css/first-child-pseudo-class.html |
| fast/css/first-of-type-pseudo-class.html |
| fast/css/last-child-pseudo-class.html |
| fast/css/last-of-type-pseudo-class.html |
| fast/css/only-child-pseudo-class.html |
| fast/css/only-of-type-pseudo-class.html |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-04-25 Mikhail Naganov <mnaganov@chromium.org> |
| |
| [Chromium] Unreviewed test expectations update |
| |
| Remove expectation for a passing test: |
| fast/dom/error-to-string-stack-overflow.html |
| |
| Add an expectation for a passing test: |
| fast/viewport/scroll-delegates-switch-on-page-with-no-composition-mode-asserts.html |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-04-25 Mikhail Naganov <mnaganov@chromium.org> |
| |
| [Chromium] Unreviewed test expectations update |
| |
| Unmark these tests as failing on Windows: |
| fast/repaint/moving-shadow-on-container.html |
| fast/repaint/moving-shadow-on-path.html |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-04-25 Mikhail Naganov <mnaganov@chromium.org> |
| |
| [Chromium] Unreviewed test expectations update |
| https://bugs.webkit.org/show_bug.cgi?id=84813 |
| |
| Mark these tests as failing only on Mac and Windows: |
| |
| css3/filters/custom/custom-filter-shader-cache.html |
| css3/filters/custom/effect-custom-combined-missing.html |
| css3/filters/custom/effect-custom.html |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-04-25 Mikhail Naganov <mnaganov@chromium.org> |
| |
| [Chromium] Unreviewed test expectations update |
| |
| Unmark html5lib/runner.html -- changes that broke it were reverted in r115149. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-04-25 Sergio Villar Senin <svillar@igalia.com> |
| |
| Unreviewed. Unskipped 28 http tests passing on all the GTK+ bots. |
| |
| * platform/gtk/test_expectations.txt: |
| |
| 2012-04-25 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Not reviewed. Update pixel test baseline on Lion. All color space changes when painting images. |
| I noticed that svg/custom/focus-ring.svg is flakey, the result may be off by two 1px changes. |
| |
| * platform/mac/svg/as-background-image/svg-as-background-4-expected.png: |
| * platform/mac/svg/as-border-image/svg-as-border-image-2-expected.png: |
| * platform/mac/svg/carto.net/window-expected.png: |
| * platform/mac/svg/custom/createImageElement-expected.png: |
| * platform/mac/svg/custom/createImageElement2-expected.png: |
| * platform/mac/svg/custom/deep-dynamic-updates-expected.png: |
| * platform/mac/svg/custom/focus-ring-expected.png: |
| * platform/mac/svg/custom/image-parent-translation-expected.png: |
| * platform/mac/svg/custom/image-small-width-height-expected.png: |
| * platform/mac/svg/custom/image-with-prefix-in-webarchive-expected.png: |
| * platform/mac/svg/custom/image-with-transform-clip-filter-expected.png: |
| * platform/mac/svg/custom/js-update-image-and-display-expected.png: |
| * platform/mac/svg/custom/js-update-image-and-display2-expected.png: |
| * platform/mac/svg/custom/js-update-image-and-display3-expected.png: |
| * platform/mac/svg/custom/js-update-image-expected.png: |
| * platform/mac/svg/custom/pointer-events-image-css-transform-expected.png: |
| * platform/mac/svg/custom/pointer-events-image-expected.png: |
| * platform/mac/svg/custom/text-image-opacity-expected.png: |
| * platform/mac/svg/custom/use-on-g-containing-foreignObject-and-image-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGImageElement-dom-height-attr-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGImageElement-dom-preserveAspectRatio-attr-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGImageElement-dom-width-attr-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGImageElement-dom-x-attr-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGImageElement-dom-y-attr-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-height-prop-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-preserveAspectRatio-prop-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-width-prop-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-x-prop-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-y-prop-expected.png: |
| * platform/mac/svg/transforms/animated-path-inside-transformed-html-expected.png: |
| * platform/mac/svg/wicd/test-rightsizing-b-expected.png: |
| * platform/mac/svg/zoom/page/zoom-background-images-expected.png: |
| |
| 2012-04-25 Xianzhu Wang <wangxianzhu@chromium.org> |
| |
| Web Inspector: REGRESSION: Incorrect highlight position of inspected element in scrolled page |
| https://bugs.webkit.org/show_bug.cgi?id=84755 |
| |
| Reviewed by Pavel Feldman. |
| |
| * http/tests/inspector/elements-test.js: Extracted common function dumpInspectorHighlightRects() into here with a small bug fixed (x and y inversed). |
| * inspector/elements/highlight-node-scaled-expected.txt: Corrected the wrong inversed x and y. |
| * inspector/elements/highlight-node-scaled.html: Extracted out dumpInspectorHighlightRects(). |
| * inspector/elements/highlight-node-scroll-expected.txt: Added. Expectation of the new test case. |
| * inspector/elements/highlight-node-scroll.html: Added. The new test case. |
| * inspector/elements/highlight-node.html: Extracted out dumpInspectorHighlightRects(). Expectation not changed because the x and y happened to be the same in the original expectation. |
| * inspector/elements/highlight-svg-root.html: Ditto. |
| |
| 2012-04-25 Csaba Osztrogonác <ossy@webkit.org> |
| |
| [Qt] Unreviewed morning gardening after r115091. |
| |
| * platform/qt/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.png: |
| * platform/qt/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.txt: |
| |
| 2012-04-24 Csaba Osztrogonác <ossy@webkit.org> |
| |
| [Qt] Unreviewed morning gardening after r115085. |
| |
| * platform/qt/Skipped: Unskip a non-existing test. |
| * platform/qt/svg/custom/embedding-external-svgs-expected.txt: |
| * platform/qt/svg/custom/relative-sized-use-on-symbol-expected.txt: |
| * platform/qt/svg/custom/relative-sized-use-without-attributes-on-symbol-expected.txt: |
| * platform/qt/svg/custom/use-clipped-hit-expected.txt: |
| * platform/qt/svg/custom/use-modify-target-symbol-expected.txt: |
| * platform/qt/svg/custom/use-on-disallowed-foreign-object-5-expected.txt: |
| * platform/qt/svg/custom/use-setAttribute-crash-expected.txt: |
| * platform/qt/svg/custom/use-symbol-overflow-expected.txt: |
| * platform/wk2/Skipped: Unskip a non-existing test. |
| |
| 2012-04-24 Yury Semikhatsky <yurys@chromium.org> |
| |
| Unreviewed. Skip inspector/profiler/heap-snapshot-comparison-dom-groups-change.html |
| on Win and Win Cairo in addition to Mac and Qt(JSC doesn't support heap profiling and |
| the test doesn't make sense there). |
| |
| * platform/win/Skipped: |
| * platform/wincairo/Skipped: |
| |
| 2012-04-24 Philippe Normand <pnormand@igalia.com> |
| |
| Unreviewed, GTK svg rebaseline after r115085. |
| |
| * platform/gtk/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.txt: |
| * platform/gtk/svg/carto.net/button-expected.txt: |
| * platform/gtk/svg/carto.net/colourpicker-expected.txt: |
| * platform/gtk/svg/carto.net/slider-expected.txt: |
| * platform/gtk/svg/carto.net/window-expected.txt: |
| * platform/gtk/svg/custom/embedding-external-svgs-expected.txt: |
| * platform/gtk/svg/custom/relative-sized-shadow-tree-content-with-symbol-expected.txt: |
| * platform/gtk/svg/custom/relative-sized-use-on-symbol-expected.txt: |
| * platform/gtk/svg/custom/use-clipped-hit-expected.txt: |
| * platform/gtk/svg/custom/use-modify-target-symbol-expected.txt: |
| * platform/gtk/svg/custom/use-on-disallowed-foreign-object-5-expected.txt: |
| * platform/gtk/svg/custom/use-on-g-containing-symbol-expected.txt: |
| * platform/gtk/svg/custom/use-on-symbol-expected.txt: |
| * platform/gtk/svg/custom/use-recalcStyle-crash-expected.txt: |
| * platform/gtk/svg/custom/use-referencing-nonexisting-symbol-expected.txt: |
| * platform/gtk/svg/custom/use-setAttribute-crash-expected.txt: |
| * platform/gtk/svg/custom/use-symbol-overflow-expected.txt: |
| |
| 2012-04-24 Kulanthaivel Palanichamy <kulanthaivel@codeaurora.org> |
| |
| getMatchedCSSRules() should return null when the second argument is an unrecognized pseudo-element name |
| https://bugs.webkit.org/show_bug.cgi?id=83298 |
| |
| Reviewed by Ojan Vafai. |
| |
| * fast/dom/Window/getMatchedCSSRules-with-invalid-pseudo-elements-expected.txt: Added. |
| * fast/dom/Window/getMatchedCSSRules-with-invalid-pseudo-elements.html: Added. |
| |
| 2012-04-24 Alexis Menard <alexis.menard@openbossa.org> |
| |
| Implement createTBody for table element. |
| https://bugs.webkit.org/show_bug.cgi?id=84465 |
| |
| Reviewed by Ojan Vafai. |
| |
| Add test to cover the new createTBody method. |
| |
| * fast/table/table-create-tbody-existing-tbody-expected.txt: Added. |
| * fast/table/table-create-tbody-existing-tbody.html: Added. |
| * fast/table/table-create-tbody-expected.txt: Added. |
| * fast/table/table-create-tbody-multiple-tbody-expected.txt: Added. |
| * fast/table/table-create-tbody-multiple-tbody.html: Added. |
| * fast/table/table-create-tbody.html: Added. |
| |
| 2012-04-24 Yong Li <yoli@rim.com> |
| |
| ASSERT failure in RenderLayer::computeRepaintRects |
| https://bugs.webkit.org/show_bug.cgi?id=84480 |
| |
| Reviewed by Simon Fraser. |
| |
| Add a layout test for it. |
| |
| * compositing/visibility/compositing-and-visibility-turned-off-together-expected.txt: Added. |
| * compositing/visibility/compositing-and-visibility-turned-off-together.html: Added. |
| |
| 2012-04-24 Kent Tamura <tkent@chromium.org> |
| |
| Calendar Picker: Open a calendar picker by keyboard operation |
| https://bugs.webkit.org/show_bug.cgi?id=84680 |
| |
| Reviewed by Kentaro Hara. |
| |
| * fast/forms/date/date-stepup-stepdown-from-renderer-expected.txt: |
| * fast/forms/date/date-stepup-stepdown-from-renderer.html: |
| Stepping up/down by kerboard was removed. Update the test to confirm it doesn't work. |
| |
| 2012-04-24 Alpha Lam <hclam@chromium.org> |
| |
| [chromium] Unreviewed test expectations update. |
| https://bugs.webkit.org/show_bug.cgi?id=84813 |
| |
| Suppress test image mismatch due to r115123. Rebaseline is coming soon. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-04-24 Yael Aharon <yael.aharon@nokia.com> |
| |
| [Qt] Move notification icon download out of WebCore |
| https://bugs.webkit.org/show_bug.cgi?id=80700 |
| |
| Reviewed by Jian Li. |
| |
| Remove http/tests/notifications after the code the tests were testing has been removed. |
| |
| * http/tests/notifications: Removed. |
| * http/tests/notifications/icon-does-not-exist-expected.txt: Removed. |
| * http/tests/notifications/icon-does-not-exist.html: Removed. |
| * http/tests/notifications/icon-exists-cancel-expected.txt: Removed. |
| * http/tests/notifications/icon-exists-cancel.html: Removed. |
| * http/tests/notifications/icon-exists-expected.txt: Removed. |
| * http/tests/notifications/icon-exists-show-alert-during-load-expected.txt: Removed. |
| * http/tests/notifications/icon-exists-show-alert-during-load.html: Removed. |
| * http/tests/notifications/icon-exists.html: Removed. |
| * http/tests/notifications/icon-requires-auth-expected.txt: Removed. |
| * http/tests/notifications/icon-requires-auth.html: Removed. |
| * http/tests/notifications/resources: Removed. |
| * http/tests/notifications/resources/icon-exists.png: Removed. |
| * http/tests/notifications/resources/icon-requires-auth.php: Removed. |
| * platform/chromium/test_expectations.txt: |
| * platform/efl/Skipped: |
| * platform/gtk/test_expectations.txt: |
| * platform/mac/Skipped: |
| * platform/qt-5.0-wk2/Skipped: |
| * platform/qt/Skipped: |
| * platform/win/Skipped: |
| * platform/wincairo/Skipped: |
| |
| 2012-04-24 Yael Aharon <yael.aharon@nokia.com> |
| |
| Unreviewed rebaseline after r115134. |
| |
| * platform/qt/fast/block/positioning/016-expected.txt: |
| * platform/qt/fast/block/positioning/025-expected.txt: |
| |
| 2012-04-24 Jeffrey Pfau <jpfau@apple.com> |
| |
| Prevent drag and drop from setting file URLs |
| https://bugs.webkit.org/show_bug.cgi?id=76596 |
| |
| Reviewed by Enrica Casucci. |
| |
| Updated tests to reflect new expectations. |
| |
| * http/tests/security/dataTransfer-set-data-file-url.html: |
| * platform/mac/editing/pasteboard/dataTransfer-set-data-file-url.html: |
| |
| 2012-04-24 Alpha Lam <hclam@chromium.org> |
| |
| [chromium] Unreviewed test expectations update. |
| https://bugs.webkit.org/show_bug.cgi?id=84810 |
| |
| Mark svg/carto.net/window.svg as fail due to changes in r115085. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-04-24 Alpha Lam <hclam@chromium.org> |
| |
| [chromium] Unreviewed test expectations update. |
| https://bugs.webkit.org/show_bug.cgi?id=84806 |
| |
| html5lib/runner.html fails after r115099 and r115127, mark it so. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-04-24 Chris Rogers <crogers@google.com> |
| |
| Fix layout test failures for Oscillator because WaveTable now normalizes to 0dBFS instead of -6dbFS |
| https://bugs.webkit.org/show_bug.cgi?id=84799 |
| |
| Reviewed by James Robinson. |
| |
| This fixes failures caused by: http://trac.webkit.org/changeset/115111 |
| We need to adjust the layout test itself to scale by 1/2 to compensate for the new WaveTable normalization. |
| The reason we don't change the audio .wav file baselines themselves is because audio values can potentially |
| clip past full scale, and we need to be able to avoid this "overshoot". |
| |
| * webaudio/resources/oscillator-testing.js: |
| (generateExponentialOscillatorSweep): |
| |
| 2012-04-24 Alexandru Chiculita <achicu@adobe.com> |
| |
| CSS Shaders: Repainting the FECustomFilter requires full source image |
| https://bugs.webkit.org/show_bug.cgi?id=76689 |
| |
| Reviewed by Dean Jackson. |
| |
| * css3/filters/custom/filter-repaint-custom-clipped-expected.png: Added. |
| * css3/filters/custom/filter-repaint-custom-clipped-expected.txt: Added. |
| * css3/filters/custom/filter-repaint-custom-clipped.html: Added. |
| * css3/filters/custom/filter-repaint-custom-expected.png: Added. |
| * css3/filters/custom/filter-repaint-custom-expected.txt: Added. |
| * css3/filters/custom/filter-repaint-custom-rotated-expected.png: Added. |
| * css3/filters/custom/filter-repaint-custom-rotated-expected.txt: Added. |
| * css3/filters/custom/filter-repaint-custom-rotated.html: Added. |
| * css3/filters/custom/filter-repaint-custom.html: Added. |
| * css3/filters/resources/color-add.fs: Added. |
| * css3/filters/resources/vertex-horizontal-offset.vs: Added. |
| * css3/filters/resources/vertex-rotate.vs: Added. |
| * platform/chromium-mac/css3/filters/custom/filter-repaint-custom-clipped-expected.png: Added. |
| * platform/chromium-mac/css3/filters/custom/filter-repaint-custom-expected.png: Added. |
| * platform/chromium-mac/css3/filters/custom/filter-repaint-custom-rotated-expected.png: Added. |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-04-24 Alpha Lam <hclam@chromium.org> |
| |
| [chromium] Unreviewed test expectations update. |
| https://bugs.webkit.org/show_bug.cgi?id=84802 |
| |
| New test added in r115096 is failing on Chromium, mark it so. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-04-24 Rob Buis <rbuis@rim.com> |
| |
| REGRESSION (r115083-r115087): 6 tests failing on Lion Release (WebKit2 Tests) |
| https://bugs.webkit.org/show_bug.cgi?id=84783 |
| |
| Reviewed by Dirk Schulze. |
| |
| Fix struct-use-09-b.svg missing test result by converting to a reftest. |
| |
| * platform/chromium-linux/svg/custom/struct-use-09-b-expected.png: Removed. |
| * platform/chromium-mac-leopard/svg/custom/struct-use-09-b-expected.png: Removed. |
| * platform/chromium-mac/svg/custom/struct-use-09-b-expected.png: Removed. |
| * platform/chromium-mac/svg/custom/struct-use-09-b-expected.txt: Removed. |
| * platform/chromium-win/svg/custom/struct-use-09-b-expected.png: Removed. |
| * platform/chromium-win/svg/custom/struct-use-09-b-expected.txt: Removed. |
| * platform/gtk/svg/custom/struct-use-09-b-expected.png: Removed. |
| * platform/gtk/svg/custom/struct-use-09-b-expected.txt: Removed. |
| * platform/mac-leopard/svg/custom/struct-use-09-b-expected.png: Removed. |
| * platform/mac/svg/custom/struct-use-09-b-expected.png: Removed. |
| * platform/qt/svg/custom/struct-use-09-b-expected.png: Removed. |
| * platform/qt/svg/custom/struct-use-09-b-expected.txt: Removed. |
| * svg/custom/struct-use-09-b-expected.svg: |
| * svg/custom/struct-use-09-b.svg: |
| |
| 2012-04-24 Alpha Lam <hclam@chromium.org> |
| |
| [chromium] Unreviewd test expectations update. |
| https://bugs.webkit.org/show_bug.cgi?id=84790 |
| |
| Adding expectations for new tests added in r115091. |
| |
| * platform/chromium-mac/fast/css/table-rules-attribute-groups-with-frame-expected.png: Added. |
| * platform/chromium-mac/fast/css/table-rules-attribute-with-frame1-expected.png: Added. |
| * platform/chromium-mac/fast/css/table-rules-attribute-with-frame2-expected.png: Added. |
| |
| 2012-04-24 Victor Carbune <vcarbune@adobe.com> |
| |
| Extra display logic for the media control panel element |
| https://bugs.webkit.org/show_bug.cgi?id=82476 |
| |
| Reviewed by Eric Carlson. |
| |
| Added test to ensure that controls are not displayed when |
| the controls attribute is not set. |
| |
| * media/video-controls-toggling-expected.txt: Added. |
| * media/video-controls-toggling.html: Added. |
| |
| 2012-04-24 Alexandru Chiculita <achicu@adobe.com> |
| |
| CSS Shaders: Custom filters painting is broken |
| https://bugs.webkit.org/show_bug.cgi?id=82803 |
| |
| Reviewed by Kenneth Russell. |
| |
| * platform/chromium/test_expectations.txt: Un-skipping related tests on Chromium. |
| |
| 2012-04-24 Rob Buis <rbuis@rim.com> |
| |
| [SVG] convert use-css-events.svg to be a reftest |
| https://bugs.webkit.org/show_bug.cgi?id=84788 |
| |
| Reviewed by Andreas Kling. |
| |
| * platform/chromium-linux/svg/custom/use-css-events-expected.png: Removed. |
| * platform/chromium-mac/svg/custom/use-css-events-expected.png: Removed. |
| * platform/chromium-mac/svg/custom/use-css-events-expected.txt: Removed. |
| * platform/chromium-win/svg/custom/use-css-events-expected.png: Removed. |
| * platform/chromium-win/svg/custom/use-css-events-expected.txt: Removed. |
| * platform/gtk/svg/custom/use-css-events-expected.png: Removed. |
| * platform/gtk/svg/custom/use-css-events-expected.txt: Removed. |
| * platform/mac-leopard/svg/custom/use-css-events-expected.png: Removed. |
| * platform/mac-snowleopard/svg/custom/use-css-events-expected.png: Removed. |
| * platform/mac/svg/custom/use-css-events-expected.png: Removed. |
| * platform/mac/svg/custom/use-css-events-expected.txt: Removed. |
| * platform/qt/svg/custom/use-css-events-expected.png: Removed. |
| * platform/qt/svg/custom/use-css-events-expected.txt: Removed. |
| * platform/win/svg/custom/use-css-events-expected.txt: Removed. |
| * svg/custom/use-css-events-expected.svg: Added. |
| |
| 2012-04-24 Rob Buis <rbuis@rim.com> |
| |
| REGRESSION (r115083-r115087): 6 tests failing on Lion Release (WebKit2 Tests) |
| https://bugs.webkit.org/show_bug.cgi?id=84783 |
| |
| Reviewed by Andreas Kling. |
| |
| This regression was caused because the test results from an old patch were |
| blindly taken, rebaseline these against trunk. |
| |
| * svg/custom/use-in-symbol-with-offset-expected.txt: |
| * svg/custom/use-transfer-width-height-properties-to-svg2-expected.txt: |
| * svg/custom/use-transfer-width-height-properties-to-symbol-expected.txt: |
| |
| 2012-04-24 Alpha Lam <hclam@chromium.org> |
| |
| [chromium] Unreviewed test expectations update. |
| https://bugs.webkit.org/show_bug.cgi?id=84785 |
| |
| Updating test expectation changes due to r115085. |
| |
| * platform/chromium-linux-x86/svg/custom/use-setAttribute-crash-expected.txt: Removed. |
| * platform/chromium-linux/svg/custom/use-setAttribute-crash-expected.txt: Removed. |
| * platform/chromium-mac-leopard/svg/custom/use-setAttribute-crash-expected.txt: Removed. |
| * platform/chromium-mac-snowleopard/svg/custom/use-setAttribute-crash-expected.txt: Removed. |
| * platform/chromium-mac/svg/custom/struct-use-09-b-expected.txt: Added. |
| * platform/chromium-win-vista/svg/custom/use-setAttribute-crash-expected.txt: Removed. |
| * platform/chromium-win-xp/svg/custom/use-setAttribute-crash-expected.txt: Removed. |
| * platform/chromium-win/svg/custom/embedding-external-svgs-expected.txt: |
| * platform/chromium-win/svg/custom/relative-sized-shadow-tree-content-with-symbol-expected.txt: |
| * platform/chromium-win/svg/custom/relative-sized-use-on-symbol-expected.txt: |
| * platform/chromium-win/svg/custom/relative-sized-use-without-attributes-on-symbol-expected.txt: |
| * platform/chromium-win/svg/custom/struct-use-09-b-expected.txt: |
| * platform/chromium-win/svg/custom/use-setAttribute-crash-expected.txt: |
| * platform/chromium/svg/custom/use-in-symbol-with-offset-expected.txt: Added. |
| * platform/chromium/svg/custom/use-transfer-width-height-properties-to-svg2-expected.txt: Renamed from LayoutTests/platform/qt/svg/custom/use-transfer-width-height-properties-to-svg2-expected.txt. |
| * platform/chromium/svg/custom/use-transfer-width-height-properties-to-symbol-expected.txt: Renamed from LayoutTests/platform/qt/svg/custom/use-transfer-width-height-properties-to-symbol-expected.txt. |
| |
| 2012-04-24 Ryosuke Niwa <rniwa@webkit.org> |
| |
| Revert r115009; It doesn't make necessary changes to NodeRareData and Node. |
| |
| * fast/forms/form-collection-radio-node-list-expected.txt: Removed. |
| * fast/forms/form-collection-radio-node-list.html: Removed. |
| |
| 2012-04-24 Alpha Lam <hclam@chromium.org> |
| |
| Unreviewed. Test expectations updates to make lint happy. |
| |
| Some test files are removed or moved so update test expectations accordingly. |
| |
| * platform/chromium/test_expectations.txt: |
| * platform/gtk/test_expectations.txt: |
| |
| 2012-04-24 Robert Hogan <robert@webkit.org> |
| |
| Rebaseline 2 tests after r115091 |
| |
| Unreviewed. |
| |
| * platform/mac/accessibility/table-detection-expected.txt: |
| * platform/mac/accessibility/table-with-rules-expected.txt: |
| |
| 2012-04-24 Dana Jansens <danakj@chromium.org> |
| |
| [chromium] Rebaseline and enable the background-blur layout tests |
| https://bugs.webkit.org/show_bug.cgi?id=84654 |
| |
| Unreviewed. |
| |
| * platform/chromium-linux/platform/chromium/compositing/filters/background-filter-blur-outsets-expected.txt: Removed. |
| * platform/chromium-mac/platform/chromium/compositing/filters/background-filter-blur-outsets-expected.png: Added. |
| * platform/chromium-win/platform/chromium/compositing/filters/background-filter-blur-outsets-expected.png: |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-04-24 Filip Pizlo <fpizlo@apple.com> |
| |
| DFG performs incorrect DCE on (some?) intrinsics |
| https://bugs.webkit.org/show_bug.cgi?id=84746 |
| <rdar://problem/11310772> |
| |
| Rubber stamped by Oliver Hunt. |
| |
| * fast/js/dfg-dead-min-one-arg-expected.txt: Added. |
| * fast/js/dfg-dead-min-one-arg.html: Added. |
| * fast/js/dfg-dead-min-two-args-expected.txt: Added. |
| * fast/js/dfg-dead-min-two-args.html: Added. |
| * fast/js/script-tests/dfg-dead-min-one-arg.js: Added. |
| (foo): |
| (.x.f.valueOf): |
| * fast/js/script-tests/dfg-dead-min-two-args.js: Added. |
| (foo): |
| (bar): |
| (.x.f.valueOf): |
| (.y.f.valueOf): |
| |
| 2012-04-24 Andreas Kling <kling@webkit.org> |
| |
| Rebaseline mac rendertree output for svg/custom/use-css-events.svg. |
| |
| * platform/mac/svg/custom/use-css-events-expected.txt: Updated for custom ellipse renderer changes. |
| |
| 2012-04-24 Tommy Widenflycht <tommyw@google.com> |
| |
| MediaStream API: Moving LT/fast/dom/MediaStream/* to LT/fast/mediastream |
| https://bugs.webkit.org/show_bug.cgi?id=82870 |
| |
| Reviewed by Dimitri Glazkov. |
| |
| * fast/dom/MediaStream/script-tests/argument-types.js: Removed. |
| * fast/mediastream/argument-types-expected.txt: Renamed from LayoutTests/fast/dom/MediaStream/argument-types-expected.txt. |
| * fast/mediastream/argument-types.html: Renamed from LayoutTests/fast/dom/MediaStream/argument-types.html. |
| * fast/mediastream/enabled-expected.txt: Renamed from LayoutTests/fast/dom/MediaStream/enabled-expected.txt. |
| * fast/mediastream/enabled.html: Renamed from LayoutTests/fast/dom/MediaStream/enabled.html. |
| * fast/mediastream/no-interface-object-expected.txt: Renamed from LayoutTests/fast/dom/MediaStream/no-interface-object-expected.txt. |
| * fast/mediastream/no-interface-object.html: Renamed from LayoutTests/fast/dom/MediaStream/no-interface-object.html. |
| * fast/mediastream/peerconnection-Attributes.html: |
| * fast/mediastream/peerconnection-argument-types.html: |
| * fast/mediastream/script-tests/argument-types.js: |
| (test): |
| * fast/mediastream/script-tests/enabled.js: Renamed from LayoutTests/fast/dom/MediaStream/script-tests/enabled.js. |
| (hasGetUserMediaProperty): |
| * fast/mediastream/script-tests/no-interface-object.js: Renamed from LayoutTests/fast/dom/MediaStream/script-tests/no-interface-object.js. |
| (shouldThrowReferenceError): |
| (test): |
| * fast/mediastream/script-tests/peerconnection-Attributes.js: Renamed from LayoutTests/fast/mediastream/script-tests/Attributes.js. |
| (shouldNotThrow): |
| (test): |
| (shouldBeA): |
| (shouldBeTrueA): |
| (emptyFunction): |
| (ObjectThrowingException.prototype.toString): |
| (gotStream): |
| (gotStreamFailed): |
| * fast/mediastream/script-tests/peerconnection-argument-types.js: Copied from LayoutTests/fast/mediastream/script-tests/argument-types.js. |
| (shouldNotThrow): |
| (test): |
| (emptyFunction): |
| (ObjectThrowingException.prototype.toString): |
| * platform/efl/Skipped: |
| * platform/mac/Skipped: |
| * platform/qt/Skipped: |
| * platform/win/Skipped: |
| * platform/wincairo/Skipped: |
| |
| 2012-04-24 Mark Hahnenberg <mhahnenberg@apple.com> |
| |
| Failure to allocate ArrayStorage in emit_op_new_array leads to poisonous JSArray |
| https://bugs.webkit.org/show_bug.cgi?id=84648 |
| |
| Reviewed by Geoffrey Garen. |
| |
| Added a test that randomly allocates new arrays, modifies the object graph by |
| pointing arrays to other arrays, and removes arrays from the global list. This test |
| is sufficient to repro this bug when the DFG is disabled, and it should serve as |
| a good regression test as we implement more optimizations for array allocation in |
| both JITs. |
| |
| * fast/js/random-array-gc-stress-expected.txt: Added. |
| * fast/js/random-array-gc-stress.html: Added. |
| * fast/js/script-tests/random-array-gc-stress.js: Added. |
| (gc): |
| (getRandomIndex): |
| (test): |
| |
| 2012-04-21 Robert Hogan <robert@webkit.org> |
| |
| CSS 2.1 failure: table-columns-example-001 fails |
| https://bugs.webkit.org/show_bug.cgi?id=83978 |
| |
| Reviewed by David Hyatt. |
| |
| * css2.1/20110323/table-columns-example-001-expected.html: Added. |
| * css2.1/20110323/table-columns-example-001.htm: Added. |
| * fast/css/table-rules-attribute-expected.html: Added. |
| * fast/css/table-rules-attribute-groups-expected.html: Added. |
| * fast/css/table-rules-attribute-groups-with-frame-expected.png: Added. |
| * fast/css/table-rules-attribute-groups-with-frame-expected.txt: Added. |
| * fast/css/table-rules-attribute-groups-with-frame.html: Added. |
| * fast/css/table-rules-attribute-groups.html: Added. |
| * fast/css/table-rules-attribute-none-with-frame-expected.html: Added. |
| * fast/css/table-rules-attribute-none-with-frame.html: Added. |
| * fast/css/table-rules-attribute-with-frame1-expected.png: Added. |
| * fast/css/table-rules-attribute-with-frame1-expected.txt: Added. |
| * fast/css/table-rules-attribute-with-frame1.html: Added. |
| * fast/css/table-rules-attribute-with-frame2-expected.png: Added. |
| * fast/css/table-rules-attribute-with-frame2-expected.txt: Added. |
| * fast/css/table-rules-attribute-with-frame2.html: Added. |
| These test the correct interaction of a rules attribute with a frame attribute. 'cols' is used |
| for the test, but each of cols, rows, and all have the same effect on the table's borders. It wasn't |
| possible to create reftests for all of them because of the different behaviour of the frame attr to |
| a simple border, probably due to painting order. |
| * fast/css/table-rules-attribute.html: Added. |
| This tests correct rendering of the rules attribute on a table without its own border. It |
| also tests border collapsing on tables with a rules attribute. |
| * platform/chromium-linux/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.txt: |
| This is a progression - the table's border is hidden. |
| * platform/chromium/test_expectations.txt: |
| * platform/gtk/test_expectations.txt: |
| * platform/mac/Skipped: |
| * platform/mac/test_expectations.txt: |
| * platform/qt/test_expectations.txt: |
| |
| 2012-04-24 Thiago Marcos P. Santos <thiago.santos@intel.com> |
| |
| [EFL] Rebaseline background tests |
| https://bugs.webkit.org/show_bug.cgi?id=84686 |
| |
| Unreviewed rebaseline. |
| |
| * platform/efl/Skipped: |
| * platform/efl/fast/backgrounds/001-expected.txt: |
| * platform/efl/fast/backgrounds/animated-gif-as-background-expected.png: |
| * platform/efl/fast/backgrounds/animated-svg-as-mask-expected.txt: |
| * platform/efl/fast/backgrounds/background-leakage-expected.txt: |
| * platform/efl/fast/backgrounds/background-leakage-transforms-expected.txt: |
| * platform/efl/fast/backgrounds/background-origin-root-element-expected.txt: |
| * platform/efl/fast/backgrounds/background-position-1-expected.png: |
| * platform/efl/fast/backgrounds/background-position-parsing-expected.txt: |
| * platform/efl/fast/backgrounds/background-position-rounding-expected.png: |
| * platform/efl/fast/backgrounds/body-generated-image-propagated-to-root-expected.txt: |
| * platform/efl/fast/backgrounds/mask-box-image-expected.png: Added. |
| * platform/efl/fast/backgrounds/mask-box-image-expected.txt: Added. |
| * platform/efl/fast/backgrounds/mask-composite-expected.png: |
| * platform/efl/fast/backgrounds/opacity-on-document-element-expected.txt: |
| * platform/efl/fast/backgrounds/positioned-root-expected.png: Removed. |
| * platform/efl/fast/backgrounds/positioned-root-expected.txt: Removed. |
| * platform/efl/fast/backgrounds/quirks-mode-line-box-backgrounds-expected.txt: |
| * platform/efl/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.txt: |
| * platform/efl/fast/backgrounds/repeat/negative-offset-repeat-expected.txt: |
| * platform/efl/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png: |
| * platform/efl/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.txt: |
| * platform/efl/fast/backgrounds/repeat/noRepeatCorrectClip-expected.png: |
| * platform/efl/fast/backgrounds/size/backgroundSize15-expected.txt: |
| * platform/efl/fast/backgrounds/size/backgroundSize16-expected.txt: |
| * platform/efl/fast/backgrounds/size/backgroundSize17-expected.png: |
| * platform/efl/fast/backgrounds/size/backgroundSize17-expected.txt: Removed. |
| * platform/efl/fast/backgrounds/size/backgroundSize18-expected.png: |
| * platform/efl/fast/backgrounds/size/backgroundSize18-expected.txt: Removed. |
| * platform/efl/fast/backgrounds/size/backgroundSize19-expected.png: |
| * platform/efl/fast/backgrounds/size/backgroundSize19-expected.txt: Removed. |
| * platform/efl/fast/backgrounds/size/backgroundSize20-expected.png: |
| * platform/efl/fast/backgrounds/size/backgroundSize20-expected.txt: Removed. |
| * platform/efl/fast/backgrounds/size/backgroundSize21-expected.png: |
| * platform/efl/fast/backgrounds/size/backgroundSize21-expected.txt: Removed. |
| * platform/efl/fast/backgrounds/size/backgroundSize22-expected.png: |
| * platform/efl/fast/backgrounds/size/backgroundSize22-expected.txt: Removed. |
| * platform/efl/fast/backgrounds/size/contain-and-cover-expected.png: Added. |
| * platform/efl/fast/backgrounds/size/contain-and-cover-zoomed-expected.png: Added. |
| * platform/efl/fast/backgrounds/size/contain-and-cover-zoomed-expected.txt: Added. |
| * platform/efl/fast/backgrounds/size/zero-expected.txt: |
| * platform/efl/fast/backgrounds/solid-color-context-restore-expected.png: |
| * platform/efl/fast/backgrounds/solid-color-context-restore-expected.txt: |
| * platform/efl/fast/backgrounds/svg-as-mask-expected.txt: Removed. |
| * platform/efl/fast/backgrounds/table-root-expected.png: Removed. |
| * platform/efl/fast/backgrounds/table-root-expected.txt: Removed. |
| |
| 2012-04-24 Kenneth Russell <kbr@google.com> |
| |
| fast/dom/Window/window-postmessage-clone.html failing on Mac after r114992 |
| https://bugs.webkit.org/show_bug.cgi?id=84741 |
| |
| Not reviewed. Rebaseline only; verified locally. |
| |
| * fast/dom/Window/window-postmessage-clone-expected.txt: |
| |
| 2012-04-24 Andreas Kling <kling@webkit.org> |
| |
| Unreviewed, skip unsupported inspector heap profiler test on mac. |
| |
| * platform/mac/Skipped: Skip inspector/profiler/heap-snapshot-comparison-dom-groups-change.html |
| |
| 2012-04-24 Rob Buis <rbuis@rim.com> |
| |
| [SVG] getBBox on a <g> within symbol returns 0 but with defs it works correctly |
| https://bugs.webkit.org/show_bug.cgi?id=72796 |
| |
| SVG <use> of <symbol> containing <linearGradient> renders black |
| https://bugs.webkit.org/show_bug.cgi?id=82775 |
| |
| Add a new test for each bug. Also rebaseline some test results since |
| RenderSVGHiddenContainer is dumped now. |
| |
| Reviewed by Dirk Schulze. |
| |
| * platform/chromium/test_expectations.txt: |
| * platform/mac/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.txt: |
| * platform/mac/svg/carto.net/button-expected.txt: |
| * platform/mac/svg/carto.net/colourpicker-expected.txt: |
| * platform/mac/svg/carto.net/slider-expected.txt: |
| * platform/mac/svg/carto.net/window-expected.txt: |
| * platform/mac/svg/custom/embedding-external-svgs-expected.txt: |
| * platform/mac/svg/custom/relative-sized-shadow-tree-content-with-symbol-expected.txt: |
| * platform/mac/svg/custom/relative-sized-use-on-symbol-expected.txt: |
| * platform/mac/svg/custom/relative-sized-use-without-attributes-on-symbol-expected.txt: |
| * platform/mac/svg/custom/struct-use-09-b-expected.txt: Removed. |
| * platform/mac/svg/custom/use-clipped-hit-expected.txt: |
| * platform/mac/svg/custom/use-css-events-expected.txt: |
| * platform/mac/svg/custom/use-modify-target-symbol-expected.txt: |
| * platform/mac/svg/custom/use-on-disallowed-foreign-object-5-expected.txt: |
| * platform/mac/svg/custom/use-on-g-containing-symbol-expected.txt: |
| * platform/mac/svg/custom/use-on-symbol-expected.txt: |
| * platform/mac/svg/custom/use-on-symbol-inside-pattern-expected.txt: |
| * platform/mac/svg/custom/use-recalcStyle-crash-expected.txt: |
| * platform/mac/svg/custom/use-referencing-nonexisting-symbol-expected.txt: |
| * platform/mac/svg/custom/use-symbol-overflow-expected.txt: |
| * platform/qt/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.txt: |
| * platform/qt/svg/carto.net/button-expected.txt: |
| * platform/qt/svg/carto.net/colourpicker-expected.txt: |
| * platform/qt/svg/carto.net/slider-expected.txt: |
| * platform/qt/svg/carto.net/window-expected.txt: |
| * platform/qt/svg/custom/relative-sized-shadow-tree-content-with-symbol-expected.txt: |
| * platform/qt/svg/custom/use-on-g-containing-symbol-expected.txt: |
| * platform/qt/svg/custom/use-on-symbol-expected.txt: |
| * platform/qt/svg/custom/use-recalcStyle-crash-expected.txt: |
| * platform/qt/svg/custom/use-referencing-nonexisting-symbol-expected.txt: |
| * platform/qt/svg/custom/use-transfer-width-height-properties-to-svg2-expected.txt: |
| * platform/qt/svg/custom/use-transfer-width-height-properties-to-symbol-expected.txt: |
| * platform/qt/svg/custom/use-transfer-width-height-properties-to-symbol2-expected.txt: |
| * svg/custom/bbox-of-g-in-symbol-expected.txt: Added. |
| * svg/custom/bbox-of-g-in-symbol.svg: Added. |
| * svg/custom/deep-dynamic-updates-expected.txt: |
| * svg/custom/gradient-in-symbol-expected.svg: Added. |
| * svg/custom/gradient-in-symbol.svg: Added. |
| * svg/custom/use-in-symbol-with-offset-expected.txt: |
| * svg/custom/use-setAttribute-crash-expected.txt: |
| * svg/custom/use-transfer-width-height-properties-to-svg2-expected.txt: |
| * svg/custom/use-transfer-width-height-properties-to-symbol-expected.txt: |
| * svg/custom/use-transfer-width-height-properties-to-symbol1-expected.txt: |
| * svg/custom/use-transfer-width-height-properties-to-symbol2-expected.txt: |
| |
| 2012-04-24 Philip Rogers <pdr@google.com> |
| |
| Update svg-ellipse-non-scale-stroke expectations |
| https://bugs.webkit.org/show_bug.cgi?id=82628 |
| |
| Unreviewed update of test expectations. |
| |
| * platform/chromium/test_expectations.txt: |
| * platform/gtk/svg/hittest/svg-ellipse-non-scale-stroke-expected.txt: Removed. |
| * platform/gtk/test_expectations.txt: |
| * svg/hittest/svg-ellipse-non-scale-stroke-expected.txt: |
| |
| 2012-04-24 Mikhail Naganov <mnaganov@chromium.org> |
| |
| [Chromium] Unreviewed test expectations update. |
| https://bugs.webkit.org/show_bug.cgi?id=84735 |
| |
| Mark http/tests/inspector/change-iframe-src.html as flaky on Windows |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-04-24 Mikhail Naganov <mnaganov@chromium.org> |
| |
| [Chromium] Unreviewed test expectations update. |
| https://bugs.webkit.org/show_bug.cgi?id=84733 |
| |
| Mark fast/canvas/canvas-composite.html as flaky on Vista. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-04-24 Philippe Normand <pnormand@igalia.com> |
| |
| Unreviewed, GTK test_expectations update. |
| |
| * platform/gtk/test_expectations.txt: One more drag&drop test |
| failing and mark fast/events/panScroll-click-hyperlink.html as |
| missing result. |
| |
| 2012-04-24 Pavel Feldman <pfeldman@chromium.org> |
| |
| Web Inspector: encapsulate live location into the Script. |
| https://bugs.webkit.org/show_bug.cgi?id=84722 |
| |
| Reviewed by Yury Semikhatsky. |
| |
| * http/tests/inspector/debugger-test.js: |
| (initialize_DebuggerTest): |
| * inspector/debugger/linkifier.html: |
| |
| 2012-04-24 Mikhail Naganov <mnaganov@chromium.org> |
| |
| [Chromium] Unreviewed test expectations update. |
| |
| The following tests have been marked as crashing in debug mode only: |
| |
| http/tests/websocket/tests/hixie76/workers/close-in-onmessage-crash.html |
| http/tests/websocket/tests/hixie76/workers/close-in-worker.html |
| http/tests/websocket/tests/hixie76/workers/worker-handshake-challenge-randomness.html |
| http/tests/websocket/tests/hixie76/workers/worker-simple.html |
| media/media-controller-playback.html |
| media/track/track-cues-missed.html |
| media/track/track-cues-pause-on-exit.html |
| media/track/track-cues-sorted-before-dispatch.html |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-04-24 Carlos Garcia Campos <cgarcia@igalia.com> |
| |
| [GTK] Should pass canvas/philip/tests/toDataURL.jpeg.alpha.html |
| https://bugs.webkit.org/show_bug.cgi?id=83973 |
| |
| Reviewed by Philippe Normand. |
| |
| * platform/gtk/test_expectations.txt: Unskip |
| canvas/philip/tests/toDataURL.jpeg.alpha.html |
| |
| 2012-04-24 Florin Malita <fmalita@google.com> |
| |
| WebCore::EventTarget::addEventListener crash |
| https://bugs.webkit.org/show_bug.cgi?id=84171 |
| |
| Reviewed by Nikolas Zimmermann. |
| |
| * svg/custom/use-tref-crash-expected.txt: Added. |
| * svg/custom/use-tref-crash.svg: Added. |
| |
| 2012-04-24 Mikhail Naganov <mnaganov@chromium.org> |
| |
| [Chromium] Unreviewed test expectations update. |
| https://bugs.webkit.org/show_bug.cgi?id=84724 |
| |
| Mark platform/chromium/media/video-frame-size-change.html as flaky on Mac 10.6. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-04-24 Mikhail Naganov <mnaganov@chromium.org> |
| |
| [Chromium] Unreviewed test expectations update. |
| http://crbug.com/31623 |
| |
| Mark http/tests/appcache/remove-cache.html as flaky on Mac 10.6. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-04-24 Mikhail Naganov <mnaganov@chromium.org> |
| |
| [Chromium] Unreviewed test expectations update. |
| https://bugs.webkit.org/show_bug.cgi?id=84720 |
| |
| Mark fast/repaint/fixed-right-in-page-scale.html as flaky in debug mode. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-04-24 Mikhail Naganov <mnaganov@chromium.org> |
| |
| [Chromium] Unreviewed test expectations update. |
| https://bugs.webkit.org/show_bug.cgi?id=84719 |
| |
| Mark svg/text/select-text-svgfont.html as flaky on Windows. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-04-24 Christophe Dumez <christophe.dumez@intel.com> |
| |
| [EFL] Enable Web Timing |
| https://bugs.webkit.org/show_bug.cgi?id=84705 |
| |
| Reviewed by Tony Gentilcore. |
| |
| Unskip the test cases that require Web Timing now that it is enabled |
| by default in EFL port. |
| |
| * platform/efl/Skipped: |
| |
| 2012-04-24 Mikhail Naganov <mnaganov@chromium.org> |
| |
| [Chromium] Unreviewed test expectations update. |
| https://bugs.webkit.org/show_bug.cgi?id=65063 |
| |
| Unmark as failing on Mac 10.6 css2.1/t0905-c414-flt-01-d-g.html. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-04-24 Mikhail Naganov <mnaganov@chromium.org> |
| |
| [Chromium] Unreviewed test expectations update. |
| |
| Unmark as failing on Mac 10.5 the following tests: |
| fast/backgrounds/size/backgroundSize15.html |
| fast/events/reveal-link-when-focused.html |
| fast/frames/content-opacity-1.html |
| fast/frames/content-opacity-2.html |
| fast/xsl/xslt-extra-content-at-end.xml |
| printing/return-from-printing-mode.html |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-04-24 Mikhail Naganov <mnaganov@chromium.org> |
| |
| [Chromium] Unreviewed test expectations update. |
| https://bugs.webkit.org/show_bug.cgi?id=82628 |
| |
| Unmark svg/hittest/svg-ellipse-non-scale-stroke.xhtml -- passes for a long time. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-04-24 Mikhail Naganov <mnaganov@chromium.org> |
| |
| [Chromium] Unreviewed test expectations update. |
| https://bugs.webkit.org/show_bug.cgi?id=75161 |
| |
| Unmark media/video-poster-blocked-by-willsendrequest.html -- fails no more after FFmpeg roll 132717:133551 in Chromium. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-04-24 Mikhail Naganov <mnaganov@chromium.org> |
| |
| [Chromium] Unreviewed test expectations update. |
| https://bugs.webkit.org/show_bug.cgi?id=84714 |
| |
| Mark compositing/geometry/empty-embed-rects.html as flaky on Mac 10.6. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-04-24 Mikhail Naganov <mnaganov@chromium.org> |
| |
| [Chromium] Unreviewed test expectations update. |
| https://bugs.webkit.org/show_bug.cgi?id=84712 |
| |
| Mark http/tests/inspector/network/x-frame-options-deny.html as flaky on Vista. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-04-24 Philippe Normand <pnormand@igalia.com> |
| |
| Unreviewed, fix some more GTK baselines after r114836. |
| |
| * platform/gtk/fast/dom/horizontal-scrollbar-in-rtl-expected.txt: |
| * platform/gtk/fast/dom/importNodeHTML-expected.txt: |
| * platform/gtk/fast/dom/importNodeXML-expected.txt: |
| * platform/gtk/fast/dom/inner-text-expected.txt: |
| * platform/gtk/fast/dom/isindex-001-expected.txt: |
| * platform/gtk/fast/dom/isindex-002-expected.txt: |
| * platform/gtk/fast/dom/outerText-expected.txt: |
| * platform/gtk/fast/dom/prototype-inheritance-2-expected.txt: |
| * platform/gtk/fast/dom/row-inner-text-expected.txt: |
| * platform/gtk/fast/dom/rtl-scroll-to-leftmost-and-resize-expected.txt: |
| * platform/gtk/fast/dom/scroll-reveal-left-overflow-expected.txt: |
| * platform/gtk/fast/dom/scroll-reveal-top-overflow-expected.txt: |
| * platform/gtk/fast/dom/tabindex-clamp-expected.txt: |
| * platform/gtk/fast/dom/vertical-scrollbar-in-rtl-expected.txt: |
| |
| 2012-04-24 János Badics <jbadics@inf.u-szeged.hu> |
| |
| [Qt] Gardening. Skipped a test because JSC doesn't support heap profiling. |
| |
| Reviewed by Csaba Osztrogonác. |
| |
| * platform/qt/Skipped: |
| |
| 2012-04-24 Sudarsana Nagineni <sudarsana.nagineni@linux.intel.com> |
| |
| [EFL] [DRT] Enable passing sputnik tests |
| https://bugs.webkit.org/show_bug.cgi?id=84600 |
| |
| Unreviewed, unskip sputnik tests which are passing now. |
| |
| * platform/efl/Skipped: |
| |
| 2012-04-24 Christophe Dumez <christophe.dumez@intel.com> |
| |
| [EFL] Move tests that require link prefetching to test expectations |
| https://bugs.webkit.org/show_bug.cgi?id=84673 |
| |
| Unreviewed, test expectations update. |
| |
| Move tests that require link prefetching to test expectations since it |
| is disabled by default. |
| |
| * platform/efl/Skipped: |
| * platform/efl/test_expectations.txt: |
| |
| 2012-04-24 Pavel Feldman <pfeldman@chromium.org> |
| |
| Web Inspector: remove pure delegation code from DebuggerPresentationModel |
| https://bugs.webkit.org/show_bug.cgi?id=84704 |
| |
| Reviewed by Yury Semikhatsky. |
| |
| * http/tests/inspector/debugger-test.js: |
| (initialize_DebuggerTest): |
| * inspector/debugger/pause-in-inline-script.html: |
| |
| 2012-04-24 Yury Semikhatsky <yurys@chromium.org> |
| |
| Web Inspector: native nodes may have snapshot id less than base snapshot max JS object id |
| https://bugs.webkit.org/show_bug.cgi?id=84681 |
| |
| Make sure new nodes whose IDs less than base snapshot max JS object id will |
| get into snapshot delta. |
| |
| Reviewed by Pavel Feldman. |
| |
| * inspector/profiler/heap-snapshot-comparison-dom-groups-change-expected.txt: Added. |
| * inspector/profiler/heap-snapshot-comparison-dom-groups-change.html: Added. |
| |
| 2012-04-24 Philippe Normand <pnormand@igalia.com> |
| |
| Unreviewed, unflag tests passing after r114796. |
| |
| * platform/gtk/test_expectations.txt: |
| |
| 2012-04-24 Philippe Normand <pnormand@igalia.com> |
| |
| Unreviewed, GTK test_expectations update. |
| |
| * platform/gtk/test_expectations.txt: |
| |
| 2012-04-24 Mikhail Naganov <mnaganov@chromium.org> |
| |
| [Chromium] Unreviewed test expectations update. |
| https://bugs.webkit.org/show_bug.cgi?id=79454 |
| |
| Mark svg/text/text-rescale.html as flaky on release Linux as well. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-04-24 Mikhail Naganov <mnaganov@chromium.org> |
| |
| [Chromium] Unreviewed test expectations update. |
| https://bugs.webkit.org/show_bug.cgi?id=84696 |
| |
| Mark fast/workers/storage/interrupt-database.html as flaky on Mac 10.6 |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-04-24 Mikhail Naganov <mnaganov@chromium.org> |
| |
| [Chromium] Unreviewed test expectations update. |
| https://bugs.webkit.org/show_bug.cgi?id=84698 |
| |
| Mark fast/forms/placeholder-position.html as flaky on Linux |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-04-24 Szilard Ledan <szledan@inf.u-szeged.hu> |
| |
| [Qt] Gardening |
| |
| Reviewed by Csaba Osztrogonác. |
| |
| * platform/qt/Skipped: Skip http/tests/notifications/icon-exists-cancel.html, because it fails from r115011. |
| * platform/qt/fast/forms/form-collection-radio-node-list-expected.txt: Added after r115009. |
| |
| 2012-04-24 Philippe Normand <pnormand@igalia.com> |
| |
| Unreviewed, GTK test_expectations update, mark some tests as |
| failing and remove wrong baselines. |
| |
| * platform/gtk/fast/events/attempt-scroll-with-no-scrollbars-expected.txt: Removed. |
| * platform/gtk/fast/events/mouse-relative-position-expected.txt: Removed. |
| * platform/gtk/fast/events/panScroll-click-hyperlink-expected.txt: Removed. |
| * platform/gtk/fast/events/selectstart-by-double-triple-clicks-expected.txt: Removed. |
| * platform/gtk/test_expectations.txt: |
| |
| 2012-04-24 Mikhail Naganov <mnaganov@chromium.org> |
| |
| [Chromium] Unreviewed test expectations update. |
| |
| Fix lint error in the test expectations file. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-04-24 Philippe Normand <pnormand@igalia.com> |
| |
| Unreviewed, re-add the GTK baselines that were removed during last |
| rebaseline of doom (like r114836 and likely other commits). |
| |
| * platform/gtk/: Fix empty baselines... |
| * platform/gtk/editing/selection/5195166-1-expected.txt: Added. |
| * platform/gtk/fast/html/details-marker-style-expected.txt: Added. |
| * platform/gtk/fast/images/support-broken-image-delegate-expected.txt: Added. |
| |
| 2012-04-24 Mikhail Naganov <mnaganov@chromium.org> |
| |
| [Chromium] Unreviewed test expectations update. |
| https://bugs.webkit.org/show_bug.cgi?id=84689 |
| |
| Mark fast/images/embed-does-not-propagate-dimensions-to-object-ancestor.html as flaky on Mac 10.6 |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-04-24 Christophe Dumez <christophe.dumez@intel.com> |
| |
| [EFL] move tests that require LayoutTestController's layerTreeAsText to test expectations |
| https://bugs.webkit.org/show_bug.cgi?id=84671 |
| |
| Unreviewed, test expectations update. |
| |
| Moving test cases which require layerTreeAsText from Skipped list to |
| test expectations. |
| |
| * platform/efl/Skipped: |
| * platform/efl/test_expectations.txt: |
| |
| 2012-04-24 Mikhail Naganov <mnaganov@chromium.org> |
| |
| [Chromium] Unreviewed test expectations update. |
| https://bugs.webkit.org/show_bug.cgi?id=84688 |
| |
| Mark compositing/animation/computed-style-during-delay.html as flaky on Mac 10.6 |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-04-24 Kent Tamura <tkent@chromium.org> |
| |
| [Chromium] All of <datalist> tests are passing. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-04-24 Mikhail Naganov <mnaganov@chromium.org> |
| |
| [Chromium] Unreviewed test expectations update. |
| |
| Mark certain media tests after FFmpeg roll in Chromium: |
| media/media-controller-playback.html |
| media/track/track-cues-missed.html |
| media/track/track-cues-pause-on-exit.html |
| media/track/track-cues-sorted-before-dispatch.html |
| media/video-colorspace-yuv422.html |
| media/video-currentTime-delay.html |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-04-24 Philippe Normand <pnormand@igalia.com> |
| |
| Unreviewed, GTK test_expectations and another media rebaseline |
| after r114957. |
| |
| * platform/gtk/fast/forms/large-toggle-elements-expected.txt: |
| * platform/gtk/fast/frames/scrolling-iframe-out-of-viewport-expected.txt: |
| * platform/gtk/media/audio-controls-rendering-expected.txt: |
| * platform/gtk/media/audio-repaint-expected.txt: |
| * platform/gtk/media/controls-strict-expected.txt: |
| * platform/gtk/media/controls-styling-expected.txt: |
| * platform/gtk/media/controls-without-preload-expected.txt: |
| * platform/gtk/media/media-controls-clone-expected.txt: |
| * platform/gtk/media/media-document-audio-repaint-expected.txt: |
| * platform/gtk/media/video-controls-rendering-expected.txt: |
| * platform/gtk/test_expectations.txt: |
| |
| 2012-04-24 Csaba Osztrogonác <ossy@webkit.org> |
| |
| [Qt] Unreviewed gardening. Skip failing tests because of new regressions. |
| |
| * platform/qt-5.0-wk2/Skipped: |
| * platform/qt-5.0/Skipped: |
| * platform/qt/Skipped: |
| |
| 2012-04-24 Rakesh KN <rakesh.kn@motorola.com> |
| |
| RadioNodeList support in HTMLFormElement::elements |
| https://bugs.webkit.org/show_bug.cgi?id=81854 |
| |
| Reviewed by Ryosuke Niwa. |
| |
| * fast/forms/form-collection-radio-node-list-expected.txt: Added. |
| * fast/forms/form-collection-radio-node-list.html: Added. |
| |
| 2012-04-24 Philippe Normand <pnormand@igalia.com> |
| |
| Unreviewed, GTK test_expectations update. |
| |
| * platform/gtk/test_expectations.txt: |
| |
| 2012-04-24 Philippe Normand <pnormand@igalia.com> |
| |
| Unreviewed, GTK rebaseline after r114957. |
| |
| * platform/gtk/fast/hidpi/video-controls-in-hidpi-expected.txt: |
| * platform/gtk/media/video-empty-source-expected.txt: |
| * platform/gtk/media/video-no-audio-expected.txt: |
| * platform/gtk/media/video-volume-slider-expected.txt: |
| * platform/gtk/media/video-zoom-controls-expected.txt: |
| |
| 2012-04-23 Kent Tamura <tkent@chromium.org> |
| |
| Unreviewed. Fix incorrect test results for <datalist> |
| |
| * fast/forms/datalist/datalist-expected.txt: Remove fallback content. |
| * fast/forms/datalist/datalist-nonoption-child-expected.txt: ditto. |
| * platform/chromium-linux/fast/forms/datalist/input-list-expected.png: Removed. |
| * platform/chromium-mac/fast/forms/datalist/input-list-expected.png: Removed. |
| * platform/chromium-mac/fast/forms/datalist/input-list-expected.txt: Removed. |
| * platform/chromium-win/fast/forms/datalist/input-list-expected.png: Removed. |
| * platform/chromium-win/fast/forms/datalist/input-list-expected.txt: Removed. |
| |
| 2012-04-23 Kent Tamura <tkent@chromium.org> |
| |
| Show the format indicator in a date field |
| https://bugs.webkit.org/show_bug.cgi?id=83872 |
| |
| Reviewed by Hajime Morita. |
| |
| * fast/forms/date/date-fixed-placeholder-expected.txt: Added. |
| * fast/forms/date/date-fixed-placeholder.html: Added. |
| * platform/chromium/test_expectations.txt: |
| Mark date-appearance.html FAIL because of render dump change. |
| |
| 2012-04-23 Dmitry Titov <dimich@chromium.org> |
| |
| Getting baselines for new test landed in http://trac.webkit.org/changeset/114973 |
| Not reviewed. |
| |
| * platform/chromium-linux-x86/fast/html/details-marker-style-expected.txt: Added. |
| * platform/chromium-linux/fast/html/details-marker-style-expected.png: Added. |
| * platform/chromium-linux/fast/html/details-marker-style-expected.txt: Added. |
| * platform/chromium-mac-leopard/fast/html/details-marker-style-expected.txt: Added. |
| * platform/chromium-mac-snowleopard/fast/html/details-marker-style-expected.txt: Added. |
| * platform/chromium-mac/fast/html/details-marker-style-expected.png: Added. |
| * platform/chromium-mac/fast/html/details-marker-style-expected.txt: Added. |
| * platform/chromium-win-vista/fast/html/details-marker-style-expected.txt: Added. |
| * platform/chromium-win-xp/fast/html/details-marker-style-expected.txt: Added. |
| * platform/chromium-win/fast/html/details-marker-style-expected.png: Added. |
| * platform/chromium-win/fast/html/details-marker-style-expected.txt: Added. |
| |
| 2012-04-23 Dana Jansens <danakj@chromium.org> |
| |
| Layout Test platform/chromium/compositing/filters/background-filter-blur-outsets.html is failing |
| https://bugs.webkit.org/show_bug.cgi?id=84072 |
| |
| Reviewed by Adrienne Walker. |
| |
| Use onload and layoutTestController.display() to ensure the page is |
| loaded and compositor is ready before setting the background blur. |
| |
| Also, smaller blur for faster test bots. |
| |
| * platform/chromium-linux/platform/chromium/compositing/filters/background-filter-blur-outsets-expected.png: |
| * platform/chromium-linux/platform/chromium/compositing/filters/background-filter-blur-outsets-expected.txt: |
| * platform/chromium/compositing/filters/background-filter-blur-off-axis.html: |
| * platform/chromium/compositing/filters/background-filter-blur-outsets.html: |
| * platform/chromium/compositing/filters/background-filter-blur.html: |
| |
| 2012-04-23 Kenneth Russell <kbr@google.com> |
| |
| Change ImageData to reference Uint8ClampedArray rather than CanvasPixelArray |
| https://bugs.webkit.org/show_bug.cgi?id=73011 |
| |
| Reviewed by Oliver Hunt. |
| |
| * fast/canvas/imagedata-contains-uint8clampedarray-expected.txt: Added. |
| * fast/canvas/imagedata-contains-uint8clampedarray.html: Added. |
| * fast/dom/Window/script-tests/postmessage-clone.js: |
| * fast/dom/Window/window-postmessage-clone-expected.txt: |
| * platform/chromium/fast/dom/Window/window-postmessage-clone-expected.txt: |
| * platform/gtk/fast/dom/Window/window-postmessage-clone-expected.txt: |
| |
| 2012-04-23 Kent Tamura <tkent@chromium.org> |
| |
| Unreviewed, fix wrong paths of js-test-*.js. |
| https://bugs.webkit.org/show_bug.cgi?id=82871 |
| |
| * fast/forms/datalist/input-list.html: |
| |
| 2012-04-23 Erik Arvidsson <arv@chromium.org> |
| |
| [V8] Fix issue with trying to access a constructor in a frame that has been removed |
| https://bugs.webkit.org/show_bug.cgi?id=84640 |
| |
| Reviewed by Kentaro Hara. |
| |
| * fast/dom/constructor-in-removed-frame-expected.txt: Added. |
| * fast/dom/constructor-in-removed-frame.html: Added. |
| |
| 2012-04-23 Sheriff Bot <webkit.review.bot@gmail.com> |
| |
| Unreviewed, rolling out r114965. |
| http://trac.webkit.org/changeset/114965 |
| https://bugs.webkit.org/show_bug.cgi?id=84665 |
| |
| Four new resource load delegate test failures (Requested by |
| jernoble on #webkit). |
| |
| * http/tests/cache/cancel-during-failure-crash-expected.txt: Removed. |
| * http/tests/cache/cancel-during-failure-crash.html: Removed. |
| * platform/chromium-mac/security/block-test-expected.txt: |
| * platform/chromium-win/security/block-test-expected.txt: |
| * platform/gtk/security/block-test-expected.txt: |
| * platform/mac/security/block-test-expected.txt: |
| |
| 2012-04-23 Beth Dakin <bdakin@apple.com> |
| |
| https://bugs.webkit.org/show_bug.cgi?id=84649 |
| RenderMathMLOperator currently ignores font families, fails to use Stix |
| |
| Reviewed by Dan Bernstein. |
| |
| Metrics are slightly different now that Stix glyphs are being used for operators. |
| * platform/mac/mathml/presentation/fenced-expected.txt: |
| * platform/mac/mathml/presentation/fenced-mi-expected.txt: |
| * platform/mac/mathml/presentation/mo-expected.txt: |
| * platform/mac/mathml/presentation/mo-stretch-expected.txt: |
| * platform/mac/mathml/presentation/over-expected.txt: |
| * platform/mac/mathml/presentation/row-alignment-expected.txt: |
| * platform/mac/mathml/presentation/row-expected.txt: |
| * platform/mac/mathml/presentation/sub-expected.txt: |
| * platform/mac/mathml/presentation/subsup-expected.txt: |
| |
| 2012-04-23 Eriq Augustine <eaugusti@chromium.org> |
| |
| Return value from executed script in Chromium. |
| https://bugs.webkit.org/show_bug.cgi?id=79851 |
| |
| Reviewed by Adam Barth. |
| |
| Testing executing a script and getting the result of that script. |
| |
| * platform/chromium/http/tests/misc/execute-and-return-value-expected.txt: Added. |
| * platform/chromium/http/tests/misc/execute-and-return-value.html: Added. |
| |
| 2012-04-23 Kent Tamura <tkent@chromium.org> |
| |
| RenderDetailsMarker should draw the triangle inside the content box |
| https://bugs.webkit.org/show_bug.cgi?id=84557 |
| |
| Reviewed by Hajime Morita. |
| |
| * fast/html/details-marker-style.html: Added. |
| * platform/mac-snowleopard/fast/html/details-marker-style-expected.png: Added. |
| * platform/mac-snowleopard/fast/html/details-marker-style-expected.txt: Added. |
| |
| 2012-04-23 Filip Pizlo <fpizlo@apple.com> |
| |
| DFG OSR exit should ensure that all variables have been initialized |
| https://bugs.webkit.org/show_bug.cgi?id=84653 |
| <rdar://problem/11258183> |
| |
| Reviewed by Gavin Barraclough. |
| |
| * fast/js/dfg-dead-variable-on-exit-expected.txt: Added. |
| * fast/js/dfg-dead-variable-on-exit.html: Added. |
| * fast/js/script-tests/dfg-dead-variable-on-exit.js: Added. |
| (foo): |
| |
| 2012-04-23 Zhenyao Mo <zmo@google.com> |
| |
| Unreviewed, test expectations update. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-04-23 Nate Chapin <japhet@chromium.org> |
| |
| Test for https://bugs.webkit.org/show_bug.cgi?id=83918. |
| |
| Reviewed by Alexey Proskuryakov. |
| |
| * http/tests/cache/cancel-during-failure-crash-expected.txt: Added. |
| * http/tests/cache/cancel-during-failure-crash.html: Added. |
| * platform/chromium-mac/security/block-test-expected.txt: |
| * platform/chromium-win/security/block-test-expected.txt: |
| * platform/gtk/security/block-test-expected.txt: |
| * platform/mac/security/block-test-expected.txt: |
| |
| 2012-04-23 Kentaro Hara <haraken@chromium.org> |
| |
| Unreviewed. Split LayoutTests/ChangeLog. |
| |
| * ChangeLog-2012-04-23: Copied from LayoutTests/ChangeLog. |