| 2011-06-04 Laszlo Gombos <laszlo.1.gombos@nokia.com> |
| |
| Reviewed by Andreas Kling. |
| |
| [Qt] Enable passing File API tests |
| https://bugs.webkit.org/show_bug.cgi?id=62020 |
| |
| File API has been enabled for QtWebKit in r74115, |
| let's also enable the passing related tests. |
| |
| * platform/qt/Skipped: |
| |
| 2011-06-04 Alexey Proskuryakov <ap@apple.com> |
| |
| Reviewed by Darin Adler. |
| |
| Input value sanitization for text fields is incorrect |
| https://bugs.webkit.org/show_bug.cgi?id=62061 |
| <rdar://problem/9553273> |
| |
| * fast/forms/input-value-sanitization-expected.txt: |
| * fast/forms/input-value-sanitization.html: |
| * fast/forms/paste-multiline-text-input.html: |
| * fast/forms/script-tests/input-value-sanitization.js: Removed. |
| |
| 2011-06-04 Jeffrey Pfau <jpfau@apple.com> |
| |
| Reviewed by Beth Dakin. |
| |
| Crash in WebCore::RenderMathMLSubSup::baselinePosition() |
| https://bugs.webkit.org/show_bug.cgi?id=57897 |
| |
| Added simple test that hits the relevant code. |
| |
| * mathml/msubsup-remove-children-expected.txt: Added. |
| * mathml/msubsup-remove-children.xhtml: Added. |
| |
| 2011-06-03 Vangelis Kokkevis <vangelis@chromium.org> |
| |
| Unreviewed. Fixes test expectatations. |
| |
| [chromium] Fixing redefinitions of test_expectations entries |
| for chrome gpu tests. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-06-03 James Robinson <jamesr@chromium.org> |
| |
| [chromium] Mark GPU-only expectations as GPU. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-06-03 Andrew Scherkus <scherkus@chromium.org> |
| |
| Unreviewed, rebaselining Chromium GPU media pixel results after Chromium commit 87830. |
| |
| * platform/chromium-gpu-linux/media/controls-after-reload-expected.png: |
| * platform/chromium-gpu-linux/media/controls-strict-expected.png: |
| * platform/chromium-gpu-linux/media/controls-styling-expected.png: |
| * platform/chromium-gpu-linux/media/controls-without-preload-expected.png: |
| * platform/chromium-gpu-linux/media/video-aspect-ratio-expected.png: |
| * platform/chromium-gpu-linux/media/video-canvas-alpha-expected.png: |
| * platform/chromium-gpu-linux/media/video-display-toggle-expected.png: |
| * platform/chromium-gpu-linux/media/video-layer-crash-expected.png: |
| * platform/chromium-gpu-linux/media/video-no-audio-expected.png: |
| * platform/chromium-gpu-linux/media/video-transformed-expected.png: |
| * platform/chromium-gpu-linux/media/video-volume-slider-expected.png: |
| * platform/chromium-gpu-linux/media/video-zoom-controls-expected.png: |
| * platform/chromium-gpu-mac/media/controls-after-reload-expected.png: |
| * platform/chromium-gpu-mac/media/controls-strict-expected.png: |
| * platform/chromium-gpu-mac/media/controls-styling-expected.png: |
| * platform/chromium-gpu-mac/media/controls-without-preload-expected.png: |
| * platform/chromium-gpu-mac/media/video-aspect-ratio-expected.png: |
| * platform/chromium-gpu-mac/media/video-display-toggle-expected.png: |
| * platform/chromium-gpu-mac/media/video-layer-crash-expected.png: |
| * platform/chromium-gpu-mac/media/video-no-audio-expected.png: |
| * platform/chromium-gpu-mac/media/video-transformed-expected.png: |
| * platform/chromium-gpu-mac/media/video-volume-slider-expected.png: |
| * platform/chromium-gpu-mac/media/video-zoom-controls-expected.png: |
| * platform/chromium-gpu-win/media/controls-after-reload-expected.png: |
| * platform/chromium-gpu-win/media/controls-strict-expected.png: |
| * platform/chromium-gpu-win/media/controls-styling-expected.png: |
| * platform/chromium-gpu-win/media/controls-without-preload-expected.png: |
| * platform/chromium-gpu-win/media/video-aspect-ratio-expected.png: |
| * platform/chromium-gpu-win/media/video-canvas-alpha-expected.png: |
| * platform/chromium-gpu-win/media/video-display-toggle-expected.png: |
| * platform/chromium-gpu-win/media/video-layer-crash-expected.png: |
| * platform/chromium-gpu-win/media/video-no-audio-expected.png: |
| * platform/chromium-gpu-win/media/video-transformed-expected.png: |
| * platform/chromium-gpu-win/media/video-volume-slider-expected.png: |
| * platform/chromium-gpu-win/media/video-zoom-controls-expected.png: |
| |
| 2011-06-03 Dirk Pranke <dpranke@chromium.org> |
| |
| Unreviewed, merge in downstream lines from Chromium as part of |
| landing the fix for bug 61888. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-06-03 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Eric Seidel. |
| |
| DOMWindow::setLocation doesn't understand that DOMWindow can be inactive |
| https://bugs.webkit.org/show_bug.cgi?id=62057 |
| |
| Test that some esoteric combination of eval, load, and Location don't |
| do something goofy. |
| |
| * http/tests/security/xss-DENIED-contentWindow-eval-expected.txt: Added. |
| * http/tests/security/xss-DENIED-contentWindow-eval.html: Added. |
| |
| 2011-06-03 James Simonsen <simonjam@chromium.org> |
| |
| [Chromium] Unreviewed, baseline for full-screen-placeholder. More flakiness for svg/zoom and navigator. |
| |
| * platform/chromium-win/fullscreen/full-screen-placeholder-expected.txt: Added. |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-05-31 Martin Robinson <mrobinson@igalia.com> |
| |
| Reviewed by Ryosuke Niwa. |
| |
| [GTK] Support smart replace for the pasteboard |
| https://bugs.webkit.org/show_bug.cgi?id=61734 |
| |
| Unskip tests which are now passing and update results for other tests |
| which vary depending on smart replace support. |
| |
| * platform/gtk/Skipped: Unskip tests which are now passing. |
| * platform/gtk/editing/deleting/smart-delete-003-expected.txt: |
| * platform/gtk/editing/deleting/smart-delete-004-expected.txt: |
| * platform/gtk/editing/pasteboard/4944770-2-expected.txt: |
| * platform/gtk/editing/pasteboard/drag-drop-modifies-page-expected.txt: |
| * platform/gtk/editing/pasteboard/smart-paste-007-expected.txt: |
| * platform/gtk/editing/pasteboard/smart-paste-008-expected.txt: |
| * platform/gtk/editing/pasteboard/subframe-dragndrop-1-expected.txt: |
| * platform/gtk/fast/lists/drag-into-marker-expected.txt: |
| |
| 2011-06-03 Martin Robinson <mrobinson@igalia.com> |
| |
| Reviewed by Dimitri Glazkov. |
| |
| Teach Gtk build about window.internals |
| https://bugs.webkit.org/show_bug.cgi?id=61071 |
| |
| * platform/gtk/Skipped: Unskip the one new window.internals test. |
| |
| 2011-06-03 Laszlo Gombos <laszlo.1.gombos@nokia.com> |
| |
| Reviewed by Antonio Gomes. |
| |
| [Qt] Enable ArrayBuffer passing tests as ArrayBuffer is enabled by default |
| https://bugs.webkit.org/show_bug.cgi?id=62025 |
| |
| * platform/qt/Skipped: |
| |
| 2011-06-03 Andrew Scherkus <scherkus@chromium.org> |
| |
| Unreviewed, updating media/video-display-aspect-ratio.html expectations for Chromium. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-06-03 Andrew Scherkus <scherkus@chromium.org> |
| |
| Unreviewed, adding Ogg Theora version of media/content/test-par-16-9.mp4. |
| |
| * media/content/test-par-16-9.ogv: Added. |
| |
| 2011-06-03 Dirk Pranke <dpranke@chromium.org> |
| |
| Unreviewed, expectations change. Fix conflict in expectations. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-06-01 Jer Noble <jer.noble@apple.com> |
| |
| Reviewed by Simon Fraser. |
| |
| Flash of broken page when exiting full screen at jerryseinfeld.com |
| https://bugs.webkit.org/show_bug.cgi?id=61897 |
| <rdar://problem/9522985> |
| |
| * fullscreen/full-screen-placeholder-expected.txt: Added. |
| * fullscreen/full-screen-placeholder.html: Added. |
| |
| 2011-06-03 Robert Kroeger <rjkroege@chromium.org> |
| |
| Reviewed by Adam Barth. |
| |
| Removed test_expectations failure entry for BUGCR36415 as is fixed |
| with patch in https://bugs.webkit.org/show_bug.cgi?id=62016 |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-06-03 James Simonsen <simonjam@chromium.org> |
| |
| [Chromium] Unreviewed, pixel baselines for selectlist-minsize.html. |
| |
| * platform/chromium-linux/fast/forms/selectlist-minsize-expected.png: Added. |
| * platform/chromium-linux/fast/forms/selectlist-minsize-expected.txt: Added. |
| * platform/chromium-mac/fast/forms/selectlist-minsize-expected.png: Added. |
| * platform/chromium-win/fast/forms/selectlist-minsize-expected.png: Added. |
| * platform/chromium-win/fast/forms/selectlist-minsize-expected.txt: Added. |
| |
| 2011-06-03 Doreen Jiang <doreen.jiang@nokia.com> |
| |
| Reviewed by Benjamin Poulain. |
| |
| [Qt]The minimum size of the select menu list is incorrect for qtwebkit |
| https://bugs.webkit.org/show_bug.cgi?id=56752 |
| |
| The test is to get the render tree of select menu lists with varying widths based on content. |
| Some select list based tests are rebaselined because minimum width of RenderMenuList changes |
| based on the content with this fix. |
| |
| * fast/forms/selectlist-minsize.html: Added. |
| * platform/mac/fast/forms/selectlist-minsize-expected.txt: Added. |
| * platform/qt/editing/pasteboard/4641033-expected.txt: |
| * platform/qt/editing/pasteboard/4944770-1-expected.txt: |
| * platform/qt/editing/pasteboard/4944770-2-expected.txt: |
| * platform/qt/editing/selection/caret-before-select-expected.txt: |
| * platform/qt/fast/forms/003-expected.txt: |
| * platform/qt/fast/forms/004-expected.txt: |
| * platform/qt/fast/forms/HTMLOptionElement_label06-expected.txt: |
| * platform/qt/fast/forms/HTMLOptionElement_label07-expected.txt: |
| * platform/qt/fast/forms/basic-selects-expected.txt: |
| * platform/qt/fast/forms/menulist-deselect-update-expected.txt: |
| * platform/qt/fast/forms/menulist-separator-painting-expected.txt: |
| * platform/qt/fast/forms/menulist-style-color-expected.txt: |
| * platform/qt/fast/forms/option-script-expected.txt: |
| * platform/qt/fast/forms/select-background-none-expected.txt: |
| * platform/qt/fast/forms/select-baseline-expected.txt: |
| * platform/qt/fast/forms/select-dirty-parent-pref-widths-expected.txt: |
| * platform/qt/fast/forms/select-empty-option-height-expected.txt: |
| * platform/qt/fast/forms/select-size-expected.txt: |
| * platform/qt/fast/forms/select-style-expected.txt: |
| * platform/qt/fast/forms/selectlist-minsize-expected.txt: Added. |
| * platform/qt/fast/invalid/014-expected.txt: |
| * platform/qt/fast/replaced/replaced-breaking-expected.txt: |
| * platform/qt/fast/replaced/replaced-breaking-mixture-expected.txt: |
| * platform/qt/fast/replaced/three-selects-break-expected.txt: |
| * platform/qt/tables/mozilla/bugs/bug29326-expected.txt: |
| * platform/qt/tables/mozilla/core/margins-expected.txt: |
| |
| 2011-06-03 Marcus Bulach <bulach@chromium.org> |
| |
| Reviewed by Unreviewed rebaseline. |
| |
| [chromium] Rebaseline following r88020 |
| https://bugs.webkit.org/show_bug.cgi?id=62028 |
| |
| * platform/chromium/fast/dom/prototype-inheritance-expected.txt: |
| |
| 2011-06-02 Dimitri Glazkov <dglazkov@chromium.org> |
| |
| Reviewed by Darin Adler. |
| |
| Prevent event dispatch for events with related target when host is the target. |
| https://bugs.webkit.org/show_bug.cgi?id=61979 |
| |
| * fast/events/shadow-boundary-crossing-expected.txt: Added test. |
| * fast/events/shadow-boundary-crossing.html: Added expectations. |
| |
| 2011-06-03 Mario Sanchez Prada <msanchez@igalia.com> |
| |
| Unreviewed, new baselines for GTK after r88007 and r8009. |
| |
| * platform/gtk/svg/as-image/img-preserveAspectRatio-support-2-expected.png: Added. |
| * platform/gtk/svg/as-image/img-preserveAspectRatio-support-2-expected.txt: Added. |
| * platform/gtk/svg/as-object/object-box-sizing-no-width-height-expected.png: Added. |
| * platform/gtk/svg/as-object/object-box-sizing-no-width-height-expected.txt: Added. |
| * platform/gtk/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.png: Added. |
| * platform/gtk/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt: Added. |
| |
| 2011-06-03 Mario Sanchez Prada <msanchez@igalia.com> |
| |
| Unreviewed, new baselines for GTK after r88011. |
| |
| * platform/gtk/fast/frames/flattening/iframe-flattening-out-of-view-and-scroll-expected.png: Added. |
| * platform/gtk/fast/frames/flattening/iframe-flattening-out-of-view-and-scroll-expected.txt: Added. |
| * platform/gtk/fast/frames/flattening/iframe-flattening-out-of-view-expected.png: Added. |
| * platform/gtk/fast/frames/flattening/iframe-flattening-out-of-view-expected.txt: Added. |
| * platform/gtk/fast/frames/flattening/iframe-flattening-out-of-view-scroll-and-relayout-expected.png: Added. |
| * platform/gtk/fast/frames/flattening/iframe-flattening-out-of-view-scroll-and-relayout-expected.txt: Added. |
| |
| 2011-06-03 Mario Sanchez Prada <msanchez@igalia.com> |
| |
| Unreviewed, tests rebaselines for GTK after r88011. |
| |
| * platform/gtk/fast/frames/flattening/iframe-flattening-fixed-height-expected.txt: |
| * platform/gtk/fast/frames/flattening/iframe-flattening-fixed-height-expected.png: Added. |
| * platform/gtk/fast/frames/flattening/iframe-flattening-fixed-width-and-height-expected.txt: |
| * platform/gtk/fast/frames/flattening/iframe-flattening-fixed-width-and-height-expected.png: Added. |
| * platform/gtk/fast/frames/flattening/iframe-flattening-fixed-width-expected.txt: |
| * platform/gtk/fast/frames/flattening/iframe-flattening-fixed-width-expected.png: Added. |
| * platform/gtk/fast/frames/flattening/iframe-flattening-offscreen-expected.txt: |
| * platform/gtk/fast/frames/flattening/iframe-flattening-offscreen-expected.png: Added. |
| * platform/gtk/fast/frames/flattening/iframe-flattening-simple-expected.txt: |
| * platform/gtk/fast/frames/flattening/iframe-flattening-simple-expected.png: Added. |
| |
| 2011-06-03 Rob Buis <rbuis@rim.com> |
| |
| Reviewed by Nikolas Zimmermann. |
| |
| Creating <animateMotion> elements via javascript do not execute |
| https://bugs.webkit.org/show_bug.cgi?id=34301 |
| |
| Update test results. |
| |
| * fast/dom/Window/window-properties-expected.txt: |
| * fast/dom/Window/window-property-descriptors-expected.txt: |
| * fast/dom/prototype-inheritance-2-expected.txt: |
| * fast/dom/prototype-inheritance-expected.txt: |
| * fast/js/global-constructors-expected.txt: |
| * svg/custom/global-constructors-expected.txt: |
| |
| 2011-06-03 Marcus Bulach <bulach@chromium.org> |
| |
| Reviewed by Unreviewed rebaseline. |
| |
| [chromium] Rebaseline following r88007-88008 |
| https://bugs.webkit.org/show_bug.cgi?id=62018 |
| |
| * platform/chromium-linux-x86/svg/as-image/img-preserveAspectRatio-support-2-expected.png: Added. |
| * platform/chromium-linux-x86/svg/as-object/object-box-sizing-no-width-height-expected.png: Added. |
| * platform/chromium-linux/svg/as-image/img-preserveAspectRatio-support-2-expected.png: Added. |
| * platform/chromium-linux/svg/as-object/object-box-sizing-no-width-height-expected.png: Added. |
| * platform/chromium-win/svg/as-image/img-preserveAspectRatio-support-2-expected.png: Added. |
| * platform/chromium-win/svg/as-image/img-preserveAspectRatio-support-2-expected.txt: Added. |
| * platform/chromium-win/svg/as-object/object-box-sizing-no-width-height-expected.png: Added. |
| * platform/chromium-win/svg/as-object/object-box-sizing-no-width-height-expected.txt: Added. |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-06-03 Yael Aharon <yael.aharon@nokia.com> |
| |
| Reviewed by Kenneth Rohde Christiansen. |
| |
| Frame flattening is broken with nested frames |
| https://bugs.webkit.org/show_bug.cgi?id=61491 |
| |
| * fast/frames/flattening/iframe-flattening-out-of-view.html: Added. |
| * platform/mac/fast/frames/flattening/iframe-flattening-out-of-view-expected.png: Added. |
| * platform/mac/fast/frames/flattening/iframe-flattening-out-of-view-expected.txt: Added. |
| * fast/frames/flattening/iframe-flattening-out-of-view-and-scroll.html |
| * platform/mac/fast/frames/flattening/iframe-flattening-out-of-view-and-scroll-expected.png: Added. |
| * platform/mac/fast/frames/flattening/iframe-flattening-out-of-view-and-scroll-expected.txt: Added. |
| * fast/frames/flattening/iframe-flattening-out-of-view-scroll-and-relayout.html |
| * platform/mac/fast/frames/flattening/iframe-flattening-out-of-view-scroll-and-relayout-expected.png: Added. |
| * platform/mac/fast/frames/flattening/iframe-flattening-out-of-view-scroll-and-relayout-expected.txt: Added. |
| |
| 2011-06-03 Mikhail Naganov <mnaganov@chromium.org> |
| |
| Reviewed by Yury Semikhatsky. |
| |
| Web Inspector: [Chromium] cpu-profiler-profiling layout test is flaky on Linux Debug. |
| https://bugs.webkit.org/show_bug.cgi?id=61533 |
| |
| Skip cpu-profiler-profiling in debug, implement a fast headless alternative. |
| |
| * inspector/profiler/cpu-profiler-profiling-without-inspector-expected.txt: Added. |
| * inspector/profiler/cpu-profiler-profiling-without-inspector.html: Added. |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-06-03 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Reviewed by Andreas Kling. |
| |
| Incorrect embedded document replaced size calculation for box-sizing: border-box |
| https://bugs.webkit.org/show_bug.cgi?id=62007 |
| |
| When using <object style="box-sizing: border-box" data="foo.svg"/> to embed foo.svg |
| which has an intrinsic width/height, the embedded document intrinsic size is incorrect. |
| |
| * platform/mac/svg/as-image/img-preserveAspectRatio-support-2-expected.png: Added. |
| * platform/mac/svg/as-image/img-preserveAspectRatio-support-2-expected.txt: Added. |
| * platform/mac/svg/as-object: Added. |
| * platform/mac/svg/as-object/object-box-sizing-no-width-height-expected.png: Added. |
| * platform/mac/svg/as-object/object-box-sizing-no-width-height-expected.txt: Added. |
| * svg/as-image/img-preserveAspectRatio-support-2.html: Added. |
| * svg/as-image/resources/circle-default-default.svg: Added. |
| * svg/as-object: Added. |
| * svg/as-object/object-box-sizing-no-width-height.html: Added. |
| |
| 2011-06-03 Sheriff Bot <webkit.review.bot@gmail.com> |
| |
| Unreviewed, rolling out r88004. |
| http://trac.webkit.org/changeset/88004 |
| https://bugs.webkit.org/show_bug.cgi?id=62008 |
| |
| This patch broke 4 tests in the GTK bots (Requested by |
| msanchez on #webkit). |
| |
| * platform/gtk/accessibility/caret-browsing-anchor-followed-expected.txt: Removed. |
| * platform/gtk/accessibility/caret-browsing-anchor-followed.html: Removed. |
| |
| 2011-06-03 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Reviewed by Andreas Kling. |
| |
| Zooming <object style="width/height: auto" data="foo.svg"/> doesn't work as expected |
| https://bugs.webkit.org/show_bug.cgi?id=62005 |
| |
| Zooming an object with auto size, that references a svg with fixed size was broken. The svg size stayed the same. |
| Added new tests covering this zooming. |
| |
| * platform/mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png: |
| * platform/mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt: |
| * platform/mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png: |
| * platform/mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt: |
| * platform/mac/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.png: Added. |
| * platform/mac/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt: Added. |
| * svg/zoom/page/resources/circle.svg: Added. |
| * svg/zoom/page/zoom-svg-through-object-with-auto-size.html: Added. |
| |
| 2011-06-03 Csaba Osztrogonác <ossy@webkit.org> |
| |
| [Qt][WK2] Update platform specific expected file after r87873. |
| |
| * platform/qt-wk2/fast/events/overflow-viewport-renderer-deleted-expected.txt: Added. |
| |
| 2011-06-03 Mario Sanchez Prada <msanchez@igalia.com> |
| |
| Reviewed by Martin Robinson. |
| |
| Focus and caret position should be updated when same-page links are followed |
| https://bugs.webkit.org/show_bug.cgi?id=59737 |
| |
| New layout test for testing this GTK-specific feature. |
| |
| * platform/gtk/accessibility/caret-browsing-anchor-followed-expected.txt: Added. |
| * platform/gtk/accessibility/caret-browsing-anchor-followed.html: Added. |
| |
| 2011-06-03 Dominic Cooney <dominicc@chromium.org> |
| |
| Reviewed by Kent Tamura. |
| |
| Adds a test that keygen clones have the right shadow pseudoclass. |
| https://bugs.webkit.org/show_bug.cgi?id=61984 |
| |
| * fast/html/clone-keygen-expected.txt: Added. |
| * fast/html/clone-keygen.html: Added. |
| * platform/win/Skipped: Test needs DRT functionality not in this port. |
| |
| 2011-06-03 Mario Sanchez Prada <msanchez@igalia.com> |
| |
| Unreviewed, skipping test with different results in 32-bit and 64-bit. |
| |
| * platform/gtk/Skipped: Skipped test. |
| |
| 2011-06-03 Csaba Osztrogonác <ossy@webkit.org> |
| |
| [Qt] Update platform specific expected files after r87873. |
| |
| * platform/qt/fast/events/overflow-viewport-renderer-deleted-expected.txt: Added. |
| * platform/qt/plugins/document-open-expected.txt: Added. |
| |
| 2011-06-03 Mario Sanchez Prada <msanchez@igalia.com> |
| |
| Unreviewed. Test rebaseline for GTK after revision 87936. |
| |
| * platform/gtk/fast/repaint/repaint-across-writing-mode-boundary-expected.txt: |
| |
| 2011-06-03 Dominic Cooney <dominicc@chromium.org> |
| |
| Reviewed by Kent Tamura. |
| |
| Adds a test that range input clones have the right kind of slider. |
| https://bugs.webkit.org/show_bug.cgi?id=61982 |
| |
| * fast/html/clone-range-expected.txt: Added. |
| * fast/html/clone-range.html: Added. |
| * platform/win/Skipped: Test needs DRT functionality not in this port. |
| |
| 2011-06-03 Laszlo Gombos <laszlo.1.gombos@nokia.com> |
| |
| Reviewed by Csaba Osztrogonác. |
| |
| [Qt] Organize the disabled features section in the Skipped list |
| https://bugs.webkit.org/show_bug.cgi?id=61994 |
| |
| Move all the tests for disabled features under the "Disabled |
| features" section in the Skipped list. Use the name of the build flags to |
| identify the features for better tracking. |
| |
| * platform/qt/Skipped: |
| |
| 2011-06-03 Mario Sanchez Prada <msanchez@igalia.com> |
| |
| Unreviewed, unskipping tests, now passing after reverting r87901. |
| |
| * platform/gtk/Skipped: Unskipped 3 tests. |
| |
| 2011-06-02 Kent Tamura <tkent@chromium.org> |
| |
| Reviewed by Dimitri Glazkov. |
| |
| REGRESSION(r87014): Cloned text <input> doesn't work well. |
| https://bugs.webkit.org/show_bug.cgi?id=61909 |
| |
| * fast/forms/textfield-clone-expected.txt: Added. |
| * fast/forms/textfield-clone.html: Added. |
| |
| 2011-06-02 Adam Barth <abarth@webkit.org> |
| |
| Tweaks to which kind of failure we expect. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-06-02 Adam Barth <abarth@webkit.org> |
| |
| This process is converging (hopefully). |
| |
| * platform/chromium-mac/fast/backgrounds/svg-as-mask-expected.png: Added. |
| |
| 2011-06-02 Adam Barth <abarth@webkit.org> |
| |
| Some more fallout from http://trac.webkit.org/changeset/87955, this time on Windows. |
| |
| * platform/chromium-win-vista/fast/forms/validation-message-appearance-expected.png: Removed. |
| * platform/chromium-win/fast/borders/border-radius-huge-assert-expected.png: |
| * platform/chromium-win/fast/forms/validation-message-appearance-expected.png: |
| |
| 2011-06-02 Adam Barth <abarth@webkit.org> |
| |
| This test is flaky on Linux. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-06-02 Adam Barth <abarth@webkit.org> |
| |
| The next round of updated baselines after |
| http://trac.webkit.org/changeset/87955. Again, these all look fine to |
| visual inspection. |
| |
| * platform/chromium-mac-leopard/fast/css/shadow-multiple-expected.png: Added. |
| * platform/chromium-mac/fast/backgrounds/background-leakage-expected.png: Added. |
| * platform/chromium-mac/fast/backgrounds/background-leakage-transforms-expected.png: Added. |
| * platform/chromium-mac/fast/backgrounds/svg-as-background-1-expected.png: |
| * platform/chromium-mac/fast/backgrounds/svg-as-mask-expected.png: Removed. |
| * platform/chromium-mac/fast/blockflow/border-radius-clipping-vertical-lr-expected.png: |
| * platform/chromium-mac/fast/blockflow/border-styles-vertical-lr-expected.png: Added. |
| * platform/chromium-mac/fast/blockflow/border-styles-vertical-rl-expected.png: Added. |
| * platform/chromium-mac/fast/blockflow/border-vertical-lr-expected.png: |
| * platform/chromium-mac/fast/blockflow/box-shadow-horizontal-bt-expected.png: |
| * platform/chromium-mac/fast/blockflow/box-shadow-vertical-lr-expected.png: |
| * platform/chromium-mac/fast/blockflow/box-shadow-vertical-rl-expected.png: |
| * platform/chromium-mac/fast/borders/border-radius-circle-expected.png: Added. |
| * platform/chromium-mac/fast/borders/border-radius-different-width-001-expected.png: Added. |
| * platform/chromium-mac/fast/borders/border-radius-groove-01-expected.png: Added. |
| * platform/chromium-mac/fast/borders/border-radius-groove-02-expected.png: Added. |
| * platform/chromium-mac/fast/borders/border-radius-groove-03-expected.png: Added. |
| * platform/chromium-mac/fast/borders/border-radius-huge-assert-expected.png: Added. |
| * platform/chromium-mac/fast/borders/border-radius-inline-flow-expected.png: Added. |
| * platform/chromium-mac/fast/borders/border-radius-inset-outset-expected.png: Added. |
| * platform/chromium-mac/fast/borders/border-radius-wide-border-02-expected.png: Added. |
| * platform/chromium-mac/fast/borders/border-radius-wide-border-03-expected.png: Added. |
| * platform/chromium-mac/fast/borders/border-radius-wide-border-04-expected.png: Added. |
| * platform/chromium-mac/fast/borders/border-styles-split-expected.png: Added. |
| * platform/chromium-mac/fast/borders/borderRadiusDashed01-expected.png: |
| * platform/chromium-mac/fast/borders/borderRadiusDashed04-expected.png: |
| * platform/chromium-mac/fast/borders/borderRadiusDashed05-expected.png: Added. |
| * platform/chromium-mac/fast/borders/borderRadiusDashed06-expected.png: Added. |
| * platform/chromium-mac/fast/borders/borderRadiusDotted02-expected.png: Added. |
| * platform/chromium-mac/fast/borders/borderRadiusDotted03-expected.png: Added. |
| * platform/chromium-mac/fast/borders/borderRadiusDotted04-expected.png: Added. |
| * platform/chromium-mac/fast/borders/borderRadiusDotted05-expected.png: Added. |
| * platform/chromium-mac/fast/borders/borderRadiusDotted06-expected.png: |
| * platform/chromium-mac/fast/borders/borderRadiusDouble04-expected.png: Added. |
| * platform/chromium-mac/fast/borders/borderRadiusDouble05-expected.png: Added. |
| * platform/chromium-mac/fast/borders/borderRadiusDouble06-expected.png: Added. |
| * platform/chromium-mac/fast/borders/borderRadiusDouble07-expected.png: Added. |
| * platform/chromium-mac/fast/borders/borderRadiusDouble08-expected.png: Added. |
| * platform/chromium-mac/fast/borders/borderRadiusDouble09-expected.png: Added. |
| * platform/chromium-mac/fast/borders/borderRadiusInvalidColor-expected.png: Added. |
| * platform/chromium-mac/fast/borders/mixed-border-styles-radius-expected.png: Added. |
| * platform/chromium-mac/fast/borders/mixed-border-styles-radius2-expected.png: Added. |
| * platform/chromium-mac/fast/borders/webkit-border-radius-expected.png: Added. |
| * platform/chromium-mac/fast/box-shadow/basic-shadows-expected.png: |
| * platform/chromium-mac/fast/box-shadow/shadow-tiling-artifact-expected.png: Added. |
| * platform/chromium-mac/fast/box-shadow/spread-expected.png: |
| * platform/chromium-mac/fast/css/border-radius-non-negative-expected.png: Added. |
| * platform/chromium-mac/fast/css/box-shadow-and-border-radius-expected.png: Added. |
| * platform/chromium-mac/fast/css/shadow-multiple-expected.png: Added. |
| * platform/chromium-mac/fast/forms/basic-selects-expected.png: Added. |
| * platform/chromium-mac/fast/forms/menulist-clip-expected.png: Added. |
| * platform/chromium-mac/fast/forms/menulist-option-wrap-expected.png: Added. |
| * platform/chromium-mac/fast/forms/menulist-restrict-line-height-expected.png: Added. |
| * platform/chromium-mac/fast/forms/menulist-separator-painting-expected.png: Added. |
| * platform/chromium-mac/fast/forms/menulist-style-color-expected.png: Added. |
| * platform/chromium-mac/fast/forms/select-background-none-expected.png: |
| * platform/chromium-mac/fast/forms/select-baseline-expected.png: Added. |
| * platform/chromium-mac/fast/forms/select-empty-option-height-expected.png: Added. |
| * platform/chromium-mac/fast/forms/validation-message-appearance-expected.png: Added. |
| * platform/chromium-mac/fast/repaint/shadow-multiple-horizontal-expected.png: |
| * platform/chromium-mac/fast/repaint/shadow-multiple-strict-horizontal-expected.png: |
| * platform/chromium-mac/fast/repaint/shadow-multiple-strict-vertical-expected.png: Added. |
| * platform/chromium-mac/fast/repaint/shadow-multiple-vertical-expected.png: Added. |
| * platform/chromium-mac/svg/carto.net/button-expected.png: Added. |
| |
| 2011-06-02 Adam Barth <abarth@webkit.org> |
| |
| First round of baseline updates after |
| http://trac.webkit.org/changeset/87955 changed some floating point |
| calculations for borders. Visually, these appear to all be fine. |
| |
| * platform/chromium-gpu-linux/media/video-zoom-controls-expected.png: |
| * platform/chromium-gpu-mac/media/video-zoom-controls-expected.png: |
| * platform/chromium-gpu-win/media/video-zoom-controls-expected.png: |
| * platform/chromium-linux-x86/fast/backgrounds: Added. |
| * platform/chromium-linux-x86/fast/backgrounds/border-radius-split-background-expected.png: Added. |
| * platform/chromium-linux-x86/fast/backgrounds/border-radius-split-background-image-expected.png: Added. |
| * platform/chromium-linux-x86/fast/borders/border-radius-constraints-expected.png: Added. |
| * platform/chromium-linux-x86/fast/borders/border-radius-split-inline-expected.png: Added. |
| * platform/chromium-linux-x86/fast/borders/borderRadiusAllStylesAllCorners-expected.png: |
| * platform/chromium-linux-x86/fast/borders/borderRadiusArcs01-expected.png: |
| * platform/chromium-linux-x86/fast/borders/borderRadiusDashed02-expected.png: |
| * platform/chromium-linux-x86/fast/borders/borderRadiusDashed03-expected.png: |
| * platform/chromium-linux-x86/fast/borders/borderRadiusDotted01-expected.png: |
| * platform/chromium-linux-x86/fast/borders/borderRadiusDouble01-expected.png: |
| * platform/chromium-linux-x86/fast/borders/borderRadiusDouble02-expected.png: |
| * platform/chromium-linux-x86/fast/borders/borderRadiusDouble03-expected.png: |
| * platform/chromium-linux-x86/fast/borders/borderRadiusGroove01-expected.png: |
| * platform/chromium-linux-x86/fast/borders/borderRadiusGroove02-expected.png: |
| * platform/chromium-linux-x86/fast/borders/borderRadiusInset01-expected.png: |
| * platform/chromium-linux-x86/fast/borders/borderRadiusOutset01-expected.png: |
| * platform/chromium-linux-x86/fast/borders/borderRadiusRidge01-expected.png: |
| * platform/chromium-linux-x86/fast/borders/borderRadiusSolid01-expected.png: |
| * platform/chromium-linux-x86/fast/borders/borderRadiusSolid02-expected.png: |
| * platform/chromium-linux-x86/fast/borders/borderRadiusSolid03-expected.png: |
| * platform/chromium-linux-x86/fast/borders/borderRadiusSolid04-expected.png: Added. |
| * platform/chromium-linux-x86/fast/borders/different-color-borders-expected.png: Added. |
| * platform/chromium-linux-x86/fast/borders/fieldsetBorderRadius-expected.png: Added. |
| * platform/chromium-linux-x86/fast/box-shadow/inset-box-shadows-expected.png: Added. |
| * platform/chromium-linux-x86/fast/box-shadow/inset-expected.png: Added. |
| * platform/chromium-linux-x86/fast/box-shadow/inset-with-extraordinary-radii-and-border-expected.png: |
| * platform/chromium-linux-x86/fast/box-shadow/spread-multiple-inset-expected.png: Added. |
| * platform/chromium-linux-x86/fast/clip: Added. |
| * platform/chromium-linux-x86/fast/clip/overflow-border-radius-clip-expected.png: Added. |
| * platform/chromium-linux-x86/fast/css/nested-rounded-corners-expected.png: Added. |
| * platform/chromium-linux-x86/fast/repaint/border-radius-repaint-expected.png: |
| * platform/chromium-linux-x86/fast/transforms: Added. |
| * platform/chromium-linux-x86/fast/transforms/shadows-expected.png: Added. |
| * platform/chromium-linux-x86/media: Added. |
| * platform/chromium-linux-x86/media/video-zoom-controls-expected.png: Added. |
| * platform/chromium-linux-x86/svg/W3C-SVG-1.1/animate-elem-52-t-expected.png: Added. |
| * platform/chromium-linux-x86/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.png: Added. |
| * platform/chromium-linux-x86/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.png: Added. |
| * platform/chromium-linux-x86/svg/custom/dasharrayOrigin-expected.png: Added. |
| * platform/chromium-linux-x86/svg/custom/fractional-rects-expected.png: Added. |
| * platform/chromium-linux-x86/svg/custom/gradient-rotated-bbox-expected.png: Added. |
| * platform/chromium-linux-x86/svg/custom/rounded-rects-expected.png: Added. |
| * platform/chromium-linux-x86/svg/custom/svg-fonts-in-html-expected.png: Added. |
| * platform/chromium-linux-x86/svg/hixie/perf/001-expected.png: |
| * platform/chromium-linux-x86/svg/hixie/perf/002-expected.png: |
| * platform/chromium-linux-x86/svg/wicd/rightsizing-grid-expected.png: |
| * platform/chromium-linux-x86/svg/wicd/test-scalable-background-image1-expected.png: |
| * platform/chromium-linux/fast/backgrounds/border-radius-split-background-expected.png: |
| * platform/chromium-linux/fast/backgrounds/border-radius-split-background-image-expected.png: |
| * platform/chromium-linux/fast/backgrounds/gradient-background-leakage-expected.png: |
| * platform/chromium-linux/fast/borders/border-radius-constraints-expected.png: |
| * platform/chromium-linux/fast/borders/border-radius-split-inline-expected.png: |
| * platform/chromium-linux/fast/borders/borderRadiusAllStylesAllCorners-expected.png: |
| * platform/chromium-linux/fast/borders/borderRadiusArcs01-expected.png: |
| * platform/chromium-linux/fast/borders/borderRadiusDashed02-expected.png: |
| * platform/chromium-linux/fast/borders/borderRadiusDashed03-expected.png: |
| * platform/chromium-linux/fast/borders/borderRadiusDotted01-expected.png: |
| * platform/chromium-linux/fast/borders/borderRadiusDouble01-expected.png: |
| * platform/chromium-linux/fast/borders/borderRadiusDouble02-expected.png: |
| * platform/chromium-linux/fast/borders/borderRadiusDouble03-expected.png: |
| * platform/chromium-linux/fast/borders/borderRadiusGroove01-expected.png: |
| * platform/chromium-linux/fast/borders/borderRadiusGroove02-expected.png: |
| * platform/chromium-linux/fast/borders/borderRadiusInset01-expected.png: |
| * platform/chromium-linux/fast/borders/borderRadiusOutset01-expected.png: |
| * platform/chromium-linux/fast/borders/borderRadiusRidge01-expected.png: |
| * platform/chromium-linux/fast/borders/borderRadiusSolid01-expected.png: |
| * platform/chromium-linux/fast/borders/borderRadiusSolid02-expected.png: |
| * platform/chromium-linux/fast/borders/borderRadiusSolid03-expected.png: |
| * platform/chromium-linux/fast/borders/borderRadiusSolid04-expected.png: |
| * platform/chromium-linux/fast/borders/different-color-borders-expected.png: |
| * platform/chromium-linux/fast/borders/fieldsetBorderRadius-expected.png: |
| * platform/chromium-linux/fast/box-shadow/inset-box-shadows-expected.png: |
| * platform/chromium-linux/fast/box-shadow/inset-expected.png: |
| * platform/chromium-linux/fast/box-shadow/inset-with-extraordinary-radii-and-border-expected.png: |
| * platform/chromium-linux/fast/box-shadow/spread-multiple-inset-expected.png: |
| * platform/chromium-linux/fast/clip/overflow-border-radius-clip-expected.png: |
| * platform/chromium-linux/fast/css/nested-rounded-corners-expected.png: |
| * platform/chromium-linux/fast/repaint/border-radius-repaint-expected.png: |
| * platform/chromium-linux/fast/transforms/shadows-expected.png: |
| * platform/chromium-linux/media/video-zoom-controls-expected.png: |
| * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-52-t-expected.png: |
| * platform/chromium-linux/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.png: |
| * platform/chromium-linux/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.png: |
| * platform/chromium-linux/svg/custom/dasharrayOrigin-expected.png: |
| * platform/chromium-linux/svg/custom/fractional-rects-expected.png: |
| * platform/chromium-linux/svg/custom/gradient-rotated-bbox-expected.png: |
| * platform/chromium-linux/svg/custom/rounded-rects-expected.png: |
| * platform/chromium-linux/svg/custom/svg-fonts-in-html-expected.png: |
| * platform/chromium-linux/svg/hixie/perf/001-expected.png: |
| * platform/chromium-linux/svg/hixie/perf/002-expected.png: |
| * platform/chromium-linux/svg/wicd/rightsizing-grid-expected.png: |
| * platform/chromium-linux/svg/wicd/test-scalable-background-image1-expected.png: |
| * platform/chromium-mac-leopard/fast/borders/border-radius-split-inline-expected.png: Added. |
| * platform/chromium-mac-leopard/fast/box-shadow/inset-with-extraordinary-radii-and-border-expected.png: Added. |
| * platform/chromium-mac-leopard/fast/repaint/border-radius-repaint-expected.png: Added. |
| * platform/chromium-mac-leopard/fast/transforms/shadows-expected.png: Added. |
| * platform/chromium-mac-leopard/svg/hixie/perf: Added. |
| * platform/chromium-mac-leopard/svg/hixie/perf/001-expected.png: Added. |
| * platform/chromium-mac-leopard/svg/hixie/perf/002-expected.png: Added. |
| * platform/chromium-mac/fast/backgrounds/border-radius-split-background-expected.png: |
| * platform/chromium-mac/fast/backgrounds/border-radius-split-background-image-expected.png: |
| * platform/chromium-mac/fast/backgrounds/gradient-background-leakage-expected.png: Added. |
| * platform/chromium-mac/fast/borders/border-radius-constraints-expected.png: Added. |
| * platform/chromium-mac/fast/borders/border-radius-split-inline-expected.png: |
| * platform/chromium-mac/fast/borders/borderRadiusAllStylesAllCorners-expected.png: |
| * platform/chromium-mac/fast/borders/borderRadiusArcs01-expected.png: Added. |
| * platform/chromium-mac/fast/borders/borderRadiusDashed02-expected.png: Added. |
| * platform/chromium-mac/fast/borders/borderRadiusDashed03-expected.png: Added. |
| * platform/chromium-mac/fast/borders/borderRadiusDotted01-expected.png: Added. |
| * platform/chromium-mac/fast/borders/borderRadiusDouble01-expected.png: Added. |
| * platform/chromium-mac/fast/borders/borderRadiusDouble02-expected.png: Added. |
| * platform/chromium-mac/fast/borders/borderRadiusDouble03-expected.png: Added. |
| * platform/chromium-mac/fast/borders/borderRadiusGroove01-expected.png: Added. |
| * platform/chromium-mac/fast/borders/borderRadiusGroove02-expected.png: Added. |
| * platform/chromium-mac/fast/borders/borderRadiusInset01-expected.png: Added. |
| * platform/chromium-mac/fast/borders/borderRadiusOutset01-expected.png: Added. |
| * platform/chromium-mac/fast/borders/borderRadiusRidge01-expected.png: Added. |
| * platform/chromium-mac/fast/borders/borderRadiusSolid01-expected.png: Added. |
| * platform/chromium-mac/fast/borders/borderRadiusSolid02-expected.png: Added. |
| * platform/chromium-mac/fast/borders/borderRadiusSolid03-expected.png: Added. |
| * platform/chromium-mac/fast/borders/borderRadiusSolid04-expected.png: Added. |
| * platform/chromium-mac/fast/borders/different-color-borders-expected.png: Added. |
| * platform/chromium-mac/fast/borders/fieldsetBorderRadius-expected.png: Added. |
| * platform/chromium-mac/fast/box-shadow/inset-box-shadows-expected.png: |
| * platform/chromium-mac/fast/box-shadow/inset-expected.png: Added. |
| * platform/chromium-mac/fast/box-shadow/inset-with-extraordinary-radii-and-border-expected.png: Added. |
| * platform/chromium-mac/fast/box-shadow/spread-multiple-inset-expected.png: |
| * platform/chromium-mac/fast/clip: Added. |
| * platform/chromium-mac/fast/clip/overflow-border-radius-clip-expected.png: Added. |
| * platform/chromium-mac/fast/css/nested-rounded-corners-expected.png: |
| * platform/chromium-mac/fast/repaint/border-radius-repaint-expected.png: Added. |
| * platform/chromium-mac/fast/transforms/shadows-expected.png: |
| * platform/chromium-mac/media/video-zoom-controls-expected.png: |
| * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-52-t-expected.png: Added. |
| * platform/chromium-mac/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.png: Added. |
| * platform/chromium-mac/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.png: Added. |
| * platform/chromium-mac/svg/custom/dasharrayOrigin-expected.png: |
| * platform/chromium-mac/svg/custom/fractional-rects-expected.png: Added. |
| * platform/chromium-mac/svg/custom/gradient-rotated-bbox-expected.png: |
| * platform/chromium-mac/svg/custom/rounded-rects-expected.png: Added. |
| * platform/chromium-mac/svg/custom/svg-fonts-in-html-expected.png: |
| * platform/chromium-mac/svg/hixie/perf/001-expected.png: |
| * platform/chromium-mac/svg/hixie/perf/002-expected.png: |
| * platform/chromium-mac/svg/wicd: Added. |
| * platform/chromium-mac/svg/wicd/rightsizing-grid-expected.png: Added. |
| * platform/chromium-mac/svg/wicd/test-scalable-background-image1-expected.png: Added. |
| * platform/chromium-win-vista/svg/W3C-SVG-1.1/animate-elem-52-t-expected.png: |
| * platform/chromium-win-vista/svg/wicd/rightsizing-grid-expected.png: Removed. |
| * platform/chromium-win-vista/svg/wicd/test-scalable-background-image1-expected.png: Removed. |
| * platform/chromium-win-xp/fast/transforms/shadows-expected.png: Removed. |
| * platform/chromium-win/fast/backgrounds/border-radius-split-background-expected.png: |
| * platform/chromium-win/fast/backgrounds/border-radius-split-background-image-expected.png: |
| * platform/chromium-win/fast/backgrounds/gradient-background-leakage-expected.png: |
| * platform/chromium-win/fast/borders/border-radius-constraints-expected.png: |
| * platform/chromium-win/fast/borders/border-radius-split-inline-expected.png: |
| * platform/chromium-win/fast/borders/borderRadiusAllStylesAllCorners-expected.png: |
| * platform/chromium-win/fast/borders/borderRadiusArcs01-expected.png: |
| * platform/chromium-win/fast/borders/borderRadiusDashed02-expected.png: |
| * platform/chromium-win/fast/borders/borderRadiusDashed03-expected.png: |
| * platform/chromium-win/fast/borders/borderRadiusDotted01-expected.png: |
| * platform/chromium-win/fast/borders/borderRadiusDouble01-expected.png: |
| * platform/chromium-win/fast/borders/borderRadiusDouble02-expected.png: |
| * platform/chromium-win/fast/borders/borderRadiusDouble03-expected.png: |
| * platform/chromium-win/fast/borders/borderRadiusGroove01-expected.png: |
| * platform/chromium-win/fast/borders/borderRadiusGroove02-expected.png: |
| * platform/chromium-win/fast/borders/borderRadiusInset01-expected.png: |
| * platform/chromium-win/fast/borders/borderRadiusOutset01-expected.png: |
| * platform/chromium-win/fast/borders/borderRadiusRidge01-expected.png: |
| * platform/chromium-win/fast/borders/borderRadiusSolid01-expected.png: |
| * platform/chromium-win/fast/borders/borderRadiusSolid02-expected.png: |
| * platform/chromium-win/fast/borders/borderRadiusSolid03-expected.png: |
| * platform/chromium-win/fast/borders/borderRadiusSolid04-expected.png: |
| * platform/chromium-win/fast/borders/different-color-borders-expected.png: |
| * platform/chromium-win/fast/borders/fieldsetBorderRadius-expected.png: |
| * platform/chromium-win/fast/box-shadow/inset-box-shadows-expected.png: |
| * platform/chromium-win/fast/box-shadow/inset-expected.png: |
| * platform/chromium-win/fast/box-shadow/inset-with-extraordinary-radii-and-border-expected.png: |
| * platform/chromium-win/fast/box-shadow/spread-multiple-inset-expected.png: |
| * platform/chromium-win/fast/clip/overflow-border-radius-clip-expected.png: |
| * platform/chromium-win/fast/css/nested-rounded-corners-expected.png: |
| * platform/chromium-win/fast/repaint/border-radius-repaint-expected.png: |
| * platform/chromium-win/fast/transforms/shadows-expected.png: |
| * platform/chromium-win/media/video-zoom-controls-expected.png: |
| * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-52-t-expected.png: |
| * platform/chromium-win/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.png: |
| * platform/chromium-win/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.png: |
| * platform/chromium-win/svg/custom/dasharrayOrigin-expected.png: |
| * platform/chromium-win/svg/custom/fractional-rects-expected.png: |
| * platform/chromium-win/svg/custom/gradient-rotated-bbox-expected.png: |
| * platform/chromium-win/svg/custom/rounded-rects-expected.png: |
| * platform/chromium-win/svg/custom/svg-fonts-in-html-expected.png: |
| * platform/chromium-win/svg/hixie/perf/001-expected.png: |
| * platform/chromium-win/svg/hixie/perf/002-expected.png: |
| * platform/chromium-win/svg/wicd/rightsizing-grid-expected.png: |
| * platform/chromium-win/svg/wicd/test-scalable-background-image1-expected.png: Added. |
| * platform/chromium-win/svg/wicd/test-scalable-background-image1-expected.txt: Added. |
| |
| 2011-06-02 Jian Li <jianli@chromium.org> |
| |
| Reviewed by David Levin. |
| |
| Update the behavior of multiple reads for FileReader |
| https://bugs.webkit.org/show_bug.cgi?id=61793 |
| |
| Added test cases to cover calling read methods multiple times. |
| |
| * fast/files/read-file-async-expected.txt: |
| * fast/files/resources/read-file-test-cases.js: |
| (ensureInitialized): |
| (runNextTest): |
| (testMultipleReads): |
| (testReuseReaderStep1): |
| (testReuseReaderStep2): |
| * fast/files/workers/worker-read-file-async-expected.txt: |
| |
| 2011-06-02 Brady Eidson <beidson@apple.com> |
| |
| Reviewed by Oliver Hunt. |
| |
| <rdar://problem/9539920> and https://bugs.webkit.org/show_bug.cgi?id=61950 |
| Repro crash loading certain webarchives after r87566. |
| |
| * webarchive/loading/javascript-url-iframe-crash-expected.txt: Added. |
| * webarchive/loading/javascript-url-iframe-crash.html: Added. |
| * webarchive/loading/resources/javascript-url-iframe-crash.webarchive: Added. |
| |
| 2011-06-02 Tony Chang <tony@chromium.org> |
| |
| [chromium] mark media/audio-delete-while-slider-thumb-clicked.html as passing |
| https://bugs.webkit.org/show_bug.cgi?id=61967 |
| |
| This test is passing now that we get proper click events on the |
| slider and we no longer use absolute positions on the slider. The |
| test was updated in r78562 while it was disabled, so the chromium |
| results were stale (thus I'm deleting them). |
| |
| * platform/chromium-win/media/audio-delete-while-slider-thumb-clicked-expected.txt: Removed. |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-06-02 Stephen White <senorblanco@chromium.org> |
| |
| Reviewed by Andreas Kling. |
| |
| Fix layout test compositing/images/direct-svg-image.html. |
| https://bugs.webkit.org/show_bug.cgi?id=61966 |
| |
| Change this test to get SVG resources from their new, post-r87782 |
| location (svg/as-image). |
| |
| * compositing/images/direct-svg-image.html: |
| |
| 2011-06-02 Dimitri Glazkov <dglazkov@chromium.org> |
| |
| Reviewed by Darin Adler. |
| |
| Add build logistics and plumbing for window.internals object. |
| https://bugs.webkit.org/show_bug.cgi?id=60313 |
| |
| * fast/dom/Window/script-tests/window-property-descriptors.js: Added internals object to list of properties to skip. |
| * fast/dom/Window/window-properties.html: Ditto. |
| * fast/dom/script-tests/prototype-inheritance-2.js: Ditto. |
| * fast/dom/script-tests/prototype-inheritance.js: Ditto. |
| * fast/harness/internals-object-expected.txt: Added. |
| * fast/harness/internals-object.html: Added. |
| * platform/gtk/Skipped: Skipped the newly added test until platform supports window.internals. |
| * platform/mac-wk2/Skipped: Ditto. |
| * platform/qt/Skipped: Ditto. |
| * platform/win/Skipped: Ditto. |
| |
| 2011-06-02 Adam Barth <abarth@webkit.org> |
| |
| More housekeep w.r.t. border-radius-clip.html. These new image results |
| look correct. The "replaced" version is the one with the failure. |
| |
| * platform/chromium-linux-x86/fast/overflow/border-radius-clipping-expected.png: Added. |
| * platform/chromium-linux/fast/overflow/border-radius-clipping-expected.png: |
| * platform/chromium-mac-leopard/fast/overflow/border-radius-clipping-expected.png: |
| * platform/chromium-mac/fast/overflow/border-radius-clipping-expected.png: Removed. |
| * platform/chromium-win/fast/overflow/border-radius-clipping-expected.png: |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-06-02 Adam Barth <abarth@webkit.org> |
| |
| First cut at updating test expectations for Win 7. |
| |
| * platform/chromium-win/fast/dom/HTMLAnchorElement/set-href-attribute-hash-expected.txt: Removed. |
| * platform/chromium-win/fullscreen/full-screen-zIndex-after-expected.png: Added. |
| * platform/chromium-win/http/tests/security/aboutBlank/xss-DENIED-set-opener-expected.txt: Removed. |
| * platform/chromium-win/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.txt: Removed. |
| * platform/chromium-win/svg/wicd/test-rightsizing-b-expected.png: Added. |
| * platform/chromium-win/svg/wicd/test-rightsizing-b-expected.txt: Added. |
| * platform/chromium-win/svg/wicd/test-scalable-background-image2-expected.png: Added. |
| * platform/chromium-win/svg/wicd/test-scalable-background-image2-expected.txt: Added. |
| * platform/chromium-win/svg/zoom/page/zoom-coords-viewattr-01-b-expected.png: |
| * platform/chromium-win/svg/zoom/page/zoom-coords-viewattr-01-b-expected.txt: |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-06-02 Adam Barth <abarth@webkit.org> |
| |
| These differ only by the scroll bar. |
| |
| * platform/chromium-linux-x86/fast/css: Added. |
| * platform/chromium-linux-x86/fast/css/last-of-type-pseudo-class-expected.png: Added. |
| * platform/chromium-linux/fast/css/last-of-type-pseudo-class-expected.png: |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-06-02 Ryosuke Niwa <rniwa@webkit.org> |
| |
| Reviewed by Eric Seidel. |
| |
| REGRESSION: inline style is lost when deleting line break between paragraphs with same style |
| https://bugs.webkit.org/show_bug.cgi?id=61899 |
| |
| Added a regression test to ensure WebKit preserves font family for a paragraph being merged |
| to the previous paragraph when deleting a line break between two paragraphs with the same style. |
| |
| * editing/deleting/delete-line-break-between-paragraphs-with-same-style-expected.txt: Added. |
| * editing/deleting/delete-line-break-between-paragraphs-with-same-style.html: Added. |
| |
| 2011-06-01 Ryosuke Niwa <rniwa@webkit.org> |
| |
| Reviewed by Simon Fraser. |
| |
| REGRESSION: Text selection broken for text with line-height applied |
| https://bugs.webkit.org/show_bug.cgi?id=54929 |
| |
| Added a test to ensure WebKit can place caret in text with a line-height smaller than |
| the height of the text. |
| |
| * editing/selection/hit-test-on-text-with-line-height-expected.txt: Added. |
| * editing/selection/hit-test-on-text-with-line-height.html: Added. |
| |
| 2011-06-02 Adam Barth <abarth@webkit.org> |
| |
| This test actually fails as IMAGE not as IMAGE+TEXT. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-06-02 Adam Barth <abarth@webkit.org> |
| |
| New baselines for these tests. These only differ from the existing baselines by a handful of pixels. |
| |
| * platform/chromium-linux-x86/fast/borders/border-radius-huge-assert-expected.png: Added. |
| * platform/chromium-linux-x86/fast/borders/borderRadiusAllStylesAllCorners-expected.png: Added. |
| * platform/chromium-linux-x86/fast/borders/borderRadiusArcs01-expected.png: Added. |
| * platform/chromium-linux-x86/fast/borders/borderRadiusDashed02-expected.png: Added. |
| * platform/chromium-linux-x86/fast/borders/borderRadiusDashed03-expected.png: Added. |
| * platform/chromium-linux-x86/fast/borders/borderRadiusDotted01-expected.png: Added. |
| * platform/chromium-linux-x86/fast/borders/borderRadiusDouble01-expected.png: Added. |
| * platform/chromium-linux-x86/fast/borders/borderRadiusDouble02-expected.png: Added. |
| * platform/chromium-linux-x86/fast/borders/borderRadiusDouble03-expected.png: Added. |
| * platform/chromium-linux-x86/fast/borders/borderRadiusGroove01-expected.png: Added. |
| * platform/chromium-linux-x86/fast/borders/borderRadiusGroove02-expected.png: Added. |
| * platform/chromium-linux-x86/fast/borders/borderRadiusInset01-expected.png: Added. |
| * platform/chromium-linux-x86/fast/borders/borderRadiusInvalidColor-expected.png: Added. |
| * platform/chromium-linux-x86/fast/borders/borderRadiusOutset01-expected.png: Added. |
| * platform/chromium-linux-x86/fast/borders/borderRadiusRidge01-expected.png: Added. |
| * platform/chromium-linux-x86/fast/borders/borderRadiusSolid01-expected.png: Added. |
| * platform/chromium-linux-x86/fast/borders/borderRadiusSolid02-expected.png: Added. |
| * platform/chromium-linux-x86/fast/borders/borderRadiusSolid03-expected.png: Added. |
| * platform/chromium-linux-x86/fast/box-shadow: Added. |
| * platform/chromium-linux-x86/fast/box-shadow/inset-with-extraordinary-radii-and-border-expected.png: Added. |
| * platform/chromium-linux-x86/fast/overflow: Added. |
| * platform/chromium-linux-x86/fast/repaint/border-radius-repaint-expected.png: Added. |
| * platform/chromium-linux-x86/fast/replaced: Added. |
| * platform/chromium-linux/fast/borders/border-radius-huge-assert-expected.png: |
| * platform/chromium-linux/fast/borders/borderRadiusAllStylesAllCorners-expected.png: |
| * platform/chromium-linux/fast/borders/borderRadiusArcs01-expected.png: |
| * platform/chromium-linux/fast/borders/borderRadiusDashed02-expected.png: |
| * platform/chromium-linux/fast/borders/borderRadiusDashed03-expected.png: |
| * platform/chromium-linux/fast/borders/borderRadiusDotted01-expected.png: |
| * platform/chromium-linux/fast/borders/borderRadiusDouble01-expected.png: |
| * platform/chromium-linux/fast/borders/borderRadiusDouble02-expected.png: |
| * platform/chromium-linux/fast/borders/borderRadiusDouble03-expected.png: |
| * platform/chromium-linux/fast/borders/borderRadiusGroove01-expected.png: |
| * platform/chromium-linux/fast/borders/borderRadiusGroove02-expected.png: |
| * platform/chromium-linux/fast/borders/borderRadiusInset01-expected.png: |
| * platform/chromium-linux/fast/borders/borderRadiusInvalidColor-expected.png: |
| * platform/chromium-linux/fast/borders/borderRadiusOutset01-expected.png: |
| * platform/chromium-linux/fast/borders/borderRadiusRidge01-expected.png: |
| * platform/chromium-linux/fast/borders/borderRadiusSolid01-expected.png: |
| * platform/chromium-linux/fast/borders/borderRadiusSolid02-expected.png: |
| * platform/chromium-linux/fast/borders/borderRadiusSolid03-expected.png: |
| * platform/chromium-linux/fast/box-shadow/inset-with-extraordinary-radii-and-border-expected.png: |
| * platform/chromium-linux/fast/repaint/border-radius-repaint-expected.png: |
| * platform/chromium-mac-leopard/fast/borders/border-radius-huge-assert-expected.png: |
| * platform/chromium-mac-leopard/fast/borders/borderRadiusAllStylesAllCorners-expected.png: |
| * platform/chromium-mac-leopard/fast/borders/borderRadiusInvalidColor-expected.png: |
| * platform/chromium-mac/fast/borders/borderRadiusAllStylesAllCorners-expected.png: |
| * platform/chromium-mac/fast/box-shadow/inset-with-extraordinary-radii-and-border-expected.png: Removed. |
| * platform/chromium-win/fast/borders/border-radius-huge-assert-expected.png: |
| * platform/chromium-win/fast/borders/borderRadiusAllStylesAllCorners-expected.png: |
| * platform/chromium-win/fast/borders/borderRadiusArcs01-expected.png: |
| * platform/chromium-win/fast/borders/borderRadiusDashed02-expected.png: |
| * platform/chromium-win/fast/borders/borderRadiusDashed03-expected.png: |
| * platform/chromium-win/fast/borders/borderRadiusDotted01-expected.png: |
| * platform/chromium-win/fast/borders/borderRadiusDouble01-expected.png: |
| * platform/chromium-win/fast/borders/borderRadiusDouble02-expected.png: |
| * platform/chromium-win/fast/borders/borderRadiusDouble03-expected.png: |
| * platform/chromium-win/fast/borders/borderRadiusGroove01-expected.png: |
| * platform/chromium-win/fast/borders/borderRadiusGroove02-expected.png: |
| * platform/chromium-win/fast/borders/borderRadiusInset01-expected.png: |
| * platform/chromium-win/fast/borders/borderRadiusInvalidColor-expected.png: |
| * platform/chromium-win/fast/borders/borderRadiusOutset01-expected.png: |
| * platform/chromium-win/fast/borders/borderRadiusRidge01-expected.png: |
| * platform/chromium-win/fast/borders/borderRadiusSolid01-expected.png: |
| * platform/chromium-win/fast/borders/borderRadiusSolid02-expected.png: |
| * platform/chromium-win/fast/borders/borderRadiusSolid03-expected.png: |
| * platform/chromium-win/fast/repaint/border-radius-repaint-expected.png: |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-06-02 Andreas Kling <kling@webkit.org> |
| |
| Reviewed by James Robinson. |
| |
| Canvas/V8: Fix setting strokeStyle or fillStyle to a CSS system color. |
| https://bugs.webkit.org/show_bug.cgi?id=61944 |
| |
| * platform/chromium/test_expectations.txt: Unskip canvas/philip/tests/2d.fillStyle.parse.system.html. |
| |
| 2011-06-02 Dimitri Glazkov <dglazkov@chromium.org> |
| |
| Unreviewed, rolling out r87926. |
| http://trac.webkit.org/changeset/87926 |
| https://bugs.webkit.org/show_bug.cgi?id=60313 |
| |
| Fails to find WebCoreTestSupport.dylib on bots. |
| |
| * fast/dom/Window/script-tests/window-property-descriptors.js: |
| * fast/dom/Window/window-properties.html: |
| * fast/dom/script-tests/prototype-inheritance-2.js: |
| * fast/dom/script-tests/prototype-inheritance.js: |
| * fast/harness/internals-object-expected.txt: Removed. |
| * fast/harness/internals-object.html: Removed. |
| * platform/gtk/Skipped: |
| * platform/mac-wk2/Skipped: |
| * platform/qt/Skipped: |
| * platform/win/Skipped: |
| |
| 2011-06-02 Adam Barth <abarth@webkit.org> |
| |
| More examples of SVG tests timing out in debug with Skia. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-06-02 Adrienne Walker <enne@google.com> |
| |
| [chromium] Unreviewed, rebaseline tests after r87822 |
| https://bugs.webkit.org/show_bug.cgi?id=60821 |
| |
| * platform/chromium-gpu-mac/platform/chromium/compositing/layout-width-change-expected.png: |
| * platform/chromium-gpu-win/platform/chromium/compositing/layout-width-change-expected.png: |
| |
| 2011-05-21 Dimitri Glazkov <dglazkov@chromium.org> |
| |
| Reviewed by Darin Adler. |
| |
| Add build logistics and plumbing for window.internals object. |
| https://bugs.webkit.org/show_bug.cgi?id=60313 |
| |
| * fast/dom/Window/script-tests/window-property-descriptors.js: Added internals object to list of properties to skip. |
| * fast/dom/Window/window-properties.html: Ditto. |
| * fast/dom/script-tests/prototype-inheritance-2.js: Ditto. |
| * fast/dom/script-tests/prototype-inheritance.js: Ditto. |
| * fast/harness/internals-object-expected.txt: Added. |
| * fast/harness/internals-object.html: Added. |
| * platform/gtk/Skipped: Skipped the newly added test until platform supports window.internals. |
| * platform/mac-wk2/Skipped: Ditto. |
| * platform/qt/Skipped: Ditto. |
| * platform/win/Skipped: Ditto. |
| |
| 2011-06-02 Dimitri Glazkov <dglazkov@chromium.org> |
| |
| [Win] Start skipping a test that's now using shadowRoot machinery. |
| |
| * platform/win/Skipped: Skip fast/events/shadow-boundary-crossing.html, since it now uses shadowRoot accessors. |
| |
| 2011-06-02 John Knottenbelt <jknotten@chromium.org> |
| |
| Unreviewed. |
| |
| [Chromium] Adjust test expectations. |
| https://bugs.webkit.org/show_bug.cgi?id=61938 |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-06-02 Adrienne Walker <enne@google.com> |
| |
| [chromium] Unreviewed, rebaseline tests after r87822 |
| https://bugs.webkit.org/show_bug.cgi?id=60821 |
| |
| * platform/chromium-gpu-linux/compositing/geometry/fixed-position-expected.png: |
| * platform/chromium-gpu-linux/compositing/geometry/horizontal-scroll-composited-expected.png: |
| * platform/chromium-gpu-linux/compositing/geometry/vertical-scroll-composited-expected.png: |
| * platform/chromium-gpu-linux/compositing/overflow/fixed-position-ancestor-clip-expected.png: |
| * platform/chromium-gpu-mac/compositing/geometry/fixed-position-expected.png: |
| * platform/chromium-gpu-mac/compositing/geometry/horizontal-scroll-composited-expected.png: |
| * platform/chromium-gpu-mac/compositing/geometry/vertical-scroll-composited-expected.png: |
| * platform/chromium-gpu-mac/compositing/overflow/fixed-position-ancestor-clip-expected.png: |
| * platform/chromium-gpu-win/compositing/geometry/fixed-position-expected.png: |
| * platform/chromium-gpu-win/compositing/geometry/horizontal-scroll-composited-expected.png: |
| * platform/chromium-gpu-win/compositing/geometry/vertical-scroll-composited-expected.png: |
| * platform/chromium-gpu-win/compositing/overflow/fixed-position-ancestor-clip-expected.png: |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-06-02 Mario Sanchez Prada <msanchez@igalia.com> |
| |
| Unreviewed, skipping another failing test in GTK after r87901. |
| |
| * platform/gtk/Skipped: Skipped test. |
| |
| 2011-06-02 Jessie Berlin <jberlin@apple.com> |
| |
| WebKitTestRunner needs an implementation of eventSender. |
| https://bugs.webkit.org/show_bug.cgi?id=42194 |
| |
| Add editing/pasteboard/copy-standalone-image-crash.html to the mac-wk2 skipped list to get |
| the bots green, as it uses eventSender.contextClick(). |
| |
| * platform/mac-wk2/Skipped: |
| |
| 2011-06-02 John Knottenbelt <jknotten@chromium.org> |
| |
| Unreviewed. |
| |
| [Chromium] Rebaseline scaling-font-with-geometric-precision and navigator-detached-no-crash. |
| https://bugs.webkit.org/show_bug.cgi?id=61934 |
| |
| * platform/chromium-linux-x86/svg/text/scaling-font-with-geometric-precision-expected.png: |
| * platform/chromium-mac-leopard/svg/text/scaling-font-with-geometric-precision-expected.png: Added. |
| * platform/chromium-mac/fast/dom/navigator-detached-no-crash-expected.txt: Added. |
| * platform/chromium-win/svg/text/scaling-font-with-geometric-precision-expected.png: Added. |
| * platform/chromium-win/svg/text/scaling-font-with-geometric-precision-expected.txt: Added. |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-06-02 Jessie Berlin <jberlin@apple.com> |
| |
| WebKitTestRunner needs an implementation of setTextDirection. |
| https://bugs.webkit.org/show_bug.cgi?id=61931 |
| |
| Add fast/html/set-text-direction.html to the mac-wk2 skipped list to get the bots green. |
| |
| * platform/mac-wk2/Skipped: |
| |
| 2011-06-02 Mario Sanchez Prada <msanchez@igalia.com> |
| |
| Unreviewed, skiping flaky test on GTK 32-bit Debug bot. |
| |
| * platform/gtk/Skipped: Skipped test. |
| |
| 2011-06-02 Igor Oliveira <igor.oliveira@openbossa.org> |
| |
| Reviewed by Eric Seidel. |
| |
| [Qt] Rebaseline tables/mozilla/bugs/bug196870.html test after r73385 |
| https://bugs.webkit.org/show_bug.cgi?id=61781 |
| |
| Rebaseline tables/mozilla/bugs/bug196870.html test after r73385. |
| See bug #49220 |
| |
| * platform/qt/Skipped: |
| * platform/qt/tables/mozilla/bugs/bug196870-expected.txt: |
| |
| 2011-06-02 Dimitri Glazkov <dglazkov@chromium.org> |
| |
| Reviewed by Darin Adler. |
| |
| Stop event propagation for cases where relatedTarget is both ancestor of the target and at shadow boundary. |
| https://bugs.webkit.org/show_bug.cgi?id=61892 |
| |
| * fast/events/shadow-boundary-crossing.html: Added a test that uses new shadow DOM testing machinery. |
| * fast/events/shadow-boundary-crossing-expected.txt: Updated expectations. |
| |
| 2011-06-02 Mario Sanchez Prada <msanchez@igalia.com> |
| |
| Unreviewed, skipping failing tests in GTK after r87901. |
| |
| * platform/gtk/Skipped: Skipped 2 tests. |
| |
| 2011-06-02 John Knottenbelt <jknotten@chromium.org> |
| |
| Unreviewed. |
| |
| Adjust test expectations, rebaseline windows SVG wicd tests. |
| https://bugs.webkit.org/show_bug.cgi?id=61929 |
| |
| * platform/chromium-win/svg/wicd/rightsizing-grid-expected.png: Added. |
| * platform/chromium-win/svg/wicd/rightsizing-grid-expected.txt: Added. |
| * platform/chromium-win/svg/wicd/test-rightsizing-a-expected.png: Added. |
| * platform/chromium-win/svg/wicd/test-rightsizing-a-expected.txt: Added. |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-06-02 John Knottenbelt <jknotten@chromium.org> |
| |
| Unreviewed. |
| |
| Rebaseline SVG tests. |
| https://bugs.webkit.org/show_bug.cgi?id=61927 |
| |
| * platform/chromium-mac-leopard/svg/hixie/intrinsic/001-expected.png: Added. |
| * platform/chromium-mac-leopard/svg/hixie/intrinsic/002-expected.png: Added. |
| * platform/chromium-mac-leopard/svg/hixie/intrinsic/003-expected.png: Added. |
| * platform/chromium-win/svg/as-image/svg-as-background-with-viewBox-expected.txt: Added. |
| * platform/chromium-win/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-preserveAlpha-attr-expected.png: |
| * platform/chromium-win/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-edgeMode-prop-expected.png: |
| * platform/chromium-win/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-preserveAlpha-prop-expected.png: |
| * platform/chromium-win/svg/hixie/intrinsic/001-expected.png: Added. |
| * platform/chromium-win/svg/hixie/intrinsic/001-expected.txt: Added. |
| * platform/chromium-win/svg/hixie/intrinsic/002-expected.png: Added. |
| * platform/chromium-win/svg/hixie/intrinsic/002-expected.txt: Added. |
| * platform/chromium-win/svg/hixie/intrinsic/003-expected.png: Added. |
| * platform/chromium-win/svg/hixie/intrinsic/003-expected.txt: Added. |
| * platform/chromium-win/svg/in-html/by-reference-expected.txt: |
| * platform/chromium-win/svg/zoom/page/zoom-foreignObject-expected.txt: |
| |
| 2011-06-02 Mario Sanchez Prada <msanchez@igalia.com> |
| |
| Unreviewed, skipped tests crashing on GTK debug bots. |
| |
| * platform/gtk/Skipped: Skipped 2 more tests crashing on GTK debug |
| bots because of the same reason than before (see WK bug 61924). |
| |
| 2011-06-02 Rob Buis <rbuis@rim.com> |
| |
| Reviewed by Nikolas Zimmermann. |
| |
| LayoutTests/svg/animations/animate-path-nested-transforms.html causes assertion in debug mode. |
| https://bugs.webkit.org/show_bug.cgi?id=49045 |
| |
| Fix mistake in id part of expected values. |
| |
| * svg/animations/script-tests/animate-mpath-insert.js: |
| (executeTest): |
| * svg/animations/script-tests/animate-path-nested-transforms.js: |
| (executeTest): |
| |
| 2011-06-02 Kent Tamura <tkent@chromium.org> |
| |
| [Chromium] Update spinbutton expectations. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-06-02 Mario Sanchez Prada <msanchez@igalia.com> |
| |
| Unreviewed, skipped tests crashing on GTK debug bots. |
| |
| * platform/gtk/Skipped: Skipped 9 more tests crashing on GTK debug |
| bots because of the same reason than before (see WK bug 61924). |
| |
| 2011-06-02 Mario Sanchez Prada <msanchez@igalia.com> |
| |
| Unreviewed, skipped tests crashing on GTK debug bots. |
| |
| * platform/gtk/Skipped: Skipped 7 tests crashing, apparently all |
| of them crash because of the same reason (see WK bug 61924). |
| |
| 2011-06-02 John Knottenbelt <jknotten@chromium.org> |
| |
| Unreviewed. |
| |
| [Chromium] Adjust test expectations. |
| https://bugs.webkit.org/show_bug.cgi?id=61922 |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-06-02 Naiem Shaik <naiem.shaik@gmail.com> |
| |
| Reviewed by Kent Tamura. |
| |
| Fixing invalid value being returned for default checkbox and radio state |
| https://bugs.webkit.org/show_bug.cgi?id=61674 |
| |
| As per http://www.w3.org/TR/html5/number-state.html#checkbox-state and |
| http://www.w3.org/TR/html5/number-state.html#radio-button-state: |
| The value IDL attribute is in mode default/on: |
| If the element has a value attribute, it must return that attribute's |
| value; otherwise, it must return the string "on". |
| Currently default value is empty string;Default value of Radio button |
| and checkbox should be "on" |
| This works as per spec in IE9,Firefox and Opera |
| |
| * fast/forms/checkbox-default-value-expected.txt: Added. |
| * fast/forms/checkbox-default-value.html: Added. |
| * fast/forms/radio-default-value-expected.txt: Added. |
| * fast/forms/radio-default-value.html: Added. |
| |
| 2011-06-02 Mario Sanchez Prada <msanchez@igalia.com> |
| |
| Unreviewed, skipped test timing out for GTK since r87605. |
| |
| * platform/gtk/Skipped: Skipped test. |
| |
| 2011-06-02 Mario Sanchez Prada <msanchez@igalia.com> |
| |
| Unreviewed, added missing new baselines for GTK after r87779. |
| |
| * platform/gtk/svg/hixie/intrinsic/002-expected.png: Added. |
| * platform/gtk/svg/hixie/intrinsic/002-expected.txt: Added. |
| |
| 2011-06-02 Mario Sanchez Prada <msanchez@igalia.com> |
| |
| Unreviewed, new GTK baselines after r87807, r87829, r87840 and r87846. |
| |
| * platform/gtk/svg/as-image/svg-as-background-with-relative-size-expected.png: Added. |
| * platform/gtk/svg/as-image/svg-as-background-with-relative-size-expected.txt: Added. |
| * platform/gtk/svg/as-image/svg-as-background-with-viewBox-expected.png: Added. |
| * platform/gtk/svg/as-image/svg-as-background-with-viewBox-expected.txt: Added. |
| * platform/gtk/svg/custom/embedding-external-svgs-expected.png: Added. |
| * platform/gtk/svg/custom/embedding-external-svgs-expected.txt: Added. |
| * platform/gtk/svg/text/scaling-font-with-geometric-precision-expected.png: Added. |
| * platform/gtk/svg/text/scaling-font-with-geometric-precision-expected.txt: Added. |
| |
| 2011-06-02 Mario Sanchez Prada <msanchez@igalia.com> |
| |
| Unreviewed, skipped SVG tests randomly failing with 16px diff. |
| |
| * platform/gtk/Skipped: Skipped tests. |
| |
| 2011-06-02 Mario Sanchez Prada <msanchez@igalia.com> |
| |
| Update GTK expectations because the position of steppers are moved. |
| |
| * platform/gtk/fast/forms/input-appearance-spinbutton-disabled-readonly-expected.txt: |
| * platform/gtk/fast/forms/input-appearance-spinbutton-layer-expected.txt: |
| * platform/gtk/fast/forms/input-appearance-spinbutton-visibility-expected.txt: |
| |
| 2011-06-02 John Knottenbelt <jknotten@chromium.org> |
| |
| Unreviewed. |
| |
| [Chromium] Update baselines for Windows 7 platform. |
| https://bugs.webkit.org/show_bug.cgi?id=61916 |
| |
| * platform/chromium-win/fast/borders/border-antialiasing-expected.png: Added. |
| * platform/chromium-win/fast/borders/border-antialiasing-expected.txt: Added. |
| * platform/chromium-win/fast/forms/validation-message-appearance-expected.png: |
| * platform/chromium-win/fast/forms/validation-message-appearance-expected.txt: |
| * platform/chromium-win/fast/gradients/css3-linear-right-angle-gradients-expected.png: Added. |
| * platform/chromium-win/fast/gradients/css3-repeating-linear-gradients2-expected.png: Added. |
| * platform/chromium-win/fullscreen/full-screen-iframe-zIndex-expected.png: Added. |
| * platform/chromium-win/http/tests/misc/object-embedding-svg-delayed-size-negotiation-expected.png: Added. |
| * platform/chromium-win/http/tests/misc/object-embedding-svg-delayed-size-negotiation-expected.txt: Added. |
| * platform/chromium-win/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.png: Added. |
| * platform/chromium-win/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.txt: Added. |
| * platform/chromium-win/svg/as-image/svg-as-background-with-relative-size-expected.png: Added. |
| * platform/chromium-win/svg/as-image/svg-as-background-with-relative-size-expected.txt: Added. |
| * platform/chromium-win/svg/custom/embedding-external-svgs-expected.png: Added. |
| * platform/chromium-win/svg/custom/embedding-external-svgs-expected.txt: Added. |
| * platform/chromium-win/svg/custom/invalid-fill-expected.png: |
| * platform/chromium-win/svg/custom/invalid-fill-expected.txt: |
| * platform/chromium-win/svg/custom/invalid-fill-hex-expected.png: |
| * platform/chromium-win/svg/custom/invalid-fill-hex-expected.txt: |
| * platform/chromium-win/svg/custom/invalid-stroke-hex-expected.png: Added. |
| * platform/chromium-win/svg/custom/invalid-stroke-hex-expected.txt: Added. |
| * platform/chromium-win/svg/custom/invalid-uri-stroke-expected.png: Added. |
| * platform/chromium-win/svg/custom/invalid-uri-stroke-expected.txt: Added. |
| * platform/chromium-win/svg/custom/object-no-size-attributes-expected.txt: Added. |
| * platform/chromium-win/svg/custom/object-sizing-expected.png: Added. |
| * platform/chromium-win/svg/custom/object-sizing-expected.txt: Added. |
| * platform/chromium-win/svg/custom/object-sizing-explicit-width-height-expected.png: Added. |
| * platform/chromium-win/svg/custom/object-sizing-explicit-width-height-expected.txt: Added. |
| * platform/chromium-win/svg/custom/object-sizing-height-50p-on-target-svg-absolute-expected.png: Added. |
| * platform/chromium-win/svg/custom/object-sizing-height-50p-on-target-svg-absolute-expected.txt: Added. |
| * platform/chromium-win/svg/custom/object-sizing-height-50p-on-target-svg-expected.png: Added. |
| * platform/chromium-win/svg/custom/object-sizing-height-50p-on-target-svg-expected.txt: Added. |
| * platform/chromium-win/svg/custom/object-sizing-no-width-height-change-content-box-size-expected.png: Added. |
| * platform/chromium-win/svg/custom/object-sizing-no-width-height-expected.png: Added. |
| * platform/chromium-win/svg/custom/object-sizing-no-width-height-expected.txt: Added. |
| * platform/chromium-win/svg/custom/object-sizing-width-50p-height-50p-on-target-svg-absolute-expected.png: Added. |
| * platform/chromium-win/svg/custom/object-sizing-width-50p-height-50p-on-target-svg-absolute-expected.txt: Added. |
| * platform/chromium-win/svg/custom/object-sizing-width-50p-height-50p-on-target-svg-expected.png: Added. |
| * platform/chromium-win/svg/custom/object-sizing-width-50p-height-50p-on-target-svg-expected.txt: Added. |
| * platform/chromium-win/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.png: Added. |
| * platform/chromium-win/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.txt: Added. |
| * platform/chromium-win/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.png: Added. |
| * platform/chromium-win/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.txt: Added. |
| * platform/chromium-win/svg/custom/object-sizing-width-50p-on-target-svg-absolute-expected.png: Added. |
| * platform/chromium-win/svg/custom/object-sizing-width-50p-on-target-svg-absolute-expected.txt: Added. |
| * platform/chromium-win/svg/custom/object-sizing-width-50p-on-target-svg-expected.png: Added. |
| * platform/chromium-win/svg/custom/object-sizing-width-50p-on-target-svg-expected.txt: Added. |
| * platform/chromium-win/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-absolute-expected.png: Added. |
| * platform/chromium-win/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-absolute-expected.txt: Added. |
| * platform/chromium-win/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-expected.png: Added. |
| * platform/chromium-win/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-expected.txt: Added. |
| * platform/chromium-win/svg/custom/small-rect-scale-expected.png: Added. |
| * platform/chromium-win/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-bias-attr-expected.png: |
| * platform/chromium-win/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-divisor-attr-expected.png: |
| * platform/chromium-win/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-edgeMode-attr-expected.png: |
| * platform/chromium-win/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-in-attr-expected.png: |
| * platform/chromium-win/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelMatrix-attr-expected.png: |
| * platform/chromium-win/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelUnitLength-attr-expected.png: |
| * platform/chromium-win/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-order-attr-expected.png: |
| * platform/chromium-win/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetX-attr-expected.png: |
| * platform/chromium-win/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-bias-prop-expected.png: |
| * platform/chromium-win/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-divisor-prop-expected.png: |
| * platform/chromium-win/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-in-prop-expected.png: |
| * platform/chromium-win/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelMatrix-prop-expected.png: |
| * platform/chromium-win/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelUnitLength-prop-expected.png: |
| * platform/chromium-win/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-order-prop-expected.png: |
| * platform/chromium-win/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetX-prop-expected.png: |
| * platform/chromium-win/svg/dynamic-updates/SVGTextElement-svgdom-lengthAdjust-prop-expected.png: |
| * platform/chromium-win/svg/filters/feBlend-invalid-mode-expected.txt: Added. |
| * platform/chromium-win/svg/filters/feConvolveFilter-y-bounds-expected.png: Added. |
| |
| 2011-06-02 Mario Sanchez Prada <msanchez@igalia.com> |
| |
| Unreviewed, skipped test with 1px different results in GTK bots. |
| |
| * platform/gtk/Skipped: Skipped test. |
| |
| 2011-06-02 Yuta Kitamura <yutak@chromium.org> |
| |
| Reviewed by Kent Tamura. |
| |
| WebSocket: Call WebSocketChannel::fail() when WebSocketHandshake has failed |
| https://bugs.webkit.org/show_bug.cgi?id=61841 |
| |
| * http/tests/websocket/tests/bad-handshake-crash-expected.txt: |
| Now the error message starts with a capital letter. |
| |
| 2011-06-01 Kent Tamura <tkent@chromium.org> |
| |
| Reviewed by Dimitri Glazkov. |
| |
| Remove outer-spin-button |
| https://bugs.webkit.org/show_bug.cgi?id=61845 |
| |
| Update Mac expectations because the position of steppers are moved. |
| |
| * platform/chromium/test_expectations.txt: |
| * platform/mac/fast/forms/input-appearance-spinbutton-disabled-readonly-expected.png: |
| * platform/mac/fast/forms/input-appearance-spinbutton-disabled-readonly-expected.txt: |
| * platform/mac/fast/forms/input-appearance-spinbutton-expected.png: |
| * platform/mac/fast/forms/input-appearance-spinbutton-expected.txt: |
| * platform/mac/fast/forms/input-appearance-spinbutton-layer-expected.png: |
| * platform/mac/fast/forms/input-appearance-spinbutton-layer-expected.txt: |
| * platform/mac/fast/forms/input-appearance-spinbutton-up-expected.png: |
| * platform/mac/fast/forms/input-appearance-spinbutton-up-expected.txt: |
| * platform/mac/fast/forms/input-appearance-spinbutton-visibility-expected.png: |
| * platform/mac/fast/forms/input-appearance-spinbutton-visibility-expected.txt: |
| |
| 2011-06-01 Adam Barth <abarth@webkit.org> |
| |
| There seems to be something odd about registerProtocolHandler on Mac. |
| The "no-crash" seems to "pass" because the test does not crash, where |
| as the "register-protocol-handler" test fails, apparently due to the |
| API being disabled. |
| |
| * platform/chromium/test_expectations.txt: |
| * platform/mac-leopard/fast/dom/navigator-detached-no-crash-expected.txt: Removed. |
| * platform/mac/fast/dom/navigator-detached-no-crash-expected.txt: Copied from LayoutTests/platform/mac-leopard/fast/dom/navigator-detached-no-crash-expected.txt. |
| - This expectation file is misplaced. |
| |
| 2011-06-01 Adam Barth <abarth@webkit.org> |
| |
| Now that this test doesn't time out, we can see that it fails. That's |
| progress, of a sort. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-06-01 Adam Barth <abarth@webkit.org> |
| |
| Move expected result to the correct location. The script put it in the |
| wrong location. |
| |
| * platform/chromium-mac/fast/js/property-getters-and-setters-expected.txt: Removed. |
| * platform/chromium-win/fast/js/property-getters-and-setters-expected.txt: Removed. |
| * platform/chromium/fast/js/property-getters-and-setters-expected.txt: Copied from LayoutTests/platform/chromium-mac/fast/js/property-getters-and-setters-expected.txt. |
| |
| 2011-06-01 Adam Barth <abarth@webkit.org> |
| |
| These test time out on debug, probably because drop shadows are slow in debug skia. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-06-01 Julien Chaffraix <jchaffraix@codeaurora.org> |
| |
| Reviewed by Simon Fraser. |
| |
| CSSStyleSheet#insertRule doesn't work well with imported stylesheets |
| https://bugs.webkit.org/show_bug.cgi?id=56981 |
| |
| Test that a combination of insertRule and @import works properly. |
| |
| * fast/css/import-and-insert-rule-no-update-expected.txt: Added. |
| * fast/css/import-and-insert-rule-no-update.html: Added. |
| * fast/css/resources/red.css: Added. |
| (div): |
| * fast/css/resources/redimport.css: Added. |
| |
| 2011-06-01 Abhishek Arya <inferno@chromium.org> |
| |
| Reviewed by Alexey Proskuryakov. |
| |
| Tests setting document.body to non body elements, elements in other |
| documents. |
| https://bugs.webkit.org/show_bug.cgi?id=60831 |
| |
| * fast/dom/document-set-body-expected.txt: Added. |
| * fast/dom/document-set-body.html: Added. |
| |
| 2011-06-01 Adam Barth <abarth@webkit.org> |
| |
| Add Windows baseline for this new test. |
| |
| * platform/chromium-win-vista/svg/text/scaling-font-with-geometric-precision-expected.png: Added. |
| * platform/chromium-win-vista/svg/text/scaling-font-with-geometric-precision-expected.txt: Added. |
| |
| 2011-06-01 Adam Barth <abarth@webkit.org> |
| |
| Update image baselines for these drop shadows. They differ from each |
| other only by minor rendering differences in the shadow. |
| |
| * platform/chromium-linux-x86/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-color-attr-expected.png: Added. |
| * platform/chromium-linux-x86/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-opacity-attr-expected.png: Added. |
| * platform/chromium-linux-x86/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-color-prop-expected.png: Added. |
| * platform/chromium-linux-x86/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-opacity-prop-expected.png: Added. |
| * platform/chromium-linux-x86/svg/filters/feDropShadow-expected.png: Added. |
| * platform/chromium-linux/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-color-attr-expected.png: |
| * platform/chromium-linux/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-opacity-attr-expected.png: |
| * platform/chromium-linux/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-color-prop-expected.png: |
| * platform/chromium-linux/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-opacity-prop-expected.png: |
| * platform/chromium-linux/svg/filters/feDropShadow-expected.png: |
| * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-color-attr-expected.png: |
| * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-opacity-attr-expected.png: |
| * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-color-prop-expected.png: |
| * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-opacity-prop-expected.png: |
| * platform/chromium-mac-leopard/svg/filters/feDropShadow-expected.png: |
| * platform/chromium-mac/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-color-attr-expected.png: |
| * platform/chromium-mac/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-opacity-attr-expected.png: |
| * platform/chromium-mac/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-color-prop-expected.png: |
| * platform/chromium-mac/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-opacity-prop-expected.png: |
| * platform/chromium-mac/svg/filters/feDropShadow-expected.png: |
| * platform/chromium-win/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-color-attr-expected.png: |
| * platform/chromium-win/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-opacity-attr-expected.png: |
| * platform/chromium-win/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-color-prop-expected.png: |
| * platform/chromium-win/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-opacity-prop-expected.png: |
| * platform/chromium-win/svg/filters/feDropShadow-expected.png: |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-06-01 Jochen Eisinger <jochen@chromium.org> |
| |
| Reviewed by Adam Barth. |
| |
| Add a test for FrameLoaderClient::allowImages |
| https://bugs.webkit.org/show_bug.cgi?id=34314 |
| |
| * platform/chromium/permissionclient/image-permissions-expected.txt: Added. |
| * platform/chromium/permissionclient/image-permissions.html: Added. |
| * platform/chromium/permissionclient/resources/boston.gif: Added. |
| * platform/chromium/permissionclient/resources/image.html: Added. |
| |
| 2011-06-01 Adam Barth <abarth@webkit.org> |
| |
| These tests no longer time out. Yay! |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-06-01 Adam Barth <abarth@webkit.org> |
| |
| Update expected results to match V8 rather than JSC. |
| |
| * platform/chromium-mac/fast/js/property-getters-and-setters-expected.txt: |
| |
| 2011-06-01 Noel Gordon <noel.gordon@gmail.com> |
| |
| Reviewed by Tony Chang. |
| |
| Test plugin should support event logging on the windows port. |
| https://bugs.webkit.org/show_bug.cgi?id=61721 |
| |
| * platform/chromium-win/plugins/keyboard-events-expected.txt: New windows result. |
| * platform/chromium/test_expectations.txt: New expectations. |
| * plugins/keyboard-events.html: Add attribute windowPlugin="false" to force the |
| Chromium windows port to load the test plugin in windowless mode. The plugin will |
| then receive events and can log them to the console as required by this test. |
| * plugins/mouse-events.html: Ditto. |
| |
| 2011-06-01 Adam Barth <abarth@webkit.org> |
| |
| ... and finally Windows. |
| |
| * platform/chromium-win-vista/fullscreen/full-screen-zIndex-after-expected.png: Added. |
| |
| 2011-06-01 David Carson <dacarson@apple.com> |
| |
| Reviewed by Antti Koivisto. |
| |
| Don't flatten frames that have a zero size. |
| https://bugs.webkit.org/show_bug.cgi?id=61831 |
| |
| This tests creates an iframe that has a width and height of zero |
| and ensures that the iframe is not flattened to the size of the |
| containing content. |
| |
| * fast/frames/flattening/iframe-flattening-fixed-width-and-height-zero-size.html: Added. |
| * fast/frames/flattening/iframe-flattening-fixed-width-and-height-zero-size-expected.txt: Added. |
| |
| 2011-06-01 Adam Barth <abarth@webkit.org> |
| |
| Linux image baselines for this new test. Leviw confirms that this results are correct. |
| |
| * platform/chromium-linux-x86/svg/text: Added. |
| * platform/chromium-linux-x86/svg/text/scaling-font-with-geometric-precision-expected.png: Added. |
| * platform/chromium-linux-x86/svg/text/scaling-font-with-geometric-precision-expected.txt: Added. |
| * platform/chromium-linux/svg/text/scaling-font-with-geometric-precision-expected.png: Added. |
| * platform/chromium-linux/svg/text/scaling-font-with-geometric-precision-expected.txt: Added. |
| |
| 2011-06-01 Adam Barth <abarth@webkit.org> |
| |
| Image baselines for this new test. |
| |
| * platform/chromium-linux-x86/fullscreen/full-screen-zIndex-after-expected.png: Added. |
| * platform/chromium-linux/fullscreen/full-screen-zIndex-after-expected.png: Added. |
| * platform/chromium-mac/fullscreen/full-screen-zIndex-after-expected.png: Added. |
| |
| 2011-06-01 Adam Barth <abarth@webkit.org> |
| |
| ... and now Windows results. |
| |
| * platform/chromium-win-vista/svg/custom/embedding-external-svgs-expected.png: Added. |
| * platform/chromium-win-vista/svg/custom/embedding-external-svgs-expected.txt: Added. |
| |
| 2011-06-01 Daniel Cheng <dcheng@chromium.org> |
| |
| Reviewed by Tony Chang. |
| |
| [chromium] Use correct file name for dragging out images. |
| https://bugs.webkit.org/show_bug.cgi?id=24887 |
| |
| * fast/events/drag-image-filename-expected.txt: Added. |
| * fast/events/drag-image-filename.html: Added. |
| * platform/gtk/Skipped: |
| * platform/mac/Skipped: |
| * platform/qt/Skipped: |
| * platform/win/Skipped: |
| |
| 2011-06-01 Levi Weintraub <leviw@chromium.org> |
| |
| Reviewed by Eric Seidel. |
| |
| Text is scaled in a stair-step pattern |
| https://bugs.webkit.org/show_bug.cgi?id=60317 |
| |
| Stop scaling the specified font to the actual on-screen value when font-rendering: |
| geometricPrecision is specified, but instead scale the graphics context. This allows |
| us to scale text up and down smoothly. |
| |
| * platform/mac/svg/text/scaling-font-with-geometric-precision-expected.png: Added. |
| * platform/mac/svg/text/scaling-font-with-geometric-precision-expected.txt: Added. |
| * svg/text/scaling-font-with-geometric-precision.html: Added. |
| |
| 2011-06-01 Jer Noble <jer.noble@apple.com> |
| |
| Reviewed by Darin Adler. |
| |
| Page layout messed up after exiting full screen at Apple trailers page |
| https://bugs.webkit.org/show_bug.cgi?id=61755 |
| |
| * fullscreen/full-screen-zIndex-after-expected.txt: Added. |
| * fullscreen/full-screen-zIndex-after.html: Added. |
| * platform/mac/fullscreen/full-screen-zIndex-after-expected.png: Added. |
| |
| 2011-06-01 Adam Barth <abarth@webkit.org> |
| |
| Image baselines for this test. More to follow once the bots catch up. |
| |
| * platform/chromium-linux-x86/svg/custom/embedding-external-svgs-expected.png: Added. |
| * platform/chromium-linux-x86/svg/custom/embedding-external-svgs-expected.txt: Added. |
| * platform/chromium-linux/svg/custom/embedding-external-svgs-expected.png: Added. |
| * platform/chromium-linux/svg/custom/embedding-external-svgs-expected.txt: Added. |
| |
| 2011-06-01 Adam Barth <abarth@webkit.org> |
| |
| Image baselines for these platforms. |
| |
| * platform/chromium-linux-x86/svg/as-image/svg-as-background-with-relative-size-expected.png: Added. |
| * platform/chromium-linux-x86/svg/as-image/svg-as-background-with-relative-size-expected.txt: Added. |
| * platform/chromium-linux/svg/as-image/svg-as-background-with-relative-size-expected.png: Added. |
| * platform/chromium-linux/svg/as-image/svg-as-background-with-relative-size-expected.txt: Added. |
| * platform/chromium-win-vista/svg/as-image/svg-as-background-with-relative-size-expected.png: Added. |
| * platform/chromium-win-vista/svg/as-image/svg-as-background-with-relative-size-expected.txt: Added. |
| |
| 2011-06-01 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Reviewed by Rob Buis. |
| |
| SVG graphics do not actually work in IMG tags or as background-image properties |
| https://bugs.webkit.org/show_bug.cgi?id=18228 |
| |
| Adding the nice testcase from the bug 18228, all issues are fully resolved now. |
| |
| * platform/mac/svg/custom/embedding-external-svgs-expected.png: Added. |
| * platform/mac/svg/custom/embedding-external-svgs-expected.txt: Added. |
| * svg/custom/embedding-external-svgs.xhtml: Added. |
| * svg/custom/resources/spinner.svg: Added. |
| |
| 2011-06-01 Adam Barth <abarth@webkit.org> |
| |
| Add new results for this new test. Our results are different by one |
| pixel. Mac results likely to follow once those bots catch up. |
| |
| * platform/chromium-linux-x86/svg/as-image: Added. |
| * platform/chromium-linux-x86/svg/as-image/svg-as-background-with-viewBox-expected.txt: Added. |
| * platform/chromium-linux/svg/as-image/svg-as-background-with-viewBox-expected.txt: Added. |
| * platform/chromium-win-vista/svg/as-image: Added. |
| * platform/chromium-win-vista/svg/as-image/svg-as-background-with-viewBox-expected.txt: Added. |
| |
| 2011-06-01 Ryosuke Niwa <rniwa@webkit.org> |
| |
| Skip editing/pasteboard/drag-drop-list.html on GTK after r87778 |
| since smart paste isn't supported by GTK (tracked by the bug 61661). |
| |
| * platform/gtk/Skipped: |
| |
| 2011-06-01 Annie Sullivan <sullivan@chromium.org> |
| |
| Reviewed by Ryosuke Niwa. |
| |
| LayoutTests/editing/pasteboard/drag-drop-list fails on webkit2 |
| https://bugs.webkit.org/show_bug.cgi?id=61871 |
| |
| Renames editing/pasteboard/4861080.html to drag-drop-list.html, since it was renamed in r87778. |
| |
| * platform/mac-wk2/Skipped: |
| * platform/qt-wk2/Skipped: |
| |
| 2011-06-01 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Reviewed by Eric Seidel. |
| |
| Permanent red background when SVG is used as a background image (DEBUG ONLY) |
| https://bugs.webkit.org/show_bug.cgi?id=16518 |
| |
| The problem seems gone, I can't reproduce it anymore, add Beths test to svg/as-image. |
| |
| * platform/mac/svg/as-image/svg-as-background-with-relative-size-expected.png: Added. |
| * platform/mac/svg/as-image/svg-as-background-with-relative-size-expected.txt: Added. |
| * svg/as-image/resources/svg-as-background-with-relative-size.svg: Added. |
| * svg/as-image/svg-as-background-with-relative-size.html: Added. |
| |
| 2011-05-31 Oliver Hunt <oliver@apple.com> |
| |
| Reviewed by Geoffrey Garen. |
| |
| Freezing a function and its prototype causes browser to crash. |
| https://bugs.webkit.org/show_bug.cgi?id=61758 |
| |
| Add test to ensure correct behaviour |
| |
| * fast/js/preventExtensions-expected.txt: |
| * fast/js/script-tests/preventExtensions.js: |
| (f): |
| |
| 2011-05-19 Adrienne Walker <enne@google.com> |
| |
| Reviewed by James Robinson. |
| |
| [chromium] Don't split long, narrow layers into multiple tiles. |
| https://bugs.webkit.org/show_bug.cgi?id=60821 |
| |
| These tests have imperceptible pixel changes on horizontal scrollbars |
| as a result of this patch. Marking them as failing temporarily so |
| that they can be rebaselined. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-06-01 Steve Lacey <sjl@chromium.org> |
| |
| Reviewed by Eric Carlson. |
| |
| Remove layout test http/tests/media/video-seekable-stall |
| |
| http/tests/media/video-seekable-stall.html fails on the Leopard Commit Queue Machine |
| https://bugs.webkit.org/show_bug.cgi?id=35271 |
| |
| * http/tests/media/video-seekable-stall-expected.txt: Removed. |
| * http/tests/media/video-seekable-stall.html: Removed. |
| * platform/chromium-linux/http/tests/media/video-seekable-stall-expected.png: Removed. |
| * platform/chromium-win/http/tests/media/video-seekable-stall-expected.png: Removed. |
| * platform/chromium/test_expectations.txt: |
| * platform/gtk/Skipped: |
| * platform/mac-snowleopard/Skipped: |
| * platform/win/Skipped: |
| |
| 2011-06-01 Mario Sanchez Prada <msanchez@igalia.com> |
| |
| Unreviewed, added new baselines for GTK after r87779. |
| |
| * platform/gtk/svg/custom/object-sizing-height-50p-on-target-svg-absolute-expected.png: Added. |
| * platform/gtk/svg/custom/object-sizing-height-50p-on-target-svg-absolute-expected.txt: Added. |
| * platform/gtk/svg/custom/object-sizing-height-50p-on-target-svg-expected.png: Added. |
| * platform/gtk/svg/custom/object-sizing-height-50p-on-target-svg-expected.txt: Added. |
| * platform/gtk/svg/custom/object-sizing-width-50p-height-50p-on-target-svg-absolute-expected.png: Added. |
| * platform/gtk/svg/custom/object-sizing-width-50p-height-50p-on-target-svg-absolute-expected.txt: Added. |
| * platform/gtk/svg/custom/object-sizing-width-50p-height-50p-on-target-svg-expected.png: Added. |
| * platform/gtk/svg/custom/object-sizing-width-50p-height-50p-on-target-svg-expected.txt: Added. |
| * platform/gtk/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.png: Added. |
| * platform/gtk/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.txt: Added. |
| * platform/gtk/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.png: Added. |
| * platform/gtk/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.txt: Added. |
| * platform/gtk/svg/custom/object-sizing-width-50p-on-target-svg-absolute-expected.png: Added. |
| * platform/gtk/svg/custom/object-sizing-width-50p-on-target-svg-absolute-expected.txt: Added. |
| * platform/gtk/svg/custom/object-sizing-width-50p-on-target-svg-expected.png: Added. |
| * platform/gtk/svg/custom/object-sizing-width-50p-on-target-svg-expected.txt: Added. |
| * platform/gtk/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-absolute-expected.png: Added. |
| * platform/gtk/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-absolute-expected.txt: Added. |
| * platform/gtk/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-expected.png: Added. |
| * platform/gtk/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-expected.txt: Added. |
| * platform/gtk/svg/hixie/intrinsic/001-expected.png: Added. |
| * platform/gtk/svg/hixie/intrinsic/001-expected.txt: Added. |
| * platform/gtk/svg/hixie/intrinsic/003-expected.png: Added. |
| * platform/gtk/svg/hixie/intrinsic/003-expected.txt: Added. |
| |
| 2011-06-01 Adam Barth <abarth@webkit.org> |
| |
| Add baselines for these tests. |
| |
| * platform/chromium-linux-x86/svg/custom/object-sizing-height-50p-on-target-svg-absolute-expected.png: Added. |
| * platform/chromium-linux-x86/svg/custom/object-sizing-height-50p-on-target-svg-absolute-expected.txt: Added. |
| * platform/chromium-linux/svg/custom/object-sizing-height-50p-on-target-svg-absolute-expected.png: Added. |
| * platform/chromium-linux/svg/custom/object-sizing-height-50p-on-target-svg-absolute-expected.txt: Added. |
| * platform/chromium-win-vista/svg/custom/object-sizing-height-50p-on-target-svg-absolute-expected.png: Added. |
| * platform/chromium-win-vista/svg/custom/object-sizing-height-50p-on-target-svg-absolute-expected.txt: Added. |
| |
| 2011-06-01 Mario Sanchez Prada <msanchez@igalia.com> |
| |
| Unreviewed, added new baseline for GTK after r87726. |
| |
| * platform/gtk/fast/frames/flattening/iframe-flattening-nested-expected.txt: Added. |
| * platform/gtk/fast/frames/flattening/iframe-flattening-nested-expected.png: Added. |
| |
| 2011-06-01 Mario Sanchez Prada <msanchez@igalia.com> |
| |
| Unreviewed, added new baselines for GTK after r87721. |
| |
| * platform/gtk/svg/custom/invalid-stroke-hex-expected.txt: Added. |
| * platform/gtk/svg/custom/invalid-stroke-hex-expected.png: Added. |
| * platform/gtk/svg/custom/invalid-uri-stroke-expected.txt: Added. |
| * platform/gtk/svg/custom/invalid-uri-stroke-expected.png: Added. |
| |
| 2011-06-01 Mario Sanchez Prada <msanchez@igalia.com> |
| |
| Unreviewed, added new baseline for GTK after r87680. |
| |
| * platform/gtk/svg/filters/feConvolveFilter-y-bounds-expected.txt: Added. |
| * platform/gtk/svg/filters/feConvolveFilter-y-bounds-expected.png: Added. |
| |
| 2011-06-01 Mario Sanchez Prada <msanchez@igalia.com> |
| |
| Unreviewed, added new baseline for GTK after r87605. |
| |
| * platform/gtk/svg/wicd/test-scalable-background-image2-expected.txt: Added. |
| * platform/gtk/svg/wicd/test-scalable-background-image2-expected.png: Added. |
| |
| 2011-06-01 Mario Sanchez Prada <msanchez@igalia.com> |
| |
| Unreviewed, added new baselines for GTK after r87526. |
| |
| * platform/gtk/http/tests/misc/object-embedding-svg-delayed-size-negotiation-expected.png: Added. |
| * platform/gtk/http/tests/misc/object-embedding-svg-delayed-size-negotiation-expected.txt: Added. |
| * platform/gtk/svg/custom/object-no-size-attributes-expected.png: Added. |
| * platform/gtk/svg/custom/object-no-size-attributes-expected.txt: Added. |
| * platform/gtk/svg/custom/object-sizing-expected.png: Added. |
| * platform/gtk/svg/custom/object-sizing-expected.txt: Added. |
| * platform/gtk/svg/custom/object-sizing-explicit-height-expected.png: Added. |
| * platform/gtk/svg/custom/object-sizing-explicit-height-expected.txt: Added. |
| * platform/gtk/svg/custom/object-sizing-explicit-width-expected.png: Added. |
| * platform/gtk/svg/custom/object-sizing-explicit-width-expected.txt: Added. |
| * platform/gtk/svg/custom/object-sizing-explicit-width-height-expected.png: Added. |
| * platform/gtk/svg/custom/object-sizing-explicit-width-height-expected.txt: Added. |
| * platform/gtk/svg/custom/object-sizing-no-width-height-change-content-box-size-expected.png: Added. |
| * platform/gtk/svg/custom/object-sizing-no-width-height-change-content-box-size-expected.txt: Added. |
| * platform/gtk/svg/custom/object-sizing-no-width-height-expected.png: Added. |
| * platform/gtk/svg/custom/object-sizing-no-width-height-expected.txt: Added. |
| * platform/gtk/svg/wicd/rightsizing-grid-expected.png: Added. |
| * platform/gtk/svg/wicd/rightsizing-grid-expected.txt: Added. |
| * platform/gtk/svg/wicd/test-rightsizing-a-expected.png: Added. |
| * platform/gtk/svg/wicd/test-rightsizing-a-expected.txt: Added. |
| * platform/gtk/svg/wicd/test-rightsizing-b-expected.png: Added. |
| * platform/gtk/svg/wicd/test-rightsizing-b-expected.txt: Added. |
| * platform/gtk/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png: Added. |
| * platform/gtk/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt: Added. |
| * platform/gtk/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png: Added. |
| * platform/gtk/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt: Added. |
| * platform/gtk/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.png: Added. |
| * platform/gtk/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.txt: Added. |
| * platform/gtk/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png: Added. |
| * platform/gtk/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.txt: Added. |
| * platform/gtk/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png: Added. |
| * platform/gtk/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt: Added. |
| * platform/gtk/svg/zoom/page/zoom-svg-through-object-with-text-expected.png: Added. |
| * platform/gtk/svg/zoom/page/zoom-svg-through-object-with-text-expected.txt: Added. |
| |
| 2011-06-01 Mario Sanchez Prada <msanchez@igalia.com> |
| |
| Unreviewed, added new baseline for GTK after r87387. |
| |
| * platform/gtk/fast/borders/border-antialiasing-expected.txt: Added. |
| * platform/gtk/fast/borders/border-antialiasing-expected.png: Added. |
| |
| 2011-06-01 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Reviewed by Rob Buis. |
| |
| SVGs with a viewbox specified do not seem to work as SVGImages |
| https://bugs.webkit.org/show_bug.cgi?id=16517 |
| |
| SVGs with a viewBox work as background image nowadays, add a testcase covering it, originally from Beth Dakin. |
| |
| * platform/mac/svg/as-image/svg-as-background-with-viewBox-expected.png: Added. |
| * platform/mac/svg/as-image/svg-as-background-with-viewBox-expected.txt: Added. |
| * svg/as-image/resources/green-relative-size-rect-with-viewBox.svg: Added. |
| * svg/as-image/svg-as-background-with-viewBox.html: Added. |
| |
| 2011-06-01 Shishir Agrawal <shishir@chromium.org> |
| |
| Reviewed by Tony Gentilcore. |
| |
| Renaming the Page Visibility attributes as per the modified spec draft. |
| https://bugs.webkit.org/show_bug.cgi?id=61825 |
| |
| Spec draft: |
| http://dvcs.w3.org/hg/webperf/raw-file/tip/specs/PageVisibility/Overview.html |
| |
| - Event needs to be webkitVisibilityChange from webkitVisibilityStateChange |
| - The attribute webkitIsVisible needs to change to webkitHidden |
| |
| * fast/events/page-visibility-iframe-delete-test.html: |
| * fast/events/page-visibility-iframe-move-test-expected.txt: |
| * fast/events/page-visibility-iframe-move-test.html: |
| * fast/events/page-visibility-iframe-propagation-test-expected.txt: |
| * fast/events/page-visibility-iframe-propagation-test.html: |
| * fast/events/page-visibility-transition-test-expected.txt: |
| * fast/events/page-visibility-transition-test.html: |
| |
| 2011-06-01 Gabor Loki <loki@webkit.org> |
| |
| Rubber-stamped by Csaba Osztrogonác. |
| |
| Skip a flakey test on ARM. |
| |
| * platform/qt-arm/Skipped: |
| |
| 2011-06-01 Csaba Osztrogonác <ossy@webkit.org> |
| |
| [WK2] Skip new failing test because of missing SVG animation pause API. |
| |
| * platform/mac-wk2/Skipped: |
| |
| 2011-06-01 Mario Sanchez Prada <msanchez@igalia.com> |
| |
| Unreviewed, skipping flaky test on GTK 64-bit bot. |
| |
| * platform/gtk/Skipped: Skipped test. |
| |
| 2011-06-01 Csaba Osztrogonác <ossy@webkit.org> |
| |
| [Qt] Unreviewed trivial fix after r87778. |
| |
| * platform/qt/Skipped: Rename editing/pasteboard/4861080.html to editing/pasteboard/drag-drop-list.html. |
| |
| 2011-06-01 Gabor Loki <loki@webkit.org> |
| |
| Rubber-stamped by Csaba Osztrogonác. |
| |
| [Qt] Skip flakey tests on ARM |
| |
| * platform/qt-arm/Skipped: |
| |
| 2011-06-01 John Knottenbelt <jknotten@chromium.org> |
| |
| Unreviewed. |
| |
| [Chromium] Add in baselines for new SVG tests following https://bugs.webkit.org/show_bug.cgi?id=15473 |
| https://bugs.webkit.org/show_bug.cgi?id=61849 |
| |
| * platform/chromium-linux-x86/svg/custom/object-sizing-height-50p-on-target-svg-expected.png: Added. |
| * platform/chromium-linux-x86/svg/custom/object-sizing-height-50p-on-target-svg-expected.txt: Added. |
| * platform/chromium-linux-x86/svg/custom/object-sizing-width-50p-height-50p-on-target-svg-absolute-expected.png: Added. |
| * platform/chromium-linux-x86/svg/custom/object-sizing-width-50p-height-50p-on-target-svg-absolute-expected.txt: Added. |
| * platform/chromium-linux-x86/svg/custom/object-sizing-width-50p-height-50p-on-target-svg-expected.png: Added. |
| * platform/chromium-linux-x86/svg/custom/object-sizing-width-50p-height-50p-on-target-svg-expected.txt: Added. |
| * platform/chromium-linux-x86/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.png: Added. |
| * platform/chromium-linux-x86/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.txt: Added. |
| * platform/chromium-linux-x86/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.png: Added. |
| * platform/chromium-linux-x86/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.txt: Added. |
| * platform/chromium-linux-x86/svg/custom/object-sizing-width-50p-on-target-svg-absolute-expected.png: Added. |
| * platform/chromium-linux-x86/svg/custom/object-sizing-width-50p-on-target-svg-absolute-expected.txt: Added. |
| * platform/chromium-linux-x86/svg/custom/object-sizing-width-50p-on-target-svg-expected.png: Added. |
| * platform/chromium-linux-x86/svg/custom/object-sizing-width-50p-on-target-svg-expected.txt: Added. |
| * platform/chromium-linux-x86/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-absolute-expected.png: Added. |
| * platform/chromium-linux-x86/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-absolute-expected.txt: Added. |
| * platform/chromium-linux-x86/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-expected.png: Added. |
| * platform/chromium-linux-x86/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-expected.txt: Added. |
| * platform/chromium-linux-x86/svg/hixie/intrinsic/001-expected.png: Added. |
| * platform/chromium-linux-x86/svg/hixie/intrinsic/001-expected.txt: Added. |
| * platform/chromium-linux-x86/svg/hixie/intrinsic/002-expected.png: Added. |
| * platform/chromium-linux-x86/svg/hixie/intrinsic/002-expected.txt: Added. |
| * platform/chromium-linux-x86/svg/hixie/intrinsic/003-expected.png: Added. |
| * platform/chromium-linux-x86/svg/hixie/intrinsic/003-expected.txt: Added. |
| * platform/chromium-linux/svg/custom/object-sizing-height-50p-on-target-svg-expected.png: Added. |
| * platform/chromium-linux/svg/custom/object-sizing-height-50p-on-target-svg-expected.txt: Added. |
| * platform/chromium-linux/svg/custom/object-sizing-width-50p-height-50p-on-target-svg-absolute-expected.png: Added. |
| * platform/chromium-linux/svg/custom/object-sizing-width-50p-height-50p-on-target-svg-absolute-expected.txt: Added. |
| * platform/chromium-linux/svg/custom/object-sizing-width-50p-height-50p-on-target-svg-expected.png: Added. |
| * platform/chromium-linux/svg/custom/object-sizing-width-50p-height-50p-on-target-svg-expected.txt: Added. |
| * platform/chromium-linux/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.png: Added. |
| * platform/chromium-linux/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.txt: Added. |
| * platform/chromium-linux/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.png: Added. |
| * platform/chromium-linux/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.txt: Added. |
| * platform/chromium-linux/svg/custom/object-sizing-width-50p-on-target-svg-absolute-expected.png: Added. |
| * platform/chromium-linux/svg/custom/object-sizing-width-50p-on-target-svg-absolute-expected.txt: Added. |
| * platform/chromium-linux/svg/custom/object-sizing-width-50p-on-target-svg-expected.png: Added. |
| * platform/chromium-linux/svg/custom/object-sizing-width-50p-on-target-svg-expected.txt: Added. |
| * platform/chromium-linux/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-absolute-expected.png: Added. |
| * platform/chromium-linux/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-absolute-expected.txt: Added. |
| * platform/chromium-linux/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-expected.png: Added. |
| * platform/chromium-linux/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-expected.txt: Added. |
| * platform/chromium-linux/svg/hixie/intrinsic/001-expected.png: Added. |
| * platform/chromium-linux/svg/hixie/intrinsic/001-expected.txt: Added. |
| * platform/chromium-linux/svg/hixie/intrinsic/002-expected.png: Added. |
| * platform/chromium-linux/svg/hixie/intrinsic/002-expected.txt: Added. |
| * platform/chromium-linux/svg/hixie/intrinsic/003-expected.png: Added. |
| * platform/chromium-linux/svg/hixie/intrinsic/003-expected.txt: Added. |
| * platform/chromium-win-vista/svg/custom/object-sizing-height-50p-on-target-svg-expected.png: Added. |
| * platform/chromium-win-vista/svg/custom/object-sizing-height-50p-on-target-svg-expected.txt: Added. |
| * platform/chromium-win-vista/svg/custom/object-sizing-width-50p-height-50p-on-target-svg-absolute-expected.png: Added. |
| * platform/chromium-win-vista/svg/custom/object-sizing-width-50p-height-50p-on-target-svg-absolute-expected.txt: Added. |
| * platform/chromium-win-vista/svg/custom/object-sizing-width-50p-height-50p-on-target-svg-expected.png: Added. |
| * platform/chromium-win-vista/svg/custom/object-sizing-width-50p-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.png: Added. |
| * platform/chromium-win-vista/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.txt: Added. |
| * platform/chromium-win-vista/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.png: Added. |
| * platform/chromium-win-vista/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.txt: Added. |
| * platform/chromium-win-vista/svg/custom/object-sizing-width-50p-on-target-svg-absolute-expected.png: Added. |
| * platform/chromium-win-vista/svg/custom/object-sizing-width-50p-on-target-svg-absolute-expected.txt: Added. |
| * platform/chromium-win-vista/svg/custom/object-sizing-width-50p-on-target-svg-expected.png: Added. |
| * platform/chromium-win-vista/svg/custom/object-sizing-width-50p-on-target-svg-expected.txt: Added. |
| * platform/chromium-win-vista/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-absolute-expected.png: Added. |
| * platform/chromium-win-vista/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-absolute-expected.txt: Added. |
| * platform/chromium-win-vista/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-expected.png: Added. |
| * platform/chromium-win-vista/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-expected.txt: Added. |
| * platform/chromium-win-vista/svg/hixie/intrinsic/001-expected.png: Added. |
| * platform/chromium-win-vista/svg/hixie/intrinsic/001-expected.txt: Added. |
| * platform/chromium-win-vista/svg/hixie/intrinsic/002-expected.png: Added. |
| * platform/chromium-win-vista/svg/hixie/intrinsic/002-expected.txt: Added. |
| * platform/chromium-win-vista/svg/hixie/intrinsic/003-expected.png: Added. |
| * platform/chromium-win-vista/svg/hixie/intrinsic/003-expected.txt: Added. |
| |
| 2011-06-01 Mario Sanchez Prada <msanchez@igalia.com> |
| |
| Unreviewed. Test rebaselines for GTK after revision 87526. |
| |
| * platform/gtk/svg/hixie/text/003-expected.png: |
| * platform/gtk/svg/hixie/text/003-expected.txt: |
| * platform/gtk/svg/in-html/by-reference-expected.txt: |
| * platform/gtk/svg/zoom/page/relative-sized-document-scrollbars-expected.txt: |
| |
| 2011-06-01 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Reviewed by Andreas Kling. |
| |
| REGRESSION: fast/images/svg-background-crash-on-refresh.html hangs |
| https://bugs.webkit.org/show_bug.cgi?id=15483 |
| |
| The regression seems gone, I can't reproduce it anymore, reenable svg-background-crash-on-refresh.html. |
| Convert the test to use dumpAsText() and actually execute the refreshing twice, including forced gc |
| to see whether we crash on referesh or not, before it didn't actually reload. If a crash happened, |
| it happened somewhen after executing this test, which is probably why it was flakey. |
| |
| * platform/mac/svg/as-image/svg-background-crash-on-refresh-expected.png: Removed. |
| * platform/mac/svg/as-image/svg-background-crash-on-refresh-expected.txt: Removed. |
| * svg/as-image/svg-background-crash-on-refresh-expected.txt: Copied from platform/mac/svg/as-image/svg-background-crash-on-refresh-expected.txt. |
| * svg/as-image/svg-background-crash-on-refresh.html: Copied from svg/as-image/svg-background-crash-on-refresh.html-disabled. |
| * svg/as-image/svg-background-crash-on-refresh.html-disabled: Removed. |
| |
| 2011-06-01 Mario Sanchez Prada <msanchez@igalia.com> |
| |
| Unreviewed. Test rebaselines for GTK after revision 87721. |
| |
| * platform/gtk/svg/custom/invalid-fill-expected.png: |
| * platform/gtk/svg/custom/invalid-fill-expected.txt: |
| * platform/gtk/svg/custom/invalid-fill-hex-expected.png: |
| * platform/gtk/svg/custom/invalid-fill-hex-expected.txt: |
| |
| 2011-06-01 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Reviewed by Adam Barth. |
| |
| Move fast/images/*svg* to svg/as-image/ |
| https://bugs.webkit.org/show_bug.cgi?id=61840 |
| |
| The SVG crowd regulary runs pixel tests, and we'd like to also include the SVG-as-image tests in our daily runs. |
| Also it makes more sense to have these tests in a single place, just like eg. svg/in-html (html5+svg). |
| |
| * fast/images/animated-svg-as-image.html: Removed. |
| * fast/images/drag-svg-as-image-expected.txt: Removed. |
| * fast/images/drag-svg-as-image.html: Removed. |
| * fast/images/resources/animated-rect-fixed-size.svg: Removed. |
| * fast/images/resources/animated-rect-relative-size.svg: Removed. |
| * fast/images/resources/butterfly.svg: Removed. |
| * fast/images/resources/circle.svg: Removed. |
| * fast/images/resources/green-fixed-size-rect.svg: Removed. |
| * fast/images/resources/green-relative-size-rect.svg: Removed. |
| * fast/images/resources/load-script.html: Removed. |
| * fast/images/resources/width-100-percent.svg: Removed. |
| * fast/images/svg-as-background.html: Removed. |
| * fast/images/svg-as-image.html: Removed. |
| * fast/images/svg-as-relative-image.html: Removed. |
| * fast/images/svg-as-tiled-background.html: Removed. |
| * fast/images/svg-background-crash-on-refresh.html-disabled: Removed. |
| * fast/images/svg-background-partial-redraw.html: Removed. |
| * fast/images/svg-image-leak-loader-expected.txt: Removed. |
| * fast/images/svg-image-leak-loader.html: Removed. |
| * fast/images/svg-nested-expected.txt: Removed. |
| * fast/images/svg-nested.html: Removed. |
| * fast/images/svg-width-100p-as-background.html: Removed. |
| * platform/chromium-linux/fast/images/animated-svg-as-image-expected.png: Removed. |
| * platform/chromium-linux/fast/images/svg-background-partial-redraw-expected.png: Removed. |
| * platform/chromium-linux/svg/as-image: Added. |
| * platform/chromium-linux/svg/as-image/animated-svg-as-image-expected.png: Copied from platform/chromium-linux/fast/images/animated-svg-as-image-expected.png. |
| * platform/chromium-linux/svg/as-image/svg-background-partial-redraw-expected.png: Copied from platform/chromium-linux/fast/images/svg-background-partial-redraw-expected.png. |
| * platform/chromium-mac-leopard/fast/images/svg-background-partial-redraw-expected.png: Removed. |
| * platform/chromium-mac-leopard/svg/as-image: Added. |
| * platform/chromium-mac-leopard/svg/as-image/svg-background-partial-redraw-expected.png: Copied from platform/chromium-mac-leopard/fast/images/svg-background-partial-redraw-expected.png. |
| * platform/chromium-mac/fast/images/svg-background-partial-redraw-expected.png: Removed. |
| * platform/chromium-mac/svg/as-image: Added. |
| * platform/chromium-mac/svg/as-image/svg-background-partial-redraw-expected.png: Copied from platform/chromium-mac/fast/images/svg-background-partial-redraw-expected.png. |
| * platform/chromium-win/fast/images/animated-svg-as-image-expected.png: Removed. |
| * platform/chromium-win/fast/images/animated-svg-as-image-expected.txt: Removed. |
| * platform/chromium-win/fast/images/svg-as-background-expected.txt: Removed. |
| * platform/chromium-win/fast/images/svg-as-tiled-background-expected.txt: Removed. |
| * platform/chromium-win/fast/images/svg-background-partial-redraw-expected.png: Removed. |
| * platform/chromium-win/fast/images/svg-background-partial-redraw-expected.txt: Removed. |
| * platform/chromium-win/fast/images/svg-width-100p-as-background-expected.txt: Removed. |
| * platform/chromium-win/svg/as-image: Added. |
| * platform/chromium-win/svg/as-image/animated-svg-as-image-expected.png: Copied from platform/chromium-win/fast/images/animated-svg-as-image-expected.png. |
| * platform/chromium-win/svg/as-image/animated-svg-as-image-expected.txt: Copied from platform/chromium-win/fast/images/animated-svg-as-image-expected.txt. |
| * platform/chromium-win/svg/as-image/svg-as-background-expected.txt: Copied from platform/chromium-win/fast/images/svg-as-background-expected.txt. |
| * platform/chromium-win/svg/as-image/svg-as-tiled-background-expected.txt: Copied from platform/chromium-win/fast/images/svg-as-tiled-background-expected.txt. |
| * platform/chromium-win/svg/as-image/svg-background-partial-redraw-expected.png: Copied from platform/chromium-win/fast/images/svg-background-partial-redraw-expected.png. |
| * platform/chromium-win/svg/as-image/svg-background-partial-redraw-expected.txt: Copied from platform/chromium-win/fast/images/svg-background-partial-redraw-expected.txt. |
| * platform/chromium-win/svg/as-image/svg-width-100p-as-background-expected.txt: Copied from platform/chromium-win/fast/images/svg-width-100p-as-background-expected.txt. |
| * platform/chromium/test_expectations.txt: |
| * platform/gtk/fast/images/animated-svg-as-image-expected.png: Removed. |
| * platform/gtk/fast/images/animated-svg-as-image-expected.txt: Removed. |
| * platform/gtk/fast/images/svg-as-background-expected.png: Removed. |
| * platform/gtk/fast/images/svg-as-background-expected.txt: Removed. |
| * platform/gtk/fast/images/svg-as-image-expected.png: Removed. |
| * platform/gtk/fast/images/svg-as-image-expected.txt: Removed. |
| * platform/gtk/fast/images/svg-as-relative-image-expected.png: Removed. |
| * platform/gtk/fast/images/svg-as-relative-image-expected.txt: Removed. |
| * platform/gtk/fast/images/svg-as-tiled-background-expected.png: Removed. |
| * platform/gtk/fast/images/svg-as-tiled-background-expected.txt: Removed. |
| * platform/gtk/fast/images/svg-background-partial-redraw-expected.txt: Removed. |
| * platform/gtk/fast/images/svg-width-100p-as-background-expected.png: Removed. |
| * platform/gtk/fast/images/svg-width-100p-as-background-expected.txt: Removed. |
| * platform/gtk/svg/as-image: Added. |
| * platform/gtk/svg/as-image/animated-svg-as-image-expected.png: Copied from platform/gtk/fast/images/animated-svg-as-image-expected.png. |
| * platform/gtk/svg/as-image/animated-svg-as-image-expected.txt: Copied from platform/gtk/fast/images/animated-svg-as-image-expected.txt. |
| * platform/gtk/svg/as-image/svg-as-background-expected.png: Copied from platform/gtk/fast/images/svg-as-background-expected.png. |
| * platform/gtk/svg/as-image/svg-as-background-expected.txt: Copied from platform/gtk/fast/images/svg-as-background-expected.txt. |
| * platform/gtk/svg/as-image/svg-as-image-expected.png: Copied from platform/gtk/fast/images/svg-as-image-expected.png. |
| * platform/gtk/svg/as-image/svg-as-image-expected.txt: Copied from platform/gtk/fast/images/svg-as-image-expected.txt. |
| * platform/gtk/svg/as-image/svg-as-relative-image-expected.png: Copied from platform/gtk/fast/images/svg-as-relative-image-expected.png. |
| * platform/gtk/svg/as-image/svg-as-relative-image-expected.txt: Copied from platform/gtk/fast/images/svg-as-relative-image-expected.txt. |
| * platform/gtk/svg/as-image/svg-as-tiled-background-expected.png: Copied from platform/gtk/fast/images/svg-as-tiled-background-expected.png. |
| * platform/gtk/svg/as-image/svg-as-tiled-background-expected.txt: Copied from platform/gtk/fast/images/svg-as-tiled-background-expected.txt. |
| * platform/gtk/svg/as-image/svg-background-partial-redraw-expected.txt: Copied from platform/gtk/fast/images/svg-background-partial-redraw-expected.txt. |
| * platform/gtk/svg/as-image/svg-width-100p-as-background-expected.png: Copied from platform/gtk/fast/images/svg-width-100p-as-background-expected.png. |
| * platform/gtk/svg/as-image/svg-width-100p-as-background-expected.txt: Copied from platform/gtk/fast/images/svg-width-100p-as-background-expected.txt. |
| * platform/mac-leopard/fast/images/animated-svg-as-image-expected.png: Removed. |
| * platform/mac-leopard/fast/images/svg-background-partial-redraw-expected.png: Removed. |
| * platform/mac-leopard/svg/as-image: Added. |
| * platform/mac-leopard/svg/as-image/animated-svg-as-image-expected.png: Copied from platform/mac-leopard/fast/images/animated-svg-as-image-expected.png. |
| * platform/mac-leopard/svg/as-image/svg-background-partial-redraw-expected.png: Copied from platform/mac-leopard/fast/images/svg-background-partial-redraw-expected.png. |
| * platform/mac/fast/images/animated-svg-as-image-expected.png: Removed. |
| * platform/mac/fast/images/animated-svg-as-image-expected.txt: Removed. |
| * platform/mac/fast/images/svg-as-background-expected.png: Removed. |
| * platform/mac/fast/images/svg-as-background-expected.txt: Removed. |
| * platform/mac/fast/images/svg-as-image-expected.png: Removed. |
| * platform/mac/fast/images/svg-as-image-expected.txt: Removed. |
| * platform/mac/fast/images/svg-as-relative-image-expected.png: Removed. |
| * platform/mac/fast/images/svg-as-relative-image-expected.txt: Removed. |
| * platform/mac/fast/images/svg-as-tiled-background-expected.png: Removed. |
| * platform/mac/fast/images/svg-as-tiled-background-expected.txt: Removed. |
| * platform/mac/fast/images/svg-background-crash-on-refresh-expected.png: Removed. |
| * platform/mac/fast/images/svg-background-crash-on-refresh-expected.txt: Removed. |
| * platform/mac/fast/images/svg-background-partial-redraw-expected.png: Removed. |
| * platform/mac/fast/images/svg-background-partial-redraw-expected.txt: Removed. |
| * platform/mac/fast/images/svg-width-100p-as-background-expected.png: Removed. |
| * platform/mac/fast/images/svg-width-100p-as-background-expected.txt: Removed. |
| * platform/mac/svg/as-image: Added. |
| * platform/mac/svg/as-image/animated-svg-as-image-expected.png: Copied from platform/mac/fast/images/animated-svg-as-image-expected.png. |
| * platform/mac/svg/as-image/animated-svg-as-image-expected.txt: Copied from platform/mac/fast/images/animated-svg-as-image-expected.txt. |
| * platform/mac/svg/as-image/svg-as-background-expected.png: Copied from platform/mac/fast/images/svg-as-background-expected.png. |
| * platform/mac/svg/as-image/svg-as-background-expected.txt: Copied from platform/mac/fast/images/svg-as-background-expected.txt. |
| * platform/mac/svg/as-image/svg-as-image-expected.png: Copied from platform/mac/fast/images/svg-as-image-expected.png. |
| * platform/mac/svg/as-image/svg-as-image-expected.txt: Copied from platform/mac/fast/images/svg-as-image-expected.txt. |
| * platform/mac/svg/as-image/svg-as-relative-image-expected.png: Copied from platform/mac/fast/images/svg-as-relative-image-expected.png. |
| * platform/mac/svg/as-image/svg-as-relative-image-expected.txt: Copied from platform/mac/fast/images/svg-as-relative-image-expected.txt. |
| * platform/mac/svg/as-image/svg-as-tiled-background-expected.png: Copied from platform/mac/fast/images/svg-as-tiled-background-expected.png. |
| * platform/mac/svg/as-image/svg-as-tiled-background-expected.txt: Copied from platform/mac/fast/images/svg-as-tiled-background-expected.txt. |
| * platform/mac/svg/as-image/svg-background-crash-on-refresh-expected.png: Copied from platform/mac/fast/images/svg-background-crash-on-refresh-expected.png. |
| * platform/mac/svg/as-image/svg-background-crash-on-refresh-expected.txt: Copied from platform/mac/fast/images/svg-background-crash-on-refresh-expected.txt. |
| * platform/mac/svg/as-image/svg-background-partial-redraw-expected.png: Copied from platform/mac/fast/images/svg-background-partial-redraw-expected.png. |
| * platform/mac/svg/as-image/svg-background-partial-redraw-expected.txt: Copied from platform/mac/fast/images/svg-background-partial-redraw-expected.txt. |
| * platform/mac/svg/as-image/svg-width-100p-as-background-expected.png: Copied from platform/mac/fast/images/svg-width-100p-as-background-expected.png. |
| * platform/mac/svg/as-image/svg-width-100p-as-background-expected.txt: Copied from platform/mac/fast/images/svg-width-100p-as-background-expected.txt. |
| * platform/qt-mac/Skipped: |
| * platform/qt-wk2/Skipped: |
| * platform/qt/Skipped: |
| * platform/qt/fast/images/animated-svg-as-image-expected.txt: Removed. |
| * platform/qt/fast/images/svg-as-background-expected.txt: Removed. |
| * platform/qt/fast/images/svg-as-image-expected.txt: Removed. |
| * platform/qt/fast/images/svg-as-relative-image-expected.txt: Removed. |
| * platform/qt/fast/images/svg-as-tiled-background-expected.txt: Removed. |
| * platform/qt/fast/images/svg-background-partial-redraw-expected.png: Removed. |
| * platform/qt/fast/images/svg-background-partial-redraw-expected.txt: Removed. |
| * platform/qt/fast/images/svg-width-100p-as-background-expected.txt: Removed. |
| * platform/qt/svg/as-image: Added. |
| * platform/qt/svg/as-image/animated-svg-as-image-expected.txt: Copied from platform/qt/fast/images/animated-svg-as-image-expected.txt. |
| * platform/qt/svg/as-image/svg-as-background-expected.txt: Copied from platform/qt/fast/images/svg-as-background-expected.txt. |
| * platform/qt/svg/as-image/svg-as-image-expected.txt: Copied from platform/qt/fast/images/svg-as-image-expected.txt. |
| * platform/qt/svg/as-image/svg-as-relative-image-expected.txt: Copied from platform/qt/fast/images/svg-as-relative-image-expected.txt. |
| * platform/qt/svg/as-image/svg-as-tiled-background-expected.txt: Copied from platform/qt/fast/images/svg-as-tiled-background-expected.txt. |
| * platform/qt/svg/as-image/svg-background-partial-redraw-expected.png: Copied from platform/qt/fast/images/svg-background-partial-redraw-expected.png. |
| * platform/qt/svg/as-image/svg-background-partial-redraw-expected.txt: Copied from platform/qt/fast/images/svg-background-partial-redraw-expected.txt. |
| * platform/qt/svg/as-image/svg-width-100p-as-background-expected.txt: Copied from platform/qt/fast/images/svg-width-100p-as-background-expected.txt. |
| * svg/as-image: Added. |
| * svg/as-image/animated-svg-as-image.html: Copied from fast/images/animated-svg-as-image.html. |
| * svg/as-image/drag-svg-as-image-expected.txt: Copied from fast/images/drag-svg-as-image-expected.txt. |
| * svg/as-image/drag-svg-as-image.html: Copied from fast/images/drag-svg-as-image.html. |
| * svg/as-image/resources: Added. |
| * svg/as-image/resources/animated-rect-fixed-size.svg: Copied from fast/images/resources/animated-rect-fixed-size.svg. |
| * svg/as-image/resources/animated-rect-relative-size.svg: Copied from fast/images/resources/animated-rect-relative-size.svg. |
| * svg/as-image/resources/butterfly.svg: Copied from fast/images/resources/butterfly.svg. |
| * svg/as-image/resources/circle.svg: Copied from fast/images/resources/circle.svg. |
| * svg/as-image/resources/green-fixed-size-rect.svg: Copied from fast/images/resources/green-fixed-size-rect.svg. |
| * svg/as-image/resources/green-relative-size-rect.svg: Copied from fast/images/resources/green-relative-size-rect.svg. |
| * svg/as-image/resources/load-script.html: Copied from fast/images/resources/load-script.html. |
| * svg/as-image/resources/width-100-percent.svg: Copied from fast/images/resources/width-100-percent.svg. |
| * svg/as-image/svg-as-background.html: Copied from fast/images/svg-as-background.html. |
| * svg/as-image/svg-as-image.html: Copied from fast/images/svg-as-image.html. |
| * svg/as-image/svg-as-relative-image.html: Copied from fast/images/svg-as-relative-image.html. |
| * svg/as-image/svg-as-tiled-background.html: Copied from fast/images/svg-as-tiled-background.html. |
| * svg/as-image/svg-background-crash-on-refresh.html-disabled: Copied from fast/images/svg-background-crash-on-refresh.html-disabled. |
| * svg/as-image/svg-background-partial-redraw.html: Copied from fast/images/svg-background-partial-redraw.html. |
| * svg/as-image/svg-image-leak-loader-expected.txt: Copied from fast/images/svg-image-leak-loader-expected.txt. |
| * svg/as-image/svg-image-leak-loader.html: Copied from fast/images/svg-image-leak-loader.html. |
| * svg/as-image/svg-nested-expected.txt: Copied from fast/images/svg-nested-expected.txt. |
| * svg/as-image/svg-nested.html: Copied from fast/images/svg-nested.html. |
| * svg/as-image/svg-width-100p-as-background.html: Copied from fast/images/svg-width-100p-as-background.html. |
| |
| 2011-06-01 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Reviewed by Rob Buis. |
| |
| SVG fails all 3 of Hixie's CSS intrinsic sizing tests |
| https://bugs.webkit.org/show_bug.cgi?id=15473 |
| |
| Hixies CSS intrinsic sizing tests cover percentage sizes specified on the target SVG document as width/height attributes |
| and using width: auto / height: auto on the <object> that hosts the SVG document. Take percentage sizes of the outermost |
| SVGs width/height attributes into account when determining the intrinsic size of the <object>. |
| |
| Added several other testcases demonstrating several scenarios. All tests work exactly the same in WebKit and Firefox now. |
| The *on-target-svg-absolute.xhtml tests look equal to WebKit/FF but Opera fails them, likely a relict of the different |
| interpretation of the intrinsic size of a SVG document in SVG Tiny 1.2. |
| |
| * platform/mac/svg/custom/object-sizing-height-50p-on-target-svg-absolute-expected.png: Added. |
| * platform/mac/svg/custom/object-sizing-height-50p-on-target-svg-absolute-expected.txt: Added. |
| * platform/mac/svg/custom/object-sizing-height-50p-on-target-svg-expected.png: Added. |
| * platform/mac/svg/custom/object-sizing-height-50p-on-target-svg-expected.txt: Added. |
| * platform/mac/svg/custom/object-sizing-width-50p-height-50p-on-target-svg-absolute-expected.png: Added. |
| * platform/mac/svg/custom/object-sizing-width-50p-height-50p-on-target-svg-absolute-expected.txt: Added. |
| * platform/mac/svg/custom/object-sizing-width-50p-height-50p-on-target-svg-expected.png: Added. |
| * platform/mac/svg/custom/object-sizing-width-50p-height-50p-on-target-svg-expected.txt: Added. |
| * platform/mac/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.png: Added. |
| * platform/mac/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.txt: Added. |
| * platform/mac/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.png: Added. |
| * platform/mac/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.txt: Added. |
| * platform/mac/svg/custom/object-sizing-width-50p-on-target-svg-absolute-expected.png: Added. |
| * platform/mac/svg/custom/object-sizing-width-50p-on-target-svg-absolute-expected.txt: Added. |
| * platform/mac/svg/custom/object-sizing-width-50p-on-target-svg-expected.png: Added. |
| * platform/mac/svg/custom/object-sizing-width-50p-on-target-svg-expected.txt: Added. |
| * platform/mac/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-absolute-expected.png: Added. |
| * platform/mac/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-absolute-expected.txt: Added. |
| * platform/mac/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-expected.png: Added. |
| * platform/mac/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-expected.txt: Added. |
| * platform/mac/svg/hixie/intrinsic: Added. |
| * platform/mac/svg/hixie/intrinsic/001-expected.png: Added. |
| * platform/mac/svg/hixie/intrinsic/001-expected.txt: Added. |
| * platform/mac/svg/hixie/intrinsic/002-expected.png: Added. |
| * platform/mac/svg/hixie/intrinsic/002-expected.txt: Added. |
| * platform/mac/svg/hixie/intrinsic/003-expected.png: Added. |
| * platform/mac/svg/hixie/intrinsic/003-expected.txt: Added. |
| * svg/custom/object-sizing-height-50p-on-target-svg-absolute.xhtml: Added. |
| * svg/custom/object-sizing-height-50p-on-target-svg.xhtml: Added. |
| * svg/custom/object-sizing-width-50p-height-50p-on-target-svg-absolute.xhtml: Added. |
| * svg/custom/object-sizing-width-50p-height-50p-on-target-svg.xhtml: Added. |
| * svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute.xhtml: Added. |
| * svg/custom/object-sizing-width-50p-height-75p-on-target-svg.xhtml: Added. |
| * svg/custom/object-sizing-width-50p-on-target-svg-absolute.xhtml: Added. |
| * svg/custom/object-sizing-width-50p-on-target-svg.xhtml: Added. |
| * svg/custom/object-sizing-width-75p-height-50p-on-target-svg-absolute.xhtml: Added. |
| * svg/custom/object-sizing-width-75p-height-50p-on-target-svg.xhtml: Added. |
| * svg/custom/resources/object-sizing-height-50p.svg: Added. |
| * svg/custom/resources/object-sizing-width-50p-height-50p.svg: Added. |
| * svg/custom/resources/object-sizing-width-50p-height-75p.svg: Added. |
| * svg/custom/resources/object-sizing-width-50p.svg: Added. |
| * svg/custom/resources/object-sizing-width-75p-height-50p.svg: Added. |
| * svg/hixie/intrinsic: Added. |
| * svg/hixie/intrinsic/001.html: Added. |
| * svg/hixie/intrinsic/002.html: Added. |
| * svg/hixie/intrinsic/003.html: Added. |
| * svg/hixie/intrinsic/resources: Added. |
| * svg/hixie/intrinsic/resources/001.svg: Added. |
| * svg/hixie/intrinsic/resources/002.svg: Added. |
| * svg/hixie/intrinsic/resources/003.svg: Added. |
| * svg/hixie/intrinsic/resources/test-bl: Added. |
| * svg/hixie/intrinsic/resources/test-br: Added. |
| * svg/hixie/intrinsic/resources/test-tl: Added. |
| * svg/hixie/intrinsic/resources/test-tr: Added. |
| |
| 2011-06-01 Annie Sullivan <sullivan@chromium.org> |
| |
| Reviewed by Ryosuke Niwa. |
| |
| Convert editing/pasteboard/4861010 to dump-as-markup |
| https://bugs.webkit.org/show_bug.cgi?id=61683 |
| |
| Renamed test to drag-drop-list.html, cleaned up html, and updated description. |
| |
| * editing/pasteboard/4861080.html: Removed. |
| * editing/pasteboard/drag-drop-list.html: Copied from LayoutTests/editing/pasteboard/4861080.html. |
| * platform/chromium-linux/editing/pasteboard/4861080-expected.png: Removed. |
| * platform/chromium-win/editing/pasteboard/4861080-expected.png: Removed. |
| * platform/chromium-win/editing/pasteboard/4861080-expected.txt: Removed. |
| * platform/gtk/editing/pasteboard/4861080-expected.png: Removed. |
| * platform/gtk/editing/pasteboard/4861080-expected.txt: Removed. |
| * platform/mac-leopard/editing/pasteboard/4861080-expected.png: Removed. |
| * platform/mac/editing/pasteboard/4861080-expected.png: Removed. |
| * platform/mac/editing/pasteboard/4861080-expected.txt: Removed. |
| |
| 2011-05-31 Kent Tamura <tkent@chromium.org> |
| |
| Reviewed by Hajime Morita. |
| |
| Convert fast/forms/date-input-visible-strings.html to dumpAsText(). |
| https://bugs.webkit.org/show_bug.cgi?id=61777 |
| |
| * fast/forms/date-input-visible-strings.html: |
| * fast/forms/date-input-visible-strings-expected.txt: Added. |
| * platform/chromium-linux/fast/forms/date-input-visible-strings-expected.png: Removed. |
| * platform/chromium-mac-leopard/fast/forms/date-input-visible-strings-expected.png: Removed. |
| * platform/chromium-win/fast/forms/date-input-visible-strings-expected.png: Removed. |
| * platform/chromium-win/fast/forms/date-input-visible-strings-expected.txt: Removed. |
| * platform/gtk/fast/forms/date-input-visible-strings-expected.png: Removed. |
| * platform/gtk/fast/forms/date-input-visible-strings-expected.txt: Removed. |
| * platform/mac/fast/forms/date-input-visible-strings-expected.png: Removed. |
| * platform/mac/fast/forms/date-input-visible-strings-expected.txt: Removed. |
| * platform/win/fast/forms/date-input-visible-strings-expected.txt: Removed. |
| |
| 2011-05-31 Annie Sullivan <sullivan@chromium.org> |
| |
| Reviewed by Ryosuke Niwa. |
| |
| Convert editing/pasteboard/paste-blockquote-into-blockquote-2.html to dump-as-markup |
| https://bugs.webkit.org/show_bug.cgi?id=61682 |
| |
| Convert test to dump-as-markup and clean up HTML. Also update test description. |
| |
| * editing/pasteboard/paste-blockquote-into-blockquote-2-expected.txt: Added. |
| * editing/pasteboard/paste-blockquote-into-blockquote-2.html: |
| * platform/chromium-linux/editing/pasteboard/paste-blockquote-into-blockquote-2-expected.png: Removed. |
| * platform/chromium-win/editing/pasteboard/paste-blockquote-into-blockquote-2-expected.png: Removed. |
| * platform/chromium-win/editing/pasteboard/paste-blockquote-into-blockquote-2-expected.txt: Removed. |
| * platform/gtk/editing/pasteboard/paste-blockquote-into-blockquote-2-expected.txt: Removed. |
| * platform/mac-leopard/editing/pasteboard/paste-blockquote-into-blockquote-2-expected.png: Removed. |
| * platform/mac/editing/pasteboard/paste-blockquote-into-blockquote-2-expected.png: Removed. |
| * platform/mac/editing/pasteboard/paste-blockquote-into-blockquote-2-expected.txt: Removed. |
| * platform/qt/editing/pasteboard/paste-blockquote-into-blockquote-2-expected.txt: Removed. |
| |
| 2011-05-31 Kinuko Yasuda <kinuko@chromium.org> |
| |
| Reviewed by Kent Tamura. |
| |
| [Chromium] webkitStorageInfo methods (for quota API) should not crash when error callback is not given. |
| https://bugs.webkit.org/show_bug.cgi?id=61823 |
| |
| Added a new test for the fix marked the new test 'skipped' on unsupported platforms. |
| |
| * platform/chromium/test_expectations.txt: |
| * platform/gtk/Skipped: |
| * platform/mac/Skipped: |
| * platform/qt/Skipped: |
| * platform/win/Skipped: |
| * storage/storageinfo-no-callbacks-expected.txt: Added. |
| * storage/storageinfo-no-callbacks.html: Added. |
| |
| 2011-05-31 Hironori Bono <hbono@chromium.org> |
| |
| Reviewed by Eric Seidel. |
| |
| Send an input event when we change the text direction. |
| https://bugs.webkit.org/show_bug.cgi?id=50952 |
| |
| This adds a new layout test to verify that we can receive input events |
| when we change the text direction of a <textarea> element and an <input> |
| element. |
| |
| * fast/html/set-text-direction-expected.txt: Added. |
| * fast/html/set-text-direction.html: Added. |
| * platform/gtk/Skipped: |
| * platform/mac-leopard/Skipped: |
| * platform/mac-tiger/Skipped: |
| * platform/qt/Skipped: |
| * platform/win/Skipped: |
| |
| 2011-05-27 Adrienne Walker <enne@google.com> |
| |
| Reviewed by James Robinson. |
| |
| [chromium] Fix crash from empty reflections with masks |
| https://bugs.webkit.org/show_bug.cgi?id=61654 |
| |
| * compositing/reflections/empty-reflection-with-mask-expected.txt: Added. |
| * compositing/reflections/empty-reflection-with-mask.html: Added. |
| |
| 2011-05-31 Berend-Jan Wever <skylined@chromium.org> |
| |
| Reviewed by Adam Barth. |
| |
| Add test to make sure an error in requestFileSystem or resolveLocalFileSystemURI |
| when no error callback is supplied does not cause a NULL ptr. |
| https://bugs.webkit.org/show_bug.cgi?id=49539 |
| |
| * fast/filesystem/filesystem-no-callback-null-ptr-crash.html: Added. |
| * fast/filesystem/filesystem-no-callback-null-ptr-crash-expected.txt: Added. |
| |
| 2011-05-31 Hao Zheng <zhenghao@chromium.org> |
| |
| Reviewed by Tony Chang. |
| |
| Flush output buffer of php. |
| https://bugs.webkit.org/show_bug.cgi?id=56060 |
| |
| On Lucid, the output buffer is enabled by default, but it's not |
| enabled on Hardy. Fix test http/tests/loading/preload-slow-loading.php |
| http://www.php.net/manual/en/function.ob-flush.php |
| |
| * http/tests/loading/preload-slow-loading.php: |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-05-31 Adam Barth <abarth@webkit.org> |
| |
| Add chromium-mac-leopard image results for these SVG tests. |
| |
| * platform/chromium-mac-leopard/svg/custom/invalid-fill-expected.png: Added. |
| * platform/chromium-mac-leopard/svg/custom/invalid-fill-hex-expected.png: Added. |
| * platform/chromium-mac-leopard/svg/custom/invalid-stroke-hex-expected.png: Added. |
| * platform/chromium-mac-leopard/svg/custom/invalid-uri-stroke-expected.png: Added. |
| |
| 2011-05-31 Rob Buis <rbuis@rim.com> |
| |
| RS=Dirk Schulze. |
| |
| run-webkit-tests on animate-path-nested-transform.html crashes |
| https://bugs.webkit.org/show_bug.cgi?id=61798 |
| |
| "Fix" the crashing test by choosing safer values. |
| |
| * svg/animations/script-tests/animate-path-nested-transforms.js: |
| (executeTest): |
| |
| 2011-05-31 Rob Buis <rbuis@rim.com> |
| |
| Reviewed by Dirk Schulze. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=34301 |
| Creating <animateMotion> elements via javascript do not execute |
| |
| https://bugs.webkit.org/show_bug.cgi?id=17043 |
| SVG missing some .idl files |
| |
| Verify that adding mpath via javascript works. |
| |
| * svg/animations/animate-mpath-insert-expected.txt: Added. |
| * svg/animations/animate-mpath-insert.html: Added. |
| * svg/animations/script-tests/animate-mpath-insert.js: Added. |
| (mpath.setAttributeNS.animateMotion.appendChild.g.appendChild.rootSVGElement.appendChild.passIfCloseEnough): |
| (startSample): |
| (endSample): |
| (executeTest): |
| |
| 2011-05-31 Abhishek Arya <inferno@chromium.org> |
| |
| Reviewed by Dimitri Glazkov. |
| |
| Tests that cloning an audio element with media controls does |
| not result in crash. |
| https://bugs.webkit.org/show_bug.cgi?id=61765 |
| |
| * media/media-controls-clone-crash-expected.txt: Added. |
| * media/media-controls-clone-crash.html: Added. |
| |
| 2011-05-31 Andreas Kling <kling@webkit.org> |
| |
| Unreviewed. Rebaseline Mac after JSC/Canvas bindings changes. |
| |
| * platform/mac/canvas/philip/tests/2d.missingargs-expected.txt: |
| |
| 2011-05-31 Abhishek Arya <inferno@chromium.org> |
| |
| Reviewed by Dimitri Glazkov. |
| |
| Test that we do not crash when a DOMNodeInsertedIntoDocument event |
| is fired while generating a error message block in xml parsing. |
| https://bugs.webkit.org/show_bug.cgi?id=61688 |
| |
| * fast/dom/xml-parser-error-message-crash-expected.txt: Added. |
| * fast/dom/xml-parser-error-message-crash.svg: Added. |
| |
| 2011-05-31 Andreas Kling <kling@webkit.org> |
| |
| Reviewed by Antti Koivisto. |
| |
| Canvas/JSC: Auto-generate overloads for setShadow() |
| https://bugs.webkit.org/show_bug.cgi?id=61786 |
| |
| Add a test to verify the behavior of setShadow() when called |
| with different numbers of arguments. |
| |
| * fast/canvas/canvas-overloads-setShadow-expected.txt: Added. |
| * fast/canvas/canvas-overloads-setShadow.html: Added. |
| * fast/canvas/script-tests/canvas-overloads-setShadow.js: Added. |
| |
| 2011-05-31 Andreas Kling <kling@webkit.org> |
| |
| Reviewed by Antti Koivisto. |
| |
| Canvas/JSC: Auto-generate overloads for drawImageFromRect() |
| https://bugs.webkit.org/show_bug.cgi?id=61709 |
| |
| Add a test to verify the behavior of drawImageFromRect() when called |
| with different numbers of arguments. |
| |
| * fast/canvas/canvas-overloads-drawImageFromRect-expected.txt: Added. |
| * fast/canvas/canvas-overloads-drawImageFromRect.html: Added. |
| * fast/canvas/script-tests/canvas-overloads-drawImageFromRect.js: Added. |
| |
| 2011-05-31 Andreas Kling <kling@webkit.org> |
| |
| Reviewed by Antti Koivisto. |
| |
| Canvas/JSC: Auto-generate overloads for drawImage() |
| https://bugs.webkit.org/show_bug.cgi?id=61703 |
| |
| Add a test to verify the behavior of drawImage() when called with |
| different numbers of arguments. |
| |
| * fast/canvas/canvas-overloads-drawImage-expected.txt: Added. |
| * fast/canvas/canvas-overloads-drawImage.html: Added. |
| * fast/canvas/script-tests/canvas-overloads-drawImage.js: Added. |
| |
| 2011-05-31 Andreas Kling <kling@webkit.org> |
| |
| Reviewed by Antti Koivisto. |
| |
| Canvas/JSC: Auto-generate overloads for strokeRect() |
| https://bugs.webkit.org/show_bug.cgi?id=61641 |
| |
| Add a test to verify the behavior of strokeRect() when called with |
| different numbers of arguments. |
| |
| * fast/canvas/canvas-overloads-strokeRect-expected.txt: Added. |
| * fast/canvas/canvas-overloads-strokeRect.html: Added. |
| * fast/canvas/script-tests/canvas-overloads-strokeRect.js: Added. |
| |
| 2011-05-31 Andreas Kling <kling@webkit.org> |
| |
| Reviewed by Antti Koivisto. |
| |
| Canvas/JSC: Auto-generate overloads for setFillColor() |
| https://bugs.webkit.org/show_bug.cgi?id=61635 |
| |
| Add a test to verify the behavior of setFillColor() when called with |
| different numbers of arguments. |
| |
| * fast/canvas/canvas-overloads-setFillColor-expected.txt: Added. |
| * fast/canvas/canvas-overloads-setFillColor.html: Added. |
| * fast/canvas/script-tests/canvas-overloads-setFillColor.js: Added. |
| |
| 2011-05-31 Andreas Kling <kling@webkit.org> |
| |
| Reviewed by Antti Koivisto. |
| |
| Canvas/JSC: Auto-generate overloads for setStrokeColor() |
| https://bugs.webkit.org/show_bug.cgi?id=61629 |
| |
| Add a test to verify the behavior of setStrokeColor() when called with |
| different numbers of arguments. |
| |
| * fast/canvas/canvas-overloads-setStrokeColor-expected.txt: Added. |
| * fast/canvas/canvas-overloads-setStrokeColor.html: Added. |
| * fast/canvas/script-tests/canvas-overloads-setStrokeColor.js: Added. |
| |
| 2011-05-31 Andreas Kling <kling@webkit.org> |
| |
| Reviewed by Antti Koivisto. |
| |
| Canvas/JSC: Auto-generate overloads for strokeText() |
| https://bugs.webkit.org/show_bug.cgi?id=61626 |
| |
| Add a test to verify the behavior of strokeText() when called with different |
| numbers of arguments. There are two differences to the previous behavior: |
| |
| - SyntaxError exceptions are now raised with the message "Not enough arguments." |
| - Calling strokeText() with superfluous arguments now lets the call through |
| instead of raising a SyntaxError. This matches both Gecko and Presto. |
| |
| * fast/canvas/canvas-overloads-strokeText-expected.txt: Added. |
| * fast/canvas/canvas-overloads-strokeText.html: Added. |
| * fast/canvas/script-tests/canvas-overloads-strokeText.js: Added. |
| |
| 2011-05-31 Andreas Kling <kling@webkit.org> |
| |
| Reviewed by Antti Koivisto. |
| |
| Canvas/JSC: Auto-generate overloads for fillText() |
| https://bugs.webkit.org/show_bug.cgi?id=61623 |
| |
| Add a test to verify the behavior of fillText() when called with different |
| numbers of arguments. There are two differences to the previous behavior: |
| |
| - SyntaxError exceptions are now raised with the message "Not enough arguments." |
| - Calling fillText() with superfluous arguments now lets the call through |
| instead of raising a SyntaxError. This matches both Gecko and Presto. |
| |
| * fast/canvas/canvas-overloads-fillText-expected.txt: Added. |
| * fast/canvas/canvas-overloads-fillText.html: Added. |
| * fast/canvas/script-tests/canvas-overloads-fillText.js: Added. |
| |
| 2011-05-31 Simon Fraser <simon.fraser@apple.com> |
| |
| Reviewed by Kenneth Rohde Christiansen. |
| |
| Frame flattening is broken with nested frames |
| https://bugs.webkit.org/show_bug.cgi?id=61491 |
| |
| * fast/frames/flattening/iframe-flattening-nested.html: Added. |
| * fast/frames/flattening/resources/inner-frame.html: Added. |
| * fast/frames/flattening/resources/intermediate-frame.html: Added. |
| * platform/mac/fast/frames/flattening/iframe-flattening-nested-expected.png: Added. |
| * platform/mac/fast/frames/flattening/iframe-flattening-nested-expected.txt: Added. |
| |
| 2011-05-31 Mikhail Naganov <mnaganov@chromium.org> |
| |
| [Chromium] Unreviewed tests results rebaseline after r87721. |
| |
| * platform/chromium-linux-x86/svg/custom/invalid-fill-expected.png: Added. |
| * platform/chromium-linux-x86/svg/custom/invalid-fill-expected.txt: Copied from LayoutTests/platform/chromium-linux/svg/custom/invalid-fill-expected.txt. |
| * platform/chromium-linux-x86/svg/custom/invalid-fill-hex-expected.png: Added. |
| * platform/chromium-linux-x86/svg/custom/invalid-stroke-hex-expected.png: Added. |
| * platform/chromium-linux-x86/svg/custom/invalid-uri-stroke-expected.png: Added. |
| * platform/chromium-linux/svg/custom/invalid-fill-expected.png: |
| * platform/chromium-linux/svg/custom/invalid-fill-expected.txt: |
| * platform/chromium-linux/svg/custom/invalid-fill-hex-expected.png: |
| * platform/chromium-linux/svg/custom/invalid-stroke-hex-expected.png: Added. |
| * platform/chromium-linux/svg/custom/invalid-uri-stroke-expected.png: Added. |
| * platform/chromium-win-vista/svg/custom/invalid-fill-expected.png: Added. |
| * platform/chromium-win-vista/svg/custom/invalid-fill-expected.txt: Copied from LayoutTests/platform/chromium-linux/svg/custom/invalid-fill-expected.txt. |
| * platform/chromium-win-vista/svg/custom/invalid-fill-hex-expected.png: Added. |
| * platform/chromium-win-vista/svg/custom/invalid-fill-hex-expected.txt: Copied from LayoutTests/platform/chromium-linux/svg/custom/invalid-fill-expected.txt. |
| * platform/chromium-win-vista/svg/custom/invalid-stroke-hex-expected.png: Added. |
| * platform/chromium-win-vista/svg/custom/invalid-stroke-hex-expected.txt: Added. |
| * platform/chromium-win-vista/svg/custom/invalid-uri-stroke-expected.png: Added. |
| * platform/chromium-win-vista/svg/custom/invalid-uri-stroke-expected.txt: Added. |
| |
| 2011-05-31 Oliver Varga <Varga.Oliver@stud.u-szeged.hu> |
| |
| Reviewed by Nikolas Zimmermann. |
| |
| Invalid color handling is broken for SVG |
| https://bugs.webkit.org/show_bug.cgi?id=58531 |
| |
| Fix invalid color fallback handling. If the fill/stroke attributes computed |
| value leads to a an invalid color, inherit the desired color from the parent |
| style instead. Matches Opera/FF and SVG 1.1 Second Edition (http://www.w3.org/TR/SVG/). |
| |
| * platform/chromium-linux/svg/custom/invalid-fill-expected.txt: |
| * platform/chromium-linux/svg/custom/invalid-fill-hex-expected.txt: |
| * platform/chromium-linux/svg/custom/invalid-stroke-hex-expected.txt: Added. |
| * platform/chromium-linux/svg/custom/invalid-uri-stroke-expected.txt: Added. |
| * platform/mac/svg/custom/invalid-fill-expected.png: |
| * platform/mac/svg/custom/invalid-fill-expected.txt: |
| * platform/mac/svg/custom/invalid-fill-hex-expected.png: |
| * platform/mac/svg/custom/invalid-fill-hex-expected.txt: |
| * platform/mac/svg/custom/invalid-stroke-hex-expected.png: Added. |
| * platform/mac/svg/custom/invalid-stroke-hex-expected.txt: Added. |
| * platform/mac/svg/custom/invalid-uri-stroke-expected.png: Added. |
| * platform/mac/svg/custom/invalid-uri-stroke-expected.txt: Added. |
| * platform/qt/svg/custom/invalid-fill-expected.txt: |
| * platform/qt/svg/custom/invalid-fill-hex-expected.txt: |
| * platform/qt/svg/custom/invalid-stroke-hex-expected.txt: Added. |
| * platform/qt/svg/custom/invalid-uri-stroke-expected.txt: Added. |
| * svg/custom/invalid-fill-hex.svg: |
| * svg/custom/invalid-fill.svg: |
| * svg/custom/invalid-stroke-hex.svg: Added. |
| * svg/custom/invalid-uri-stroke.svg: Added. |
| |
| 2011-05-31 Yuta Kitamura <yutak@chromium.org> |
| |
| Reviewed by Kent Tamura. |
| |
| WebSocket: Make the output of client-close.html more verbose |
| https://bugs.webkit.org/show_bug.cgi?id=61770 |
| |
| * http/tests/websocket/tests/client-close-expected.txt: |
| * http/tests/websocket/tests/client-close.html: |
| * http/tests/websocket/tests/client-close_wsh.py: |
| Echo back the first two bytes received from the client. |
| |
| 2011-05-31 Zoltan Horvath <zoltan@webkit.org> |
| |
| [Qt][WK2] Ossyize editing/pasteboard/copy-standalone-image-crash.html since eventSender is not implemented. |
| |
| * platform/qt-wk2/Skipped: |
| |
| 2011-05-31 Yuta Kitamura <yutak@chromium.org> |
| |
| Unreviewed. Update Chromium test expectation for http/tests/websocket/tests/client-close.html. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-05-30 Gabor Loki <loki@webkit.org> |
| |
| Rubber-stamped by Csaba Osztrogonác. |
| |
| [Qt] Skip crashed test after r87691-r87693 on ARM |
| https://bugs.webkit.org/show_bug.cgi?id=61764 |
| |
| * platform/qt-arm/Skipped: |
| |
| 2011-05-30 James Kozianski <koz@chromium.org> |
| |
| Reviewed by Kent Tamura. |
| |
| [Chromium] Make isValidProtocol() accept protocols with '+'. |
| https://bugs.webkit.org/show_bug.cgi?id=61759 |
| |
| * platform/chromium/fast/dom/navigator-detached-no-crash-expected.txt: Added. |
| * platform/chromium/fast/dom/register-protocol-handler-expected.txt: Added. |
| |
| 2011-05-30 Andrey Petrov <andrey.petrov@gmail.com> |
| |
| Reviewed by Hajime Morita. |
| |
| Using jQuery to show/hide IMG elements crashes WebKit |
| https://bugs.webkit.org/show_bug.cgi?id=31721 |
| |
| * editing/pasteboard/copy-standalone-image-crash-expected.txt: Added. |
| * editing/pasteboard/copy-standalone-image-crash.html: Added. |
| |
| 2011-05-30 Kent Tamura <tkent@chromium.org> |
| |
| [Mac] Skip a flaky test: svg/zoom/page/zoom-svg-through-object-with-text.xhtml |
| |
| * platform/mac/Skipped: |
| |
| 2011-05-30 Martin Robinson <mrobinson@igalia.com> |
| |
| Reviewed by Xan Lopez. |
| |
| [GTK] fast/css/font-face-zero-hash-key.html is crashing on the bots |
| https://bugs.webkit.org/show_bug.cgi?id=61693 |
| |
| * platform/gtk/Skipped: Unskip the test which is no longer crashing. |
| |
| 2011-05-30 Gavin Peters <gavinp@chromium.org> |
| |
| Reviewed by Adam Barth. |
| |
| prevent HTMLLinkElement from watching multiple CachedResources |
| https://bugs.webkit.org/show_bug.cgi?id=61686 |
| |
| If we modify an existing link element, stop listening to the previous |
| cached resource, to prevent double notifications (which crash). |
| |
| * fast/dom/HTMLLinkElement/prefetch-too-many-clients-expected.txt: Added. |
| * fast/dom/HTMLLinkElement/prefetch-too-many-clients.html: Added. |
| * platform/gtk/Skipped: |
| * platform/mac/Skipped: |
| * platform/qt/Skipped: |
| * platform/win/Skipped: |
| |
| 2011-05-30 Sheriff Bot <webkit.review.bot@gmail.com> |
| |
| Unreviewed, rolling out r87683. |
| http://trac.webkit.org/changeset/87683 |
| https://bugs.webkit.org/show_bug.cgi?id=61729 |
| |
| Breaks inspector tests on Chromium (Requested by apavlov on |
| #webkit). |
| |
| * http/tests/inspector/inspect-iframe-from-different-domain.html: |
| * inspector/elements/elements-delete-inline-style.html: |
| * inspector/elements/elements-panel-styles.html: |
| * inspector/styles/styles-iframe.html: |
| * inspector/styles/styles-update-from-js-expected.txt: |
| * inspector/styles/styles-update-from-js.html: |
| * inspector/styles/styles-url-linkify.html: |
| |
| 2011-05-30 Gabor Rapcsanyi <rgabor@webkit.org> |
| |
| Rubber-stamped by Csaba Osztrogonác. |
| |
| [Qt] Remove passing tests from ARM Skipped list |
| |
| * platform/qt-arm/Skipped: |
| * platform/qt-arm/fast: Removed. |
| * platform/qt-arm/fast/block: Removed. |
| * platform/qt-arm/fast/block/float: Removed. |
| * platform/qt-arm/fast/block/float/float-not-removed-from-next-sibling-expected.txt: Removed. |
| * platform/qt-arm/fast/block/float/float-not-removed-from-next-sibling2-expected.txt: Removed. |
| * platform/qt-arm/fast/block/float/float-not-removed-from-next-sibling3-expected.txt: Removed. |
| * platform/qt-arm/fast/block/float/float-not-removed-from-next-sibling4-expected.txt: Removed. |
| * platform/qt-arm/fast/transforms: Removed. |
| * platform/qt-arm/fast/transforms/transform-positioned-ancestor-expected.txt: Removed. |
| * platform/qt-arm/transforms: Removed. |
| * platform/qt-arm/transforms/2d: Removed. |
| * platform/qt-arm/transforms/2d/compound-transforms-vs-containers-expected.txt: Removed. |
| * platform/qt-arm/transforms/2d/transform-borderbox-expected.txt: Removed. |
| * platform/qt-arm/transforms/2d/transform-origin-borderbox-expected.txt: Removed. |
| * platform/qt-arm/transforms/2d/zoom-menulist-expected.txt: Removed. |
| * platform/qt-arm/transforms/no_transform_hit_testing-expected.txt: Removed. |
| * platform/qt-arm/transforms/svg-vs-css-expected.txt: Removed. |
| |
| 2011-05-27 Alexander Pavlov <apavlov@chromium.org> |
| |
| Reviewed by Yury Semikhatsky. |
| |
| Web Inspector: node selection is slow in the Elements panel. |
| https://bugs.webkit.org/show_bug.cgi?id=60813 |
| |
| * http/tests/inspector/inspect-iframe-from-different-domain.html: |
| * inspector/elements/elements-delete-inline-style.html: |
| * inspector/elements/elements-panel-styles.html: |
| * inspector/styles/styles-iframe.html: |
| * inspector/styles/styles-update-from-js.html: |
| * inspector/styles/styles-update-from-js-expected.txt: |
| * inspector/styles/styles-url-linkify.html: |
| |
| 2011-05-30 Mikhail Naganov <mnaganov@chromium.org> |
| |
| Unreviewed. |
| [Chromium] Rebaseline tests after r87680. |
| |
| * platform/chromium-linux-x86/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-bias-attr-expected.png: Added. |
| * platform/chromium-linux-x86/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-divisor-attr-expected.png: Added. |
| * platform/chromium-linux-x86/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-edgeMode-attr-expected.png: Added. |
| * platform/chromium-linux-x86/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-in-attr-expected.png: Added. |
| * platform/chromium-linux-x86/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelMatrix-attr-expected.png: Added. |
| * platform/chromium-linux-x86/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelUnitLength-attr-expected.png: Added. |
| * platform/chromium-linux-x86/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-order-attr-expected.png: Added. |
| * platform/chromium-linux-x86/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-preserveAlpha-attr-expected.png: Added. |
| * platform/chromium-linux-x86/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetX-attr-expected.png: Added. |
| * platform/chromium-linux-x86/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-bias-prop-expected.png: Added. |
| * platform/chromium-linux-x86/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-divisor-prop-expected.png: Added. |
| * platform/chromium-linux-x86/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-in-prop-expected.png: Added. |
| * platform/chromium-linux-x86/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelMatrix-prop-expected.png: Added. |
| * platform/chromium-linux-x86/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelUnitLength-prop-expected.png: Added. |
| * platform/chromium-linux-x86/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-order-prop-expected.png: Added. |
| * platform/chromium-linux-x86/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-preserveAlpha-prop-expected.png: Added. |
| * platform/chromium-linux-x86/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetX-prop-expected.png: Added. |
| * platform/chromium-linux-x86/svg/filters/feConvolveFilter-y-bounds-expected.png: Added. |
| * platform/chromium-linux/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-bias-attr-expected.png: |
| * platform/chromium-linux/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-divisor-attr-expected.png: |
| * platform/chromium-linux/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-edgeMode-attr-expected.png: |
| * platform/chromium-linux/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-in-attr-expected.png: |
| * platform/chromium-linux/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelMatrix-attr-expected.png: |
| * platform/chromium-linux/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelUnitLength-attr-expected.png: |
| * platform/chromium-linux/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-order-attr-expected.png: |
| * platform/chromium-linux/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-preserveAlpha-attr-expected.png: |
| * platform/chromium-linux/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetX-attr-expected.png: |
| * platform/chromium-linux/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-bias-prop-expected.png: |
| * platform/chromium-linux/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-divisor-prop-expected.png: |
| * platform/chromium-linux/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-in-prop-expected.png: |
| * platform/chromium-linux/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelMatrix-prop-expected.png: |
| * platform/chromium-linux/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelUnitLength-prop-expected.png: |
| * platform/chromium-linux/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-order-prop-expected.png: |
| * platform/chromium-linux/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-preserveAlpha-prop-expected.png: |
| * platform/chromium-linux/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetX-prop-expected.png: |
| * platform/chromium-linux/svg/filters/feConvolveFilter-y-bounds-expected.png: Added. |
| * platform/chromium-mac-leopard/svg/W3C-SVG-1.1/filters-conv-01-f-expected.png: |
| * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-bias-attr-expected.png: |
| * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-divisor-attr-expected.png: |
| * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-edgeMode-attr-expected.png: |
| * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-in-attr-expected.png: |
| * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelMatrix-attr-expected.png: |
| * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelUnitLength-attr-expected.png: |
| * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-order-attr-expected.png: |
| * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetX-attr-expected.png: |
| * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-bias-prop-expected.png: |
| * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-divisor-prop-expected.png: |
| * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-in-prop-expected.png: |
| * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelMatrix-prop-expected.png: |
| * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelUnitLength-prop-expected.png: |
| * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-order-prop-expected.png: |
| * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetX-prop-expected.png: |
| * platform/chromium-mac/svg/W3C-SVG-1.1/filters-conv-01-f-expected.png: Added. |
| * platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-bias-attr-expected.png: |
| * platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-divisor-attr-expected.png: |
| * platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-edgeMode-attr-expected.png: |
| * platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-in-attr-expected.png: |
| * platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelMatrix-attr-expected.png: |
| * platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelUnitLength-attr-expected.png: |
| * platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-order-attr-expected.png: |
| * platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetX-attr-expected.png: |
| * platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-bias-prop-expected.png: |
| * platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-divisor-prop-expected.png: |
| * platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-in-prop-expected.png: |
| * platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelMatrix-prop-expected.png: |
| * platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelUnitLength-prop-expected.png: |
| * platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-order-prop-expected.png: |
| * platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetX-prop-expected.png: |
| * platform/chromium-win-vista/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-bias-attr-expected.png: Added. |
| * platform/chromium-win-vista/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-divisor-attr-expected.png: Added. |
| * platform/chromium-win-vista/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-edgeMode-attr-expected.png: Added. |
| * platform/chromium-win-vista/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-in-attr-expected.png: Added. |
| * platform/chromium-win-vista/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelMatrix-attr-expected.png: Added. |
| * platform/chromium-win-vista/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelUnitLength-attr-expected.png: Added. |
| * platform/chromium-win-vista/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-order-attr-expected.png: Added. |
| * platform/chromium-win-vista/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-preserveAlpha-attr-expected.png: Added. |
| * platform/chromium-win-vista/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetX-attr-expected.png: Added. |
| * platform/chromium-win-vista/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-bias-prop-expected.png: Added. |
| * platform/chromium-win-vista/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-divisor-prop-expected.png: Added. |
| * platform/chromium-win-vista/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-edgeMode-prop-expected.png: Added. |
| * platform/chromium-win-vista/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-in-prop-expected.png: Added. |
| * platform/chromium-win-vista/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelMatrix-prop-expected.png: Added. |
| * platform/chromium-win-vista/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelUnitLength-prop-expected.png: Added. |
| * platform/chromium-win-vista/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-order-prop-expected.png: Added. |
| * platform/chromium-win-vista/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-preserveAlpha-prop-expected.png: Added. |
| * platform/chromium-win-vista/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetX-prop-expected.png: Added. |
| * platform/chromium-win-vista/svg/filters/feConvolveFilter-y-bounds-expected.png: Added. |
| |
| 2011-05-30 Ryan Sleevi <rsleevi@chromium.org> |
| |
| Reviewed by Darin Adler. |
| |
| FEConvolveMatrix::getPixelValue() fails to properly check if y is within bounds, causing it to fail to correctly apply the kernel and edge mode to the first targetY pixels |
| https://bugs.webkit.org/show_bug.cgi?id=61603 |
| |
| * platform/mac/svg/filters/feConvolveFilter-y-bounds-expected.png: Added. |
| * platform/mac/svg/filters/feConvolveFilter-y-bounds-expected.txt: Added. |
| * svg/filters/feConvolveFilter-y-bounds.svg: Added. |
| |
| 2011-05-30 Sheriff Bot <webkit.review.bot@gmail.com> |
| |
| Unreviewed, rolling out r87618. |
| http://trac.webkit.org/changeset/87618 |
| https://bugs.webkit.org/show_bug.cgi?id=61720 |
| |
| Causes BrowserFocusTest.FocusOnReload to fail (Requested by |
| abarth|gardener on #webkit). |
| |
| * fast/dom/HTMLLinkElement/prefetch-too-many-clients-expected.txt: Removed. |
| * fast/dom/HTMLLinkElement/prefetch-too-many-clients.html: Removed. |
| * platform/gtk/Skipped: |
| * platform/mac/Skipped: |
| * platform/qt/Skipped: |
| * platform/win/Skipped: |
| |
| 2011-05-29 Yuta Kitamura <yutak@chromium.org> |
| |
| Reviewed by Kent Tamura. |
| |
| WebSocket closing handshake |
| https://bugs.webkit.org/show_bug.cgi?id=35721 |
| |
| * http/tests/websocket/tests/client-close-expected.txt: Added. |
| * http/tests/websocket/tests/client-close.html: Added. Test client-initiated close. |
| * http/tests/websocket/tests/client-close_wsh.py: Added. |
| * http/tests/websocket/tests/close-before-open-expected.txt: Add a new console message. |
| * http/tests/websocket/tests/close-event-expected.txt: |
| * http/tests/websocket/tests/close-event.html: Test if closeEvent.wasClean is true. |
| * http/tests/websocket/tests/close-unref-websocket-expected.txt: Add a new console message. |
| * http/tests/websocket/tests/frame-length-longer-than-buffer_wsh.py: |
| We need to stop pywebsocket from starting the closing handshake. Otherwise, pywebsocket |
| waits for a close frame to arrive and this test will time out. |
| * http/tests/websocket/tests/server-close-expected.txt: Added. |
| * http/tests/websocket/tests/server-close.html: Added. Test server-initiated close. |
| * http/tests/websocket/tests/server-close_wsh.py: Added. |
| * http/tests/websocket/tests/websocket-event-target-expected.txt: Add a new console message. |
| |
| 2011-05-29 Adam Barth <abarth@webkit.org> |
| |
| More IMAGE results. |
| |
| * platform/chromium-mac-leopard/svg/wicd/test-scalable-background-image1-expected.png: Added. |
| |
| 2011-05-29 Adam Barth <abarth@webkit.org> |
| |
| Add image baselines for all these beautiful platforms. |
| |
| * platform/chromium-linux-x86/fullscreen: Added. |
| * platform/chromium-linux-x86/fullscreen/full-screen-iframe-zIndex-expected.png: Added. |
| * platform/chromium-linux/fullscreen/full-screen-iframe-zIndex-expected.png: Added. |
| * platform/chromium-mac-leopard/fullscreen: Added. |
| * platform/chromium-mac-leopard/fullscreen/full-screen-iframe-zIndex-expected.png: Added. |
| * platform/chromium-mac/fullscreen: Added. |
| * platform/chromium-mac/fullscreen/full-screen-iframe-zIndex-expected.png: Added. |
| * platform/chromium-win-vista/fullscreen: Added. |
| * platform/chromium-win-vista/fullscreen/full-screen-iframe-zIndex-expected.png: Added. |
| |
| 2011-05-29 Jer Noble <jer.noble@apple.com> |
| |
| Reviewed by Simon Fraser. |
| |
| Embedded Vimeo video, when taken fullscreen, is overlapped by content from the enclosing page |
| https://bugs.webkit.org/show_bug.cgi?id=61712 |
| |
| * fullscreen/full-screen-iframe-zIndex-expected.txt: Added. |
| * fullscreen/full-screen-iframe-zIndex.html: Added. |
| * platform/mac/fullscreen/full-screen-iframe-zIndex-expected.png: Added. |
| |
| 2011-05-29 Adam Barth <abarth@webkit.org> |
| |
| Add expected result. |
| |
| * platform/chromium-mac-leopard/svg/wicd/test-scalable-background-image2-expected.png: Added. |
| |
| 2011-05-29 Adam Barth <abarth@webkit.org> |
| |
| Slightly adjust the type of the expected failure. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-05-28 Alexey Proskuryakov <ap@apple.com> |
| |
| Reviewed by Geoff Garen. |
| |
| REGRESSION (r85375): Load event is sometimes lost when multiple image elements use the same URL |
| https://bugs.webkit.org/show_bug.cgi?id=61692 |
| <rdar://problem/9488628> |
| |
| * fast/dom/gc-image-element-2-expected.txt: Added. |
| * fast/dom/gc-image-element-2.html: Added. |
| |
| 2011-05-28 Martin Robinson <mrobinson@igalia.com> |
| |
| Skip a failing test and better classify some existing skipped tests. |
| |
| * platform/gtk/Skipped: Update the skipped list. |
| |
| 2011-05-28 Gavin Peters <gavinp@chromium.org> |
| |
| Reviewed by Adam Barth. |
| |
| prevent HTMLLinkElement from watching multiple CachedResources |
| https://bugs.webkit.org/show_bug.cgi?id=61686 |
| |
| If we modify an existing link element, stop listening to the previous |
| cached resource, to prevent double notifications (which crash). |
| |
| * fast/dom/HTMLLinkElement/prefetch-too-many-clients-expected.txt: Added. |
| * fast/dom/HTMLLinkElement/prefetch-too-many-clients.html: Added. |
| * platform/gtk/Skipped: |
| * platform/mac/Skipped: |
| * platform/qt/Skipped: |
| * platform/win/Skipped: |
| |
| 2011-05-28 Tonis Tiigi <tonistiigi@gmail.com> |
| |
| Reviewed by Pavel Feldman. |
| |
| Web Inspector: there is a problem with computed style properties with wrong values |
| https://bugs.webkit.org/show_bug.cgi?id=60535 |
| |
| Adding cases that test invalid properties. |
| |
| * inspector/styles/styles-computed-trace-expected.txt: |
| * inspector/styles/styles-computed-trace.html: |
| |
| 2011-05-28 Robert Hogan <robert@webkit.org> |
| |
| Reviewed by Antonio Gomes. |
| |
| [Qt] fast/events/backspace-nagivates-back fails on Qt bots (Mac and Linux) |
| https://bugs.webkit.org/show_bug.cgi?id=60311 |
| |
| If there is no editable text Qt interprets backspace as a navigation |
| command, regardless of platform. |
| |
| * platform/qt/fast/events/backspace-navigates-back-expected.txt: Added. |
| |
| 2011-05-28 Mikhail Naganov <mnaganov@chromium.org> |
| |
| [Chromium] Unreviewed. Test expectations update after r87605 |
| |
| * platform/chromium-linux-x86/svg/wicd/test-scalable-background-image1-expected.png: Added. |
| * platform/chromium-linux-x86/svg/wicd/test-scalable-background-image1-expected.txt: Added. |
| * platform/chromium-linux-x86/svg/wicd/test-scalable-background-image2-expected.png: Added. |
| * platform/chromium-linux-x86/svg/wicd/test-scalable-background-image2-expected.txt: Added. |
| * platform/chromium-linux/svg/wicd/test-scalable-background-image1-expected.png: Added. |
| * platform/chromium-linux/svg/wicd/test-scalable-background-image1-expected.txt: Added. |
| * platform/chromium-linux/svg/wicd/test-scalable-background-image2-expected.png: Added. |
| * platform/chromium-linux/svg/wicd/test-scalable-background-image2-expected.txt: Added. |
| * platform/chromium-win-vista/svg/wicd/test-scalable-background-image1-expected.png: Added. |
| * platform/chromium-win-vista/svg/wicd/test-scalable-background-image1-expected.txt: Added. |
| * platform/chromium-win-vista/svg/wicd/test-scalable-background-image2-expected.png: Added. |
| * platform/chromium-win-vista/svg/wicd/test-scalable-background-image2-expected.txt: Added. |
| |
| 2011-05-28 Annie Sullivan <sullivan@chromium.org> |
| |
| Reviewed by Ryosuke Niwa. |
| |
| editing/style/non-inheritable-styles should be dump-as-markup test |
| https://bugs.webkit.org/show_bug.cgi?id=61681 |
| |
| Converts the test to dump-as-markup and cleans up the HTML a bit. |
| |
| * editing/style/non-inheritable-styles-expected.txt: Added. |
| * editing/style/non-inheritable-styles.html: |
| * platform/chromium-linux/editing/style/non-inheritable-styles-expected.png: Removed. |
| * platform/chromium-win/editing/style/non-inheritable-styles-expected.png: Removed. |
| * platform/chromium-win/editing/style/non-inheritable-styles-expected.txt: Removed. |
| * platform/gtk/editing/style/non-inheritable-styles-expected.png: Removed. |
| * platform/gtk/editing/style/non-inheritable-styles-expected.txt: Removed. |
| * platform/mac-leopard/editing/style/non-inheritable-styles-expected.png: Removed. |
| * platform/mac/editing/style/non-inheritable-styles-expected.png: Removed. |
| * platform/mac/editing/style/non-inheritable-styles-expected.txt: Removed. |
| * platform/qt/editing/style/non-inheritable-styles-expected.png: Removed. |
| * platform/qt/editing/style/non-inheritable-styles-expected.txt: Removed. |
| |
| 2011-05-27 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Not reviewed, this just adds a new test. |
| |
| WebKit fails WICD SVG background image tests |
| https://bugs.webkit.org/show_bug.cgi?id=16481 |
| |
| Add two WICD SVG background image tests, which pass just fine. |
| |
| * svg/wicd/resources/test-scalable-background-image1.css: Added. |
| (html): |
| (body): |
| (p): |
| * svg/wicd/resources/test-scalable-background-image1.svg: Added. |
| * svg/wicd/resources/test-scalable-background-image2.css: Added. |
| (html): |
| * svg/wicd/resources/test-scalable-background-image2.svg: Added. |
| * svg/wicd/test-scalable-background-image1.xhtml: Added. |
| * svg/wicd/test-scalable-background-image2.xhtml: Added. |
| |
| 2011-05-27 Annie Sullivan <sullivan@chromium.org> |
| |
| Reviewed by Ryosuke Niwa. |
| |
| editing/inserting/insert-3907422 should be dumpAsText test |
| https://bugs.webkit.org/show_bug.cgi?id=61680 |
| |
| Converted to dumpAsMarkup and cleaned up markup. |
| |
| * editing/inserting/insert-3907422-fix-expected.txt: Added. |
| * editing/inserting/insert-3907422-fix.html: |
| * platform/chromium-linux/editing/inserting/insert-3907422-fix-expected.png: Removed. |
| * platform/chromium-mac-leopard/editing/inserting/insert-3907422-fix-expected.png: Removed. |
| * platform/chromium-mac/editing/inserting/insert-3907422-fix-expected.png: Removed. |
| * platform/chromium-win/editing/inserting/insert-3907422-fix-expected.png: Removed. |
| * platform/chromium-win/editing/inserting/insert-3907422-fix-expected.txt: Removed. |
| * platform/gtk/editing/inserting/insert-3907422-fix-expected.txt: Removed. |
| * platform/mac/editing/inserting/insert-3907422-fix-expected.png: Removed. |
| * platform/mac/editing/inserting/insert-3907422-fix-expected.txt: Removed. |
| * platform/qt/editing/inserting/insert-3907422-fix-expected.txt: Removed. |
| |
| 2011-05-27 Jochen Eisinger <jochen@chromium.org> |
| |
| Reviewed by Adam Barth. |
| |
| Check access policy on all storage operations |
| https://bugs.webkit.org/show_bug.cgi?id=61581 |
| |
| * platform/chromium/permissionclient/storage-permission-expected.txt: Added. |
| * platform/chromium/permissionclient/storage-permission.html: Added. |
| |
| 2011-05-27 Adam Klein <adamk@chromium.org> |
| |
| Unreviewed. Hopefully last rebaseline from r87526. |
| |
| * platform/chromium-mac-leopard/svg/hixie/text/003-expected.png: Added. |
| |
| 2011-05-27 Adam Klein <adamk@chromium.org> |
| |
| Unreviewed. Even more rebaselines after r87526. |
| |
| * platform/chromium-linux-x86/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png: Added. |
| * platform/chromium-linux-x86/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt: Added. |
| * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png: Added. |
| * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt: Added. |
| * platform/chromium-mac-leopard/svg/custom/object-sizing-expected.png: Added. |
| * platform/chromium-mac-leopard/svg/wicd/rightsizing-grid-expected.png: Added. |
| * platform/chromium-mac-leopard/svg/wicd/test-rightsizing-b-expected.png: Added. |
| * platform/chromium-mac-leopard/svg/zoom/page/zoom-coords-viewattr-01-b-expected.png: Removed. |
| * platform/chromium-mac-leopard/svg/zoom/page/zoom-coords-viewattr-01-b-expected.txt: Removed. |
| * platform/chromium-mac-leopard/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png: Added. |
| * platform/chromium-win-vista/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png: Added. |
| * platform/chromium-win-vista/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt: Added. |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-05-27 Steve Lacey <sjl@chromium.org> |
| |
| Reviewed by Eric Carlson. |
| |
| The behaviour of controls-after-reload was causing |
| layoutTestController in DumpRenderTree to misbehave causing a reported |
| failure in the test run after it (controls-css-overload). |
| |
| Effectively, notifyDone() ended up getting called again after the test |
| was being torn down. |
| |
| This change removes the unneeded seek at the end of the test (as we |
| should have already seeked to 0. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=60132 |
| |
| * media/controls-after-reload.html: |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-05-27 Adam Klein <adamk@chromium.org> |
| |
| Unreviewed. More rebaselines after r87526. |
| |
| * platform/chromium-linux-x86/svg/in-html/by-reference-expected.txt: Copied from LayoutTests/platform/chromium-linux/svg/in-html/by-reference-expected.txt. |
| * platform/chromium-linux/svg/in-html/by-reference-expected.txt: |
| * platform/chromium-win-vista/svg/in-html/by-reference-expected.txt: Copied from LayoutTests/platform/chromium-linux/svg/in-html/by-reference-expected.txt. |
| * platform/chromium-win-vista/svg/zoom/page/zoom-foreignObject-expected.png: Added. |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-05-27 Adrienne Walker <enne@google.com> |
| |
| [chromium] Unreviewed. Adjust baselines for debug-only failing scrollbar test. |
| https://bugs.webkit.org/show_bug.cgi?id=61652 |
| |
| * platform/chromium-gpu-linux/compositing/direct-image-compositing-expected.png: |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-05-27 Adam Klein <adamk@chromium.org> |
| |
| Unreviewed. Rebaselines and test expectations updates after r87526. |
| |
| * platform/chromium-linux-x86/http/tests/misc/object-embedding-svg-delayed-size-negotiation-expected.png: Added. |
| * platform/chromium-linux-x86/http/tests/misc/object-embedding-svg-delayed-size-negotiation-expected.txt: Added. |
| * platform/chromium-linux-x86/svg/custom/object-no-size-attributes-expected.txt: Added. |
| * platform/chromium-linux-x86/svg/custom/object-sizing-expected.png: Added. |
| * platform/chromium-linux-x86/svg/custom/object-sizing-expected.txt: Added. |
| * platform/chromium-linux-x86/svg/custom/object-sizing-explicit-height-expected.png: Added. |
| * platform/chromium-linux-x86/svg/custom/object-sizing-explicit-height-expected.txt: Added. |
| * platform/chromium-linux-x86/svg/custom/object-sizing-explicit-width-expected.png: Added. |
| * platform/chromium-linux-x86/svg/custom/object-sizing-explicit-width-expected.txt: Added. |
| * platform/chromium-linux-x86/svg/custom/object-sizing-explicit-width-height-expected.png: Added. |
| * platform/chromium-linux-x86/svg/custom/object-sizing-explicit-width-height-expected.txt: Added. |
| * platform/chromium-linux-x86/svg/custom/object-sizing-no-width-height-change-content-box-size-expected.png: Added. |
| * platform/chromium-linux-x86/svg/custom/object-sizing-no-width-height-expected.png: Added. |
| * platform/chromium-linux-x86/svg/custom/object-sizing-no-width-height-expected.txt: Added. |
| * platform/chromium-linux-x86/svg/wicd/rightsizing-grid-expected.png: Added. |
| * platform/chromium-linux-x86/svg/wicd/rightsizing-grid-expected.txt: Added. |
| * platform/chromium-linux-x86/svg/wicd/test-rightsizing-a-expected.png: Added. |
| * platform/chromium-linux-x86/svg/wicd/test-rightsizing-a-expected.txt: Added. |
| * platform/chromium-linux-x86/svg/wicd/test-rightsizing-b-expected.png: Added. |
| * platform/chromium-linux-x86/svg/wicd/test-rightsizing-b-expected.txt: Added. |
| * platform/chromium-linux-x86/svg/zoom/page/zoom-coords-viewattr-01-b-expected.png: Added. |
| * platform/chromium-linux-x86/svg/zoom/page/zoom-coords-viewattr-01-b-expected.txt: Copied from LayoutTests/platform/chromium-linux/svg/zoom/page/zoom-coords-viewattr-01-b-expected.txt. |
| * platform/chromium-linux-x86/svg/zoom/page/zoom-foreignObject-expected.txt: Added. |
| * platform/chromium-linux/http/tests/misc/object-embedding-svg-delayed-size-negotiation-expected.png: Added. |
| * platform/chromium-linux/http/tests/misc/object-embedding-svg-delayed-size-negotiation-expected.txt: Added. |
| * platform/chromium-linux/svg/custom/object-no-size-attributes-expected.txt: Added. |
| * platform/chromium-linux/svg/custom/object-sizing-expected.png: Added. |
| * platform/chromium-linux/svg/custom/object-sizing-expected.txt: Added. |
| * platform/chromium-linux/svg/custom/object-sizing-explicit-height-expected.png: Added. |
| * platform/chromium-linux/svg/custom/object-sizing-explicit-height-expected.txt: Added. |
| * platform/chromium-linux/svg/custom/object-sizing-explicit-width-expected.png: Added. |
| * platform/chromium-linux/svg/custom/object-sizing-explicit-width-expected.txt: Added. |
| * platform/chromium-linux/svg/custom/object-sizing-explicit-width-height-expected.png: Added. |
| * platform/chromium-linux/svg/custom/object-sizing-explicit-width-height-expected.txt: Added. |
| * platform/chromium-linux/svg/custom/object-sizing-no-width-height-change-content-box-size-expected.png: Added. |
| * platform/chromium-linux/svg/custom/object-sizing-no-width-height-expected.png: Added. |
| * platform/chromium-linux/svg/custom/object-sizing-no-width-height-expected.txt: Added. |
| * platform/chromium-linux/svg/wicd/rightsizing-grid-expected.png: Added. |
| * platform/chromium-linux/svg/wicd/rightsizing-grid-expected.txt: Added. |
| * platform/chromium-linux/svg/wicd/test-rightsizing-a-expected.png: Added. |
| * platform/chromium-linux/svg/wicd/test-rightsizing-a-expected.txt: Added. |
| * platform/chromium-linux/svg/wicd/test-rightsizing-b-expected.png: Added. |
| * platform/chromium-linux/svg/wicd/test-rightsizing-b-expected.txt: Added. |
| * platform/chromium-linux/svg/zoom/page/zoom-coords-viewattr-01-b-expected.png: |
| * platform/chromium-linux/svg/zoom/page/zoom-coords-viewattr-01-b-expected.txt: |
| * platform/chromium-linux/svg/zoom/page/zoom-foreignObject-expected.txt: Added. |
| * platform/chromium-mac/svg/zoom/page/zoom-coords-viewattr-01-b-expected.png: Added. |
| * platform/chromium-mac/svg/zoom/page/zoom-coords-viewattr-01-b-expected.txt: Copied from LayoutTests/platform/chromium-linux/svg/zoom/page/zoom-coords-viewattr-01-b-expected.txt. |
| * platform/chromium-win-vista/http/tests/misc/object-embedding-svg-delayed-size-negotiation-expected.png: Added. |
| * platform/chromium-win-vista/http/tests/misc/object-embedding-svg-delayed-size-negotiation-expected.txt: Added. |
| * platform/chromium-win-vista/svg/custom/object-no-size-attributes-expected.txt: Added. |
| * platform/chromium-win-vista/svg/custom/object-sizing-expected.png: Added. |
| * platform/chromium-win-vista/svg/custom/object-sizing-expected.txt: Added. |
| * platform/chromium-win-vista/svg/custom/object-sizing-explicit-height-expected.png: Added. |
| * platform/chromium-win-vista/svg/custom/object-sizing-explicit-height-expected.txt: Added. |
| * platform/chromium-win-vista/svg/custom/object-sizing-explicit-width-expected.png: Added. |
| * platform/chromium-win-vista/svg/custom/object-sizing-explicit-width-expected.txt: Added. |
| * platform/chromium-win-vista/svg/custom/object-sizing-explicit-width-height-expected.png: Added. |
| * platform/chromium-win-vista/svg/custom/object-sizing-explicit-width-height-expected.txt: Added. |
| * platform/chromium-win-vista/svg/custom/object-sizing-no-width-height-change-content-box-size-expected.png: Added. |
| * platform/chromium-win-vista/svg/custom/object-sizing-no-width-height-expected.png: Added. |
| * platform/chromium-win-vista/svg/custom/object-sizing-no-width-height-expected.txt: Added. |
| * platform/chromium-win-vista/svg/wicd/rightsizing-grid-expected.png: Added. |
| * platform/chromium-win-vista/svg/wicd/rightsizing-grid-expected.txt: Added. |
| * platform/chromium-win-vista/svg/wicd/test-rightsizing-a-expected.png: Added. |
| * platform/chromium-win-vista/svg/wicd/test-rightsizing-a-expected.txt: Added. |
| * platform/chromium-win-vista/svg/wicd/test-rightsizing-b-expected.png: Added. |
| * platform/chromium-win-vista/svg/wicd/test-rightsizing-b-expected.txt: Added. |
| * platform/chromium-win-vista/svg/zoom/page/zoom-coords-viewattr-01-b-expected.png: Added. |
| * platform/chromium-win-vista/svg/zoom/page/zoom-coords-viewattr-01-b-expected.txt: Copied from LayoutTests/platform/chromium-linux/svg/zoom/page/zoom-coords-viewattr-01-b-expected.txt. |
| * platform/chromium-win-vista/svg/zoom/page/zoom-foreignObject-expected.txt: Added. |
| * platform/chromium-win/svg/zoom/page/zoom-foreignObject-expected.png: |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-05-27 James Robinson <jamesr@chromium.org> |
| |
| Reviewed by Simon Fraser. |
| |
| GraphicsLayers for overflow controls on iframe without clipping layer left out of layer tree |
| https://bugs.webkit.org/show_bug.cgi?id=61590 |
| |
| * compositing/iframes/resizer-expected.txt: Added. |
| * compositing/iframes/resizer.html: Added. |
| |
| 2011-05-27 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Not reviewed. |
| |
| embedded SVG object doesn't scale right |
| https://bugs.webkit.org/show_bug.cgi?id=10526 |
| |
| Fix last failing win/svg test, put result in correct directory. |
| |
| * platform/win/svg/custom/object-sizing-explicit-width-height-expected.txt: Copied from platform/win/svg/zoom/page/object-sizing-explicit-width-height-expected.txt. |
| * platform/win/svg/zoom/page/object-sizing-explicit-width-height-expected.txt: Removed. |
| |
| 2011-05-27 Ryosuke Niwa <rniwa@webkit.org> |
| |
| Skip smart-paste-001.html through smart-paste-005.html because GTK doesn't support smart replace. |
| The feature is tracked by the bug 61661. |
| |
| * platform/gtk/Skipped: |
| |
| 2011-05-27 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Not reviewed. |
| |
| embedded SVG object doesn't scale right |
| https://bugs.webkit.org/show_bug.cgi?id=10526 |
| |
| Rebaseline some qt/win/leopard results. |
| |
| * platform/mac-leopard/svg/zoom/page/zoom-coords-viewattr-01-b-expected.txt: |
| * platform/mac-leopard/svg/zoom/page/zoom-svg-through-object-with-text-expected.txt: Added. |
| * platform/qt/svg/in-html/by-reference-expected.txt: |
| * platform/qt/svg/zoom/page/relative-sized-document-scrollbars-expected.txt: |
| * platform/win/svg/zoom/page/object-sizing-explicit-width-height-expected.txt: Added. |
| * platform/win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt: Added. |
| * platform/win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt: Added. |
| * platform/win/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.txt: Added. |
| * platform/win/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.txt: Added. |
| * platform/win/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt: Added. |
| * platform/win/svg/zoom/page/zoom-svg-through-object-with-text-expected.txt: Added. |
| |
| 2011-05-27 Nat Duca <nduca@chromium.org> |
| |
| Unreviewed, landed by enne@google.com. |
| |
| [chromium] Add suppression for media/video-zoom due to 64/32 scrollbar issue |
| https://bugs.webkit.org/show_bug.cgi?id=61652 |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-05-27 Ryosuke Niwa <rniwa@webkit.org> |
| |
| Reviewed by Kent Tamura. |
| |
| Convert editing/pasteboard/paste-pre-001.html and paste-pre-002.html to dump-as-markup tests |
| https://bugs.webkit.org/show_bug.cgi?id=61610 |
| |
| Converted paste-pre-001.html and paste-pre-002.html to dump-as-markup tests. |
| |
| * editing/pasteboard/paste-pre-001-expected.txt: Added. |
| * editing/pasteboard/paste-pre-001.html: |
| * editing/pasteboard/paste-pre-002-expected.txt: Added. |
| * editing/pasteboard/paste-pre-002.html: |
| * platform/chromium-linux/editing/pasteboard/paste-pre-001-expected.png: Removed. |
| * platform/chromium-linux/editing/pasteboard/paste-pre-002-expected.png: Removed. |
| * platform/chromium-win/editing/pasteboard/paste-pre-001-expected.png: Removed. |
| * platform/chromium-win/editing/pasteboard/paste-pre-001-expected.txt: |
| * platform/chromium-win/editing/pasteboard/paste-pre-002-expected.png: Removed. |
| * platform/chromium-win/editing/pasteboard/paste-pre-002-expected.txt: |
| * platform/gtk/editing/pasteboard/paste-pre-001-expected.png: Removed. |
| * platform/gtk/editing/pasteboard/paste-pre-001-expected.txt: Removed. |
| * platform/gtk/editing/pasteboard/paste-pre-002-expected.png: Removed. |
| * platform/gtk/editing/pasteboard/paste-pre-002-expected.txt: Removed. |
| * platform/mac-leopard/editing/pasteboard/paste-pre-002-expected.png: Removed. |
| * platform/mac/editing/pasteboard/paste-pre-001-expected.png: Removed. |
| * platform/mac/editing/pasteboard/paste-pre-001-expected.txt: Removed. |
| * platform/mac/editing/pasteboard/paste-pre-002-expected.png: Removed. |
| * platform/mac/editing/pasteboard/paste-pre-002-expected.txt: Removed. |
| * platform/qt/editing/pasteboard/paste-pre-001-expected.png: Removed. |
| * platform/qt/editing/pasteboard/paste-pre-001-expected.txt: Removed. |
| * platform/qt/editing/pasteboard/paste-pre-002-expected.png: Removed. |
| * platform/qt/editing/pasteboard/paste-pre-002-expected.txt: Removed. |
| |
| 2011-05-27 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Reviewed by Rob Buis. |
| |
| embedded SVG object doesn't scale right |
| https://bugs.webkit.org/show_bug.cgi?id=10526 |
| |
| <object> tags should treat width/height on a referenced SVG as intrinsic width/height |
| https://bugs.webkit.org/show_bug.cgi?id=11976 |
| |
| Incorrect handling of percentage values for width/height on embedded elements |
| https://bugs.webkit.org/show_bug.cgi?id=14793 |
| |
| WebKit fails some WICD 1.0 core test cases |
| https://bugs.webkit.org/show_bug.cgi?id=15836 (partially fixed, all 'rightsizing' tests are fixed) |
| |
| CSS 2.1: Support replaced elements with relative intrinsic sizes |
| https://bugs.webkit.org/show_bug.cgai?id=15849 (partially fixed) |
| |
| SVG embedded as <object> doesn't respect width/height attributes |
| https://bugs.webkit.org/show_bug.cgi?id=34972 |
| |
| Explicit size of object tag ignored |
| https://bugs.webkit.org/show_bug.cgi?id=37086 |
| |
| * http/tests/misc/object-embedding-svg-delayed-size-negotiation.xhtml: Added. |
| * http/tests/misc/resources/embedded.svg: Added. |
| * http/tests/misc/resources/svg-slow.pl: Added. |
| * platform/mac/http/tests/misc/object-embedding-svg-delayed-size-negotiation-expected.png: Added. |
| * platform/mac/http/tests/misc/object-embedding-svg-delayed-size-negotiation-expected.txt: Added. |
| * platform/mac/svg/custom/object-no-size-attributes-expected.png: Added. |
| * platform/mac/svg/custom/object-no-size-attributes-expected.txt: Added. |
| * platform/mac/svg/custom/object-sizing-expected.png: Added. |
| * platform/mac/svg/custom/object-sizing-expected.txt: Added. |
| * platform/mac/svg/custom/object-sizing-explicit-height-expected.png: Added. |
| * platform/mac/svg/custom/object-sizing-explicit-height-expected.txt: Added. |
| * platform/mac/svg/custom/object-sizing-explicit-width-expected.png: Added. |
| * platform/mac/svg/custom/object-sizing-explicit-width-expected.txt: Added. |
| * platform/mac/svg/custom/object-sizing-explicit-width-height-expected.png: Added. |
| * platform/mac/svg/custom/object-sizing-explicit-width-height-expected.txt: Added. |
| * platform/mac/svg/custom/object-sizing-no-width-height-change-content-box-size-expected.png: Added. |
| * platform/mac/svg/custom/object-sizing-no-width-height-change-content-box-size-expected.txt: Added. |
| * platform/mac/svg/custom/object-sizing-no-width-height-expected.png: Added. |
| * platform/mac/svg/custom/object-sizing-no-width-height-expected.txt: Added. |
| * platform/mac/svg/hixie/text/003-expected.png: |
| * platform/mac/svg/hixie/text/003-expected.txt: |
| * platform/mac/svg/in-html/by-reference-expected.txt: |
| * platform/mac/svg/wicd: Added. |
| * platform/mac/svg/wicd/rightsizing-grid-expected.png: Added. |
| * platform/mac/svg/wicd/rightsizing-grid-expected.txt: Added. |
| * platform/mac/svg/wicd/test-rightsizing-a-expected.png: Added. |
| * platform/mac/svg/wicd/test-rightsizing-a-expected.txt: Added. |
| * platform/mac/svg/wicd/test-rightsizing-b-expected.png: Added. |
| * platform/mac/svg/wicd/test-rightsizing-b-expected.txt: Added. |
| * platform/mac/svg/zoom/page/relative-sized-document-scrollbars-expected.txt: |
| * platform/mac/svg/zoom/page/zoom-foreignObject-expected.png: |
| * platform/mac/svg/zoom/page/zoom-foreignObject-expected.txt: |
| * platform/mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png: Added. |
| * platform/mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt: Added. |
| * platform/mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png: Added. |
| * platform/mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt: Added. |
| * platform/mac/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.png: Added. |
| * platform/mac/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.txt: Added. |
| * platform/mac/svg/zoom/page/zoom-svg-through-object-with-no-width-height-expected.png: Added. |
| * platform/mac/svg/zoom/page/zoom-svg-through-object-with-no-width-height-expected.txt: Added. |
| * platform/mac/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png: Added. |
| * platform/mac/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.txt: Added. |
| * platform/mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png: Added. |
| * platform/mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt: Added. |
| * platform/mac/svg/zoom/page/zoom-svg-through-object-with-text-expected.png: Added. |
| * platform/mac/svg/zoom/page/zoom-svg-through-object-with-text-expected.txt: Added. |
| * svg/custom/object-no-size-attributes.xhtml: Added. |
| * svg/custom/object-sizing-explicit-height.xhtml: Added. |
| * svg/custom/object-sizing-explicit-width-height.xhtml: Added. |
| * svg/custom/object-sizing-explicit-width.xhtml: Added. |
| * svg/custom/object-sizing-no-width-height-change-content-box-size.xhtml: Added. |
| * svg/custom/object-sizing-no-width-height.xhtml: Added. |
| * svg/custom/object-sizing.xhtml: Added. |
| * svg/custom/resources/embedded.svg: Added. |
| * svg/custom/resources/red-circle.svg: Added. |
| * svg/in-html/by-reference-expected.png: |
| * svg/wicd: Added. |
| * svg/wicd/resources: Added. |
| * svg/wicd/resources/a.svg: Added. |
| * svg/wicd/resources/bcde.svg: Added. |
| * svg/wicd/resources/empty1.svg: Added. |
| * svg/wicd/resources/empty2.svg: Added. |
| * svg/wicd/resources/empty3.svg: Added. |
| * svg/wicd/resources/f.svg: Added. |
| * svg/wicd/resources/g.svg: Added. |
| * svg/wicd/resources/h.svg: Added. |
| * svg/wicd/resources/i.svg: Added. |
| * svg/wicd/resources/j.svg: Added. |
| * svg/wicd/resources/k.svg: Added. |
| * svg/wicd/resources/l.svg: Added. |
| * svg/wicd/resources/main.css: Added. |
| (body,html): |
| (body): |
| (.buttons): |
| (h1): |
| (h2): |
| (h4): |
| (p): |
| (table): |
| (th): |
| (td,th): |
| (td a): |
| (a): |
| (a:hover): |
| (a:focus): |
| (a:visited): |
| (a.index): |
| (a.index:hover): |
| (a.index:focus): |
| (a.index:visited): |
| (ul): |
| (ol): |
| (.red): |
| (.navi): |
| (.navi a): |
| (.navi a:hover): |
| (.navi a:visited): |
| * svg/wicd/resources/mnop.svg: Added. |
| * svg/wicd/resources/q.svg: Added. |
| * svg/wicd/resources/r.svg: Added. |
| * svg/wicd/resources/s.svg: Added. |
| * svg/wicd/resources/t.svg: Added. |
| * svg/wicd/resources/test-rightsizing-a.css: Added. |
| (html,body): |
| (div.all): |
| (object.w100): |
| (object.h100): |
| * svg/wicd/resources/test-rightsizing-b.css: Added. |
| (html,body): |
| (object): |
| * svg/wicd/resources/test-svg-child-object-rightsizing.gif: Added. |
| * svg/wicd/resources/test-svg-child-object-rightsizing.png: Added. |
| * svg/wicd/resources/test-svg-child-object-rightsizing.svg: Added. |
| * svg/wicd/resources/test-svg-child-object-rightsizing1.svg: Added. |
| * svg/wicd/rightsizing-grid.xhtml: Added. |
| * svg/wicd/test-rightsizing-a.xhtml: Added. |
| * svg/wicd/test-rightsizing-b.xhtml: Added. |
| * svg/zoom/page/resources: Added. |
| * svg/zoom/page/resources/absolute-sized-svg.png: Added. |
| * svg/zoom/page/resources/absolute-sized-svg.svg: Added. |
| * svg/zoom/page/resources/huge-rect.svg: Added. |
| * svg/zoom/page/resources/percentage-sized-svg.png: Added. |
| * svg/zoom/page/resources/percentage-sized-svg.svg: Added. |
| * svg/zoom/page/resources/text.svg: Added. |
| * svg/zoom/page/resources/tux.svg: Added. |
| * svg/zoom/page/zoom-svg-through-object-with-absolute-size-2.xhtml: Added. |
| * svg/zoom/page/zoom-svg-through-object-with-absolute-size.xhtml: Added. |
| * svg/zoom/page/zoom-svg-through-object-with-huge-size.xhtml: Added. |
| * svg/zoom/page/zoom-svg-through-object-with-override-size.html: Added. |
| * svg/zoom/page/zoom-svg-through-object-with-percentage-size.xhtml: Added. |
| * svg/zoom/page/zoom-svg-through-object-with-text.xhtml: Added. |
| |
| 2011-05-25 Martin Robinson <mrobinson@igalia.com> |
| |
| Reviewed by Dirk Schulze. |
| |
| [GTK][Cairo] Twitter rendering breaks |
| https://bugs.webkit.org/show_bug.cgi?id=60917 |
| |
| Added a GTK+ specific test that verifies that zero pixel sized |
| fonts do not corrupt the Cairo context. |
| |
| * platform/gtk/fonts/zero-pixel-sized-fonts-expected.png: Added. |
| * platform/gtk/fonts/zero-pixel-sized-fonts-expected.txt: Added. |
| * platform/gtk/fonts/zero-pixel-sized-fonts.html: Added. |
| |
| 2011-05-27 Sheriff Bot <webkit.review.bot@gmail.com> |
| |
| Unreviewed, rolling out r87464. |
| http://trac.webkit.org/changeset/87464 |
| https://bugs.webkit.org/show_bug.cgi?id=61643 |
| |
| client-close/server-close tests are flaky on Chromium Mac and |
| Windows (Requested by aklein on #webkit). |
| |
| * http/tests/websocket/tests/client-close-expected.txt: Removed. |
| * http/tests/websocket/tests/client-close.html: Removed. |
| * http/tests/websocket/tests/client-close_wsh.py: Removed. |
| * http/tests/websocket/tests/close-before-open-expected.txt: |
| * http/tests/websocket/tests/close-event-expected.txt: |
| * http/tests/websocket/tests/close-event.html: |
| * http/tests/websocket/tests/close-unref-websocket-expected.txt: |
| * http/tests/websocket/tests/frame-length-longer-than-buffer_wsh.py: |
| * http/tests/websocket/tests/server-close-expected.txt: Removed. |
| * http/tests/websocket/tests/server-close.html: Removed. |
| * http/tests/websocket/tests/server-close_wsh.py: Removed. |
| * http/tests/websocket/tests/websocket-event-target-expected.txt: |
| |
| 2011-05-27 Rob Buis <rbuis@rim.com> |
| |
| Reviewed by Nikolas Zimmermann. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=19995 |
| hixie.ch : anchor Link fails with fragment identifiers inside SVG fragments. |
| |
| Remove 003-broken.xml and replace it with a 003.xml that is text-only. |
| |
| * platform/mac/svg/hixie/links/003-broken-expected.png: Removed. |
| * platform/mac/svg/hixie/links/003-broken-expected.txt: Removed. |
| * svg/hixie/links/003-broken.xml: Removed. |
| * svg/hixie/links/003-expected.txt: Added. |
| * svg/hixie/links/003.xml: Added. |
| |
| 2011-05-27 Yael Aharon <yael.aharon@nokia.com> |
| |
| Unreviewed. |
| |
| WebKit2 does not support eventSender. |
| |
| * platform/mac-wk2/Skipped: |
| |
| 2011-05-27 Andreas Kling <kling@webkit.org> |
| |
| Reviewed by Benjamin Poulain. |
| |
| Update RGBA color serialization to match HTML5. |
| https://bugs.webkit.org/show_bug.cgi?id=61449 |
| |
| Update tests to reflect the new behavior. |
| |
| * canvas/philip/tests/2d.fillStyle.get.transparent.html: |
| * canvas/philip/tests/2d.shadow.attributes.shadowColor.initial.html: |
| * canvas/philip/tests/2d.shadow.attributes.shadowColor.valid.html: |
| * editing/style/inline-style-container-expected.txt |
| * editing/style/script-tests/inline-style-container.js: |
| * fast/canvas/canvas-color-clamping-expected.txt: |
| * fast/canvas/canvas-color-serialization-expected.txt: |
| * fast/canvas/canvas-currentColor-expected.txt: |
| * fast/canvas/script-tests/canvas-color-clamping.js: |
| * fast/canvas/script-tests/canvas-color-serialization.js: |
| * fast/canvas/script-tests/canvas-currentColor.js: |
| * fast/dom/canvasContext2d-element-attribute-js-null-expected.txt: |
| * fast/dom/canvasContext2d-element-attribute-js-null.html: |
| |
| 2011-05-27 Yael Aharon <yael.aharon@nokia.com> |
| |
| Unreviewed. |
| |
| Skip a test that requires eventSender.beginDragWithFiles. |
| |
| * platform/win/Skipped: |
| |
| 2011-05-27 Yael Aharon <yael.aharon@nokia.com> |
| |
| Unreviewed. |
| |
| Skip a test that is failing until investigated. |
| |
| * platform/gtk/Skipped: |
| |
| 2011-05-27 Hans Wennborg <hans@chromium.org> |
| |
| Reviewed by Tony Gentilcore. |
| |
| IndexedDB: Support mutating cursors on top of LevelDB |
| https://bugs.webkit.org/show_bug.cgi?id=61615 |
| |
| New test for adding new entries to an objecet store while running a |
| cursor over it. |
| |
| * storage/indexeddb/mutating-cursor-expected.txt: Added. |
| * storage/indexeddb/mutating-cursor.html: Added. |
| |
| 2011-05-27 Csaba Osztrogonác <ossy@webkit.org> |
| |
| [Qt][Mac] Daily gardening. |
| |
| Typo fix, and remove non-existent files from Skipped list. |
| |
| * platform/qt-mac/Skipped: |
| |
| 2011-05-27 Csaba Osztrogonác <ossy@webkit.org> |
| |
| [Qt][Mac] Daily gardening. |
| |
| * platform/qt-mac/Skipped: |
| - plugins/embed-attributes-setting.html was unskipped by r87306, but fails on Qt-Mac. |
| - plugins/plugin-initiate-popup-window.html unskipped by r87429, but fails on Qt-Mac. |
| - fast/css/disabled-author-styles unskipped by r87311, but fails on Qt-Mac. |
| * platform/qt-mac/editing/pasteboard/paste-code-in-pre-expected.txt: Added after r87468. |
| |
| 2011-05-27 Yael Aharon <yael.aharon@nokia.com> |
| |
| Unreviewed. |
| |
| Skip test that is failing on the bot, until investigated. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-05-27 Yael Aharon <yael.aharon@nokia.com> |
| |
| Unreviewed. |
| |
| Skip new dropzone tests. Qt's DRT does not support drag 'n drop. |
| |
| * platform/qt/Skipped: |
| |
| 2011-05-27 Csaba Osztrogonác <ossy@webkit.org> |
| |
| [WK2] Skip new failing tests because of missing SVG animation pause API. |
| |
| * platform/mac-wk2/Skipped: Add failing tests. |
| * platform/qt-wk2/Skipped: Remove tests, because they fail because of WK2 specific bug, not Qt-WK2 specific. |
| |
| 2011-05-26 Yael Aharon <yael.aharon@nokia.com> |
| |
| Reviewed by Tony Chang. |
| |
| webkit should implement the dropzone attribute |
| https://bugs.webkit.org/show_bug.cgi?id=58210 |
| |
| * fast/events/dropzone-001-expected.txt: Added. |
| * fast/events/dropzone-001.html: Added. |
| * fast/events/dropzone-002-expected.txt: Added. |
| * fast/events/dropzone-002.html: Added. |
| * fast/events/dropzone-003-expected.txt: Added. |
| * fast/events/dropzone-003.html: Added. |
| * fast/events/dropzone-004-expected.txt: Added. |
| * fast/events/dropzone-004.html: Added. |
| * fast/events/resources/dropzone.js: Added. |
| |
| 2011-05-27 Csaba Osztrogonác <ossy@webkit.org> |
| |
| [Qt]http/tests/security/xss-DENIED-xsl-document.xml fails with Qt 4.8 |
| https://bugs.webkit.org/show_bug.cgi?id=60175 |
| |
| [Qt]http/tests/xmlhttprequest/xmlhttprequest-missing-file-exception.html fails with Qt 4.8 |
| https://bugs.webkit.org/show_bug.cgi?id=60176 |
| |
| * platform/qt-4.8/Skipped: The bug is in Qt 4.8, add Qt bug tracker URL's. |
| |
| 2011-05-27 Zoltan Horvath <zoltan@webkit.org> |
| |
| [Qt][WK2] Make the bot environmentally friendly. |
| |
| * platform/qt-wk2/Skipped: |
| |
| 2011-05-27 Ryosuke Niwa <rniwa@webkit.org> |
| |
| Reviewed by Kent Tamura. |
| |
| Convert smart-paste-004.html through smart-paste-006.html to dumpAsText tests |
| https://bugs.webkit.org/show_bug.cgi?id=61618 |
| |
| Converted smart-paste-004.html, smart-paste-005.html, and smart-paste-005.html to dumpAsText tests. |
| |
| * editing/pasteboard/smart-paste-004-expected.txt: Added. |
| * editing/pasteboard/smart-paste-004.html: |
| * editing/pasteboard/smart-paste-005-expected.txt: Added. |
| * editing/pasteboard/smart-paste-005.html: |
| * editing/pasteboard/smart-paste-006-expected.txt: Added. |
| * editing/pasteboard/smart-paste-006.html: |
| * platform/chromium-linux/editing/pasteboard/smart-paste-004-expected.png: Removed. |
| * platform/chromium-linux/editing/pasteboard/smart-paste-004-expected.txt: Removed. |
| * platform/chromium-linux/editing/pasteboard/smart-paste-005-expected.png: Removed. |
| * platform/chromium-linux/editing/pasteboard/smart-paste-006-expected.png: Removed. |
| * platform/chromium-win/editing/pasteboard/smart-paste-004-expected.png: Removed. |
| * platform/chromium-win/editing/pasteboard/smart-paste-004-expected.txt: Removed. |
| * platform/chromium-win/editing/pasteboard/smart-paste-005-expected.png: Removed. |
| * platform/chromium-win/editing/pasteboard/smart-paste-005-expected.txt: Removed. |
| * platform/chromium-win/editing/pasteboard/smart-paste-006-expected.png: Removed. |
| * platform/chromium-win/editing/pasteboard/smart-paste-006-expected.txt: Removed. |
| * platform/gtk/editing/pasteboard/smart-paste-004-expected.png: Removed. |
| * platform/gtk/editing/pasteboard/smart-paste-004-expected.txt: Removed. |
| * platform/gtk/editing/pasteboard/smart-paste-005-expected.png: Removed. |
| * platform/gtk/editing/pasteboard/smart-paste-005-expected.txt: Removed. |
| * platform/gtk/editing/pasteboard/smart-paste-006-expected.png: Removed. |
| * platform/gtk/editing/pasteboard/smart-paste-006-expected.txt: Removed. |
| * platform/mac/editing/pasteboard/smart-paste-004-expected.png: Removed. |
| * platform/mac/editing/pasteboard/smart-paste-004-expected.txt: Removed. |
| * platform/mac/editing/pasteboard/smart-paste-005-expected.png: Removed. |
| * platform/mac/editing/pasteboard/smart-paste-005-expected.txt: Removed. |
| * platform/mac/editing/pasteboard/smart-paste-006-expected.png: Removed. |
| * platform/mac/editing/pasteboard/smart-paste-006-expected.txt: Removed. |
| * platform/qt/editing/pasteboard/smart-paste-004-expected.png: Removed. |
| * platform/qt/editing/pasteboard/smart-paste-004-expected.txt: Removed. |
| * platform/qt/editing/pasteboard/smart-paste-005-expected.png: Removed. |
| * platform/qt/editing/pasteboard/smart-paste-005-expected.txt: Removed. |
| * platform/qt/editing/pasteboard/smart-paste-006-expected.png: Removed. |
| * platform/qt/editing/pasteboard/smart-paste-006-expected.txt: Removed. |
| |
| 2011-05-27 Ryosuke Niwa <rniwa@webkit.org> |
| |
| Reviewed by Kent Tamura. |
| |
| Convert smart-paste-001.html through smart-paste-003.html to dumpAsText tests |
| https://bugs.webkit.org/show_bug.cgi?id=61617 |
| |
| Converted smart-paste-001.html, smart-paste-002.html, and smart-paste-003.html to dumpAsText tests. |
| |
| * editing/pasteboard/smart-paste-001-expected.txt: Added. |
| * editing/pasteboard/smart-paste-001.html: |
| * editing/pasteboard/smart-paste-002-expected.txt: Added. |
| * editing/pasteboard/smart-paste-002.html: |
| * editing/pasteboard/smart-paste-003-expected.txt: Added. |
| * editing/pasteboard/smart-paste-003.html: |
| * platform/chromium-linux/editing/pasteboard/smart-paste-001-expected.png: Removed. |
| * platform/chromium-linux/editing/pasteboard/smart-paste-002-expected.png: Removed. |
| * platform/chromium-linux/editing/pasteboard/smart-paste-003-expected.png: Removed. |
| * platform/chromium-linux/editing/pasteboard/smart-paste-003-expected.txt: Removed. |
| * platform/chromium-win/editing/pasteboard/smart-paste-001-expected.png: Removed. |
| * platform/chromium-win/editing/pasteboard/smart-paste-001-expected.txt: Removed. |
| * platform/chromium-win/editing/pasteboard/smart-paste-002-expected.png: Removed. |
| * platform/chromium-win/editing/pasteboard/smart-paste-002-expected.txt: Removed. |
| * platform/chromium-win/editing/pasteboard/smart-paste-003-expected.png: Removed. |
| * platform/chromium-win/editing/pasteboard/smart-paste-003-expected.txt: Removed. |
| * platform/gtk/editing/pasteboard/smart-paste-001-expected.png: Removed. |
| * platform/gtk/editing/pasteboard/smart-paste-001-expected.txt: Removed. |
| * platform/gtk/editing/pasteboard/smart-paste-002-expected.png: Removed. |
| * platform/gtk/editing/pasteboard/smart-paste-002-expected.txt: Removed. |
| * platform/gtk/editing/pasteboard/smart-paste-003-expected.png: Removed. |
| * platform/gtk/editing/pasteboard/smart-paste-003-expected.txt: Removed. |
| * platform/mac/editing/pasteboard/smart-paste-001-expected.png: Removed. |
| * platform/mac/editing/pasteboard/smart-paste-001-expected.txt: Removed. |
| * platform/mac/editing/pasteboard/smart-paste-002-expected.png: Removed. |
| * platform/mac/editing/pasteboard/smart-paste-002-expected.txt: Removed. |
| * platform/mac/editing/pasteboard/smart-paste-003-expected.png: Removed. |
| * platform/mac/editing/pasteboard/smart-paste-003-expected.txt: Removed. |
| * platform/qt/editing/pasteboard/smart-paste-001-expected.txt: Removed. |
| * platform/qt/editing/pasteboard/smart-paste-002-expected.png: Removed. |
| * platform/qt/editing/pasteboard/smart-paste-002-expected.txt: Removed. |
| * platform/qt/editing/pasteboard/smart-paste-003-expected.png: Removed. |
| * platform/qt/editing/pasteboard/smart-paste-003-expected.txt: Removed. |
| |
| 2011-05-27 Ryosuke Niwa <rniwa@webkit.org> |
| |
| Reviewed by Kent Tamura. |
| |
| Convert editing/pasteboard/paste-unrendered-select.html to a dump-as-markup test |
| https://bugs.webkit.org/show_bug.cgi?id=61616 |
| |
| Converted paste-unrendered-select.html to a dump-as-markup test. |
| |
| * editing/pasteboard/paste-unrendered-select-expected.txt: Added. |
| * editing/pasteboard/paste-unrendered-select.html: |
| * platform/chromium-linux/editing/pasteboard/paste-unrendered-select-expected.png: Removed. |
| * platform/chromium-win/editing/pasteboard/paste-unrendered-select-expected.png: Removed. |
| * platform/chromium-win/editing/pasteboard/paste-unrendered-select-expected.txt: Removed. |
| * platform/gtk/editing/pasteboard/paste-unrendered-select-expected.png: Removed. |
| * platform/gtk/editing/pasteboard/paste-unrendered-select-expected.txt: Removed. |
| * platform/mac-leopard/editing/pasteboard/paste-unrendered-select-expected.png: Removed. |
| * platform/mac/editing/pasteboard/paste-unrendered-select-expected.png: Removed. |
| * platform/mac/editing/pasteboard/paste-unrendered-select-expected.txt: Removed. |
| * platform/qt/editing/pasteboard/paste-unrendered-select-expected.txt: Removed. |
| |
| 2011-05-27 Shishir Agrawal <shishir@chromium.org> |
| |
| Reviewed by Tony Gentilcore. |
| |
| Enable Page Visibility API in the chromium port. |
| https://bugs.webkit.org/show_bug.cgi?id=61397 |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-05-27 Ryosuke Niwa <rniwa@webkit.org> |
| |
| Reviewed by Kent Tamura. |
| |
| Convert editing/pasteboard/paste-text-002.html and paste-text-003.html to dump-as-markup tests |
| https://bugs.webkit.org/show_bug.cgi?id=61614 |
| |
| Converted paste-text-002.html and paste-text-003.html to dump-as-markup tests. |
| Also added some descriptions to the tests. |
| |
| * editing/pasteboard/paste-text-002-expected.txt: Added. |
| * editing/pasteboard/paste-text-002.html: |
| * editing/pasteboard/paste-text-003-expected.txt: Added. |
| * editing/pasteboard/paste-text-003.html: |
| * platform/chromium-linux/editing/pasteboard/paste-text-002-expected.png: Removed. |
| * platform/chromium-linux/editing/pasteboard/paste-text-003-expected.png: Removed. |
| * platform/chromium-win/editing/pasteboard/paste-text-002-expected.png: Removed. |
| * platform/chromium-win/editing/pasteboard/paste-text-002-expected.txt: Removed. |
| * platform/chromium-win/editing/pasteboard/paste-text-003-expected.png: Removed. |
| * platform/chromium-win/editing/pasteboard/paste-text-003-expected.txt: Removed. |
| * platform/gtk/editing/pasteboard/paste-text-002-expected.txt: Removed. |
| * platform/gtk/editing/pasteboard/paste-text-003-expected.txt: Removed. |
| * platform/mac/editing/pasteboard/paste-text-002-expected.png: Removed. |
| * platform/mac/editing/pasteboard/paste-text-002-expected.txt: Removed. |
| * platform/mac/editing/pasteboard/paste-text-003-expected.png: Removed. |
| * platform/mac/editing/pasteboard/paste-text-003-expected.txt: Removed. |
| * platform/qt/editing/pasteboard/paste-text-002-expected.png: Removed. |
| * platform/qt/editing/pasteboard/paste-text-002-expected.txt: Removed. |
| * platform/qt/editing/pasteboard/paste-text-003-expected.png: Removed. |
| * platform/qt/editing/pasteboard/paste-text-003-expected.txt: Removed. |
| |
| 2011-05-26 MORITA Hajime <morrita@google.com> |
| |
| Reviewed by Kent Tamura. |
| |
| WebCore::HTMLSummaryElement::isMainSummary crashes |
| https://bugs.webkit.org/show_bug.cgi?id=61511 |
| |
| * fast/html/details-summary-document-child-expected.txt: Added. |
| * fast/html/details-summary-document-child.html: Added. |
| |
| 2011-05-26 Ryosuke Niwa <rniwa@webkit.org> |
| |
| Reviewed by Adam Barth. |
| |
| Convert editing/pasteboard/paste-blockquote-1.html to a dump-as-markup test |
| https://bugs.webkit.org/show_bug.cgi?id=61608 |
| |
| Converted paste-blockquote-1.html to a dump-as-markup test. |
| |
| * editing/pasteboard/paste-blockquote-1-expected.txt: Added. |
| * editing/pasteboard/paste-blockquote-1.html: |
| * platform/chromium-linux/editing/pasteboard/paste-blockquote-1-expected.png: Removed. |
| * platform/chromium-win/editing/pasteboard/paste-blockquote-1-expected.png: Removed. |
| * platform/chromium-win/editing/pasteboard/paste-blockquote-1-expected.txt: Removed. |
| * platform/gtk/editing/pasteboard/paste-blockquote-1-expected.txt: Removed. |
| * platform/mac-leopard/editing/pasteboard/paste-blockquote-1-expected.png: Removed. |
| * platform/mac/editing/pasteboard/paste-blockquote-1-expected.png: Removed. |
| * platform/mac/editing/pasteboard/paste-blockquote-1-expected.txt: Removed. |
| * platform/qt/editing/pasteboard/paste-blockquote-1-expected.txt: Removed. |
| |
| 2011-05-26 Ryosuke Niwa <rniwa@webkit.org> |
| |
| Reviewed by Adam Barth. |
| |
| Convert editing/pasteboard/merge-end-*.html to dump-as-markup tests |
| https://bugs.webkit.org/show_bug.cgi?id=61607 |
| |
| * editing/pastebo
|