| 2010-03-31 Mark Rowe <mrowe@apple.com> |
| |
| Reviewed by Darin Adler. |
| |
| <http://webkit.org/b/36878> REGRESSION: Trailing colon on hostnames (with no port specified) causes "Not allowed to use restricted network port" |
| |
| Add explicit tests for handling of allowed ports. We currently only test the ports that map to port 80: 0, 80, and "". |
| |
| * platform/mac/security/block-test-expected.txt: |
| * security/block-test.html: |
| |
| 2010-03-31 Andrew Scherkus <scherkus@chromium.org> |
| |
| Reviewed by Dmitry Titov. |
| |
| Checking in Chromium media baselines for layout tests fixed in r56481. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=36860 |
| |
| * platform/chromium-linux/media/video-no-audio-expected.checksum: Added. |
| * platform/chromium-linux/media/video-no-audio-expected.png: Added. |
| * platform/chromium-mac/media/video-no-audio-expected.checksum: Added. |
| * platform/chromium-mac/media/video-no-audio-expected.png: Added. |
| * platform/chromium-mac/media/video-no-audio-expected.txt: Added. |
| * platform/chromium-win/media/audio-constructor-src-expected.txt: Added. |
| * platform/chromium-win/media/video-no-audio-expected.checksum: Added. |
| * platform/chromium-win/media/video-no-audio-expected.png: Added. |
| * platform/chromium-win/media/video-no-audio-expected.txt: Added. |
| * platform/chromium-win/media/video-source-add-src-expected.txt: Added. |
| * platform/chromium/test_expectations.txt: Tests are now passing. |
| |
| 2010-03-31 Zhenyao Mo <zmo@google.com> |
| |
| Reviewed by Darin Fisher. |
| |
| Hook up WebGLContextAttributes to OpenGL context creation code |
| https://bugs.webkit.org/show_bug.cgi?id=33416 |
| |
| * fast/canvas/webgl/context-attributes-alpha-depth-stencil-antialias-expected.txt: Added. |
| * fast/canvas/webgl/context-attributes-alpha-depth-stencil-antialias.html: Added. |
| * fast/canvas/webgl/context-attributes-expected.txt: WebGL context attributes behavior changed with this fix. |
| * fast/canvas/webgl/context-attributes.html: Ditto. |
| * fast/canvas/webgl/gl-get-calls-expected.txt: Stencil buffer is enabled, thus Stencil Bits is no longer 0. |
| * fast/canvas/webgl/gl-get-calls.html: Ditto. |
| |
| 2010-03-31 Qi Zhang <qi.2.zhang@nokia.com> |
| |
| Reviewed by Laszlo Gombos. |
| |
| [Qt] Enable LayoutTests/fast/canvas/zero-size-fill-rect.html |
| https://bugs.webkit.org/show_bug.cgi?id=36837 |
| |
| Remove zero-size-fill-rect.html from skipped and create expected files. |
| |
| * platform/qt/Skipped: |
| * platform/qt/fast/canvas/zero-size-fill-rect-expected.checksum: Added. |
| * platform/qt/fast/canvas/zero-size-fill-rect-expected.png: Added. |
| * platform/qt/fast/canvas/zero-size-fill-rect-expected.txt: |
| |
| 2010-03-31 Alpha Lam <hclam@chromium.org> |
| |
| Reviewed by Darin Fisher. |
| |
| Update test results due to changes in r56824. |
| https://bugs.webkit.org/show_bug.cgi?id=36900 |
| |
| * platform/chromium-win/fast/forms/input-file-re-render-expected.checksum: |
| * platform/chromium-win/fast/forms/input-file-re-render-expected.png: |
| * platform/chromium/test_expectations.txt: |
| fast/forms/input-file-re-render.html generates incorrect results on |
| Linux, mark it so. |
| |
| 2010-03-31 Csaba Osztrogonác <ossy@webkit.org> |
| |
| Rubber-stamped by Kenneth Rohde Christiansen. |
| |
| iframe flattening doesn't flatten |
| https://bugs.webkit.org/show_bug.cgi?id=36798 |
| |
| Platform specific expected files added, and updated after r56852. |
| |
| * platform/mac/fast/frames/flattening/frameset-flattening-subframe-resize-expected.txt: |
| * platform/mac/fast/frames/flattening/iframe-flattening-fixed-height-expected.txt: Added. |
| * platform/mac/fast/frames/flattening/iframe-flattening-fixed-width-and-height-expected.txt: Added. |
| * platform/mac/fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling-expected.txt: Added. |
| * platform/mac/fast/frames/flattening/iframe-flattening-fixed-width-expected.txt: Added. |
| * platform/mac/fast/frames/flattening/iframe-flattening-simple-expected.txt: |
| * platform/qt/fast/frames/flattening/frameset-flattening-subframe-resize-expected.txt: |
| * platform/qt/fast/frames/flattening/iframe-flattening-fixed-height-expected.txt: Added. |
| * platform/qt/fast/frames/flattening/iframe-flattening-fixed-width-and-height-expected.txt: Added. |
| * platform/qt/fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling-expected.txt: Added. |
| * platform/qt/fast/frames/flattening/iframe-flattening-fixed-width-expected.txt: Added. |
| |
| 2010-02-30 Kenneth Rohde Christiansen <kenneth@webkit.org> |
| |
| Reviewed by Antti Koivisto. |
| |
| iframe flattening doesn't flatten |
| https://bugs.webkit.org/show_bug.cgi?id=36798 |
| |
| Add more tests for iframe flattening |
| |
| * fast/frames/flattening/iframe-flattening-fixed-height.html |
| * fast/frames/flattening/iframe-flattening-fixed-width.html |
| * fast/frames/flattening/iframe-flattening-fixed-width-and-height.html |
| * fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling.html |
| |
| 2010-03-31 Sterling Swigart <sswigart@google.com> |
| |
| Reviewed by David Levin. |
| |
| [Chromium] Enable fast/events/onbeforeunload-focused-iframe.html |
| https://bugs.webkit.org/show_bug.cgi?id=36781 |
| |
| * platform/chromium/test_expectations.txt: Enable test now that callShouldCloseOnWebView |
| is implemented in test_shell. |
| |
| 2010-03-31 Alexander Pavlov <apavlov@chromium.org> |
| |
| Reviewed by Pavel Feldman. |
| |
| Fix crash |
| |
| Web Inspector: [Chromium] inspector/audits-panel-functional.html crashes test_shell |
| https://bugs.webkit.org/show_bug.cgi?id=36885 |
| |
| * inspector/audits-panel-functional.html: |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-03-30 Yury Semikhatsky <yurys@chromium.org> |
| |
| Reviewed by Pavel Feldman. |
| |
| Web Inspector: get rid of "Unsafe JavaScript attempt..." message when inspecting frames whose content has changed. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=36828 |
| |
| * http/tests/inspector-enabled/console-log-before-frame-navigation-expected.txt: |
| * http/tests/inspector-enabled/resources/console-log-frame-before-navigation.html: |
| |
| 2010-03-31 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Not reviewed. Add missing pixel test results for svg/filters/feColorMatrix-values.svg |
| |
| * platform/mac/svg/filters/feColorMatrix-values-expected.checksum: Added. |
| * platform/mac/svg/filters/feColorMatrix-values-expected.png: Added. |
| |
| 2010-03-31 Zhenyao Mo <zmo@google.com> |
| |
| Reviewed by Darin Fisher. |
| |
| Implement memmove behavior for WebGLArray set() |
| https://bugs.webkit.org/show_bug.cgi?id=35619 |
| |
| * fast/canvas/webgl/array-setters-expected.txt: Testing shared overlapping buffer set() behaviors. |
| * fast/canvas/webgl/array-setters.html: Ditto. |
| |
| 2010-03-31 Sterling Swigart <sswigart@google.com> |
| |
| Reviewed by David Levin. |
| |
| [chromium] test_expectations.txt swept for MAC test cases becoming PASS |
| https://bugs.webkit.org/show_bug.cgi?id=36863 |
| |
| * platform/chromium/test_expectations.txt: Cleaned up test_expectations.txt |
| for MAC which are now PASS. |
| |
| 2010-03-31 Qi Zhang <qi.2.zhang@nokia.com> |
| |
| Reviewed by Darin Adler. |
| |
| [Qt] Remove LayoutTests/fast/canvas/image-object-in-canvas.html from Skipped |
| https://bugs.webkit.org/show_bug.cgi?id=36836 |
| |
| Enable LayoutTests/fast/canvas/image-object-in-canvas.html at LayoutTests |
| |
| * platform/qt/Skipped: |
| * platform/qt/fast/canvas/image-object-in-canvas-expected.checksum: Added. |
| * platform/qt/fast/canvas/image-object-in-canvas-expected.png: Added. |
| * platform/qt/fast/canvas/image-object-in-canvas-expected.txt: |
| |
| 2010-03-30 Shinichiro Hamaji <hamaji@chromium.org> |
| |
| Reviewed by Eric Seidel. |
| |
| [Chromium] fast/repaint/overflow-scroll-body-appear need to be rebaselined |
| https://bugs.webkit.org/show_bug.cgi?id=36825 |
| |
| * platform/chromium-linux/fast/repaint/overflow-scroll-body-appear-expected.checksum: Added. |
| * platform/chromium-linux/fast/repaint/overflow-scroll-body-appear-expected.png: Added. |
| * platform/chromium-mac/fast/repaint/overflow-scroll-body-appear-expected.checksum: Added. |
| * platform/chromium-mac/fast/repaint/overflow-scroll-body-appear-expected.png: Added. |
| * platform/chromium-win/fast/repaint/overflow-scroll-body-appear-expected.checksum: Added. |
| * platform/chromium-win/fast/repaint/overflow-scroll-body-appear-expected.png: Added. |
| * platform/chromium-win/fast/repaint/overflow-scroll-body-appear-expected.txt: Added. |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-03-30 Kent Tamura <tkent@chromium.org> |
| |
| Reviewed by Brady Eidson. |
| |
| REGRESSION (r56439) - Crash when a renderer for a file upload control |
| with a selected file is recreated |
| https://bugs.webkit.org/show_bug.cgi?id=36723 |
| |
| * fast/forms/input-file-re-render.html: |
| Force to do re-layout to check the regression. |
| |
| 2010-03-30 Yuzo Fujishima <yuzo@google.com> |
| |
| Reviewed by Eric Seidel. |
| |
| Fix LayoutTests/fast/dom/Window/window-resize.html |
| The test failed on Mac if Dock is placed on the left or the right because the window's width |
| and horizontal position can be adjusted by the OS. |
| This patch fixes it by using window.availWidth instead of window.width as the expected |
| values and by avoid using constant expected values. |
| As a side effect, the expected values become platform independent. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=36813 |
| |
| * fast/dom/Window/window-resize-expected.txt: |
| * fast/dom/Window/window-resize.html: |
| * platform/mac/fast/dom/Window/window-resize-expected.txt: Removed. |
| * platform/win/fast/dom/Window/window-resize-expected.txt: Removed. |
| |
| 2010-03-30 Alpha Lam <hclam@chromium.org> |
| |
| Reviewed by Dmitry Titov. |
| |
| [chromium] Fix test expectations for a new test added in r56779 |
| https://bugs.webkit.org/show_bug.cgi?id=36868 |
| |
| inspector/audits-panel-functional.html is crashing on Windows. Mark it so. |
| |
| * platform/chromium/test_expectations.txt: |
| Add expectation for inspector/audits-panel-functional.html to mark it as crashing. |
| |
| 2010-03-30 Andrew Scherkus <scherkus@chromium.org> |
| |
| Unreviewed, expectations tweak. |
| |
| Updating expectations to stop skipping tests that were fixed in r56481. |
| |
| * platform/chromium/test_expectations.txt: Don't skip fixed tests. |
| |
| 2010-03-30 Alpha Lam <hclam@chromium.org> |
| |
| Reviewed by Dmitry Titov. |
| |
| [chromium] New test results due to 56776 |
| https://bugs.webkit.org/show_bug.cgi?id=36857 |
| |
| Adding new layout test results for chromium for tests added in r56776. |
| |
| * platform/chromium-linux/svg/custom/glyph-transformation-with-hkern-expected.checksum: Added. |
| * platform/chromium-linux/svg/custom/glyph-transformation-with-hkern-expected.png: Added. |
| * platform/chromium-mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.checksum: Added. |
| * platform/chromium-mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png: Added. |
| * platform/chromium-win/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt: |
| * platform/chromium-win/svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt: |
| * platform/chromium-win/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt: |
| * platform/chromium-win/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt: |
| * platform/chromium-win/svg/custom/glyph-transformation-with-hkern-expected.checksum: Added. |
| * platform/chromium-win/svg/custom/glyph-transformation-with-hkern-expected.png: Added. |
| * platform/chromium-win/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt: |
| * platform/chromium/test_expectations.txt: |
| Removed the failing expectation for |
| platform/chromium-win/svg/custom/scrolling-embedded-svg-file-image-repaint-problem.html |
| because the difference in only in the scroll bar, there is not difference in the image content. |
| Also fixed a grammar problem in last commit. |
| |
| 2010-03-30 Alpha Lam <hclam@chromium.org> |
| |
| Reviewed by David Levin. |
| |
| [chromium] Fix test_expectations for new test added in r56795 |
| https://bugs.webkit.org/show_bug.cgi?id=36861 |
| |
| * platform/chromium/test_expectations.txt: |
| Expects svg/animations/animate-points.html to fail because a API is missing |
| in Chromium. See http://crbug.com/39904. |
| |
| 2010-03-30 Enrica Casucci <enrica@apple.com> |
| |
| Reviewed by Darin Adler. |
| |
| Incorrect insertion position after typing THAI CHARACTER SARA AM = 0E33. |
| <rdar://problem/7810749> |
| https://bugs.webkit.org/show_bug.cgi?id=36858 |
| |
| * fast/text/multiglyph-characters-expected.txt: Added. |
| * fast/text/multiglyph-characters.html: Added. |
| |
| 2010-03-30 Chris Evans <cevans@chromium.org> |
| |
| Reviewed by Adam Barth. |
| |
| Add test for SVG pattern canvas tainting. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=36838 |
| |
| * fast/canvas/svg-taint.html: Added |
| * fast/canvas/svg-taint-expected.txt: Added |
| * fast/canvas/resources/empty.svg: Added |
| |
| 2010-03-30 Andrew Scherkus <scherkus@chromium.org> |
| |
| Reviewed by Darin Adler. |
| |
| Updating expectations for video-no-audio.html to reflect changes made in r56481. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=36846 |
| |
| * platform/mac-tiger/media/video-no-audio-expected.txt: Updating due to different source video dimensions. |
| * platform/win/media/video-no-audio-expected.txt: Ditto. |
| |
| 2010-03-30 Adam Langley <agl@chromium.org> |
| |
| Reviewed by David Levin. |
| |
| [chromium] linux: prefer the "hinting" fontconfig preference. |
| |
| fontconfig can give contradictory hinting information, setting |
| "hinting" to zero and "hintstyle" to non-zero. In this case we |
| should take the "hinting" preference. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=36602 |
| |
| * platform/chromium/fast/text/chromium-linux-fontconfig-renderstyle.html: |
| |
| 2010-03-30 Pavel Feldman <pfeldman@chromium.org> |
| |
| Reviewed by Timothy Hatcher. |
| |
| Web Inspector: Do not send empty matching rules for pseudo elements to frontend. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=36834 |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-03-30 Jian Li <jianli@chromium.org> |
| |
| Reviewed by Dmitry Titov. |
| |
| [chromium] Update test_expectations.txt to enable send-dragged-sliced-file.html |
| https://bugs.webkit.org/show_bug.cgi?id=36764 |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-03-30 Dirk Schulze <krit@webkit.org> |
| |
| Reviewed by Nikolas Zimmermann. |
| |
| Cannot animate "points" attribute for <svg:polygon> |
| https://bugs.webkit.org/show_bug.cgi?id=21371 |
| |
| Tests if points of a polygon are animateable. |
| |
| * svg/animations/animate-points-expected.txt: Added. |
| * svg/animations/animate-points.html: Added. |
| * svg/animations/script-tests/animate-points.js: Added. |
| (sample1): |
| (sample2): |
| (sample3): |
| (executeTest): |
| |
| 2010-03-30 Pavel Feldman <pfeldman@chromium.org> |
| |
| Not reviewed: bring test expectation back - it still fails for some |
| reason. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-03-30 Yury Semikhatsky <yurys@chromium.org> |
| |
| Unreviewed. Update Chromium test expectations. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-03-30 Pavel Feldman <pfeldman@chromium.org> |
| |
| Not reviewed: removed failure expectation from Chromium. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-03-30 Julien Chaffraix <jchaffraix@webkit.org> |
| |
| Reviewed by Darin Adler. |
| |
| fast/parser/comments.html needs some clean-up |
| https://bugs.webkit.org/show_bug.cgi?id=36537 |
| |
| - The test is converted to dumpAsText now. |
| - The output is also made more explicit as to what is expected (adding some PASSED and FAILED). |
| - Finally some part of the test were actually commented so added some comment endings to make sure |
| we run all the part of the test. |
| |
| * fast/parser/comments-expected.txt: Added. |
| * fast/parser/comments.html: |
| * platform/chromium-linux/fast/parser/comments-expected.checksum: Removed. |
| * platform/chromium-linux/fast/parser/comments-expected.png: Removed. |
| * platform/chromium-win/fast/parser/comments-expected.checksum: Removed. |
| * platform/chromium-win/fast/parser/comments-expected.png: Removed. |
| * platform/chromium-win/fast/parser/comments-expected.txt: Removed. |
| * platform/mac/fast/parser/comments-expected.checksum: Removed. |
| * platform/mac/fast/parser/comments-expected.png: Removed. |
| * platform/mac/fast/parser/comments-expected.txt: Removed. |
| * platform/qt/fast/parser/comments-expected.txt: Removed. |
| |
| 2010-03-30 Alexander Pavlov <apavlov@chromium.org> |
| |
| Unreviewed, test missing in r56732. |
| |
| * inspector/audits-panel-functional-expected.txt: Added. |
| * inspector/audits-panel-functional.html: Added. |
| * inspector/resources/audits-script1.js: Added. |
| (foo1): |
| * inspector/resources/audits-script2.js: Added. |
| (foo2): |
| * inspector/resources/audits-script3.js: Added. |
| (foo3): |
| * inspector/resources/audits-style1.css: Added. |
| |
| 2010-03-30 Dirk Schulze <krit@webkit.org> |
| |
| Reviewed by Nikolas Zimmermann. |
| |
| SVG Glyph transformations wrong on use of SVGFont |
| https://bugs.webkit.org/show_bug.cgi?id=36731 |
| |
| Test of correct scaled kerning, if userSpace on SVGFont doesn't |
| match the scaling of the viewport userSpace. |
| |
| * platform/mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt: |
| * platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt: |
| * svg/custom/glyph-transformation-with-hkern.svg: Added. |
| * svg/custom/resources/SVGFreeSans.svg: Added. |
| |
| 2010-03-30 Dirk Schulze <krit@webkit.org> |
| |
| Reviewed by Nikolas Zimmermann. |
| |
| SVG Animation doesn't respect 'currentColor' |
| https://bugs.webkit.org/show_bug.cgi?id=36695 |
| |
| Check if SVG animation takes the color value of the target element as 'currentColor'. |
| |
| * platform/mac/svg/custom/animation-currentColor-expected.checksum: Added. |
| * platform/mac/svg/custom/animation-currentColor-expected.png: Added. |
| * platform/mac/svg/custom/animation-currentColor-expected.txt: Added. |
| * svg/custom/animation-currentColor.svg: Added. |
| |
| 2010-03-30 Yury Semikhatsky <yurys@chromium.org> |
| |
| Reviewed by Pavel Feldman. |
| |
| Skip http/tests/inspector-enabled on Linux and Mac where LayoutTestContoller doesn't support inspector methods yet. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=36807 |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-03-30 David Levin <levin@chromium.org> |
| |
| Reviewed by Adam Barth. |
| |
| [chromium] Many new test results are needed due to recent check-ins. |
| https://bugs.webkit.org/show_bug.cgi?id=36799 |
| |
| * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.checksum: Due to r56655. |
| * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.png: Ditto. |
| |
| 2010-03-29 David Levin <levin@chromium.org> |
| |
| Rubber-stamped by Adam Barth. |
| |
| Needed to fix test_expectations.txt for recent addition in r56764. |
| |
| * platform/chromium/test_expectations.txt: Added IMAGE (due to the results on OSX). |
| |
| 2010-03-29 Shinichiro Hamaji <hamaji@chromium.org> |
| |
| Reviewed by David Hyatt. |
| |
| No vertical scrollbar after the CSS class change |
| https://bugs.webkit.org/show_bug.cgi?id=36461 |
| |
| * fast/repaint/overflow-scroll-body-appear.html: Added. |
| * platform/chromium/test_expectations.txt: |
| * platform/gtk/Skipped: |
| * platform/mac/fast/repaint/overflow-scroll-body-appear-expected.checksum: Added. |
| * platform/mac/fast/repaint/overflow-scroll-body-appear-expected.png: Added. |
| * platform/mac/fast/repaint/overflow-scroll-body-appear-expected.txt: Added. |
| * platform/qt/Skipped: |
| * platform/win/Skipped: |
| |
| 2010-03-29 David Levin <levin@chromium.org> |
| |
| Reviewed by Shinichiro Hamaji. |
| |
| [chromium] Many new test results are needed due to recent check-ins. |
| https://bugs.webkit.org/show_bug.cgi?id=36799 |
| |
| Various rebaselines due to changes in layout or new tests. The revision that caused |
| each change is by the change. |
| |
| * platform/chromium-mac/tables/mozilla/bugs/bug1296-expected.checksum: Added. Due to r56655. |
| * platform/chromium-mac/tables/mozilla/bugs/bug1296-expected.png: Added. Ditto. |
| * platform/chromium-mac/tables/mozilla/bugs/bug1296-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug1296-expected.txt. |
| * platform/chromium-mac/tables/mozilla/bugs/bug1430-expected.checksum: Added. Ditto. |
| * platform/chromium-mac/tables/mozilla/bugs/bug1430-expected.png: Added. Ditto. |
| * platform/chromium-mac/tables/mozilla/bugs/bug1430-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug1430-expected.txt. |
| * platform/chromium-win/fast/media/media-feature-wgt-view-mode-expected.checksum: Added. Due to r56740. |
| * platform/chromium-win/fast/media/media-feature-wgt-view-mode-expected.png: Added. Ditto. |
| * platform/chromium-win/fast/media/media-feature-wgt-view-mode-expected.txt: Added. Ditto. |
| * platform/chromium-win/svg/custom/marker-overflow-clip-expected.txt: Due to r56693. |
| * platform/chromium-win/tables/mozilla/marvin/backgr_simple-table-column-expected.checksum: Due to r56655. |
| * platform/chromium-win/tables/mozilla/marvin/backgr_simple-table-column-expected.png: Ditto. |
| * platform/chromium-win/tables/mozilla/marvin/backgr_simple-table-row-expected.checksum: Ditto. |
| * platform/chromium-win/tables/mozilla/marvin/backgr_simple-table-row-expected.png: Ditto. |
| * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.checksum: Ditto. |
| * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.png: Ditto. |
| * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.checksum: Ditto. |
| * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.png: Ditto. |
| * platform/chromium/test_expectations.txt: Added a few failures with follow up bugs. |
| |
| 2010-03-29 David Levin <levin@chromium.org> |
| |
| Reviewed by Dimitri Glazkov. |
| |
| [chromium] Many new test results are needed due to recent check-ins. |
| https://bugs.webkit.org/show_bug.cgi?id=36799 |
| |
| r56655 changed how tables layout which causes a lot of pixels tests for |
| tables to need rebaselines. |
| |
| r56693 did some svg changes. |
| |
| * platform/chromium-linux/tables/mozilla/bugs/bug1296-expected.checksum: Due to r56655. |
| * platform/chromium-linux/tables/mozilla/bugs/bug1296-expected.png: Ditto. |
| * platform/chromium-linux/tables/mozilla/bugs/bug1430-expected.checksum: Ditto. |
| * platform/chromium-linux/tables/mozilla/bugs/bug1430-expected.png: Ditto. |
| * platform/chromium-linux/tables/mozilla/marvin/backgr_simple-table-column-group-expected.checksum: Ditto. |
| * platform/chromium-linux/tables/mozilla/marvin/backgr_simple-table-column-group-expected.png: Ditto. |
| * platform/chromium-linux/tables/mozilla/marvin/backgr_simple-table-row-group-expected.checksum: Ditto. |
| * platform/chromium-linux/tables/mozilla/marvin/backgr_simple-table-row-group-expected.png: Ditto. |
| * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.checksum: Ditto. |
| * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.png: Ditto. |
| * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.checksum: Ditto. |
| * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.png: Ditto. |
| * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.checksum: Ditto. |
| * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.png: Ditto. |
| * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.checksum: Ditto. |
| * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.png: Ditto. |
| * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.checksum: Ditto. |
| * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.png: Ditto. |
| * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.checksum: Ditto. |
| * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.png: Ditto. |
| * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.checksum: Ditto. |
| * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.png: Ditto. |
| * platform/chromium-win/svg/custom/invalid-css-expected.txt: Due to r56693. |
| * platform/chromium-win/svg/custom/marker-default-width-height-expected.txt: Ditto. |
| * platform/chromium-win/svg/custom/shapes-supporting-markers-expected.txt: Ditto. |
| * platform/chromium-win/tables/mozilla/bugs/bug1296-expected.checksum: Due to r56655. |
| * platform/chromium-win/tables/mozilla/bugs/bug1296-expected.png: Ditto. |
| * platform/chromium-win/tables/mozilla/bugs/bug1430-expected.checksum: Ditto. |
| * platform/chromium-win/tables/mozilla/bugs/bug1430-expected.png: Ditto. |
| * platform/chromium-win/tables/mozilla/marvin/backgr_simple-table-column-group-expected.checksum: Ditto. |
| * platform/chromium-win/tables/mozilla/marvin/backgr_simple-table-column-group-expected.png: Ditto. |
| * platform/chromium-win/tables/mozilla/marvin/backgr_simple-table-row-group-expected.checksum: Ditto. |
| * platform/chromium-win/tables/mozilla/marvin/backgr_simple-table-row-group-expected.png: Ditto. |
| * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.checksum: Ditto. |
| * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.png: Ditto. |
| * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.checksum: Ditto. |
| * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.png: Ditto. |
| * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.checksum: Ditto. |
| * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.png: Ditto. |
| * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.checksum: Ditto. |
| * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.png: Ditto. |
| * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.checksum: Ditto. |
| * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.png: Ditto. |
| * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.checksum: Ditto. |
| * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.png: Ditto. |
| * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.checksum: Ditto. |
| * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.png: Ditto. |
| * platform/chromium/test_expectations.txt: Two newly added tests are timing out (covered by http://crbug.com/35387). |
| |
| 2010-03-29 Chris Evans <cevans@chromium.org> |
| |
| Reviewed by Adam Barth. |
| |
| * fast/xmlhttprequest/xmlhttprequest-no-file-access.html: |
| Check that an isolated file:// origin can access about:blank iframes |
| that it created itself. |
| |
| 2010-03-29 Chris Fleizach <cfleizach@apple.com> |
| |
| Reviewed by Beth Dakin. |
| |
| Bug 36735 - Live regions don't send out notifications when the element changing is the live region |
| https://bugs.webkit.org/show_bug.cgi?id=36735 |
| |
| * platform/mac/accessibility/aria-liveregion-on-image-expected.txt: Added. |
| * platform/mac/accessibility/aria-liveregion-on-image.html: Added. |
| |
| 2010-03-29 Stephen White <senorblanco@chromium.org> |
| |
| Reviewed by Dave Hyatt. |
| |
| Added a test for CSSPrimitiveValue::cssText() string cacheing. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=36556 |
| |
| * fast/css/cssText-cache-expected.txt: Added. |
| * fast/css/cssText-cache.html: Added. |
| |
| 2010-02-26 Kenneth Rohde Christiansen <kenneth@webkit.org> |
| |
| Reviewed by Simon Fraser. |
| |
| Add support for Widgets 1.0: View Mode Media Feature |
| https://bugs.webkit.org/show_bug.cgi?id=35446 |
| |
| Add a test and an expected result for the Widgets 1.0: View Mode |
| Media Feature (http://www.w3.org/TR/widgets-vmmf/). |
| |
| Skip on all other platforms than Qt, that has Skipped files. |
| |
| * fast/media/media-feature-wgt-view-mode.html: Added. |
| * fast/media/media-feature-wgt-view-mode-expected.txt: Added. |
| * platform/gtk/Skipped: |
| * platform/mac/Skipped: |
| * platform/win/Skipped: |
| |
| 2010-03-29 David Levin <levin@chromium.org> |
| |
| Rubber-stamped by Dmitry Titov. |
| |
| [Chromium] pixel layout test fixes. |
| |
| r56655 caused runin test which needed separate results for each platform. |
| r56673 caused computed-style-expected. |
| r56655 cause the fast/table changes (and we need linux specific results). |
| r56644 caused clip-path-referencing-use2-expected. |
| r56693 caused painting-marker-01-f-expected. |
| |
| * platform/chromium-linux/fast/runin/generated2-expected.checksum: Added. |
| * platform/chromium-linux/fast/runin/generated2-expected.png: Added. |
| * platform/chromium-linux/fast/runin/generated2-expected.txt: Added. |
| * platform/chromium-linux/fast/runin/generated3-expected.checksum: Added. |
| * platform/chromium-linux/fast/runin/generated3-expected.png: Added. |
| * platform/chromium-linux/fast/runin/generated3-expected.txt: Added. |
| * platform/chromium-linux/fast/runin/generated4-expected.checksum: Added. |
| * platform/chromium-linux/fast/runin/generated4-expected.png: Added. |
| * platform/chromium-linux/fast/runin/generated4-expected.txt: Added. |
| * platform/chromium-linux/fast/table/table-background-expected.checksum: Added. |
| * platform/chromium-linux/fast/table/table-background-expected.png: Added. |
| * platform/chromium-linux/fast/table/table-cell-border-draws-on-top-of-col-background-expected.checksum: Added. |
| * platform/chromium-linux/fast/table/table-cell-border-draws-on-top-of-col-background-expected.png: Added. |
| * platform/chromium-linux/fast/table/table-cell-border-draws-on-top-of-col-group-background-expected.checksum: Added. |
| * platform/chromium-linux/fast/table/table-cell-border-draws-on-top-of-col-group-background-expected.png: Added. |
| * platform/chromium-linux/fast/table/table-cell-border-draws-on-top-of-row-background-expected.checksum: Added. |
| * platform/chromium-linux/fast/table/table-cell-border-draws-on-top-of-row-background-expected.png: Added. |
| * platform/chromium-linux/fast/table/table-cell-border-draws-on-top-of-row-group-background-expected.checksum: Added. |
| * platform/chromium-linux/fast/table/table-cell-border-draws-on-top-of-row-group-background-expected.png: Added. |
| * platform/chromium-linux/fast/table/table-cell-overrides-row-background-expected.checksum: Added. |
| * platform/chromium-linux/fast/table/table-cell-overrides-row-background-expected.png: Added. |
| * platform/chromium-linux/fast/table/table-col-background-expected.checksum: Added. |
| * platform/chromium-linux/fast/table/table-col-background-expected.png: Added. |
| * platform/chromium-linux/fast/table/table-col-group-background-expected.checksum: Added. |
| * platform/chromium-linux/fast/table/table-col-group-background-expected.png: Added. |
| * platform/chromium-linux/fast/table/table-col-group-col-span-background-expected.checksum: Added. |
| * platform/chromium-linux/fast/table/table-col-group-col-span-background-expected.png: Added. |
| * platform/chromium-linux/fast/table/table-col-group-span-background-expected.checksum: Added. |
| * platform/chromium-linux/fast/table/table-col-group-span-background-expected.png: Added. |
| * platform/chromium-linux/fast/table/table-col-span-background-expected.checksum: Added. |
| * platform/chromium-linux/fast/table/table-col-span-background-expected.png: Added. |
| * platform/chromium-linux/fast/table/table-row-background-expected.checksum: Added. |
| * platform/chromium-linux/fast/table/table-row-background-expected.png: Added. |
| * platform/chromium-linux/fast/table/table-row-background-left-50px-expected.checksum: Added. |
| * platform/chromium-linux/fast/table/table-row-background-left-50px-expected.png: Added. |
| * platform/chromium-linux/fast/table/table-row-background-right-100percent-expected.checksum: Added. |
| * platform/chromium-linux/fast/table/table-row-background-right-100percent-expected.png: Added. |
| * platform/chromium-linux/fast/table/table-row-background-right-50px-expected.checksum: Added. |
| * platform/chromium-linux/fast/table/table-row-background-right-50px-expected.png: Added. |
| * platform/chromium-linux/fast/table/table-row-group-background-expected.checksum: Added. |
| * platform/chromium-linux/fast/table/table-row-group-background-expected.png: Added. |
| * platform/chromium-linux/fast/table/table-row-group-background-positioned-expected.checksum: Added. |
| * platform/chromium-linux/fast/table/table-row-group-background-positioned-expected.png: Added. |
| * platform/chromium-mac/fast/css/getComputedStyle/computed-style-expected.txt: |
| * platform/chromium-mac/fast/runin/generated2-expected.checksum: Renamed from LayoutTests/platform/chromium/fast/runin/generated2-expected.checksum. |
| * platform/chromium-mac/fast/runin/generated2-expected.png: Renamed from LayoutTests/platform/chromium/fast/runin/generated2-expected.png. |
| * platform/chromium-mac/fast/runin/generated3-expected.checksum: Renamed from LayoutTests/platform/chromium/fast/runin/generated3-expected.checksum. |
| * platform/chromium-mac/fast/runin/generated3-expected.png: Renamed from LayoutTests/platform/chromium/fast/runin/generated3-expected.png. |
| * platform/chromium-mac/fast/runin/generated4-expected.checksum: Renamed from LayoutTests/platform/chromium/fast/runin/generated4-expected.checksum. |
| * platform/chromium-mac/fast/runin/generated4-expected.png: Renamed from LayoutTests/platform/chromium/fast/runin/generated4-expected.png. |
| * platform/chromium-mac/svg/custom/clip-path-referencing-use2-expected.txt: |
| * platform/chromium-win/fast/css/getComputedStyle/computed-style-expected.txt: |
| * platform/chromium-win/fast/runin/generated2-expected.checksum: Added. |
| * platform/chromium-win/fast/runin/generated2-expected.png: Added. |
| * platform/chromium-win/fast/runin/generated2-expected.txt: Added. |
| * platform/chromium-win/fast/runin/generated3-expected.checksum: Added. |
| * platform/chromium-win/fast/runin/generated3-expected.png: Added. |
| * platform/chromium-win/fast/runin/generated3-expected.txt: Added. |
| * platform/chromium-win/fast/runin/generated4-expected.checksum: Added. |
| * platform/chromium-win/fast/runin/generated4-expected.png: Added. |
| * platform/chromium-win/fast/runin/generated4-expected.txt: Added. |
| * platform/chromium-win/svg/W3C-SVG-1.1/painting-marker-01-f-expected.txt: |
| * platform/chromium-win/svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt: |
| * platform/chromium-win/svg/W3C-SVG-1.1/painting-marker-03-f-expected.txt: |
| * platform/chromium-win/svg/custom/clip-path-referencing-use2-expected.txt: |
| |
| 2010-03-29 David Levin <levin@chromium.org> |
| |
| Rubber-stamped by Dmitry Titov. |
| |
| Add chromium specific baselines for table tests added in r56641 |
| and for runin tests added in r56655. |
| |
| * platform/chromium-mac/fast/table/table-background-expected.checksum: Added. |
| * platform/chromium-mac/fast/table/table-background-expected.png: Added. |
| * platform/chromium-mac/fast/table/table-background-expected.txt: Copied from LayoutTests/platform/mac/fast/table/table-background-expected.txt. |
| * platform/chromium-mac/fast/table/table-cell-border-draws-on-top-of-col-background-expected.checksum: Added. |
| * platform/chromium-mac/fast/table/table-cell-border-draws-on-top-of-col-background-expected.png: Added. |
| * platform/chromium-mac/fast/table/table-cell-border-draws-on-top-of-col-background-expected.txt: Copied from LayoutTests/platform/mac/fast/table/table-cell-border-draws-on-top-of-col-background-expected.txt. |
| * platform/chromium-mac/fast/table/table-cell-border-draws-on-top-of-col-group-background-expected.checksum: Added. |
| * platform/chromium-mac/fast/table/table-cell-border-draws-on-top-of-col-group-background-expected.png: Added. |
| * platform/chromium-mac/fast/table/table-cell-border-draws-on-top-of-col-group-background-expected.txt: Copied from LayoutTests/platform/mac/fast/table/table-cell-border-draws-on-top-of-col-group-background-expected.txt. |
| * platform/chromium-mac/fast/table/table-cell-border-draws-on-top-of-row-background-expected.checksum: Added. |
| * platform/chromium-mac/fast/table/table-cell-border-draws-on-top-of-row-background-expected.png: Added. |
| * platform/chromium-mac/fast/table/table-cell-border-draws-on-top-of-row-background-expected.txt: Copied from LayoutTests/platform/mac/fast/table/table-cell-border-draws-on-top-of-row-background-expected.txt. |
| * platform/chromium-mac/fast/table/table-cell-border-draws-on-top-of-row-group-background-expected.checksum: Added. |
| * platform/chromium-mac/fast/table/table-cell-border-draws-on-top-of-row-group-background-expected.png: Added. |
| * platform/chromium-mac/fast/table/table-cell-border-draws-on-top-of-row-group-background-expected.txt: Copied from LayoutTests/platform/mac/fast/table/table-cell-border-draws-on-top-of-row-group-background-expected.txt. |
| * platform/chromium-mac/fast/table/table-cell-overrides-row-background-expected.checksum: Added. |
| * platform/chromium-mac/fast/table/table-cell-overrides-row-background-expected.png: Added. |
| * platform/chromium-mac/fast/table/table-cell-overrides-row-background-expected.txt: Copied from LayoutTests/platform/mac/fast/table/table-cell-overrides-row-background-expected.txt. |
| * platform/chromium-mac/fast/table/table-col-background-expected.checksum: Added. |
| * platform/chromium-mac/fast/table/table-col-background-expected.png: Added. |
| * platform/chromium-mac/fast/table/table-col-background-expected.txt: Copied from LayoutTests/platform/mac/fast/table/table-col-background-expected.txt. |
| * platform/chromium-mac/fast/table/table-col-group-background-expected.checksum: Added. |
| * platform/chromium-mac/fast/table/table-col-group-background-expected.png: Added. |
| * platform/chromium-mac/fast/table/table-col-group-background-expected.txt: Copied from LayoutTests/platform/mac/fast/table/table-col-group-background-expected.txt. |
| * platform/chromium-mac/fast/table/table-col-group-col-span-background-expected.checksum: Added. |
| * platform/chromium-mac/fast/table/table-col-group-col-span-background-expected.png: Added. |
| * platform/chromium-mac/fast/table/table-col-group-col-span-background-expected.txt: Copied from LayoutTests/platform/mac/fast/table/table-col-group-col-span-background-expected.txt. |
| * platform/chromium-mac/fast/table/table-col-group-span-background-expected.checksum: Added. |
| * platform/chromium-mac/fast/table/table-col-group-span-background-expected.png: Added. |
| * platform/chromium-mac/fast/table/table-col-group-span-background-expected.txt: Copied from LayoutTests/platform/mac/fast/table/table-col-group-span-background-expected.txt. |
| * platform/chromium-mac/fast/table/table-col-span-background-expected.checksum: Added. |
| * platform/chromium-mac/fast/table/table-col-span-background-expected.png: Added. |
| * platform/chromium-mac/fast/table/table-col-span-background-expected.txt: Copied from LayoutTests/platform/mac/fast/table/table-col-span-background-expected.txt. |
| * platform/chromium-mac/fast/table/table-row-background-expected.checksum: Added. |
| * platform/chromium-mac/fast/table/table-row-background-expected.png: Added. |
| * platform/chromium-mac/fast/table/table-row-background-expected.txt: Copied from LayoutTests/platform/mac/fast/table/table-row-background-expected.txt. |
| * platform/chromium-mac/fast/table/table-row-background-left-50px-expected.checksum: Added. |
| * platform/chromium-mac/fast/table/table-row-background-left-50px-expected.png: Added. |
| * platform/chromium-mac/fast/table/table-row-background-left-50px-expected.txt: Copied from LayoutTests/platform/mac/fast/table/table-row-background-left-50px-expected.txt. |
| * platform/chromium-mac/fast/table/table-row-background-right-100percent-expected.checksum: Added. |
| * platform/chromium-mac/fast/table/table-row-background-right-100percent-expected.png: Added. |
| * platform/chromium-mac/fast/table/table-row-background-right-100percent-expected.txt: Copied from LayoutTests/platform/mac/fast/table/table-row-background-right-100percent-expected.txt. |
| * platform/chromium-mac/fast/table/table-row-background-right-50px-expected.checksum: Added. |
| * platform/chromium-mac/fast/table/table-row-background-right-50px-expected.png: Added. |
| * platform/chromium-mac/fast/table/table-row-background-right-50px-expected.txt: Copied from LayoutTests/platform/mac/fast/table/table-row-background-right-50px-expected.txt. |
| * platform/chromium-mac/fast/table/table-row-group-background-expected.checksum: Added. |
| * platform/chromium-mac/fast/table/table-row-group-background-expected.png: Added. |
| * platform/chromium-mac/fast/table/table-row-group-background-expected.txt: Copied from LayoutTests/platform/mac/fast/table/table-row-group-background-expected.txt. |
| * platform/chromium-mac/fast/table/table-row-group-background-positioned-expected.checksum: Added. |
| * platform/chromium-mac/fast/table/table-row-group-background-positioned-expected.png: Added. |
| * platform/chromium-mac/fast/table/table-row-group-background-positioned-expected.txt: Copied from LayoutTests/platform/mac/fast/table/table-row-group-background-positioned-expected.txt. |
| * platform/chromium-win/fast/table/table-background-expected.checksum: Added. |
| * platform/chromium-win/fast/table/table-background-expected.png: Added. |
| * platform/chromium-win/fast/table/table-background-expected.txt: Added. |
| * platform/chromium-win/fast/table/table-cell-border-draws-on-top-of-col-background-expected.checksum: Added. |
| * platform/chromium-win/fast/table/table-cell-border-draws-on-top-of-col-background-expected.png: Added. |
| * platform/chromium-win/fast/table/table-cell-border-draws-on-top-of-col-background-expected.txt: Added. |
| * platform/chromium-win/fast/table/table-cell-border-draws-on-top-of-col-group-background-expected.checksum: Added. |
| * platform/chromium-win/fast/table/table-cell-border-draws-on-top-of-col-group-background-expected.png: Added. |
| * platform/chromium-win/fast/table/table-cell-border-draws-on-top-of-col-group-background-expected.txt: Added. |
| * platform/chromium-win/fast/table/table-cell-border-draws-on-top-of-row-background-expected.checksum: Added. |
| * platform/chromium-win/fast/table/table-cell-border-draws-on-top-of-row-background-expected.png: Added. |
| * platform/chromium-win/fast/table/table-cell-border-draws-on-top-of-row-background-expected.txt: Added. |
| * platform/chromium-win/fast/table/table-cell-border-draws-on-top-of-row-group-background-expected.checksum: Added. |
| * platform/chromium-win/fast/table/table-cell-border-draws-on-top-of-row-group-background-expected.png: Added. |
| * platform/chromium-win/fast/table/table-cell-border-draws-on-top-of-row-group-background-expected.txt: Added. |
| * platform/chromium-win/fast/table/table-cell-overrides-row-background-expected.checksum: Added. |
| * platform/chromium-win/fast/table/table-cell-overrides-row-background-expected.png: Added. |
| * platform/chromium-win/fast/table/table-cell-overrides-row-background-expected.txt: Added. |
| * platform/chromium-win/fast/table/table-col-background-expected.checksum: Added. |
| * platform/chromium-win/fast/table/table-col-background-expected.png: Added. |
| * platform/chromium-win/fast/table/table-col-background-expected.txt: Added. |
| * platform/chromium-win/fast/table/table-col-group-background-expected.checksum: Added. |
| * platform/chromium-win/fast/table/table-col-group-background-expected.png: Added. |
| * platform/chromium-win/fast/table/table-col-group-background-expected.txt: Added. |
| * platform/chromium-win/fast/table/table-col-group-col-span-background-expected.checksum: Added. |
| * platform/chromium-win/fast/table/table-col-group-col-span-background-expected.png: Added. |
| * platform/chromium-win/fast/table/table-col-group-col-span-background-expected.txt: Added. |
| * platform/chromium-win/fast/table/table-col-group-span-background-expected.checksum: Added. |
| * platform/chromium-win/fast/table/table-col-group-span-background-expected.png: Added. |
| * platform/chromium-win/fast/table/table-col-group-span-background-expected.txt: Added. |
| * platform/chromium-win/fast/table/table-col-span-background-expected.checksum: Added. |
| * platform/chromium-win/fast/table/table-col-span-background-expected.png: Added. |
| * platform/chromium-win/fast/table/table-col-span-background-expected.txt: Added. |
| * platform/chromium-win/fast/table/table-row-background-expected.checksum: Added. |
| * platform/chromium-win/fast/table/table-row-background-expected.png: Added. |
| * platform/chromium-win/fast/table/table-row-background-expected.txt: Added. |
| * platform/chromium-win/fast/table/table-row-background-left-50px-expected.checksum: Added. |
| * platform/chromium-win/fast/table/table-row-background-left-50px-expected.png: Added. |
| * platform/chromium-win/fast/table/table-row-background-left-50px-expected.txt: Added. |
| * platform/chromium-win/fast/table/table-row-background-right-100percent-expected.checksum: Added. |
| * platform/chromium-win/fast/table/table-row-background-right-100percent-expected.png: Added. |
| * platform/chromium-win/fast/table/table-row-background-right-100percent-expected.txt: Added. |
| * platform/chromium-win/fast/table/table-row-background-right-50px-expected.checksum: Added. |
| * platform/chromium-win/fast/table/table-row-background-right-50px-expected.png: Added. |
| * platform/chromium-win/fast/table/table-row-background-right-50px-expected.txt: Added. |
| * platform/chromium-win/fast/table/table-row-group-background-expected.checksum: Added. |
| * platform/chromium-win/fast/table/table-row-group-background-expected.png: Added. |
| * platform/chromium-win/fast/table/table-row-group-background-expected.txt: Added. |
| * platform/chromium-win/fast/table/table-row-group-background-positioned-expected.checksum: Added. |
| * platform/chromium-win/fast/table/table-row-group-background-positioned-expected.png: Added. |
| * platform/chromium-win/fast/table/table-row-group-background-positioned-expected.txt: Added. |
| * platform/chromium/fast/runin/generated2-expected.checksum: Added. |
| * platform/chromium/fast/runin/generated2-expected.png: Added. |
| * platform/chromium/fast/runin/generated3-expected.checksum: Added. |
| * platform/chromium/fast/runin/generated3-expected.png: Added. |
| * platform/chromium/fast/runin/generated4-expected.checksum: Added. |
| * platform/chromium/fast/runin/generated4-expected.png: Added. |
| |
| 2010-03-29 Joseph Pecoraro <joepeck@webkit.org> |
| |
| Reviewed by Darin Adler. |
| |
| Test for Ensuring Pseudo Class's are Respected on Dynamic Changes |
| https://bugs.webkit.org/show_bug.cgi?id=36765 |
| |
| This tests elements affected by a CSS pseudo class selector is updated |
| after a dynamic DOM change. |
| |
| * fast/css/dynamic-pseudo-class-expected.txt: Added. |
| * fast/css/dynamic-pseudo-class.html: Added. |
| |
| 2010-03-29 Alexander Pavlov <apavlov@chromium.org> |
| |
| Reviewed by Pavel Feldman. |
| |
| Web Inspector: Cover the Audits panel with tests |
| https://bugs.webkit.org/show_bug.cgi?id=36613 |
| |
| * inspector/audits-panel-functional-expected.txt: Added. |
| * inspector/audits-panel-functional.html: Added. |
| * inspector/resources/audits-script1.js: Added. |
| (foo1): |
| * inspector/resources/audits-script2.js: Added. |
| (foo2): |
| * inspector/resources/audits-script3.js: Added. |
| (foo3): |
| |
| 2010-03-29 Alexander Pavlov <apavlov@chromium.org> |
| |
| Reviewed by Pavel Feldman. |
| |
| Web Inspector should highlight when clicking a node's closing tag |
| https://bugs.webkit.org/show_bug.cgi?id=16258 |
| |
| * inspector/elements-panel-limited-children.html: |
| |
| 2010-03-29 Csaba Osztrogonác <ossy@webkit.org> |
| |
| Rubber-stamped by Kenneth Rohde Christiansen. |
| |
| Add support for iframe flattening |
| https://bugs.webkit.org/show_bug.cgi?id=36662 |
| |
| * platform/mac/fast/frames/flattening/iframe-flattening-simple-expected.txt: Added. |
| |
| 2010-03-29 Csaba Osztrogonác <ossy@webkit.org> |
| |
| Rubber-stamped by Kenneth Rohde Christiansen. |
| |
| Add support for iframe flattening |
| https://bugs.webkit.org/show_bug.cgi?id=36662 |
| |
| * platform/mac/fast/frames/flattening/frameset-flattening-subframe-resize-expected.txt: updated after r56718. |
| |
| 2010-03-26 Kenneth Rohde Christiansen <kenneth@webkit.org>, Csaba Osztrogonác <ossy@webkit.org> |
| |
| Reviewed by Antti Koivisto. |
| |
| Add new iframe flattening test and change existing frameset |
| flattening tests to use the new LayoutTestController method. |
| |
| * fast/frames/flattening/frameset-flattening-advanced.html: |
| * fast/frames/flattening/frameset-flattening-grid.html: |
| * fast/frames/flattening/frameset-flattening-simple.html: |
| * fast/frames/flattening/frameset-flattening-subframe-resize.html: |
| * fast/frames/flattening/frameset-flattening-subframesets.html: |
| * fast/frames/flattening/iframe-flattening-simple.html: Added. |
| * platform/qt/fast/frames/flattening/iframe-flattening-simple-expected.txt: Added. |
| * platform/qt/fast/frames/flattening/frameset-flattening-subframe-resize-expected.txt: |
| * platform/qt/fast/frames/flattening/iframe-flattening-simple-expected.txt: |
| |
| 2010-03-29 Csaba Osztrogonác <ossy@webkit.org> |
| |
| Reviewed by Kenneth Rohde Christiansen. |
| |
| [Qt] Platform specific expected file added for tests introduced in r56655, |
| because they pass. Compared to png file and Mac expected file. |
| |
| * platform/qt/fast/table/table-background-expected.checksum: Added. |
| * platform/qt/fast/table/table-background-expected.png: Added. |
| * platform/qt/fast/table/table-background-expected.txt: Added. |
| * platform/qt/fast/table/table-cell-border-draws-on-top-of-col-background-expected.checksum: Added. |
| * platform/qt/fast/table/table-cell-border-draws-on-top-of-col-background-expected.png: Added. |
| * platform/qt/fast/table/table-cell-border-draws-on-top-of-col-background-expected.txt: Added. |
| * platform/qt/fast/table/table-cell-border-draws-on-top-of-col-group-background-expected.checksum: Added. |
| * platform/qt/fast/table/table-cell-border-draws-on-top-of-col-group-background-expected.png: Added. |
| * platform/qt/fast/table/table-cell-border-draws-on-top-of-col-group-background-expected.txt: Added. |
| * platform/qt/fast/table/table-cell-border-draws-on-top-of-row-background-expected.checksum: Added. |
| * platform/qt/fast/table/table-cell-border-draws-on-top-of-row-background-expected.png: Added. |
| * platform/qt/fast/table/table-cell-border-draws-on-top-of-row-background-expected.txt: Added. |
| * platform/qt/fast/table/table-cell-border-draws-on-top-of-row-group-background-expected.checksum: Added. |
| * platform/qt/fast/table/table-cell-border-draws-on-top-of-row-group-background-expected.png: Added. |
| * platform/qt/fast/table/table-cell-border-draws-on-top-of-row-group-background-expected.txt: Added. |
| * platform/qt/fast/table/table-cell-overrides-row-background-expected.checksum: Added. |
| * platform/qt/fast/table/table-cell-overrides-row-background-expected.png: Added. |
| * platform/qt/fast/table/table-cell-overrides-row-background-expected.txt: Added. |
| * platform/qt/fast/table/table-col-background-expected.checksum: Added. |
| * platform/qt/fast/table/table-col-background-expected.png: Added. |
| * platform/qt/fast/table/table-col-background-expected.txt: Added. |
| * platform/qt/fast/table/table-col-group-background-expected.checksum: Added. |
| * platform/qt/fast/table/table-col-group-background-expected.png: Added. |
| * platform/qt/fast/table/table-col-group-background-expected.txt: Added. |
| * platform/qt/fast/table/table-col-group-col-span-background-expected.checksum: Added. |
| * platform/qt/fast/table/table-col-group-col-span-background-expected.png: Added. |
| * platform/qt/fast/table/table-col-group-col-span-background-expected.txt: Added. |
| * platform/qt/fast/table/table-col-group-span-background-expected.checksum: Added. |
| * platform/qt/fast/table/table-col-group-span-background-expected.png: Added. |
| * platform/qt/fast/table/table-col-group-span-background-expected.txt: Added. |
| * platform/qt/fast/table/table-col-span-background-expected.checksum: Added. |
| * platform/qt/fast/table/table-col-span-background-expected.png: Added. |
| * platform/qt/fast/table/table-col-span-background-expected.txt: Added. |
| * platform/qt/fast/table/table-row-background-expected.checksum: Added. |
| * platform/qt/fast/table/table-row-background-expected.png: Added. |
| * platform/qt/fast/table/table-row-background-expected.txt: Added. |
| * platform/qt/fast/table/table-row-background-left-50px-expected.checksum: Added. |
| * platform/qt/fast/table/table-row-background-left-50px-expected.png: Added. |
| * platform/qt/fast/table/table-row-background-left-50px-expected.txt: Added. |
| * platform/qt/fast/table/table-row-background-right-100percent-expected.checksum: Added. |
| * platform/qt/fast/table/table-row-background-right-100percent-expected.png: Added. |
| * platform/qt/fast/table/table-row-background-right-100percent-expected.txt: Added. |
| * platform/qt/fast/table/table-row-background-right-50px-expected.checksum: Added. |
| * platform/qt/fast/table/table-row-background-right-50px-expected.png: Added. |
| * platform/qt/fast/table/table-row-background-right-50px-expected.txt: Added. |
| * platform/qt/fast/table/table-row-group-background-expected.checksum: Added. |
| * platform/qt/fast/table/table-row-group-background-expected.png: Added. |
| * platform/qt/fast/table/table-row-group-background-expected.txt: Added. |
| * platform/qt/fast/table/table-row-group-background-positioned-expected.checksum: Added. |
| * platform/qt/fast/table/table-row-group-background-positioned-expected.png: Added. |
| * platform/qt/fast/table/table-row-group-background-positioned-expected.txt: Added. |
| |
| 2010-03-29 Yury Semikhatsky <yurys@chromium.org> |
| |
| Reviewed by Pavel Feldman. |
| |
| Web Inspector: don't crash when there are messages in console from previous iframe content. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=36612 |
| |
| * http/tests/inspector-enabled/console-log-before-frame-navigation-expected.txt: Added. |
| * http/tests/inspector-enabled/console-log-before-frame-navigation.html: Added. |
| * http/tests/inspector-enabled/resources/console-log-before-frame-navigation.js: Added. |
| (doit.callback): |
| (doit): |
| (receiveMessage): |
| (frontend_dumpConsoleMessages): |
| * http/tests/inspector-enabled/resources/console-log-frame-after-navigation.html: Added. |
| * http/tests/inspector-enabled/resources/console-log-frame-before-navigation.html: Added. |
| |
| 2010-03-28 Gustavo Noronha Silva <gns@gnome.org> |
| |
| [GTK] Improve reporting of frame loader callbacks in DRT |
| https://bugs.webkit.org/show_bug.cgi?id=36454 |
| |
| Skip tests that need more load notifications than we provide in |
| our DRT currently. |
| |
| * platform/gtk/Skipped: |
| |
| 2010-03-28 Gustavo Noronha Silva <gns@gnome.org> |
| |
| Skipping new tests. |
| |
| * platform/gtk/Skipped: |
| |
| 2010-03-28 Dirk Schulze <krit@webkit.org> |
| |
| Unreviewed test update for Win. |
| |
| Out of bounds read in SVG feColorMatrix filter |
| https://bugs.webkit.org/show_bug.cgi?id=32714 |
| |
| May mixed up the win bot with the win-chromium bot. |
| |
| * platform/win/svg/filters/feColorMatrix-values-expected.txt: |
| |
| 2010-03-28 Dirk Schulze <krit@webkit.org> |
| |
| Unreviewed test update. |
| |
| SVGResourceMarker needs to be moved to RenderersSVGResourceMarker |
| https://bugs.webkit.org/show_bug.cgi?id=36185 |
| |
| Marker results update for Qt port. |
| |
| * platform/qt/svg/custom/marker-opacity-expected.txt: |
| * platform/qt/svg/custom/marker-referencePoint-expected.txt: |
| * platform/qt/svg/custom/marker-strokeWidth-changes-expected.txt: |
| |
| 2010-03-28 Dirk Schulze <krit@webkit.org> |
| |
| Reviewed by Nikolas Zimmermann. |
| |
| SVGResourceMarker needs to be moved to RenderersSVGResourceMarker |
| https://bugs.webkit.org/show_bug.cgi?id=36185 |
| |
| DRT results changed after moving SVGResourceMarker and need updates. |
| |
| * platform/mac/svg/W3C-SVG-1.1/painting-marker-01-f-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/painting-marker-03-f-expected.txt: |
| * platform/mac/svg/custom/circular-marker-reference-1-expected.txt: |
| * platform/mac/svg/custom/circular-marker-reference-2-expected.txt: |
| * platform/mac/svg/custom/circular-marker-reference-3-expected.txt: |
| * platform/mac/svg/custom/circular-marker-reference-4-expected.txt: |
| * platform/mac/svg/custom/invalid-css-expected.txt: |
| * platform/mac/svg/custom/js-late-marker-and-object-creation-expected.txt: |
| * platform/mac/svg/custom/js-late-marker-creation-expected.txt: |
| * platform/mac/svg/custom/marker-changes-expected.txt: |
| * platform/mac/svg/custom/marker-child-changes-expected.txt: |
| * platform/mac/svg/custom/marker-default-width-height-expected.txt: |
| * platform/mac/svg/custom/marker-opacity-expected.txt: |
| * platform/mac/svg/custom/marker-overflow-clip-expected.txt: |
| * platform/mac/svg/custom/marker-referencePoint-expected.txt: |
| * platform/mac/svg/custom/marker-strokeWidth-changes-expected.txt: |
| * platform/mac/svg/custom/marker-viewBox-changes-expected.txt: |
| * platform/mac/svg/custom/non-circular-marker-reference-expected.txt: |
| * platform/mac/svg/custom/shapes-supporting-markers-expected.txt: |
| |
| 2010-03-27 Sergio Villar Senin <svillar@igalia.com> |
| |
| Reviewed by Eric Seidel. |
| |
| Removed 5 http/history tests from Skipped file |
| |
| [GTK] Improve reporting of frame loader callbacks in DRT |
| https://bugs.webkit.org/show_bug.cgi?id=36454 |
| |
| * platform/gtk/Skipped: |
| |
| 2010-03-27 Dan Bernstein <mitz@apple.com> |
| |
| More updated results for r56673. |
| |
| * platform/chromium-mac/svg/css/getComputedStyle-basic-expected.txt: |
| * platform/chromium-win/svg/css/getComputedStyle-basic-expected.txt: |
| * platform/gtk/svg/css/getComputedStyle-basic-expected.txt: |
| * svg/css/getComputedStyle-basic-expected.txt: |
| |
| 2010-03-27 Dan Bernstein <mitz@apple.com> |
| |
| Reviewed by Darin Adler. |
| |
| Updated results and one test for |
| <rdar://problem/7801598> REGRESSION (r56182): iWeb shadow drawn around image rectangle, not around opaque part of the image |
| https://bugs.webkit.org/show_bug.cgi?id=36700 |
| |
| * fast/css/getComputedStyle/computed-style-expected.txt: |
| * fast/css/invalid-import-rule-insertion.html: |
| * http/tests/mime/standard-mode-does-not-load-stylesheet-with-text-plain-and-css-extension-expected.txt: |
| * http/tests/mime/standard-mode-does-not-load-stylesheet-with-text-plain-expected.txt: |
| * http/tests/security/cross-origin-css-expected.txt: |
| * http/tests/security/cross-origin-css-in-xml-expected.txt: |
| * platform/mac/fast/css/getComputedStyle/computed-style-expected.txt: |
| * platform/qt/fast/css/getComputedStyle/computed-style-expected.txt: |
| * platform/win/fast/css/getComputedStyle/computed-style-expected.txt: |
| |
| 2010-03-27 Mark Rowe <mrowe@apple.com> |
| |
| Rubber-stamped by Dan Bernstein. |
| |
| Fix the newly-added test to not trip over a bug that causes some subsequent tests to fail. |
| |
| * fast/dom/script-tests/setPrimitiveValue-exceptions.js: |
| |
| 2010-03-27 Robert Hogan <robert@webkit.org> |
| |
| Unreviewed skip failing test. |
| |
| [Qt] Skip test added in r56646. Tracked by https://bugs.webkit.org/show_bug.cgi?id=36702 |
| |
| https://bugs.webkit.org/show_bug.cgi?id=36701 |
| |
| * platform/qt/Skipped: Add plugins/reentrant-update-widget-positions.html |
| |
| 2010-03-27 Pavel Feldman <pfeldman@chromium.org> |
| |
| Not reviewed: added missing test resource file. |
| |
| * inspector/resources/elements-panel-styles.css: Added. |
| |
| 2010-03-27 Pavel Feldman <pfeldman@chromium.org> |
| |
| Reviewed by Timothy Hatcher. |
| |
| Web Inspector: add layout test for styles panel. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=36699 |
| |
| * inspector/elements-panel-selection-on-refresh.html: |
| * inspector/elements-panel-styles-expected.txt: Added. |
| * inspector/elements-panel-styles.html: Added. |
| * inspector/elements-tests.js: |
| (frontend_nodeForNamyAndId): |
| |
| 2010-03-27 Mark Rowe <mrowe@apple.com> |
| |
| Reviewed by Darin Adler. |
| |
| CSSPrimitiveValue::setFloatValue/setStringValue should throw an exception if passed an incorrect unit type. |
| <http://webkit.org/b/36680> / <rdar://problem/7801016> |
| |
| * fast/dom/script-tests/setPrimitiveValue-exceptions.js: Added. |
| * fast/dom/setPrimitiveValue-exceptions-expected.txt: Added. |
| * fast/dom/setPrimitiveValue-exceptions.html: Copied from LayoutTests/fast/dom/event-attribute-availability.html. |
| |
| 2010-03-26 Robert Hogan <robert@roberthogan.net> |
| |
| Reviewed by Simon Hausmann. |
| |
| Allow plugins implemented by the application, such as mimetype 'x-qt-plugin', |
| when pluginsEnabled is false. |
| |
| For all platforms apart from Qt, isApplicationPluginMIMEType() returns false. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=32196 |
| |
| * platform/qt/plugins/application-plugin-plugins-disabled-expected.txt: Added. |
| * plugins/application-plugin-plugins-disabled-expected.txt: Added. |
| * plugins/application-plugin-plugins-disabled.html: Added. |
| |
| 2010-03-27 Yael Aharon <yael.aharon@nokia.com> |
| |
| Unreviewed. |
| Skip HTMLProgressElement tests on Windows. |
| |
| * platform/win/Skipped: |
| |
| 2010-03-26 Daniel Bates <dbates@rim.com> |
| |
| Reviewed by Beth Dakin. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=9268 |
| |
| Tests that background-image support for table, table-cell, table-row, |
| row-group, table-column and column-group (*) conform to section 17.5.1 |
| of the CSS 2.1 spec. |
| |
| (*) A follow up patch to compute the absolute content box of a column, and |
| column-group is needed so that background image positioning for these table |
| elements works. See bug #36104. |
| |
| * fast/table/table-background.html: Added. |
| * fast/table/table-cell-border-draws-on-top-of-col-background.html: Added. |
| * fast/table/table-cell-border-draws-on-top-of-col-group-background.html: Added. |
| * fast/table/table-cell-border-draws-on-top-of-row-background.html: Added. |
| * fast/table/table-cell-border-draws-on-top-of-row-group-background.html: Added. |
| * fast/table/table-cell-overrides-row-background.html: Added. |
| * fast/table/table-col-background.html: Added. |
| * fast/table/table-col-group-background.html: Added. |
| * fast/table/table-col-group-col-span-background.html: Added. |
| * fast/table/table-col-group-span-background.html: Added. |
| * fast/table/table-col-span-background.html: Added. |
| * fast/table/table-row-background-left-50px.html: Added. |
| * fast/table/table-row-background-right-100percent.html: Added. |
| * fast/table/table-row-background-right-50px.html: Added. |
| * fast/table/table-row-background.html: Added. |
| * fast/table/table-row-group-background-positioned.html: Added. |
| * fast/table/table-row-group-background.html: Added. |
| * platform/mac/fast/table/table-background-expected.checksum: Added. |
| * platform/mac/fast/table/table-background-expected.png: Added. |
| * platform/mac/fast/table/table-background-expected.txt: Added. |
| * platform/mac/fast/table/table-cell-border-draws-on-top-of-col-background-expected.checksum: Added. |
| * platform/mac/fast/table/table-cell-border-draws-on-top-of-col-background-expected.png: Added. |
| * platform/mac/fast/table/table-cell-border-draws-on-top-of-col-background-expected.txt: Added. |
| * platform/mac/fast/table/table-cell-border-draws-on-top-of-col-group-background-expected.checksum: Added. |
| * platform/mac/fast/table/table-cell-border-draws-on-top-of-col-group-background-expected.png: Added. |
| * platform/mac/fast/table/table-cell-border-draws-on-top-of-col-group-background-expected.txt: Added. |
| * platform/mac/fast/table/table-cell-border-draws-on-top-of-row-background-expected.checksum: Added. |
| * platform/mac/fast/table/table-cell-border-draws-on-top-of-row-background-expected.png: Added. |
| * platform/mac/fast/table/table-cell-border-draws-on-top-of-row-background-expected.txt: Added. |
| * platform/mac/fast/table/table-cell-border-draws-on-top-of-row-group-background-expected.checksum: Added. |
| * platform/mac/fast/table/table-cell-border-draws-on-top-of-row-group-background-expected.png: Added. |
| * platform/mac/fast/table/table-cell-border-draws-on-top-of-row-group-background-expected.txt: Added. |
| * platform/mac/fast/table/table-cell-overrides-row-background-expected.checksum: Added. |
| * platform/mac/fast/table/table-cell-overrides-row-background-expected.png: Added. |
| * platform/mac/fast/table/table-cell-overrides-row-background-expected.txt: Added. |
| * platform/mac/fast/table/table-col-background-expected.checksum: Added. |
| * platform/mac/fast/table/table-col-background-expected.png: Added. |
| * platform/mac/fast/table/table-col-background-expected.txt: Added. |
| * platform/mac/fast/table/table-col-group-background-expected.checksum: Added. |
| * platform/mac/fast/table/table-col-group-background-expected.png: Added. |
| * platform/mac/fast/table/table-col-group-background-expected.txt: Added. |
| * platform/mac/fast/table/table-col-group-col-span-background-expected.checksum: Added. |
| * platform/mac/fast/table/table-col-group-col-span-background-expected.png: Added. |
| * platform/mac/fast/table/table-col-group-col-span-background-expected.txt: Added. |
| * platform/mac/fast/table/table-col-group-span-background-expected.checksum: Added. |
| * platform/mac/fast/table/table-col-group-span-background-expected.png: Added. |
| * platform/mac/fast/table/table-col-group-span-background-expected.txt: Added. |
| * platform/mac/fast/table/table-col-span-background-expected.checksum: Added. |
| * platform/mac/fast/table/table-col-span-background-expected.png: Added. |
| * platform/mac/fast/table/table-col-span-background-expected.txt: Added. |
| * platform/mac/fast/table/table-row-background-expected.checksum: Added. |
| * platform/mac/fast/table/table-row-background-expected.png: Added. |
| * platform/mac/fast/table/table-row-background-expected.txt: Added. |
| * platform/mac/fast/table/table-row-background-left-50px-expected.checksum: Added. |
| * platform/mac/fast/table/table-row-background-left-50px-expected.png: Added. |
| * platform/mac/fast/table/table-row-background-left-50px-expected.txt: Added. |
| * platform/mac/fast/table/table-row-background-right-100percent-expected.checksum: Added. |
| * platform/mac/fast/table/table-row-background-right-100percent-expected.png: Added. |
| * platform/mac/fast/table/table-row-background-right-100percent-expected.txt: Added. |
| * platform/mac/fast/table/table-row-background-right-50px-expected.checksum: Added. |
| * platform/mac/fast/table/table-row-background-right-50px-expected.png: Added. |
| * platform/mac/fast/table/table-row-background-right-50px-expected.txt: Added. |
| * platform/mac/fast/table/table-row-group-background-expected.checksum: Added. |
| * platform/mac/fast/table/table-row-group-background-expected.png: Added. |
| * platform/mac/fast/table/table-row-group-background-expected.txt: Added. |
| * platform/mac/fast/table/table-row-group-background-positioned-expected.checksum: Added. |
| * platform/mac/fast/table/table-row-group-background-positioned-expected.png: Added. |
| * platform/mac/fast/table/table-row-group-background-positioned-expected.txt: Added. |
| |
| 2010-03-26 Justin Schuh <jschuh@chromium.org> |
| |
| Reviewed by Adam Barth. |
| |
| Security: iFrame.src accepts JavaScript URL via nodeValue or textContent |
| https://bugs.webkit.org/show_bug.cgi?id=36502 |
| |
| Overrode inherited nodeValue and textContent in Attr.idl so they proxy |
| to value, which performs a security check. |
| |
| * http/tests/security/xss-DENIED-iframe-src-alias-expected.txt: Added. |
| * http/tests/security/xss-DENIED-iframe-src-alias.html: Added. |
| |
| 2010-03-26 Dirk Pranke <dpranke@chromium.org> |
| |
| Reviewed by David Levin. |
| |
| Update a bunch of incorrect image checksums, and suppress all of the |
| remaining IMAGE failures in platform/mac/test_expectations.txt. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=36620 |
| |
| * platform/mac-leopard/compositing/geometry/root-layer-update-expected.checksum: |
| * platform/mac-leopard/compositing/overflow/overflow-positioning-expected.checksum: |
| * platform/mac-leopard/compositing/repaint/become-overlay-composited-layer-expected.checksum: |
| * platform/mac-leopard/compositing/repaint/layer-repaint-rects-expected.checksum: |
| * platform/mac-leopard/media/video-zoom-controls-expected.checksum: |
| * platform/mac/animations/3d/change-transform-in-end-event-expected.checksum: |
| * platform/mac/animations/3d/state-at-end-event-transform-expected.checksum: |
| * platform/mac/animations/state-at-end-event-expected.checksum: |
| * platform/mac/compositing/animation/state-at-end-event-transform-layer-expected.checksum: |
| * platform/mac/compositing/color-matching/pdf-image-match-expected.checksum: |
| * platform/mac/compositing/compositing-visible-descendant-expected.checksum: |
| * platform/mac/compositing/generated-content-expected.checksum: |
| * platform/mac/compositing/geometry/abs-position-inside-opacity-expected.checksum: |
| * platform/mac/compositing/geometry/fixed-position-expected.checksum: |
| * platform/mac/compositing/geometry/horizontal-scroll-composited-expected.checksum: |
| * platform/mac/compositing/geometry/outline-change-expected.checksum: |
| * platform/mac/compositing/geometry/partial-layout-update-expected.checksum: |
| * platform/mac/compositing/geometry/root-layer-update-expected.checksum: |
| * platform/mac/compositing/geometry/transfrom-origin-on-zero-size-layer-expected.checksum: |
| * platform/mac/compositing/masks/direct-image-mask-expected.checksum: |
| * platform/mac/compositing/masks/masked-ancestor-expected.checksum: |
| * platform/mac/compositing/masks/multiple-masks-expected.checksum: |
| * platform/mac/compositing/masks/simple-composited-mask-expected.checksum: |
| * platform/mac/compositing/overflow/ancestor-overflow-expected.checksum: |
| * platform/mac/compositing/overflow/fixed-position-ancestor-clip-expected.checksum: |
| * platform/mac/compositing/overflow/overflow-positioning-expected.checksum: |
| * platform/mac/compositing/overflow/parent-overflow-expected.checksum: |
| * platform/mac/compositing/overflow/scrollbar-painting-expected.checksum: |
| * platform/mac/compositing/reflections/reflection-in-composited-expected.checksum: |
| * platform/mac/compositing/reflections/reflection-ordering-expected.checksum: |
| * platform/mac/compositing/reflections/simple-composited-reflections-expected.checksum: |
| * platform/mac/compositing/repaint/become-overlay-composited-layer-expected.checksum: |
| * platform/mac/compositing/repaint/content-into-overflow-expected.checksum: |
| * platform/mac/compositing/repaint/layer-repaint-expected.checksum: |
| * platform/mac/compositing/repaint/layer-repaint-rects-expected.checksum: |
| * platform/mac/compositing/repaint/opacity-between-absolute-expected.checksum: |
| * platform/mac/compositing/repaint/opacity-between-absolute2-expected.checksum: |
| * platform/mac/compositing/repaint/overflow-into-content-expected.checksum: |
| * platform/mac/compositing/sibling-positioning-expected.checksum: |
| * platform/mac/compositing/transitions/singular-scale-transition-expected.checksum: |
| * platform/mac/css2.1/t0905-c5525-flthw-00-c-g-expected.checksum: |
| * platform/mac/css2.1/t0905-c5526-flthw-00-c-g-expected.checksum: |
| * platform/mac/editing/deleting/delete-to-select-table-expected.checksum: |
| * platform/mac/editing/deleting/type-delete-after-quote-expected.checksum: |
| * platform/mac/editing/inserting/5418891-expected.checksum: |
| * platform/mac/editing/selection/4960116-expected.checksum: |
| * platform/mac/editing/selection/caret-rtl-2-expected.checksum: |
| * platform/mac/editing/selection/extend-by-word-002-expected.checksum: |
| * platform/mac/editing/selection/select-all-002-expected.checksum: |
| * platform/mac/editing/selection/select-text-overflow-ellipsis-expected.checksum: |
| * platform/mac/editing/selection/transformed-selection-rects-expected.checksum: |
| * platform/mac/fast/backgrounds/background-clip-text-expected.checksum: |
| * platform/mac/fast/backgrounds/quirks-mode-line-box-backgrounds-expected.checksum: |
| * platform/mac/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.checksum: |
| * platform/mac/fast/backgrounds/size/backgroundSize15-expected.checksum: |
| * platform/mac/fast/backgrounds/size/backgroundSize16-expected.checksum: |
| * platform/mac/fast/backgrounds/size/contain-and-cover-expected.checksum: Added. |
| * platform/mac/fast/backgrounds/svg-as-background-3-expected.checksum: |
| * platform/mac/fast/backgrounds/svg-as-background-5-expected.checksum: |
| * platform/mac/fast/backgrounds/svg-as-background-6-expected.checksum: |
| * platform/mac/fast/backgrounds/svg-as-mask-expected.checksum: |
| * platform/mac/fast/block/float/avoidance-percent-width-compat-expected.checksum: |
| * platform/mac/fast/block/float/avoidance-percent-width-strict-expected.checksum: |
| * platform/mac/fast/block/margin-collapse/103-expected.checksum: |
| * platform/mac/fast/box-shadow/basic-shadows-expected.checksum: |
| * platform/mac/fast/box-shadow/transform-fringing-expected.checksum: |
| * platform/mac/fast/css/apple-prefix-expected.checksum: |
| * platform/mac/fast/css/color-correction-backgrounds-and-text-expected.checksum: |
| * platform/mac/fast/css/color-correction-expected.checksum: |
| * platform/mac/fast/css/color-correction-on-background-image-expected.checksum: |
| * platform/mac/fast/css/color-correction-on-backgrounds-expected.checksum: |
| * platform/mac/fast/css/color-correction-on-box-shadow-expected.checksum: |
| * platform/mac/fast/css/color-correction-on-text-expected.checksum: |
| * platform/mac/fast/css/color-correction-on-text-shadow-expected.checksum: |
| * platform/mac/fast/css/color-correction-untagged-images-expected.checksum: |
| * platform/mac/fast/css/namespaces/namespaces-comments-expected.checksum: |
| * platform/mac/fast/css/namespaces/namespaces-empty-expected.checksum: |
| * platform/mac/fast/css/namespaces/namespaces-escapes-expected.checksum: |
| * platform/mac/fast/css/namespaces/namespaces-invalid-at-expected.checksum: |
| * platform/mac/fast/css/variables/misplaced-import-test-expected.checksum: |
| * platform/mac/fast/encoding/invalid-UTF-8-expected.checksum: |
| * platform/mac/fast/events/standalone-image-drag-to-editable-expected.checksum: |
| * platform/mac/fast/fast-mobile-scrolling/fixed-position-element-expected.checksum: |
| * platform/mac/fast/fast-mobile-scrolling/no-fixed-position-elements-expected.checksum: |
| * platform/mac/fast/forms/001-expected.checksum: |
| * platform/mac/fast/forms/menulist-clip-expected.checksum: |
| * platform/mac/fast/forms/menulist-narrow-width-expected.checksum: |
| * platform/mac/fast/forms/menulist-option-wrap-expected.checksum: |
| * platform/mac/fast/forms/menulist-restrict-line-height-expected.checksum: |
| * platform/mac/fast/forms/menulist-style-color-expected.checksum: |
| * platform/mac/fast/forms/select-baseline-expected.checksum: |
| * platform/mac/fast/forms/textarea-scrollbar-expected.checksum: |
| * platform/mac/fast/frames/viewsource-attribute-expected.checksum: |
| * platform/mac/fast/inline/long-wrapped-line-expected.checksum: |
| * platform/mac/fast/lists/anonymous-items-expected.checksum: |
| * platform/mac/fast/lists/markers-in-selection-expected.checksum: |
| * platform/mac/fast/multicol/client-rects-expected.checksum: Added. |
| * platform/mac/fast/multicol/float-multicol-expected.checksum: |
| * platform/mac/fast/overflow/line-clamp-expected.checksum: |
| * platform/mac/fast/overflow/position-fixed-transform-clipping-expected.checksum: |
| * platform/mac/fast/reflections/abs-position-in-reflection-expected.checksum: |
| * platform/mac/fast/reflections/opacity-reflection-transform-expected.checksum: |
| * platform/mac/fast/repaint/backgroundSizeRepaint-expected.checksum: |
| * platform/mac/fast/repaint/box-shadow-h-expected.checksum: |
| * platform/mac/fast/repaint/box-shadow-v-expected.checksum: |
| * platform/mac/fast/repaint/line-in-scrolled-clipped-block-expected.checksum: |
| * platform/mac/fast/repaint/no-caret-repaint-in-non-content-editable-element-expected.checksum: |
| * platform/mac/fast/repaint/rel-positioned-inline-with-overflow-expected.checksum: |
| * platform/mac/fast/repaint/selection-gap-overflow-scroll-2-expected.checksum: |
| * platform/mac/fast/repaint/subtree-layoutstate-transform-expected.checksum: |
| * platform/mac/fast/repaint/table-outer-border-expected.checksum: |
| * platform/mac/fast/table/fixed-table-with-percent-inside-percent-table-expected.checksum: |
| * platform/mac/fast/table/fixed-table-with-percent-width-inside-auto-table-expected.checksum: |
| * platform/mac/fast/table/fixed-table-with-percent-width-inside-div-expected.checksum: |
| * platform/mac/fast/table/fixed-table-with-percent-width-inside-extra-large-div-expected.checksum: |
| * platform/mac/fast/table/fixed-table-with-percent-width-inside-fixed-width-table-expected.checksum: |
| * platform/mac/fast/table/fixed-table-with-small-percent-width-expected.checksum: |
| * platform/mac/fast/text/atsui-partial-selection-expected.checksum: |
| * platform/mac/fast/text/capitalize-boundaries-expected.checksum: |
| * platform/mac/fast/text/drawBidiText-expected.checksum: |
| * platform/mac/fast/text/line-breaking-with-kerning-expected.checksum: |
| * platform/mac/fast/text/sticky-typesetting-features-expected.checksum: |
| * platform/mac/fast/transforms/shadows-expected.checksum: |
| * platform/mac/http/tests/misc/slow-loading-mask-expected.checksum: |
| * platform/mac/media/video-zoom-controls-expected.checksum: |
| * platform/mac/plugins/embed-attributes-style-expected.checksum: |
| * platform/mac/plugins/qt-qwidget-plugin-expected.checksum: |
| * platform/mac/tables/mozilla/bugs/bug106158-1-expected.checksum: |
| * platform/mac/tables/mozilla/bugs/bug106158-2-expected.checksum: |
| * platform/mac/tables/mozilla/bugs/bug34176-expected.checksum: |
| * platform/mac/tables/mozilla/bugs/bug6674-expected.checksum: |
| * platform/mac/test_expectations.txt: |
| * platform/mac/transforms/2d/transform-fixed-container-expected.checksum: |
| * platform/mac/transitions/move-after-transition-expected.checksum: |
| * platform/mac/transitions/transition-end-event-rendering-expected.checksum: |
| |
| 2010-03-25 Dirk Pranke <dpranke@chromium.org> |
| |
| Reviewed by Eric Seidel. |
| |
| Add a test_expectations.txt file for the mac platform so |
| new-run-webkit-tests can track IMAGE failures. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=36619 |
| |
| * platform/mac/test_expectations.txt: Added. |
| |
| 2010-03-26 Simon Fraser <simon.fraser@apple.com> |
| |
| Reviewed by Dan Bernstein, Darin Adler. |
| |
| Re-entrant layout via plug-ins may cause crashes with bad RenderWidgets |
| https://bugs.webkit.org/show_bug.cgi?id=36675 |
| <rdar://problem/7787617> |
| |
| Two tests that make use of the setWindow script in the TestNestscapePlugin to run script when widgets are being |
| updated, to test for crashes caused by re-entering layout and widget updates. |
| |
| * plugins/reentrant-update-widget-positions-expected.txt: Copied from LayoutTests/fast/forms/select-change-popup-to-listbox-in-event-handler-expected.txt. |
| * plugins/reentrant-update-widget-positions.html: Added. |
| * plugins/update-widgets-crash-expected.txt: Copied from LayoutTests/fast/forms/select-change-popup-to-listbox-in-event-handler-expected.txt. |
| * plugins/update-widgets-crash.html: Added. |
| |
| 2010-03-26 Beth Dakin <bdakin@apple.com> |
| |
| Reviewed by Darin Adler. |
| |
| Updated test for https://bugs.webkit.org/show_bug.cgi?id=36564 |
| Performance regression for setting content of <text> in SVG |
| -and corresponding- |
| <rdar://problem/7693963> |
| |
| * platform/mac/svg/custom/clip-path-referencing-use2-expected.txt: |
| |
| 2010-03-26 Joseph Pecoraro <joepeck@webkit.org> |
| |
| Reviewed by Dave Hyatt. |
| |
| Generated run-in Content is Mistakenly Getting Deleted |
| https://bugs.webkit.org/show_bug.cgi?id=36505 |
| <rdar://problem/7767161> |
| |
| Test dynamic update of the inner block, containing the generated |
| run-in, but not owning it with the :before rule, and owners. |
| |
| * fast/runin/generated2.html: Added. |
| * platform/mac/fast/runin/generated2-expected.txt: Added. |
| |
| Test dynamic update of the outer block, this block owns the |
| generated run-in, but it is actually contained in a child block. |
| |
| * fast/runin/generated3.html: Added. |
| * platform/mac/fast/runin/generated3-expected.txt: Added. |
| |
| Test dynamic updates affecting generated run-ins both |
| in relation to and not in relation to list markers. |
| |
| * fast/runin/generated4.html: Added. |
| * platform/mac/fast/runin/generated4-expected.txt: Added. |
| |
| 2010-03-25 Ojan Vafai <ojan@chromium.org> |
| |
| Reviewed by Darin Adler. |
| |
| shift+home/end and cmd+shift+left/right don't extend the selection correctly |
| https://bugs.webkit.org/show_bug.cgi?id=36539 |
| |
| * editing/selection/extend-after-mouse-selection.html: |
| * editing/selection/extend-selection-expected.txt: |
| Extending forward by lineboundary selects the whole line. Now extending backwards |
| by lineboundary after the whole line is selected is a noop instead of collapsed |
| the selection to the start. |
| * editing/selection/move-begin-end.html: |
| Just cleaned up this test. |
| * platform/mac/editing/selection/extend-after-mouse-selection-expected.txt: |
| |
| 2010-03-26 Brian Weinstein <bweinstein@apple.com> |
| |
| Add fast/multicol/hit-test-above-or-below.html, this is failing in the same way as Qt, and is being |
| tracked by the same bug (https://bugs.webkit.org/show_bug.cgi?id=35973). |
| |
| * platform/win/Skipped: |
| |
| 2010-03-26 David Levin <levin@chromium.org> |
| |
| Rubber-stamped by Nate Chapin. |
| |
| [chromium] Updated test expectations due to recent failures, |
| added bugs, etc. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-03-26 Yael Aharon <yael.aharon@nokia.com> |
| |
| Reviewed by Antti Koivisto. |
| |
| Fix the rendering of HTMLProgressElement |
| https://bugs.webkit.org/show_bug.cgi?id=36206 |
| Add dir=rtl test and update the expected results. |
| |
| * fast/dom/HTMLProgressElement/progress-element.html: |
| * platform/qt/fast/dom/HTMLProgressElement/progress-element-expected.checksum: |
| * platform/qt/fast/dom/HTMLProgressElement/progress-element-expected.png: |
| * platform/qt/fast/dom/HTMLProgressElement/progress-element-expected.txt: |
| |
| 2010-03-26 Stephen White <senorblanco@chromium.org> |
| |
| Unreviewed; build fix. |
| |
| Rolling out 56620; too many layout test failures. |
| |
| * fast/css/cssText-cache-expected.txt: Removed. |
| * fast/css/cssText-cache.html: Removed. |
| |
| 2010-03-26 Philippe Normand <pnormand@igalia.com> |
| |
| fast/parser/xml-declaration-missing-ending-mark.html crashed on Gtk bot |
| https://bugs.webkit.org/show_bug.cgi?id=33027 |
| |
| Skipping test that fails on GTK+ Debug bots. |
| |
| * platform/gtk/Skipped: |
| |
| 2010-03-25 Stephen White <senorblanco@chromium.org> |
| |
| Reviewed by Darin Adler. |
| |
| Added a test for CSSPrimitiveValue::cssText() string cacheing. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=36556 |
| |
| * fast/css/cssText-cache-expected.txt: Added. |
| * fast/css/cssText-cache.html: Added. |
| |
| 2010-03-26 Qi Zhang <qi.2.zhang@nokia.com> |
| |
| Reviewed by Laszlo Gombos. |
| |
| [Qt] fast/canvas/drawImage-with-negative-source-destination.html failed |
| https://bugs.webkit.org/show_bug.cgi?id=35005 |
| |
| Enable fast/canvas/drawImage-with-negative-source-destination.html |
| |
| * platform/qt/Skipped: |
| |
| 2010-03-26 Mads Ager <ager@chromium.org> |
| |
| Reviewed by Jeremy Orlow. |
| |
| Tweak Chromium test expectations |
| https://bugs.webkit.org/show_bug.cgi?id=36651 |
| |
| fast/js/large-expressions.html started failing on Linux in release |
| mode occassionally. Also fails on other platforms. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-03-26 Fumitoshi Ukai <ukai@chromium.org> |
| |
| Unreviewed, removing websocket/tests/long-invalid-header.html from Chromium test_expectations.txt |
| |
| * platform/chromium/test_expectations.txt: remove websocket/tests/long-invalid-header.html |
| |
| 2010-03-25 Charlie Reis <creis@chromium.org> |
| |
| Reviewed by Adam Barth. |
| |
| onbeforeunload not called at window close + frame or iframe focused |
| https://bugs.webkit.org/show_bug.cgi?id=27481 |
| |
| Adds a layout test for bug 27481. Requires calling shouldClose on |
| the WebView, which is done with a new method on LayoutTestController. |
| |
| * fast/events/onbeforeunload-focused-iframe-expected.txt: Added. |
| * fast/events/onbeforeunload-focused-iframe.html: Added. |
| * fast/events/resources/onbeforeunload-focused-iframe-frame.html: Added. |
| * platform/gtk/Skipped: |
| * platform/qt/Skipped: |
| |
| 2010-03-25 Eric Seidel <eric@webkit.org> |
| |
| Reviewed by Adam Barth. |
| |
| REGRESSION: plugins/netscape-construct.html and plugins/mouse-events-fixedpos.html failing on Snow Leopard Bot |
| https://bugs.webkit.org/show_bug.cgi?id=36462 |
| |
| Adding tests to the Skipped list per Alexey's recommendation |
| until someone from Apple can update the version of Safari |
| on the Snow Leopard bot. |
| |
| * platform/mac-snowleopard/Skipped: |
| |
| 2010-03-25 Eric Uhrhane <ericu@chromium.org> |
| |
| Reviewed by David Levin. |
| |
| Missing lock in call to doneCreatingDatabase |
| https://bugs.webkit.org/show_bug.cgi?id=36473 |
| |
| Added new test storage/open-database-over-quota.html. |
| |
| * storage/open-database-over-quota.html: Added. |
| * storage/open-database-over-quota-expected.txt: Added. |
| |
| 2010-03-25 Tony Chang <tony@chromium.org> |
| |
| Reviewed by David Levin. |
| |
| [chromium] correctly handle move drag operations |
| https://bugs.webkit.org/show_bug.cgi?id=36484 |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-03-25 Ojan Vafai <ojan@chromium.org> |
| |
| Reviewed by Eric Seidel. |
| |
| [chromium] REGRESSION: Some LayoutTests fail after r56567 |
| https://bugs.webkit.org/show_bug.cgi?id=36630 |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-03-25 Dan Bernstein <mitz@apple.com> |
| |
| Reviewed by Darin Adler. |
| |
| <rdar://problem/7728903> Support color bitmap fonts |
| |
| * platform/mac-leopard/Skipped: |
| * platform/mac-snowleopard/Skipped: |
| * platform/mac-tiger/Skipped: |
| * platform/mac/fonts/color-bitmap-expected.checksum: Added. |
| * platform/mac/fonts/color-bitmap-expected.png: Added. |
| * platform/mac/fonts/color-bitmap-expected.txt: Added. |
| * platform/mac/fonts/color-bitmap.html: Added. |
| |
| 2010-03-25 Dmitry Titov <dimich@chromium.org> |
| |
| Unreviewed, another attempt to unblock Chromium Win test bot. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-03-25 Dmitry Titov <dimich@chromium.org> |
| |
| Unreviewed, removing stale expectation file for Chromium. |
| |
| The test was updated by http://trac.webkit.org/changeset/56506 to a script test. |
| |
| * platform/chromium-win/editing/inserting/6633727-expected.txt: Removed. |
| |
| 2010-03-25 Dmitry Titov <dimich@chromium.org> |
| |
| Unreviewed, temporarily disabling test on Chromium bots. |
| |
| http://crbug.com/39423 |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-03-25 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Sam Weinig. |
| |
| Implement allow-top-navigation for HTML5 sandbox attribute |
| https://bugs.webkit.org/show_bug.cgi?id=36549 |
| |
| Test various cases relating to navigating top level frames and the |
| allow-top-navigation directive. This feature is tricky to test |
| exhaustively because there are a lot of permutations. |
| |
| * fast/frames/resources/fail-and-notify-done.html: Added. |
| * fast/frames/resources/navigate-top-by-constant-name-to-pass.html: Added. |
| * fast/frames/resources/navigate-top-by-constant-name2-to-pass.html: Added. |
| * fast/frames/resources/navigate-top-by-name-to-fail.html: Added. |
| * fast/frames/resources/navigate-top-by-name-to-pass.html: Added. |
| * fast/frames/resources/navigate-top-to-fail.html: Added. |
| * fast/frames/resources/navigate-top-to-pass.html: Added. |
| * fast/frames/resources/pass-and-notify-done.html: Added. |
| * fast/frames/sandboxed-iframe-navigation-top-by-constant-name-expected.txt: Added. |
| * fast/frames/sandboxed-iframe-navigation-top-by-constant-name.html: Added. |
| * fast/frames/sandboxed-iframe-navigation-top-by-constant-name2-expected.txt: Added. |
| * fast/frames/sandboxed-iframe-navigation-top-by-constant-name2.html: Added. |
| * fast/frames/sandboxed-iframe-navigation-top-by-name-denied-expected.txt: Added. |
| * fast/frames/sandboxed-iframe-navigation-top-by-name-denied.html: Added. |
| * fast/frames/sandboxed-iframe-navigation-top-by-name-expected.txt: Added. |
| * fast/frames/sandboxed-iframe-navigation-top-by-name.html: Added. |
| * fast/frames/sandboxed-iframe-navigation-top-denied-expected.txt: Added. |
| * fast/frames/sandboxed-iframe-navigation-top-denied.html: Added. |
| * fast/frames/sandboxed-iframe-navigation-top-expected.txt: Added. |
| * fast/frames/sandboxed-iframe-navigation-top.html: Added. |
| |
| 2010-03-25 Dumitru Daniliuc <dumi@chromium.org> |
| |
| Unreviewed, Chromium build fix. |
| |
| Update the expectations for statement-error-callback.html for Chromium. |
| |
| * platform/chromium-mac/storage/statement-error-callback-expected.txt: |
| * platform/chromium-win/storage/statement-error-callback-expected.txt: |
| |
| 2010-03-25 Dmitry Titov <dimich@chromium.org> |
| |
| Not reviewed, update pixel results for Chromium bots. |
| |
| The rendering of these tests was changed by http://trac.webkit.org/changeset/56507. |
| Also updated Chromium's test_expectations.txt. |
| |
| * platform/chromium-linux/fast/dynamic/flash-replacement-test-expected.checksum: |
| * platform/chromium-linux/fast/dynamic/flash-replacement-test-expected.png: |
| * platform/chromium-linux/plugins/embed-attributes-style-expected.checksum: |
| * platform/chromium-linux/plugins/embed-attributes-style-expected.png: |
| * platform/chromium/test_expectations.txt: Use BUG_WKXXXX instead of WKXXXX notation to appease validation on the bot. |
| |
| 2010-03-25 Dmitry Titov <dimich@chromium.org> |
| |
| Unreviewed, fixing Chromium test bots. |
| |
| [chromium] REGRESSION: Some LayoutTests fail after r56567 |
| https://bugs.webkit.org/show_bug.cgi?id=36630 |
| |
| * platform/chromium/test_expectations.txt: Update expectations. |
| |
| 2010-03-25 Gustavo Noronha Silva <gns@gnome.org> |
| |
| Needs a "LinuxEditingBehavior", perhaps with a better name |
| https://bugs.webkit.org/show_bug.cgi?id=36627 |
| |
| Skipping tests that started failing after 56567. We need to figure |
| out a proper fix, that may involve adding a new editing behavior |
| for our platform. |
| |
| * platform/gtk/Skipped: |
| * platform/qt/Skipped: |
| |
| 2010-03-25 Andrew Scherkus <scherkus@chromium.org> |
| |
| Unreviewed, expectations tweak. |
| |
| Reorganized and updated comments for media test expectations. |
| |
| * platform/chromium/test_expectations.txt: Tweaked. |
| |
| 2010-03-24 Dumitru Daniliuc <dumi@chromium.org> |
| |
| Reviewed by Dimitri Glazkov. |
| |
| Updating the test to conform to the latest spec changes. |
| |
| * storage/statement-error-callback-expected.txt: |
| * storage/statement-error-callback.html: |
| |
| 2010-03-25 Ojan Vafai <ojan@chromium.org> |
| |
| Reviewed by David Levin. |
| |
| mouse-based selections are always directional on Window/Linux |
| https://bugs.webkit.org/show_bug.cgi?id=25195 |
| |
| The tests are modified to expect different things for Win/Linux vs. Mac. |
| |
| * editing/selection/5195166-1.html: |
| * editing/selection/extend-after-mouse-selection.html: |
| * editing/selection/extend-selection-after-double-click-expected.txt: |
| * editing/selection/extend-selection-after-double-click.html: |
| * platform/chromium-linux/editing/selection/5195166-1-expected.checksum: Removed. |
| * platform/chromium-linux/editing/selection/5195166-1-expected.png: Removed. |
| * platform/chromium-win/editing/selection/5195166-1-expected.checksum: Removed. |
| * platform/chromium-win/editing/selection/5195166-1-expected.png: Removed. |
| * platform/chromium-win/editing/selection/5195166-1-expected.txt: Removed. |
| * platform/mac/editing/selection/5195166-1-expected.checksum: Removed. |
| * platform/mac/editing/selection/5195166-1-expected.png: Removed. |
| * platform/mac/editing/selection/5195166-1-expected.txt: |
| * platform/qt/editing/selection/5195166-1-expected.txt: Removed. |
| * platform/win/editing/selection/extend-after-mouse-selection-expected.txt: |
| |
| 2010-03-25 Simon Fraser <simon.fraser@apple.com> |
| |
| Reviewed by Geoffrey Garen. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=36557 |
| Animations use the wrong timing-function sometimes |
| |
| Various files that test which style is used as the "unanimated" style for a keyframe |
| animation. |
| |
| * animations/longhand-timing-function-expected.txt: Added. |
| * animations/longhand-timing-function.html: Added. |
| Tests that a single longhand property (which creates a default animation in the style) doesn't cause |
| the applied animation to use the wrong timing function. |
| |
| * animations/transition-and-animation-3-expected.txt: Added. |
| * animations/transition-and-animation-3.html: Added. |
| Tests that the style used when a transition resumes after an animation has finished is the correct one. |
| |
| * animations/unanimated-style-expected.txt: Added. |
| * animations/unanimated-style.html: Added. |
| Tests which style is used when animating properties that are missing from the first keyframe. |
| |
| 2010-03-25 Csaba Osztrogonác <ossy@webkit.org> |
| |
| Unreviewed expected file fix. |
| |
| * platform/mac/fast/frames/flattening/frameset-flattening-grid-expected.txt: Needless newline removed. |
| |
| 2010-03-25 Jakub Wieczorek <jwieczorek@webkit.org> |
| |
| Rubber-stamped by Tor Arne Vestbø. |
| |
| [Qt] Update test results after r56555. |
| https://bugs.webkit.org/show_bug.cgi?id=36413 |
| |
| * platform/qt/fast/forms/basic-inputs-expected.txt: |
| * platform/qt/fast/forms/isindex-placeholder-expected.txt: |
| * platform/qt/fast/forms/text-style-color-expected.txt: |
| * platform/qt/fast/forms/textarea-placeholder-pseudo-style-expected.txt: |
| * platform/qt/fast/forms/textarea-placeholder-set-attribute-expected.txt: |
| * platform/qt/fast/forms/textarea-placeholder-set-value-expected.txt: |
| |
| 2010-03-25 Antonio Gomes <tonikitoo@webkit.org> |
| |
| Unreview expectation result fix. |
| |
| After http://trac.webkit.org/changeset/56547, the test needs new (and proper) |
| results. |
| |
| * platform/mac/fast/frames/flattening/frameset-flattening-grid-expected.txt: |
| |
| 2010-03-25 Jakub Wieczorek <jwieczorek@webkit.org> |
| |
| Reviewed by Eric Seidel. |
| |
| [Qt] RenderTheme: fix size adjustment for text fields |
| https://bugs.webkit.org/show_bug.cgi?id=36413 |
| |
| Update test results after RenderTheme changes. |
| |
| * platform/qt/fast/forms/textarea-placeholder-pseudo-style-expected.txt: |
| * platform/qt/fast/forms/textarea-placeholder-set-attribute-expected.txt: |
| * platform/qt/fast/forms/textarea-placeholder-set-value-expected.txt: |
| |
| 2010-03-25 Julien Chaffraix <jchaffraix@webkit.org> |
| |
| Reviewed by Alexey Proskuryakov. |
| |
| [Qt][GTK] http/tests/xmlhttprequest/xmlhttprequest-onProgress-open-should-zero-length.html |
| fails after r56394 |
| https://bugs.webkit.org/show_bug.cgi?id=36531 |
| |
| The test was assuming that we would receive 3 progress events which may not be the case anymore |
| due to the event throttling added in r56394. |
| |
| * http/tests/xmlhttprequest/xmlhttprequest-onProgress-open-should-zero-length.html: Removed |
| the counting as it belonged to the original version of the test and instead use the position |
| to determine when to reset the XHR. |
| |
| * platform/gtk/Skipped: |
| * platform/qt/Skipped: |
| Removed the test from the Skipped lists now that it should pass. |
| |
| 2010-03-24 Simon Fraser <simon.fraser@apple.com> |
| |
| Reviewed by Adele Peterson. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=35714 |
| Computed style on delayed transform animations is incorrect |
| |
| Test that fetches computed style for a transform animation during the delay phase. |
| |
| Also remove animations/fill-mode-transform.html from the Mac skipped lists, |
| now that it passes. |
| |
| * compositing/animation/computed-style-during-delay-expected.txt: Added. |
| * compositing/animation/computed-style-during-delay.html: Added. |
| * platform/mac-leopard/Skipped: |
| * platform/mac-snowleopard/Skipped: |
| |
| 2010-03-25 Diego Gonzalez <diego.gonzalez@openbossa.org> |
| |
| Reviewed by Kenneth Christiansen. |
| |
| Added missing frame flattening activation on |
| fast/frames/flattening/frameset-flattening-grid.html; |
| removed unnecessary CONSOLE MESSAGE from the expected file; |
| reset the setFrameSetFlatteningEnabled for each test. |
| |
| * fast/frames/flattening/frameset-flattening-grid.html: |
| * platform/qt/fast/frames/flattening/frameset-flattening-grid-expected.txt: |
| |
| 2010-03-25 Diego Gonzalez <diego.gonzalez@openbossa.org> |
| |
| Reviewed by Eric Seidel. |
| |
| Missing forward ENABLE_DATALIST macro to JavaScript enabled features macros |
| on WebKit.pri |
| |
| [Qt] Forward ENABLE_DATALIST macro to JavaScript enabled macros |
| https://bugs.webkit.org/show_bug.cgi?id=36547 |
| |
| * platform/qt/Skipped: |
| |
| 2010-03-25 Joanmarie Diggs <joanmarie.diggs@gmail.com> |
| |
| Reviewed by Eric Seidel. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=36371 |
| [Gtk] Elements with a title attribute should not be ignored |
| |
| * platform/gtk/accessibility/object-with-title.html: Added |
| * platform/gtk/accessibility/object-with-title-expected.txt: Added |
| |
| 2010-03-25 Fumitoshi Ukai <ukai@chromium.org> |
| |
| Reviewed by Eric Seidel. |
| |
| [Qt] websocket/tests/long-invalid-header.html fails |
| https://bugs.webkit.org/show_bug.cgi?id=36492 |
| |
| * websocket/tests/long-invalid-header-expected.txt: trim console message. |
| |
| 2010-03-25 Kinuko Yasuda <kinuko@chromium.org> |
| |
| Reviewed by David Levin. |
| |
| Rewrite the layout test editing/inserting/6633727 to use dumpAsText |
| https://bugs.webkit.org/show_bug.cgi?id=31579 |
| |
| * editing/inserting/6633727-expected.txt: Added. |
| * editing/inserting/6633727.html: |
| * editing/inserting/script-tests/6633727.js: Added. |
| * platform/gtk/editing/inserting/6633727-expected.txt: Removed. |
| * platform/mac/editing/inserting/6633727-expected.checksum: Removed. |
| * platform/mac/editing/inserting/6633727-expected.png: Removed. |
| * platform/mac/editing/inserting/6633727-expected.txt: Removed. |
| |
| 2010-03-24 Mark Rowe <mrowe@apple.com> |
| |
| Revert the portion of r56489 that dealt with port zero as it introduced some test failures. |
| |
| * platform/mac/security/block-test-expected.txt: |
| * security/block-test.html: |
| |
| 2010-03-24 Mark Rowe <mrowe@apple.com> |
| |
| Reviewed by Darin Adler. |
| |
| WebKit should treat port numbers outside the valid range as being blacklisted |
| <http://webkit.org/b/36571> / <rdar://problem/7790908> |
| |
| * platform/mac/security/block-test-expected.txt: |
| * security/block-test.html: Add tests of a few invalid port numbers. |
| |
| 2010-03-24 MORITA Hajime <morrita@google.com> |
| |
| Reviewed by Eric Seidel. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=36517 |
| svg/dom/frame-related-api-during-load.html shoud be more self-descriptive. |
| |
| * svg/dom/frame-related-api-during-load-expected.txt: |
| * svg/dom/frame-related-api-during-load.html: |
| |
| 2010-03-24 Andrew Scherkus <scherkus@chromium.org> |
| |
| Reviewed by Eric Carlson, Eric Seidel and David Levin. |
| |
| Update a few more media layout tests to choose test clips based on codec support. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=30435 |
| |
| * media/audio-constructor-src.html: Switched to use findMediaFile(). |
| * media/audio-play-event-expected.txt: Updated results. |
| * media/audio-play-event.html: Switched to use findMediaFile(). |
| * media/video-no-audio.html: Ditto. |
| * media/video-source-add-src.html: Ditto. |
| * media/video-src-change.html: Closed p tag. |
| * platform/mac-leopard/media/video-no-audio-expected.checksum: New results due to changing source video. |
| * platform/mac-leopard/media/video-no-audio-expected.png: Ditto. |
| * platform/mac-leopard/media/video-no-audio-expected.txt: Ditto. |
| * platform/mac/media/video-no-audio-expected.checksum: Ditto. |
| * platform/mac/media/video-no-audio-expected.png: Ditto. |
| * platform/mac/media/video-no-audio-expected.txt: Ditto. |
| |
| 2010-03-24 Eric Uhrhane <ericu@chromium.org> |
| |
| DOMCoreException needs NoStaticTables modifier |
| https://bugs.webkit.org/show_bug.cgi?id=36458 |
| |
| No new tests, but this shows up in tests of Database accesses from the |
| Worker thread that I'll be checking in soon. The symptom is that |
| DOMCoreException.toString() returns [object DOMException] instead of |
| something more helpful. |
| |
| * fast/workers/worker-context-multi-port-expected.txt: Adjusted expectation that was depending on the broken behavior. |
| |
| 2010-03-23 Evan Martin <evan@chromium.org> |
| |
| Reviewed by Dmitry Titov. |
| |
| [chromium] use integral glyph widths |
| https://bugs.webkit.org/show_bug.cgi?id=36510 |
| |
| Extend a Linux Chromium layout test to also cover slight-hinted text. |
| |
| * platform/chromium/fast/text/chromium-linux-fontconfig-renderstyle.html: |
| |
| 2010-03-24 Alexander Pavlov <apavlov@chromium.org> |
| |
| Reviewed by Pavel Feldman. |
| |
| Inspector: XML Tags should not be converted to lowercase |
| https://bugs.webkit.org/show_bug.cgi?id=28600 |
| |
| * inspector/elements-panel-xhtml-structure-expected.txt: |
| * inspector/elements-panel-xhtml-structure.xhtml: |
| |
| 2010-03-03 Kenneth Rohde Christiansen <kenneth@webkit.org> |
| |
| Reviewed by Antti Koivisto. |
| |
| Layout test for DOM Level 3 Custom Event |
| http://www.w3.org/TR/DOM-Level-3-Events |
| |
| * fast/events/custom-event-expected.txt: Added. |
| * fast/events/custom-event.html: Added. |
| |
| 2010-03-24 Csaba Osztrogonác <ossy@webkit.org> |
| |
| Rubber-stamped by Simon Hausmann and Gustavo Noronha Silva. |
| |
| [Qt][GTK] http/tests/xmlhttprequest/xmlhttprequest-onProgress-open-should-zero-length.html fails after r56394 |
| https://bugs.webkit.org/show_bug.cgi?id=36531 |
| |
| * platform/gtk/Skipped: http/tests/xmlhttprequest/xmlhttprequest-onProgress-open-should-zero-length.html skipped until fix. |
| * platform/qt/Skipped: http/tests/xmlhttprequest/xmlhttprequest-onProgress-open-should-zero-length.html skipped until fix. |
| |
| 2010-03-23 Alexey Proskuryakov <ap@apple.com> |
| |
| Skip plugins/destroy-plugin-from-callback.html, which has been failing on SL bots since it |
| was added in r56338. |
| |
| * platform/mac-snowleopard/Skipped: |
| |
| 2010-03-23 Simon Fraser <simon.fraser@apple.com> |
| |
| Reviewed by Dan Bernstein. |
| |
| Assertion ASSERTION FAILED: rootLayer == m_clipRectsRoot at hulu.com |
| https://bugs.webkit.org/show_bug.cgi?id=34065 |
| |
| Testcase with two zero-size embed elements. |
| |
| * compositing/geometry/empty-embed-rects-expected.txt: Added. |
| * compositing/geometry/empty-embed-rects.html: Added. |
| |
| 2010-03-23 Alexey Proskuryakov <ap@apple.com> |
| |
| Reviewed by Geoff Garen. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=36511 |
| <rdar://problem/7753498> Safari freezes when using SPUTNIK JavaScript conformance check |
| |
| Landing the troublesome test. Will need to be deleted when we properly import the whole test |
| suite. |
| |
| * fast/js/script-tests/sputnik-S15.4.4.12_A3_T3.js: Added. |
| * fast/js/sputnik-S15.4.4.12_A3_T3-expected.txt: Added. |
| * fast/js/sputnik-S15.4.4.12_A3_T3.html: Added. |
| |
| 2010-03-23 David Levin <levin@chromium.org> |
| |
| Reviewed by Nate Chapin. |
| |
| [chromium] XMLHttpRequest.send sends 'undefined' string when passed undefined value. |
| https://bugs.webkit.org/show_bug.cgi?id=36506 |
| |
| Added a test to verify that sending either undefined and null both result in an empty request body. |
| |
| * http/tests/xmlhttprequest/send-undefined-and-null-expected.txt: Added. |
| * http/tests/xmlhttprequest/send-undefined-and-null.html: Added. |
| |
| 2010-03-23 Chris Evans <cevans@chromium.org> |
| |
| Reviewed by Darin Adler. |
| |
| Add test for crash due to calling into libxml in invalid state. Note |
| that it is unlikely that this will actually crash for you in the test |
| environment because it is highly intermittent. However, adding test in |
| order to exercise the code path and prevent related regression. |
| See https://bugs.webkit.org/show_bug.cgi?id=36000 |
| |
| * fast/text/bad-encoding.html: Added. |
| * fast/text/bad-encoding-expected.txt: Added. |
| * fast/text/resources/bad-encoding.xml: Added. |
| |
| 2010-03-23 Nate Chapin <japhet@chromium.org> |
| |
| Unreviewed, Chromium test expectations update. |
| |
| Mark fast/dom/error-to-string-stack-overflow.html as failing on |
| all Chromium platforms, and http/tests/xmlhttprequest/xmlhttprequest-50ms-download-dispatch.html |
| as failing on Windows. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-03-23 MORITA Hajime <morrita@google.com> |
| |
| Reviewed by Alexey Proskuryakov. |
| |
| WebCore::SelectionController::setSelection NULL pointer |
| https://bugs.webkit.org/show_bug.cgi?id=31545 |
| |
| * svg/dom/frame-related-api-during-load-expected.txt: Added. |
| * svg/dom/frame-related-api-during-load.html: Added. |
| |
| 2010-03-23 Qi Zhang <qi.2.zhang@nokia.com> |
| |
| Reviewed by Simon Hausmann. |
| |
| Qt] LayoutTests/fast/canvas/fillrect_gradient.html failed |
| https://bugs.webkit.org/show_bug.cgi?id=36444 |
| |
| Enable LayoutTests/fast/canvas/fillrect_gradient.html |
| |
| * platform/qt/Skipped: |
| * platform/qt/fast/canvas/fillrect_gradient-expected.checksum: Added. |
| * platform/qt/fast/canvas/fillrect_gradient-expected.png: Added. |
| * platform/qt/fast/canvas/fillrect_gradient-expected.txt: |
| |
| 2010-03-23 Julien Chaffraix <jchaffraix@webkit.org> |
| |
| Reviewed by Alexey Proskuryakov. |
| |
| [XHR] onProgress event needs to be dispatched according to what the specification states |
| https://bugs.webkit.org/show_bug.cgi?id=18654 |
| |
| Add a test to check that progress events are really throttled. |
| |
| * http/tests/xmlhttprequest/resources/download-with-delay.php: Added. |
| * http/tests/xmlhttprequest/xmlhttprequest-50ms-download-dispatch-expected.txt: Added. |
| * http/tests/xmlhttprequest/xmlhttprequest-50ms-download-dispatch.html: Added. |
| |
| 2010-03-23 Pavel Feldman <pfeldman@chromium.org> |
| |
| Reviewed by Timothy Hatcher. |
| |
| Web Inspector: Element inspector search funtion: Error dispatching: performSearch. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=36488 |
| |
| * inspector/elements-panel-search-expected.txt: Added. |
| * inspector/elements-panel-search.html: Added. |
| |
| 2010-03-23 Qi Zhang <qi.2.zhang@nokia.com> |
| |
| Reviewed by Simon Hausmann. |
| |
| [Qt] fast/canvas/patternfill-repeat.html failed. |
| https://bugs.webkit.org/show_bug.cgi?id=34477 |
| |
| Enable LayoutTests/fast/canvas/patternfill-repeat.html. |
| |
| * platform/qt/Skipped: |
| * platform/qt/fast/canvas/patternfill-repeat-expected.checksum: Added. |
| * platform/qt/fast/canvas/patternfill-repeat-expected.png: Added. |
| * platform/qt/fast/canvas/patternfill-repeat-expected.txt: |
| |
| 2010-03-23 Alex Milowski <alex@milowski.com> |
| |
| Reviewed by Kenneth Rohde Christiansen. |
| |
| Updated test results from removal of use of STIX fonts. |
| |
| * platform/mac/mathml/presentation/fractions-expected.checksum: |
| * platform/mac/mathml/presentation/fractions-expected.png: |
| * platform/mac/mathml/presentation/fractions-expected.txt: |
| * platform/mac/mathml/presentation/fractions-vertical-alignment-expected.checksum: |
| * platform/mac/mathml/presentation/fractions-vertical-alignment-expected.png: |
| * platform/mac/mathml/presentation/fractions-vertical-alignment-expected.txt: |
| * platform/mac/mathml/presentation/mo-expected.checksum: |
| * platform/mac/mathml/presentation/mo-expected.png: |
| * platform/mac/mathml/presentation/mo-expected.txt: |
| * platform/mac/mathml/presentation/over-expected.checksum: |
| * platform/mac/mathml/presentation/over-expected.png: |
| * platform/mac/mathml/presentation/over-expected.txt: |
| * platform/mac/mathml/presentation/row-expected.checksum: |
| * platform/mac/mathml/presentation/row-expected.png: |
| * platform/mac/mathml/presentation/row-expected.txt: |
| * platform/mac/mathml/presentation/sub-expected.checksum: |
| * platform/mac/mathml/presentation/sub-expected.png: |
| * platform/mac/mathml/presentation/sub-expected.txt: |
| * platform/mac/mathml/presentation/subsup-expected.checksum: |
| * platform/mac/mathml/presentation/subsup-expected.png: |
| * platform/mac/mathml/presentation/subsup-expected.txt: |
| * platform/mac/mathml/presentation/sup-expected.checksum: |
| * platform/mac/mathml/presentation/sup-expected.png: |
| * platform/mac/mathml/presentation/tables-expected.checksum: |
| * platform/mac/mathml/presentation/tables-expected.png: |
| * platform/mac/mathml/presentation/tables-expected.txt: |
| * platform/mac/mathml/presentation/under-expected.checksum: |
| * platform/mac/mathml/presentation/under-expected.png: |
| * platform/mac/mathml/presentation/under-expected.txt: |
| * platform/mac/mathml/presentation/underover-expected.checksum: |
| * platform/mac/mathml/presentation/underover-expected.png: |
| * platform/mac/mathml/presentation/underover-expected.txt: |
| |
| 2010-03-23 Csaba Osztrogonác <ossy@webkit.org> |
| |
| Unreviewed. |
| |
| [Qt] websocket/tests/long-invalid-header.html fails |
| https://bugs.webkit.org/show_bug.cgi?id=36492 |
| |
| * platform/qt/Skipped: websocket/tests/long-invalid-header.html skipped until fix. |
| |
| 2010-03-23 Gustavo Noronha Silva <gns@gnome.org> |
| |
| [GTK] Failing fast/css/zoom-body-scroll.html - sizes are off by one after zooming out |
| https://bugs.webkit.org/show_bug.cgi?id=36491 |
| |
| Skipping test that fails on 32 bits bots. |
| |
| * platform/gtk/Skipped: |
| |
| 2010-03-23 Fumitoshi Ukai <ukai@chromium.org> |
| |
| Unreviewed, remove flaky tag in websocket tests. |
| |
| flakiness in websocket tests (http://crbug.com/38397) introducted at |
| Chromium r41818 has been fixed at r42320. |
| |
| * platform/chromium/test_expectations.txt: remove BUG38397 |
| |
| 2010-03-22 Pavel Feldman <pfeldman@chromium.org> |
| |
| Reviewed by Dave Hyatt. |
| |
| Web Inspector: display CSS selector source line in the styles sidebar pane. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=36414 |
| |
| This change adds a sourceLine field into the CSSStyleRule that is populated |
| from within the parser. CSSParser is now keeping track of the line numbers |
| and last selector line number that is being used while creating CSSStyleRules. |
| |
| * inspector/styles-source-lines-expected.txt: Added. |
| * inspector/styles-source-lines.html: Added. |
| |
| 2010-03-22 Qi Zhang <qi.2.zhang@nokia.com> |
| |
| Reviewed by Laszlo Gombos. |
| |
| Qt] Fix arc function in canvas |
| https://bugs.webkit.org/show_bug.cgi?id=36296 |
| |
| * platform/qt/Skipped: |
| * platform/qt/fast/canvas/arc360-expected.checksum: Added. |
| * platform/qt/fast/canvas/arc360-expected.png: Added. |
| * platform/qt/fast/canvas/arc360-expected.txt: Added. |
| |
| 2010-03-19 Abhishek Arya <inferno@chromium.org> |
| |
| Reviewed by Adam Barth. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=36339 |
| This LayoutTest tests for webkit ability to process long invalid headers generated by misbehaving websockets servers. |
| |
| * websocket/tests/long-invalid-header-expected.txt: Added. |
| * websocket/tests/long-invalid-header.html: Added. |
| * websocket/tests/long-invalid-header_wsh.py: Added. |
| * websocket/tests/script-tests/long-invalid-header.js: Added. |
| |
| 2010-03-22 David Kilzer <ddkilzer@apple.com> |
| |
| Remove http/tests/cookies/simple-cookies-expired.html from skip list after CFNetwork issue is resolved |
| <http://webkit.org/b/25861> |
| <rdar://problem/6901322> |
| |
| Reviewed by Darin Adler. |
| |
| * platform/win/Skipped: Removed: |
| - http/tests/cookies/simple-cookies-expired.html |
| |
| 2010-03-22 Eric Seidel <eric@webkit.org> |
| |
| Rubber-stamped by Brady Eidson. |
| |
| fast/loader/cancel-load-during-port-block-timer.html fails on Tiger bot |
| https://bugs.webkit.org/show_bug.cgi?id=36425 |
| |
| This test bleeds into the next test and causes failures. Unsure of the |
| cause. Brady suggests we disable it for now (to match the other disabled) api test. |
| |
| * fast/loader/api-test-go-to-current-back-forward-item.html-disabled: Renamed from LayoutTests/fast/loader/api-test-go-to-current-back-forward-item.html. |
| |
| 2010-03-22 Dmitry Titov <dimich@chromium.org> |
| |
| Reviewed by Nate Chapin. |
| |
| [v8] Crash if the worker is terminated before its initial script is executed. |
| https://bugs.webkit.org/show_bug.cgi?id=36336 |
| |
| * fast/workers/termination-early-expected.txt: Added. |
| * fast/workers/termination-early.html: Added. |
| |
| 2010-03-22 Csaba Osztrogonác <ossy@webkit.org> |
| |
| Unreviewed, skip new failing test. |
| |
| fast/loader/stateobjects/replacestate-in-iframe.html caused infinite loop. |
| https://bugs.webkit.org/show_bug.cgi?id=36467 |
| |
| * platform/gtk/Skipped: fast/loader/stateobjects/replacestate-in-iframe.html skipped until fix. |
| * platform/qt/Skipped: fast/loader/stateobjects/replacestate-in-iframe.html skipped until fix. |
| |
| 2010-03-22 Nate Chapin <japhet@chromium.org> |
| |
| Unreviewed, Chromium test fixes. |
| |
| * platform/chromium-linux/fast/dynamic/flash-replacement-test-expected.checksum: |
| * platform/chromium-linux/fast/dynamic/flash-replacement-test-expected.png: |
| * platform/chromium-linux/plugins/embed-attributes-style-expected.checksum: |
| * platform/chromium-linux/plugins/embed-attributes-style-expected.png: |
| * platform/chromium-mac/svg/filters/feColorMatrix-values-expected.checksum: Added. |
| * platform/chromium-mac/svg/filters/feColorMatrix-values-expected.png: Added. |
| * platform/chromium-mac/svg/filters/feColorMatrix-values-expected.txt: Added. |
| * platform/chromium-win/svg/filters/feColorMatrix-values-expected.checksum: Added. |
| * platform/chromium-win/svg/filters/feColorMatrix-values-expected.png: Added. |
| * platform/chromium-win/svg/filters/feColorMatrix-values-expected.txt: Added. |
| |
| 2010-03-22 Darin Fisher <darin@chromium.org> |
| |
| Reviewed by Brady Eidson. |
| |
| HistoryController::replaceState() should modify m_currentItem |
| instead of the current HistoryItem of the BackForwardList. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=36435 |
| |
| * fast/loader/stateobjects/replacestate-in-iframe-expected.txt: Added. |
| * fast/loader/stateobjects/replacestate-in-iframe.html: Added. |
| |
| 2010-03-22 Kenneth Rohde Christiansen <kenneth@webkit.org> |
| |
| Unreviewed. |
| |
| Skip new editing test that fails |
| |
| * platform/qt/Skipped: |
| |
| 2010-03-22 Dirk Schulze <krit@webkit.org> |
| |
| Out of bounds read in SVG feColorMatrix filter |
| https://bugs.webkit.org/show_bug.cgi?id=32714 |
| |
| SVG Test has text in it. This caused a wrong DRT result on Mac. |
| The other result was created on Windows. |
| |
| * platform/mac/svg/filters/feColorMatrix-values-expected.txt: |
| |
| 2010-03-22 Dirk Schulze <krit@webkit.org> |
| |
| Out of bounds read in SVG feColorMatrix filter |
| https://bugs.webkit.org/show_bug.cgi?id=32714 |
| |
| Add missing expected result. |
| |
| * platform/mac/svg/filters/feColorMatrix-values-expected.txt: Added. |
| |
| 2010-03-22 Justin Schuh <jschuh@chromium.org> |
| |
| Reviewed by Dirk Schulze. |
| |
| Out of bounds read in SVG feColorMatrix filter |
| https://bugs.webkit.org/show_bug.cgi?id=32714 |
| |
| Prevents an invalid read when a valid values attribute is not |
| supplied for an feColorMatrix SVG filter. Also fixes general |
| handling of missing or invalid values attribute. |
| |
| * platform/win/svg/filters: Added. |
| * platform/win/svg/filters/feColorMatrix-values-expected.checksum: Added. |
| * platform/win/svg/filters/feColorMatrix-values-expected.png: Added. |
| * platform/win/svg/filters/feColorMatrix-values-expected.txt: Added. |
| * svg/filters/feColorMatrix-invalid-value-expected.txt: Added. |
| * svg/filters/feColorMatrix-invalid-value.svg: Added. |
| * svg/filters/feColorMatrix-values.svg: Added. |
| |
| 2010-03-22 Nate Chapin <japhet@chromium.org> |
| |
| Unreviewed, Chromium expectations tweak. |
| |
| Add fast/dom/error-to-string-stack-overflow.html to expected |
| failures due to http://trac.webkit.org/changeset/56329. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-03-22 Jakub Wieczorek <faw217@gmail.com> |
| |
| Reviewed by Kenneth Rohde Christiansen. |
| |
| [Qt] Phonon media backend: expose supported MIME types to WebCore |
| |
| https://bugs.webkit.org/show_bug.cgi?id=33453 |
| |
| List all skipped media tests individually and unskip two fixed by the patch. |
| |
| * platform/qt/Skipped: |
| |
| 2010-03-22 Geoffrey Garen <ggaren@apple.com> |
| |
| Reviewed by Sam Weinig. |
| |
| Added a test for <rdar://problem/7728196> REGRESSION (r46701): -(-2147483648) |
| evaluates to -2147483648 on 32 bit (35842) |
| |
| * fast/js/negate-overflow-expected.txt: Added. |
| * fast/js/negate-overflow.html: Added. |
| |
| 2010-03-22 Darin Fisher <darin@chromium.org> |
| |
| Reviewed by Nate Chapin. |
| |
| [chromium] Renderer crashes when navigating to a reference fragment in |
| a frame that has no current HistoryItem. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=36443 |
| |
| * fast/loader/crash-replacing-location-before-load-expected.txt: Added. |
| * fast/loader/crash-replacing-location-before-load.html: Added. |
| |
| 2010-03-22 Alex Milowski <alex@milowski.com> |
| |
| Reviewed by Kenneth Rohde Christiansen. |
| |
| Basic tests of mfrac (fractions) |
| |
| * mathml/presentation/fractions.xhtml: Added. |
| * mathml/presentation/fractions-vertical-alignment.xhtml: Added |
| * platform/mac/mathml/presentation/fractions-expected.checksum: Added. |
| * platform/mac/mathml/presentation/fractions-expected.png: Added. |
| * platform/mac/mathml/presentation/fractions-expected.txt: Added. |
| * platform/mac/mathml/presentation/fractions-vertical-alignment-expected.checksum: Added. |
| * platform/mac/mathml/presentation/fractions-vertical-alignment-expected.png: Added. |
| * platform/mac/mathml/presentation/fractions-vertical-alignment-expected.txt: Added. |
| |
| 2010-03-19 Alexey Proskuryakov <ap@apple.com> |
| |
| Reviewed by Oliver Hunt. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=36400 |
| Add a test for r15750 (Flash crashes after it replaces itself via a document.write()) |
| |
| * plugins/destroy-plugin-from-callback-expected.txt: Added. |
| * plugins/destroy-plugin-from-callback.html: Added. |
| |
| 2010-03-22 Yury Semikhatsky <yurys@chromium.org> |
| |
| Reviewed by Pavel Feldman. |
| |
| Test that uncaught exception thrown from setTimeout callback in a Worker is reported to the worker object. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=31171 |
| |
| * fast/workers/resources/worker-exception-in-timeout-callback.js: Added. |
| * fast/workers/worker-script-error-expected.txt: |
| * fast/workers/worker-script-error.html: |
| |
| 2010-03-22 Kenneth Rohde Christiansen <kenneth@webkit.org> |
| |
| Reviewed by Simon Hausmann. |
| |
| [Qt] REGRESSION (r56209): fast/media/print-restores-previous-mediatype.htm crashes |
| https://bugs.webkit.org/show_bug.cgi?id=36386 |
| |
| * platform/qt/Skipped: unskip the test as it now passes. |
| |
| 2010-03-21 Dmitry Gorbik <socket.h@gmail.com> |
| |
| <http://webkit.org/b/14858> <col> width ignored when not tied to a single cell |
| |
| Reviewed by David Kilzer. |
| |
| Fixed width calculation for cells with span when <col> is defined. |
| |
| * fast/table/col-width-span-expand-expected.txt: Added. |
| * fast/table/col-width-span-expand.html: Added. |
| |
| 2010-03-20 Martin Robinson <mrobinson@webkit.org> |
| |
| Reviewed by Xan Lopez |
| |
| [GTK] eventSender.zoomPageOut() bug? |
| https://bugs.webkit.org/show_bug.cgi?id=30575 |
| |
| Unskip some tests that were failing because of the bug in DRT. |
| |
| * platform/gtk/Skipped: |
| |
| 2010-03-20 Dimitri Glazkov <dglazkov@chromium.org> |
| |
| Unreviewed, expectations tweak. |
| |
| Remove expectations for chromium-mac editing/style/apply-through-end-of-document.html as it |
| now matches platform/mac. |
| |
| * platform/chromium-mac/editing/style/apply-through-end-of-document-expected.txt: Removed. |
| * platform/chromium/test_expectations.txt: Adjusted expectations. |
| |
| 2010-03-20 Dimitri Glazkov <dglazkov@chromium.org> |
| |
| Unreviewed, expectations tweak. |
| |
| Mark editing/style/apply-through-end-of-document.html as failing |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-03-20 Dimitri Glazkov <dglazkov@chromium.org> |
| |
| Unreviewed, expectations tweak. |
| |
| Marked svg/filters/filterRes.svg as failing after |
| http://trac.webkit.org/changeset/56288/ |
| |
| * platform/chromium/test_expectations.txt: Added expectations for svg/filters/filterRes.svg. |
| |
| 2010-03-19 Shinichiro Hamaji <hamaji@chromium.org> |
| |
| Reviewed by Dan Bernstein. |
| |
| WebCore::RenderButton::styleDidChange ReadAV@NULL (6739b7fe455ecb54a6812c0866c3b47c) |
| https://bugs.webkit.org/show_bug.cgi?id=34641 |
| |
| * fast/css/first-letter-block-form-controls-crash-expected.txt: Added. |
| * fast/css/first-letter-block-form-controls-crash.html: Added. |
| |
| 2010-03-19 Mark Rowe <mrowe@apple.com> |
| |
| Land a test result that should have been added along with the test in r56286. |
| |
| * transitions/transition-end-event-destroy-iframe-expected.txt: Copied from LayoutTests/transitions/transition-end-event-destroy-renderer-expected.txt. |
| |
| 2010-03-19 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Daniel Bates. |
| |
| Change XSSAuditor block syntax |
| https://bugs.webkit.org/show_bug.cgi?id=34436 |
| |
| Update tests to account for the new blocking syntax. Added test for |
| disabling the XSS filter. |
| |
| * http/tests/security/xssAuditor/malformed-xss-protection-header-expected.txt: |
| * http/tests/security/xssAuditor/malformed-xss-protection-header.html: |
| * http/tests/security/xssAuditor/no-protection-script-tag-expected.txt: Added. |
| * http/tests/security/xssAuditor/no-protection-script-tag.html: Added. |
| * http/tests/security/xssAuditor/resources/echo-head-base-href.pl: |
| * http/tests/security/xssAuditor/resources/echo-intertag-click-and-notify.pl: |
| * http/tests/security/xssAuditor/resources/echo-intertag.pl: |
| * http/tests/security/xssAuditor/xss-protection-parsing-01-expected.txt: Added. |
| * http/tests/security/xssAuditor/xss-protection-parsing-01.html: Added. |
| |
| 2010-03-19 Zhenyao Mo <zmo@google.com> |
| |
| Reviewed by Oliver Hunt. |
| |
| Update WebGLArray.slice() to new spec |
| https://bugs.webkit.org/show_bug.cgi?id-35612 |
| |
| * fast/canvas/webgl/array-unit-tests-expected.txt: Changed tests to reflect the new slice parameters; add new test cases for default inputs for slice. |
| * fast/canvas/webgl/array-unit-tests.html: Ditto. |
| * fast/canvas/webgl/webgl-array-invalid-ranges-expected.txt: Changed tests to reflect the new slice parameters. |
| * fast/canvas/webgl/webgl-array-invalid-ranges.html: Ditto. |
| |
| 2010-03-19 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Darin Adler. |
| |
| Freeze sandbox attributes on creation |
| https://bugs.webkit.org/show_bug.cgi?id=34184 |
| |
| Test that allow-forms is frozen on document creation. |
| |
| * fast/frames/resources/sandboxed-iframe-form-dynamic-allowed.html: Added. |
| * fast/frames/resources/sandboxed-iframe-form-dynamic-disallowed.html: Added. |
| * fast/frames/sandboxed-iframe-forms-dynamic-expected.txt: Added. |
| * fast/frames/sandboxed-iframe-forms-dynamic.html: Added. |
| |
| 2010-03-19 Justin Schuh <jschuh@chromium.org> |
| |
| Reviewed by Oliver Hunt. |
| |
| Security: ReadAV@NULL for negative feMorphology filter radius |
| https://bugs.webkit.org/show_bug.cgi?id=34566 |
| |
| Prevents building the filter if either radius is negative. |
| Catches negative radii resulting from conversions. |
| |
| * svg/filters/feMorphology-invalid-radius-expected.txt: Added. |
| * svg/filters/feMorphology-invalid-radius.svg: Added. |
| |
| 2010-03-19 Chris Marrin <cmarrin@apple.com> |
| |
| Reviewed by Simon Fraser. |
| |
| Fixed a crash with AnimationController getting deleted out from under itself. |
| |
| This test actually doesn't crash without the fix because the JS interpreter |
| protects against the Frame getting deleted prematurely. But this test is still |
| useful to make sure that protection is working. The crash actually occurs |
| when the equivalent thing is done in native code interfacing to a WebView. |
| |
| * transitions/resources/transition-end-event-destroy-iframe-inner.html: Added. |
| * transitions/transition-end-event-destroy-iframe.html: Added. |
| |
| 2010-03-19 Simon Fraser <simon.fraser@apple.com> |
| |
| Reviewed by Dimitri Glazkov. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=36387 |
| REGRESSION: Can "uncheck" radio buttons by clicking on them |
| |
| Testcase for various combinations of checked/intermiate and click events. |
| |
| * fast/forms/radio-checkbox-restore-indeterminate-expected.txt: Added. |
| * fast/forms/radio-checkbox-restore-indeterminate.html: Added. |
| |
| 2010-03-19 Darin Fisher <darin@chromium.org> |
| |
| Temporarily suppress fast/loader/frame-src-change-added-to-history.html |
| for Tiger to make the bot green. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=36382 |
| |
| * platform/mac-tiger/Skipped: |
| |
| 2010-03-19 Dirk Pranke <dpranke@chromium.org> |
| |
| Reviewed by Dimitri Glazkov. |
| |
| Add test_expectations.txt file for chromium baselines |
| |
| https://bugs.webkit.org/show_bug.cgi?id=28397 |
| |
| * platform/chromium/test_expectations.txt: Added |
| |
| 2010-03-19 Dirk Pranke <dpranke@chromium.org> |
| |
| Reviewed by Dimitri Glazkov. |
| |
| Land remaining chromium-linux LayoutTest baselines |
| (file list omitted due to length). |
| |
| https://bugs.webkit.org/show_bug.cgi?id=28397 |
| |
| |
| 2010-03-19 Dirk Pranke <dpranke@chromium.org> |
| |
| Reviewed by Dimitri Glazkov. |
| |
| Land chromium-linux/fast/{block,css,forms,text} LayoutTest baselines |
| (file list omitted due to length). |
| |
| https://bugs.webkit.org/show_bug.cgi?id=28397 |
| |
| * platform/chromium-linux/fast/block : Added. |
| * platform/chromium-linux/fast/css : Added. |
| * platform/chromium-linux/fast/forms : Added. |
| * platform/chromium-linux/fast/text : Added. |
| |
| 2010-03-19 Dirk Pranke <dpranke@chromium.org> |
| |
| Reviewed by Dimitri Glazkov. |
| |
| Land chromium-linux/editing LayoutTest baselines |
| (file list omitted due to length). |
| |
| https://bugs.webkit.org/show_bug.cgi?id=28397 |
| |
| * platform/chromium-linux/editing : Added. |
| |
| 2010-03-19 Dirk Pranke <dpranke@chromium.org> |
| |
| Reviewed by Dimitri Glazkov. |
| |
| Land chromium-linux/tables LayoutTest baselines |
| (file list omitted due to length). |
| |
| https://bugs.webkit.org/show_bug.cgi?id=28397 |
| |
| * platform/chromium-linux/tables : Added. |
| |
| 2010-03-19 Dirk Pranke <dpranke@chromium.org> |
| |
| Reviewed by Dimitri Glazkov. |
| |
| Land chromium-linux/svg LayoutTest baselines |
| (file list omitted due to length). |
| |
| https://bugs.webkit.org/show_bug.cgi?id=28397 |
| |
| * platform/chromium-linux/svg : Added. |
| |
| 2010-03-19 Dirk Pranke <dpranke@chromium.org> |
| |
| Reviewed by Dimitri Glazkov. |
| |
| Land chromium-linux/css* LayoutTest baselines |
| (file list omitted due to length). |
| |
| https://bugs.webkit.org/show_bug.cgi?id=28397 |
| |
| * platform/chromium-linux/css* : Added. |
| |
| 2010-03-19 Dirk Pranke <dpranke@chromium.org> |
| |
| Reviewed by Dimitri Glazkov. |
| |
| Land remaining chromium-win/* LayoutTest baselines |
| (file list omitted due to length). |
| |
| https://bugs.webkit.org/show_bug.cgi?id=28397 |
| |
| * platform/chromium-win/* : Added. |
| |
| 2010-03-19 Dirk Pranke <dpranke@chromium.org> |
| |
| Reviewed by Dimitri Glazkov. |
| |
| Land chromium-win/css* LayoutTest baselines |
| (file list ommitted due to length). |
| |
| https://bugs.webkit.org/show_bug.cgi?id=28397 |
| |
| * platform/chromium-win/css* : Added. |
| |
| 2010-03-19 Csaba Osztrogonác <ossy@webkit.org> |
| |
| [Qt] Back-forward list dumping is incorrect |
| https://bugs.webkit.org/show_bug.cgi?id=36392 |
| |
| * platform/qt/Skipped: fast/loader/frame-src-change-added-to-history.html skipped until fix. |
| |
| 2010-03-19 Dirk Pranke <dpranke@chromium.org> |
| |
| Reviewed by Dimitri Glazkov. |
| |
| Land chromium-win/fast/[l-z]* LayoutTest baselines |
| (file list ommitted due to length). |
| |
| https://bugs.webkit.org/show_bug.cgi?id=28397 |
| |
| * platform/chromium-win/fast/[l-z]* : Added. |
| |
| 2010-03-19 Xan Lopez <xlopez@igalia.com> |
| |
| Rubber-stamped by Gustavo Noronha. |
| |
| r56188 removed lastPosition from the Geolocation code, but the the |
| geolocation window properties wasn't updated to reflect this. It's |
| only failing on the GTK+ port, since the other ports have it on |
| their Skipped list. |
| |
| * fast/dom/Window/window-properties-geolocation-expected.txt: |
| |
| 2010-03-19 Csaba Osztrogonác <ossy@webkit.org> |
| |
| [Qt] REGRESSION (r56209): fast/media/print-restores-previous-mediatype.htm crashes |
| https://bugs.webkit.org/show_bug.cgi?id=36386 |
| |
| * platform/qt/Skipped: fast/media/print-restores-previous-mediatype.html skipped until fix. |
| |
| 2010-03-19 Dirk Pranke <dpranke@chromium.org> |
| |
| Reviewed by Dimitri Glazkov. |
| |
| Land chromium-win/fast/{a,c,d,e,f,g,h,i,j}* LayoutTest baselines |
| (file list ommitted due to length). |
| |
| https://bugs.webkit.org/show_bug.cgi?id=28397 |
| |
| * platform/chromium-win/fast/{a,c,d,e,f,g,h,i,j}* : Added. |
| |
| 2010-03-19 Dirk Pranke <dpranke@chromium.org> |
| |
| Reviewed by Dimitri Glazkov. |
| |
| Land the first part of chromium-win/fast LayoutTest baselines |
| (file list ommitted due to length). |
| |
| https://bugs.webkit.org/show_bug.cgi?id=28397 |
| |
| * platform/chromium-win/fast: Added. |
| |
| 2010-03-19 Xan Lopez <xlopez@igalia.com> |
| |
| Unreviewed, land new expected result for test. |
| |
| * platform/gtk/svg/css/getComputedStyle-basic-expected.txt: |
| |
| 2010-03-19 Dirk Pranke <dpranke@chromium.org> |
| |
| Reviewed by Dimitri Glazkov. |
| |
| Land the chromium-win/tables LayoutTest baselines (file list |
| ommitted due to length). |
| |
| https://bugs.webkit.org/show_bug.cgi?id=28397 |
| |
| * platform/chromium-win/tables: Added. |
| |
| 2010-03-19 Brady Eidson <beidson@apple.com> |
| |
| Rubberstamped by Eric Seidel. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=35594 |
| |
| * fast/loader/api-test-new-window-data-load-base-url.html: Removed. |
| * fast/loader/api-test-new-window-data-load-base-url.html-disabled: Copied from fast/loader/api-test-new-window-data-load-base-url.html. |
| |
| 2010-03-19 Dirk Pranke <dpranke@chromium.org> |
| |
| Reviewed by Dimitri Glazkov. |
| |
| Land the chromium-win/svg LayoutTest baselines (file list |
| ommitted due to length). |
| |
| https://bugs.webkit.org/show_bug.cgi?id=28397 |
| |
| * platform/chromium-win/svg: Added. |
| |
| 2010-03-19 Dirk Pranke <dpranke@chromium.org> |
| |
| Reviewed by Dimitri Glazkov. |
| |
| Land the chromium-win-vista LayoutTest baselines (file list |
| ommitted due to length). |
| |
| https://bugs.webkit.org/show_bug.cgi?id=28397 |
| |
| * platform/chromium-win-vista: Added. |
| |
| 2010-03-19 Dirk Pranke <dpranke@chromium.org> |
| |
| Reviewed by Dimitri Glazkov. |
| |
| Land the chromium-win-xp LayoutTest baselines (file list ommitted due to |
| length). |
| |
| https://bugs.webkit.org/show_bug.cgi?id=28397 |
| |
| * platform/chromium-win-xp: Added. |
| |
| 2010-03-19 Dirk Pranke <dpranke@chromium.org> |
| |
| Reviewed by Dimitri Glazkov. |
| |
| Land the chromium-mac LayoutTest baselines (file list ommitted due to |
| length). |
| |
| https://bugs.webkit.org/show_bug.cgi?id=28397 |
| |
| * platform/chromium-mac: Added. |
| |
| 2010-03-19 Joseph Pecoraro <joepeck@webkit.org> |
| |
| Reviewed by David Kilzer. |
| |
| <input type=range> does not validate correctly without a renderer and the tests are incorrect |
| https://bugs.webkit.org/show_bug.cgi?id=36259 |
| |
| Setting value attribute on an <input type=range> to an out-of-range value fires oninput |
| https://bugs.webkit.org/show_bug.cgi?id=16990 |
| |
| When setting the range element's value, overflows and underflows are |
| automatically sanitized to valid values. Fixed the behavior and removed |
| tests that were testing for improper behavior. |
| |
| * fast/forms/ValidityState-rangeOverflow-expected.txt: |
| * fast/forms/ValidityState-rangeUnderflow-expected.txt: |
| * fast/forms/input-stepup-stepdown-expected.txt: |
| * fast/forms/script-tests/ValidityState-rangeOverflow.js: |
| * fast/forms/script-tests/ValidityState-rangeUnderflow.js: |
| * fast/forms/script-tests/input-stepup-stepdown.js: |
| * fast/forms/script-tests/validationMessage.js: |
| * fast/forms/validationMessage-expected.txt: |
| |
| Added test verifying that bug 16990 was fixed as well. |
| |
| * fast/forms/range-input-dynamic-oninput-expected.txt: Added. |
| * fast/forms/range-input-dynamic-oninput.html Added. |
| |
| Improved test because handling of this case changed. |
| |
| * fast/forms/range-reset-expected.txt: |
| * fast/forms/range-reset.html: |
| |
| 2010-03-19 Darin Fisher <darin@chromium.org> |
| |
| Fix expected results for fast/loader/frame-src-change-added-to-history.html |
| |
| * fast/loader/frame-src-change-added-to-history-expected.txt: |
| |
| 2010-03-19 Shinichiro Hamaji <hamaji@chromium.org> |
| |
| Reviewed by Darin Adler. |
| |
| Need a layout test for finding yensign from documents with Japanese encodings |
| https://bugs.webkit.org/show_bug.cgi?id=36288 |
| |
| * editing/selection/find-yensign-and-backslash-expected.txt: Added. |
| * editing/selection/find-yensign-and-backslash.html: Added. |
| * platform/gtk/editing/selection/find-yensign-and-backslash-expected.txt: Added. |
| * platform/qt/editing/selection/find-yensign-and-backslash-expected.txt: Added. |
| * platform/win/editing/selection/find-yensign-and-backslash-expected.txt: Added. |
| |
| 2010-03-18 Darin Fisher <darin@chromium.org> |
| |
| Reviewed by Adam Barth. |
| |
| If a frame is already in the document, then setting its "src" attribute |
| should add the resultant navigation to history. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=9166 |
| |
| * fast/loader/frame-src-change-added-to-history-expected.txt: Added. |
| * fast/loader/frame-src-change-added-to-history.html: Added. |
| |
| 2010-03-19 Csaba Osztrogonác <ossy@webkit.org> |
| |
| Unreviewed. |
| |
| [Qt] Platform specific expected file updated after r56195 |
| |
| * platform/qt/fast/dom/Window/window-properties-expected.txt: updated. |
| |
| 2010-03-18 Chris Evans <cevans@chromium.org> |
| |
| Reviewed by Nikolas Zimmermann. |
| |
| Add test for minor SVG animation crashers. |
| See https://bugs.webkit.org/show_bug.cgi?id=35606 |
| |
| * svg/animations/keypoints-mismatch.svg: Added. |
| * svg/animations/keypoints-mismatch-expected.txt: Added. |
| |
| 2010-03-18 Ojan Vafai <ojan@chromium.org> |
| |
| Reviewed by Eric Seidel. |
| |
| add new results for failing win/linux test after http://trac.webkit.org/changeset/56175 |
| https://bugs.webkit.org/show_bug.cgi?id=36329 |
| |
| Missed this test in r56175 since it does a drag on win/linux, but not a mac. |
| The new results correctly do the smart-drag behavior of doing a smart-delete |
| on drag regardless of whether the selection granularity is word granularity. |
| |
| * platform/win/editing/selection/drag-text-delay-expected.checksum: Added. |
| * platform/win/editing/selection/drag-text-delay-expected.png: Added. |
| * platform/win/editing/selection/drag-text-delay-expected.txt: |
| |
| 2010-03-18 Laszlo Gombos <laszlo.1.gombos@nokia.com> |
| |
| Reviewed by Kenneth Rohde Christiansen. |
| |
| [Qt] Fix LayoutTests/http/tests/appcache/max-size.html |
| https://bugs.webkit.org/show_bug.cgi?id=36207 |
| |
| * platform/qt/Skipped: |
| |
| 2010-03-18 Kenneth Rohde Christiansen <kenneth@webkit.org> |
| |
| Reviewed by Darin Adler. |
| |
| Add a new test for testing whether the media type is restores |
| properly after printing a page (changing media type to 'print'). |
| |
| Add expected result and skip the test for platform that do not |
| implement setMediaType(). |
| |
| * fast/media/print-restores-previous-mediatype-expected.txt: Added. |
| * fast/media/print-restores-previous-mediatype.html: Added. |
| * platform/gtk/Skipped: |
| * platform/mac/Skipped: |
| * platform/win/Skipped: |
| |
| 2010-03-18 Mark Rowe <mrowe@apple.com> |
| |
| Rubber-stamped by Samuel Weinig. |
| |
| Update test results after r56182. "background-color: rgba(0, 0, 0, 0)" is now reported as "background-color: transparent". |
| |
| * fast/css/getComputedStyle/computed-style-expected.txt: |
| * platform/mac/fast/css/getComputedStyle/computed-style-expected.txt: |
| * platform/qt/fast/css/getComputedStyle/computed-style-expected.txt: |
| * platform/win/fast/css/getComputedStyle/computed-style-expected.txt: |
| |
| 2010-03-18 Jian Li <jianli@chromium.org> |
| |
| Reviewed by Dmitry Titov. |
| |
| Dragging a PDF image triggers assertion in DragController::startDrag() |
| https://bugs.webkit.org/show_bug.cgi?id=36247 |
| |
| * fast/images/drag-pdf-as-image-expected.txt: Added. |
| * fast/images/drag-pdf-as-image.html: Added. |
| |
| 2010-03-18 Dan Bernstein <mitz@apple.com> |
| |
| Add missing file from r56186. |
| |
| * fast/dynamic/float-remove-above-line-2-expected.txt: Added. |
| |
| 2010-03-18 Alexey Proskuryakov <ap@apple.com> |
| |
| Reviewed by Anders Carlsson. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=36327 |
| Test that a plug-in can override Node methods of its element |
| |
| * plugins/override-node-method-expected.txt: Added. |
| * plugins/override-node-method.html: Added. |
| |
| 2010-03-18 Simon Fraser <simon.fraser@apple.com> |
| |
| Reviewed by Dave Hyatt. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=36274 |
| CSS3 :nth-child selector 'odd' keyword case sensitivity test fails |
| |
| The tests for "odd", "even" etc. for nth-child selectors should be case insensitive. |
| |
| * fast/css/nth-child-odd-case-insensitive-expected.txt: Added. |
| * fast/css/nth-child-odd-case-insensitive.html: Added. |
| |
| 2010-03-18 Dan Bernstein <mitz@apple.com> |
| |
| Reviewed by Darin Adler. |
| |
| Additional test for <rdar://problem/7761400> |
| |
| * fast/dynamic/float-remove-above-line-2.html: Copied from LayoutTests/fast/dynamic/float-remove-above-line.html. |
| * fast/dynamic/float-remove-above-line-expected.txt: Updated. |
| * fast/dynamic/float-remove-above-line.html: Fixed inconsequential typo in end tag. |
| |
| 2010-03-18 Alexey Proskuryakov <ap@apple.com> |
| |
| Not reviewed. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=36210 |
| plugins/resize-from-plugin.html fails on some platforms |
| |
| Landing new results for Qt and Gtk, taken from buildbot. |
| |
| Gtk results are a pass, although the difference in clip rect may indicate some issue to look into. |
| Qt results are a failure. |
| |
| * platform/gtk/plugins/resize-from-plugin-expected.txt: Copied from LayoutTests/plugins/resize-from-plugin-expected.txt. |
| * platform/qt/plugins/resize-from-plugin-expected.txt: Copied from LayoutTests/plugins/resize-from-plugin-expected.txt. |
| |
| 2010-03-12 Ojan Vafai <ojan@chromium.org> |
| |
| Reviewed by David Levin. |
| |
| smartdelete should only occur after double-click |
| https://bugs.webkit.org/show_bug.cgi?id=35314 |
| |
| * editing/deleting/non-smart-delete.html: |
| * editing/pasteboard/drag-drop-modifies-page.html: |
| * editing/pasteboard/page-zoom-expected.txt: |
| Space is removed because we used to incorrectly smartpaste here. |
| New behavior matches NSTextView. |
| * editing/style/apply-through-end-of-document-expected.txt: |
| The change here is that selectall + smartpaste doesn't put a BR, |
| but selectall + normal-paste does. Not sure if that's a bug or not, |
| but it's not a side effect of this change. |
| * editing/style/style-boundary-005.html: |
| * platform/mac/editing/deleting/non-smart-delete-expected.checksum: |
| * platform/mac/editing/deleting/non-smart-delete-expected.png: |
| * platform/mac/editing/deleting/non-smart-delete-expected.txt: |
| * platform/mac/editing/execCommand/paste-1-expected.txt: |
| * platform/mac/editing/execCommand/paste-2-expected.txt: |
| * platform/mac/editing/pasteboard/drag-drop-modifies-page-expected.checksum: |
| * platform/mac/editing/pasteboard/drag-drop-modifies-page-expected.png: |
| * platform/mac/editing/pasteboard/drag-drop-modifies-page-expected.txt: |
| |
| * platform/mac/editing/selection/expanding-selections-expected.txt: |
| * platform/mac/editing/selection/expanding-selections2-expected.txt: |
| * platform/mac/editing/selection/triple-click-in-pre-expected.txt: |
| The above three results change because granularity is no longer part of the seleciton, |
| so changes in granularity don't fire selection change notifications. |
| |
| * platform/mac/editing/style/style-boundary-005-expected.checksum: |
| * platform/mac/editing/style/style-boundary-005-expected.png: |
| * platform/mac/editing/style/style-boundary-005-expected.txt: |
| |
| 2010-03-18 Alexey Proskuryakov <ap@apple.com> |
| |
| Reviewed by Adam Roben and Anders Carlsson. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=36210 |
| plugins/resize-from-plugin.html fails on some platforms |
| |
| * platform/win/plugins/resize-from-plugin-expected.txt: Copied from LayoutTests/plugins/resize-from-plugin-expected.txt. |
| Windows results are different, probably because windowed plug-ins just get the whole window |
| as clip rect. |
| |
| * platform/gtk/Skipped: |
| * platform/qt/Skipped: |
| Unskipped the tests to see how they work with TestNetscapePlugin fixes from this patch. |
| |
| 2010-03-18 Simon Fraser <simon.fraser@apple.com> |
| |
| Reviewed by Dave Hyatt. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=36273 |
| CSS3 :indeterminate and input type=radio test fails |
| |
| The :indeterminate pseudo-class should apply to both radio buttons and checkboxes. |
| |
| * fast/forms/indeterminate-radio-expected.txt: Added. |
| * fast/forms/indeterminate-radio.html: Added. |
| |
| 2010-03-18 Simon Fraser <simon.fraser@apple.com> |
| |
| Reviewed by Dave Hyatt. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=36271 |
| CSS3 :enabled on an input type=hidden element fails |
| |
| The CSS3 selectors spec now makes it clear that hidden inputs should respect |
| the :enabled and :disabled pseudo-classes. |
| |
| * fast/forms/hidden-input-enabled-expected.txt: Added. |
| * fast/forms/hidden-input-enabled.html: Added. |
| * fast/forms/hidden-input-not-enabled-expected.txt: Removed. |
| * fast/forms/hidden-input-not-enabled.html: Removed. |
| |
| 2010-03-18 Enrica Casucci <enrica@apple.com> |
| |
| Reviewed by Simon Fraser. |
| |
| Intro text at Star Wars demo is clipped. |
| <rdar://problem/7560979> |
| https://bugs.webkit.org/show_bug.cgi?id=33909 |
| |
| We are flipping the coordinates for drawing, therefore |
| we must flip them also when we invalidate the rectangles. |
| |
| * compositing/repaint/layer-repaint.html: Added. |
| * platform/mac/compositing/repaint/layer-repaint-expected.checksum: Added. |
| * platform/mac/compositing/repaint/layer-repaint-expected.png: Added. |
| * platform/mac/compositing/repaint/layer-repaint-expected.txt: Added. |
| |
| 2010-03-18 Kim Grönholm <kim.gronholm@nomovok.com> |
| |
| Reviewed by Simon Hausmann. |
| |
| [Qt] GraphicsLayer: Pausing and resuming of animations don't work as expected |
| https://bugs.webkit.org/show_bug.cgi?id=36219 |
| |
| The play-state layout test now works, and can be removed from the skip list. |
| |
| * platform/qt/Skipped: animations/play-state.html is removed from the skipped list |
| |
| 2010-03-18 Adam Langley <agl@chromium.org> |
| |
| Reviewed by David Levin. |
| |
| [chromium] Fix inverted logic in per-strike renderer patch. |
| |
| I screwed up in r55089 and got one of the conditions backwards. Thanks |
| to Roman Tsisyk for pointing it out. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=35495 |
| |
| * platform/chromium/fast/text/chromium-linux-fontconfig-renderstyle.html: Added. |
| |
| 2010-03-18 Sergio Villar Senin <svillar@igalia.com> |
| |
| Reviewed by Xan Lopez. |
| |
| [GTK] Failing tests http/tests/misc/image-blocked-src-change.html |
| & http/tests/misc/image-blocked-src-no-change.html |
| https://bugs.webkit.org/show_bug.cgi?id=36227 |
| |
| Removed tests from the list of Skipped: |
| http/tests/misc/image-blocked-src-no-change.html |
| http/tests/misc/image-blocked-src-change.html |
| http/tests/security/local-CSS-from-remote.html |
| http/tests/security/local-video-poster-from-remote.html |
| http/tests/security/frame-loading-via-document-write.html |
| http/tests/security/local-iFrame-from-remote.html |
| http/tests/security/local-video-src-from-remote.html |
| http/tests/security/local-image-from-remote.html |
| http/tests/security/local-JavaScript-from-remote.html |
| |
| * platform/gtk/Skipped: |
| |
| 2010-03-18 Chang Shu <chang.shu@nokia.com> |
| |
| Reviewed by Kenneth Rohde Christiansen. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=36220 |
| |
| [Qt] Unskip the tests that pass after the fix for bug 36139. |
| http/tests/appcache/foreign-iframe-main.html |
| http/tests/appcache/manifest-with-empty-file.html |
| http/tests/appcache/resource-redirect.html |
| |
| * platform/qt/Skipped: |
| |
| 2010-03-17 Oliver Hunt <oliver@apple.com> |
| |
| Reviewed by Gavin Barraclough. |
| |
| undefined, NaN, and Infinity should be ReadOnly |
| https://bugs.webkit.org/show_bug.cgi?id=36263 |
| |
| Add tests for the attributes of undefined, NaN and Infinity on the |
| global object |
| |
| * fast/js/getOwnPropertyDescriptor-expected.txt: |
| * fast/js/resources/getOwnPropertyDescriptor.js: |
| |
| 2010-03-17 Chang Shu <chang.shu@nokia.com> |
| |
| Reviewed by Laszlo Gombos. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=36139 |
| [Qt] Unskip the test that now passes. |
| |
| platform/qt/Skipped: |
| |
| 2010-03-17 Drew Wilson <atwilson@chromium.org> |
| |
| Reviewed by David Levin. |
| |
| Add tests for "load shared worker in iframe" case. |
| https://bugs.webkit.org/show_bug.cgi?id=36203 |
| |
| Makes sure that creating a worker simultaneously in a document and in |
| a child iframe works (you end up with a single instance). |
| |
| * fast/workers/resources/shared-worker-count-connections.js: Added. |
| * fast/workers/resources/shared-worker-iframe.html: Added. |
| * fast/workers/shared-worker-in-iframe-expected.txt: Added. |
| * fast/workers/shared-worker-in-iframe.html: Added. |
| |
| 2010-03-17 Shu Chang <Chang.Shu@nokia.com> |
| |
| Reviewed by Eric Seidel. |
| |
| [Qt] Rebaseline the test and remove it from Skipped. |
| https://bugs.webkit.org/show_bug.cgi?id=36059 |
| |
| * platform/qt/Skipped: |
| * platform/qt/fast/canvas/canvas-text-baseline-expected.checksum: Added. |
| * platform/qt/fast/canvas/canvas-text-baseline-expected.png: Added. |
| * platform/qt/fast/canvas/canvas-text-baseline-expected.txt: Added. |
| |
| 2010-03-17 Dmitry Titov <dimich@chromium.org> |
| |
| Reviewed by Dimitri Glazkov. |
| |
| [v8] Avoid reentry into v8 after TerminateExecution() on a worker thread. |
| https://bugs.webkit.org/show_bug.cgi?id=36239 |
| |
| * fast/workers/resources/termination-with-port-messages.js: Added. |
| (echo): |
| (onmessage): |
| * fast/workers/termination-with-port-messages-expected.txt: Added. |
| * fast/workers/termination-with-port-messages.html: Added. |
| |
| 2010-03-17 Kenneth Russell <kbr@google.com> |
| |
| Reviewed by Darin Fisher. |
| |
| Revert WebGL context attributes changes 33416 / r56074 and 36200 / r56093 |
| https://bugs.webkit.org/show_bug.cgi?id=36233 |
| |
| The patch for bug 33416, which added multisampling support to the |
| WebGL back buffer, uncovered some OpenGL driver bugs on the build |
| bots which need further investigation to determine the appropriate |
| workaround. Reverting this change, the minor build fix in 36189, |
| and the skipping of the affected tests in bug 36200. |
| |
| Built and tested WebKit and Chromium and ran all WebGL layout |
| tests in both. |
| |
| * fast/canvas/webgl/context-attributes-alpha-depth-stencil-antialias-expected.txt: Removed. |
| * fast/canvas/webgl/context-attributes-alpha-depth-stencil-antialias.html: Removed. |
| * fast/canvas/webgl/context-attributes-expected.txt: |
| * fast/canvas/webgl/context-attributes.html: |
| * fast/canvas/webgl/gl-get-calls-expected.txt: |
| * fast/canvas/webgl/gl-get-calls.html: |
| * platform/mac/Skipped: |
| |
| 2010-03-17 Alexey Proskuryakov <ap@apple.com> |
| |
| * platform/gtk/Skipped: Also, resize-from-plugin.html got skipped twice tonight, removing |
| one of the lines. |
| |
| 2010-03-17 Alexey Proskuryakov <ap@apple.com> |
| |
| * platform/gtk/Skipped: Updated to reference a newly filed bug. |
| |
| 2010-03-17 Pavel Feldman <pfeldman@chromium.org> |
| |
| Not reviewed: update mimetype expectations in inspector tests. |
| |
| * inspector/timeline-network-resource-expected.txt: |
| |
| 2010-03-17 Pavel Feldman <pfeldman@chromium.org> |
| |
| Not reviewed: GTK tests fix - removed custom expectation that was |
| added with no good reason. |
| |
| * inspector/timeline-test.js: |
| * platform/gtk/inspector/timeline-network-resource-expected.txt: Removed. |
| |
| 2010-03-17 Ilya Tikhonovsky <loislo@chromium.org> |
| |
| Reviewed by Pavel Feldman. |
| |
| WebInspector: Timeline improvements - next iteration. |
| |
| The top level records should be collapsed. |
| Virtually linked events should be nested in Timeline like Send Request and |
| corresponding Received Responce, Timer Install and Timer Fire etc. |
| It should be possible to see Main Resource request. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=36122 |
| |
| * inspector/timeline-network-resource-expected.txt: |
| * inspector/timeline-test.js: |
| (frontend_getTimelineResults): |
| |
| 2010-03-17 Csaba Osztrogonác <ossy@webkit.org> |
| |
| Reviewed by Kenneth Rohde Christiansen. |
| |
| [Qt] GraphicsLayer: fix test regressions |
| https://bugs.webkit.org/show_bug.cgi?id=36191 |
| |
| Enabling accelerated compositing (AC) by default make 3 tests fail. |
| AC is more important now than these tests, so they are skipped until |
| fix and AC is enabled. |
| |
| * platform/qt/Skipped: |
| - animations/fill-mode-transform.html skipped |
| - animations/play-state.html skipped |
| - animations/simultaneous-start-left.html skipped |
| |
| 2010-03-17 Maciej Stachowiak <mjs@apple.com> |
| |
| Disable new plugin tests from r56079 on Gtk and Qt, since they are failing. |
| |
| * platform/gtk/Skipped: |
| * platform/qt/Skipped: |
| |
| 2010-03-17 Xan Lopez <xlopez@igalia.com> |
| |
| Skip a couple of failing tests in the bots. |
| |
| * platform/gtk/Skipped: |
| |
| 2010-03-16 John Abd-El-Malek <jam@chromium.org> |
| |
| Reviewed by Darin Fisher. |
| |
| Give keyboard focus to PluginDocuments by default |
| https://bugs.webkit.org/show_bug.cgi?id=36147 |
| |
| * http/tests/plugins/plugin-document-has-focus-expected.txt: Added. |
| * http/tests/plugins/plugin-document-has-focus.html: Added. |
| * http/tests/plugins/resources/plugin-document-has-focus.pl: Added. |
| * platform/gtk/Skipped: |
| * platform/mac/Skipped: |
| * platform/qt/Skipped: |
| * platform/win/Skipped: |
| |
| 2010-03-16 Chris Fleizach <cfleizach@apple.com> |
| |
| Reviewed by Darin Adler. |
| |
| REGRESSION (r53857): Crash when tabbing to <map> |
| https://bugs.webkit.org/show_bug.cgi?id=36017 |
| |
| Also fix the path to js-test-post.js in tab-imagemap.html. |
| |
| * fast/events/imagemap-norender-crash-expected.txt: Added. |
| * fast/events/imagemap-norender-crash.html: Added. |
| * fast/events/tab-imagemap-expected.txt: |
| * fast/events/tab-imagemap.html: |
| |
| 2010-03-16 Kenneth Russell <kbr@google.com> |
| |
| Reviewed by Eric Seidel. |
| |
| Temporarily disable WebGL layout tests failing due to multisampling |
| https://bugs.webkit.org/show_bug.cgi?id=36200 |
| |
| * platform/mac/Skipped: |
| |
| 2010-03-15 Ojan Vafai <ojan@chromium.org> |
| |
| Reviewed by Alexey Proskuryakov. |
| |
| fix webkit win test failures for smart delete |
| https://bugs.webkit.org/show_bug.cgi?id=36141 |
| |
| Works around https://bugs.webkit.org/show_bug.cgi?id=36140. |
| |
| * editing/deleting/smart-delete-004.html: |
| * editing/pasteboard/smart-paste-002.html: |
| * editing/pasteboard/smart-paste-005.html: |
| * editing/pasteboard/smart-paste-007.html: |
| * platform/mac/editing/pasteboard/smart-paste-002-expected.txt: |
| * platform/mac/editing/pasteboard/smart-paste-005-expected.txt: |
| |
| 2010-03-16 Alexey Proskuryakov <ap@apple.com> |
| |
| Reviewed by Darin Adler. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=36184 |
| YouTube video resizing doesn't work with OOP plug-ins |
| |
| This test is quite fragile, as it depends on when exactly WebCore decides to do layout. |
| If WebCore logic changes, the test will just always pass without executing the code path |
| in question. |
| |
| * plugins/resize-from-plugin-expected.txt: Added. |
| * plugins/resize-from-plugin.html: Added. |
| * plugins/resources/resize-from-plugin-frame.html: Added. |
| |
| 2010-03-16 Zhenyao Mo <zmo@google.com> |
| |
| Reviewed by Darin Fisher. |
| |
| Hook up WebGLContextAttributes to OpenGL context creation code |
| https://bugs.webkit.org/show_bug.cgi?id=33416 |
| |
| * fast/canvas/webgl/context-attributes-alpha-depth-stencil-antialias-expected.txt: Added. |
| * fast/canvas/webgl/context-attributes-alpha-depth-stencil-antialias.html: Added. |
| * fast/canvas/webgl/context-attributes-expected.txt: WebGL context attributes behavior changed with this fix. |
| * fast/canvas/webgl/context-attributes.html: Ditto. |
| * fast/canvas/webgl/gl-get-calls-expected.txt: Stencil buffer is enabled, thus Stencil Bits is no longer 0. |
| * fast/canvas/webgl/gl-get-calls.html: Ditto. |
| |
| 2010-03-16 Joanmarie Diggs <joanmarie.diggs@gmail.com> |
| |
| Reviewed by Xan Lopez. |
| |
| Added layout tests to get the number of rows and columns. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=35504 |
| [Gtk] Evaluate and fix AtkTable for layout tables |
| |
| * platform/gtk/accessibility/table-hierarchy.html: |
| * platform/gtk/accessibility/table-hierarchy-expected.txt: |
| |
| 2010-03-16 Pavel Feldman <pfeldman@chromium.org> |
| |
| Not reviewed: inspector http test fix that migrates it to the new inspector api. |
| |
| * http/tests/inspector/inspect-iframe-from-different-domain.html: |
| |
| 2010-03-11 Antonio Gomes <tonikitoo@webkit.org> |
| |
| Reviewed by Simon Fraser. |
| Patch by Antonio Gomes <tonikitoo@webkit.org> |
| |
| Spatial Navigation: Add a scrollIntoView call when focusing an element. |
| https://bugs.webkit.org/show_bug.cgi?id=36020 |
| |
| * platform/gtk/Skipped: Unskip snav-iframe-with-offscreen-element.html |
| |
| 2010-03-16 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk> |
| |
| [GStreamer] media/video-played-collapse.html |
| https://bugs.webkit.org/show_bug.cgi?id=36165 |
| |
| Skip apparently unreliable test. It used to fail locally and pass |
| on the bots, but the situation is inversed now. We need to |
| investigate this properly. |
| |
| * platform/gtk/Skipped: |
| |
| 2010-03-16 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Darin Adler. |
| |
| noscript tag should render when @sandbox disables JavaScript |
| https://bugs.webkit.org/show_bug.cgi?id=36092 |
| |
| Test that the noscript element renders when @sandbox disables |
| JavaScript. |
| |
| * fast/frames/sandboxed-iframe-noscript-expected.txt: Added. |
| * fast/frames/sandboxed-iframe-noscript.html: Added. |
| |
| 2010-03-15 Kent Tamura <tkent@chromium.org> |
| |
| Reviewed by Eric Seidel. |
| |
| Don't submit disabled menu options. |
| https://bugs.webkit.org/show_bug.cgi?id=35056 |
| |
| * fast/forms/menulist-disabled-selected-option-expected.txt: Added. |
| * fast/forms/menulist-disabled-selected-option.html: Added. |
| * fast/forms/menulist-submit-without-selection-expected.txt: Added. |
| * fast/forms/menulist-submit-without-selection.html: Added. |
| * fast/forms/script-tests/menulist-disabled-selected-option.js: Added. |
| * fast/forms/script-tests/menulist-submit-without-selection.js: Added. |
| |
| 2010-03-15 Adam Bergkvist <adam.bergkvist@ericsson.com> |
| |
| Reviewed by Adam Barth. |
| |
| According to the updated specification, a data field should always |
| result in a newline character being appended to the data buffer |
| regardless if the data buffer contains any data or not. However, upon |
| event dispatch, the last newline will be removed. This differs from an |
| older version of the specification where a newline character was |
| appended before the data value only if the buffer already contained |
| data. As a result, EventSource now supports receiving events with empty |
| data or newline characters only. Updated test accordingly. |
| https://bugs.webkit.org/show_bug.cgi?id=33210 |
| |
| * http/tests/eventsource/eventsource-parse-event-stream-expected.txt: |
| * http/tests/eventsource/eventsource-parse-event-stream.html: |
| * http/tests/eventsource/resources/event-stream.php: |
| |
| 2010-03-15 Valters Svabe <vsvabe@gmail.com> |
| |
| Reviewed by Darin Adler. |
| |
| :after selector displays in wrong place with nested div |
| https://bugs.webkit.org/show_bug.cgi?id=32288 |
| |
| * fast/css-generated-content/block-after-expected.txt: Added. |
| * fast/css-generated-content/block-after.html: Added. |
| |
| 2010-03-15 Chris Fleizach <cfleizach@apple.com> |
| |
| Unreviewed. |
| |
| VO not able to perform a VO-spacebar on facebook links |
| https://bugs.webkit.org/show_bug.cgi?id=36132 |
| |
| GTK needs to implement press in DRT before this test can work. |
| |
| * platform/gtk/Skipped: |
| |
| 2010-03-15 Chris Fleizach <cfleizach@apple.com> |
| |
| Unreviewed layout test fix. |
| |
| VO not able to perform a VO-spacebar on facebook links |
| https://bugs.webkit.org/show_bug.cgi?id=36132 |
| |
| This test must be skipped until https://bugs.webkit.org/show_bug.cgi?id=36145 is done. |
| |
| * platform/win/Skipped: |
| |
| 2010-03-15 Chris Fleizach <cfleizach@apple.com> |
| |
| Reviewed by Beth Dakin. |
| |
| VO not able to perform a VO-spacebar on facebook links |
| https://bugs.webkit.org/show_bug.cgi?id=36132 |
| |
| * accessibility/label-element-press-expected.txt: Added. |
| * accessibility/label-element-press.html: Added. |
| |
| 2010-03-15 Simon Fraser <simon.fraser@apple.com> |
| |
| Rubber-stamped by Dan Bernstein. |
| |
| Update some pixel results for composting tests; some were incorrect, and others had minor |
| pixel differences. |
| |
| * platform/mac/compositing/color-matching/image-color-matching-expected.checksum: |
| * platform/mac/compositing/color-matching/image-color-matching-expected.png: |
| * platform/mac/compositing/direct-image-compositing-expected.checksum: |
| * platform/mac/compositing/direct-image-compositing-expected.png: |
| * platform/mac/compositing/overflow/overflow-scroll-expected.checksum: |
| * platform/mac/compositing/overflow/overflow-scroll-expected.png: |
| * platform/mac/compositing/reflections/animation-inside-reflection-expected.checksum: |
| * platform/mac/compositing/reflections/animation-inside-reflection-expected.png: |
| * platform/mac/compositing/reflections/load-video-in-reflection-expected.checksum: |
| * platform/mac/compositing/reflections/load-video-in-reflection-expected.png: |
| * platform/mac/compositing/reflections/nested-reflection-animated-expected.checksum: |
| * platform/mac/compositing/reflections/nested-reflection-animated-expected.png: |
| * platform/mac/compositing/reflections/nested-reflection-transition-expected.checksum: |
| * platform/mac/compositing/reflections/nested-reflection-transition-expected.png: |
| * platform/mac/compositing/reflections/reflection-on-composited-expected.checksum: |
| * platform/mac/compositing/reflections/reflection-on-composited-expected.png: |
| * platform/mac/compositing/repaint/become-overlay-composited-layer-expected.checksum: Added. |
| * platform/mac/compositing/repaint/become-overlay-composited-layer-expected.png: Added. |
| * platform/mac/compositing/repaint/layer-repaint-rects-expected.checksum: |
| * platform/mac/compositing/repaint/layer-repaint-rects-expected.png: |
| |
| 2010-03-15 Andy Estes <aestes@apple.com> |
| |
| Reviewed by John Sullivan. |
| |
| These tests verify that scrollwheel events (both continuous and |
| non-continuous) generate the expected pixel deltas in scrollable |
| regions, and also generate DOM mousewheel events with expected |
| wheelDelta values. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=29601 |
| <rdar://problem/7453254> |
| |
| * fast/events/continuous-platform-wheelevent-in-scrolling-div-expected.txt: Added. |
| * fast/events/continuous-platform-wheelevent-in-scrolling-div.html: Added. |
| * fast/events/platform-wheelevent-in-scrolling-div-expected.txt: Added. |
| * fast/events/platform-wheelevent-in-scrolling-div.html: Added. |
| * fast/events/wheelevent-in-scrolling-div-expected.txt: Rebased |
| expected results due to change in test output formatting. |
| * fast/events/wheelevent-in-scrolling-div.html: Modified to use common |
| js logging and assertion functions. |
| * platform/gtk/Skipped: DRT support needed by tests not yet implemented |
| in GTK port. See https://bugs.webkit.org/show_bug.cgi?id=36003. |
| * platform/mac-tiger/Skipped: DRT support needed by tests not possible |
| to implement in Tiger. |
| * platform/qt/Skipped: DRT support for tests not yet implemented in Qt |
| port. See https://bugs.webkit.org/show_bug.cgi?id=36004. |
| * platform/win/Skipped: DRT support for tests not yet implemented in |
| Windows port. See https://bugs.webkit.org/show_bug.cgi?id=36002. |
| |
| 2010-03-15 Jian Li <jianli@chromium.org> |
| |
| Reviewed by Sam Weinig. |
| |
| Add DOMFormData.idl to expose FormData interface |
| https://bugs.webkit.org/show_bug.cgi?id=36024 |
| |
| Add a layout test to test sending FormData via XMLHttpRequest. Also |
| changed all test results that are affected by exposing FormData. |
| |
| * fast/dom/Window/window-properties-expected.txt: |
| * fast/dom/Window/window-property-descriptors-expected.txt: |
| * fast/dom/constructed-objects-prototypes-expected.txt: |
| * fast/dom/prototype-inheritance-2-expected.txt: |
| * fast/dom/prototype-inheritance-expected.txt: |
| * fast/js/global-constructors-expected.txt: |
| * http/tests/local/resources/send-form-data.js: Added. |
| * http/tests/local/send-form-data-expected.txt: Added. |
| * http/tests/local/send-form-data.html: Added. |
| * http/tests/xmlhttprequest/resources/multipart-post-echo.php: Added. |
| * platform/gtk/Skipped: |
| * platform/gtk/fast/dom/Window/window-properties-expected.txt: |
| * platform/qt/Skipped: |
| * platform/qt/fast/dom/Window/window-properties-expected.txt: |
| * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt: |
| * platform/qt/fast/dom/prototype-inheritance-expected.txt: |
| * platform/qt/fast/js/global-constructors-expected.txt: |
| * platform/win/Skipped: |
| |
| 2010-03-15 Patrik Persson <patrik.j.persson@ericsson.com> |
| |
| Reviewed by Darin Adler. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=32369 |
| |
| Revised test of storage/databases in sandboxed iframes. |
| |
| Verify that SECURITY_ERR is raised on access to |
| window.localStorage or window.openDatabase(). Also verify that |
| window.sessionStorage is now allowed in sandboxed iframes. |
| |
| WebKit would previously return null references in these cases. The |
| new behavior is in accordance with HTML5: |
| |
| - http://dev.w3.org/html5/webstorage/ (sections 4.2 and 4.3) |
| - http://dev.w3.org/html5/webdatabase/ (section 4.1) |
| - http://www.mail-archive.com/whatwg@lists.whatwg.org/msg19786.html |
| |
| * fast/frames/resources/sandboxed-iframe-storage-disallowed.html: expect exceptions, not null |
| * fast/frames/sandboxed-iframe-storage-expected.txt: expect exceptions, not null |
| |
| 2010-03-15 Tony Chang <tony@chromium.org> |
| |
| Reviewed by Darin Adler. |
| |
| option-pageup/down should move cursor on chromium mac |
| https://bugs.webkit.org/show_bug.cgi?id=36108 |
| |
| Remove waitUntilDone/notifyDone from the layout test, it's not needed |
| and causes timeouts on failure. |
| |
| * editing/input/option-page-up-down.html: |
| |
| 2010-03-12 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk> |
| |
| Reviewed by Eric Carlson. |
| |
| media/video-preload.html fails |
| https://bugs.webkit.org/show_bug.cgi?id=35793 |
| |
| Unskip the test that now passes. |
| |
| * platform/gtk/Skipped: |
| |
| 2010-03-15 Shu Chang <Chang.Shu@nokia.com> |
| |
| Reviewed by Holger Freyther. |
| |
| [Qt] Change and add expected results after the fix and also remove the test from Skipped. |
| https://bugs.webkit.org/show_bug.cgi?id=36060 |
| |
| * platform/qt/Skipped: |
| * platform/qt/fast/canvas/fillrect-gradient-zero-stops-expected.checksum: Added. |
| * platform/qt/fast/canvas/fillrect-gradient-zero-stops-expected.png: Added. |
| * platform/qt/fast/canvas/fillrect-gradient-zero-stops-expected.txt: |
| |
| 2010-03-15 MORITA Hajime <morrita@google.com> |
| |
| Reviewed by Alexey Proskuryakov. |
| |
| Selection.modify extends too far with 'lineboundary'. |
| https://bugs.webkit.org/show_bug.cgi?id=33413 |
| |
| * editing/selection/extend-selection-expected.txt: |
| * platform/win/editing/selection/extend-selection-expected.txt: |
| Updated result to correct expectation that described the wrong |
| behaviour for the selection expansion with 'lineboundary' |
| granularity. |
| |
| 2010-03-14 Yuzo Fujishima <yuzo@google.com> |
| |
| Reviewed by Shinichiro Hamaji. |
| |
| Always call PrintContext.end() from PrintContext::pageNumberForElement(). |
| |
| Without this change, WebKit remains in printing mode after determining the page number if the specified element is found. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=36049 |
| |
| * platform/gtk/Skipped: |
| * platform/mac/printing/return-from-printing-mode-expected.checksum: Added. |
| * platform/mac/printing/return-from-printing-mode-expected.png: Added. |
| * platform/mac/printing/return-from-printing-mode-expected.txt: Added. |
| * platform/qt/Skipped: |
| * platform/win/Skipped: |
| * printing/return-from-printing-mode.html: Added. |
| |
| 2010-03-14 Yael Aharon <yael.aharon@nokia.com> |
| |
| Reviewed by Darin Adler. |
| |
| Support for HTMLProgressElement |
| https://bugs.webkit.org/show_bug.cgi?id=35937 |
| |
| * fast/dom/HTMLProgressElement: Added. |
| * fast/dom/HTMLProgressElement/progress-element.html: Added. |
| * fast/dom/HTMLProgressElement/script-tests: Added. |
| * fast/dom/HTMLProgressElement/script-tests/TEMPLATE.html: Added. |
| * fast/dom/HTMLProgressElement/script-tests/set-progress-properties.js: Added. |
| * fast/dom/HTMLProgressElement/set-progress-properties.html: Added. |
| * platform/gtk/Skipped: |
| * platform/mac/Skipped: |
| * platform/qt/fast/dom/HTMLProgressElement: Added. |
| * platform/qt/fast/dom/HTMLProgressElement/progress-element-expected.checksum: Added. |
| * platform/qt/fast/dom/HTMLProgressElement/progress-element-expected.png: Added. |
| * platform/qt/fast/dom/HTMLProgressElement/progress-element-expected.txt: Added. |
| * platform/qt/fast/dom/HTMLProgressElement/set-progress-properties-expected.txt: Added. |
| |
| 2010-03-14 Oliver Hunt <oliver@apple.com> |
| |
| Reviewed by Darin Adler. |
| |
| REGRESSION(r53287): drop event is not fired if dataTransfer.dropEffect is not explicitly set |
| https://bugs.webkit.org/show_bug.cgi?id=36095 |
| |
| Correct this test to cover the somewhat bizarre "correct" handling |
| of undefined dropEffect |
| |
| * fast/events/drag-and-drop-expected.txt: |
| * fast/events/drag-and-drop.html: |
| |
| 2010-03-12 Shu Chang <chang.shu@nokia.com> |
| |
| Reviewed by David Levin. |
| |
| [Qt] Rebaseline the test and remove it from Skipped. |
| https://bugs.webkit.org/show_bug.cgi?id=36057 |
| |
| * platform/qt/Skipped: |
| * platform/qt/fast/canvas/canvas-size-change-after-layout-expected.checksum: Added. |
| * platform/qt/fast/canvas/canvas-size-change-after-layout-expected.png: Added. |
| * platform/qt/fast/canvas/canvas-size-change-after-layout-expected.txt: |
| |
| 2010-03-12 Dirk Schulze <krit@webkit.org> |
| |
| Reviewed by Nikolas Zimmermann. |
| |
| SVG Glyphs - transform path not context |
| https://bugs.webkit.org/show_bug.cgi?id=36070 |
| |
| Some tests don't look pixel perfect after the SVGFont changes (difference of 0.1%). |
| They just need an update. |
| Tests for the changes on other platforms than CG are |
| * svg/batik/text/textEffect.svg |
| * svg/batik/text/textEffect3.svg |
| * svg/W3C-SVG-1.1/pservers-grad-08-b.svg |
| |
| * platform/mac-leopard/svg/custom/svg-fonts-in-html-expected.checksum: |
| * platform/mac-leopard/svg/custom/svg-fonts-in-html-expected.png: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-03-t-expected.checksum: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-03-t-expected.png: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.checksum: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.png: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.checksum: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.png: |
| * platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.checksum: |
| * platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png: |
| * platform/mac/svg/batik/text/textEffect-expected.checksum: |
| * platform/mac/svg/batik/text/textEffect-expected.png: |
| * platform/mac/svg/batik/text/textEffect3-expected.checksum: |
| * platform/mac/svg/batik/text/textEffect3-expected.png: |
| * platform/mac/svg/text/selection-doubleclick-expected.png: |
| * platform/mac/svg/text/selection-tripleclick-expected.png: |
| |
| 2010-03-12 Enrica Casucci <enrica@apple.com> |
| |
| Reviewed by Simon Fraser. |
| |
| Content of 3D tests appears at the bottom right corner sometimes. |
| <rdar://problem/7556244> |
| <https://bugs.webkit.org/show_bug.cgi?id=36027> |
| |
| * compositing/geometry/horizontal-scroll-composited.html: Added. |
| * compositing/geometry/vertical-scroll-composited.html: Added. |
| * compositing/resources/apple.jpg: Added. |
| * platform/mac/compositing/geometry/horizontal-scroll-composited-expected.checksum: Added. |
| * platform/mac/compositing/geometry/horizontal-scroll-composited-expected.png: Added. |
| * platform/mac/compositing/geometry/horizontal-scroll-composited-expected.txt: Added. |
| * platform/mac/compositing/geometry/vertical-scroll-composited-expected.checksum: Added. |
| * platform/mac/compositing/geometry/vertical-scroll-composited-expected.png: Added. |
| * platform/mac/compositing/geometry/vertical-scroll-composited-expected.txt: Added. |
| |
| 2010-03-12 Dirk Schulze <krit@webkit.org> |
| |
| Unreviewed LayoutTest update. |
| |
| Result was not updated with r55930. |
| |
| * platform/mac/svg/custom/dominant-baseline-hanging-expected.txt: |
| |
| 2010-03-12 Dirk Schulze <krit@webkit.org> |
| |
| Reviewed by Nikolas Zimmermann. |
| |
| SVG fallback color doesn't work for bogus gradients. |
| https://bugs.webkit.org/show_bug.cgi?id=35479 |
| |
| We now use a fallback color on ignored gradients for one dimensional objects, |
| either a given fallback color or black as default. |
| This causes a change of one LayoutTest, because it was done manually in the |
| gradient PaintServer, without respecting a given fallback color. |
| |
| * platform/mac/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.txt: |
| * platform/mac/svg/custom/gradient-with-1d-boundingbox-expected.checksum: Added. |
| * platform/mac/svg/custom/gradient-with-1d-boundingbox-expected.png: Added. |
| * platform/mac/svg/custom/gradient-with-1d-boundingbox-expected.txt: Added. |
| * svg/custom/gradient-with-1d-boundingbox.svg: Added. |
| |
| 2010-03-12 Dmitry Titov <dimich@chromium.org> |
| |
| Not reviewed, build fix. |
| |
| Reverts 55920 and 55921. Landing for Jian Li. |
| |
| * fast/dom/Window/window-properties-expected.txt: |
| * fast/dom/Window/window-property-descriptors-expected.txt: |
| * fast/dom/constructed-objects-prototypes-expected.txt: |
| * fast/dom/prototype-inheritance-2-expected.txt: |
| * fast/dom/prototype-inheritance-expected.txt: |
| * fast/js/global-constructors-expected.txt: |
| * http/tests/local/resources/send-form-data.js: Removed. |
| * http/tests/local/send-form-data-expected.txt: Removed. |
| * http/tests/local/send-form-data.html: Removed. |
| * http/tests/xmlhttprequest/resources/multipart-post-echo.php: Removed. |
| * platform/gtk/Skipped: |
| * platform/gtk/fast/dom/Window/window-properties-expected.txt: |
| * platform/qt/Skipped: |
| * platform/qt/fast/dom/Window/window-properties-expected.txt: |
| * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt: |
| * platform/qt/fast/dom/prototype-inheritance-expected.txt: |
| * platform/qt/fast/js/global-constructors-expected.txt: |
| * platform/win/Skipped: |
| |
| 2010-03-11 Antonio Gomes <tonikitoo@webkit.org> |
| |
| Rubber-stamped by Kenneth Christiansen. |
| Patch by Antonio Gomes <tonikitoo@webkit.org> |
| |
| Make the timeout in 'snav-unit-overflow-and-scroll-in-direction.html' 10x shorter (from 500ms to 50ms) |
| |
| * fast/events/spatial-navigation/snav-unit-overflow-and-scroll-in-direction.html: |
| |
| 2010-03-12 Jian Li <jianli@chromium.org> |
| |
| Reviewed by Sam Weinig. |
| |
| Add DOMFormData.idl to expose FormData interface |
| https://bugs.webkit.org/show_bug.cgi?id=36024 |
| |
| Add a layout test to test sending FormData via XMLHttpRequest. Also |
| changed all test results that are affected by exposing FormData. |
| |
| * fast/dom/Window/window-properties-expected.txt: |
| * fast/dom/Window/window-property-descriptors-expected.txt: |
| * fast/dom/constructed-objects-prototypes-expected.txt: |
| * fast/dom/prototype-inheritance-2-expected.txt: |
| * fast/dom/prototype-inheritance-expected.txt: |
| * fast/js/global-constructors-expected.txt: |
| * http/tests/local/resources/send-form-data.js: Added. |
| * http/tests/local/send-form-data-expected.txt: Added. |
| * http/tests/local/send-form-data.html: Added. |
| * http/tests/xmlhttprequest/resources/multipart-post-echo.php: Added. |
| * platform/gtk/Skipped: |
| * platform/gtk/fast/dom/Window/window-properties-expected.txt: |
| * platform/qt/Skipped: |
| * platform/qt/fast/dom/Window/window-properties-expected.txt: |
| * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt: |
| * platform/qt/fast/dom/prototype-inheritance-expected.txt: |
| * platform/qt/fast/js/global-constructors-expected.txt: |
| * platform/win/Skipped: |
| |
| 2010-03-12 Alpha Lam <hclam@chromium.org> |
| |
| Reviewed by Eric Carlson. |
| |
| HTMLMediaElement crash when it is used after resource loading is canceled. |
| https://bugs.webkit.org/show_bug.cgi?id=35992 |
| |
| Adding a test to access the duration property of a video element after |
| resource loading was canceled. |
| |
| * http/tests/media/video-cancel-load-expected.txt: Added. |
| * http/tests/media/video-cancel-load.html: Added. |
| |
| 2010-03-05 Ojan Vafai <ojan@chromium.org> |
| |
| Reviewed by David Levin. |
| |
| Tests for smartdelete should only occur after double-click |
| https://bugs.webkit.org/show_bug.cgi?id=35314 |
| |
| Fixes the tests to make selections using the mouse in order |
| to force smart-delete. It also adds/modifies tests to have them correctly |
| identify cases where we are smart-deleting, but shouldn't be. |
| |
| Fixing to smart-delete only on mouse-based selections will be a followup patch. |
| |
| * editing/deleting/5390681-2.html: |
| * editing/deleting/non-smart-delete.html: Added. |
| * editing/deleting/smart-delete-001.html: |
| * editing/deleting/smart-delete-002.html: |
| * editing/deleting/smart-delete-003.html: |
| * editing/deleting/smart-delete-004.html: |
| * editing/editing.js: |
| (doubleClick): |
| (doubleClickAtSelectionStart): |
| * editing/pasteboard/4944770-2.html: |
| * editing/pasteboard/drag-drop-modifies-page.html: |
| * editing/pasteboard/smart-drag-drop.html: Added. |
| * editing/pasteboard/smart-paste-001.html: |
| * editing/pasteboard/smart-paste-002.html: |
| * editing/pasteboard/smart-paste-003.html: |
| * editing/pasteboard/smart-paste-004.html: |
| * editing/pasteboard/smart-paste-005.html: |
| * editing/pasteboard/smart-paste-007.html: |
| * editing/pasteboard/smart-paste-008.html: |
| * editing/selection/delete-word-granularity-text-control-expected.txt: Added. |
| * editing/selection/delete-word-granularity-text-control.html: Added. |
| * editing/selection/script-tests/delete-word-granularity-text-control.js: Added. |
| * editing/style/style-boundary-005.html: |
| * platform/mac/editing/deleting/non-smart-delete-expected.checksum: Added. |
| * platform/mac/editing/deleting/non-smart-delete-expected.png: Added. |
| * platform/mac/editing/deleting/non-smart-delete-expected.txt: Added. |
| * platform/mac/editing/deleting/smart-delete-001-expected.txt: |
| * platform/mac/editing/deleting/smart-delete-002-expected.txt: |
| * platform/mac/editing/deleting/smart-delete-003-expected.txt: |
| * platform/mac/editing/deleting/smart-delete-004-expected.txt: |
| * platform/mac/editing/pasteboard/drag-drop-modifies-page-expected.checksum: |
| * platform/mac/editing/pasteboard/drag-drop-modifies-page-expected.png: |
| * platform/mac/editing/pasteboard/drag-drop-modifies-page-expected.txt: |
| * platform/mac/editing/pasteboard/smart-drag-drop-expected.checksum: Added. |
| * platform/mac/editing/pasteboard/smart-drag-drop-expected.png: Added. |
| * platform/mac/editing/pasteboard/smart-drag-drop-expected.txt: Added. |
| * platform/mac/editing/pasteboard/smart-paste-001-expected.txt: |
| * platform/mac/editing/pasteboard/smart-paste-002-expected.txt: |
| * platform/mac/editing/pasteboard/smart-paste-003-expected.txt: |
| * platform/mac/editing/pasteboard/smart-paste-004-expected.txt: |
| * platform/mac/editing/pasteboard/smart-paste-005-expected.txt: |
| * platform/mac/editing/pasteboard/smart-paste-007-expected.txt: |
| * platform/mac/editing/pasteboard/smart-paste-008-expected.txt: |
| * platform/mac/editing/style/style-boundary-005-expected.checksum: |
| * platform/mac/editing/style/style-boundary-005-expected.png: |
| * platform/mac/editing/style/style-boundary-005-expected.txt: |
| |
| 2010-03-12 Dan Bernstein <mitz@apple.com> |
| |
| Reviewed by Darin Adler. |
| |
| <rdar://problem/7694674> Hover states not updated when overflow section scrolls under stationary mouse pointer |
| https://bugs.webkit.org/show_bug.cgi?id=35949 |
| |
| * fast/events/overflow-scroll-fake-mouse-move-expected.txt: Added. |
| * fast/events/overflow-scroll-fake-mouse-move.html: Added. |
| * fast/events/touch/basic-multi-touch-events.html: |
| * fast/events/touch/basic-single-touch-events.html: |
| |
| 2010-03-12 Csaba Osztrogonác <ossy@webkit.org> |
| |
| [Qt] css1/box_properties/acid_test.html failed in release mode (32 bit). |
| But it passes in debug mode (32 and 64 bit) and in release mode (64 bit). |
| |
| https://bugs.webkit.org/show_bug.cgi?id=33834 |
| |
| * platform/qt/Skipped: css1/box_properties/acid_test.html skipped again. |
| |
| 2010-03-12 Csaba Osztrogonác <ossy@webkit.org> |
| |
| [Qt] Now css1/box_properties/acid_test.html passes, so we can unskip it. |
| original bug: https://bugs.webkit.org/show_bug.cgi?id=33834 |
| |
| * platform/qt/Skipped: css1/box_properties/acid_test.html unskipped. |
| |
| 2010-03-12 Csaba Osztrogonác <ossy@webkit.org> |
| |
| [Qt] DRT failing on test introduced in r55499 |
| https://bugs.webkit.org/show_bug.cgi?id=35729 |
| |
| Now fast/events/zoom-dblclick.html passes, so we can unskip it. |
| |
| * platform/qt/Skipped: fast/events/zoom-dblclick.html unskipped. |
| |
| 2010-03-12 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk> |
| |
| Reviewed by Eric Carlson. |
| |
| [GTK] DRT does not handle cookie policy setting |
| https://bugs.webkit.org/show_bug.cgi?id=36056 |
| |
| Fix tests to request that the cookie acceptance policy always allows cookies. |
| |
| * http/tests/media/video-cookie.html: |
| * http/tests/media/video-referer.html: |
| |
| 2010-03-12 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk> |
| |
| [GTK] Fails fast/dom/Geolocation/maximum-age.htm |
| https://bugs.webkit.org/show_bug.cgi?id=36053 |
| |
| Skip new failing test. |
| |
| * platform/gtk/Skipped: |
| |
| 2010-03-12 Dan Winship <danw@gnome.org> |
| |
| Reviewed by Gustavo Noronha. |
| |
| Revert previous; the test passes now. |
| |
| * platform/gtk/Skipped: |
| |
| 2010-03-12 Jochen Eisinger <jochen@chromium.org> |
| |
| Reviewed by Jeremy Orlow. |
| |
| Test for referrer information being stripped when the header is removed in willSendRequest |
| https://bugs.webkit.org/show_bug.cgi?id=35920 |
| |
| * http/tests/security/no-referrer-expected.txt: Added. |
| * http/tests/security/no-referrer.html: Added. |
| * http/tests/security/resources/no-referrer-frame.php: Added. |
| * http/tests/security/resources/no-referrer.php: Added. |
| * platform/gtk/Skipped: |
| * platform/qt/Skipped: |
| |
| 2010-03-12 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Rubber-stamped by Dirk Schulze. |
| |
| Update two tests, whose pixel hash fail with --tolerance 0. No visible differences. |
| |
| * platform/mac/svg/custom/dominant-baseline-hanging-expected.checksum: |
| * platform/mac/svg/custom/dominant-baseline-hanging-expected.png: |
| * platform/mac/svg/custom/gradient-stop-corner-cases-expected.checksum: |
| * platform/mac/svg/custom/gradient-stop-corner-cases-expected.png: |
| |
| 2010-03-11 Shu Chang <Chang.Shu@nokia.com> |
| |
| Reviewed by David Levin. |
| |
| [Qt] Rebaseline the test and remove it from Skipped. |
| https://bugs.webkit.org/show_bug.cgi?id=35969 |
| |
| * platform/qt/Skipped: |
| * platform/qt/fast/canvas/canvas-resize-reset-expected.txt: |
| |
| 2010-03-11 Ryosuke Niwa <rniwa@webkit.org> |
| |
| Reviewed by Darin Adler. |
| |
| Applying h1 format to text node after HR tag fails to include first letter of text node. |
| https://bugs.webkit.org/show_bug.cgi?id=30148 |
| |
| This patch adds a test case to the above bug, which has been fixed by |
| http://trac.webkit.org/changeset/55705. |
| |
| * editing/style/heading-text-after-hr-expected.txt: Added. |
| * editing/style/heading-text-after-hr.html: Added. |
| |
| 2010-03-11 Jian Li <jianli@chromium.org> |
| |
| Reviewed by Dmitry Titov. |
| |
| Add more test cases for Blob.slice. |
| https://bugs.webkit.org/show_bug.cgi?id=36038 |
| |
| * http/tests/local/resources/abe.png: Copied from LayoutTests/editing/resources/abe.png. |
| * http/tests/local/resources/empty.txt: Copied from LayoutTests/http/tests/appcache/resources/empty.txt. |
| * http/tests/local/resources/send-sliced-dragged-file.js: |
| * http/tests/local/send-sliced-dragged-file-expected.txt: |
| * http/tests/resources/post-and-verify.cgi: Added. |
| * http/tests/resources/write-temp-file.php: |
| |
| 2010-03-11 Jian Li <jianli@chromium.org> |
| |
| Unreviewed. Added the test that time out on Tiger bot to mac-tiger/Skipped. |
| |
| * platform/mac-tiger/Skipped: |
| |
| 2010-03-11 Simon Fraser <simon.fraser@apple.com> |
| |
| No review. |
| |
| Need to turn on WebGL explicitly for these tests for Leopard. |
| |
| * compositing/webgl/webgl-background-color.html: |
| * compositing/webgl/webgl-reflection.html: |
| |
| 2010-03-11 Alexey Proskuryakov <ap@apple.com> |
| |
| Reviewed by Geoff Garen. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=35965 |
| <rdar://problem/7742771> Crash when passing an object returned from plug-in back to the plug-in |
| |
| * plugins/round-trip-npobject-expected.txt: Added. |
| * plugins/round-trip-npobject.html: Added. |
| |
| 2010-03-11 Dmitry Titov <dimich@chromium.org> |
| |
| Reviewed by Alexey Proskuryakov. |
| |
| Make appcache layouttests top-frame-*.html more robust for async checking event |
| https://bugs.webkit.org/show_bug.cgi?id=32047 |
| |
| Modified the tests to watch for all termination conditions, eliminating the hardcoded |
| assumed order of the events from separate async event sources. |
| Also added check for "noupdate" event. |
| |
| * http/tests/appcache/top-frame-2.html: Modified to be consistent with the other 2 tests. |
| * http/tests/appcache/top-frame-3-expected.txt: |
| * http/tests/appcache/top-frame-3.html: Used logic similar to top-frame-2.html to avoid assumption of the events order. |
| * http/tests/appcache/top-frame-4-expected.txt: |
| * http/tests/appcache/top-frame-4.html: Ditto. |
| |
| 2010-03-11 Martin Robinson <mrobinson@webkit.org> |
| |
| Reviewed by Adam Barth |
| |
| Convert editing/selection/5136696.html to dumpAsText |
| https://bugs.webkit.org/show_bug.cgi?id=34306 |
| |
| * editing/selection/5136696-expected.txt: Added. |
| * editing/selection/5136696.html: Use dumpAsText now. |
| * platform/gtk/Skipped: Unskip this test in GTK+ now that it has expected result. |
| * platform/mac/editing/selection/5136696-expected.checksum: Removed. |
| * platform/mac/editing/selection/5136696-expected.png: Removed. |
| * platform/mac/editing/selection/5136696-expected.txt: Removed. |
| * platform/qt/editing/selection/5136696-expected.txt: Removed. |
| * platform/win/editing/selection/5136696-expected.txt: Removed. |
| |
| 2010-03-11 Chris Fleizach <cfleizach@apple.com> |
| |
| Reviewed by Darin Adler. |
| |
| support lang attribute on <option> elements |
| https://bugs.webkit.org/show_bug.cgi?id=36021 |
| |
| * platform/mac/accessibility/option-with-lang-expected.txt: Added. |
| * platform/mac/accessibility/option-with-lang.html: Added. |
| |
| 2010-03-11 Diego Gonzalez <diego.gonzalez@openbossa.org> |
| |
| Reviewed by Simon Hausmann. |
| |
| [Qt] Access key modifier should be Ctrl+Alt for Darwin derived OS and Alt for the others |
| https://bugs.webkit.org/show_bug.cgi?id=35993 |
| |
| * platform/qt/Skipped: |
| |
| 2010-03-11 Chris Fleizach <cfleizach@apple.com> |
| |
| Unreviewed. |
| |
| VoiceOver can navigate to hidden content in widget (WAI-ARIA) |
| https://bugs.webkit.org/show_bug.cgi?id=35986 |
| |
| Wrong files were placed in skipped lists. |
| |
| * platform/gtk/Skipped: |
| |
| 2010-03-10 Steve Block <steveblock@google.com> |
| |
| Reviewed by Jeremy Orlow. |
| |
| Implements Geolocation maximumAge property |
| https://bugs.webkit.org/show_bug.cgi?id=30676 |
| |
| * fast/dom/Geolocation/resources/maximum-age.js: Added. Checks that a cached position is used only when it should be. |
| * fast/dom/Geolocation/maximum-age.html: Added. HTML wraper for above test. |
| * fast/dom/Geolocation/maximum-age-expected.txt: Added. Expected result for above test. |
| |
| 2010-03-11 Philippe Normand <pnormand@igalia.com> |
| |
| Unreviewed. |
| |
| Unskip the fixed test that was (accidently?) re-skipped in r54205. |
| |
| * platform/gtk/Skipped: |
| |
| 2010-03-11 Csaba Osztrogonác <ossy@webkit.org> |
| |
| [Qt] storage/open-database-creation-callback-isolated-world.html was introduced in r55823, |
| but layoutTestController.evaluateScriptInIsolatedWorld() is unimplemented now. |
| |
| * platform/qt/Skipped: storage/open-database-creation-callback-isolated-world.html skipped. |
| |
| 2010-03-10 Chris Fleizach <cfleizach@apple.com> |
| |
| Unreviewed. |
| |
| VoiceOver can navigate to hidden content in widget (WAI-ARIA) |
| https://bugs.webkit.org/show_bug.cgi?id=35986 |
| |
| Wrong files were placed in skipped lists. |
| |
| * platform/gtk/Skipped: |
| * platform/win/Skipped: |
| |
| 2010-03-10 Chris Fleizach <cfleizach@apple.com> |
| |
| Unreviewed. |
| |
| VoiceOver can navigate to hidden content in widget (WAI-ARIA) |
| https://bugs.webkit.org/show_bug.cgi?id=35986 |
| |
| Skip this test since it uses tables and lists, which are not |
| supported on Tiger/Leopard. |
| |
| * platform/mac-leopard/Skipped: |
| * platform/mac-tiger/Skipped: |
| |
| 2010-03-10 Chang Shu <chang.shu@nokia.com> |
| |
| Reviewed by Darin Adler. |
| |
| While calculating alpha channel, convert the floating point value to |
| an integer in [0, 256) with equal distribution. |
| Updated test results based on this new behavior. |
| https://bugs.webkit.org/show_bug.cgi?id=22150 |
| |
| * fast/canvas/canvas-alphaImageData-behavior-expected.txt: |
| * fast/canvas/canvas-alphaImageData-behavior.js: |
| * platform/qt/Skipped: |
| |
| 2010-03-10 Adam Barth <abarth@webkit.org> |
| |
| Unreviewed. |
| |
| http/tests/security/xss-DENIED-window-open-javascript-url.html timed out on Windows Debug Bot |
| https://bugs.webkit.org/show_bug.cgi?id=33349 |
| |
| Remove another test that has the same problem. We need to find a way |
| to relaibly test what happens when you mix JavaScript URLs and |
| window.open. |
| |
| * http/tests/security/xss-DENIED-window-open-javascript-url-leading-format-char-expected.txt: Removed. |
| * http/tests/security/xss-DENIED-window-open-javascript-url-leading-format-char.html: Removed. |
| |
| 2010-03-08 Dumitru Daniliuc <dumi@chromium.org> |
| |
| Reviewed by Adam Barth. |
| |
| Adding a test to test the creation callback passed to |
| openDatabase() and another one to make sure it is executed in the |
| correct world. |
| |
| Also, fixing fast/frames/sandboxed-iframe-storage.html: calling |
| openDatabase() without at least 4 parameters should always fail, |
| because the database name, version, description and estimated size |
| are not optional according to the spec. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=34726 |
| |
| * fast/frames/resources/sandboxed-iframe-storage-allowed.html: |
| * fast/frames/resources/sandboxed-iframe-storage-disallowed.html: |
| * fast/frames/sandboxed-iframe-storage-expected.txt: |
| * platform/qt/Skipped: |
| * storage/open-database-creation-callback-expected.txt: Added. |
| * storage/open-database-creation-callback.html: Added. |
| * storage/open-database-creation-callback-isolated-world-expected.txt: Added. |
| * storage/open-database-creation-callback-isolated-world.html: Added. |
| |
| 2010-03-10 Justin Schuh <jschuh@chromium.org> |
| |
| Reviewed by Adam Barth. |
| |
| Make Chrome consistently handle leading format characters in URLs |
| |
| https://bugs.webkit.org/show_bug.cgi?id=35948 |
| |
| * http/tests/security/xss-DENIED-window-open-javascript-url-leading-format-char-expected.txt: Added. |
| * http/tests/security/xss-DENIED-window-open-javascript-url-leading-format-char.html: Added. |
| |
| 2010-03-10 Chris Fleizach <cfleizach@apple.com> |
| |
| Skipping test on GTK and WIN. No Review. |
| |
| VoiceOver can navigate to hidden content in widget (WAI-ARIA) |
| https://bugs.webkit.org/show_bug.cgi?id=35986 |
| |
| Thought this test might pass on the other platforms, but no. |
| |
| * platform/gtk/Skipped: |
| * platform/win/Skipped: |
| |
| 2010-03-10 Chris Fleizach <cfleizach@apple.com> |
| |
| Reviewed by Beth Dakin. |
| |
| VoiceOver can navigate to hidden content in widget (WAI-ARIA) |
| https://bugs.webkit.org/show_bug.cgi?id=35986 |
| |
| * accessibility/aria-hidden-with-elements-expected.txt: Added. |
| * accessibility/aria-hidden-with-elements.html: Added. |
| |
| 2010-03-10 Dmitry Titov <dimich@chromium.org> |
| |
| Reviewed by Darin Adler. |
| |
| Make Document::postTask to use a single queue of tasks, to fire them in order |
| https://bugs.webkit.org/show_bug.cgi?id=35943 |
| |
| Updated the test since the order of events coming from independent task sources has changed. |
| This is a behavior change, but is consistent with the spec (which specifically says these events may be fired |
| in any order) and the last version of FF (3.5.8) which was completing the test successfully. |
| |
| * http/tests/appcache/top-frame-2-expected.txt: |
| * http/tests/appcache/top-frame-2.html: |
| |
| 2010-03-10 Antonio Gomes <tonikitoo@webkit.org> |
| |
| The test was introduced in r55796, it has been failing in Gtk bots since then. |
| |
| Filed bug https://bugs.webkit.org/show_bug.cgi?id=35984. |
| |
| * platform/gtk/Skipped: fast/events/spatial-navigation/snav-iframe-with-offscreen-focusable-element.html skipped until fix. |
| |
| 2010-03-10 Robert Hogan <robert@webkit.org> |
| |
| Reviewed by Simon Hausmann. |
| |
| [Qt] Add Support for WebKitEnableCaretBrowsing to Qt DRT |
| |
| Unskip test fast/events/multiline-link-arrow-navigation.html |
| |
| https://bugs.webkit.org/show_bug.cgi?id=35593 |
| |
| * platform/qt/Skipped: |
| |
| 2010-03-10 Brady Eidson <beidson@apple.com> |
| |
| Reviewed by Sam Weinig. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=35977 |
| |
| Turns out the previous attempt to clear/reset cookies wasn't working because of the way |
| the URLs for the .js and its .cgi were being resolved. |
| |
| So this is a better way to make the cookies consistent both before and after these tests. |
| |
| If this fails to make cookie-related tests reliable, then we might have to bite the bullet |
| and give DRT itself the ability to forcibly remove cookies via API methods. |
| |
| This would be bulletproof and could be automatic if a test declares itself "cookie sensitive" |
| but we'd lose the ability to reliably run these tests in the browser. :( |
| |
| * http/tests/cookies/resources/resetCookies.js: Added. |
| * http/tests/cookies/resources/third-party-cookie-relaxing-iframe.html: |
| * http/tests/cookies/third-party-cookie-relaxing.html: |
| * http/tests/plugins/resources/third-party-cookie-accept-policy-iframe.html: |
| * http/tests/plugins/third-party-cookie-accept-policy.html: |
| |
| 2010-03-10 Antonio Gomes <tonikitoo@webkit.org> |
| |
| Reviewed by Dave Hyatt. |
| Patch by Antonio Gomes <tonikitoo@webkit.org> |
| |
| Extend keyboard navigation to allow directional navigation (LayoutTests - part V) |
| https://bugs.webkit.org/show_bug.cgi?id=18662 |
| |
| This patch adds three LayoutTests that ensure the correctness of Spatial Navigation algorithm |
| in the following iframe related traversals: |
| |
| 1) All focusable elements in a <iframe> should be accessible. |
| 2) Focusable elements in an <iframe> should be accessible even when |
| current focused element is in another <iframe> in the same page. |
| |
| * fast/events/spatial-navigation/snav-iframe-no-focusable-content.html: Added. |
| * fast/events/spatial-navigation/snav-iframe-no-scrollable-content.html: Added. |
| * fast/events/spatial-navigation/snav-iframe-with-offscreen-focusable-element.html: Added. |
| |
| 2010-03-10 Antonio Gomes <tonikitoo@webkit.org> |
| |
| Reviewed by Dave Hyatt. |
| Patch by Antonio Gomes <tonikitoo@webkit.org> |
| |
| Extend keyboard navigation to allow directional navigation (LayoutTests - part IV) |
| https://bugs.webkit.org/show_bug.cgi?id=18662 |
| |
| This patch adds a LayoutTest that ensures that: |
| |
| 1) There is no unit overflow in the Spatial Navigation algorithm while |
| calculating the best node candidate to move focus to. To test that this |
| page positions some elements 10000000 pixels far from each other (distance |
| that can considered large enough for most of the Web Pages on the |
| Internet). |
| |
| 2) A best focusable candidate only gets focused if it is visible in the |
| current Viewport. Scroll-in-direction is performed otherwise. |
| |
| * fast/events/spatial-navigation/snav-unit-overflow-and-scroll-in-direction.html: Added. |
| |
| 2010-03-10 Antonio Gomes <tonikitoo@webkit.org> |
| |
| Reviewed by Dave Hyatt. |
| Patch by Antonio Gomes <tonikitoo@webkit.org> |
| |
| Extend keyboard navigation to allow directional navigation (LayoutTests - part III) |
| https://bugs.webkit.org/show_bug.cgi?id=18662 |
| |
| This patch adds two LayoutTests to ensure the correctness of the "Fully aligned" |
| precedence logic implemented by Spatial Navigation algorithm, either vertically or |
| horizontally: targets whose middle falls between the top and bottom of the current |
| focused element are preferably to move focus to, even if it is not the shortest distance. |
| |
| * fast/events/spatial-navigation/snav-fully-aligned-vertically.html: Added. |
| * fast/events/spatial-navigation/snav-fully-aligned-horizontally.html: Added. |
| |
| 2010-03-05 Dimitri Glazkov <dglazkov@chromium.org> |
| |
| Reviewed by Sam Weinig. |
| |
| Add one more parent check during node removal. |
| https://bugs.webkit.org/show_bug.cgi?id=35818 |
| |
| * fast/dom/Node/mutation-blur-expected.txt: Added. |
| * fast/dom/Node/mutation-blur.html: Added. |
| |
| 2010-03-10 Csaba Osztrogonác <ossy@webkit.org> |
| |
| [Qt] fast/multicol/hit-test-above-or-below.html fails |
| https://bugs.webkit.org/show_bug.cgi?id=35973 |
| |
| The test was introduced in r55546, it has been failing since then. |
| |
| * platform/qt/Skipped: fast/multicol/hit-test-above-or-below.html skipped until fix. |
| |
| 2010-03-07 Holger Hans Peter Freyther <zecke@selfish.org> |
| |
| Reviewed by Darin Adler. |
| |
| [CAIRO] DoS on iexploder test with high text stroke width. |
| https://bugs.webkit.org/show_bug.cgi?id=33759 |
| |
| Add a test case with the -webkit-text-stroke-width attribute |
| set to a high value to illustrate the issue. |
| |
| * fast/text/text-stroke-width-cairo-dos-expected.txt: Added. |
| * fast/text/text-stroke-width-cairo-dos.html: Added. |
| |
| 2010-03-10 Roland Steiner <rolandsteiner@chromium.org> |
| |
| Reviewed by David Levin. |
| |
| Bug 28293 - [Chromium] event.datatransfer.getdata("text/uri-list") is treated the same as getdata("URL") |
| https://bugs.webkit.org/show_bug.cgi?id=28293 |
| |
| Change ChromiumDataObject such that it treats types "URL" and "text/uri-list" |
| correctly for event.dataTransfer.getData/setData. Currently both are treated |
| as synonyms, but for "URL", getData is supposed to only return the first valid URL |
| contained within the data for "text/uri-list" (see HTML5 spec). |
| |
| Layout test checks various combinations in a drag-n-drop operation. |
| Skipping on all other platforms since they don't implement this correctly, either. |
| |
| * editing/pasteboard/dataTransfer-setData-getData.html: Added. |
| * editing/pasteboard/script-tests/dataTransfer-setData-getData.js: Added. |
| (dragTarget): |
| (moveMouseToCenterOfElement): |
| (dragOntoDragTarget): |
| (doDrop): |
| (test): |
| (runTest): |
| * platform/mac/Skipped: |
| * platform/gtk/Skipped: |
| * platform/qt/Skipped: |
| * platform/win/Skipped: |
| |
| 2010-03-09 Tony Chang <tony@chromium.org> |
| |
| Reviewed by Adam Barth. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=21840 |
| https://bugs.webkit.org/show_bug.cgi?id=23993 |
| |
| Fix an editing bug where replacing a selection would result in the |
| new text ending up inside nodes that were not visibly included in the |
| selection. Instead, move our destination position out of nodes that |
| were not visibly included. |
| |
| Two new tests to verify the new behavior. Because we're now inserting |
| outside of some formatting nodes, some span tags are no longer necessary |
| for undoing formatting caused by these formatting nodes. |
| |
| * editing/deleting/backspace-avoid-preceding-style-expected.txt: Added. |
| * editing/deleting/backspace-avoid-preceding-style.html: Added. |
| * editing/inserting/replace-at-visible-boundary-expected.txt: Added. |
| * editing/inserting/replace-at-visible-boundary.html: Added. |
| * platform/mac/editing/deleting/delete-3857753-fix-expected.txt: |
| * platform/mac/editing/inserting/insert-div-026-expected.txt: |
| * platform/mac/editing/pasteboard/paste-text-at-tabspan-001-expected.txt: |
| * platform/mac/editing/pasteboard/paste-text-at-tabspan-002-expected.txt: |
| * platform/mac/editing/style/font-family-with-space-expected.txt: |
| * platform/mac/editing/style/smoosh-styles-001-expected.txt: |
| * platform/mac/editing/style/style-boundary-005-expected.txt: |
| |
| 2010-03-09 Csaba Osztrogonác <ossy@webkit.org> |
| |
| [Qt] http/tests/plugins/third-party-cookie-accept-policy.html was introduced in r55738, |
| but layoutTestController.setAlwaysAcceptCookies() is missing. |
| |
| * platform/qt/Skipped: http/tests/plugins/third-party-cookie-accept-policy.html skipped. |
| |
| |
| 2010-03-03 Ojan Vafai <ojan@chromium.org> |
| |
| Reviewed by Adam Barth. |
| |
| undo after smartdelete should select the deleted space |
| https://bugs.webkit.org/show_bug.cgi?id=35713 |
| |
| * editing/undo/undo-smart-delete-reversed-selection-expected.txt: Added. |
| * editing/undo/undo-smart-delete-reversed-selection.html: Added. |
| * editing/undo/undo-smart-delete-word-expected.txt: Added. |
| * editing/undo/undo-smart-delete-word.html: Added. |
| |
| 2010-03-09 Anton Muhin <antonm@chromium.org> |
| |
| Reviewed by Darin Fisher. |
| |
| Accept and bailout NULL widgets in ChromiumBridge |
| https://bugs.webkit.org/show_bug.cgi?id=35796 |
| |
| * fast/frames/iframe-access-screen-of-deleted-expected.txt: Added. |
| * fast/frames/iframe-access-screen-of-deleted.html: Added. |
| |
| 2010-03-09 Gustavo Noronha Silva <gns@gnome.org> |
| |
| [GTK] Fails http/tests/plugins/third-party-cookie-accept-policy.html |
| https://bugs.webkit.org/show_bug.cgi?id=35942 |
| |
| Unreviewed. Skip test that fails, while we look for the |
| problem. This is likely a bug in soup. |
| |
| * platform/gtk/Skipped: |
| |
| 2010-03-09 Brady Eidson <beidson@apple.com> |
| |
| Reviewed by Alexey Proskuryakov. |
| |
| Fix my layouttest failures by resetting cookies before and after these new tests. |
| https://bugs.webkit.org/show_bug.cgi?id=26391 |
| |
| * http/tests/cookies/third-party-cookie-relaxing.html: |
| * http/tests/plugins/resources/third-party-cookie-accept-policy-iframe.html: |
| * http/tests/plugins/third-party-cookie-accept-policy.html: |
| |
| 2010-03-09 Brady Eidson <beidson@apple.com> |
| |
| Reviewed by Darin Adler. |
| |
| Plug-ins don't always respect the cookie accept policy. |
| <rdar://problem/7338359> and https://bugs.webkit.org/show_bug.cgi?id=26391 |
| |
| * http/tests/cookies/resources/cookie-utility.php: |
| * http/tests/plugins/resources/third-party-cookie-accept-policy-iframe.html: Added. |
| * http/tests/plugins/third-party-cookie-accept-policy.html: Added. |
| |
| 2010-03-09 Andy Estes <aestes@apple.com> |
| |
| Reviewed by Adele Peterson. |
| |
| Create a test for https://bugs.webkit.org/show_bug.cgi?id=34700. This |
| test required implementing scroll wheel event dispatch in DRT and |
| currently only works on OS X 10.5+. Skip this test on other platforms |
| for the time being. |
| |
| * fast/events/remove-child-onscroll-expected.txt: Added. |
| * fast/events/remove-child-onscroll.html: Added. |
| * platform/gtk/Skipped: Skip remove-child-onscroll.html |
| * platform/mac-tiger/Skipped: Skip remove-child-onscroll.html |
| * platform/qt/Skipped: Skip remove-child-onscroll.html |
| * platform/win/Skipped: Skip remove-child-onscroll.html |
| |
| 2010-03-09 Garret Kelly <gdk@chromium.org> |
| |
| Reviewed by Darin Adler. |
| |
| Fix send-oncancel-event. It uses js-test-post, not |
| js-test-post-function. |
| https://bugs.webkit.org/show_bug.cgi?id=35880 |
| |
| * fast/events/touch/script-tests/send-oncancel-event.js: |
| (touchcancelHandler): |
| |
| 2010-03-09 Simon Fraser <simon.fraser@apple.com> |
| |
| Skip media/video-source-error.html on SnowLeopard, beacuse it fails sporadically. |
| This is covered by https://bugs.webkit.org/show_bug.cgi?id=32270. |
| |
| * platform/mac-snowleopard/Skipped: |
| |
| 2010-03-09 Chris Fleizach <cfleizach@apple.com> |
| |
| Reviewed by Darin Adler. |
| |
| AX: hit testing a list box doesn't work anymore |
| https://bugs.webkit.org/show_bug.cgi?id=35893 |
| |
| * platform/mac/accessibility/listbox-hit-test-expected.txt: Added. |
| * platform/mac/accessibility/listbox-hit-test.html: Added. |
| |
| 2010-03-09 Csaba Osztrogonác <ossy@webkit.org> |
| |
| [Qt] editing/execCommand/move-selection-back-line.html fails in DRT. |
| https://bugs.webkit.org/show_bug.cgi?id=35921 |
| |
| * platform/qt/Skipped: editing/execCommand/move-selection-back-line.html skipped until fix. |
| |
| 2010-03-09 Csaba Osztrogonác <ossy@webkit.org> |
| |
| Unreviewed trivial fix. |
| |
| [Qt] perl websocket test(s) time out |
| https://bugs.webkit.org/show_bug.cgi?id=34879 |
| It was fixed by r55719, so we can unskip websocket/tests/cookies/httponly-cookie.pl. |
| |
| storage/open-database-creation-callback-isolated-world.html removed |
| from Skipped list, because it was removed from tree by r55635. |
| |
| * platform/qt/Skipped: |
| - websocket/tests/cookies/httponly-cookie.pl unskipped. |
| - storage/open-database-creation-callback-isolated-world.html unskipped. |
| |
| 2010-03-03 Fumitoshi Ukai <ukai@chromium.org> |
| |
| Reviewed by Alexey Proskuryakov. |
| |
| pywebsocket should support html and cgi in the same directory. |
| https://bugs.webkit.org/show_bug.cgi?id=34879 |
| |
| * websocket/tests/cookies: Removed. |
| * websocket/tests/cookies/echo-cookie_wsh.py: Removed. |
| * websocket/tests/cookies/httponly-cookie-expected.txt: Removed. |
| * websocket/tests/cookies/httponly-cookie.pl: Removed. |
| * websocket/tests/echo-cookie_wsh.py: Copied from LayoutTests/websocket/tests/cookies/echo-cookie_wsh.py. |
| * websocket/tests/httponly-cookie-expected.txt: Copied from LayoutTests/websocket/tests/cookies/httponly-cookie-expected.txt. |
| * websocket/tests/httponly-cookie.pl: Copied from LayoutTests/websocket/tests/cookies/httponly-cookie.pl. |
| |
| 2010-03-08 Kent Tamura <tkent@chromium.org> |
| |
| Reviewed by Adam Barth. |
| |
| Implement HTML5 <hgroup> element. |
| https://bugs.webkit.org/show_bug.cgi?id=33369 |
| |
| The new test file tests: |
| - <p> closing, |
| - Residual style, and |
| - FormatBlock. |
| |
| * fast/html/hgroup-element-expected.txt: Added. |
| * fast/html/hgroup-element.html: Added. |
| * fast/html/script-tests/hgroup-element.js: Added. |
| |
| 2010-03-08 Tony Chang <tony@chromium.org> |
| |
| Reviewed by Adam Barth. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=32131 |
| Work around a crash when inserting an ordered list. This was caused |
| by incorrect logic when trying to restore a range from a location. |
| We compute the offset using TextIterator, but were sometimes using |
| VisiblePosition::next() to iterate instead. |
| |
| * editing/execCommand/insert-ordered-list-expected.txt: Added. |
| * editing/execCommand/insert-ordered-list.html: Added. |
| |
| 2010-03-08 Dimitri Glazkov <dglazkov@chromium.org> |
| |
| Reviewed by Darin Fisher. |
| |
| [Chromium] Reset multiple form submission protection on mouse events. |
| https://bugs.webkit.org/show_bug.cgi?id=35128 |
| |
| * fast/forms/multiple-form-submission-protection-mouse-expected.txt: Copied from LayoutTests/editing/execCommand/copy-without-selection-expected.txt. |
| * fast/forms/multiple-form-submission-protection-mouse.html: Added. |
| |
| 2010-03-08 Joanmarie Diggs <joanmarie.diggs@gmail.com> |
| |
| Reviewed by Xan Lopez. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=30895 |
| [Gtk] The accessible hierarchy of tables is significantly incorrect for Atk |
| |
| * platform/gtk/accessibility/table-hierarchy.html: |
| * platform/gtk/accessibility/table-hierarchy-expected.txt: |
| |
| 2010-03-08 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Nate Chapin. |
| |
| [V8] Block popups from inline script |
| https://bugs.webkit.org/show_bug.cgi?id=35474 |
| |
| Test that we block popups generated from <script>window.open(...)</script>. |
| |
| * http/tests/security/popup-blocked-from-window-open-expected.txt: Added. |
| * http/tests/security/popup-blocked-from-window-open.html: Added. |
| |
| 2010-03-08 Brady Eidson <beidson@apple.com> |
| |
| Reviewed by Anders Carlsson. |
| |
| Relax the 3rd party cookie policy in cases where it won't add a new tracking vector. |
| <rdar://problem/7163012> and https://bugs.webkit.org/show_bug.cgi?id=35824 |
| |
| * http/tests/cookies/resources/cookie-utility.php: Added. |
| * http/tests/cookies/resources/third-party-cookie-relaxing-iframe.html: Added. |
| * http/tests/cookies/third-party-cookie-relaxing-expected.txt: Added. |
| * http/tests/cookies/third-party-cookie-relaxing.html: Added. |
| |
| * platform/gtk/Skipped: |
| * platform/qt/Skipped: |
| |
| 2010-03-08 Jian Li <jianli@chromium.org> |
| |
| Reviewed by Dmitry Titov. |
| |
| Blob.slice support. |
| https://bugs.webkit.org/show_bug.cgi?id=32993 |
| |
| Add a new layout test to test slicing and sending a file. In addition, |
| two new scripts are introduced to create and touch the temp file. |
| |
| Move some code from send-dragged-file.js to a new file |
| setup-file-input-element-for-drag.js so that it can be used by both |
| send-dragged-file.js and send-sliced-dragged-file.js to setup the input |
| element for the file dragging. |
| |
| Since the Blob.slice is only enabled for Mac, we disable the new test |
| for all other platforms. |
| |
| * fast/dom/Window/window-properties.html: |
| * http/tests/local/resources/file-for-drag-to-send.txt: |
| * http/tests/local/resources/send-dragged-file.js: |
| * http/tests/local/resources/send-sliced-dragged-file.js: Added. |
| * http/tests/local/resources/setup-file-input-element-for-drag.js: Added. |
| * http/tests/local/send-dragged-file.html: |
| * http/tests/local/send-sliced-dragged-file-expected.txt: Added. |
| * http/tests/local/send-sliced-dragged-file.html: Added. |
| * http/tests/resources/touch-temp-file.php: Added. |
| * http/tests/resources/write-temp-file.php: Added. |
| * platform/gtk/Skipped: |
| * platform/qt/Skipped: |
| * platform/win/Skipped: |
| |
| 2010-03-08 Daniel Bates <dbates@rim.com> |
| |
| Reviewed by Simon Fraser. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=34819 |
| |
| Tests that we do not repaint the caret rectangle when the associated selection is |
| not in a content editable element. |
| |
| * fast/repaint/no-caret-repaint-in-non-content-editable-element.html: Added. |
| * platform/mac/fast/repaint/no-caret-repaint-in-non-content-editable-element-expected.checksum: Added. |
| * platform/mac/fast/repaint/no-caret-repaint-in-non-content-editable-element-expected.png: Added. |
| * platform/mac/fast/repaint/no-caret-repaint-in-non-content-editable-element-expected.txt: Added. |
| |
| 2010-03-08 Shu Chang <Chang.Shu@nokia.com> |
| |
| Reviewed by Holger Freyther. |
| |
| [Qt] Added expected results and remove the test from Skipped. |
| https://bugs.webkit.org/show_bug.cgi?id=35810 |
| |
| * platform/qt/Skipped: |
| * platform/qt/fast/canvas/canvas-incremental-repaint-2-expected.checksum: Added. |
| * platform/qt/fast/canvas/canvas-incremental-repaint-2-expected.png: Added. |
| * platform/qt/fast/canvas/canvas-incremental-repaint-2-expected.txt: Added. |
| |
| 2010-03-08 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk> |
| |
| No review, rolling out r55662. |
| http://trac.webkit.org/changeset/55662 |
| https://bugs.webkit.org/show_bug.cgi?id=35863 |
| |
| Need to be coordinated with bots setup |
| |
| * http/conf/apache2-debian-httpd.conf: |
| |
| 2010-03-08 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk> |
| |
| Reviewed by Holger Freyther. |
| |
| [GTK] Tests fail when running with ipv6 addresses available, on Debian systems |
| https://bugs.webkit.org/show_bug.cgi?id=35863 |
| |
| Also listen for SSL requests on the ipv6 address. |
| |
| * http/conf/apache2-debian-httpd.conf: |
| |
| 2010-03-08 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk> |
| |
| [GTK] DRT needs to support synthesizing double clicks |
| https://bugs.webkit.org/show_bug.cgi?id=35862 |
| |
| Skip test that needs a new feature in DRT. |
| |
| * platform/gtk/Skipped: |
| |
| 2010-03-08 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk> |
| |
| Unreviewed. Rebaseline two tests that had their expected results |
| changed. |
| |
| * platform/gtk/inspector/timeline-network-resource-expected.txt: |
| * platform/gtk/svg/css/getComputedStyle-basic-expected.txt: |
| |
| 2010-03-07 Kent Tamura <tkent@chromium.org> |
| |
| Reviewed by Eric Seidel. |
| |
| Fix a bug that validity.valueMissing for a radio button with required |
| in a form element always returns true. |
| https://bugs.webkit.org/show_bug.cgi?id=35472 |
| |
| Add tests for radio buttons in a form element, and merge an existing |
| radio button test to ValidityState-valueMissing-radio.html. |
| |
| * fast/forms/ValidityState-valueMissing-007-expected.txt: Removed. |
| * fast/forms/ValidityState-valueMissing-007.html: Removed. |
| * fast/forms/ValidityState-valueMissing-radio-expected.txt: Added. |
| * fast/forms/ValidityState-valueMissing-radio.html: Added. |
| * fast/forms/script-tests/ValidityState-valueMissing-radio.js: Added. |
| |
| 2010-03-07 Sam Weinig <sam@webkit.org> |
| |
| Reviewed by Dan Bernstein. |
| |
| Remove inconsistent "Too few arguments" handling for window.atob() and window.btoa() |
| https://bugs.webkit.org/show_bug.cgi?id=35848 |
| |
| * fast/dom/Window/atob-btoa-expected.txt: |
| * fast/dom/Window/atob-btoa.html: |
| |
| 2010-03-07 Dan Bernstein <mitz@apple.com> |
| |
| Reviewed by Simon Fraser. |
| |
| <rdar://problem/7722008> Column breaking ignores floats |
| https://bugs.webkit.org/show_bug.cgi?id=35837 |
| |
| * fast/multicol/float-truncation-expected.txt: Added. |
| * fast/multicol/float-truncation.html: Added. |
| |
| 2010-03-07 Dmitry Titov <dimich@chromium.org> |
| |
| Not reviewed. Revert of r55593 which caused a regression of worker-cloneports.html. |
| |
| REGRESSION(55593?): fast/workers/worker-cloneport.html is timing out on Leopard |
| https://bugs.webkit.org/show_bug.cgi?id=35819 |
| |
| * fast/frames/resources/sandboxed-iframe-storage-allowed.html: |
| * fast/frames/resources/sandboxed-iframe-storage-disallowed.html: |
| * fast/frames/sandboxed-iframe-storage-expected.txt: |
| * storage/open-database-creation-callback-expected.txt: Removed. |
| * storage/open-database-creation-callback-isolated-world-expected.txt: Removed. |
| * storage/open-database-creation-callback-isolated-world.html: Removed. |
| * storage/open-database-creation-callback.html: Removed. |
| * platform/qt/Skipped: |
| * platform/mac-leopard/Skipped: Enable the temporarily disabled test back. |
| |
| 2010-03-06 Joanmarie Diggs <joanmarie.diggs@gmail.com> |
| |
| Reviewed by Eric Seidel. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=30895 |
| [Gtk] The accessible hierarchy of tables is significantly incorrect for Atk |
| |
| * platform/gtk/accessibility/table-hierarchy.html: Added. |
| * platform/gtk/accessibility/table-hierarchy-expected.txt: Added. |
| |
| 2010-03-06 Hironori Bono <hbono@chromium.org> |
| |
| Reviewed by Eric Seidel. |
| |
| [Chromium] Typing into Flash with wmode = opaque|transparent and |
| non-latin language active outputs as if US keyboard layout active |
| |
| https://bugs.webkit.org/show_bug.cgi?id=34936 |
| |
| Added a layout test that verifies a plugin can receive keyboard events. |
| Unfortunately, this test works only on Mac. |
| |
| * platform/gtk/Skipped: Skipped the new test because of the lack of eventSender. |
| * platform/qt/Skipped: ditto. |
| * platform/win/Skipped: Skipped the new test because NPP_HandleEvent() is not implemented. |
| * plugins/keyboard-events-expected.txt: Added. |
| * plugins/keyboard-events.html: Added. |
| |
| 2010-03-06 MORITA Hajime <morrita@google.com> |
| |
| Reviewed by Darin Adler. |
| |
| Moved implementations of window.btoa() and window.atob() from |
| JSDOMWindow to DOMWindow, and make V8DOMWindow use DOMWindow |
| functions instead of having a separate implementation. As a side effect, the |
| error message has changed from "Cannot decode base64" to one that |
| indicates DOM Exception, which is compatible to Firefox. |
| |
| Refactoring: window.btoa() and window.atob() should be implemented on DOMWindow |
| https://bugs.webkit.org/show_bug.cgi?id=35723 |
| |
| * fast/dom/Window/atob-btoa-expected.txt: |
| Rebaselined expectation due to change of error message. |
| |
| 2010-03-06 Shu Chang <Chang.Shu@nokia.com> |
| |
| Reviewed by Kenneth Rohde Christiansen. |
| |
| [Qt] Added expected results and removed the test from Skipped. |
| https://bugs.webkit.org/show_bug.cgi?id=35806 |
| |
| * platform/qt/Skipped: |
| * platform/qt/fast/canvas/canvasDrawingIntoSelf-expected.checksum: Added. |
| * platform/qt/fast/canvas/canvasDrawingIntoSelf-expected.png: Added. |
| * platform/qt/fast/canvas/canvasDrawingIntoSelf-expected.txt: Added. |
| |
| 2010-03-05 Tony Chang <tony@chromium.org> |
| |
| Reviewed by Eric Seidel. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=33247 |
| Backwards cursor movement incorrect when previous block ends with <br>. |
| |
| If the cursor is trying to move into a node that has a height of 0, |
| skip over it. |
| |
| * editing/execCommand/move-selection-back-line-expected.txt: Added. |
| * editing/execCommand/move-selection-back-line.html: Added. |
| |
| 2010-03-05 Chris Fleizach <cfleizach@apple.com> |
| |
| Reviewed by Eric Seidel. |
| |
| WAI-ARIA live region doesn't appear when <div> only has a <div> child |
| https://bugs.webkit.org/show_bug.cgi?id=35751 |
| |
| * platform/mac/accessibility/div-containing-div-with-aria-expected.txt: Added. |
| * platform/mac/accessibility/div-containing-div-with-aria.html: Added. |
| |
| 2010-03-05 Dmitry Titov <dimich@chromium.org> |
| |
| Reviewed by David Levin. |
| |
| [v8] Remove wrong assert in GC callback |
| https://bugs.webkit.org/show_bug.cgi?id=35757 |
| |
| * fast/workers/resources/wrapper-map-gc.js: Added. |
| * fast/workers/wrapper-map-gc.html: Added. |
| * fast/workers/wrapper-map-gc-expected.txt: Added. |
| |
| 2010-03-05 Alex Milowski <alex@milowski.com> |
| |
| Reviewed by Kenneth Rohde Christiansen. |
| |
| Added tests for row and operator stretching. |
| Updated over, underover, and subsup due to row/operators in use. |
| |
| * mathml/presentation/mo.xhtml: Added. |
| * mathml/presentation/row.xhtml: Added. |
| * platform/mac/mathml/presentation/mo-expected.checksum: Added. |
| * platform/mac/mathml/presentation/mo-expected.png: Added. |
| * platform/mac/mathml/presentation/mo-expected.txt: Added. |
| * platform/mac/mathml/presentation/over-expected.checksum: |
| * platform/mac/mathml/presentation/over-expected.png: |
| * platform/mac/mathml/presentation/over-expected.txt: |
| * platform/mac/mathml/presentation/row-expected.checksum: Added. |
| * platform/mac/mathml/presentation/row-expected.png: Added. |
| * platform/mac/mathml/presentation/row-expected.txt: Added. |
| * platform/mac/mathml/presentation/subsup-expected.txt: |
| * platform/mac/mathml/presentation/underover-expected.checksum: |
| * platform/mac/mathml/presentation/underover-expected.png: |
| * platform/mac/mathml/presentation/underover-expected.txt: |
| |
| 2010-03-05 Dean Jackson <dino@apple.com> |
| |
| Reviewed by Simon Fraser. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=35772 |
| Animation fill modes should be supported in the shorthand property |
| |
| Testcase for animation shorthand property (appears to be |
| the first of its kind). |
| |
| * animations/animation-shorthand-expected.txt: Added. |
| * animations/animation-shorthand.html: Added. |
| |
| 2010-03-05 Eric Seidel <eric@webkit.org> |
| |
| No review. Skipping recently regressed test to unblock the commit-queue (20 patches waiting). |
| |
| REGRESSION(55593?): fast/workers/worker-cloneport.html is timing out on Leopard |
| https://bugs.webkit.org/show_bug.cgi?id=35819 |
| |
| * platform/mac-leopard/Skipped: |
| |
| 2010-03-05 Dean Jackson <dino@apple.com> |
| |
| Reviewed by Simon Fraser |
| |
| https://bugs.webkit.org/show_bug.cgi?id=35815 |
| Animation fill mode tests break on Windows |
| |
| * animations/fill-mode-transform-expected.txt: |
| * animations/fill-mode-transform.html: |
| - use the real expected values, rather than |
| try to get the test to pass on Snow Leopard. |
| * platform/mac-leopard/Skipped: |
| - remove the skip entry for the test above |
| * platform/mac-snowleopard/Skipped: |
| - skip this test on Snow Leopard while |
| hardware acceleration gives the wrong |
| value for computed style. |
| See bug 35714. |
| |
| 2010-03-05 Simon Fraser <simon.fraser@apple.com> |
| |
| Reviewed by Darin Adler. |
| |
| Assertion ASSERTION FAILED: rootLayer == m_clipRectsRoot at hulu.com |
| https://bugs.webkit.org/show_bug.cgi?id=34065 |
| <rdar://problem/7573509> |
| |
| Testcase with an object element and a RenderLayer sibling. |
| |
| * compositing/geometry/object-clip-rects-assertion-expected.txt: Added. |
| * compositing/geometry/object-clip-rects-assertion.html: Added. |
| |
| 2010-03-05 Dean Jackson <dino@apple.com> |
| |
| No review. |
| |
| Disabling animations/fill-mode-transform.html on Leopard |
| due to https://bugs.webkit.org/show_bug.cgi?id=35714 |
| |
| * platform/mac-leopard/Skipped: |
| |
| 2010-03-05 Simon Fraser <simon.fraser@apple.com> |
| |
| Reviewed by Dan Bernstein. |
| |
| MobileMe movie page is missing playback controls |
| https://bugs.webkit.org/show_bug.cgi?id=35805 |
| <rdar://problem/7653169> |
| |
| Testcase with a layer that becomes composited as a result of clipping a |
| video element, with a later sibling that should get composited. |
| |
| * compositing/overflow/overflow-compositing-descendant.html: Added. |
| * platform/mac/compositing/overflow/overflow-compositing-descendant-expected.checksum: Added. |
| * platform/mac/compositing/overflow/overflow-compositing-descendant-expected.png: Added. |
| * platform/mac/compositing/overflow/overflow-compositing-descendant-expected.txt: Added. |
| |
| 2010-03-04 Dumitru Daniliuc <dumi@chromium.org> |
| |
| Reviewed by Adam Barth. |
| |
| Adding a test to test the creation callback passed to |
| openDatabase() and another one to make sure it is executed in the |
| correct world. |
| |
| Also, fixing fast/frames/sandboxed-iframe-storage.html: calling |
| openDatabase() without at least 4 parameters should always fail, |
| because the database name, version, description and estimated size |
| are not optional according to the spec. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=34726 |
| |
| * fast/frames/resources/sandboxed-iframe-storage-allowed.html: |
| * fast/frames/resources/sandboxed-iframe-storage-disallowed.html: |
| * fast/frames/sandboxed-iframe-storage-expected.txt: |
| * platform/qt/Skipped: |
| * storage/open-database-creation-callback-expected.txt: Added. |
| * storage/open-database-creation-callback.html: Added. |
| * storage/open-database-creation-callback-isolated-world-expected.txt: Added. |
| * storage/open-database-creation-callback-isolated-world.html: Added. |
| |
| 2010-03-05 Brian Weinstein <bweinstein@apple.com> |
| |
| Update getComputedStyle results on Windows. |
| |
| * platform/win/fast/css/getComputedStyle/computed-style-expected.txt: |
| * platform/win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: |
| |
| 2010-03-05 Eric Carlson <eric.carlson@apple.com> |
| |
| Unreviewed, build fix. |
| |
| Use a movie that will hopefully fail to open less often on a headless |
| SnowLeopard buildbot. |
| |
| * media/video-preload-expected.txt: |
| * media/video-preload.html: Use test.mp4 instead of silence.mpg. |
| |
| 2010-03-05 Eric Carlson <eric.carlson@apple.com> |
| |
| Unreviewed, build fix. |
| |
| media/video-preload.html fails on GTK, skip it. |
| |
| * platform/gtk/Skipped: |
| |
| 2010-03-04 Eric Carlson <eric.carlson@apple.com> |
| |
| Reviewed by Adele Peterson. |
| |
| <rdar://problem/7718442> Implement 'preload=none' |
| https://bugs.webkit.org/show_bug.cgi?id=35789 |
| |
| Functional test of the 'proload' attribute. |
| |
| * media/video-preload-expected.txt: Added. |
| * media/video-preload.html: Added. |
| * platform/win/Skipped: Skip on Windows for now. |
| |
| 2010-03-03 Antonio Gomes <tonikitoo@webkit.org> |
| |
| Reviewed by Holger Freyther |
| Patch by Antonio Gomes <tonikitoo@webkit.org> |
| |
| [Gtk] Implement setSpatialNavigationEnabled in DRT. |
| https://bugs.webkit.org/show_bug.cgi?id=35705 |
| |
| * platform/gtk/Skipped: |
| |
| 2010-03-03 Antonio Gomes <tonikitoo@webkit.org> |
| |
| Reviewed by Kenneth Christiansen. |
| Patch by Antonio Gomes <tonikitoo@webkit.org> |
| |
| Extend keyboard navigation to allow directional navigation (LayoutTests - part II) |
| https://bugs.webkit.org/show_bug.cgi?id=18662 |
| |
| This patch adds two LayoutTest to ensure the basic table traversal correctness of |
| Spatial Navigation (SNav) algorithm: focusable elements in a <table> should be accessible. |
| |
| * fast/events/spatial-navigation/snav-table-traversal.html: Added. |
| Makes sure all elements in a <table> are accessible via Spatial Navigation. |
| * fast/events/spatial-navigation/snav-tiny-table-traversal.html: Added. |
| Tests the similar table traversal scenario as above, but in this case the elements |
| in the <table> are styled with 'font-size: small'. That way this test also validades |
| that overlapping rects of elements too closed from each other are correctly handled. |
| |
| 2010-03-02 Antonio Gomes <tonikitoo@webkit.org> |
| |
| Reviewed by Kenneth Christiansen. |
| Patch by Antonio Gomes <tonikitoo@webkit.org> |
| |
| Extend keyboard navigation to allow directional navigation (LayoutTests - part I) |
| https://bugs.webkit.org/show_bug.cgi?id=18662 |
| |
| This patch adds support for auto testing the spatial navigation feature by: |
| |
| 1) Creating the directory where the tests are going to live in, named |
| fast/events/spatial-navigation/. |
| 2) Skipping this directory by Mac, Qt, Gtk and Win. |
| 3) Adding a JS file drives the test execution by processing, for each test, |
| a given set of arrow key actions and verify if the right expected Element |
| got the focus after each event processed. This file is |
| fast/events/spatial-navigation/resources/spatial-navigation-utils.js |
| |
| * LayoutTests/fast/events/spatial-navigation/snav-vertical-superprecedence.html: Added. |
| |
| 2010-03-05 Dean Jackson <dino@apple.com> |
| |
| Reviewed by Simon Fraser and Chris Marrin. |
| |
| Bug 26869: Add fill modes for CSS Animations |
| https://bugs.webkit.org/show_bug.cgi?id=26869 |
| |
| Add tests for -webkit-animation-fill-mode property, |
| and update existing computed style tests with the |
| new property. |
| |
| * animations/computed-style-expected.txt: |
| * animations/computed-style.html: |
| * animations/fill-mode-expected.txt: Added. |
| * animations/fill-mode-removed-expected.txt: Added. |
| * animations/fill-mode-removed.html: Added. |
| * animations/fill-mode-transform-expected.txt: Added. |
| * animations/fill-mode-transform.html: Added. |
| * animations/fill-mode.html: Added. |
| * animations/fill-unset-properties-expected.txt: |
| * animations/fill-unset-properties.html: |
| * fast/css/getComputedStyle/computed-style-expected.txt: |
| * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: |
| * platform/mac/fast/css/getComputedStyle/computed-style-expected.txt: |
| * platform/mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: |
| * svg/css/getComputedStyle-basic-expected.txt: |
| |
| 2010-03-05 Fumitoshi Ukai <ukai@chromium.org> |
| |
| Reviewed by Alexey Proskuryakov. |
| |
| WebSocket test to transfer null character |
| https://bugs.webkit.org/show_bug.cgi?id=35715 |
| |
| * websocket/tests/null-character-expected.txt: Added. |
| * websocket/tests/null-character.html: Added. |
| * websocket/tests/script-tests/null-character.js: Added. |
| |
| 2010-03-05 Fumitoshi Ukai <ukai@chromium.org> |
| |
| Reviewed by Alexey Proskuryakov. |
| |
| WebSocket onmessageerror event handler |
| https://bugs.webkit.org/show_bug.cgi?id=35570 |
| |
| * websocket/tests/error-detect-expected.txt: Added. |
| * websocket/tests/error-detect.html: Added. |
| * websocket/tests/script-tests/error-detect.js: Added. |
| * websocket/tests/unknown-frame-type_wsh.py: Added. |
| |
| 2010-03-04 Fumitoshi Ukai <ukai@chromium.org> |
| |
| Reviewed by Alexey Proskuryakov. |
| |
| WebSocket crash bug when reloading the page while the WebSocket is busy |
| https://bugs.webkit.org/show_bug.cgi?id=35732 |
| |
| * websocket/tests/reload-crash-expected.txt: Added. |
| * websocket/tests/reload-crash.html: Added. |
| * websocket/tests/resoures/reload-crash-iframe.html: Added. |
| |
| 2010-03-04 MORITA Hajime <morrita@google.com> |
| |
| Reviewed by Alexey Proskuryakov. |
| |
| Refactoring: XMLHTTPRequest.open() should have all overloaded implementations |
| https://bugs.webkit.org/show_bug.cgi?id=35630 |
| |
| * http/tests/xmlhttprequest/open-async-overload-expected.txt: Added. |
| * http/tests/xmlhttprequest/open-async-overload.html: Added. |
| |
| 2010-03-04 Tony Chang <tony@chromium.org> |
| |
| Reviewed by Eric Seidel. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=18819 |
| Pressing option+page{down,up} should move the cursor and scroll in |
| content editable areas. On other platforms, pressing page{down,up} |
| should move the cursor and scroll in content editable areas. |
| |
| * editing/input/option-page-up-down-expected.txt: Added. |
| * editing/input/option-page-up-down.html: Added. |
| |
| 2010-03-03 Oliver Hunt <oliver@apple.com> |
| |
| Reviewed by Gavin Barraclough. |
| |
| Allow static property getters to interact with JSCs caching |
| https://bugs.webkit.org/show_bug.cgi?id=35716 |
| |
| Add tests to ensure nothing horrifying happens to static property |
| getters if they're in a path where we end up caching lookups. |
| |
| * fast/js/pic/cached-named-property-getter-expected.txt: Added. |
| * fast/js/pic/cached-named-property-getter.html: Added. |
| |
| 2010-03-04 James Robinson <jamesr@chromium.org> |
| |
| Reviewed by Dimitri Glazkov. |
| |
| Tests for setting an select's options.length attribute. |
| https://bugs.webkit.org/show_bug.cgi?id=33983 |
| |
| * fast/forms/script-tests/select-set-length-optgroup.js: Added. |
| * fast/forms/script-tests/select-set-length-with-mutation-remove.js: Added. |
| (gc): |
| (onRemove): |
| * fast/forms/script-tests/select-set-length-with-mutation-reorder.js: Added. |
| (onRemove): |
| * fast/forms/script-tests/select-set-length-with-mutation-reparent.js: Added. |
| (onRemove): |
| * fast/forms/script-tests/select-set-length-with-mutation.js: Added. |
| (sel): |
| * fast/forms/script-tests/select-set-length.js: Added. |
| * fast/forms/select-set-length-expected.txt: Added. |
| * fast/forms/select-set-length-optgroup-expected.txt: Added. |
| * fast/forms/select-set-length-optgroup.html: Added. |
| * fast/forms/select-set-length-with-mutation-expected.txt: Added. |
| * fast/forms/select-set-length-with-mutation-remove-expected.txt: Added. |
| * fast/forms/select-set-length-with-mutation-remove.html: Added. |
| * fast/forms/select-set-length-with-mutation-reorder-expected.txt: Added. |
| * fast/forms/select-set-length-with-mutation-reorder.html: Added. |
| * fast/forms/select-set-length-with-mutation-reparent-expected.txt: Added. |
| * fast/forms/select-set-length-with-mutation-reparent.html: Added. |
| * fast/forms/select-set-length-with-mutation.html: Added. |
| * fast/forms/select-set-length.html: Added. |
| |
| 2010-03-04 Nate Chapin <japhet@chromium.org> |
| |
| Reviewed by Kenneth Rohde Christiansen. |
| |
| Test for https://bugs.webkit.org/show_bug.cgi?id=35547. |
| |
| * fast/loader/repeat-same-document-navigation-expected.txt: Added. |
| * fast/loader/repeat-same-document-navigation.html: Added. |
| |
| 2010-03-04 Dan Bernstein <mitz@apple.com> |
| |
| Reviewed by Simon Fraser. |
| |
| Added test for hit-testing points above or below the column rect. |
| |
| * fast/multicol/hit-test-above-or-below-expected.txt: Added. |
| * fast/multicol/hit-test-above-or-below.html: Added. |
| |
| 2010-03-04 Diego Gonzalez <diego.gonzalez@openbossa.org> |
| |
| Reviewed by Simon Hausmann. |
| |
| Make Qt DumpRenderTree EventSender able to send double click events |
| |
| LayoutTests: |
| fast/events/dblclick-addEventListener.html |
| |
| [Qt] DRT: Send double click event from EventSender |
| https://bugs.webkit.org/show_bug.cgi?id=35255 |
| |
| * platform/qt/Skipped: |
| |
| 2010-03-04 Shu Chang <Chang.Shu@nokia.com> |
| |
| Reviewed by Kenneth Rohde Christiansen. |
| |
| [Qt] Rebaseline the test and remove it from Skipped. |
| https://bugs.webkit.org/show_bug.cgi?id=35687 |
| |
| * platform/qt/Skipped: |
| * platform/qt/fast/canvas/quadraticCurveTo-expected.checksum: |
| * platform/qt/fast/canvas/quadraticCurveTo-expected.png: |
| * platform/qt/fast/canvas/quadraticCurveTo-expected.txt: |
| |
| 2010-03-04 Antoine Quint <ml@graougraou.com> |
| |
| Reviewed by Darin Adler. |
| |
| DOM insertion mutation events should dispatch after a node is attached to the render tree |
| https://bugs.webkit.org/show_bug.cgi?id=35590 |
| |
| * fast/events/domnodeinsertedintodocument-dispatched-post-rendering-expected.txt: Added. |
| * fast/events/domnodeinsertedintodocument-dispatched-post-rendering.html: Added. |
| |
| 2010-03-04 Csaba Osztrogonác <ossy@webkit.org> |
| |
| Unreviewed. |
| |
| [Qt] storage/open-database-creation-callback-isolated-world.html was removed |
| from tree by r55488, so it should be removed from Qt Skipped list too. |
| |
| * platform/qt/Skipped: storage/open-database-creation-callback-isolated-world.html removed. |
| |
| 2010-03-04 Andras Becsi <abecsi@webkit.org> |
| |
| Rubber-stamped by Kenneth Rohde Christiansen. |
| |
| [Qt] DRT is failing on new test introduced in r55499 |
| Skipping it until fix. |
| https://bugs.webkit.org/show_bug.cgi?id=35729 |
| |
| * platform/qt/Skipped: fast/events/zoom-dblclick.html skipped |
| |
| 2010-03-04 Vangelis Kokkevis <vangelis@chromium.org> |
| |
| Reviewed by Oliver Hunt. |
| |
| Update existing test to check that getUniformLocation() returns |
| null if the uniform requested is not found. |
| https://bugs.webkit.org/show_bug.cgi?id=34669 |
| |
| * fast/canvas/webgl/script-tests/uniform-location.js: |
| * fast/canvas/webgl/uniform-location-expected.txt: |
| |
| 2010-03-04 John Abd-El-Malek <jam@chromium.org> |
| |
| Reviewed by Adam Barth. |
| |
| Fix incorrect setup of DateExtension. |
| https://bugs.webkit.org/show_bug.cgi?id=35710 |
| |
| * fast/dom/Window/resources/slow_unload_handler1.html: |
| |
| 2010-03-04 Oliver Hunt <oliver@apple.com> |
| |
| Reviewed by Maciej Stachowiak. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=35603 |
| SVG incorrectly allows nested <use> elements in a <use> shadow tree |
| |
| Add test cases for various combinations of <use> and targets that aren't present. |
| |
| * platform/mac/svg/custom/use-empty-reference-expected.txt: Added. |
| * svg/custom/use-nested-disallowed-target-expected.txt: Added. |
| * svg/custom/use-nested-disallowed-target.svg: Added. |
| * svg/custom/use-nested-missing-target-added-expected.txt: Added. |
| * svg/custom/use-nested-missing-target-added.svg: Added. |
| * svg/custom/use-nested-missing-target-expected.txt: Added. |
| * svg/custom/use-nested-missing-target-removed-expected.txt: Added. |
| * svg/custom/use-nested-missing-target-removed.svg: Added. |
| * svg/custom/use-nested-missing-target.svg: Added. |
| * svg/custom/use-nested-notarget-expected.txt: Added. |
| * svg/custom/use-nested-notarget.svg: Added. |
| |
| 2010-03-04 Evan Stade <estade@chromium.org> |
| |
| Reviewed by David Levin. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=35261 |
| [skia] crash when attempting to render certain SVGs with Skia |
| |
| This test passes if it doesn't crash. |
| |
| * platform/mac/Skipped: Skip the test on Mac, where it crashes. |
| * svg/custom/tiling-regular-hexagonal-crash-expected.txt: Added. |
| * svg/custom/tiling-regular-hexagonal-crash.svg: Added. |
| |
| 2010-03-03 Diego Gonzalez <diego.gonzalez@openbossa.org> |
| |
| Reviewed by Kenneth Rohde Christiansen. |
| |
| Make keyIdentifierForQtKeyCode return the unicode backspace value on Qt PlatformKeyboardEvent |
| |
| LayoutTests: |
| fast/events/key-events-in-input-text.html |
| fast/events/special-key-events-in-input-text.html |
| |
| [Qt] Return the unicode backspace value in keyIdentifierForQtKeyCode on Qt PlatformKeyboardEvent |
| https://bugs.webkit.org/show_bug.cgi?id=35694 |
| |
| * platform/qt/Skipped: |
| |
| 2010-03-03 Chad Faragher <wyck@chromium.org> |
| |
| Reviewed by Darin Adler. |
| |
| Changed the double-click framework code to pass adjusted page |
| coordinates for zoomed pages. Added a new test to expose |
| mistreatment of mouse click coordinates during a double-click. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=35690 |
| |
| * fast/events/zoom-dblclick-expected.txt: Added. |
| * fast/events/zoom-dblclick.html: Added. |
| |
| 2010-03-03 Dumitru Daniliuc <dumi@chromium.org> |
| |
| Reviewed by Dimitri Glazkov. |
| |
| Making database-lock-after-reload.html a bit more robust and |
| cleaning up some style issues. |
| |
| * storage/database-lock-after-reload.html: |
| * storage/resources/database-lock-after-reload-2.html: |
| |
| 2010-03-03 David Levin <levin@chromium.org> |
| |
| No review, rolling out r55474. |
| |
| The patch broke fast/frames/sandboxed-iframe-storage.html |
| |
| Unfortunately, (the webkit-patch rollout and) I missed these in r55485. |
| |
| * storage/open-database-creation-callback-expected.txt: Removed. |
| * storage/open-database-creation-callback-isolated-world-expected.txt: Removed. |
| * storage/open-database-creation-callback-isolated-world.html: Removed. |
| * storage/open-database-creation-callback.html: Removed. |
| |
| 2010-03-03 Alexey Proskuryakov <ap@apple.com> |
| |
| Not reviewed. |
| |
| Try better to fix Java tests on Tiger bot. |
| |
| * platform/mac-tiger/Skipped: |
| * platform/mac-tiger/java/lc3/JavaArray/ToString-001-expected.txt: Removed. |
| This test gets different resultson each run when it fails, so it needs to be disabled on |
| Tiger. |
| |
| * platform/mac-tiger/java/lc3/JavaObject/JavaObjectToString-001-expected.txt: Added a |
| newline I didn't get when copying actual results from buildbot. |
| |
| 2010-03-03 Csaba Osztrogonác <ossy@webkit.org> |
| |
| [Qt] Skip new test introduced in r55474, because of |
| missing layoutTestController.evaluateScriptInIsolatedWorld() |
| |
| * platform/qt/Skipped: storage/open-database-creation-callback-isolated-world.html skipped. |
| |
| 2010-03-03 Alexey Proskuryakov <ap@apple.com> |
| |
| Rubber-stamped by Dan Bernstein. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=35700 |
| Some of the newly added Java tests fail randomly on buildbot |
| |
| * fast/js/resources/js-test-post-async.js: Added a version that calls notifyDone(). I first |
| wanted to add a notifyDone() call to js-test-post.js, but it turns out that multiple tests |
| dump results after "TEST COMPLETE", and we need to get bots back to green fast. |
| |
| * java/lc3: (Many files). Don't load two scripts dynamically, WebKit has issues with order of |
| execution in this case. |
| |
| 2010-03-03 Dumitru Daniliuc <dumi@chromium.org> |
| |
| Reviewed by Adam Barth. |
| |
| Adding a test to test the creation callback passed to |
| openDatabase() and another one to make sure it is executed in the |
| correct world. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=34726 |
| |
| * storage/open-database-creation-callback-expected.txt: Added. |
| * storage/open-database-creation-callback.html: Added. |
| * storage/open-database-creation-callback-isolated-world-expected.txt: Added. |
| * storage/open-database-creation-callback-isolated-world.html: Added. |
| |
| 2010-03-03 Alexey Proskuryakov <ap@apple.com> |
| |
| Not reviewed. |
| |
| Two newly added Java tests fail on Tiger build bot. |
| |
| Just land actual results as expected. I don't even know which behavior is more correct. |
| |
| * platform/mac-tiger/java: Added. |
| * platform/mac-tiger/java/lc3: Added. |
| * platform/mac-tiger/java/lc3/JavaArray: Added. |
| * platform/mac-tiger/java/lc3/JavaArray/ToString-001-expected.txt: Added. |
| * platform/mac-tiger/java/lc3/JavaObject: Added. |
| * platform/mac-tiger/java/lc3/JavaObject/JavaObjectToString-001-expected.txt: Added. |
| |
| 2010-03-03 Alexey Proskuryakov <ap@apple.com> |
| |
| Reviewed by Darin Adler. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=35617 |
| Import Mozilla LiveConnect 3 test suite |
| |
| * java/lc3/sources: Added (many files). Sources for Mozilla test applet. |
| |
| * java/jstests.jar: Added in compiled form, since it's unlikely that we'll ever need to |
| modify the above sources. |
| |
| * java/lc3.java: Added. |
| (lc3): This is a small wrapper around jstests.jar. The latter only adds some classes, but |
| WebKit needs an actual applet to call into Java. |
| (lc3.createQAObject): Instantiate a class defined in jstests.jar by name. |
| (lc3.stringToByteArray): A helper to make a byte array out of string. Tests originally |
| relied on window.java package interface to do this, but it's not available in WebKit. We |
| need more functions like this to work around other uses of window.java, but this is one I |
| wrote for now. |
| |
| * java/Makefile: Link test applets to Mozilla's jstests.jar. This is not needed for tests |
| other than ones imported here, but it's also harmless, and I don't know how to write good |
| makefiles. |
| |
| * java/lc3: Added (many files). Tests were heavily reworked to run to completion, but PASS/FAIL |
| results should not be generally relied upon. All html wrappers are identical. |
| |
| 2010-03-03 Eric Carlson <eric.carlson@apple.com> |
| |
| Unreviewed, build fix. |
| |
| Update expected results for fast/js/custom-constructors-expected.txt |
| |
| 2010-03-03 Chris Marrin <cmarrin@apple.com> |
| |
| Reviewed by Simon Fraser. |
| |
| Added failing Windows compositing tests to Skipped file |
| https://bugs.webkit.org/show_bug.cgi?id=35610 |
| |
| I actually removed transforms/3d (which all now work) and |
| compositing from the Skipped file and replaced with the |
| tests that are not yet working. |
| |
| * platform/win/Skipped: |
| |
| 2010-03-03 Eric Carlson <eric.carlson@apple.com> |
| |
| Reviewed by Adele Peterson. |
| |
| Replace 'autobuffer' attribute with 'preload' to align with spec revision 4811. |
| https://bugs.webkit.org/show_bug.cgi?id=35385 |
| rdar://problem/7689602 |
| |
| * media/audio-constructor-autobuffer-expected.txt: Removed. |
| * media/audio-constructor-autobuffer.html: Removed. |
| * media/audio-constructor-preload-expected.txt: Added. |
| * media/audio-constructor-preload.html: Added. |
| * media/video-dom-autobuffer-expected.txt: Removed. |
| * media/video-dom-autobuffer.html: Removed. |
| * media/video-dom-preload-expected.txt: Added. |
| * media/video-dom-preload.html: Added. |
| |
| 2010-03-03 Dan Bernstein <mitz@apple.com> |
| |
| Reviewed by Sam Weinig. |
| |
| <rdar://problem/7682756> Assertion failure when replacing the contents of a <select> |
| |
| * fast/dom/remove-children-notification-order-expected.txt: Added. |
| * fast/dom/remove-children-notification-order.html: Added. |
| |
| 2010-03-03 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk> |
| |
| [GTK] build slaves need working geoclue service |
| https://bugs.webkit.org/show_bug.cgi?id=35674 |
| |
| Skip tests we're not really able to run for the time being. |
| |
| * platform/gtk/Skipped: |
| |
| 2010-03-02 Tony Chang <tony@chromium.org> |
| |
| Not reviewed, test fix. |
| |
| Revert r55447 because the new layout test is crashing consistently |
| on Leopard Intel Debug (tests). |
| https://bugs.webkit.org/show_bug.cgi?id=35261 |
| |
| * svg/custom/tiling-regular-hexagonal-crash-expected.txt: Removed. |
| * svg/custom/tiling-regular-hexagonal-crash.svg: Removed. |
| |
| 2010-03-02 Evan Stade <estade@chromium.org> |
| |
| Reviewed by David Levin. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=35261 |
| [skia] crash when attempting to render certain SVGs with Skia |
| |
| This test passes if it doesn't crash. |
| |
| * svg/custom/tiling-regular-hexagonal-crash-expected.txt: Added. |
| * svg/custom/tiling-regular-hexagonal-crash.svg: Added. |
| |
| 2010-03-02 Arno Renevier <arno@renevier.net> |
| |
| Reviewed by Gustavo Noronha Silva. |
| |
| [Gtk] implements ChromeClient::requestGeolocationPermissionForFrame |
| https://bugs.webkit.org/show_bug.cgi?id=35210 |
| |
| * platform/gtk/Skipped: |
| |
| 2010-03-02 Andy Estes <aestes@apple.com> |
| |
| Reviewed by Maciej Stachowiak. |
| |
| Add a test for the patch to https://bugs.webkit.org/show_bug.cgi?id=35566. |
| These can be run manually or from DRT. |
| |
| * fast/events/wheelevent-in-scrolling-div-expected.txt: Added. |
| * fast/events/wheelevent-in-scrolling-div.html: Added. |
| |
| 2010-03-02 Mark Rowe <mrowe@apple.com> |
| |
| Reviewed by Darin Adler. |
| |
| Bug 35576: WebKit should tell plug-in instances when private browsing state changes |
| <http://webkit.org/b/35576> |
| |
| * platform/win/Skipped: Remove plugins/private-browsing-mode.html now that it passes. |
| |
| 2010-03-02 Mark Rowe <mrowe@apple.com> |
| |
| Reviewed by Oliver Hunt. |
| |
| Bug 30348: Implement private mode for plug-ins on Windows |
| <http://webkit.org/b/30348> / <rdar://problem/7562261> |
| |
| * platform/win/Skipped: Remove plugins/private-browsing-mode-2.html now that it passes. |
| |
| 2010-03-02 Alexey Proskuryakov <ap@apple.com> |
| |
| Reviewed by Adam Roben. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=35600 |
| shouldBe() fails when comparing an array to null. |
| |
| * fast/js/resources/js-test-pre.js: (areArraysEqual): This function is expected to be called |
| with weird arguments, as it's used with array-like objects like WebGLByteArray. Made it |
| resilient against exceptions raised when dealing with those. |
| |
| 2010-03-02 Brady Eidson <beidson@apple.com> |
| |
| Reviewed by Sam Weinig. |
| |
| Followup for REGRESSION(r51097) - Unable to log in to statefarm.com |
| <rdar://problem/7672667> and https://bugs.webkit.org/show_bug.cgi?id=35556 |
| |
| * fast/loader/for-window-event-onload-scripts-expected.txt: |
| * fast/loader/for-window-event-onload-scripts.html: |
| |
| 2010-03-02 Chris Fleizach <cfleizach@apple.com> |
| |
| Reviewed by Beth Dakin. |
| |
| aria-label isn't respected on option elements |
| https://bugs.webkit.org/show_bug.cgi?id=35400 |
| |
| * platform/mac/accessibility/option-with-arialabel-expected.txt: Added. |
| * platform/mac/accessibility/option-with-arialabel.html: Added. |
| |
| 2010-03-02 Kent Tamura <tkent@chromium.org> |
| |
| Reviewed by Shinichiro Hamaji. |
| |
| Merge ValidityState-stepMismatch-{number,range,unsupported}.html and |
| input-step-{number,range,unsupported}.html to other tests |
| https://bugs.webkit.org/show_bug.cgi?id=35435 |
| |
| - Merge ValidityState-stepMismatch-{number,range,unsupported}.html to |
| ValidityState-stepMismatch.html |
| - Merge input-step--{number,range,unsupported}.html to input-step.html |
| |
| * fast/forms/ValidityState-stepMismatch-expected.txt: |
| * fast/forms/ValidityState-stepMismatch-number-expected.txt: Removed. |
| * fast/forms/ValidityState-stepMismatch-number.html: Removed. |
| * fast/forms/ValidityState-stepMismatch-range-expected.txt: Removed. |
| * fast/forms/ValidityState-stepMismatch-range.html: Removed. |
| * fast/forms/ValidityState-stepMismatch-unsupported-expected.txt: Removed. |
| * fast/forms/ValidityState-stepMismatch-unsupported.html: Removed. |
| * fast/forms/input-step-number-expected.txt: Removed. |
| * fast/forms/input-step-number.html: Removed. |
| * fast/forms/input-step-range-expected.txt: Removed. |
| * fast/forms/input-step-range.html: Removed. |
| * fast/forms/input-step-unsupported-expected.txt: Removed. |
| * fast/forms/input-step-unsupported.html: Removed. |
| * fast/forms/input-stepup-stepdown-expected.txt: |
| * fast/forms/script-tests/ValidityState-stepMismatch-number.js: Removed. |
| * fast/forms/script-tests/ValidityState-stepMismatch-range.js: Removed. |
| * fast/forms/script-tests/ValidityState-stepMismatch-unsupported.js: Removed. |
| * fast/forms/script-tests/ValidityState-stepMismatch.js: |
| * fast/forms/script-tests/input-step-number.js: Removed. |
| * fast/forms/script-tests/input-step-range.js: Removed. |
| * fast/forms/script-tests/input-step-unsupported.js: Removed. |
| * fast/forms/script-tests/input-stepup-stepdown.js: |
| |
| 2010-03-02 Brady Eidson <beidson@apple.com> |
| |
| Reviewed by Sam Weinig. |
| |
| REGRESSION(r51097) - Unable to log in to statefarm.com |
| <rdar://problem/7672667> and https://bugs.webkit.org/show_bug.cgi?id=35556 |
| |
| * fast/loader/for-window-event-onload-scripts-expected.txt: Added. |
| * fast/loader/for-window-event-onload-scripts.html: Added. |
| |
| 2010-03-02 Chris Fleizach <cfleizach@apple.com> |
| |
| Fixing layout test problems. No review. |
| |
| AX: changes to WAI-ARIA grid aren't perceived correctly by VoiceOver |
| https://bugs.webkit.org/show_bug.cgi?id=35514 |
| |
| AXTable tests crash on Leopard/Tiger because tables don't exist. This test needs to be skipped |
| on those playtforms. |
| |
| * platform/mac-leopard/Skipped: |
| * platform/mac-tiger/Skipped: |
| |
| 2010-02-28 Holger Hans Peter Freyther <zecke@selfish.org> |
| |
| Reviewed by Gustavo Noronha. |
| |
| [Gtk] Support private browsing mode in plugins. |
| https://bugs.webkit.org/show_bug.cgi?id=35500 |
| |
| Unskip test after taking code from PluginViewQt.cpp |
| |
| * platform/gtk/Skipped: |
| |
| 2010-02-27 Alexey Proskuryakov <ap@apple.com> |
| |
| Reviewed by Darin Adler. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=26520 |
| Accessing a DOM node from a parent window in a child iframe moves the prototype to the child |
| iframe and resets it in the parent window |
| |
| Adding a test for a bug that no longer occurs in ToT. |
| |
| * fast/dom/cross-frame-node-prototype-expected.txt: Added. |
| * fast/dom/cross-frame-node-prototype.html: Added. |
| * fast/dom/resources/cross-frame-node-prototype-iframe.html: Added. |
| |
| 2010-03-01 Gustavo Noronha Silva <gns@gnome.org> |
| |
| Rebaseline the two editing tests we stopped skipping - we failed |
| to take the new caret position result into account while |
| unskipping these. |
| |
| * platform/gtk/editing/selection/5109817-expected.txt: |
| * platform/gtk/editing/selection/5354455-2-expected.txt: |
| |
| 2010-03-01 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk> |
| |
| Reviewed by Eric Seidel. |
| |
| [GTK] plugins/setProperty.html fails on 64bit Release |
| https://bugs.webkit.org/show_bug.cgi?id=35425 |
| |
| Unskip the tests that failed as a consequence of the memory |
| corruption. |
| |
| * platform/gtk/Skipped: |
| |
| 2010-03-01 Chris Fleizach <cfleizach@apple.com> |
| |
| Reviewed by Darin Adler. |
| |
| AX: changes to WAI-ARIA grid aren't perceived correctly by VoiceOver |
| https://bugs.webkit.org/show_bug.cgi?id=35514 |
| |
| * platform/mac/accessibility/stale-table-rows-expected.txt: Added. |
| * platform/mac/accessibility/stale-table-rows.html: Added. |
| |
| 2010-03-01 José Millán Soto <jmillan@igalia.com> |
| |
| Reviewed by Gustavo Noronha Silva. |
| |
| [GTK] Right click does not activate text entry |
| https://bugs.webkit.org/show_bug.cgi?id=29177 |
| |
| Stop skipping some tests which where failing because of right click |
| not being correct handled. |
| |
| * platform/gtk/Skipped: |
| |
| 2010-03-01 Alex Milowski <alex@milowski.com> |
| |
| Reviewed by Kenneth Rohde Christiansen. |
| |
| Added test for basic msubsup support. |
| |
| * mathml/presentation/subsup.xhtml: Added. |
| * platform/mac/mathml/presentation/subsup-expected.checksum: Added. |
| * platform/mac/mathml/presentation/subsup-expected.png: Added. |
| * platform/mac/mathml/presentation/subsup-expected.txt: Added. |
| |
| 2010-03-01 Thatcher Ulrich <tulrich@google.com> |
| |
| Reviewed by Darin Fisher. |
| |
| Fix chromium iframe shims. Add another test case to the |
| iframes-shims test. After r53637, the plugin widget doesn't get |
| moved every paint. This used to hide the bug that if an iframe |
| gets added, the plugin's cutout rectangles don't get updated until |
| a layout happens. |
| https://bugs.webkit.org/show_bug.cgi?id=35184 |
| |
| * plugins/iframe-shims.html: test case that adds an iframe shim dynamically |
| |
| 2010-03-01 Gavin Barraclough <barraclough@apple.com> |
| |
| Reviewed by Oliver Hunt. |
| |
| Bug 35537 - put_by_id does will incorrectly cache writes where a specific value exists, |
| where at the point of caching the same value is being written. |
| |
| Add test case. |
| |
| * fast/js/method-check-expected.txt: |
| * fast/js/script-tests/method-check.js: |
| (addOne): |
| (addOneHundred): |
| (totalizer.makeCall): |
| |
| 2010-03-01 Kenneth Russell <kbr@google.com> |
| |
| Reviewed by Oliver Hunt. |
| |
| Integer overflow in WebGL arrays |
| https://bugs.webkit.org/show_bug.cgi?id=35241 |
| |
| * fast/canvas/webgl/array-unit-tests-expected.txt: |
| * fast/canvas/webgl/array-unit-tests.html: |
| * fast/canvas/webgl/webgl-array-invalid-ranges-expected.txt: Added. |
| * fast/canvas/webgl/webgl-array-invalid-ranges.html: Added. |
| |
| 2010-03-01 Brady Eidson <beidson@apple.com> |
| |
| Reviewed by Sam Weinig. |
| |
| REGRESSION: Telling a WebView to go to its current WebHistoryItem is broken. |
| <rdar://problem/7699371> and https://bugs.webkit.org/show_bug.cgi?id=35532 |
| |
| * fast/loader/api-test-go-to-current-back-forward-item-expected.txt: Added. |
| * fast/loader/api-test-go-to-current-back-forward-item.html: Added. |
| * platform/gtk/Skipped: |
| * platform/qt/Skipped: |
| * platform/win/Skipped: |
| |
| 2010-02-27 Ilya Tikhonovsky <loislo@chromium.org> |
| |
| Reviewed by Pavel Feldman. |
| |
| Web Inspector: callerScriptName and callerScriptLine should be obfuscated for timeline tests. |
| https://bugs.webkit.org/show_bug.cgi?id=35478 |
| |
| * ../../LayoutTests/inspector/timeline-test.js: |
| |
| 2010-02-28 Robert Hogan <robert@roberthogan.net> |
| |
| Reviewed by Simon Hausmann. |
| |
| [Qt] Support private browsing mode in plugins |
| |
| Add support for NPNVprivateModeBool property in plugins. |
| |
| See also: https://developer.mozilla.org/En/Supporting_private_browsing_in_plugins |
| |
| The NPNVprivateModeBool property is supported as scriptable property privateBrowsingEnabled |
| in the test WebKit plugin. The Mac platform also supports a cachedPrivateBrowsingEnabled |
| property implemented in the test plugin. This allows the Layout test |
| plugins/private-browsing-mode.html to retrieve the previous value of NPNVprivateModeBool |
| in the test plugin. Due to the platform-specific overhead required to support this bespoke |
| property it is not implemented as part of this patch, instead a new test, |
| plugins/private-browsing-mode-2.html, is added to ensure that setting and resetting |
| privateBrowsingEnabled works as expected. |
| |
| http://bugs.webkit.org/show_bug.cgi?id=33180 |
| |
| * platform/gtk/Skipped: |
| * platform/mac-snowleopard/Skipped: |
| * platform/qt/Skipped: |
| * platform/win/Skipped: |
| * plugins/private-browsing-mode-2-expected.txt: Added. |
| * plugins/private-browsing-mode-2.html: Added. |
| |
| 2010-02-27 Xan Lopez <xlopez@igalia.com> |
| |
| Rubber-stamped by Gustavo Noronha. |
| |
| Unskip test that we seem to pass now. |
| |
| * platform/gtk/Skipped: |
| |
| 2010-02-27 Xan Lopez <xlopez@igalia.com> |
| |
| Reviewed by Gustavo Noronha. |
| |
| Add platform results for plugin test and unskip it. The filename |
| of our test plugin is not the same than the one expected in the |
| default result file. |
| |
| * platform/gtk/Skipped: |
| * platform/gtk/plugins/plugin-javascript-access-expected.txt: Added. |
| |
| 2010-02-27 Csaba Osztrogonác <ossy@webkit.org> |
| |
| [Qt] Skip new test introduced in r55353 because of missing drag&drop support. |
| |
| * platform/qt/Skipped: fast/css/user-drag-none.html skipped. |
| |
| 2010-02-27 Dan Bernstein <mitz@apple.com> |
| |
| Reviewed by Maciej Stachowiak. |
| |
| <rdar://problem/7696607> Links do not respect -webkit-user-drag: none |
| https://bugs.webkit.org/show_bug.cgi?id=35475 |
| |
| * fast/css/user-drag-none-expected.txt: Added. |
| * fast/css/user-drag-none.html: Added. |
| |
| 2010-02-27 Xan Lopez <xlopez@igalia.com> |
| |
| Reviewed by Gustavo Noronha. |
| |
| We now pass this test, unskip. |
| |
| * platform/gtk/Skipped: |
| |
| 2010-02-26 Alexey Proskuryakov <ap@apple.com> |
| |
| Reviewed by Anders Carlsson. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=35450 |
| Crash when a Java array property accessor raises an exception |
| |
| Adding with a FAIL result, because this doesn't raise an exception in Firefox. I don't know |
| what the formally correct behavior is, but it's good to avoid crashing. |
| |
| * java/SharedApplet.java: |
| (NonPublicClass): |
| (NonPublicClass.NonPublicClass): |
| (NonPublicClass..SharedApplet.getObjectOfNonPublicClass): |
| * java/inaccessible-class-expected.txt: Added. |
| * java/inaccessible-class.html: Added. |
| |
| 2010-02-26 Gavin Barraclough <barraclough@apple.com> |
| |
| Reviewed by Alexey Proskuryakov. |
| |
| Bug 35401 - Fix handling of errors in handling calls over bridge, |
| where base object bridge-type does not match method bridge-type. |
| |
| The code assumes users will only attempt to invoke a Java method |
| on a Java base object, etc. |
| Add language specific subclasses of RuntimeMethod, and pass the |
| RuntimeMethod into invokeMethod, so we can typecheck before |
| casting. Throw an exception on type mismatch. |
| |
| * java/java-and-plugins.html: Add tests for passing mismatched this objects to methdods. |
| |
| 2010-02-26 Alex Milowski <alex@milowski.com> |
| |
| Reviewed by Kenneth Rohde Christiansen. |
| |
| Basic tests for munder, munderover, and mover elements. |
| |
| * mathml/presentation/over.xhtml: Added. |
| * mathml/presentation/under.xhtml: Added. |
| * mathml/presentation/underover.xhtml: Added. |
| * platform/mac/mathml/presentation/over-expected.checksum: Added. |
| * platform/mac/mathml/presentation/over-expected.png: Added. |
| * platform/mac/mathml/presentation/over-expected.txt: Added. |
| * platform/mac/mathml/presentation/under-expected.checksum: Added. |
| * platform/mac/mathml/presentation/under-expected.png: Added. |
| * platform/mac/mathml/presentation/under-expected.txt: Added. |
| * platform/mac/mathml/presentation/underover-expected.checksum: Added. |
| * platform/mac/mathml/presentation/underover-expected.png: Added. |
| * platform/mac/mathml/presentation/underover-expected.txt: Added. |
| |
| 2010-02-26 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk> |
| |
| Reviewed by Xan Lopez. |
| |
| [GTK] Needs proper reporting of frame loader callbacks, in DRT |
| https://bugs.webkit.org/show_bug.cgi?id=32170 |
| |
| Unskip tests that now pass. |
| |
| * LayoutTests/platform/gtk/http/tests/loading/redirect-with-no-location-crash-expected.txt: rebaselined. |
| * platform/gtk/Skipped: |
| |
| 2010-02-26 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk> |
| |
| Rebaseline of platform-specific results for test. |
| |
| SVGResourceClipper needs to be moved to RenderSVGResourceClipper |
| https://bugs.webkit.org/show_bug.cgi?id=35421 |
| |
| * platform/gtk/svg/custom/use-on-clip-path-with-transformation-expected.txt: |
| |
| 2010-02-26 Dirk Schulze <krit@webkit.org> |
| |
| Unreviewed LayoutTest fix. |
| |
| SVGResourceClipper needs to be moved to RenderSVGResourceClipper |
| https://bugs.webkit.org/show_bug.cgi?id=35421 |
| |
| This corrects a result of a new clip test for SVG. |
| |
| * platform/mac/svg/custom/use-on-clip-path-with-transformation-expected.txt: |
| |
| 2010-02-26 Csaba Osztrogonác <ossy@webkit.org> |
| |
| Unreviewed trivial fix. |
| |
| [Qt] Update platform specific expected file after r55289. |
| |
| * platform/qt/svg/css/clippath-with-shadow-expected.txt: |
| |
| 2010-02-26 Dirk Schulze <krit@webkit.org> |
| |
| Reviewed by Nikolas Zimmermann. |
| |
| SVGResourceClipper needs to be moved to RenderSVGResourceClipper |
| https://bugs.webkit.org/show_bug.cgi?id=35421 |
| |
| Update results after the move of SVGResourceClipper. Results are better |
| readable and more sensible now. |
| |
| * platform/mac/svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/masking-path-01-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/masking-path-02-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/masking-path-05-f-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt: |
| * platform/mac/svg/batik/text/textEffect2-expected.txt: |
| * platform/mac/svg/batik/text/textProperties-expected.txt: |
| * platform/mac/svg/css/clippath-with-shadow-expected.txt: |
| * platform/mac/svg/custom/clip-path-child-changes-expected.txt: |
| * platform/mac/svg/custom/clip-path-display-none-child-expected.txt: |
| * platform/mac/svg/custom/clip-path-href-changes-expected.txt: |
| * platform/mac/svg/custom/clip-path-referencing-use-expected.txt: |
| * platform/mac/svg/custom/clip-path-referencing-use2-expected.txt: |
| * platform/mac/svg/custom/clip-path-units-changes-expected.txt: |
| * platform/mac/svg/custom/clip-path-with-transform-expected.txt: |
| * platform/mac/svg/custom/empty-clip-path-expected.txt: |
| * platform/mac/svg/custom/focus-ring-expected.txt: |
| * platform/mac/svg/custom/image-with-transform-clip-filter-expected.txt: |
| * platform/mac/svg/custom/invalid-css-expected.txt: |
| * platform/mac/svg/custom/js-late-clipPath-and-object-creation-expected.txt: |
| * platform/mac/svg/custom/js-late-clipPath-creation-expected.txt: |
| * platform/mac/svg/custom/recursive-clippath-expected.txt: |
| * platform/mac/svg/custom/resource-invalidate-on-target-update-expected.txt: |
| * platform/mac/svg/custom/text-clip-expected.txt: |
| * platform/mac/svg/custom/visibility-override-clip-expected.txt: |
| * platform/mac/svg/filters/filter-clip-expected.txt: |
| * svg/custom/use-clipped-transform-expected.txt: |
| |
| 2010-02-26 Ben Murdoch <benm@google.com> |
| |
| Reviewed by Kenneth Rohde Christiansen. |
| |
| The element that a touchevent is dispatched to isn't always right |
| https://bugs.webkit.org/show_bug.cgi?id=35431 |
| |
| * fast/events/touch/basic-single-touch-events-expected.txt: Updated |
| the targetTouches list expections. |
| * fast/events/touch/script-tests/basic-single-touch-events.js: ditto. |
| (verifyTouch): |
| |
| 2010-02-26 Dirk Pranke <dpranke@chromium.org> |
| |
| Reviewed by Darin Fisher. |
| |
| Fix the handling of updates to #hash fragments to check for differences |
| post-canonicalization rather than comparing pre- to post-. Chromium |
| had a bug where we would set the #hash on an about:blank URL and generate |
| an onload event because we thought the URL (not just the fragment) was |
| changing. |
| |
| http://bugs.webkit.org/show_bug.cgi?id=35180 |
| |
| * fast/loader/about-blank-hash-change-expected.txt: Added. |
| * fast/loader/about-blank-hash-change.html: Added. |
| |
| 2010-02-26 Zhenyao Mo <zmo@google.com> |
| |
| Reviewed by David Levin. |
| |
| texImage2D and texSubImage2D taking ImageData ignore flipY and premultiplyAlpha |
| https://bugs.webkit.org/show_bug.cgi?id=34459 |
| |
| * fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-data-expected.txt: Added. |
| * fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-data.html: Added. |
| |
| 2010-02-26 Zhenyao Mo <zmo@google.com> |
| |
| Reviewed by David Levin. |
| |
| Set viewport to canvas size upon context creation |
| https://bugs.webkit.org/show_bug.cgi?id=35057 |
| |
| * fast/canvas/webgl/bug-32888.html: Remove the gl.viewport call since it's done when WebGLRenderingContext is created. |
| * fast/canvas/webgl/gl-get-calls-expected.txt: The read-back viewport size should match the canvas size instead of (0, 0, 0, 0). |
| * fast/canvas/webgl/gl-get-calls.html: Remove the gl.viewport call since it's done when WebGLRenderingContext is created. |
| * fast/canvas/webgl/tex-image-and-sub-image-2d-with-image.html: Ditto. |
| * fast/canvas/webgl/tex-sub-image-2d.html: Ditto. |
| * fast/canvas/webgl/texImage2DImageDataTest.html: Ditto. |
| * fast/canvas/webgl/triangle.html: Ditto. |
| * fast/canvas/webgl/viewport-unchanged-upon-resize.html: Ditto. |
| |
| 2010-02-26 Csaba Osztrogonác <ossy@webkit.org> |
| |
| Reviewed by Kenneth Rohde Christiansen. |
| |
| [Qt] fast/multicol/client-rects.html fails in QtLauncher |
| https://bugs.webkit.org/show_bug.cgi?id=34959 |
| |
| * platform/qt/fast: Added. |
| * platform/qt/fast/multicol: Added. |
| * platform/qt/fast/multicol/client-rects-expected.txt: Platform specific expected file added. |
| * platform/qt/Skipped: fast/multicol/client-rects.html unskipped. |
| |
| 2010-02-26 Csaba Osztrogonác <ossy@webkit.org> |
| |
| Reviewed by Kenneth Rohde Christiansen. |
| |
| [Qt] LayoutTestController.numberOfPages() should have default parameters |
| https://bugs.webkit.org/show_bug.cgi?id=35428 |
| |
| * platform/qt/Skipped: printing/css2.1 tests unskipped. |
| |
| 2010-02-26 Philippe Normand <pnormand@igalia.com> |
| |
| Rubber-stamped by Xan Lopez. |
| |
| [GTK] plugins/setProperty.html fails on 64bit Release |
| https://bugs.webkit.org/show_bug.cgi?id=35425 |
| |
| * platform/gtk/Skipped: Skipping another crasher related to bug 35425. |
| |
| 2010-02-26 Ilya Tikhonovsky <loislo@chromium.org> |
| |
| Reviewed by Pavel Feldman. |
| |
| WebInspector: While the current timeline view in DevTools provides a great overview of |
| things happening, we should make it easier to locate the cause of an event, |
| e.g., link to JS where relevant. |
| Caller info support for all kind of Timeline events and new Function Call event will be added. |
| https://bugs.webkit.org/show_bug.cgi?id=33995 |
| |
| * inspector/timeline-enum-stability-expected.txt: |
| * inspector/timeline-test.js |
| |
| 2010-02-26 Shinichiro Hamaji <hamaji@chromium.org> |
| |
| Unreviewed. Skip failing tests. |
| |
| Refine LayoutTests/printing/css2.1 with numberOfPages |
| https://bugs.webkit.org/show_bug.cgi?id=35334 |
| |
| * platform/qt/Skipped: |
| |
| 2010-02-26 Shinichiro Hamaji <hamaji@chromium.org> |
| |
| Reviewed by Eric Seidel. |
| |
| Refine LayoutTests/printing/css2.1 with numberOfPages |
| https://bugs.webkit.org/show_bug.cgi?id=35334 |
| |
| Small refinements were done in paged-media-test-utils.js. |
| |
| Note that WebKit doesn't pass page-break-after-003 for now. |
| |
| * printing/css2.1/README.txt: |
| * printing/css2.1/page-break-after-000-expected.txt: |
| * printing/css2.1/page-break-after-000.html: |
| * printing/css2.1/page-break-after-001-expected.txt: |
| * printing/css2.1/page-break-after-001.html: |
| * printing/css2.1/page-break-after-002-expected.txt: |
| * printing/css2.1/page-break-after-002.html: |
| * printing/css2.1/page-break-after-003-expected.txt: Added. |
| * printing/css2.1/page-break-after-003.html: Added. |
| * printing/css2.1/page-break-after-004-expected.txt: |
| * printing/css2.1/page-break-after-004.html: |
| * printing/css2.1/page-break-before-000-expected.txt: |
| * printing/css2.1/page-break-before-000.html: |
| * printing/css2.1/page-break-before-001-expected.txt: |
| * printing/css2.1/page-break-before-001.html: |
| * printing/css2.1/page-break-before-002-expected.txt: |
| * printing/css2.1/page-break-before-002.html: |
| * printing/css2.1/page-break-inside-000-expected.txt: |
| * printing/css2.1/page-break-inside-000.html: |
| * printing/resources/paged-media-test-utils.js: |
| (appendResult): |
| (pageNumberForElementShouldBe): |
| (numberOfPagesShouldBe): |
| (runPrintingTest): |
| |
| 2010-02-26 Philippe Normand <pnormand@igalia.com> |
| |
| Rubber-stamped by Xan Lopez. |
| |
| [GTK] plugins/setProperty.html fails on 64bit Release |
| https://bugs.webkit.org/show_bug.cgi?id=35425 |
| |
| * platform/gtk/Skipped: Skipping crasher. |
| |
| 2010-02-26 Philippe Normand <pnormand@igalia.com> |
| |
| Rubber-stamped by Xan Lopez. |
| |
| Adding two GTK layout test results for a new tests |
| added in r55259 and r55260. |
| |
| * platform/gtk/svg/custom/use-on-clip-path-with-transformation-expected.txt: Copied from LayoutTests/platform/mac/svg/custom/use-on-clip-path-with-transformation-expected.txt. |
| * platform/gtk/svg/filters/filter-on-tspan-expected.txt: Added. |
| |
| 2010-02-26 Csaba Osztrogonác <ossy@webkit.org> |
| |
| Unreviewed. Roll-out r55263 because it broke fast/forms/textarea-type-spaces-pretty-diff.html. |
| https://bugs.webkit.org/show_bug.cgi?id=30946 |
| |
| * editing/execCommand/5142012-3-expected.txt: |
| * editing/inserting/rebalance-whitespace-1-expected.txt: Removed. |
| * editing/inserting/rebalance-whitespace-1.html: Removed. |
| * editing/pasteboard/5521237-expected.txt: |
| * platform/mac/editing/execCommand/5482023-expected.checksum: |
| * platform/mac/editing/execCommand/5482023-expected.png: Added. |
| * platform/mac/editing/execCommand/5482023-expected.txt: |
| * platform/mac/editing/execCommand/remove-formatting-2-expected.checksum: |
| * platform/mac/editing/execCommand/remove-formatting-2-expected.png: Added. |
| * platform/mac/editing/execCommand/remove-formatting-expected.checksum: |
| * platform/mac/editing/execCommand/remove-formatting-expected.png: Added. |
| * platform/mac/editing/execCommand/remove-formatting-expected.txt: |
| * platform/mac/editing/inserting/editable-html-element-expected.checksum: |
| * platform/mac/editing/inserting/editable-html-element-expected.png: Added. |
| * platform/mac/editing/inserting/editable-html-element-expected.txt: |
| * platform/mac/editing/pasteboard/4989774-expected.checksum: |
| * platform/mac/editing/pasteboard/4989774-expected.png: Added. |
| * platform/mac/editing/pasteboard/4989774-expected.txt: |
| * platform/mac/editing/selection/4983858-expected.checksum: |
| * platform/mac/editing/selection/4983858-expected.png: Added. |
| * platform/mac/editing/selection/4983858-expected.txt: |
| |
| 2010-02-25 Dirk Pranke <dpranke@chromium.org> |
| |
| Reviewed by Eric Seidel. |
| |
| Test whether or not we preserve the hash fragments for "about:blank" |
| URLs. (Note that currently WebKit passes this but Chromium doesn't). |
| |
| https://bugs.webkit.org/show_bug.cgi?id=35399 |
| |
| * fast/loader/about-blank-hash-kept-expected.txt: Added. |
| * fast/loader/about-blank-hash-kept.html: Added. |
| |
| 2010-02-25 Enrica Casucci <enrica@apple.com> |
| |
| Reviewed by Adele Peterson. |
| |
| Extra layout on keypress after a space (problem with rebalanceWhitespaceAt in InsertTextCommand). |
| https://bugs.webkit.org/show_bug.cgi?id=30946 |
| <rdar://problem/7639184> |
| |
| There are now regular spaces where nbsps were used unnecessarily before. Also, |
| multi-character insertions now have their whitespace rebalanced, and this is |
| reflected in a few tests. |
| |
| * editing/execCommand/5142012-3-expected.txt: |
| * editing/inserting/rebalance-whitespace-1-expected.txt: Added. |
| * editing/inserting/rebalance-whitespace-1.html: Added. |
| * editing/pasteboard/5521237-expected.txt: |
| * platform/mac/editing/execCommand/5482023-expected.checksum: |
| * platform/mac/editing/execCommand/5482023-expected.png: Removed. |
| * platform/mac/editing/execCommand/5482023-expected.txt: |
| * platform/mac/editing/execCommand/remove-formatting-2-expected.checksum: |
| * platform/mac/editing/execCommand/remove-formatting-2-expected.png: Removed. |
| * platform/mac/editing/execCommand/remove-formatting-expected.checksum: |
| * platform/mac/editing/execCommand/remove-formatting-expected.png: Removed. |
| * platform/mac/editing/execCommand/remove-formatting-expected.txt: |
| * platform/mac/editing/inserting/editable-html-element-expected.checksum: |
| * platform/mac/editing/inserting/editable-html-element-expected.png: Removed. |
| * platform/mac/editing/inserting/editable-html-element-expected.txt: |
| * platform/mac/editing/pasteboard/4989774-expected.checksum: |
| * platform/mac/editing/pasteboard/4989774-expected.png: Removed. |
| * platform/mac/editing/pasteboard/4989774-expected.txt: |
| * platform/mac/editing/selection/4983858-expected.checksum: |
| * platform/mac/editing/selection/4983858-expected.png: Removed. |
| * platform/mac/editing/selection/4983858-expected.txt: |
| |
| 2010-02-25 Alexey Proskuryakov <ap@apple.com> |
| |
| Reviewed by Anders Carlsson. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=35406 |
| <rdar://problem/6945502> Make generic array methods work with JavaArray |
| |
| * java/array-sort-expected.txt: Added. |
| * java/array-sort.html: Added. |
| |
| 2010-02-25 Dirk Schulze <krit@webkit.org> |
| |
| Reviewed by Nikolas Zimmermann. |
| |
| SVG's tspan is no member of SVGRenderBase, this can cause crashes on filters |
| https://bugs.webkit.org/show_bug.cgi?id=35354 |
| |
| Check if filters work for tspan according to the SVG Spec. The test shouldn't |
| throw an assert now and a green rect should be visible. |
| |
| * platform/mac/svg/filters/filter-on-tspan-expected.checksum: Added. |
| * platform/mac/svg/filters/filter-on-tspan-expected.png: Added. |
| * platform/mac/svg/filters/filter-on-tspan-expected.txt: Added. |
| * svg/filters/filter-on-tspan.svg: Added. |
| |
| 2010-02-25 Dirk Schulze <krit@webkit.org> |
| |
| Reviewed by Nikolas Zimmermann. |
| |
| Use-element doesn't transform clipPath |
| https://bugs.webkit.org/show_bug.cgi?id=35375 |
| |
| Check if the clipPath gets transformed on setting a transform or translation for use. |
| |
| * platform/mac/svg/custom/use-on-clip-path-with-transformation-expected.checksum: Added. |
| * platform/mac/svg/custom/use-on-clip-path-with-transformation-expected.png: Added. |
| * platform/mac/svg/custom/use-on-clip-path-with-transformation-expected.txt: Added. |
| * svg/custom/use-on-clip-path-with-transformation.svg: Added. |
| |
| 2010-02-25 Jian Li <jianli@chromium.org> |
| |
| Reviewed by Dmitry Titov. |
| |
| File.type support. |
| https://bugs.webkit.org/show_bug.cgi?id=35361 |
| |
| Update the layout test to test File.type. |
| |
| * editing/pasteboard/file-input-files-access-expected.txt: |
| * editing/pasteboard/script-tests/file-input-files-access.js: |
| (fileListShouldBe): |
| (runTest): |
| |
| 2010-02-25 Oliver Hunt <oliver@apple.com> |
| |
| Reviewed by Maciej Stachowiak. |
| |
| Race condition in JSPropertyNameIterator and Structure destruction |
| https://bugs.webkit.org/show_bug.cgi?id=35398 |
| |
| Add test to ensure that this race condition doesn't occur. |
| |
| * fast/js/script-tests/for-in-cached.js: |
| (cacheClearing): |
| |
| 2010-02-25 Alexey Proskuryakov <ap@apple.com> |
| |
| Tiger build fix. |
| |
| * java/Makefile: I can't get $(or ...) work on Tiger, so changed to use a single condition. |
| |
| 2010-02-25 Alexey Proskuryakov <ap@apple.com> |
| |
| Reviewed by Geoffrey Garen. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=35394 |
| <rdar://problem/7685262> Make passing objects between Java and plug-ins work |
| |
| * java/Makefile: Added plugin.jar to classpath to make JSObject available in test applets. |
| |
| * java/java-and-plugins-expected.txt: Added. |
| * java/java-and-plugins.html: Added. |
| |
| * java/SharedApplet.java: Added test methods for java-and-plugins.html. |
| |
| * java/argument-to-object-type-expected.txt: |
| * java/argument-to-object-type.html: |
| * java/array-return-expected.txt: |
| * java/array-return.html: |
| Removed plug-in element that got here due to a copy/paste mistake. |
| |
| 2010-02-25 Pavel Feldman <pfeldman@chromium.org> |
| |
| Web Inspector: evaluate-on-hover does not work on HTML files. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=35378 |
| |
| * inspector/syntax-highlight-html-expected.txt: |
| |
| 2010-02-25 Ben Murdoch <benm@google.com> |
| |
| Reviewed by Kenneth Rohde Christiansen. |
| |
| The target element of a Touch should be the target where that touch originated, not where it is now. |
| https://bugs.webkit.org/show_bug.cgi?id=34585 |
| |
| * fast/events/touch/basic-single-touch-events-expected.txt: Update expected target element. |
| * fast/events/touch/script-tests/basic-single-touch-events.js: ditto. |
| * fast/events/touch/script-tests/touch-target.js: Added. |
| * fast/events/touch/touch-target-expected.txt: Added. |
| * fast/events/touch/touch-target.html: Added. |
| |
| 2010-02-25 Xan Lopez <xlopez@igalia.com> |
| |
| Reviewed by Gustavo Noronha. |
| |
| Unskip a bunch of (AFAICT) non-flakey HTTP tests that we currently |
| pass. |
| |
| * platform/gtk/Skipped: |
| |
| 2010-02-24 Chris Evans <cevans@chromium.org> |
| |
| Reviewed by Darin Adler. |
| |
| Add test for SVG that used to cause crash. |
| It has been fixed on trunk for a while, thanks to the <use> rewrite, |
| but we want to make sure we do not regress. |
| |
| * svg/dom/use-transform.svg: Added. |
| * svg/dom/use-transform-expected.txt: Added. |
| |
| 2010-02-24 Dan Bernstein <mitz@apple.com> |
| |
| Rubber-stamped by Anders Carlsson. |
| |
| Keep this test’s behavior the same after r55203. |
| |
| * fast/dom/script-tests/prototype-inheritance-2.js: Explicitly set the inner document’s body |
| display property to “none”. Before r55203, this happened as a side effect of parsing the |
| <frameset> tag. |
| |
| 2010-02-24 Dan Bernstein <mitz@apple.com> |
| |
| Reviewed by Anders Carlsson. |
| |
| <rdar://problem/7018611> innerHTML applies meta/link/title tags from a detached html element |
| |
| * fast/parser/fragment-parser-expected.txt: Added. |
| * fast/parser/fragment-parser.html: Added. |
| * fast/parser/script-tests/fragment-parser.js: Added. |
| |
| 2010-02-24 Oliver Hunt <oliver@apple.com> |
| |
| Reviewed by Geoffrey Garen. |
| |
| [REGRESSION in r55185] EXC_BAD_ACCESS on opening inspector. |
| https://bugs.webkit.org/show_bug.cgi?id=35335 |
| |
| Add tests for caching getter lookup on large objects (eg. those not |
| using the inline storage array). |
| |
| * fast/js/pic/cached-getter-setter-expected.txt: |
| * fast/js/pic/cached-getter-setter.html: |
| |
| 2010-02-24 Xan Lopez <xlopez@igalia.com> |
| |
| Reviewed by Gustavo Noronha. |
| |
| Unskip 3 passing cookies tests. |
| |
| * platform/gtk/Skipped: |
| |
| 2010-02-24 Dan Bernstein <mitz@apple.com> |
| |
| Reviewed by Simon Fraser. |
| |
| <rdar://problem/7682827> Text with :first-letter lingers after being removed |
| |
| * fast/css/first-letter-set-text-expected.checksum: Added. |
| * fast/css/first-letter-set-text-expected.png: Added. |
| * fast/css/first-letter-set-text-expected.txt: Added. |
| * fast/css/first-letter-set-text.html: Added. |
| |
| 2010-02-24 Philippe Normand <pnormand@igalia.com> |
| |
| Rubber-stamped by Xan Lopez. |
| |
| [GTK] DRT implement execCommand() |
| https://bugs.webkit.org/show_bug.cgi?id=35351 |
| |
| Skip test that fails in GTK+. |
| |
| * platform/gtk/Skipped: |
| |
| 2010-02-24 Philippe Normand <pnormand@igalia.com> |
| |
| Rubber-stamped by Xan Lopez. |
| |
| Adding a GTK layout test result for a new test |
| added in r55159. |
| |
| * platform/gtk/fast/repaint/repaint-during-scroll-expected.txt: Added. |
| |
| 2010-02-23 Csaba Osztrogonác <ossy@webkit.org> |
| |
| Rubber-stamped by Simon Hausmann. |
| |
| [Qt] editing/execCommand/delete-image-in-anchor.html skipped |
| because of missing layoutTestController.execCommand() |
| |
| Qt specific expected file added for editing/execCommand/insert-list-xml.xhtml |
| introduced in r55167, because of different font types. |
| |
| * platform/qt/Skipped: editing/execCommand/delete-image-in-anchor.html skipped. |
| * platform/qt/editing/execCommand/insert-list-xml-expected.txt: Added. |
| |
| 2010-02-23 Oliver Hunt <oliver@apple.com> |
| |
| Reviewed by Maciej Stachowiak. |
| |
| Web Inspector: Regression: r55027+: Inspector broken |
| https://bugs.webkit.org/show_bug.cgi?id=35253 |
| |
| Add thorough testing of getter access to hit the various |
| possible caching scenarios. |
| |
| * fast/js/pic/cached-getter-setter-expected.txt: |
| * fast/js/pic/cached-getter-setter.html: |
| |
| 2010-02-23 Enrica Casucci <enrica@apple.com> |
| |
| Reviewed by Simon Fraser. |
| |
| REGRESSION: WebKit crashes when deleting images on blogger.com (34957) |
| <rdar://problem/7651935> |
| https://bugs.webkit.org/show_bug.cgi?id=34957 |
| |
| * editing/execCommand/delete-image-in-anchor-expected.txt: Added. |
| * editing/execCommand/delete-image-in-anchor.html: Added. |
| |
| 2010-02-23 Tony Chang <tony@chromium.org> |
| |
| Reviewed by Eric Seidel. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=34634 |
| Pasting a list into the middle of another list item should split the target |
| list item into two separate list items. This matches the behavior in other |
| browsers. |
| |
| * editing/pasteboard/paste-list-004-expected.txt: Added. |
| * editing/pasteboard/paste-list-004.html: Added. |
| |
| 2010-02-23 Alexey Proskuryakov <ap@apple.com> |
| |
| Reviewed by Mark Rowe. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=22602 |
| Enable Java in DumpRenderTree (on Mac) |
| |
| * fast/dom/java-applet-calls-expected.txt: Removed. |
| * fast/dom/java-applet-calls.html: Removed. |
| * fast/dom/resources/TestApplet.class: Removed. |
| * fast/dom/resources/TestApplet.java: Removed. |
| This test was added in a failing form, even though it never worked. The new tests cover |
| everything it was meant to cover. |
| |
| * java/SharedApplet.java: Added. This class will have methods for simple tests, but it's |
| also possible to just add new source files. |
| |
| * java/Makefile: Added. Compile all .java files in the directory. |
| |
| * java: Added. |
| * java/argument-to-object-type-expected.txt: Added. |
| * java/argument-to-object-type.html: Added. |
| * java/array-return-expected.txt: Added. |
| * java/array-return.html: Added. |
| Added tests for recently fixed bugs. |
| |
| * platform/gtk/Skipped: |
| * platform/qt/Skipped: |
| * platform/win/Skipped: |
| Java tests only work on Mac currently. |
| |
| 2010-02-23 Oliver Hunt <oliver@apple.com> |
| |
| Add expected result |
| |
| * svg/custom/animate-use-crash-expected.txt: Added. |
| |
| 2010-02-23 Oliver Hunt <oliver@apple.com> |
| |
| Reviewed by Maciej Stachowiak. |
| |
| Add a testcase for an old bug to ensure it doesn't return. |
| |
| * svg/custom/animate-use-crash.xhtml: Added. |
| |
| 2010-02-23 Brady Eidson <beidson@apple.com> |
| |
| Reviewed by Tim Hatcher and Pavel Feldman. |
| |
| Regression (r55107) - WebInspector docking is busted. |
| https://bugs.webkit.org/show_bug.cgi?id=35274 |
| |
| * inspector/timeline-event-dispatch.html: Actually click in the right place now that the |
| inspector isn't docked anymore. |
| |
| 2010-02-23 Enrica Casucci <enrica@apple.com> |
| |
| Reviewed by Darin Adler. |
| |
| Crash in createContextualFragment when inserting a list in a non HTML document. |
| <rdar://problem/7666670> |
| https://bugs.webkit.org/show_bug.cgi?id=35305 |
| |
| * editing/execCommand/insert-list-xml-expected.txt: Added. |
| * editing/execCommand/insert-list-xml.xhtml: Added. |
| |
| 2010-02-23 Dan Bernstein <mitz@apple.com> |
| |
| Rubber-stamped by Simon Fraser. |
| |
| <rdar://problem/7611158> Incomplete repaint of YouTube timeline thumb while scrolling |
| https://bugs.webkit.org/show_bug.cgi?id=34381 |
| |
| * fast/repaint/repaint-during-scroll.html: Added. |
| * platform/mac/fast/repaint/repaint-during-scroll-expected.checksum: Added. |
| * platform/mac/fast/repaint/repaint-during-scroll-expected.png: Added. |
| * platform/mac/fast/repaint/repaint-during-scroll-expected.txt: Added. |
| |
| 2010-02-23 Brady Eidson <beidson@apple.com> |
| |
| Reviewed by Alexey Proskuryakov. |
| |
| HTTP 307 after a 303 after a POST re-sends POST data from the original request. |
| <rdar://problem/7390251> and https://bugs.webkit.org/show_bug.cgi?id=31410 |
| |
| * http/tests/loading/307-after-303-after-post.html: Added. |
| * http/tests/loading/resources/303-to-307-target.php: Added. |
| * http/tests/loading/resources/307-post-output-target.php: Added. |
| * http/tests/loading/resources/post-to-303-target.php: Added. |
| * platform/gtk/Skipped: |
| * platform/qt/Skipped: |
| |
| 2010-02-23 Ben Murdoch <benm@google.com> |
| |
| Reviewed by Eric Seidel. |
| |
| pageX/Y co-ordinates of TouchEvent should be 0,0 |
| https://bugs.webkit.org/show_bug.cgi?id=35239 |
| |
| Update layout tests to reflect the WebCore changes in this bug. |
| |
| * fast/events/touch/basic-multi-touch-events-expected.txt: Updated. |
| * fast/events/touch/basic-single-touch-events-expected.txt: Updated. |
| * fast/events/touch/script-tests/basic-multi-touch-events.js: |
| (verifyTouchEvent): Add checking of TouchEvent.pageX/Y |
| * fast/events/touch/script-tests/basic-single-touch-events.js: |
| (verifyTouchEvent): ditto. |
| |
| 2010-02-23 Shinichiro Hamaji <hamaji@chromium.org> |
| |
| Reviewed by Eric Seidel. |
| |
| [Gtk] Implement layoutTestController.numberOfPages |
| https://bugs.webkit.org/show_bug.cgi?id=35228 |
| |
| * platform/gtk/Skipped: |
| |
| 2010-02-23 Tony Chang <tony@chromium.org> |
| |
| Not reviewed. |
| Revert r55135 because the layout test is failing on all the bots. |
| https://bugs.webkit.org/show_bug.cgi?id=34634 |
| |
| * editing/pasteboard/paste-list-004-expected.txt: Removed. |
| * editing/pasteboard/paste-list-004.html: Removed. |
| |
| 2010-02-23 Yuta Kitamura <yutak@chromium.org> |
| |
| Reviewed by Dan Bernstein. |
| |
| Fix alignment of vertical-align: text-bottom inside an inline-block. |
| |
| This patch is based on a fix provided by Takahito Hirano. |
| |
| display: inline-block + vertical-align: text-bottom causes misalignment. |
| https://bugs.webkit.org/show_bug.cgi?id=30846 |
| |
| * fast/inline-block/inline-block-vertical-align-2.html: Added. |
| * fast/inline-block/inline-block-vertical-align-2-expected.txt: Added. |
| |
| 2010-02-23 Tony Chang <tony@chromium.org> |
| |
| Reviewed by Eric Seidel. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=34634 |
| Pasting a list into the middle of another list item should split the target |
| list item into two separate list items. This matches the behavior in other |
| browsers. |
| |
| * editing/pasteboard/paste-list-004-expected.txt: Added. |
| * editing/pasteboard/paste-list-004.html: Added. |
| |
| 2010-02-18 Philippe Normand <pnormand@igalia.com> |
| |
| Reviewed by Eric Seidel. |
| |
| media/video-display-aspect-ratio.html fails |
| https://bugs.webkit.org/show_bug.cgi?id=34933 |
| |
| Original patch by Eric Carlson. |
| |
| * media/content/test-par-16-9.mp4: Change the width of the video |
| track from 426.666 to 426. |
| * platform/mac-leopard/Skipped: Unskip the test, it should pass now. |
| |
| 2010-02-22 Chris Evans <cevans@chromium.org> |
| |
| Reviewed by Darin Adler. |
| |
| Add test for https://bugs.webkit.org/show_bug.cgi?id=32842 |
| It has been fixed on trunk for a while, but we want to make sure we |
| do not regress. |
| |
| * fast/text/find-layout-crash.html: Added. |
| * fast/text/find-layout-crash-expected.txt: Added. |
| |
| 2010-02-22 Csaba Osztrogonác <ossy@webkit.org> |
| |
| Rubber-stamped by Alexey Proskuryakov. |
| |
| [Qt] fast/encoding/invalid-UTF-8-2.html fails |
| https://bugs.webkit.org/show_bug.cgi?id=35263 |
| |
| Qt Linux Release buildbot got the platform independent result for |
| fast/encoding/invalid-UTF-8-2.html instead of Qt specific one. |
| |
| Qt specific expected file is removed to make buildbot green, |
| but it needs more investigation. |
| |
| * platform/qt/fast/encoding/invalid-UTF-8-2-expected.txt: Removed. |
| |
| 2010-02-19 Peter Kasting <pkasting@google.com> |
| |
| Reviewed by Eric Seidel. |
| |
| Avoid recursion when trying to get the size of a PNG; it's unnecessary |
| and in the worst case can lead to heap corruption. |
| https://bugs.webkit.org/show_bug.cgi?id=35167 |
| |
| * fast/images/bad-png-expected.txt: Added. |
| * fast/images/bad-png.html: Added. |
| * fast/images/resources/bad-png.png: Added. |
| |
| 2010-02-22 Robert Hogan <robert@roberthogan.net> |
| |
| Reviewed by Alexey Proskuryakov. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=32937 |
| LayoutTests/fast/encoding/invalid-UTF-8.html fails on Qt. |
| |
| The test was verifying two things: first, that U+FFFD is rendered by the browser, and second, |
| that ill-formed UTF-8 sequences are turned into U+FFFD. Some aspects of the latter are not |
| precisely defined by the Unicode specification, so different platforms may legitimately |
| have different results. |
| |
| Split the test into two: one to test the rendering of invalid UTF-8 sequences, and the other |
| to protect against regressions in each platform's decoding behaviour. |
| |
| * fast/encoding/invalid-UTF-8-2-expected.txt: Added. |
| * fast/encoding/invalid-UTF-8-2.html: Added. |
| * fast/encoding/invalid-UTF-8.html: |
| * platform/mac/fast/encoding/invalid-UTF-8-expected.checksum: |
| * platform/mac/fast/encoding/invalid-UTF-8-expected.png: |
| * platform/mac/fast/encoding/invalid-UTF-8-expected.txt: |
| * platform/qt/fast/encoding/invalid-UTF-8-2-expected.txt: |
| |
| 2010-02-22 Chris Fleizach <cfleizach@apple.com> |
| |
| Fixing Layout test failure. Not reviewed. |
| |
| AX: AXFocused is not writable like it should be on nodes |
| https://bugs.webkit.org/show_bug.cgi?id=35186 |
| |
| * platform/mac/accessibility/element-focus-expected.txt: |
| * platform/mac/accessibility/element-focus.html: |
| |
| 2010-02-22 Enrica Casucci <enrica@apple.com> |
| |
| Reviewed by Dan Bernstein. |
| |
| Reproducible crash in WebCore::nextLinePosition on Tweeteorites.com |
| <rdar://problem/7615758> |
| https://bugs.webkit.org/show_bug.cgi?id=35060 |
| |
| * editing/selection/extend-byline-withfloat-expected.txt: Added. |
| * editing/selection/extend-byline-withfloat.html: Added. |
| |
| 2010-02-22 Chris Fleizach <cfleizach@apple.com> |
| |
| Reviewed by Beth Dakin. |
| |
| AX: AXFocused is not writable like it should be on nodes |
| https://bugs.webkit.org/show_bug.cgi?id=35186 |
| |
| * platform/mac/accessibility/element-focus-expected.txt: Added. |
| * platform/mac/accessibility/element-focus.html: Added. |
| |
| 2010-02-07 Yuzo Fujishima <yuzo@google.com> |
| |
| Reviewed by Eric Seidel. |
| |
| When page-break-{after,before} is set to always, force page breaks even for overflow-specified elements. |
| RenderBlock::inRootBlockContext() was introduced by Changeset 5611. Although it is a reasonable criteria for choosing an optional page break location, it is not for a mandatory page break as specified by http://dev.w3.org/csswg/css3-page/#forced-pg-brk. The method is removed because it is not used anywhere else. |
| Note: this patch makes page break work for overflow-specified elements. For tables and floated elements, more work is needed. |
| https://bugs.webkit.org/show_bug.cgi?id=9526 |
| |
| * printing/page-break-always-for-overflow-expected.txt: Added. |
| * printing/page-break-always-for-overflow.html: Added. |
| * printing/script-tests/page-break-always-for-overflow.js: Added. |
| |
| 2010-02-19 Eric Seidel <eric@webkit.org> |
| |
| Reviewed by Dimitri Glazkov. |
| |
| fast/forms/search-event-delay.html failed on Snow Leopard Debug Bot |
| https://bugs.webkit.org/show_bug.cgi?id=33543 |
| |
| * platform/mac-snowleopard/Skipped: |
| - This test prints times and expects 0.1s precision even on Debug bots. |
| That can't work. Skipping the test to make the bots green until this can be made non-flakey |
| or until we have a layout test system which allows "failure" expectations. |
| |
| 2010-02-19 Eric Seidel <eric@webkit.org> |
| |
| Reviewed by Dimitri Glazkov. |
| |
| editing/pasteboard/4641033.html timed out on Tiger Bot |
| https://bugs.webkit.org/show_bug.cgi?id=33310 |
| |
| * platform/mac-tiger/Skipped: |
| |
| 2010-02-19 Alexey Proskuryakov <ap@apple.com> |
| |
| Reviewed by Dan Bernstein. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=35165 |
| plugins/set-status.html fails on Windows bot |
| |
| * plugins/set-status-expected.txt: The behavior of Windows port was better, changed expectations. |
| |
| 2010-02-19 Andras Becsi <abecsi@webkit.org> |
| |
| Reviewed by Kenneth Rohde Christiansen. |
| |
| [Qt] Implement textZoomIn() and textZoomOut() in DRT's EventSender, add results |
| for passing new tests and unskip the passing ones from the Skipped list. |
| https://bugs.webkit.org/show_bug.cgi?id=35159 |
| |
| * platform/qt/Skipped: unskip passing tests |
| * platform/qt/svg/custom/text-zoom-expected.txt: Added. |
| * platform/qt/svg/zoom: Added. |
| * platform/qt/svg/zoom/page: Added. |
| * platform/qt/svg/zoom/page/absolute-sized-document-no-scrollbars-expected.txt: Added. |
| * platform/qt/svg/zoom/page/absolute-sized-document-scrollbars-expected.txt: Added. |
| * platform/qt/svg/zoom/page/relative-sized-document-scrollbars-expected.txt: Added. |
| * platform/qt/svg/zoom/page/zoom-foreignObject-expected.txt: Added. |
| * platform/qt/svg/zoom/page/zoom-hixie-mixed-008-expected.txt: Added. |
| * platform/qt/svg/zoom/page/zoom-hixie-mixed-009-expected.txt: Added. |
| * platform/qt/svg/zoom/page/zoom-hixie-rendering-model-004-expected.txt: Added. |
| * platform/qt/svg/zoom/page/zoom-svg-float-border-padding-expected.txt: Added. |
| * platform/qt/svg/zoom/text: Added. |
| * platform/qt/svg/zoom/text/absolute-sized-document-no-scrollbars-expected.txt: Added. |
| * platform/qt/svg/zoom/text/absolute-sized-document-scrollbars-expected.txt: Added. |
| * platform/qt/svg/zoom/text/relative-sized-document-scrollbars-expected.txt: Added. |
| * platform/qt/svg/zoom/text/zoom-foreignObject-expected.txt: Added. |
| * platform/qt/svg/zoom/text/zoom-hixie-mixed-008-expected.txt: Added. |
| * platform/qt/svg/zoom/text/zoom-hixie-mixed-009-expected.txt: Added. |
| * platform/qt/svg/zoom/text/zoom-hixie-rendering-model-004-expected.txt: Added. |
| * platform/qt/svg/zoom/text/zoom-svg-float-border-padding-expected.txt: Added. |
| |
| 2010-02-19 Philippe Normand <pnormand@igalia.com> |
| |
| Rubber-stamped by Gustavo Noronha Silva. |
| |
| [GTK] fast/forms/restore-selection-after-layout.html fails on 32bits Debug build |
| https://bugs.webkit.org/show_bug.cgi?id=35158 |
| |
| * platform/gtk/Skipped: Skip failing test |
| |
| 2010-02-19 Alexander Pavlov <apavlov@chromium.org> |
| |
| Reviewed by Pavel Feldman. |
| |
| WebInspector: Elements panel: Correctly show empty elements' ending tags |
| for XML and HTML documents. |
| https://bugs.webkit.org/show_bug.cgi?id=26315 |
| |
| * inspector/console-dirxml-expected.txt: |
| * inspector/console-format-collections-expected.txt: |
| * inspector/console-format-expected.txt: |
| * inspector/elements-panel-limited-children-expected.txt: |
| * inspector/elements-panel-structure-expected.txt: |
| Re-baselined due to closing tags and ellipses between opening and closing tags |
| |
| * inspector/elements-panel-xhtml-structure-expected.txt: Added. |
| * inspector/elements-panel-xhtml-structure.xhtml: Added. |
| |
| 2010-02-19 Andras Becsi <abecsi@webkit.org> |
| Unreviewed Changelog typo fix. |
| |
| r5993 should be r54993. |
| |
| 2010-02-19 Andras Becsi <abecsi@webkit.org> |
| |
| Rubber-stamped by Kenneth Rohde Christiansen. |
| |
| [Qt] plugins/set-status.html introduced in r54993 fails skipping it until fix. |
| https://bugs.webkit.org/show_bug.cgi?id=35144 |
| |
| * platform/qt/Skipped: |
| |
| 2010-02-19 Diego Gonzalez <diego.gonzalez@openbossa.org> |
| |
| Reviewed by Kenneth Rohde Christiansen. |
| |
| Send the context menu event from contextClick() of EventSender |
| and do not show context menu in DRT. |
| |
| LayoutTests: |
| fast/events/contextmenu-scrolled-page-with-frame.html |
| |
| [Qt] DRT: Send context menu event from EventSender |
| https://bugs.webkit.org/show_bug.cgi?id=35131 |
| |
| * platform/qt/Skipped: |
| |
| 2010-02-19 Csaba Osztrogonác <ossy@webkit.org> |
| |
| Reviewed by Kenneth Rohde Christiansen. |
| |
| [Qt] editing tests fails after r54980 |
| https://bugs.webkit.org/show_bug.cgi?id=35145 |
| |
| After r54980 two tests fail, skip them until fix. |
| Another two tests pass, they have same results as Win port. |
| |
| * platform/qt/Skipped: |
| - editing/selection/extend-selection.html skipped. |
| - editing/selection/extend-after-mouse-selection.html skipped. |
| * platform/qt/editing/selection/click-in-margins-inside-editable-div-expected.txt: Copied from LayoutTests/platform/win/editing/selection/click-in-margins-inside-editable-div-expected.txt. |
| * platform/qt/editing/selection/click-in-padding-with-multiple-line-boxes-expected.txt: Copied from LayoutTests/platform/win/editing/selection/click-in-padding-with-multiple-line-boxes-expected.txt. |
| |
| 2010-02-19 Philippe Normand <pnormand@igalia.com> |
| |
| Rubber-stamped by Xan Lopez. |
| |
| [GTK] plugins/set-status.html fails |
| https://bugs.webkit.org/show_bug.cgi?id=35144 |
| |
| * platform/gtk/Skipped: Skip failing test. |
| |
| 2010-02-19 Philippe Normand <pnormand@igalia.com> |
| |
| Rubber-stamped by Xan Lopez. |
| |
| Adding a GTK layout test result for a new test |
| added in r54980. |
| |
| * platform/gtk/editing/selection/extend-after-mouse-selection-expected.txt: Added. |
| |
| 2010-02-19 Philippe Normand <pnormand@igalia.com> |
| |
| Rubber-stamped by Xan Lopez. |
| |
| Adding a GTK layout test result for a new test |
| added in r54982. |
| |
| * platform/gtk/fast/repaint/selection-gap-overflow-scroll-2-expected.txt: Added. |
| |
| 2010-02-18 Csaba Osztrogonác <ossy@webkit.org> |
| |
| Rubber-stamped by Simon Hausmann. |
| |
| [Qt] Update platform specific expected files after r54991. |
| |
| * platform/qt/svg/css/circle-in-mask-with-shadow-expected.txt: updated. |
| * platform/qt/svg/css/mask-with-shadow-expected.txt: updated. |
| * platform/qt/svg/custom/empty-mask-expected.txt: updated. |
| * platform/qt/svg/custom/mask-with-default-value-expected.txt: updated. |
| * platform/qt/svg/custom/transformedMaskFails-expected.txt: updated. |
| |
| 2010-02-18 Yaar Schnitman <yaar@chromium.org> |
| |
| Reviewed by Darin Adler. |
| |
| Normalize custom ctors for Image, Option, Audio |
| https://bugs.webkit.org/show_bug.cgi?id=34782 |
| |
| * fast/js/custom-constructors-expected.txt: Added. |
| * fast/js/custom-constructors.html: Added. |
| * fast/js/script-tests/custom-constructors.js: Added. |
| |
| 2010-02-18 Alexey Proskuryakov <ap@apple.com> |
| |
| Reviewed by Dan Bernstein. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=35134 |
| <rdar://problem/7246280> Crash when a plugin calls NPN_SetStatus(0) |
| |
| * plugins/set-status-expected.txt: Added. |
| * plugins/set-status.html: Added. |
| While at it, also test that we process UTF-8. |
| |
| 2010-02-18 Dan Bernstein <mitz@apple.com> |
| |
| Reviewed by John Sullivan. |
| |
| <rdar://problem/7658811> Multiple style recalcs due to getComputedStyle() on “display: none;” element |
| when there are pending style sheets |
| |
| * fast/css/getComputedStyle/pending-stylesheet-expected.txt: Added. |
| * fast/css/getComputedStyle/pending-stylesheet.html: Added. |
| |
| 2010-02-18 Dirk Schulze <krit@webkit.org> |
| |
| Reviewed by Nikolas Zimmermann. |
| |
| Move SVGResources to Renderers, starting with Masker |
| https://bugs.webkit.org/show_bug.cgi?id=35020 |
| |
| With the move from SVGResourceMasker to RenderSVGResourceMasker, I changed |
| the way DRT dumps resources. DRT is now able to dump multi-access |
| of resources. |
| Also the size of a Mask resource (depending of the object) and the access of |
| the resource (togeter with the resource name) is pointed out as an insertion |
| under the object. |
| |
| * platform/mac/svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt: |
| * platform/mac/svg/batik/masking/maskRegions-expected.txt: |
| * platform/mac/svg/css/circle-in-mask-with-shadow-expected.txt: |
| * platform/mac/svg/css/mask-with-shadow-expected.txt: |
| * platform/mac/svg/custom/empty-mask-expected.txt: |
| * platform/mac/svg/custom/grayscale-gradient-mask-expected.txt: |
| * platform/mac/svg/custom/js-late-mask-and-object-creation-expected.txt: |
| * platform/mac/svg/custom/js-late-mask-creation-expected.txt: |
| * platform/mac/svg/custom/mask-changes-expected.txt: |
| * platform/mac/svg/custom/mask-child-changes-expected.txt: |
| * platform/mac/svg/custom/mask-excessive-malloc-expected.txt: |
| * platform/mac/svg/custom/mask-inside-defs-expected.txt: |
| * platform/mac/svg/custom/mask-invalidation-expected.txt: |
| * platform/mac/svg/custom/mask-on-multiple-objects-expected.txt: |
| * platform/mac/svg/custom/mask-with-all-units-expected.txt: |
| * platform/mac/svg/custom/mask-with-default-value-expected.txt: |
| * platform/mac/svg/custom/resource-invalidate-on-target-update-expected.txt: |
| * platform/mac/svg/custom/visibility-override-mask-expected.txt: |
| * platform/mac/svg/filters/filter-clip-expected.txt: |
| * svg/custom/transformedMaskFails-expected.txt: |
| |
| 2010-02-18 Gustavo Noronha Silva <gns@gnome.org> |
| |
| [Qt][GTK] fast/xmlhttprequest/xmlhttprequest-nonexistent-file.html fails (DRT sideeffect) |
| https://bugs.webkit.org/show_bug.cgi?id=35086 |
| |
| Skip both new tests that fail. It may be a DRT problem, and the |
| file path that is reported in the error message also seems to |
| require tweaking. |
| |
| * platform/gtk/Skipped: |
| |
| 2010-02-18 Gustavo Noronha Silva <gns@gnome.org> |
| |
| [GTK] Fails fast/multicol/client-rects.html |
| https://bugs.webkit.org/show_bug.cgi?id=35127 |
| |
| Skip test that fails in GTK+ - trying to get bot green again. |
| |
| * platform/gtk/Skipped: |
| |
| 2010-02-18 Dan Bernstein <mitz@apple.com> |
| |
| Reviewed by Simon Fraser. |
| |
| <rdar://problem/7650652> REGRESSION: Selection painting issue in bug review textbox |
| https://bugs.webkit.org/show_bug.cgi?id=34946 |
| |
| * fast/repaint/selection-gap-overflow-scroll-2.html: Copied from LayoutTests/fast/repaint/selection-gap-overflow-scroll.html. |
| * platform/mac/fast/repaint/selection-gap-overflow-scroll-2-expected.checksum: Added. |
| * platform/mac/fast/repaint/selection-gap-overflow-scroll-2-expected.png: Added. |
| * platform/mac/fast/repaint/selection-gap-overflow-scroll-2-expected.txt: Added. |
| |
| 2010-02-17 Dumitru Daniliuc <dumi@chromium.org> |
| |
| Reviewed by NOBODY Darin Adler. |
| |
| 'undefined' return values from statement error callbacks are not |
| treated as 'true'. Fix the tests that did not use this |
| assumption. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=35048 |
| |
| * storage/database-lock-after-reload.html: |
| * storage/private-browsing-readonly.html: |
| * storage/statement-error-callback.html: |
| * storage/statement-error-callback-expected.txt: |
| |
| 2010-02-17 Ojan Vafai <ojan@chromium.org> |
| |
| Reviewed by Adam Barth. |
| |
| keyboard selection sometimes moves the wrong end of the selection for Win/Linux |
| https://bugs.webkit.org/show_bug.cgi?id=35066 |
| |
| The changes to js-test-selection-shared.js are just to make the selection editing tests |
| easier to debug in the future. |
| |
| The mac results for extend-after-mouse-selection.html contain a "FAIL" line. This is |
| a case where WebKit doesn't match TextEdit. |
| |
| * editing/editing.js: |
| (execMoveSelectionForwardByLineBoundaryCommand): |
| (moveSelectionForwardByLineBoundaryCommand): |
| (execExtendSelectionForwardByLineBoundaryCommand): |
| (extendSelectionForwardByLineBoundaryCommand): |
| (execExtendSelectionBackwardByLineBoundaryCommand): |
| (extendSelectionBackwardByLineBoundaryCommand): |
| (execMoveSelectionBackwardByLineBoundaryCommand): |
| (moveSelectionBackwardByLineBoundaryCommand): |
| * editing/selection/extend-after-mouse-selection.html: Added. |
| * editing/selection/move-begin-end-expected.txt: |
| * editing/selection/move-begin-end.html: |
| * editing/selection/resources/js-test-selection-shared.js: |
| (objectAsString): |
| (assertSelectionAt): |
| * platform/mac/editing/selection/click-in-margins-inside-editable-div-expected.txt: |
| * platform/mac/editing/selection/click-in-padding-with-multiple-line-boxes-expected.txt: |
| * platform/mac/editing/selection/extend-after-mouse-selection-expected.txt: Added. |
| * platform/win/editing/selection/click-in-margins-inside-editable-div-expected.txt: |
| * platform/win/editing/selection/click-in-padding-with-multiple-line-boxes-expected.txt: |
| * platform/win/editing/selection/extend-after-mouse-selection-expected.txt: Added. |
| * platform/win/editing/selection/extend-selection-expected.txt: Added. |
| |
| 2010-02-18 Nate Chapin <japhet@chromium.org> |
| |
| Unreviewed, build fix. |
| |
| Provide good expected results for fast/dom/Window/window-event-override-no-crash.html. |
| |
| * fast/dom/Window/window-event-override-no-crash-expected.txt: |
| * fast/dom/Window/window-event-override-no-crash.html: |
| |
| 2010-02-18 Gustavo Noronha Silva <gns@gnome.org> |
| |
| [GTK][Qt] Fails glyph reordering test fast/text/glyph-reordering.html |
| https://bugs.webkit.org/show_bug.cgi?id=34918 |
| |
| Unskipping that now passes, after r54912. |
| |
| * platform/gtk/Skipped: |
| |
| 2010-02-18 Brady Eidson <beidson@apple.com> |
| |
| Reviewed by Sam Weinig. |
| |
| Particularly constructed WebFrames can try to access a null HistoryItem |
| <rdar://problem/7638892> and https://bugs.webkit.org/show_bug.cgi?id=35063 |
| |
| * fast/loader/api-test-new-window-data-load-base-url-expected.txt: Added. |
| * fast/loader/api-test-new-window-data-load-base-url.html: Added. |
| * platform/gtk/Skipped: |
| * platform/qt/Skipped: |
| * platform/win/Skipped: |
| |
| 2010-02-18 Nate Chapin <japhet@chromium.org> |
| |
| Reviewed by Eric Seidel. |
| |
| Actually submitting test for https://bugs.webkit.org/show_bug.cgi?id=34899 this time. |
| |
| * fast/dom/Window/window-event-override-no-crash-expected.txt: Added. |
| * fast/dom/Window/window-event-override-no-crash.html: Added. |
| |
| 2010-02-18 Nate Chapin <japhet@chromium.org> |
| |
| Reviewed by Eric Seidel. |
| |
| Test for https://bugs.webkit.org/show_bug.cgi?id=34899 |
| |
| * fast/dom/Window/window-event-override-no-crash-expected.txt: Added. |
| * fast/dom/Window/window-event-override-no-crash.html: Added. |
| |
| 2010-02-18 Andras Becsi <abecsi@webkit.org> |
| |
| Rubber-stamped by Kenneth Rohde Christiansen. |
| |
| [Qt] Skip the following tests because of missing eventSender.textZoomIn(): |
| |
| svg/zoom/text/absolute-sized-document-no-scrollbars.svg |
| svg/zoom/text/absolute-sized-document-scrollbars.svg |
| svg/zoom/text/relative-sized-document-scrollbars.svg |
| svg/zoom/text/zoom-foreignObject.svg |
| svg/zoom/text/zoom-hixie-mixed-008.xml |
| svg/zoom/text/zoom-hixie-mixed-009.xml |
| svg/zoom/text/zoom-hixie-rendering-model-004.xhtml |
| svg/zoom/text/zoom-svg-float-border-padding.xml |
| |
| * platform/qt/Skipped: |
| |
| 2010-02-18 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk> |
| |
| Rubber-stamped by Xan Lopez. |
| |
| fast/frames/iframe-reparenting.html crashing on GTK Debug bots |
| https://bugs.webkit.org/show_bug.cgi?id=35081 |
| |
| Unskip test that is now |
| fixed (fast/frames/iframe-reparenting.html) |
| |
| * platform/gtk/Skipped: |
| |
| 2010-02-18 Csaba Osztrogonác <ossy@webkit.org> |
| |
| [Qt] fast/xmlhttprequest/xmlhttprequest-nonexistent-file.html fails (DRT sideeffect) |
| https://bugs.webkit.org/show_bug.cgi?id=35086 |
| |
| fast/xmlhttprequest/xmlhttprequest-no-file-access.html cause |
| this fail indirectly, but both of them pass in separated DRT. |
| |
| * platform/qt/Skipped: fast/xmlhttprequest/xmlhttprequest-no-file-access.html |
| skipped until fix to make buildbot happy. |
| |
| 2010-02-18 Philippe Normand <pnormand@igalia.com> |
| |
| Not reviewed, adding a GTK layout test result for a new test |
| added in r54926. |
| |
| * platform/gtk/fast/css/first-letter-first-line-hover-expected.txt: Added. |
| |
| 2010-02-18 Philippe Normand <pnormand@igalia.com> |
| |
| Rubber-stamped by Xan Lopez. |
| |
| plugins/iframe-shims.html crashing on GTK Debug bots |
| https://bugs.webkit.org/show_bug.cgi?id=35085 |
| |
| * platform/gtk/Skipped: Skip crashing tests. |
| |
| 2010-02-18 Philippe Normand <pnormand@igalia.com> |
| |
| Rubber-stamped by Xan Lopez. |
| |
| fast/frames/iframe-reparenting.html crashing on GTK Debug bots |
| https://bugs.webkit.org/show_bug.cgi?id=35081 |
| |
| * platform/gtk/Skipped: Skip crashing test. |
| |
| 2010-02-18 Philippe Normand <pnormand@igalia.com> |
| |
| Rubber-stamped by Xan Lopez. |
| |
| fast/css/font-face-opentype.html crashing on GTK bots |
| https://bugs.webkit.org/show_bug.cgi?id=35080 |
| |
| * platform/gtk/Skipped: Skip crashing test. |
| |
| 2010-02-18 Chris Evans <cevans@chromium.org> |
| |
| Reviewed by Adam Barth. |
| |
| Add the promised test for the unique file:// origins support. |
| See https://bugs.webkit.org/show_bug.cgi?id=34778 for more details. |
| |
| * fast/xmlhttprequest/xmlhttprequest-no-file-access.html: Added. |
| * fast/xmlhttprequest/resources/xmlhttprequest-no-file-access-real.html: Added. |
| * fast/xmlhttprequest/xmlhttprequest-no-file-access-expected.txt: Added. |
| |
| 2010-02-18 Tony Chang <tony@chromium.org> |
| |
| Not reviewed, adding a QT layout test result for a new test |
| added in r54932. |
| |
| * platform/qt/editing/pasteboard/page-zoom-expected.txt: Copied from LayoutTests/platform/gtk/editing/pasteboard/page-zoom-expected.txt. |
| |
| 2010-02-18 Csaba Osztrogonác <ossy@webkit.org> |
| |
| [Qt] editing/pasteboard/page-zoom.html fails |
| https://bugs.webkit.org/show_bug.cgi?id=35077 |
| |
| * platform/qt/Skipped: editing/pasteboard/page-zoom.html skipped until fix. |
| |
| 2010-02-17 Dmitry Titov <dimich@chromium.org> |
| |
| Reviewed by David Levin, Darin Fisher, Simon Hausmann. |
| |
| When a live iframe element is moved between pages, it still depends on the old page. |
| https://bugs.webkit.org/show_bug.cgi?id=34382 |
| |
| * fast/frames/iframe-reparenting-new-page-expected.txt: Added. |
| * fast/frames/iframe-reparenting-new-page.html: Added. |
| * fast/frames/resources/iframe-reparenting-new-page-1.html: Added. |
| * fast/frames/resources/iframe-reparenting-new-page-2.html: Added. |
| * fast/frames/resources/iframe-reparenting-new-page-iframe.html: Added. |
| * fast/frames/script-tests/TEMPLATE.html: Copied from LayoutTests/fast/canvas/script-tests/TEMPLATE.html. |
| * fast/frames/script-tests/iframe-reparenting-new-page.js: Added. |
| |
| 2010-02-17 Csaba Osztrogonác <ossy@webkit.org> |
| |
| [Qt] DRT: Get total number of pages to be printed |
| https://bugs.webkit.org/show_bug.cgi?id=34955 |
| |
| Fix landed in r54902, so we can unskip the test. |
| |
| * platform/qt/Skipped: printing/numberOfPages.html unskipped. |
| |
| 2010-02-17 Csaba Osztrogonác <ossy@webkit.org> |
| |
| [Qt] Fails glyph reordering test fast/text/glyph-reordering.html |
| https://bugs.webkit.org/show_bug.cgi?id=34918 |
| |
| Fix landed in r54912, so we can unskip the test. |
| |
| * platform/qt/Skipped: fast/text/glyph-reordering.html unskipped. |
| |
| 2010-02-17 Tony Chang <tony@chromium.org> |
| |
| Not reviewed, adding a GTK+ layout test result for a new test |
| added in r54932. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=34914 |
| |
| * platform/gtk/editing/pasteboard/page-zoom-expected.txt: Added. |
| |
| 2010-02-17 Tony Chang <tony@chromium.org> |
| |
| Reviewed by Eric Seidel. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=26937 |
| No longer allow span styles to surround block elements like |
| divs when pasting (see paste-text-012 and 5065605 which had divs in |
| spans). This also causes a few cases of empty spans to be removed |
| (see 19089 and 5245519). |
| |
| * editing/execCommand/19089-expected.txt: |
| * editing/pasteboard/5245519-expected.txt: |
| * editing/pasteboard/5245519.html: |
| * platform/mac/editing/pasteboard/5065605-expected.txt: |
| * platform/mac/editing/pasteboard/paste-text-011-expected.txt: |
| * platform/mac/editing/pasteboard/paste-text-012-expected.txt: |
| |
| 2010-02-17 Tony Chang <tony@chromium.org> |
| |
| Reviewed by Eric Seidel. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=34914 |
| When pasting absolute font sizes into a content editable area with |
| page zoom, adjust the font sizes to be the same after page zoom is |
| applied. |
| |
| * editing/pasteboard/page-zoom-expected.txt: Added. |
| * editing/pasteboard/page-zoom.html: Added. |
| |
| 2010-02-17 Tony Chang <tony@chromium.org> |
| |
| Reviewed by Eric Seidel. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=34737 |
| Test to verify that pasting styled list items works |
| the same as pasting unstyle list items. |
| |
| * editing/pasteboard/paste-list-003-expected.txt: Added. |
| * editing/pasteboard/paste-list-003.html: Added. |
| |
| 2010-02-17 Hayato Ito <hayato@chromium.org> |
| |
| Reviewed by Eric Seidel. |
| |
| Support CSS page-break-inside with a value of 'avoid'. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=34080 |
| |
| * printing/page-break-inside-expected.txt: Added. |
| * printing/page-break-inside.html: Added. |
| * printing/script-tests/page-break-inside.js: Added. |
| (createParagraph): |
| (pageNumber): |
| |
| 2010-02-17 Fumitoshi Ukai <ukai@chromium.org> |
| |
| Reviewed by Alexey Proskuryakov. |
| |
| WebSocket bufferedAmount should not be 0 when send after close. |
| https://bugs.webkit.org/show_bug.cgi?id=34633 |
| |
| * websocket/tests/bufferedAmount-after-close-expected.txt: Added. |
| * websocket/tests/bufferedAmount-after-close.html: Added. |
| * websocket/tests/script-tests/bufferedAmount-after-close.js: Added. |
| |
| 2010-02-17 Yuzo Fujishima <yuzo@google.com> |
| |
| Reviewed by Eric Seidel. |
| |
| In diffing render styles, consider all pseudo style changes. |
| Without this patch, only :before and :after are considered. This is the cause of the following bug. |
| https://bugs.webkit.org/show_bug.cgi?id=32187 |
| |
| * fast/css/first-letter-first-line-hover.html: Added. |
| * platform/mac/fast/css/first-letter-first-line-hover-expected.checksum: Added. |
| * platform/mac/fast/css/first-letter-first-line-hover-expected.png: Added. |
| * platform/mac/fast/css/first-letter-first-line-hover-expected.txt: Added. |
| |
| 2010-02-17 Shinichiro Hamaji <hamaji@chromium.org> |
| |
| Reviewed by Eric Seidel. |
| |
| [Win] Implement layoutTestController.pageNumberForElementById |
| https://bugs.webkit.org/show_bug.cgi?id=34570 |
| |
| * platform/win/Skipped: |
| |
| 2010-02-17 Brian Weinstein <bweinstein@apple.com> |
| |
| Rubber-stamped by Dan Bernstein. |
| |
| Unskip glyph-reordering, because now it passes on Windows. |
| |
| * platform/win/Skipped: |
| |
| 2010-02-17 Dan Bernstein <mitz@apple.com> |
| |
| Reviewed by Eric Seidel. |
| |
| [GTK][Qt] Fails glyph reordering test fast/text/glyph-reordering.html |
| https://bugs.webkit.org/show_bug.cgi?id=34918 |
| |
| Made the test less dependent on the complex text implementation. |
| |
| * fast/text/glyph-reordering-expected.txt: |
| * fast/text/glyph-reordering.html: |
| |
| 2010-02-17 Dumitru Daniliuc <dumi@chromium.org> |
| |
| Reviewed by Dimitri Glazkov. |
| |
| Add a test that verifies that null transaction callbacks are |
| accepted and treated as no callbacks. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=35047 |
| |
| * storage/null-callbacks-expected.txt: Added. |
| * storage/null-callbacks.html: Added. |
| |
| 2010-02-17 Dirk Schulze <krit@webkit.org> |
| |
| Reviewed by Nikolas Zimmermann. |
| |
| Move SVGResources to Renderers, starting with Masker |
| https://bugs.webkit.org/show_bug.cgi?id=35020 |
| |
| With the move from SVGResourceMasker to RenderSVGResourceMasker, I changed |
| the way DRT dumps resources. DRT is now able to dump multi-access |
| of resources. |
| Also the size of a Mask resource (depending of the object) and the access of |
| the resource (togeter with the resource name) is pointed out as an insertion |
| under the object. |
| |
| * platform/mac/svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt: |
| * platform/mac/svg/batik/masking/maskRegions-expected.txt: |
| * platform/mac/svg/css/circle-in-mask-with-shadow-expected.txt: |
| * platform/mac/svg/css/mask-with-shadow-expected.txt: |
| * platform/mac/svg/custom/empty-mask-expected.txt: |
| * platform/mac/svg/custom/grayscale-gradient-mask-expected.txt: |
| * platform/mac/svg/custom/js-late-mask-and-object-creation-expected.txt: |
| * platform/mac/svg/custom/js-late-mask-creation-expected.txt: |
| * platform/mac/svg/custom/mask-changes-expected.txt: |
| * platform/mac/svg/custom/mask-child-changes-expected.txt: |
| * platform/mac/svg/custom/mask-excessive-malloc-expected.txt: |
| * platform/mac/svg/custom/mask-inside-defs-expected.txt: |
| * platform/mac/svg/custom/mask-invalidation-expected.txt: |
| * platform/mac/svg/custom/mask-on-multiple-objects-expected.txt: |
| * platform/mac/svg/custom/mask-with-all-units-expected.txt: |
| * platform/mac/svg/custom/mask-with-default-value-expected.txt: |
| * platform/mac/svg/custom/resource-invalidate-on-target-update-expected.txt: |
| * platform/mac/svg/custom/visibility-override-mask-expected.txt: |
| * platform/mac/svg/filters/filter-clip-expected.txt: |
| * svg/custom/transformedMaskFails-expected.txt: |
| |
| 2010-02-17 Kenneth Russell <kbr@google.com> |
| |
| Reviewed by Oliver Hunt. |
| |
| Refactor texImage2D and texSubImage2D taking Image to use common code |
| https://bugs.webkit.org/show_bug.cgi?id=34458 |
| |
| Merged the Safari and Chromium code which extracts the data from |
| Image objects into common entry points on GraphicsContext3D. This |
| immediately fixes the following three problems: |
| - Chromium not implementing texSubImage2D taking Image. |
| - Safari not obeying the flipY parameter to texImage2D or |
| texSubImage2D taking Image. |
| - Safari not obeying the premultipyAlpha parameter to texImage2D |
| or texSubImage2D taking Image. |
| Added new test verifying the behavior of texImage2D and |
| texSubImage2D and the flipY parameter. The premultiplyAlpha |
| parameter can not be tested yet as the implementation is not yet |
| spec compliant. This will be fixed in a follow-on bug. |
| |
| Ran all WebGL demos in demo repository on Safari and Chromium; |
| textures are now the right way up in both browsers, and |
| transparent textures in Particles demo now look correct in Safari. |
| |
| * fast/canvas/webgl/resources/red-green.png: Added. |
| * fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-expected.txt: Added. |
| * fast/canvas/webgl/tex-image-and-sub-image-2d-with-image.html: Added. |
| |
| 2010-02-17 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Not reviewed. Try to turn windows slaves again, by skipping two websocket tests that fail reliable. |
| |
| * platform/win/Skipped: |
| |
| 2010-02-17 Gustavo Noronha Silva <gns@gnome.org> |
| |
| Typo in test name. |
| |
| * platform/qt/Skipped: |
| |
| 2010-02-17 Csaba Osztrogonác <ossy@webkit.org> |
| |
| Rubber-stamped by Tor Arne Vestbø. |
| |
| [Qt] Add platform specific expected files for new tests pass in fast/css. |
| |
| Rendertree results compared to Mac expected files with --ignore-metrics, |
| pixel results compared to Mac png files. |
| |
| fast/css/font-face-opentype.html introduced in r54855. |
| fast/css/inline-element-line-break.html introduced in r54544. |
| fast/css/pseudo-element-line-break.html introduced in r54544. |
| |
| * platform/qt/fast/css/font-face-opentype-expected.txt: Added. |
| * platform/qt/fast/css/inline-element-line-break-expected.txt: Added. |
| * platform/qt/fast/css/pseudo-element-line-break-expected.txt: Added. |
| |
| 2010-02-17 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Not reviewed. Try to turn SnowLeopard slave green again. Skipping media/video-load-networkState.html - already filed a bug last year. |
| |
| * platform/mac-snowleopard/Skipped: |
| |
| 2010-02-17 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Not reviewed. Try to turn Tiger slave green again. Skipping media/video-display-aspect-ratio.html - already skipped on the other mac variants & win. |
| |
| * platform/mac-tiger/Skipped: |
| |
| 2010-02-17 Gustavo Noronha Silva <gns@gnome.org> |
| |
| Skipping new test that does not pass on Qt. |
| |
| * platform/qt/Skipped: |
| |
| 2010-02-17 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk> |
| |
| Reviewed by Xan Lopez. |
| |
| Does not send an Accept header for subresources, causing some sites to break |
| https://bugs.webkit.org/show_bug.cgi?id=33242 |
| |
| * http/tests/misc/image-checks-for-accept-expected.txt: Added. |
| * http/tests/misc/image-checks-for-accept.html: Added. |
| * http/tests/misc/resources/image-checks-for-accept.php: Added. |
| * platform/mac/Skipped: |
| * platform/win/Skipped: |
| |
| 2010-02-17 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk> |
| |
| Skip a number of new tests. |
| |
| * platform/gtk/Skipped: |
| |
| 2010-01-07 Philippe Normand <pnormand@igalia.com> |
| |
| Reviewed by Gustavo Noronha Silva. |
| |
| [GStreamer] Should handle BUFFERING messages |
| https://bugs.webkit.org/show_bug.cgi?id=30004 |
| |
| Draw the buffering status in the media controls. The timebar is |
| now 2 pixels shorter so dragging it at same absolute position than |
| before produces a seek at a new position in the media, this |
| explains the rebaselining of the controls-drag-timebar test. |
| |
| * platform/gtk/media/controls-after-reload-expected.txt: |
| * platform/gtk/media/controls-drag-timebar-expected.txt: |
| * platform/gtk/media/controls-strict-expected.txt: |
| * platform/gtk/media/controls-styling-expected.txt: |
| * platform/gtk/media/video-controls-rendering-expected.txt: |
| Re-baselined due to 1px left/right border added in controls timeline. |
| |
| 2010-02-17 Xan Lopez <xlopez@igalia.com> |
| |
| Skip tests requiring new results. |
| |
| * platform/gtk/Skipped: |
| |
| 2010-02-16 Yael Aharon <yael.aharon@nokia.com> |
| |
| Reviewed by Nikolas Zimmermann. |
| |
| SVG not rendered as background-image from data URI |
| https://bugs.webkit.org/show_bug.cgi?id=33630 |
| |
| * platform/mac/svg/css/background-image-svg-expected.checksum: Added. |
| * platform/mac/svg/css/background-image-svg-expected.png: Added. |
| * platform/qt/svg/css/background-image-svg-expected.checksum: Added. |
| * platform/qt/svg/css/background-image-svg-expected.png: Added. |
| * svg/css/background-image-svg.html: Added. |
| * svg/css/background-image-svg-expected.txt: Added. |
| |
| 2010-02-16 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Not reviewed. Correct typo in test name in Skipped list. Should turn SL slave green again. |
| |
| * platform/mac-snowleopard/Skipped: |
| |
| 2010-02-16 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Not reviewed. Attempt to fix win slave. Skip same tests failing on SL, add bug references to skipped list. |
| |
| * platform/mac-snowleopard/Skipped: |
| * platform/win/Skipped: |
| |
| 2010-02-16 Bryan Yeung <bryeung@chromium.org> |
| |
| Reviewed by Nikolas Zimmermann. |
| |
| Add a new layout test for large stroke widths in SVG. |
| This regression tests a bug in the Skia platform where the width was |
| limited to 512. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=34954 |
| |
| * platform/mac/svg/custom/stroke-width-large-expected.checksum: Added. |
| * platform/mac/svg/custom/stroke-width-large-expected.png: Added. |
| * platform/mac/svg/custom/stroke-width-large-expected.txt: Added. |
| * svg/custom/stroke-width-large.svg: Added. |
| |
| 2010-02-16 MORITA Hajime <morrita@gmail.com> |
| |
| Reviewed by Nikolas Zimmermann. |
| |
| REGRESSION: SVG text disappaears after double click |
| https://bugs.webkit.org/show_bug.cgi?id=34880 |
| |
| * platform/mac/svg/text/selection-doubleclick-expected.checksum: Added. |
| * platform/mac/svg/text/selection-doubleclick-expected.png: Added. |
| * platform/mac/svg/text/selection-doubleclick-expected.txt: Added. |
| * platform/mac/svg/text/selection-tripleclick-expected.checksum: Added. |
| * platform/mac/svg/text/selection-tripleclick-expected.png: Added. |
| * platform/mac/svg/text/selection-tripleclick-expected.txt: Added. |
| * svg/text/selection-doubleclick.svg: Added. |
| * svg/text/selection-tripleclick.svg: Added. |
| |
| 2010-02-16 Yusuke Sato <yusukes@chromium.org> |
| |
| Reviewed by Dimitri Glazkov. |
| |
| [Chromium] OpenType font with CFF glyphs is not handled correctly on Windows XP |
| https://bugs.webkit.org/show_bug.cgi?id=34735 |
| |
| * fast/css/font-face-opentype.html: Added. |
| * fast/css/resources/Ahem.otf: Added. Ahem font which has CFF glyphs, converted from Ahem.ttf by FontForge (http://fontforge.sourceforge.net/). |
| * platform/mac/fast/css/font-face-opentype-expected.checksum: Added. |
| * platform/mac/fast/css/font-face-opentype-expected.png: Added. |
| * platform/mac/fast/css/font-face-opentype-expected.txt: Added. |
| |
| 2010-02-16 Dumitru Daniliuc <dumi@chromium.org> |
| |
| Reviewed by Simon Fraser. |
| |
| Change quota-tracking.html to open databases only as they're |
| needed. Otherwise, open databases end up using more space from |
| this origin than the test expects. |
| |
| * storage/quota-tracking.html: |
| |
| 2010-02-16 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Rubber-stamped by Simon Fraser. |
| |
| Skip svg/zoom/(page|text)/zoom-coords-viewattr-01-b.svg on SnowLeopard. |
| svg/W3C-SVG-1.1/coords-viewattr* fail on SL and are already Skipped, seems related to entity parsing, not SVG. |
| |
| * platform/mac-snowleopard/Skipped: |
| |
| 2010-02-16 Simon Fraser <simon.fraser@apple.com> |
| |
| Reviewed by Nikolas Zimmermann. |
| |
| Make this test more robust to slow-loading media. |
| |
| * media/video-load-networkState.html: |
| |
| 2010-02-16 Simon Fraser <simon.fraser@apple.com> |
| |
| Reviewed by Dan Bernstein. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=34999 |
| Compositing layers inside overflow:scroll divs are not always updated on scrolling |
| |
| New testcase with specific compositing configuration involving overflow:scroll. |
| |
| * compositing/overflow/scroll-ancestor-update.html: Added. |
| * platform/mac/compositing/overflow/scroll-ancestor-update-expected.checksum: Added. |
| * platform/mac/compositing/overflow/scroll-ancestor-update-expected.png: Added. |
| * platform/mac/compositing/overflow/scroll-ancestor-update-expected.txt: Added. |
| |
| 2010-02-16 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Rubber-stamped by Dirk Schulze. |
| |
| Add missing .checksum file in platform/mac/svg/zoom/page. All parts of the original patch for bug 14004 have been landed. |
| |
| * platform/mac/svg/zoom/page/absolute-sized-document-no-scrollbars-expected.checksum: Added. |
| |
| 2010-02-16 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Reviewed by David Hyatt. |
| |
| SVG units don't stay consistently sized on zoom |
| https://bugs.webkit.org/show_bug.cgi?id=14004 |
| |
| * platform/mac/svg/zoom: Added. |
| * platform/mac/svg/zoom/page: Added. |
| * platform/mac/svg/zoom/page/absolute-sized-document-no-scrollbars-expected.checksum: Added. |
| * platform/mac/svg/zoom/page/absolute-sized-document-no-scrollbars-expected.png: Added. |
| * platform/mac/svg/zoom/page/absolute-sized-document-no-scrollbars-expected.txt: Added. |
| * platform/mac/svg/zoom/page/absolute-sized-document-scrollbars-expected.checksum: Added. |
| * platform/mac/svg/zoom/page/absolute-sized-document-scrollbars-expected.png: Added. |
| * platform/mac/svg/zoom/page/absolute-sized-document-scrollbars-expected.txt: Added. |
| * platform/mac/svg/zoom/page/relative-sized-document-scrollbars-expected.checksum: Added. |
| * platform/mac/svg/zoom/page/relative-sized-document-scrollbars-expected.png: Added. |
| * platform/mac/svg/zoom/page/relative-sized-document-scrollbars-expected.txt: Added. |
| * platform/mac/svg/zoom/page/zoom-coords-viewattr-01-b-expected.checksum: Added. |
| * platform/mac/svg/zoom/page/zoom-coords-viewattr-01-b-expected.png: Added. |
| * platform/mac/svg/zoom/page/zoom-coords-viewattr-01-b-expected.txt: Added. |
| * platform/mac/svg/zoom/page/zoom-foreignObject-expected.checksum: Added. |
| * platform/mac/svg/zoom/page/zoom-foreignObject-expected.png: Added. |
| * platform/mac/svg/zoom/page/zoom-foreignObject-expected.txt: Added. |
| * platform/mac/svg/zoom/page/zoom-hixie-mixed-008-expected.checksum: Added. |
| * platform/mac/svg/zoom/page/zoom-hixie-mixed-008-expected.png: Added. |
| * platform/mac/svg/zoom/page/zoom-hixie-mixed-008-expected.txt: Added. |
| * platform/mac/svg/zoom/page/zoom-hixie-mixed-009-expected.checksum: Added. |
| * platform/mac/svg/zoom/page/zoom-hixie-mixed-009-expected.png: Added. |
| * platform/mac/svg/zoom/page/zoom-hixie-mixed-009-expected.txt: Added. |
| * platform/mac/svg/zoom/page/zoom-hixie-rendering-model-004-expected.checksum: Added. |
| * platform/mac/svg/zoom/page/zoom-hixie-rendering-model-004-expected.png: Added. |
| * platform/mac/svg/zoom/page/zoom-hixie-rendering-model-004-expected.txt: Added. |
| * platform/mac/svg/zoom/page/zoom-svg-float-border-padding-expected.checksum: Added. |
| * platform/mac/svg/zoom/page/zoom-svg-float-border-padding-expected.png: Added. |
| * platform/mac/svg/zoom/page/zoom-svg-float-border-padding-expected.txt: Added. |
| * platform/mac/svg/zoom/text: Added. |
| * platform/mac/svg/zoom/text/absolute-sized-document-no-scrollbars-expected.checksum: Added. |
| * platform/mac/svg/zoom/text/absolute-sized-document-no-scrollbars-expected.png: Added. |
| * platform/mac/svg/zoom/text/absolute-sized-document-no-scrollbars-expected.txt: Added. |
| * platform/mac/svg/zoom/text/absolute-sized-document-scrollbars-expected.checksum: Added. |
| * platform/mac/svg/zoom/text/absolute-sized-document-scrollbars-expected.png: Added. |
| * platform/mac/svg/zoom/text/absolute-sized-document-scrollbars-expected.txt: Added. |
| * platform/mac/svg/zoom/text/relative-sized-document-scrollbars-expected.checksum: Added. |
| * platform/mac/svg/zoom/text/relative-sized-document-scrollbars-expected.png: Added. |
| * platform/mac/svg/zoom/text/relative-sized-document-scrollbars-expected.txt: Added. |
| * platform/mac/svg/zoom/text/zoom-coords-viewattr-01-b-expected.checksum: Added. |
| * platform/mac/svg/zoom/text/zoom-coords-viewattr-01-b-expected.png: Added. |
| * platform/mac/svg/zoom/text/zoom-coords-viewattr-01-b-expected.txt: Added. |
| * platform/mac/svg/zoom/text/zoom-foreignObject-expected.checksum: Added. |
| * platform/mac/svg/zoom/text/zoom-foreignObject-expected.png: Added. |
| * platform/mac/svg/zoom/text/zoom-foreignObject-expected.txt: Added. |
| * platform/mac/svg/zoom/text/zoom-hixie-mixed-008-expected.checksum: Added. |
| * platform/mac/svg/zoom/text/zoom-hixie-mixed-008-expected.png: Added. |
| * platform/mac/svg/zoom/text/zoom-hixie-mixed-008-expected.txt: Added. |
| * platform/mac/svg/zoom/text/zoom-hixie-mixed-009-expected.checksum: Added. |
| * platform/mac/svg/zoom/text/zoom-hixie-mixed-009-expected.png: Added. |
| * platform/mac/svg/zoom/text/zoom-hixie-mixed-009-expected.txt: Added. |
| * platform/mac/svg/zoom/text/zoom-hixie-rendering-model-004-expected.checksum: Added. |
| * platform/mac/svg/zoom/text/zoom-hixie-rendering-model-004-expected.png: Added. |
| * platform/mac/svg/zoom/text/zoom-hixie-rendering-model-004-expected.txt: Added. |
| * platform/mac/svg/zoom/text/zoom-svg-float-border-padding-expected.checksum: Added. |
| * platform/mac/svg/zoom/text/zoom-svg-float-border-padding-expected.png: Added. |
| * platform/mac/svg/zoom/text/zoom-svg-float-border-padding-expected.txt: Added. |
| * svg/zoom: Added. |
| * svg/zoom/NOTE: Added. |
| * svg/zoom/page: Added. |
| * svg/zoom/page/absolute-sized-document-no-scrollbars.svg: Added. |
| * svg/zoom/page/absolute-sized-document-scrollbars.svg: Added. |
| * svg/zoom/page/relative-sized-document-scrollbars.svg: Added. |
| * svg/zoom/page/zoom-coords-viewattr-01-b.svg: Added. |
| * svg/zoom/page/zoom-foreignObject.svg: Added. |
| * svg/zoom/page/zoom-hixie-mixed-008.xml: Added. |
| * svg/zoom/page/zoom-hixie-mixed-009.xml: Added. |
| * svg/zoom/page/zoom-hixie-rendering-model-004.xhtml: Added. |
| * svg/zoom/page/zoom-svg-float-border-padding.xml: Added. |
| * svg/zoom/resources: Added. |
| * svg/zoom/resources/testPageZoom.js: Added. |
| * svg/zoom/resources/testTextZoom.js: Added. |
| * svg/zoom/text: Added. |
| * svg/zoom/text/absolute-sized-document-no-scrollbars.svg: Added. |
| * svg/zoom/text/absolute-sized-document-scrollbars.svg: Added. |
| * svg/zoom/text/relative-sized-document-scrollbars.svg: Added. |
| * svg/zoom/text/zoom-coords-viewattr-01-b.svg: Added. |
| * svg/zoom/text/zoom-foreignObject.svg: Added. |
| * svg/zoom/text/zoom-hixie-mixed-008.xml: Added. |
| * svg/zoom/text/zoom-hixie-mixed-009.xml: Added. |
| * svg/zoom/text/zoom-hixie-rendering-model-004.xhtml: Added. |
| * svg/zoom/text/zoom-svg-float-border-padding.xml: Added. |
| |
| 2010-02-16 Csaba Osztrogonác <ossy@webkit.org> |
| |
| [Qt] REGRESSION(r54811) fast/canvas/drawImage-with-negative-source-destination.html fails |
| https://bugs.webkit.org/show_bug.cgi?id=35005 |
| |
| * platform/qt/Skipped: |
| - fast/canvas/drawImage-with-negative-source-destination.html skipped until fix. |
| - inspector/timeline-paint.html skipped because it is flakey. |
| |
| 2010-02-16 Simon Fraser <simon.fraser@apple.com> |
| |
| Reviewed by Eric Carlson. |
| |
| Autoplaying video with poster doesn't reliably show up |
| https://bugs.webkit.org/show_bug.cgi?id=34966 |
| |
| Testcase that has an autoplaying video with a poster. |
| |
| * media/video-replaces-poster.html: Added. |
| * platform/mac/media/video-replaces-poster-expected.checksum: Added. |
| * platform/mac/media/video-replaces-poster-expected.png: Added. |
| * platform/mac/media/video-replaces-poster-expected.txt: Added. |
| |
| 2010-02-16 Alexander Pavlov <apavlov@chromium.org> |
| |
| Reviewed by Pavel Feldman. |
| |
| Web Inspector: Elements Panel: Limit the number of initially loaded element children |
| https://bugs.webkit.org/show_bug.cgi?id=34421 |
| |
| * inspector/elements-panel-limited-children-expected.txt: Added. |
| * inspector/elements-panel-limited-children.html: Added. |
| |
| 2010-02-16 Ben Murdoch <benm@google.com> |
| |
| Reviewed by Simon Hausmann. |
| |
| Refactor and split up basic-touch-events test |
| https://bugs.webkit.org/show_bug.cgi?id=34476 |
| |
| Split the basic-touch-events test into two separate tests, one for single and another for multi touch. Also refactor the tests to run in an asynchronous manner. |
| |
| * fast/events/touch/basic-multi-touch-events.html: Copied from LayoutTests/fast/events/touch/basic-touch-events.html. Tests the same multi touch tests cases from the old basic-touch-events test. |
| * fast/events/touch/basic-multi-touch-events-expected.txt: Added. |
| * fast/events/touch/script-tests/basic-multi-touch-events.js: Added. |
| * fast/events/touch/basic-single-touch-events.html: Copied from LayoutTests/fast/events/touch/basic-touch-events.html. Tests the same single touch tests cases from the old basic-touch-events test. |
| * fast/events/touch/script-tests/basic-single-touch-events.js: Added. |
| * fast/events/touch/basic-single-touch-events-expected.txt: Added. |
| * fast/events/touch/basic-touch-events.html: Removed. |
| * fast/events/touch/script-tests/basic-touch-events.js: Removed. |
| * fast/events/touch/basic-touch-events-expected.txt: Removed. |
| |
| 2010-02-15 Dan Bernstein <mitz@apple.com> |
| |
| Reviewed by Simon Fraser. |
| |
| Add test case for <rdar://problem/7645609> [webView selectionRect] API is broken for multicolumn layout |
| |
| * fast/multicol/client-rects-expected.checksum: |
| * fast/multicol/client-rects-expected.png: |
| * fast/multicol/client-rects-expected.txt: |
| * fast/multicol/client-rects.html: |
| |
| 2010-02-15 Brian Weinstein <bweinstein@apple.com> |
| |
| Rubber-stamped by Dan Bernstein. |
| |
| Skipped glyph-reordering on Windows since it has failed since it was landed. Left a comment |
| in <https://bugs.webkit.org/show_bug.cgi?id=34865> to track the failure. |
| |
| * platform/win/Skipped: |
| |
| 2010-02-15 Alexey Proskuryakov <ap@apple.com> |
| |
| Skip more plugin tests on Snow Leopard buildbot, as they need updated closed source components. |
| |
| * platform/mac-snowleopard/Skipped: Skip netscape-dom-access.html and netscape-browser-object-identity.html. |
| |
| 2010-02-15 Csaba Osztrogonác <ossy@webkit.org> |
| |
| [Qt] fast/multicol/client-rects.html fails in QtLauncher |
| https://bugs.webkit.org/show_bug.cgi?id=34959 |
| |
| * platform/qt/Skipped: fast/multicol/client-rects.html skipped until fix. |
| |
| 2010-02-15 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk> |
| |
| Reviewed by Xan Lopez. |
| |
| [GTK] Crashes when going back to a page that has data: URIs, with page cache enabled |
| https://bugs.webkit.org/show_bug.cgi?id=34944 |
| |
| * fast/harness/page-cache-crash-on-data-urls-expected.txt: Added. |
| * fast/harness/page-cache-crash-on-data-urls.html: Added. |
| * fast/harness/resources/cached-page-with-data-urls.html: Added. |
| |
| 2010-02-15 Dan Bernstein <mitz@apple.com> |
| |
| Reviewed by Simon Fraser. |
| |
| <rdar://problem/7647300> Incorrect client rects for blocks the span multiple columns and their descendants |
| https://bugs.webkit.org/show_bug.cgi?id=34923 |
| |
| * fast/multicol/client-rects-expected.checksum: Added. |
| * fast/multicol/client-rects-expected.png: Added. |
| * fast/multicol/client-rects-expected.txt: Added. |
| * fast/multicol/client-rects.html: Added. |
| |
| 2010-02-12 Alexey Proskuryakov <ap@apple.com> |
| |
| Reviewed by Kevin Decker. |
| |
| <rdar://problem/7130641> Browser objects identity is not preserved by Safari |
| |
| * plugins/netscape-browser-object-identity-expected.txt: Added. |
| * plugins/netscape-browser-object-identity.html: Added. |
| * plugins/script-tests/netscape-browser-object-identity.js: Added. |
| |
| 2010-02-15 Pavel Feldman <pfeldman@chromium.org> |
| |
| Reviewed by Timothy Hatcher. |
| |
| Web Inspector: incorrect syntax highlighting as HTML in a script tag. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=34934 |
| |
| * inspector/syntax-highlight-html-expected.txt: Added. |
| * inspector/syntax-highlight-html.html: Added. |
| |
| 2010-02-15 Robert Hogan <robert@roberthogan.net> |
| |
| Reviewed by Simon Hausmann. |
| |
| [Qt] DRT: Support evaluateInWebInspector(), setTimelineProfilingEnabled(). |
| |
| Support LayoutTestController.evaluateInWebInspector(), setTimelineProfilingEnabled() in Qt DRT. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=33096 |
| |
| This allows the following tests to pass: |
| |
| inspector/console-format-collections.html |
| inspector/styles-iframe.html |
| inspector/syntax-highlight-css.html |
| inspector/syntax-highlight-javascript.html |
| inspector/timeline-enum-stability.html |
| inspector/timeline-layout.html |
| inspector/timeline-mark-timeline.html |
| inspector/timeline-paint.html |
| inspector/timeline-parse-html.html |
| inspector/timeline-recalculate-styles.html |
| inspector/timeline-script-tag-1.html |
| inspector/timeline-script-tag-2.html |
| inspector/timeline-trivial.html |
| inspector/cookie-resource-match.html |
| inspector/elements-img-tooltip.html |
| inspector/elements-panel-selection-on-refresh.html |
| inspector/inspected-objects-not-overriden.html |
| inspector/timeline-event-dispatch.html |
| inspector/timeline-network-resource.html |
| inspector/elements-panel-rewrite-href.html |
| inspector/console-dir.html |
| inspector/console-dirxml.html |
| inspector/console-format.html |
| inspector/console-tests.html |
| inspector/elements-panel-structure.html |
| inspector/evaluate-in-frontend.html |
| inspector/console-clear.html |
| |
| * platform/qt/Skipped: |
| |
| 2010-02-14 Pavel Feldman <pfeldman@chromium.org> |
| |
| Reviewed by Timothy Hatcher. |
| |
| Web Inspector: XPathResult objects are not expanded in console. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=34926 |
| |
| * inspector/console-dir-expected.txt: |
| * inspector/console-dir.html: |
| |
| 2010-02-15 Philippe Normand <pnormand@igalia.com> |
| |
| media/video-display-aspect-ratio.html fails |
| https://bugs.webkit.org/show_bug.cgi?id=34933 |
| |
| Skipped the new test that fails. |
| |
| * platform/mac-leopard/Skipped: |
| * platform/mac-snowleopard/Skipped: |
| * platform/win/Skipped: |
| |
| 2010-02-12 Philippe Normand <pnormand@igalia.com> |
| |
| Reviewed by Gustavo Noronha Silva. |
| |
| [Gtk] wrong video aspect ratio |
| https://bugs.webkit.org/show_bug.cgi?id=34790 |
| |
| Test checking the size of a 4:3 video with a 16:9 pixel aspect |
| ratio. |
| |
| * media/content/test-par-16-9.mp4: Added. |
| * media/video-display-aspect-ratio-expected.txt: Added. |
| * media/video-display-aspect-ratio.html: Added. |
| |
| 2010-02-14 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Darin Adler. |
| |
| HTML5 iframe sandbox bypass of window.top.location navigation via <form target="_top"> |
| https://bugs.webkit.org/show_bug.cgi?id=33277 |
| |
| Add a test that _top is covered by @sandbox. |
| |
| * http/tests/security/resources/fail.html: Added. |
| * http/tests/security/resources/sandboxed-iframe-form-top.html: Added. |
| * http/tests/security/sandboxed-iframe-form-top-expected.txt: Added. |
| * http/tests/security/sandboxed-iframe-form-top.html: Added. |
| |
| 2010-02-14 Shu Chang <Chang.Shu@nokia.com> |
| |
| Reviewed by Adam Barth. |
| |
| [Qt] The original test case failed on Qt because its real output |
| "A B C DE F" did not match the expected "A B C D E F". The input |
| field between D and E failed to generate the space in the dumped |
| text as it normally would if it was broken into a new line. |
| This DRT issue can be addressed in a seperate bug if necessary |
| but shrinking the size of font so as to fit all fields into one |
| line is an immediate fix to pass the test case. |
| https://bugs.webkit.org/show_bug.cgi?id=33093 |
| |
| * fast/html/text-field-input-types.html: |
| * platform/qt/Skipped: |
| |
| 2010-02-14 Chang Shu <Chang.Shu@nokia.com> |
| |
| Reviewed by Laszlo Gombos. |
| |
| [Qt] Enable http/tests/appcache but skip the failed cases. |
| https://bugs.webkit.org/show_bug.cgi?id=34713 |
| |
| * platform/qt/Skipped: |
| |
| 2010-02-13 Csaba Osztrogonác <ossy@webkit.org> |
| |
| [Qt] Skip new test that fails. See https://webkit.org/b/34918. |
| |
| * platform/qt/Skipped: fast/text/glyph-reordering.html skipped. |
| |
| 2010-02-13 Gustavo Noronha Silva <gns@gnome.org> |
| |
| Skip new test that fails. See https://webkit.org/b/34918. |
| |
| * platform/gtk/Skipped: |
| |
| 2010-02-12 Ojan Vafai <ojan@chromium.org> |
| |
| Reviewed by Dan Bernstein. |
| |
| text-control-intrinsic-widths.html failing on tiger bot |
| https://bugs.webkit.org/show_bug.cgi?id=34917 |
| |
| Final cleanup for http://trac.webkit.org/changeset/54748. |
| Some MS fonts don't come with a default install of Tiger, but do |
| come with a default Leopard/SnowLeopard install. As a result we naturally |
| get different metrics a page uses these fonts. |
| |
| * platform/mac-tiger/fast/forms/text-control-intrinsic-widths-expected.txt: Added. |
| |
| 2010-02-12 Ojan Vafai <ojan@chromium.org> |
| |
| Reviewed by Maciej Stachowiak. |
| |
| Four textcontrol tests fail after http://trac.webkit.org/changeset/54748 |
| https://bugs.webkit.org/show_bug.cgi?id=34916 |
| |
| -Put the baseline for text-control-intrinsic-widths in the right place! |
| -I missed perspective-non-layer.html because we don't run it on Leopard. |
| -Accidentally deleted drag-text-delay-expected.txt and text-control-intrinsic-widths-expected.txt |
| instead of updating their results. |
| |
| * platform/mac-leopard/fast/forms/text-control-intrinsic-widths-expected.txt: Removed. |
| * platform/mac/fast/forms/text-control-intrinsic-widths-expected.txt: |
| * platform/mac/transforms/3d/general/perspective-non-layer-expected.txt: |
| * platform/win/editing/selection/drag-text-delay-expected.txt: Added. |
| * platform/win/fast/forms/text-control-intrinsic-widths-expected.txt: Added. |
| |
| 2010-01-05 Ojan Vafai <ojan@chromium.org> |
| |
| Reviewed by Eric Seidel. |
| |
| Improve text control instrinsic widths. |
| https://bugs.webkit.org/show_bug.cgi?id=25566 |
| https://bugs.webkit.org/show_bug.cgi?id=25581 |
| https://bugs.webkit.org/show_bug.cgi?id=25958 |
| |
| Excluding list of updated results as the list is so long. |
| |
| 2010-02-12 Eric Seidel <eric@webkit.org> |
| |
| No review, rolling out r54694. |
| http://trac.webkit.org/changeset/54694 |
| https://bugs.webkit.org/show_bug.cgi?id=34633 |
| |
| This appears to have caused crashes on the Leopard bot. See |
| bug 34898. |
| |
| * websocket/tests/bufferedAmount-after-close-expected.txt: Removed. |
| * websocket/tests/bufferedAmount-after-close.html: Removed. |
| * websocket/tests/script-tests/bufferedAmount-after-close.js: Removed. |
| |
| 2010-02-12 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Reviewed by Dirk Schulze. |
| |
| Repaint bug on Text selection in foreignObject |
| https://bugs.webkit.org/show_bug.cgi?id=16939 |
| |
| Update SVG tests that contain <foreignObject> - now that it's reporting proper repaint rects. |
| Some of our tests use <foreignObject> to draw XHTML text (logging facility) - all these tests |
| were missing width/height attributes on <foreignObject>, fix that otherwhise they won't show |
| up anymore - as expected. |
| |
| * platform/mac-leopard/svg/custom/foreign-object-skew-expected.checksum: |
| * platform/mac-leopard/svg/custom/foreign-object-skew-expected.png: |
| * platform/mac/svg/custom/baseval-animval-equality-expected.txt: |
| * platform/mac/svg/custom/dominant-baseline-hanging-expected.txt: |
| * platform/mac/svg/custom/dynamic-svg-document-creation-expected.txt: |
| * platform/mac/svg/custom/fill-SVGPaint-interface-expected.txt: |
| * platform/mac/svg/custom/foreign-object-skew-expected.txt: |
| * platform/mac/svg/custom/foreignObject-crash-on-hover-expected.txt: |
| * platform/mac/svg/custom/getPresentationAttribute-expected.txt: |
| * platform/mac/svg/custom/use-on-disallowed-foreign-object-1-expected.checksum: |
| * platform/mac/svg/custom/use-on-disallowed-foreign-object-1-expected.png: |
| * platform/mac/svg/custom/use-on-disallowed-foreign-object-1-expected.txt: |
| * platform/mac/svg/custom/use-on-disallowed-foreign-object-2-expected.checksum: |
| * platform/mac/svg/custom/use-on-disallowed-foreign-object-2-expected.png: |
| * platform/mac/svg/custom/use-on-disallowed-foreign-object-2-expected.txt: |
| * platform/mac/svg/custom/use-on-disallowed-foreign-object-3-expected.checksum: |
| * platform/mac/svg/custom/use-on-disallowed-foreign-object-3-expected.png: |
| * platform/mac/svg/custom/use-on-disallowed-foreign-object-3-expected.txt: |
| * platform/mac/svg/custom/use-on-disallowed-foreign-object-4-expected.checksum: |
| * platform/mac/svg/custom/use-on-disallowed-foreign-object-4-expected.png: |
| * platform/mac/svg/custom/use-on-disallowed-foreign-object-4-expected.txt: |
| * platform/mac/svg/custom/use-on-disallowed-foreign-object-5-expected.checksum: |
| * platform/mac/svg/custom/use-on-disallowed-foreign-object-5-expected.png: |
| * platform/mac/svg/custom/use-on-disallowed-foreign-object-5-expected.txt: |
| * platform/mac/svg/custom/use-on-disallowed-foreign-object-6-expected.checksum: |
| * platform/mac/svg/custom/use-on-disallowed-foreign-object-6-expected.png: |
| * platform/mac/svg/custom/use-on-disallowed-foreign-object-6-expected.txt: |
| * platform/mac/svg/custom/use-on-g-containing-foreignObject-and-image-expected.txt: |
| * platform/mac/svg/custom/use-on-non-svg-namespaced-element-expected.checksum: |
| * platform/mac/svg/custom/use-on-non-svg-namespaced-element-expected.png: |
| * platform/mac/svg/custom/use-on-non-svg-namespaced-element-expected.txt: |
| * platform/mac/svg/hixie/mixed/008-expected.txt: |
| * platform/mac/svg/overflow/overflow-on-foreignObject-expected.checksum: Added. |
| * platform/mac/svg/overflow/overflow-on-foreignObject-expected.png: Added. |
| * platform/mac/svg/overflow/overflow-on-foreignObject-expected.txt: Added. |
| * platform/mac/svg/text/foreignObject-repaint-expected.txt: |
| * platform/mac/svg/text/foreignObject-text-clipping-bug-expected.checksum: Added. |
| * platform/mac/svg/text/foreignObject-text-clipping-bug-expected.png: Added. |
| * platform/mac/svg/text/foreignObject-text-clipping-bug-expected.txt: Added. |
| * svg/custom/baseval-animval-equality.svg: |
| * svg/custom/dominant-baseline-hanging.svg: |
| * svg/custom/dynamic-svg-document-creation.svg: |
| * svg/custom/fill-SVGPaint-interface.svg: |
| * svg/custom/getPresentationAttribute.svg: |
| * svg/overflow/overflow-on-foreignObject.svg: Added. |
| * svg/text/foreignObject-text-clipping-bug.xml: Added. |
| |
| 2010-02-12 Dan Bernstein <mitz@apple.com> |
| |
| Reviewed by Simon Fraser. |
| |
| <rdar://problem/7609268> REGRESSION (r50301): Problem selecting text in a Devanagari website |
| https://bugs.webkit.org/show_bug.cgi?id=34865 |
| |
| * fast/text/glyph-reordering-expected.txt: Added. |
| * fast/text/glyph-reordering.html: Added. |
| |
| 2010-02-12 Fumitoshi Ukai <ukai@chromium.org> |
| |
| Unreviewed trivial fix. |
| Set Content-Type header. |
| |
| * websocket/tests/cookies/httponly-cookie.pl: |
| |
| 2010-02-12 Diego Gonzalez <diego.gonzalez@openbossa.org> |
| |
| Reviewed by Kenneth Rohde Christiansen. |
| |
| Qt DRT now dump the frame loader callbacks when LayoutTestController() |
| method is called. |
| |
| LayoutTests: |
| http/tests/security/mixedContent/data-url-script-in-iframe.html |
| http/tests/security/mixedContent/empty-url-plugin-in-frame.html |
| http/tests/security/mixedContent/insecure-css-in-iframe.html |
| http/tests/security/mixedContent/insecure-iframe-in-iframe.html |
| http/tests/security/mixedContent/insecure-image-in-iframe.html |
| http/tests/security/mixedContent/insecure-plugin-in-iframe.html |
| http/tests/security/mixedContent/insecure-script-in-iframe.html |
| http/tests/security/mixedContent/redirect-http-to-https-script-in-iframe.html |
| http/tests/security/mixedContent/redirect-https-to-http-script-in-iframe.html |
| |
| [Qt] Make possible Qt DRT dump frame load callbacks |
| https://bugs.webkit.org/show_bug.cgi?id=34702 |
| |
| * platform/qt/Skipped: |
| |
| 2010-02-12 Jesus Sanchez-Palencia <jesus.palencia@openbossa.org> |
| |
| Reviewed by Kenneth Rohde Christiansen. |
| |
| Support frameset flattening |
| https://bugs.webkit.org/show_bug.cgi?id=32717 |
| |
| Add expected results of the FrameSet Flattening tests. |
| |
| * platform/mac/fast/frames/flattening/frameset-flattening-advanced-expected.txt: Added. |
| * platform/mac/fast/frames/flattening/frameset-flattening-grid-expected.txt: Added. |
| * platform/mac/fast/frames/flattening/frameset-flattening-simple-expected.txt: Added. |
| * platform/mac/fast/frames/flattening/frameset-flattening-subframe-resize-expected.txt: Added. |
| * platform/mac/fast/frames/flattening/frameset-flattening-subframesets-expected.txt: Added. |
| * platform/mac/Skipped: |
| |
| 2010-02-12 Csaba Osztrogonác <ossy@webkit.org> |
| |
| [Qt] perl websocket test(s) time out |
| https://bugs.webkit.org/show_bug.cgi?id=34882 |
| |
| * platform/qt/Skipped: websocket/tests/cookies/httponly-cookie.pl skipped until fix. |
| |
| 2010-02-11 Fumitoshi Ukai <ukai@chromium.org> |
| |
| Reviewed by Alexey Proskuryakov. |
| |
| WebSocket ignores HttpOnly cookies, but should use in Handshake. |
| https://bugs.webkit.org/show_bug.cgi?id=34289 |
| |
| * websocket/tests/cookies/echo-cookie_wsh.py: Added. |
| * websocket/tests/cookies/httponly-cookie-expected.txt: Added. |
| * websocket/tests/cookies/httponly-cookie.pl: Added. |
| |
| 2010-02-11 Eric Seidel <eric@webkit.org> |
| |
| Reviewed by Adam Barth. |
| |
| webkitdirs.pm has a crazy amount of duplicated feature detection code |
| https://bugs.webkit.org/show_bug.cgi?id=34869 |
| |
| In editing run-webkit-tests I found these tests were |
| skipped on all platforms. Removing them since no one is running them. |
| If we ever need them we can dig them out of SVN history. |
| |
| * fast/wcss/marquee-dir.xhtml: Removed. |
| * fast/wcss/marquee-loop.xhtml: Removed. |
| * fast/wcss/marquee-speed.xhtml: Removed. |
| * fast/wcss/marquee-style.xhtml: Removed. |
| |
| 2010-02-11 Kent Tamura <tkent@chromium.org> |
| |
| Reviewed by Darin Adler. |
| |
| Fix two issues on maxLength. |
| https://bugs.webkit.org/show_bug.cgi?id=34783 |
| |
| - Add grapheme test cases |
| - Improve test result readability |
| |
| * fast/forms/ValidityState-tooLong-input-expected.txt: |
| * fast/forms/ValidityState-tooLong-textarea-expected.txt: |
| * fast/forms/script-tests/ValidityState-tooLong-input.js: |
| * fast/forms/script-tests/ValidityState-tooLong-textarea.js: |
| |
| 2010-02-11 Fumitoshi Ukai <ukai@chromium.org> |
| |
| Reviewed by Alexey Proskuryakov. |
| |
| WebSocket bufferedAmount should not be 0 when send after close. |
| https://bugs.webkit.org/show_bug.cgi?id=34633 |
| |
| * websocket/tests/bufferedAmount-after-close-expected.txt: Added. |
| * websocket/tests/bufferedAmount-after-close.html: Added. |
| * websocket/tests/script-tests/bufferedAmount-after-close.js: Added. |
| |
| 2010-02-11 Fumitoshi Ukai <ukai@chromium.org> |
| |
| Reviewed by Alexey Proskuryakov. |
| |
| WebSocket in Worker failed to close |
| https://bugs.webkit.org/show_bug.cgi?id=34785 |
| |
| * websocket/tests/workers/close-in-shared-worker-expected.txt: Added. |
| * websocket/tests/workers/close-in-shared-worker.html: Added. |
| * websocket/tests/workers/close-in-worker-expected.txt: Added. |
| * websocket/tests/workers/close-in-worker.html: Added. |
| * websocket/tests/workers/resources/close-in-worker.js: Added. |
| * websocket/tests/workers/resources/echo_wsh.py: Copied from LayoutTests/websocket/tests/echo_wsh.py. |
| |
| 2010-02-11 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Not reviewed. Oops, move mac-lepard results for mask-invalidation.svg into the correct folder. |
| |
| * platform/mac-leopard/mask-invalidation-expected.checksum: Removed. |
| * platform/mac-leopard/mask-invalidation-expected.png: Removed. |
| * platform/mac-leopard/svg/custom/mask-invalidation-expected.checksum: Copied from platform/mac-leopard/mask-invalidation-expected.checksum. |
| * platform/mac-leopard/svg/custom/mask-invalidation-expected.png: Copied from platform/mac-leopard/mask-invalidation-expected.png. |
| |
| 2010-02-11 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Rubber-stamped by Dirk Schulze. |
| |
| Add special mac-leopard pixel test results for svg/mask-invalidation.svg - has marginal 0.01% diff to snow leopard baseline. |
| |
| * platform/mac-leopard/mask-invalidation-expected.checksum: Added. |
| * platform/mac-leopard/mask-invalidation-expected.png: Added. |
| |
| 2010-02-11 Gustavo Noronha Silva <gns@gnome.org> |
| |
| Remove platform-specific expected results that only existed |
| because we diverged from other ports regarding enabling |
| GeoLocation (Apple ports now enable it). |
| |
| * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt: Removed. |
| * platform/gtk/fast/dom/prototype-inheritance-2-expected.txt: Removed. |
| |
| 2010-02-11 Gustavo Noronha Silva <gns@gnome.org> |
| |
| Rebaseline test after 54646, and skip tests that need results |
| generated. |
| |
| * platform/gtk/Skipped: |
| * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt: |
| |
| 2010-02-11 Yury Semikhatsky <yurys@chromium.org> |
| |
| Reviewed by Pavel Feldman. |
| |
| Test that Web Inspector can inspect styles of elements in iframe from a domain |
| different from main frame domain. |
| |
| inspector-tests.js moved to LayoutTests/http/tests/inspector because it can |
| be referenced by relative path from LayoutTests/inspector but not vice versa |
| (html files served from LayoutTests/http/tests cannot refer it because WebKit |
| tests httpd doesn't serve content not under LayoutTests/http). |
| |
| https://bugs.webkit.org/show_bug.cgi?id=31587 |
| |
| * http/tests/inspector/inspect-iframe-from-different-domain-expected.txt: Added. |
| * http/tests/inspector/inspect-iframe-from-different-domain.html: Added. |
| * http/tests/inspector/inspector-test.js: Renamed from LayoutTests/inspector/inspector-test.js. |
| (onload): |
| (evaluateInWebInspector): |
| (notifyDone): |
| (output): |
| (didEvaluateForTestInFrontend): |
| * http/tests/inspector/resources/iframe-from-different-domain-data.html: Added. |
| * inspector/console-clear.html: |
| * inspector/console-dir.html: |
| * inspector/console-dirxml.html: |
| * inspector/console-format-collections-expected.txt: |
| * inspector/console-format-collections.html: |
| * inspector/console-format.html: |
| * inspector/console-log-before-inspector-open.html: |
| * inspector/console-tests.html: |
| * inspector/cookie-resource-match.html: |
| * inspector/elements-img-tooltip.html: |
| * inspector/elements-panel-rewrite-href-expected.txt: |
| * inspector/elements-panel-rewrite-href.html: |
| * inspector/elements-panel-selection-on-refresh.html: |
| * inspector/elements-panel-structure.html: |
| * inspector/evaluate-in-frontend.html: |
| * inspector/inspected-objects-not-overriden.html: |
| * inspector/styles-iframe.html: |
| * inspector/syntax-highlight-css.html: |
| * inspector/syntax-highlight-javascript.html: |
| * inspector/timeline-enum-stability.html: |
| * inspector/timeline-event-dispatch.html: |
| * inspector/timeline-layout.html: |
| * inspector/timeline-mark-timeline.html: |
| * inspector/timeline-network-resource.html: |
| * inspector/timeline-paint.html: |
| * inspector/timeline-parse-html.html: |
| * inspector/timeline-recalculate-styles.html: |
| * inspector/timeline-script-tag-1.html: |
| * inspector/timeline-script-tag-2.html: |
| * inspector/timeline-trivial.html: |
| * platform/qt/Skipped: |
| |
| 2010-02-11 Andras Becsi <abecsi@webkit.org> |
| |
| Rubber-stamped by Kenneth Rohde Christiansen. |
| |
| [Qt] Update expected results for the following tests after r54646 because of ImageData support. |
| |
| * platform/qt/fast/dom/Window/window-properties-expected.txt: |
| * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt: |
| * platform/qt/fast/dom/prototype-inheritance-expected.txt: |
| * platform/qt/fast/js/global-constructors-expected.txt: |
| |
| 2010-02-11 Kent Tamura <tkent@chromium.org> |
| |
| Reviewed by Darin Adler. |
| |
| Step attribute support for date&time types. |
| https://bugs.webkit.org/show_bug.cgi?id=30847 |
| |
| Add tests for ValidityState.stepMismatch, stepUp() and stepDown() |
| for date, datetime, datetime-local, month, time, week types. |
| Update valueAsDate and valueAsNumber tests for a string representation |
| change. |
| |
| * fast/forms/ValidityState-stepMismatch-expected.txt: Added. |
| * fast/forms/ValidityState-stepMismatch.html: Added. |
| * fast/forms/input-stepup-stepdown-expected.txt: Added. |
| * fast/forms/input-stepup-stepdown.html: Added. |
| * fast/forms/input-valueasdate-datetime-expected.txt: |
| * fast/forms/input-valueasdate-time-expected.txt: |
| * fast/forms/input-valueasnumber-datetime-expected.txt: |
| * fast/forms/input-valueasnumber-datetimelocal-expected.txt: |
| * fast/forms/input-valueasnumber-time-expected.txt: |
| * fast/forms/script-tests/ValidityState-stepMismatch.js: Added. |
| * fast/forms/script-tests/input-stepup-stepdown.js: Added. |
| * fast/forms/script-tests/input-valueasdate-datetime.js: |
| * fast/forms/script-tests/input-valueasnumber-datetime.js: |
| |
| 2010-02-10 Oliver Hunt <oliver@apple.com> |
| |
| Reviewed by Gavin Barraclough. |
| |
| postMessage does not send ImageData |
| https://bugs.webkit.org/show_bug.cgi?id=34825 |
| |
| Add test for postMessage passing ImageData |
| |
| Update a few other tests to cover the fact that ImageData's constructor |
| is now available on the window object. |
| |
| * fast/dom/Window/window-postmessage-clone-expected.txt: |
| * fast/dom/Window/window-postmessage-clone.html: |
| * 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: |
| |
| 2010-02-10 Beth Dakin <bdakin@apple.com> |
| |
| Reviewed by Simon Fraser and Darin Adler. |
| |
| Test for https://bugs.webkit.org/show_bug.cgi?id=34185 REGRESSION: |
| Mask not invalidating |
| |
| * platform/mac/svg/custom/mask-invalidation-expected.checksum: Added. |
| * platform/mac/svg/custom/mask-invalidation-expected.png: Added. |
| * platform/mac/svg/custom/mask-invalidation-expected.txt: Added. |
| * svg/custom/mask-invalidation.svg: Added. |
| |
| 2010-02-10 Csaba Osztrogonác <ossy@webkit.org> |
| |
| Unreviewed. Roll out r54626, because it broke GTK and Win build. |
| https://bugs.webkit.org/show_bug.cgi?id=32717 |
| |
| * platform/mac/Skipped: |
| * platform/mac/fast/frames/flattening: Removed. |
| * platform/mac/fast/frames/flattening/frameset-flattening-advanced-expected.txt: Removed. |
| * platform/mac/fast/frames/flattening/frameset-flattening-grid-expected.txt: Removed. |
| * platform/mac/fast/frames/flattening/frameset-flattening-simple-expected.txt: Removed. |
| * platform/mac/fast/frames/flattening/frameset-flattening-subframe-resize-expected.txt: Removed. |
| * platform/mac/fast/frames/flattening/frameset-flattening-subframesets-expected.txt: Removed. |
| |
| 2010-02-10 Jesus Sanchez-Palencia <jesus.palencia@openbossa.org> |
| |
| Reviewed by Kenneth Rohde Christiansen. |
| |
| Support frameset flattening |
| https://bugs.webkit.org/show_bug.cgi?id=32717 |
| |
| Add expected results of the FrameSet Flattening tests. |
| |
| * platform/mac/fast/frames/flattening/frameset-flattening-advanced-expected.txt: Added. |
| * platform/mac/fast/frames/flattening/frameset-flattening-grid-expected.txt: Added. |
| * platform/mac/fast/frames/flattening/frameset-flattening-simple-expected.txt: Added. |
| * platform/mac/fast/frames/flattening/frameset-flattening-subframe-resize-expected.txt: Added. |
| * platform/mac/fast/frames/flattening/frameset-flattening-subframesets-expected.txt: Added. |
| * platform/mac/Skipped: |
| |
| 2010-02-10 Kenneth Russell <kbr@google.com> |
| |
| Reviewed by Oliver Hunt. |
| |
| Remove automatic viewport resizing |
| https://bugs.webkit.org/show_bug.cgi?id=34766 |
| |
| Removed automatic viewport resizing per conclusions on the WebGL |
| mailing list. Added test verifying new behavior and updated a |
| couple of previous tests failing after this change. |
| |
| * fast/canvas/webgl/gl-get-calls-expected.txt: |
| * fast/canvas/webgl/gl-get-calls.html: |
| * fast/canvas/webgl/texImage2DImageDataTest.html: |
| * fast/canvas/webgl/viewport-unchanged-upon-resize-expected.txt: Added. |
| * fast/canvas/webgl/viewport-unchanged-upon-resize.html: Added. |
| |
| 2010-02-10 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk> |
| |
| Reviewed by Xan Lopez. |
| |
| [GTK] Hits assertion on history back, with page cache enabled, in specific conditions |
| https://bugs.webkit.org/show_bug.cgi?id=34773 |
| |
| * fast/frames/frame-crash-with-page-cache.html: Added. |
| * fast/frames/resources/cached-page-1.html: Added. |
| * fast/frames/resources/cached-page-2.html: Added. |
| * fast/frames/resources/cached-page-3.html: Added. |
| * fast/frames/resources/cached-page-iframe.html: Added. |
| |
| 2010-02-09 Alexey Proskuryakov <ap@apple.com> |
| |
| Reviewed by Geoffrey Garen. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=34490 |
| WebCore::ImageEventSender::dispatchPendingEvents() crashes in certain conditions |
| |
| * fast/images/destroyed-image-load-event-expected.txt: Added. |
| * fast/images/destroyed-image-load-event.html: Added. |
| |
| 2010-02-08 Jon Honeycutt <jhoneycutt@apple.com> |
| |
| <rdar://problem/7436875> Crash in Flash when visiting |
| http://www.cctv.com/default.shtml (WER ID 819298200) [watson 2502260] |
| |
| Reviewed by Darin Adler. |
| |
| * platform/win/plugins/plugin-delayed-destroy-expected.txt: Added. |
| * platform/win/plugins/plugin-delayed-destroy.html: Added. |
| |
| 2010-02-10 Diego Gonzalez <diego.gonzalez@openbossa.org> |
| |
| Reviewed by Kenneth Rohde Christiansen. |
| |
| Implement pageNumberForElementById() method in Qt DRT LayoutTestController, |
| to make Qt DRT able to get page number. |
| |
| LayoutTests: |
| printing/page-break-always.html |
| printing/pageNumerForElementById.html |
| printing/css2.1/page-break-before-000.html |
| printing/css2.1/page-break-after-000.html |
| printing/css2.1/page-break-after-004.html |
| printing/css2.1/page-break-before-001.html |
| printing/css2.1/page-break-after-001.html |
| printing/css2.1/page-break-after-002.html |
| printing/css2.1/page-break-before-002.html |
| printing/css2.1/page-break-inside-000.html |
| |
| [Qt] Make possible Qt DRT get a page number for element by ID |
| https://bugs.webkit.org/show_bug.cgi?id=34777 |
| |
| * platform/qt/Skipped: |
| |
| 2010-02-10 Jeremy Orlow <jorlow@chromium.org> |
| |
| Revert 54599 because it breaks a lot of tests on Windows Chrome |
| |
| * inspector/elements-panel-limited-children-expected.txt: Removed. |
| * inspector/elements-panel-limited-children.html: Removed. |
| * platform/qt/Skipped: |
| |
| 2010-02-10 Nate Chapin <japhet@chromium.org> |
| |
| Reviewed by Adam Barth. |
| |
| Add test to ensure that a call to history.forward() at the top of |
| a page doesn't prevent the page from loading when there is no |
| forward list. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=34722 |
| |
| * fast/history/forward-during-load-expected.txt: Added. |
| * fast/history/forward-during-load.html: Added. |
| |
| 2010-02-10 Alexander Pavlov <apavlov@chromium.org> |
| |
| Reviewed by Pavel Feldman. |
| |
| Web Inspector: Elements Panel: Limit the number of initially loaded element children |
| https://bugs.webkit.org/show_bug.cgi?id=34421 |
| |
| * inspector/elements-panel-limited-children-expected.txt: Added. |
| * inspector/elements-panel-limited-children.html: Added. |
| * platform/qt/Skipped: |
| |
| 2010-02-10 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Darin Adler. |
| |
| Freeze sandbox attributes on creation |
| https://bugs.webkit.org/show_bug.cgi?id=34184 |
| |
| Test that allow-forms is frozen on document creation. |
| |
| * fast/frames/resources/sandboxed-iframe-form-dynamic-allowed.html: Added. |
| * fast/frames/resources/sandboxed-iframe-form-dynamic-disallowed.html: Added. |
| * fast/frames/sandboxed-iframe-forms-dynamic-expected.txt: Added. |
| * fast/frames/sandboxed-iframe-forms-dynamic.html: Added. |
| |
| 2010-02-09 Csaba Osztrogonác <ossy@webkit.org> |
| |
| [Qt] Unreviewed. Roll-out r54543, because layout tests crash in debug mode. |
| https://bugs.webkit.org/show_bug.cgi?id=34713 |
| |
| * platform/qt/Skipped: |
| |
| 2010-02-09 Csaba Osztrogonác <ossy@webkit.org> |
| |
| [Qt] Unreviewed trivial fix. |
| |
| platform/mac/svg/custom/use-on-symbol-inside-pattern-expected.txt updated |
| by r54560. Qt platform specific expected file should be updated too. |
| |
| * platform/qt/svg/custom/use-on-symbol-inside-pattern-expected.txt: Updated. |
| |
| 2010-02-09 Csaba Osztrogonác <ossy@webkit.org> |
| |
| [Qt] fast/events/multiline-link-arrow-navigation.html introduced in r54566, but our |
| LayoutTestController::overridePreference() does not support the 'WebKitEnableCaretBrowsing' preference now. |
| |
| * platform/qt/Skipped: fast/events/multiline-link-arrow-navigation.html skipped. |
| |
| 2010-02-09 Csaba Osztrogonác <ossy@webkit.org> |
| |
| Rubber-stamped by Kenneth Rohde Christiansen. |
| |
| [Qt] window.showModalDialog implemented by r54550. Some tests pass now, so expected files updated. |
| (We need some new platform specific expected file, because this feature works only on Qt port now.) |
| https://bugs.webkit.org/show_bug.cgi?id=25585 |
| |
| * platform/qt/fast/dom/Window/window-function-frame-getter-precedence-expected.txt: Copied from LayoutTests/fast/dom/Window/window-function-frame-getter-precedence-expected.txt. |
| * platform/qt/fast/dom/Window/window-function-name-getter-precedence-expected.txt: Copied from LayoutTests/fast/dom/Window/window-function-name-getter-precedence-expected.txt. |
| * platform/qt/fast/dom/Window/window-lookup-precedence-expected.txt: Copied from LayoutTests/fast/dom/Window/window-lookup-precedence-expected.txt. |
| * platform/qt/fast/dom/Window/window-properties-expected.txt: Updated. |
| * platform/qt/fast/dom/prototype-inheritance-expected.txt: Updated. |
| * platform/qt/http/tests/security/cross-frame-access-call-expected.txt: Copied from LayoutTests/http/tests/security/cross-frame-access-call-expected.txt. |
| - cross-frame-access-call-expected.txt might be a false expected file, it needs more investigation. |
| * platform/qt/http/tests/security/cross-frame-access-get-expected.txt: Copied from LayoutTests/http/tests/security/cross-frame-access-get-expected.txt. |
| |
| 2010-02-09 Dan Bernstein <mitz@apple.com> |
| |
| Reviewed by Anders Carlsson. |
| |
| <rdar://problem/7400160> Netscape plug-ins are not instantiated on property access if there are pending stylesheets |
| https://bugs.webkit.org/show_bug.cgi?id=34776 |
| |
| * plugins/instance-available-before-stylesheets-loaded-expected.txt: Added. |
| * plugins/instance-available-before-stylesheets-loaded-object-expected.txt: Added. |
| * plugins/instance-available-before-stylesheets-loaded-object.html: Added. |
| * plugins/instance-available-before-stylesheets-loaded.html: Added. |
| |
| 2010-02-09 Alejandro G. Castro <alex@igalia.com> |
| |
| Reviewed by Darin Adler. |
| |
| Problems navigating by caret in links whose text wraps onto |
| subsequent lines. |
| https://bugs.webkit.org/show_bug.cgi?id=25676 |
| |
| Added tests showing the problem. |
| |
| * fast/events/multiline-link-arrow-navigation.html |
| * fast/events/multiline-link-arrow-navigation-expected.txt |
| |
| 2010-02-09 Dirk Schulze <krit@webkit.org> |
| |
| Reviewed by Nikolas Zimmermann. |
| |
| SVG patterns with some scale patternTransform are not displayed correctly for small elements |
| https://bugs.webkit.org/show_bug.cgi?id=25484 |
| |
| The old DRT results gave back a pattern size of 1x1. That was not very useful. |
| The new reuslts are much more useful. |
| |
| * platform/mac/svg/W3C-SVG-1.1/coords-units-01-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.txt: |
| * platform/mac/svg/batik/paints/patternPreserveAspectRatioA-expected.txt: |
| * platform/mac/svg/batik/paints/patternRegions-expected.txt: |
| * platform/mac/svg/custom/deep-dynamic-updates-expected.txt: |
| * platform/mac/svg/custom/js-late-pattern-and-object-creation-expected.txt: |
| * platform/mac/svg/custom/js-late-pattern-creation-expected.txt: |
| * platform/mac/svg/custom/js-update-pattern-child-expected.txt: |
| * platform/mac/svg/custom/js-update-pattern-expected.txt: |
| * platform/mac/svg/custom/pattern-cycle-detection-expected.txt: |
| * platform/mac/svg/custom/pattern-deep-referencing-expected.txt: |
| * platform/mac/svg/custom/pattern-excessive-malloc-expected.checksum: Added. |
| * platform/mac/svg/custom/pattern-excessive-malloc-expected.png: Added. |
| * platform/mac/svg/custom/pattern-excessive-malloc-expected.txt: Added. |
| * platform/mac/svg/custom/pattern-in-defs-expected.txt: |
| * platform/mac/svg/custom/pattern-size-bigger-than-target-size-expected.checksum: Added. |
| * platform/mac/svg/custom/pattern-size-bigger-than-target-size-expected.png: Added. |
| * platform/mac/svg/custom/pattern-size-bigger-than-target-size-expected.txt: Added. |
| * platform/mac/svg/custom/pattern-skew-transformed-expected.checksum: Added. |
| * platform/mac/svg/custom/pattern-skew-transformed-expected.png: Added. |
| * platform/mac/svg/custom/pattern-skew-transformed-expected.txt: Added. |
| * platform/mac/svg/custom/pattern-with-transformation-expected.txt: |
| * platform/mac/svg/custom/pattern-y-offset-expected.txt: |
| * platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png: |
| * platform/mac/svg/custom/stroked-pattern-expected.txt: |
| * platform/mac/svg/custom/transformedMaskFails-expected.png: |
| * platform/mac/svg/custom/use-on-symbol-inside-pattern-expected.txt: |
| * svg/custom/pattern-excessive-malloc.svg: Added. |
| * svg/custom/pattern-size-bigger-than-target-size.svg: Added. |
| * svg/custom/pattern-skew-transformed.svg: Added. |
| |
| 2010-02-09 Dirk Schulze <krit@webkit.org> |
| |
| Reviewed by Nikolas Zimmermann. |
| |
| Update Qt specific DRT result after AffineTransform patch. |
| |
| * platform/qt/svg/custom/use-on-symbol-inside-pattern-expected.txt: |
| |
| 2010-02-09 MORITA Hajime <morrita@gmail.com> |
| |
| Reviewed by Nikolas Zimmermann. |
| |
| SVG selection text foreground colour does not respect user settings |
| https://bugs.webkit.org/show_bug.cgi?id=15997 |
| |
| Add two subphases SVGTextPaintSubphaseGlyphFillSelection and |
| SVGTextPaintSubphaseGlyphStrokeSelection for painting SVG text |
| selection. texts are painted with style from getCachedPseudoStyle() instead of style(). |
| |
| * platform/mac/svg/text/selection-styles-expected.checksum: Added. |
| * platform/mac/svg/text/selection-styles-expected.png: Added. |
| * platform/mac/svg/text/selection-styles-expected.txt: Added. |
| * platform/mac/svg/text/text-deco-01-b-expected.checksum: Updated pixel tests to account for marginal painting differences. |
| * platform/mac/svg/text/text-deco-01-b-expected.png: Ditto. |
| * platform/mac/svg/text/text-path-01-b-expected.checksum: Dito. |
| * platform/mac/svg/text/text-path-01-b-expected.png: Ditto. |
| * platform/mac/svg/text/text-text-03-b-expected.checksum: Ditto. |
| * platform/mac/svg/text/text-text-03-b-expected.png: Ditto. |
| * svg/text/selection-styles.xhtml: Added. |
| |
| 2010-02-09 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Reviewed by Dirk Schulze. |
| |
| No scroll bars are displayed for standalone SVG image |
| https://bugs.webkit.org/show_bug.cgi?id=11225 |
| |
| Height and width defined for svg element are not honored |
| https://bugs.webkit.org/show_bug.cgi?id=24033 |
| |
| SVG file does not pan and has no scroll bars |
| https://bugs.webkit.org/show_bug.cgi?id=24448 |
| |
| Modify some tests to account that overflow is now properly handled. Add new results for several overflow tests. |
| |
| * platform/mac/svg/custom/baseval-animval-equality-expected.txt: |
| * platform/mac/svg/custom/focus-ring-expected.txt: |
| * platform/mac/svg/custom/foreignObject-crash-on-hover-expected.txt: |
| * platform/mac/svg/custom/path-bad-data-expected.txt: |
| * platform/mac/svg/overflow: Added. |
| * platform/mac/svg/overflow/overflow-on-inner-svg-element-defaults-expected.checksum: Added. |
| * platform/mac/svg/overflow/overflow-on-inner-svg-element-defaults-expected.png: Added. |
| * platform/mac/svg/overflow/overflow-on-inner-svg-element-defaults-expected.txt: Added. |
| * platform/mac/svg/overflow/overflow-on-inner-svg-element-expected.checksum: Added. |
| * platform/mac/svg/overflow/overflow-on-inner-svg-element-expected.png: Added. |
| * platform/mac/svg/overflow/overflow-on-inner-svg-element-expected.txt: Added. |
| * platform/mac/svg/overflow/overflow-on-outermost-svg-element-defaults-expected.checksum: Added. |
| * platform/mac/svg/overflow/overflow-on-outermost-svg-element-defaults-expected.png: Added. |
| * platform/mac/svg/overflow/overflow-on-outermost-svg-element-defaults-expected.txt: Added. |
| * platform/mac/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-1-expected.checksum: Added. |
| * platform/mac/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-1-expected.png: Added. |
| * platform/mac/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-1-expected.txt: Added. |
| * platform/mac/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-2-expected.checksum: Added. |
| * platform/mac/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-2-expected.png: Added. |
| * platform/mac/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-2-expected.txt: Added. |
| * platform/mac/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-3-expected.checksum: Added. |
| * platform/mac/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-3-expected.png: Added. |
| * platform/mac/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-3-expected.txt: Added. |
| * platform/mac/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-auto-expected.checksum: Added. |
| * platform/mac/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-auto-expected.png: Added. |
| * platform/mac/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-auto-expected.txt: Added. |
| * platform/mac/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-defaults-expected.checksum: Added. |
| * platform/mac/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-defaults-expected.png: Added. |
| * platform/mac/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-defaults-expected.txt: Added. |
| * platform/mac/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-hidden-expected.checksum: Added. |
| * platform/mac/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-hidden-expected.png: Added. |
| * platform/mac/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-hidden-expected.txt: Added. |
| * platform/mac/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-scroll-expected.checksum: Added. |
| * platform/mac/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-scroll-expected.png: Added. |
| * platform/mac/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-scroll-expected.txt: Added. |
| * platform/mac/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-visible-expected.checksum: Added. |
| * platform/mac/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-visible-expected.png: Added. |
| * platform/mac/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-visible-expected.txt: Added. |
| * platform/mac/svg/text/text-gradient-positioning-expected.checksum: |
| * platform/mac/svg/text/text-gradient-positioning-expected.png: |
| * platform/mac/svg/text/text-gradient-positioning-expected.txt: |
| * svg/custom/focus-ring.svg: Shrink viewport size to avoid displaying scrollbars. |
| * svg/custom/foreignObject-crash-on-hover.xml: Ditto. |
| * svg/custom/path-bad-data.svg: Ditto. |
| * svg/overflow: Added. |
| * svg/overflow/overflow-on-inner-svg-element-defaults.svg: Added. |
| * svg/overflow/overflow-on-inner-svg-element.svg: Added. |
| * svg/overflow/overflow-on-outermost-svg-element-defaults.svg: Added. |
| * svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-1.svg: Added. |
| * svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-2.svg: Added. |
| * svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-3.svg: Added. |
| * svg/overflow/overflow-on-outermost-svg-element-in-xhtml-auto.xhtml: Added. |
| * svg/overflow/overflow-on-outermost-svg-element-in-xhtml-defaults.xhtml: Added. |
| * svg/overflow/overflow-on-outermost-svg-element-in-xhtml-hidden.xhtml: Added. |
| * svg/overflow/overflow-on-outermost-svg-element-in-xhtml-scroll.xhtml: Added. |
| * svg/overflow/overflow-on-outermost-svg-element-in-xhtml-visible.xhtml: Added. |
| * svg/text/text-gradient-positioning.svg: Shrink viewport size to avoid displaying scrollbars. |
| |
| 2010-02-09 Yuzo Fujishima <yuzo@google.com> |
| |
| Unreviewed. |
| |
| Fix build brekage introduced by r54536. |
| |
| Add the following two to Skipped: |
| fast/css/inline-element-line-break.html and |
| fast/css/pseudo-element-line-break.html |
| |
| * platform/gtk/Skipped: |
| |
| 2010-02-09 Chang Shu <Chang.Shu@nokia.com> |
| |
| Reviewed by Laszlo Gombos. |
| |
| [Qt] Enable http/tests/appcache but skip the failed cases. |
| https://bugs.webkit.org/show_bug.cgi?id=34713 |
| |
| * platform/qt/Skipped: |
| |
| 2010-02-09 Eric Seidel <eric@webkit.org> |
| |
| Reviewed by Shinichiro Hamaji. |
| |
| storage/database-lock-after-reload.html is flakey |
| https://bugs.webkit.org/show_bug.cgi?id=29154 |
| |
| * platform/mac/Skipped: Skip for now to keep the bots green until someone can take a look. |
| |
| 2010-02-09 Shinichiro Hamaji <hamaji@chromium.org> |
| |
| Reviewed by Darin Adler. |
| |
| Add modified version of CSS2.1 test suite for paged media |
| https://bugs.webkit.org/show_bug.cgi?id=34695 |
| |
| Note that page-break-inside-000 is failing now. |
| |
| * platform/qt/Skipped: |
| * platform/win/Skipped: |
| * printing/css2.1/README.txt: Added. |
| * printing/css2.1/page-break-after-000-expected.txt: Added. |
| * printing/css2.1/page-break-after-000.html: Added. |
| * printing/css2.1/page-break-after-001-expected.txt: Added. |
| * printing/css2.1/page-break-after-001.html: Added. |
| * printing/css2.1/page-break-after-002-expected.txt: Added. |
| * printing/css2.1/page-break-after-002.html: Added. |
| * printing/css2.1/page-break-after-004-expected.txt: Added. |
| * printing/css2.1/page-break-after-004.html: Added. |
| * printing/css2.1/page-break-before-000-expected.txt: Added. |
| * printing/css2.1/page-break-before-000.html: Added. |
| * printing/css2.1/page-break-before-001-expected.txt: Added. |
| * printing/css2.1/page-break-before-001.html: Added. |
| * printing/css2.1/page-break-before-002-expected.txt: Added. |
| * printing/css2.1/page-break-before-002.html: Added. |
| * printing/css2.1/page-break-inside-000-expected.txt: Added. |
| * printing/css2.1/page-break-inside-000.html: Added. |
| * printing/resources/paged-media-test-utils.js: Added. |
| (pageNumberShouldBe): |
| |
| 2010-02-07 Yuzo Fujishima <yuzo@google.com> |
| |
| Reviewed by Dan Bernstein. |
| |
| Fix the following bugs: |
| https://bugs.webkit.org/show_bug.cgi?id=18926 - dt:after generate a line break. Boost documentation page renders poorly |
| https://bugs.webkit.org/show_bug.cgi?id=7276 - Most W3C padding related tests fail |
| |
| css2.1/t0803-c5504-imrgn-l-02-b-ag-expected.html and css2.1/t0804-c5509-ipadn-l-02-b-ag-expected.html have been rebaselined |
| because the original expected values are incorrect, judging from the test description and how IE 8.0, Firefox 3.6, and Opera 10.10 render the pages. |
| fast/dom/clone-node-dynamic-style-expected.html have been also rebaselined because the original expected values assumes a line break. |
| Expected values under platform/qt need not be updated because the tests are in the Skipped file for the platform. |
| |
| * fast/css/inline-element-line-break.html: Added. |
| * fast/css/pseudo-element-line-break.html: Added. |
| * platform/mac/css2.1/t0803-c5504-imrgn-l-02-b-ag-expected.checksum: |
| * platform/mac/css2.1/t0803-c5504-imrgn-l-02-b-ag-expected.png: |
| * platform/mac/css2.1/t0803-c5504-imrgn-l-02-b-ag-expected.txt: |
| * platform/mac/css2.1/t0804-c5509-ipadn-l-02-b-ag-expected.checksum: |
| * platform/mac/css2.1/t0804-c5509-ipadn-l-02-b-ag-expected.png: |
| * platform/mac/css2.1/t0804-c5509-ipadn-l-02-b-ag-expected.txt: |
| * platform/mac/fast/css/inline-element-line-break-expected.checksum: Added. |
| * platform/mac/fast/css/inline-element-line-break-expected.png: Added. |
| * platform/mac/fast/css/inline-element-line-break-expected.txt: Added. |
| * platform/mac/fast/css/pseudo-element-line-break-expected.checksum: Added. |
| * platform/mac/fast/css/pseudo-element-line-break-expected.png: Added. |
| * platform/mac/fast/css/pseudo-element-line-break-expected.txt: Added. |
| * platform/mac/fast/dom/clone-node-dynamic-style-expected.checksum: |
| * platform/mac/fast/dom/clone-node-dynamic-style-expected.png: |
| * platform/mac/fast/dom/clone-node-dynamic-style-expected.txt: |
| |
| 2010-02-09 Avi Drissman <avi@chromium.org> |
| |
| Reviewed by David Levin. |
| |
| Chromium Mac: Control-A shouldn't select all/Control-C shouldn't copy |
| https://bugs.webkit.org/show_bug.cgi?id=34615 |
| |
| * fast/events/attempt-select-all-with-wrong-modifier-expected.txt: Added. |
| * fast/events/attempt-select-all-with-wrong-modifier.html: Added. |
| |
| 2010-02-09 Shinichiro Hamaji <hamaji@chromium.org> |
| |
| Reviewed by Darin Adler. |
| |
| Provide a way to get total number of pages to be printed |
| https://bugs.webkit.org/show_bug.cgi?id=34699 |
| |
| * platform/gtk/Skipped: |
| * platform/qt/Skipped: |
| * platform/win/Skipped: |
| * printing/numberOfPages-expected.txt: Added. |
| * printing/numberOfPages.html: Added. |
| * printing/script-tests/numberOfPages.js: Added. |
| (createParagraph): |
| |
| 2010-02-09 Zoltan Herczeg <zherczeg@inf.u-szeged.hu> |
| |
| Reviewed by Oliver Hunt. |
| |
| Add numerous parse-only tests. |
| https://bugs.webkit.org/show_bug.cgi?id=34019 |
| |
| The input file contains a lot of strings, and tests whether they are |
| valid JavaScript code snippets or contains various syntax errors. |
| No semantic checks: even if a tests throws an exception, which is not |
| syntax error, it is considered successfull. |
| |
| * fast/js/parser-syntax-check-expected.txt: Added. |
| * fast/js/parser-syntax-check.html: Added. |
| * fast/js/script-tests/parser-syntax-check.js: Added. |
| (runTest): |
| (valid): |
| (invalid): |
| |
| 2010-02-08 Shinichiro Hamaji <hamaji@chromium.org> |
| |
| Unreviewed GTK+ test fix. |
| |
| Web site is stuck loading forever |
| https://bugs.webkit.org/show_bug.cgi?id=31227 |
| |
| It seems the following bug is addressing this issue. |
| [GTK] Needs proper reporting of frame loader callbacks, in DRT |
| https://bugs.webkit.org/show_bug.cgi?id=32170 |
| |
| * platform/gtk/Skipped: |
| |
| 2010-02-08 Hayato Ito <hayato@chromium.org> |
| |
| Reviewed by Darin Adler. |
| |
| Schedule a loading request when there are many in-flight requests beyond |
| the limit to avoid forever page loading. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=31227 |
| |
| * http/tests/loading/load-javascript-after-many-xhrs-expected.txt: Added. |
| * http/tests/loading/load-javascript-after-many-xhrs.html: Added. |
| * http/tests/loading/resources/zero-length.js: Added. |
| * http/tests/loading/resources/zero-length.txt: Added. |
| |
| 2010-02-08 Darin Adler <darin@apple.com> |
| |
| Reviewed by Dan Bernstein. |
| |
| Crash due to layout not done in case involving removal of absolute positioning |
| https://bugs.webkit.org/show_bug.cgi?id=34734 |
| rdar://problem/7588280 |
| |
| * fast/dynamic/position-change-layout-expected.txt: Added. |
| * fast/dynamic/position-change-layout.html: Added. |
| |
| 2010-02-08 Alexey Proskuryakov <ap@apple.com> |
| |
| Reviewed by Darin Adler. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=34727 |
| Assertion crashes and freezes when plug-in property access results in an exception |
| |
| * plugins/netscape-plugin-property-access-exception-expected.txt: Added. |
| * plugins/netscape-plugin-property-access-exception.html: Added. |
| The test expectations are a compromise between common sense and Firefox behavior. |
| |
| * platform/mac-snowleopard/Skipped: In OOP case, this test needs newer Safari. |
| |
| 2010-02-08 Alexey Proskuryakov <ap@apple.com> |
| |
| Put the test back on skipped list - it needs a newer version of Safari to pass. |
| |
| * platform/mac-snowleopard/Skipped: |
| |
| 2010-02-08 Alexey Proskuryakov <ap@apple.com> |
| |
| Reviewed by Anders Carlsson. |
| |
| <rdar://problem/6530010> OOP: Support NPN_SetException |
| |
| * platform/mac-snowleopard/Skipped: Unskipped plugins/netscape-throw-exception.html. |
| |
| 2010-02-08 Dirk Schulze <krit@webkit.org> |
| |
| Reviewed by Nikolas Zimmermann. |
| |
| Add back an AffineTransform class for use by SVG |
| https://bugs.webkit.org/show_bug.cgi?id=33750 |
| |
| Some negative zero problems fixed, but new one were added on other places. A seperate |
| patch should fix it all at once. |
| use-on-disallowed-foreign-object-3 and 4 had wrong results. The old SVG code |
| with TransformationMatrix used translateRight, that was wrong at this place and is |
| fixed now. |
| |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt: |
| * platform/mac/svg/custom/use-on-disallowed-foreign-object-3-expected.txt: |
| * platform/mac/svg/custom/use-on-disallowed-foreign-object-4-expected.txt: |
| * svg/dom/SVGMatrix-interface-expected.txt: |
| * svg/dom/SVGMatrix-interface.xhtml: |
| |
| 2010-02-08 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Not reviewed. Fix last problematic SVG testcase, update coords-trans-01-b.svg win results, marking the end of the baseline regeneration for all platforms. |
| |
| * platform/win/svg/W3C-SVG-1.1/coords-trans-01-b-expected.txt: |
| |
| 2010-02-08 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Not reviewed. Should turn Qt slave green again, all platform specific results updated. |
| |
| * platform/qt/svg/filters/subRegion-one-effect-expected.txt: |
| * platform/qt/svg/filters/subRegion-two-effects-expected.txt: |
| * platform/qt/svg/text/selection-background-color-expected.txt: |
| |
| 2010-02-08 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Not reviewed. Hopefully the last set of updates for Gtk/Qt/Win/Mac. |
| |
| * platform/gtk/svg/custom/text-zoom-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-82-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/coords-trans-01-b-expected.txt: |
| * platform/qt/svg/filters/feComposite-expected.txt: |
| * platform/qt/svg/filters/feGaussianBlur-expected.txt: |
| * platform/qt/svg/filters/feMerge-expected.txt: |
| * platform/qt/svg/filters/feMerge-wrong-input-expected.txt: |
| * platform/qt/svg/filters/feOffset-expected.txt: |
| * platform/qt/svg/filters/feTile-expected.txt: |
| * platform/qt/svg/filters/filter-source-position-expected.txt: |
| * platform/qt/svg/filters/shadow-on-filter-expected.txt: |
| * platform/qt/svg/filters/shadow-on-rect-with-filter-expected.txt: |
| * platform/qt/svg/filters/sourceAlpha-expected.txt: |
| * platform/qt/svg/filters/subRegion-in-userSpace-expected.txt: |
| * platform/win/svg/custom/inline-svg-in-xhtml-expected.txt: |
| * platform/win/svg/hixie/mixed/003-expected.txt: |
| |
| 2010-02-08 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Not reviewed. Attempt to fix all mac/win bots (expect for leopard which already passes) |
| |
| * platform/mac/svg/W3C-SVG-1.1/text-intro-05-t-expected.txt: |
| * platform/mac/svg/custom/junk-data-expected.txt: |
| * platform/mac/svg/custom/missing-xlink-expected.txt: |
| * platform/mac/svg/hixie/error/012-expected.txt: |
| * platform/mac/svg/text/text-intro-05-t-expected.txt: |
| |
| 2010-02-08 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Not reviewed. Next set of Qt DRT result updates. |
| |
| * platform/qt/svg/custom/js-update-image-and-display-expected.txt: |
| * platform/qt/svg/custom/js-update-image-and-display3-expected.txt: |
| * platform/qt/svg/custom/marker-opacity-expected.txt: |
| * platform/qt/svg/custom/marker-referencePoint-expected.txt: |
| * platform/qt/svg/custom/marker-strokeWidth-changes-expected.txt: |
| * platform/qt/svg/custom/mask-with-default-value-expected.txt: |
| * platform/qt/svg/custom/relative-sized-deep-shadow-tree-content-expected.txt: |
| * platform/qt/svg/custom/relative-sized-shadow-tree-content-expected.txt: |
| * platform/qt/svg/custom/relative-sized-use-on-symbol-expected.txt: |
| * platform/qt/svg/custom/text-xy-updates-SVGList-expected.txt: |
| * platform/qt/svg/custom/transformedMaskFails-expected.txt: |
| * platform/qt/svg/custom/use-on-symbol-inside-pattern-expected.txt: |
| |
| 2010-02-08 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Not reviewed. Update mac-tiger specific SVG results. |
| |
| * platform/mac-tiger/svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt: |
| * platform/mac-tiger/svg/hixie/text/003-expected.txt: |
| * platform/mac-tiger/svg/hixie/text/003a-expected.txt: |
| * platform/mac-tiger/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt: |
| * platform/mac-tiger/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt: |
| |
| 2010-02-08 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Not reviewed. Fixing first set of platform specific SVG results for the Qt port. |
| Unfortunately the bots exit after 20 test failures, so I can't fix the whole set of expected txt files in one go :( |
| |
| * platform/qt/svg/css/arrow-with-shadow-expected.txt: |
| * platform/qt/svg/css/circle-in-mask-with-shadow-expected.txt: |
| * platform/qt/svg/css/clippath-with-shadow-expected.txt: |
| * platform/qt/svg/css/mask-with-shadow-expected.txt: |
| * platform/qt/svg/css/path-with-shadow-expected.txt: |
| * platform/qt/svg/css/shadow-and-opacity-expected.txt: Added. |
| * platform/qt/svg/css/shadow-with-large-radius-expected.txt: Added. |
| * platform/qt/svg/css/shadow-with-negative-offset-expected.txt: Added. |
| * platform/qt/svg/css/stars-with-shadow-expected.txt: |
| * platform/qt/svg/custom/createImageElement-expected.txt: |
| * platform/qt/svg/custom/createImageElement2-expected.txt: |
| * platform/qt/svg/custom/empty-mask-expected.txt: |
| * platform/qt/svg/custom/js-repaint-rect-on-path-with-stroke-expected.txt: Added. |
| * platform/qt/svg/custom/js-update-image-and-display2-expected.txt: |
| |
| 2010-02-08 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Reviewed by Dirk Schulze. |
| |
| All SVG *-expected.txt files contain wrong results |
| https://bugs.webkit.org/show_bug.cgi?id=34703 |
| |
| Regenerate SVG render tree results after fixing SVGRenderTreeAsText to dump absoluteClippedOverflowRect(). |
| Finally meaningful results are available and any repaint rect changes will be noticed, w/o pixel tests! |
| |
| * platform/mac-leopard/svg/W3C-SVG-1.1/text-intro-05-t-expected.txt: |
| * platform/mac-leopard/svg/custom/junk-data-expected.txt: |
| * platform/mac-leopard/svg/custom/missing-xlink-expected.txt: |
| * platform/mac-leopard/svg/hixie/error/012-expected.txt: |
| * platform/mac-leopard/svg/text/text-intro-05-t-expected.txt: |
| * platform/mac/fast/repaint/moving-shadow-on-container-expected.checksum: |
| * platform/mac/fast/repaint/moving-shadow-on-container-expected.png: |
| * platform/mac/fast/repaint/moving-shadow-on-container-expected.txt: |
| * platform/mac/fast/repaint/moving-shadow-on-path-expected.checksum: |
| * platform/mac/fast/repaint/moving-shadow-on-path-expected.png: |
| * platform/mac/fast/repaint/moving-shadow-on-path-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-02-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-09-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-10-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-12-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-13-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-14-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-15-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-16-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-17-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-18-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-19-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-20-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-21-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-23-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-25-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-26-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-28-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-29-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-30-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-31-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-32-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-33-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-34-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-37-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-44-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-52-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-60-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-61-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-62-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-63-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-64-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-65-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-66-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-67-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-68-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-69-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-70-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-81-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-83-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-84-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-85-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/color-prof-01-f-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/color-prop-01-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/color-prop-02-f-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/color-prop-03-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/coords-coord-01-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/coords-coord-02-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/coords-units-01-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/coords-units-02-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/coords-units-03-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/filters-offset-01-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/interact-dom-01-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/interact-events-01-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/interact-order-01-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/interact-order-02-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/interact-order-03-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/linking-a-01-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/linking-a-02-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/linking-a-03-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/linking-a-04-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/linking-a-05-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/linking-a-07-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/linking-uri-01-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/linking-uri-02-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/linking-uri-03-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/masking-path-01-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/masking-path-02-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/masking-path-03-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/masking-path-05-f-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/painting-fill-01-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/painting-fill-02-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/painting-fill-03-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/painting-fill-04-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/painting-fill-05-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/painting-marker-01-f-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/painting-marker-03-f-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/painting-render-01-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/painting-stroke-07-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/paths-data-01-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/paths-data-02-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/paths-data-03-f-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/paths-data-04-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/paths-data-05-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/paths-data-06-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/paths-data-07-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/paths-data-08-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/paths-data-09-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/paths-data-10-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/paths-data-12-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/paths-data-13-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/paths-data-14-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/paths-data-15-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.checksum: |
| * platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png: |
| * platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.checksum: |
| * platform/mac/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png: |
| * platform/mac/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/render-elems-01-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/render-elems-02-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/render-elems-03-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/script-handle-01-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/script-handle-02-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/script-handle-03-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/script-handle-04-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/shapes-line-01-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/struct-cond-01-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/struct-cond-02-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/struct-cond-03-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/struct-defs-01-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/struct-dom-02-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/struct-dom-03-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/struct-dom-04-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/struct-dom-05-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/struct-frag-01-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/struct-frag-02-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/struct-frag-03-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/struct-frag-04-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/struct-frag-06-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/struct-group-01-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/struct-group-02-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/struct-group-03-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/struct-image-01-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/struct-image-02-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/struct-image-03-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/struct-image-04-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/struct-image-05-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/struct-image-06-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/struct-image-07-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/struct-image-08-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/struct-image-09-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/struct-image-10-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/struct-use-01-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/struct-use-03-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/struct-use-05-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/styling-css-01-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/styling-css-02-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/styling-css-03-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/styling-css-04-f-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/styling-css-05-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/styling-css-06-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/styling-pres-01-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/text-align-01-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/text-align-02-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/text-align-03-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/text-align-04-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/text-deco-01-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/text-fonts-01-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/text-fonts-02-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/text-path-01-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/text-text-01-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/text-text-03-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/text-text-04-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/text-text-05-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/text-text-06-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/text-text-07-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/text-text-08-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/text-tref-01-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/text-tselect-01-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/text-ws-01-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/text-ws-02-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt: |
| * platform/mac/svg/batik/filters/feTile-expected.txt: |
| * platform/mac/svg/batik/filters/filterRegions-expected.txt: |
| * platform/mac/svg/batik/masking/maskRegions-expected.txt: |
| * platform/mac/svg/batik/paints/gradientLimit-expected.txt: |
| * platform/mac/svg/batik/paints/patternPreserveAspectRatioA-expected.txt: |
| * platform/mac/svg/batik/paints/patternRegionA-expected.txt: |
| * platform/mac/svg/batik/paints/patternRegions-expected.txt: |
| * platform/mac/svg/batik/text/longTextOnPath-expected.txt: |
| * platform/mac/svg/batik/text/textAnchor-expected.txt: |
| * platform/mac/svg/batik/text/textAnchor2-expected.txt: |
| * platform/mac/svg/batik/text/textAnchor3-expected.txt: |
| * platform/mac/svg/batik/text/textDecoration2-expected.txt: |
| * platform/mac/svg/batik/text/textEffect-expected.checksum: |
| * platform/mac/svg/batik/text/textEffect-expected.png: |
| * platform/mac/svg/batik/text/textEffect-expected.txt: |
| * platform/mac/svg/batik/text/textEffect2-expected.txt: |
| * platform/mac/svg/batik/text/textEffect3-expected.checksum: |
| * platform/mac/svg/batik/text/textEffect3-expected.png: |
| * platform/mac/svg/batik/text/textEffect3-expected.txt: |
| * platform/mac/svg/batik/text/textFeatures-expected.txt: |
| * platform/mac/svg/batik/text/textGlyphOrientationHorizontal-expected.txt: |
| * platform/mac/svg/batik/text/textLayout-expected.txt: |
| * platform/mac/svg/batik/text/textLayout2-expected.txt: |
| * platform/mac/svg/batik/text/textLength-expected.txt: |
| * platform/mac/svg/batik/text/textOnPath-expected.txt: |
| * platform/mac/svg/batik/text/textOnPath2-expected.txt: |
| * platform/mac/svg/batik/text/textOnPath3-expected.txt: |
| * platform/mac/svg/batik/text/textOnPathSpaces-expected.txt: |
| * platform/mac/svg/batik/text/textPCDATA-expected.txt: |
| * platform/mac/svg/batik/text/textPosition-expected.txt: |
| * platform/mac/svg/batik/text/textPosition2-expected.txt: |
| * platform/mac/svg/batik/text/textProperties-expected.txt: |
| * platform/mac/svg/batik/text/textProperties2-expected.txt: |
| * platform/mac/svg/batik/text/textStyles-expected.txt: |
| * platform/mac/svg/batik/text/verticalText-expected.txt: |
| * platform/mac/svg/batik/text/verticalTextOnPath-expected.txt: |
| * platform/mac/svg/batik/text/xmlSpace-expected.txt: |
| * platform/mac/svg/carto.net/button-expected.txt: |
| * platform/mac/svg/carto.net/colourpicker-expected.txt: |
| * platform/mac/svg/carto.net/combobox-expected.txt: |
| * platform/mac/svg/carto.net/scrollbar-expected.txt: |
| * platform/mac/svg/carto.net/selectionlist-expected.txt: |
| * platform/mac/svg/carto.net/slider-expected.txt: |
| * platform/mac/svg/carto.net/tabgroup-expected.txt: |
| * platform/mac/svg/carto.net/textbox-expected.txt: |
| * platform/mac/svg/carto.net/window-expected.txt: |
| * platform/mac/svg/css/arrow-with-shadow-expected.png: |
| * platform/mac/svg/css/arrow-with-shadow-expected.txt: |
| * platform/mac/svg/css/circle-in-mask-with-shadow-expected.txt: |
| * platform/mac/svg/css/clippath-with-shadow-expected.png: |
| * platform/mac/svg/css/clippath-with-shadow-expected.txt: |
| * platform/mac/svg/css/composite-shadow-example-expected.txt: |
| * platform/mac/svg/css/composite-shadow-with-opacity-expected.txt: |
| * platform/mac/svg/css/group-with-shadow-expected.txt: |
| * platform/mac/svg/css/mask-with-shadow-expected.txt: |
| * platform/mac/svg/css/path-with-shadow-expected.png: |
| * platform/mac/svg/css/path-with-shadow-expected.txt: |
| * platform/mac/svg/css/shadow-and-opacity-expected.png: |
| * platform/mac/svg/css/shadow-and-opacity-expected.txt: |
| * platform/mac/svg/css/shadow-with-large-radius-expected.png: |
| * platform/mac/svg/css/shadow-with-large-radius-expected.txt: |
| * platform/mac/svg/css/shadow-with-negative-offset-expected.png: |
| * platform/mac/svg/css/shadow-with-negative-offset-expected.txt: |
| * platform/mac/svg/css/stars-with-shadow-expected.png: |
| * platform/mac/svg/css/stars-with-shadow-expected.txt: |
| * platform/mac/svg/custom/SVGMatrix-interface-expected.txt: |
| * platform/mac/svg/custom/SVGNumber-interface-expected.txt: |
| * platform/mac/svg/custom/SVGPoint-interface-expected.txt: |
| * platform/mac/svg/custom/SVGPoint-matrixTransform-expected.txt: |
| * platform/mac/svg/custom/SVGRect-interface-expected.txt: |
| * platform/mac/svg/custom/absolute-sized-svg-in-xhtml-expected.txt: |
| * platform/mac/svg/custom/alignment-baseline-modes-expected.txt: |
| * platform/mac/svg/custom/altglyph-expected.txt: |
| * platform/mac/svg/custom/animate-path-discrete-expected.txt: |
| * platform/mac/svg/custom/animate-path-morphing-expected.txt: |
| * platform/mac/svg/custom/baseval-animval-equality-expected.txt: |
| * platform/mac/svg/custom/circle-move-invalidation-expected.txt: |
| * platform/mac/svg/custom/circular-marker-reference-1-expected.txt: |
| * platform/mac/svg/custom/circular-marker-reference-2-expected.txt: |
| * platform/mac/svg/custom/circular-marker-reference-3-expected.txt: |
| * platform/mac/svg/custom/circular-marker-reference-4-expected.txt: |
| * platform/mac/svg/custom/class-baseValue-expected.txt: |
| * platform/mac/svg/custom/class-selector-expected.txt: |
| * platform/mac/svg/custom/clip-path-child-changes-expected.txt: |
| * platform/mac/svg/custom/clip-path-display-none-child-expected.txt: |
| * platform/mac/svg/custom/clip-path-href-changes-expected.txt: |
| * platform/mac/svg/custom/clip-path-referencing-use-expected.txt: |
| * platform/mac/svg/custom/clip-path-referencing-use2-expected.txt: |
| * platform/mac/svg/custom/clip-path-units-changes-expected.txt: |
| * platform/mac/svg/custom/clip-path-with-transform-expected.txt: |
| * platform/mac/svg/custom/conditional-processing-outside-switch-expected.txt: |
| * platform/mac/svg/custom/container-opacity-clip-viewBox-expected.txt: |
| * platform/mac/svg/custom/control-points-for-S-and-T-expected.txt: |
| * platform/mac/svg/custom/coords-relative-units-transforms-expected.txt: |
| * platform/mac/svg/custom/create-metadata-element-expected.txt: |
| * platform/mac/svg/custom/createImageElement-expected.txt: |
| * platform/mac/svg/custom/createImageElement2-expected.txt: |
| * platform/mac/svg/custom/createelement-expected.txt: |
| * platform/mac/svg/custom/css-pixels-dpi-expected.txt: |
| * platform/mac/svg/custom/dasharrayOrigin-expected.txt: |
| * platform/mac/svg/custom/deep-dynamic-updates-expected.txt: |
| * platform/mac/svg/custom/display-none-expected.txt: |
| * platform/mac/svg/custom/dominant-baseline-hanging-expected.checksum: |
| * platform/mac/svg/custom/dominant-baseline-hanging-expected.png: |
| * platform/mac/svg/custom/dominant-baseline-hanging-expected.txt: |
| * platform/mac/svg/custom/dominant-baseline-modes-expected.txt: |
| * platform/mac/svg/custom/dynamic-empty-path-expected.txt: |
| * platform/mac/svg/custom/dynamic-svg-document-creation-expected.txt: |
| * platform/mac/svg/custom/dynamic-viewBox-expected.txt: |
| * platform/mac/svg/custom/empty-clip-path-expected.txt: |
| * platform/mac/svg/custom/empty-mask-expected.txt: |
| * platform/mac/svg/custom/empty-merge-expected.txt: |
| * platform/mac/svg/custom/evt-onload-expected.txt: |
| * platform/mac/svg/custom/feComponentTransfer-Discrete-expected.txt: |
| * platform/mac/svg/custom/feComponentTransfer-Gamma-expected.txt: |
| * platform/mac/svg/custom/feComponentTransfer-Linear-expected.txt: |
| * platform/mac/svg/custom/feComponentTransfer-Table-expected.txt: |
| * platform/mac/svg/custom/feDisplacementMap-01-expected.txt: |
| * platform/mac/svg/custom/fill-SVGPaint-interface-expected.txt: |
| * platform/mac/svg/custom/fill-fallback-expected.txt: |
| * platform/mac/svg/custom/fill-update-expected.txt: |
| * platform/mac/svg/custom/focus-ring-expected.txt: |
| * platform/mac/svg/custom/font-face-cascade-order-expected.txt: |
| * platform/mac/svg/custom/font-face-simple-expected.txt: |
| * platform/mac/svg/custom/foreign-object-skew-expected.txt: |
| * platform/mac/svg/custom/foreignObject-crash-on-hover-expected.txt: |
| * platform/mac/svg/custom/fractional-rects-expected.txt: |
| * platform/mac/svg/custom/getPresentationAttribute-expected.txt: |
| * platform/mac/svg/custom/getTransformToElement-expected.txt: |
| * platform/mac/svg/custom/getscreenctm-in-mixed-content-expected.txt: |
| * platform/mac/svg/custom/glyph-selection-lang-attribute-expected.txt: |
| * platform/mac/svg/custom/gradient-add-stops-expected.txt: |
| * platform/mac/svg/custom/gradient-attr-update-expected.txt: |
| * platform/mac/svg/custom/gradient-cycle-detection-expected.txt: |
| * platform/mac/svg/custom/gradient-deep-referencing-expected.txt: |
| * platform/mac/svg/custom/gradient-rotated-bbox-expected.txt: |
| * platform/mac/svg/custom/gradient-stop-corner-cases-expected.checksum: |
| * platform/mac/svg/custom/gradient-stop-corner-cases-expected.png: |
| * platform/mac/svg/custom/gradient-stop-corner-cases-expected.txt: |
| * platform/mac/svg/custom/gradient-stop-style-change-expected.txt: |
| * platform/mac/svg/custom/gradient-stroke-width-expected.txt: |
| * platform/mac/svg/custom/grayscale-gradient-mask-expected.txt: |
| * platform/mac/svg/custom/group-opacity-expected.txt: |
| * platform/mac/svg/custom/hit-test-unclosed-subpaths-expected.txt: |
| * platform/mac/svg/custom/image-parent-translation-expected.txt: |
| * platform/mac/svg/custom/image-small-width-height-expected.txt: |
| * platform/mac/svg/custom/image-with-aspect-ratio-stretch-expected.txt: |
| * platform/mac/svg/custom/image-with-transform-clip-filter-expected.txt: |
| * platform/mac/svg/custom/inline-svg-in-xhtml-expected.txt: |
| * platform/mac/svg/custom/inner-percent-expected.txt: |
| * platform/mac/svg/custom/inner-svg-hit-test-expected.txt: |
| * platform/mac/svg/custom/invalid-css-expected.txt: |
| * platform/mac/svg/custom/invalid-fill-expected.txt: |
| * platform/mac/svg/custom/invalid-fill-hex-expected.txt: |
| * platform/mac/svg/custom/invalid-lengthlist-expected.txt: |
| * platform/mac/svg/custom/invisible-text-after-scrolling-expected.txt: |
| * platform/mac/svg/custom/js-late-clipPath-and-object-creation-expected.txt: |
| * platform/mac/svg/custom/js-late-clipPath-creation-expected.txt: |
| * platform/mac/svg/custom/js-late-gradient-and-object-creation-expected.checksum: |
| * platform/mac/svg/custom/js-late-gradient-and-object-creation-expected.png: |
| * platform/mac/svg/custom/js-late-gradient-and-object-creation-expected.txt: |
| * platform/mac/svg/custom/js-late-gradient-creation-expected.checksum: |
| * platform/mac/svg/custom/js-late-gradient-creation-expected.png: |
| * platform/mac/svg/custom/js-late-gradient-creation-expected.txt: |
| * platform/mac/svg/custom/js-late-marker-and-object-creation-expected.txt: |
| * platform/mac/svg/custom/js-late-marker-creation-expected.txt: |
| * platform/mac/svg/custom/js-late-mask-and-object-creation-expected.txt: |
| * platform/mac/svg/custom/js-late-mask-creation-expected.txt: |
| * platform/mac/svg/custom/js-late-pattern-and-object-creation-expected.txt: |
| * platform/mac/svg/custom/js-late-pattern-creation-expected.txt: |
| * platform/mac/svg/custom/js-repaint-rect-on-path-with-stroke-expected.txt: |
| * platform/mac/svg/custom/js-update-bounce-expected.txt: |
| * platform/mac/svg/custom/js-update-container-expected.txt: |
| * platform/mac/svg/custom/js-update-container2-expected.txt: |
| * platform/mac/svg/custom/js-update-gradient-expected.txt: |
| * platform/mac/svg/custom/js-update-image-and-display-expected.txt: |
| * platform/mac/svg/custom/js-update-image-and-display2-expected.txt: |
| * platform/mac/svg/custom/js-update-image-and-display3-expected.txt: |
| * platform/mac/svg/custom/js-update-image-expected.txt: |
| * platform/mac/svg/custom/js-update-path-changes-expected.txt: |
| * platform/mac/svg/custom/js-update-path-removal-expected.txt: |
| * platform/mac/svg/custom/js-update-pattern-child-expected.txt: |
| * platform/mac/svg/custom/js-update-pattern-expected.txt: |
| * platform/mac/svg/custom/js-update-polygon-changes-expected.txt: |
| * platform/mac/svg/custom/js-update-polygon-removal-expected.txt: |
| * platform/mac/svg/custom/js-update-stop-expected.txt: |
| * platform/mac/svg/custom/js-update-style-expected.txt: |
| * platform/mac/svg/custom/js-update-transform-addition-expected.txt: |
| * platform/mac/svg/custom/js-update-transform-changes-expected.txt: |
| * platform/mac/svg/custom/large-bounding-box-percents-expected.txt: |
| * platform/mac/svg/custom/linking-a-03-b-all-expected.txt: |
| * platform/mac/svg/custom/linking-a-03-b-preserveAspectRatio-expected.txt: |
| * platform/mac/svg/custom/linking-a-03-b-transform-expected.txt: |
| * platform/mac/svg/custom/linking-a-03-b-viewBox-expected.txt: |
| * platform/mac/svg/custom/linking-a-03-b-viewBox-transform-expected.txt: |
| * platform/mac/svg/custom/linking-a-03-b-viewTarget-expected.txt: |
| * platform/mac/svg/custom/linking-a-03-b-zoomAndPan-expected.txt: |
| * platform/mac/svg/custom/marker-changes-expected.txt: |
| * platform/mac/svg/custom/marker-child-changes-expected.txt: |
| * platform/mac/svg/custom/marker-default-width-height-expected.txt: |
| * platform/mac/svg/custom/marker-opacity-expected.txt: |
| * platform/mac/svg/custom/marker-overflow-clip-expected.txt: |
| * platform/mac/svg/custom/marker-referencePoint-expected.txt: |
| * platform/mac/svg/custom/marker-strokeWidth-changes-expected.txt: |
| * platform/mac/svg/custom/marker-viewBox-changes-expected.txt: |
| * platform/mac/svg/custom/mask-changes-expected.txt: |
| * platform/mac/svg/custom/mask-child-changes-expected.txt: |
| * platform/mac/svg/custom/mask-excessive-malloc-expected.txt: |
| * platform/mac/svg/custom/mask-inside-defs-expected.txt: |
| * platform/mac/svg/custom/mask-on-multiple-objects-expected.txt: |
| * platform/mac/svg/custom/mask-with-all-units-expected.txt: |
| * platform/mac/svg/custom/mask-with-default-value-expected.txt: |
| * platform/mac/svg/custom/no-inherited-dashed-stroke-expected.txt: |
| * platform/mac/svg/custom/non-circular-marker-reference-expected.txt: |
| * platform/mac/svg/custom/non-opaque-filters-expected.txt: |
| * platform/mac/svg/custom/path-bad-data-expected.txt: |
| * platform/mac/svg/custom/path-textPath-simulation-expected.txt: |
| * platform/mac/svg/custom/path-update-expected.txt: |
| * platform/mac/svg/custom/pattern-cycle-detection-expected.txt: |
| * platform/mac/svg/custom/pattern-deep-referencing-expected.txt: |
| * platform/mac/svg/custom/pattern-rotate-expected.txt: |
| * platform/mac/svg/custom/pattern-with-transformation-expected.txt: |
| * platform/mac/svg/custom/pattern-y-offset-expected.txt: |
| * platform/mac/svg/custom/percentage-rect-expected.txt: |
| * platform/mac/svg/custom/percentage-rect2-expected.txt: |
| * platform/mac/svg/custom/pointer-events-image-expected.txt: |
| * platform/mac/svg/custom/pointer-events-path-expected.txt: |
| * platform/mac/svg/custom/pointer-events-text-expected.txt: |
| * platform/mac/svg/custom/poly-identify-expected.txt: |
| * platform/mac/svg/custom/polyline-hittest-expected.txt: |
| * platform/mac/svg/custom/polyline-invalid-points-expected.txt: |
| * platform/mac/svg/custom/polyline-setattribute-points-null-expected.txt: |
| * platform/mac/svg/custom/preserve-aspect-ratio-syntax-expected.txt: |
| * platform/mac/svg/custom/prevent-default-expected.txt: |
| * platform/mac/svg/custom/recursive-clippath-expected.txt: |
| * platform/mac/svg/custom/relative-sized-deep-shadow-tree-content-expected.txt: |
| * platform/mac/svg/custom/relative-sized-shadow-tree-content-expected.txt: |
| * platform/mac/svg/custom/relative-sized-use-on-symbol-expected.txt: |
| * platform/mac/svg/custom/repaint-on-image-bounds-change-expected.txt: |
| * platform/mac/svg/custom/resource-client-removal-expected.txt: |
| * platform/mac/svg/custom/resource-invalidate-on-target-update-expected.txt: |
| * platform/mac/svg/custom/rgbcolor-syntax-expected.txt: |
| * platform/mac/svg/custom/root-container-opacity-clip-viewBox-expected.txt: |
| * platform/mac/svg/custom/rootelement-expected.txt: |
| * platform/mac/svg/custom/rounded-rects-expected.txt: |
| * platform/mac/svg/custom/scroll-hit-test-expected.txt: |
| * platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt: |
| * platform/mac/svg/custom/second-inline-text-expected.txt: |
| * platform/mac/svg/custom/shape-rendering-expected.txt: |
| * platform/mac/svg/custom/shapes-supporting-markers-expected.txt: |
| * platform/mac/svg/custom/sheet-title-expected.txt: |
| * platform/mac/svg/custom/stroke-fallback-expected.txt: |
| * platform/mac/svg/custom/stroked-pattern-expected.txt: |
| * platform/mac/svg/custom/struct-use-09-b-expected.txt: |
| * platform/mac/svg/custom/style-attribute-font-size-expected.txt: |
| * platform/mac/svg/custom/svg-float-border-padding-expected.txt: |
| * platform/mac/svg/custom/svgpolyparser-extra-space-expected.txt: |
| * platform/mac/svg/custom/text-clip-expected.txt: |
| * platform/mac/svg/custom/text-ctm-expected.txt: |
| * platform/mac/svg/custom/text-decoration-visibility-expected.txt: |
| * platform/mac/svg/custom/text-dom-01-f-expected.txt: |
| * platform/mac/svg/custom/text-filter-expected.txt: |
| * platform/mac/svg/custom/text-hit-test-expected.txt: |
| * platform/mac/svg/custom/text-image-opacity-expected.txt: |
| * platform/mac/svg/custom/text-letter-spacing-expected.txt: |
| * platform/mac/svg/custom/text-linking-expected.txt: |
| * platform/mac/svg/custom/text-repaint-including-stroke-expected.txt: |
| * platform/mac/svg/custom/text-whitespace-handling-expected.txt: |
| * platform/mac/svg/custom/text-x-dx-lists-expected.txt: |
| * platform/mac/svg/custom/text-x-override-in-tspan-child-expected.txt: |
| * platform/mac/svg/custom/text-xy-updates-SVGList-expected.txt: |
| * platform/mac/svg/custom/text-xy-updates-expected.txt: |
| * platform/mac/svg/custom/transform-invalid-expected.txt: |
| * platform/mac/svg/custom/transform-removeAttributeNS-expected.txt: |
| * platform/mac/svg/custom/transform-scale-parse-expected.txt: |
| * platform/mac/svg/custom/tref-update-expected.txt: |
| * platform/mac/svg/custom/use-clipped-hit-expected.checksum: |
| * platform/mac/svg/custom/use-clipped-hit-expected.png: |
| * platform/mac/svg/custom/use-clipped-hit-expected.txt: |
| * platform/mac/svg/custom/use-css-events-expected.txt: |
| * platform/mac/svg/custom/use-css-no-effect-on-shadow-tree-expected.txt: |
| * platform/mac/svg/custom/use-detach-expected.txt: |
| * platform/mac/svg/custom/use-dynamic-append-expected.txt: |
| * platform/mac/svg/custom/use-empty-reference-expected.txt: |
| * platform/mac/svg/custom/use-event-handler-on-referenced-element-expected.txt: |
| * platform/mac/svg/custom/use-event-handler-on-use-element-expected.txt: |
| * platform/mac/svg/custom/use-events-crash-expected.txt: |
| * platform/mac/svg/custom/use-forward-refs-expected.txt: |
| * platform/mac/svg/custom/use-instanceRoot-modifications-expected.txt: |
| * platform/mac/svg/custom/use-modify-container-in-target-expected.txt: |
| * platform/mac/svg/custom/use-modify-target-container-expected.txt: |
| * platform/mac/svg/custom/use-modify-target-symbol-expected.txt: |
| * platform/mac/svg/custom/use-nested-transform-expected.txt: |
| * platform/mac/svg/custom/use-on-disallowed-foreign-object-1-expected.txt: |
| * platform/mac/svg/custom/use-on-disallowed-foreign-object-2-expected.txt: |
| * platform/mac/svg/custom/use-on-disallowed-foreign-object-3-expected.txt: |
| * platform/mac/svg/custom/use-on-disallowed-foreign-object-4-expected.txt: |
| * platform/mac/svg/custom/use-on-disallowed-foreign-object-5-expected.txt: |
| * platform/mac/svg/custom/use-on-disallowed-foreign-object-6-expected.txt: |
| * platform/mac/svg/custom/use-on-g-containing-foreignObject-and-image-expected.txt: |
| * platform/mac/svg/custom/use-on-g-containing-symbol-expected.txt: |
| * platform/mac/svg/custom/use-on-g-containing-use-expected.txt: |
| * platform/mac/svg/custom/use-on-g-expected.txt: |
| * platform/mac/svg/custom/use-on-non-svg-namespaced-element-expected.txt: |
| * platform/mac/svg/custom/use-on-rect-expected.txt: |
| * platform/mac/svg/custom/use-on-symbol-expected.txt: |
| * platform/mac/svg/custom/use-on-symbol-inside-pattern-expected.txt: |
| * platform/mac/svg/custom/use-on-text-expected.txt: |
| * platform/mac/svg/custom/use-on-use-expected.txt: |
| * platform/mac/svg/custom/use-property-changes-through-dom-expected.txt: |
| * platform/mac/svg/custom/use-property-changes-through-svg-dom-expected.txt: |
| * platform/mac/svg/custom/use-recalcStyle-crash-expected.txt: |
| * platform/mac/svg/custom/use-recursion-1-expected.txt: |
| * platform/mac/svg/custom/use-recursion-2-expected.txt: |
| * platform/mac/svg/custom/use-recursion-3-expected.txt: |
| * platform/mac/svg/custom/use-recursion-4-expected.txt: |
| * platform/mac/svg/custom/use-referencing-nonexisting-symbol-expected.txt: |
| * platform/mac/svg/custom/use-symbol-overflow-expected.txt: |
| * platform/mac/svg/custom/use-transform-expected.txt: |
| * platform/mac/svg/custom/viewBox-hit-expected.txt: |
| * platform/mac/svg/custom/viewbox-syntax-expected.txt: |
| * platform/mac/svg/custom/viewport-clip-expected.txt: |
| * platform/mac/svg/custom/viewport-em-expected.txt: |
| * platform/mac/svg/custom/viewport-no-width-height-expected.txt: |
| * platform/mac/svg/custom/viewport-update-expected.txt: |
| * platform/mac/svg/custom/viewport-update2-expected.txt: |
| * platform/mac/svg/custom/visibility-override-clip-expected.txt: |
| * platform/mac/svg/custom/visibility-override-expected.txt: |
| * platform/mac/svg/custom/visibility-override-filter-expected.txt: |
| * platform/mac/svg/custom/visibility-override-mask-expected.txt: |
| * platform/mac/svg/custom/width-full-percentage-expected.txt: |
| * platform/mac/svg/custom/xml-stylesheet-expected.txt: |
| * platform/mac/svg/filters/big-sized-filter-2-expected.txt: |
| * platform/mac/svg/filters/big-sized-filter-expected.txt: |
| * platform/mac/svg/filters/feComposite-expected.txt: |
| * platform/mac/svg/filters/feDisplacementMap-expected.txt: |
| * platform/mac/svg/filters/feGaussianBlur-expected.txt: |
| * platform/mac/svg/filters/feMerge-expected.txt: |
| * platform/mac/svg/filters/feMerge-wrong-input-expected.txt: |
| * platform/mac/svg/filters/feOffset-expected.txt: |
| * platform/mac/svg/filters/feTile-expected.txt: |
| * platform/mac/svg/filters/filter-clip-expected.txt: |
| * platform/mac/svg/filters/filter-source-position-expected.txt: |
| * platform/mac/svg/filters/filterRes-expected.txt: |
| * platform/mac/svg/filters/shadow-on-filter-expected.txt: |
| * platform/mac/svg/filters/shadow-on-rect-with-filter-expected.txt: |
| * platform/mac/svg/filters/sourceAlpha-expected.txt: |
| * platform/mac/svg/filters/subRegion-in-userSpace-expected.txt: |
| * platform/mac/svg/filters/subRegion-one-effect-expected.txt: |
| * platform/mac/svg/filters/subRegion-two-effects-expected.txt: |
| * platform/mac/svg/hixie/cascade/001-broken-expected.txt: |
| * platform/mac/svg/hixie/cascade/002-expected.txt: |
| * platform/mac/svg/hixie/data-types/001-expected.txt: |
| * platform/mac/svg/hixie/data-types/002-expected.txt: |
| * platform/mac/svg/hixie/dynamic/002-expected.txt: |
| * platform/mac/svg/hixie/error/001-expected.txt: |
| * platform/mac/svg/hixie/error/002-expected.txt: |
| * platform/mac/svg/hixie/error/003-expected.txt: |
| * platform/mac/svg/hixie/error/007-expected.txt: |
| * platform/mac/svg/hixie/error/008-expected.txt: |
| * platform/mac/svg/hixie/error/009-expected.txt: |
| * platform/mac/svg/hixie/error/010-expected.txt: |
| * platform/mac/svg/hixie/error/011-expected.txt: |
| * platform/mac/svg/hixie/error/013-expected.txt: |
| * platform/mac/svg/hixie/error/014-expected.txt: |
| * platform/mac/svg/hixie/error/014-test-expected.txt: |
| * platform/mac/svg/hixie/error/017-expected.txt: |
| * platform/mac/svg/hixie/links/001-expected.txt: |
| * platform/mac/svg/hixie/links/002-expected.txt: |
| * platform/mac/svg/hixie/links/003-broken-expected.txt: |
| * platform/mac/svg/hixie/mixed/003-expected.txt: |
| * platform/mac/svg/hixie/mixed/004-expected.txt: |
| * platform/mac/svg/hixie/mixed/005-expected.txt: |
| * platform/mac/svg/hixie/mixed/006-expected.txt: |
| * platform/mac/svg/hixie/mixed/007-expected.txt: |
| * platform/mac/svg/hixie/mixed/009-expected.txt: |
| * platform/mac/svg/hixie/mixed/011-expected.txt: |
| * platform/mac/svg/hixie/painting/001-expected.txt: |
| * platform/mac/svg/hixie/perf/003-expected.txt: |
| * platform/mac/svg/hixie/perf/004-expected.txt: |
| * platform/mac/svg/hixie/perf/005-expected.txt: |
| * platform/mac/svg/hixie/perf/006-expected.txt: |
| * platform/mac/svg/hixie/perf/007-expected.txt: |
| * platform/mac/svg/hixie/processing-model/005-expected.txt: |
| * platform/mac/svg/hixie/rendering-model/001-expected.txt: |
| * platform/mac/svg/hixie/rendering-model/002-expected.txt: |
| * platform/mac/svg/hixie/shapes/path/001-expected.txt: |
| * platform/mac/svg/hixie/text/002-expected.txt: |
| * platform/mac/svg/hixie/text/003-expected.txt: |
| * platform/mac/svg/hixie/text/003a-expected.txt: |
| * platform/mac/svg/hixie/text/003b-expected.txt: |
| * platform/mac/svg/hixie/use/001-expected.txt: |
| * platform/mac/svg/hixie/use/002-expected.txt: |
| * platform/mac/svg/hixie/use/002-test-expected.txt: |
| * platform/mac/svg/hixie/viewbox/001-expected.txt: |
| * platform/mac/svg/hixie/viewbox/002-expected.txt: |
| * platform/mac/svg/hixie/viewbox/003-expected.txt: |
| * platform/mac/svg/hixie/viewbox/004-expected.txt: |
| * platform/mac/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt: |
| * platform/mac/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt: |
| * platform/mac/svg/text/foreignObject-repaint-expected.txt: |
| * platform/mac/svg/text/kerning-expected.txt: |
| * platform/mac/svg/text/multichar-glyph-expected.txt: |
| * platform/mac/svg/text/selection-background-color-expected.checksum: |
| * platform/mac/svg/text/selection-background-color-expected.png: |
| * platform/mac/svg/text/selection-background-color-expected.txt: |
| * platform/mac/svg/text/text-align-01-b-expected.txt: |
| * platform/mac/svg/text/text-align-02-b-expected.txt: |
| * platform/mac/svg/text/text-align-03-b-expected.txt: |
| * platform/mac/svg/text/text-align-04-b-expected.txt: |
| * platform/mac/svg/text/text-align-05-b-expected.txt: |
| * platform/mac/svg/text/text-align-06-b-expected.txt: |
| * platform/mac/svg/text/text-altglyph-01-b-expected.txt: |
| * platform/mac/svg/text/text-deco-01-b-expected.txt: |
| * platform/mac/svg/text/text-fonts-01-t-expected.txt: |
| * platform/mac/svg/text/text-fonts-02-t-expected.txt: |
| * platform/mac/svg/text/text-gradient-positioning-expected.txt: |
| * platform/mac/svg/text/text-path-01-b-expected.txt: |
| * platform/mac/svg/text/text-repaint-rects-expected.txt: |
| * platform/mac/svg/text/text-spacing-01-b-expected.png: |
| * platform/mac/svg/text/text-spacing-01-b-expected.txt: |
| * platform/mac/svg/text/text-text-01-b-expected.txt: |
| * platform/mac/svg/text/text-text-03-b-expected.txt: |
| * platform/mac/svg/text/text-text-04-t-expected.txt: |
| * platform/mac/svg/text/text-text-05-t-expected.txt: |
| * platform/mac/svg/text/text-text-06-t-expected.txt: |
| * platform/mac/svg/text/text-text-07-t-expected.txt: |
| * platform/mac/svg/text/text-text-08-b-expected.txt: |
| * platform/mac/svg/text/text-tref-01-b-expected.txt: |
| * platform/mac/svg/text/text-tselect-01-b-expected.txt: |
| * platform/mac/svg/text/text-tselect-02-f-expected.txt: |
| * platform/mac/svg/text/text-tspan-01-b-expected.txt: |
| * platform/mac/svg/text/text-ws-01-t-expected.txt: |
| * platform/mac/svg/text/text-ws-02-t-expected.txt: |
| * platform/mac/svg/text/textPathBoundsBug-expected.txt: |
| * platform/mac/svg/transforms/animated-path-inside-transformed-html-expected.checksum: |
| * platform/mac/svg/transforms/animated-path-inside-transformed-html-expected.png: |
| * platform/mac/svg/transforms/animated-path-inside-transformed-html-expected.txt: |
| * platform/mac/svg/transforms/text-with-pattern-inside-transformed-html-expected.txt: |
| * platform/mac/svg/transforms/text-with-pattern-with-svg-transform-expected.txt: |
| * svg/custom/glyph-setting-d-attribute-expected.txt: |
| * svg/custom/radial-gradient-with-outstanding-focalPoint-expected.txt: |
| * svg/custom/text-dom-removal-expected.txt: |
| * svg/custom/text-zoom-expected.png: |
| * svg/custom/text-zoom-expected.txt: |
| * svg/custom/transformedMaskFails-expected.txt: |
| * svg/custom/use-clipped-transform-expected.txt: |
| * svg/custom/use-elementInstance-event-target-expected.txt: |
| * svg/custom/use-elementInstance-methods-expected.txt: |
| * svg/custom/use-setAttribute-crash-expected.txt: |
| * svg/dom/SVGRectElement/rect-modify-rx-expected.txt: |
| |
| 2010-02-08 Xan Lopez <xlopez@igalia.com> |
| |
| Try to do some clean-up in our Skipped list. |
| |
| * platform/gtk/Skipped: |
| |
| 2010-02-08 Xan Lopez <xlopez@igalia.com> |
| |
| Reviewed by Gustavo Noronha. |
| |
| Generate new results for this test. |
| |
| * platform/gtk/editing/execCommand/indent-paragraphs-expected.txt: |
| |
| 2010-02-08 Tony Chang <tony@chromium.org> |
| |
| Reviewed by Darin Adler. |
| |
| Convert editing/execCommand/indent-paragraphs.html to use dumpAsText. |
| The test copies HTML to the text output, so it doesn't really need |
| to dump the render tree. |
| |
| The test was added in r49985, but didn't include pixel results. |
| https://bugs.webkit.org/show_bug.cgi?id=34625 |
| |
| * platform/mac/editing/execCommand/indent-paragraphs-expected.txt: Modified. |
| |
| 2010-02-07 Tony Chang <tony@chromium.org> |
| |
| Reviewed by Darin Adler. |
| |
| Fix 2 pixel test baselines that are incorrect but passing |
| the fuzzy image diff. |
| |
| editing/deleting/5390681.html should show a cursor, but doesn't. |
| In r42549, whitespace collapsing was changed but |
| editing/pasteboard/5387578.html's result wasn't updated to |
| reflect the collapsed whitespace. |
| https://bugs.webkit.org/show_bug.cgi?id=34632 |
| |
| * platform/mac/editing/deleting/5390681-2-expected.checksum: |
| * platform/mac/editing/deleting/5390681-2-expected.png: |
| * platform/mac/editing/pasteboard/5387578-expected.checksum: |
| * platform/mac/editing/pasteboard/5387578-expected.png: |
| |
| 2010-02-07 Daniel Bates <dbates@webkit.org> |
| |
| Unreviewed, fix Tiger layout test failure. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=34402 |
| |
| Adds expected layout test results for Tiger build. |
| |
| * platform/mac-tiger/fast/lists/w3-css3-list-styles-numeric-expected.txt: Added. |
| |
| 2010-02-07 Daniel Bates <dbates@webkit.org> |
| |
| Unreviewed, fix layout test bots. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=34402 |
| |
| Adds expected layout test results for Leopard, Windows, and Qt ports. |
| |
| * platform/mac-leopard/fast/lists: Added. |
| * platform/mac-leopard/fast/lists/w3-css3-list-styles-numeric-expected.txt: Added. |
| * platform/qt/fast/lists/w3-css3-list-styles-numeric-expected.txt: Added. |
| * platform/win/fast/lists/w3-css3-list-styles-numeric-expected.txt: Added. |
| |
| 2010-02-07 Daniel Bates <dbates@webkit.org> |
| |
| Reviewed by Darin Adler. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=34402 |
| |
| Tests that all of the numeric CSS3 list-style-types are supported. |
| |
| * fast/lists/w3-css3-list-styles-numeric.html: Added. |
| * platform/mac/fast/lists/w3-css3-list-styles-numeric-expected.txt: Added. |
| |
| 2010-02-07 Pavel Feldman <pfeldman@chromium.org> |
| |
| Reviewed by Timothy Hatcher. |
| |
| Web Inspector: Fragment-held Elements Not Shown in Inspector. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=34680 |
| |
| * inspector/console-dirxml-expected.txt: |
| * inspector/console-dirxml.html: |
| |
| 2010-02-07 Csaba Osztrogonác <ossy@webkit.org> |
| |
| Rubber-stamped by Kenneth Rohde Christiansen. |
| |
| [Qt] Missing fast/frames/flattening/resources/frameset-flattening-subframe-resize.html |
| https://bugs.webkit.org/show_bug.cgi?id=34662 |
| |
| Missing file added from the original bug: https://bugs.webkit.org/show_bug.cgi?id=32717 |
| |
| * fast/frames/flattening/resources: Added. |
| * fast/frames/flattening/resources/frameset-flattening-subframe-resize.html: Added. |
| * platform/qt/Skipped: frameset-flattening-subframe-resize.html unskipped. |
| |
| 2010-02-05 Shinichiro Hamaji <hamaji@chromium.org> |
| |
| Reviewed by Gustavo Noronha Silva. |
| |
| [Gtk] Implement layoutTestController.pageNumberForElementById |
| https://bugs.webkit.org/show_bug.cgi?id=34572 |
| |
| * platform/gtk/Skipped: |
| |
| 2010-02-05 Geoffrey Garen <ggaren@apple.com> |
| |
| Reviewed by Beth Dakin. |
| |
| Removed these special Windows expected results because they represented |
| incorrect behavior, fixed by a recent patch of mine. |
| |
| * platform/win/fast/events/mouse-drag-from-frame-to-other-frame-expected.txt: Removed. |
| |
| 2010-02-05 Eric Carlson <eric.carlson@apple.com> |
| |
| Unreviewed revert of r54454, until I can generate new results |
| |
| * media/video-loop-expected.txt: |
| * media/video-loop.html: |
| |
| 2010-02-05 Eric Carlson <eric.carlson@apple.com> |
| |
| Reviewed by Oliver Hunt. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=33671 |
| [GTK] media/video-loop.html fails intermittently on Gtk Bots |
| |
| Rewrite test to make it less timing dependent. |
| |
| * media/video-loop-expected.txt: |
| * media/video-loop.html: |
| |
| 2010-02-05 Csaba Osztrogonác <ossy@webkit.org> |
| |
| Rubber-stamped by Kenneth Rohde Christiansen. |
| |
| [Qt] Missing fast/frames/flattening/resources/frameset-flattening-subframe-resize.html |
| https://bugs.webkit.org/show_bug.cgi?id=34662 |
| |
| * platform/qt/Skipped: fast/frames/flattening/frameset-flattening-subframe-resize.html skipped until fix. |
| |
| 2010-02-05 Csaba Osztrogonác <ossy@webkit.org> |
| |
| Rubber-stamped by Kenneth Rohde Christiansen. |
| |
| Update expected results after r54441 to make buildbot happy. |
| |
| * platform/qt/fast/frames/flattening/frameset-flattening-advanced-expected.txt: Updated. |
| * platform/qt/fast/frames/flattening/frameset-flattening-subframesets-expected.txt: Updated. |
| |
| 2010-02-05 Kenneth Rohde Christiansen <kenneth@webkit.org> |
| |
| Unreviewed, missed in earlier commit. |
| |
| Add expected frame flattening results for Qt. |
| |
| * platform/qt/fast/frames/flattening/frameset-flattening-advanced-expected.txt: Added. |
| * platform/qt/fast/frames/flattening/frameset-flattening-grid-expected.txt: Added. |
| * platform/qt/fast/frames/flattening/frameset-flattening-simple-expected.txt: Added. |
| * platform/qt/fast/frames/flattening/frameset-flattening-subframe-resize-expected.txt: Added. |
| * platform/qt/fast/frames/flattening/frameset-flattening-subframesets-expected.txt: Added. |
| |
| 2010-01-19 Kenneth Rohde Christiansen <kenneth@webkit.org> |
| |
| Reviewed by Dave Hyatt. |
| |
| Implement flattening of framesets |
| https://bugs.webkit.org/show_bug.cgi?id=32717 |
| |
| Frameset flattening layout test, plus expected result for Qt. |
| |
| * fast/frames/flattening/frameset-flattening-advanced.html: Added. |
| * fast/frames/flattening/frameset-flattening-grid.html: Added. |
| * fast/frames/flattening/frameset-flattening-simple.html: Added. |
| * fast/frames/flattening/frameset-flattening-subframe-resize.html: Added. |
| * fast/frames/flattening/frameset-flattening-subframesets.html: Added. |
| * fast/frames/flattening/resources/frameset-flattening-subframe-resize.html: Added. |
| * platform/qt/fast/frames/flattening/frameset-flattening-advanced-expected.txt: Added. |
| * platform/qt/fast/frames/flattening/frameset-flattening-grid-expected.txt: Added. |
| * platform/qt/fast/frames/flattening/frameset-flattening-simple-expected.txt: Added. |
| * platform/qt/fast/frames/flattening/frameset-flattening-subframe-resize-expected.txt: Added. |
| * platform/qt/fast/frames/flattening/frameset-flattening-subframesets-expected.txt: Added. |
| |
| 2010-02-05 Simon Fraser <simon.fraser@apple.com> |
| |
| Reviewed by Dan Bernstein. |
| |
| Changing display type of parent of input on focus causes input field to not receive key events |
| https://bugs.webkit.org/show_bug.cgi?id=34620 |
| <rdar://problem/7584572> |
| |
| Testcase that tests input into a text field after changing layout. |
| |
| * fast/forms/restore-selection-after-layout-expected.txt: Added. |
| * fast/forms/restore-selection-after-layout.html: Added. |
| |
| 2010-02-05 Csaba Osztrogonác <ossy@webkit.org> |
| |
| Reviewed by Dirk Schulze. |
| Rubber-stamped by Kenneth Rohde Christiansen. |
| |
| [Qt] Modifying SVG path dumping to equal to other ports |
| https://bugs.webkit.org/show_bug.cgi?id=33784 |
| |
| Expected files updated. |
| |
| * platform/qt/svg/css/arrow-with-shadow-expected.txt: |
| * platform/qt/svg/css/circle-in-mask-with-shadow-expected.txt: |
| * platform/qt/svg/css/clippath-with-shadow-expected.txt: |
| * platform/qt/svg/css/mask-with-shadow-expected.txt: |
| * platform/qt/svg/css/path-with-shadow-expected.txt: |
| * platform/qt/svg/css/stars-with-shadow-expected.txt: |
| * platform/qt/svg/custom/empty-mask-expected.txt: |
| * platform/qt/svg/custom/gradient-userSpaceOnUse-with-percentage-expected.txt: |
| * platform/qt/svg/custom/marker-opacity-expected.txt: |
| * platform/qt/svg/custom/marker-referencePoint-expected.txt: |
| * platform/qt/svg/custom/marker-strokeWidth-changes-expected.txt: |
| * platform/qt/svg/custom/mask-with-default-value-expected.txt: |
| * platform/qt/svg/custom/relative-sized-content-expected.txt: |
| * platform/qt/svg/custom/relative-sized-deep-shadow-tree-content-expected.txt: |
| * platform/qt/svg/custom/relative-sized-shadow-tree-content-expected.txt: |
| * platform/qt/svg/custom/relative-sized-shadow-tree-content-with-symbol-expected.txt: |
| * platform/qt/svg/custom/relative-sized-use-on-symbol-expected.txt: |
| * platform/qt/svg/custom/transformedMaskFails-expected.txt: |
| * platform/qt/svg/custom/use-on-symbol-inside-pattern-expected.txt: |
| * platform/qt/svg/filters/feComposite-expected.txt: |
| * platform/qt/svg/filters/feGaussianBlur-expected.txt: |
| * platform/qt/svg/filters/feMerge-expected.txt: |
| * platform/qt/svg/filters/feMerge-wrong-input-expected.txt: |
| * platform/qt/svg/filters/feOffset-expected.txt: |
| * platform/qt/svg/filters/feTile-expected.txt: |
| * platform/qt/svg/filters/shadow-on-filter-expected.txt: |
| * platform/qt/svg/filters/shadow-on-rect-with-filter-expected.txt: |
| * platform/qt/svg/filters/subRegion-one-effect-expected.txt: |
| * platform/qt/svg/filters/subRegion-two-effects-expected.txt: |
| |
| 2010-02-05 Csaba Osztrogonác <ossy@webkit.org> |
| |
| Rubber-stamped by Tor Arne Vestbø. |
| |
| [Qt] fast/css/dashboard-regions-attr-crash.html skipped, |
| because ENABLE_DASHBOARD_SUPPORT=0 is the default option. |
| |
| * platform/qt/Skipped: |
| |
| 2010-02-05 Fumitoshi Ukai <ukai@chromium.org> |
| |
| Reviewed by Alexey Proskuryakov. |
| |
| send() should return false, after frame that opened a WebSokcet is detached |
| https://bugs.webkit.org/show_bug.cgi?id=34630 |
| |
| * websocket/tests/send-after-close-on-unload-expected.txt: Added. |
| * websocket/tests/send-after-close-on-unload.html: Added. |
| |
| 2010-02-05 Tony Chang <tony@chromium.org> |
| |
| Reviewed by Eric Seidel. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=24872 |
| Add a test to make sure copying from a list and pasting into a list |
| keeps the list at the same indention level rather than nesting. |
| |
| * editing/pasteboard/paste-list-002-expected.txt: Added. |
| * editing/pasteboard/paste-list-002.html: Added. |
| |
| 2010-02-04 Fumitoshi Ukai <ukai@chromium.org> |
| |
| Reviewed by Alexey Proskuryakov. |
| |
| should not crash when document opened websocket is unloaded |
| https://bugs.webkit.org/show_bug.cgi?id=34562 |
| |
| * websocket/tests/close-on-unload-and-force-gc-expected.txt: Added. |
| * websocket/tests/close-on-unload-and-force-gc.html: Added. |
| * websocket/tests/close-on-unload-reference-in-parent-expected.txt: Added. |
| * websocket/tests/close-on-unload-reference-in-parent.html: Added. |
| * websocket/tests/resources/close-on-unload-iframe-reference-in-parent.html: Added. |
| |
| 2010-02-04 Fumitoshi Ukai <ukai@chromium.org> |
| |
| Reviewed by Shinichiro Hamaji. |
| |
| websocket/tests/close-on-unload.html failed on Mac Tiger |
| https://bugs.webkit.org/show_bug.cgi?id=34563 |
| |
| * platform/mac-tiger/Skipped: remove websocket/tests/close-on-unload*.html |
| * websocket/tests/close-on-unload_wsh.py: use dict instead of set. |
| |
| 2010-01-27 Geoffrey Garen <ggaren@apple.com> |
| |
| Reviewed by Alexey Proskuryakov and Darin Adler. |
| |
| REGRESSION (r52082): Missing event handlers on JQuery demo page (33383) |
| https://bugs.webkit.org/show_bug.cgi?id=33383 |
| <rdar://problem/7559449> |
| |
| * fast/events/bogus-event-listener-invalidation-expected.txt: Added. |
| * fast/events/bogus-event-listener-invalidation.html: Added. |
| |
| 2010-02-04 Tony Chang <tony@chromium.org> |
| |
| Reviewed by Eric Seidel. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=25002 |
| When inserting a new paragraph, avoid nesting empty divs. When |
| pasting near the end of a paragraph, this prevents each paste |
| command for getting nested one level deeper. |
| |
| Three paste tests have been rebaselined since this causes the pasted |
| content to be outside the last div instead of inside. E.g., |
| <div>foo<div>bar</div>[pasted content]</div> is now |
| <div>foo<div>bar</div></div><div>[pasted content]</div> |
| |
| The new test verifies this behavior. |
| |
| * editing/inserting/paragraph-outside-nested-divs-expected.txt: Added. |
| * editing/inserting/paragraph-outside-nested-divs.html: Added. |
| * platform/mac/editing/pasteboard/paste-text-012-expected.txt: |
| * platform/mac/editing/pasteboard/paste-text-013-expected.txt: |
| * platform/mac/editing/pasteboard/paste-text-017-expected.txt: |
| |
| 2010-02-04 Dumitru Daniliuc <dumi@chromium.org> |
| |
| Reviewed by Eric Seidel. |
| |
| 1. Enhance quota-tracking.html: if sqlite automatically rolls back |
| a transaction because of a statement failure, make sure the rest |
| of the statements in the transaction are not executed. |
| 2. Fix the expectations for quota-tracking.html. Sqlite cannot |
| recover from reaching a DB's max size. |
| |
| * storage/quota-tracking-expected.txt: |
| * storage/quota-tracking.html: |
| |
| 2010-02-04 Csaba Osztrogonác <ossy@webkit.org> |
| |
| Unreviewed typo fix for r54379. |
| |
| * platform/qt/Skipped: |
| |
| 2010-02-04 Csaba Osztrogonác <ossy@webkit.org> |
| |
| editing/pasteboard/drop-inputtext-acquires-style.html |
| introduced in r54368 skipped because of missing DnD support. |
| |
| * platform/gtk/Skipped: |
| * platform/qt/Skipped: |
| |
| 2010-02-04 Alexey Proskuryakov <ap@apple.com> |
| |
| Reviewed by Darin Adler. |
| |
| Assertion failure in CheckedRadioButtons::removeButton when using jQuery 1.4.1 |
| https://bugs.webkit.org/show_bug.cgi?id=34520 |
| |
| * fast/dom/HTMLInputElement/cloned-input-checked-state-expected.txt: Added. |
| * fast/dom/HTMLInputElement/cloned-input-checked-state.html: Added. |
| |
| 2010-02-04 Enrica Casucci <enrica@apple.com> |
| |
| Reviewed by Oliver Hunt. |
| |
| REGRESSION: Dragging plain text into a styled text region does not acquire the correct style info. |
| <rdar://problem/7595685> |
| https://bugs.webkit.org/show_bug.cgi?id=34609 |
| |
| * editing/pasteboard/drop-inputtext-acquires-style-expected.txt: Added. |
| * editing/pasteboard/drop-inputtext-acquires-style.html: Added. |
| |
| 2010-02-04 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk> |
| |
| Reviewed by Xan Lopez. |
| |
| [GTK] Crashes when an invalid hostname is pre-fetched |
| https://bugs.webkit.org/show_bug.cgi?id=34602 |
| |
| * http/tests/misc/dns-prefetch-control-expected.txt: |
| * http/tests/misc/dns-prefetch-control.html: Add broken hostname test case. |
| |
| 2010-02-04 Brian Weinstein <bweinstein@apple.com> |
| |
| Rubber-stamped by Dan Bernstein. |
| |
| Add Windows expected results to the new scrollbar test because Windows was trying |
| to compare to platform/mac first instead of cross-platform. |
| |
| * platform/win/fast/events/scrollbar-double-click-expected.txt: Added. |
| |
| 2010-02-04 Dan Bernstein <mitz@apple.com> |
| |
| Reviewed by Simon Fraser. |
| |
| REGRESSION (r53718): When scrolling a tall window by page, the overlap between pages is too big |
| https://bugs.webkit.org/show_bug.cgi?id=34371 |
| |
| * platform/mac/fast/events/scrollbar-double-click-expected.txt: Added. |
| |
| 2010-02-04 Csaba Osztrogonác <ossy@webkit.org> |
| |
| [Qt] fast/workers/shared-worker-frame-lifecycle.html failed on Qt Bot |
| https://bugs.webkit.org/show_bug.cgi?id=34281 |
| |
| * platform/qt/Skipped: fast/workers/shared-worker-frame-lifecycle.html skipped until fix. |
| |
| 2010-02-03 Fumitoshi Ukai <ukai@chromium.org> |
| |
| Unreviewed fix. |
| |
| websocket/tests/close-on-unload.html and |
| close-on-navigate-new-location.html will fail on mac tiger, |
| because python on the platform doesn't support set(), which is |
| used in websocket handler for these tests. |
| |
| * platform/mac-tiger/Skipped: skip websocket/tests/close-on-unload.html and websocket/tests/close-on-navigate-new-location.html |
| |
| 2010-02-03 Fumitoshi Ukai <ukai@chromium.org> |
| |
| Reviewed by Alexey Proskuryakov. |
| |
| navigating a frame to new location closes websocket in the frame |
| https://bugs.webkit.org/show_bug.cgi?id=34557 |
| |
| * websocket/tests/close-on-navigate-new-location-expected.txt: Added. |
| * websocket/tests/close-on-navigate-new-location.html: Added. |
| |
| 2010-02-03 Brady Eidson <beidson@apple.com> |
| |
| Reviewed by Alexey Proskuryakov. |
| |
| REGRESSION (r51644): WebCore/manual-tests/linkjump-1.html fails |
| <rdar://problem/7595694> and https://bugs.webkit.org/show_bug.cgi?id=34550 |
| |
| * fast/loader/document-with-fragment-url-1-expected.txt: Added. |
| * fast/loader/document-with-fragment-url-1.html: Added. |
| * fast/loader/document-with-fragment-url-2-expected.txt: Added. |
| * fast/loader/document-with-fragment-url-2.html: Added. |
| * fast/loader/document-with-fragment-url-3-expected.txt: Added. |
| * fast/loader/document-with-fragment-url-3.html: Added. |
| * fast/loader/document-with-fragment-url-4-expected.txt: Added. |
| * fast/loader/document-with-fragment-url-4.html: Added. |
| * fast/loader/resources/document-with-fragment-url-test.html: Added. |
| |
| 2010-02-03 Fumitoshi Ukai <ukai@chromium.org> |
| |
| Reviewed by Alexey Proskuryakov. |
| |
| WebSocket should close the connection when unloading the document |
| https://bugs.webkit.org/show_bug.cgi?id=33248 |
| |
| * websocket/tests/close-on-unload-expected.txt: Added. |
| * websocket/tests/close-on-unload.html: Added. |
| * websocket/tests/close-on-unload_wsh.py: Added. |
| * websocket/tests/resources/close-on-unload-iframe.html: Added. |
| |
| 2010-02-03 Adele Peterson <adele@apple.com> |
| |
| Reviewed by Simon Fraser. |
| |
| Test for: <rdar://problem/7594212> |
| https://bugs.webkit.org/show_bug.cgi?id=34549 - CSS counters crash at http://www.w3.org/TR/css3-content/ |
| CrashTracer: [USER] 20 crashes in Safari at com.apple.WebCore: WebCore::CounterNode::insertAfter + 319 |
| |
| * fast/css/counters/counter-before-selector-crash-expected.txt: Added. |
| * fast/css/counters/counter-before-selector-crash.html: Added. |
| |
| 2010-02-03 Csaba Osztrogonác <ossy@webkit.org> |
| |
| Rubber-stamped by Ariya Hidayat. |
| |
| Roll back r53889 again, because roll out didn't solve flakeyness on the Windows Test bots |
| https://bugs.webkit.org/show_bug.cgi?id=34399 |
| |
| * platform/win/Skipped: |
| |
| 2010-02-03 Csaba Osztrogonác <ossy@webkit.org> |
| |
| Rubber-stamped by Ariya Hidayat. |
| |
| Rolling out r53889, because it might caused flakeyness on the Windows Test bots |
| https://bugs.webkit.org/show_bug.cgi?id=34399 |
| |
| * platform/win/Skipped: |
| |
| 2010-02-03 Csaba Osztrogonác <ossy@webkit.org> |
| |
| Rubber-stamped by Adam Barth. |
| |
| http/tests/security/xss-DENIED-window-open-javascript-url.html timed out on Windows Debug Bot |
| https://bugs.webkit.org/show_bug.cgi?id=33349 |
| |
| * platform/win/Skipped: http/tests/security/xss-DENIED-window-open-javascript-url.html skipped. |
| |
| 2010-02-02 Kent Tamura <tkent@chromium.org> |
| |
| Reviewed by Darin Adler. |
| |
| Fix a bug that changes for some constraint attributes doesn't |
| update validation CSS selectors. |
| https://bugs.webkit.org/show_bug.cgi?id=31716 |
| |
| Add tests for maxLength changes and step changes. |
| |
| * fast/forms/input-live-pseudo-selectors-expected.txt: |
| * fast/forms/resources/input-live-pseudo-selectors.js: |
| * fast/forms/resources/textarea-live-pseudo-selectors.js: |
| * fast/forms/textarea-live-pseudo-selectors-expected.txt: |
| |
| 2010-02-02 Roland Steiner <rolandsteiner@chromium.org> |
| |
| Reviewed by Adele Peterson. |
| |
| Bug 34198 - Ruby text should not inherit line-height |
| (https://bugs.webkit.org/show_bug.cgi?id=34198) |
| |
| Resetting line-height to 'normal' in the default UA style sheet. |
| Adding layout-test to check for this. |
| |
| * fast/ruby/script-tests: Added. |
| * fast/ruby/script-tests/ruby-line-height.js: Added. |
| * fast/ruby/ruby-line-height-expected.txt: Added. |
| * fast/ruby/ruby-line-height.html: Added. |
| |
| 2010-02-02 Kent Tamura <tkent@chromium.org> |
| |
| Reviewed by Darin Adler. |
| |
| rangeOverflow/rangeUnderflow support for type=datetime, datetime-local, |
| month, time and week |
| https://bugs.webkit.org/show_bug.cgi?id=34483 |
| |
| Add tests for datetime, datetime-local, month, time and week, and |
| merge existing tests into one test file. |
| |
| * fast/forms/ValidityState-rangeOverflow-date-expected.txt: Removed. |
| * fast/forms/ValidityState-rangeOverflow-date.html: Removed. |
| * fast/forms/ValidityState-rangeOverflow-expected.txt: Added. |
| * fast/forms/ValidityState-rangeOverflow-number-expected.txt: Removed. |
| * fast/forms/ValidityState-rangeOverflow-number.html: Removed. |
| * fast/forms/ValidityState-rangeOverflow-range-expected.txt: Removed. |
| * fast/forms/ValidityState-rangeOverflow-range.html: Removed. |
| * fast/forms/ValidityState-rangeOverflow.html: Added. |
| * fast/forms/ValidityState-rangeUnderflow-date-expected.txt: Removed. |
| * fast/forms/ValidityState-rangeUnderflow-date.html: Removed. |
| * fast/forms/ValidityState-rangeUnderflow-expected.txt: Added. |
| * fast/forms/ValidityState-rangeUnderflow-number-expected.txt: Removed. |
| * fast/forms/ValidityState-rangeUnderflow-number.html: Removed. |
| * fast/forms/ValidityState-rangeUnderflow-range-expected.txt: Removed. |
| * fast/forms/ValidityState-rangeUnderflow-range.html: Removed. |
| * fast/forms/ValidityState-rangeUnderflow.html: Added. |
| * fast/forms/script-tests/ValidityState-rangeOverflow-date.js: Removed. |
| * fast/forms/script-tests/ValidityState-rangeOverflow-number.js: Removed. |
| * fast/forms/script-tests/ValidityState-rangeOverflow-range.js: Removed. |
| * fast/forms/script-tests/ValidityState-rangeOverflow.js: Added. |
| * fast/forms/script-tests/ValidityState-rangeUnderflow-date.js: Removed. |
| * fast/forms/script-tests/ValidityState-rangeUnderflow-number.js: Removed. |
| * fast/forms/script-tests/ValidityState-rangeUnderflow-range.js: Removed. |
| * fast/forms/script-tests/ValidityState-rangeUnderflow.js: Added. |
| |
| 2010-02-02 James Robinson <jamesr@chromium.org> |
| |
| Reviewed by Dmitry Titov. |
| |
| Test that the combination of border-bottom:1px; and -webkit-gradient(linear) doesn't crash |
| https://bugs.webkit.org/show_bug.cgi?id=34510 |
| |
| * fast/gradients/crash-on-1px-border.html: Added. |
| |
| 2010-02-02 Fumitoshi Ukai <ukai@chromium.org> |
| Reviewed by Alexey Proskuryakov. |
| |
| WebSocket wrapper can be collected even if events are pending |
| https://bugs.webkit.org/show_bug.cgi?id=34014 |
| |
| * websocket/tests/websocket-pending-activity-expected.txt: Added. |
| * websocket/tests/websocket-pending-activity.html: Added. |
| |
| 2010-02-02 Eric Seidel <eric@webkit.org> |
| |
| Reviewed by Gustavo Noronha Silva. |
| |
| http/tests/incremental/split-hex-entities.pl timed out on Gtk Linux 32-bit Debug Bot |
| https://bugs.webkit.org/show_bug.cgi?id=33445 |
| |
| * platform/gtk/Skipped: Skip this test to keep the bots green until someone with Gtk knowledge can examine why it intermittently times out. |
| |
| 2010-02-02 Hayato Ito <hayato@chromium.org> |
| |
| Reviewed by Darin Adler. |
| |
| Move misplaced JS files to the proper location. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=34256 |
| |
| * fast/events/script-tests/basic-touch-events.js: Removed. |
| * fast/events/script-tests/create-touch-event.js: Removed. |
| * fast/events/script-tests/send-oncancel-event.js: Removed. |
| * fast/events/touch/basic-touch-events.html: |
| * fast/events/touch/create-touch-event.html: |
| * fast/events/touch/script-tests: Added. |
| * fast/events/touch/script-tests/TEMPLATE.html: Copied from LayoutTests/fast/events/script-tests/TEMPLATE.html. |
| * fast/events/touch/script-tests/basic-touch-events.js: Copied from LayoutTests/fast/events/script-tests/basic-touch-events.js. |
| * fast/events/touch/script-tests/create-touch-event.js: Copied from LayoutTests/fast/events/script-tests/create-touch-event.js. |
| * fast/events/touch/script-tests/send-oncancel-event.js: Copied from LayoutTests/fast/events/script-tests/send-oncancel-event.js. |
| * fast/events/touch/send-oncancel-event.html: |
| |
| 2010-02-02 Alexey Proskuryakov <ap@apple.com> |
| |
| Reviewed by Darin Adler. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=34076 |
| <rdar://problem/7594601> Crash in mangleme in WebCore::Element::getAttribute |
| |
| * fast/forms/misplaced-img-form-registration-expected.txt: Added. |
| * fast/forms/misplaced-img-form-registration.html: Added. |
| |
| 2010-02-02 Adam Roben <aroben@apple.com> |
| |
| Stop skipping some tests that were failing due to buggy versions of |
| CFNetwork |
| |
| Rubber-stamped by Eric Carlson. |
| |
| * platform/win/Skipped: |
| |
| 2010-02-02 Csaba Osztrogonác <ossy@webkit.org> |
| |
| [Qt] fast/frames/set-unloaded-frame-location.html timed out on Qt Linux Release Build Bot |
| https://bugs.webkit.org/show_bug.cgi?id=33303 |
| |
| fast/frames/sandboxed-iframe-navigation-windowopen.html made fast/frames/set-unloaded-frame-location.html |
| time out, but now it works correctly, so we can unskip the test. |
| |
| * platform/qt/Skipped: fast/frames/sandboxed-iframe-navigation-windowopen.html unskipped. |
| |
| 2010-02-01 Brian Weinstein <bweinstein@apple.com> |
| |
| Check in new expected results for a test that has been failing on Windows |
| since it was originally landed. This appears to be a font issue, but commenting |
| on bug <https://bugs.webkit.org/show_bug.cgi?id=34234> to make sure. |
| |
| * platform/win/fast/text/international/hebrew-vowels-expected.txt: Added. |
| |
| 2010-02-01 Dmitry Titov <dimich@chromium.org> |
| |
| Not reviewed, revert r54194 that fails new test on Qt and Chromium. |
| https://bugs.webkit.org/show_bug.cgi?id=34382 |
| |
| * fast/frames/iframe-reparenting-new-page-expected.txt: Removed. |
| * fast/frames/iframe-reparenting-new-page.html: Removed. |
| * fast/frames/resources/iframe-reparenting-new-page-1.html: Removed. |
| * fast/frames/resources/iframe-reparenting-new-page-2.html: Removed. |
| * fast/frames/resources/iframe-reparenting-new-page-iframe.html: Removed. |
| * fast/frames/script-tests/TEMPLATE.html: Removed. |
| * fast/frames/script-tests/iframe-reparenting-new-page.js: Removed. |
| |
| 2010-02-01 Shinichiro Hamaji <hamaji@chromium.org> |
| |
| Reviewed by Eric Seidel. |
| |
| Provide a way to get page number with layoutTestController |
| https://bugs.webkit.org/show_bug.cgi?id=33840 |
| |
| * platform/gtk/Skipped: |
| * platform/mac/Skipped: |
| * platform/qt/Skipped: |
| * platform/win/Skipped: |
| * printing/page-break-always-expected.txt: Added. |
| * printing/page-break-always.html: Added. |
| * printing/pageNumerForElementById-expected.txt: Added. |
| * printing/pageNumerForElementById.html: Added. |
| * printing/script-tests/TEMPLATE.html: Added. |
| * printing/script-tests/page-break-always.js: Added. |
| (createParagraph): |
| * printing/script-tests/pageNumerForElementById.js: Added. |
| (createParagraph): |
| |
| 2010-02-01 Daniel Bates <dbates@webkit.org> |
| |
| Reviewed by Adam Barth. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=27312 |
| |
| Tests that the header "X-XSS-Protection: full-block" leads to a full page block |
| when an XSS attack is detected. |
| |
| * http/tests/security/xssAuditor/full-block-base-href-expected.txt: Added. |
| * http/tests/security/xssAuditor/full-block-base-href.html: Added. |
| * http/tests/security/xssAuditor/full-block-get-from-iframe-expected.txt: Added. |
| * http/tests/security/xssAuditor/full-block-get-from-iframe.html: Added. |
| * http/tests/security/xssAuditor/full-block-iframe-javascript-url-expected.txt: Added. |
| * http/tests/security/xssAuditor/full-block-iframe-javascript-url.html: Added. |
| * http/tests/security/xssAuditor/full-block-iframe-no-inherit-expected.txt: Added. |
| * http/tests/security/xssAuditor/full-block-iframe-no-inherit.php: Added. |
| * http/tests/security/xssAuditor/full-block-javascript-link-expected.txt: Added. |
| * http/tests/security/xssAuditor/full-block-javascript-link.html: Added. |
| * http/tests/security/xssAuditor/full-block-link-onclick-expected.txt: Added. |
| * http/tests/security/xssAuditor/full-block-link-onclick.html: Added. |
| * http/tests/security/xssAuditor/full-block-object-tag-expected.txt: Added. |
| * http/tests/security/xssAuditor/full-block-object-tag.html: Added. |
| * http/tests/security/xssAuditor/full-block-post-from-iframe-expected.txt: Added. |
| * http/tests/security/xssAuditor/full-block-post-from-iframe.html: Added. |
| * http/tests/security/xssAuditor/full-block-script-tag-expected.txt: Added. |
| * http/tests/security/xssAuditor/full-block-script-tag-with-source-expected.txt: Added. |
| * http/tests/security/xssAuditor/full-block-script-tag-with-source.html: Added. |
| * http/tests/security/xssAuditor/full-block-script-tag.html: Added. |
| * http/tests/security/xssAuditor/malformed-xss-protection-header-expected.txt: Added. |
| * http/tests/security/xssAuditor/malformed-xss-protection-header.html: Added. |
| * http/tests/security/xssAuditor/resources/echo-head-base-href.pl: Modified to optionally |
| enable full page blocking. |
| * http/tests/security/xssAuditor/resources/echo-intertag-click-and-notify.pl: Ditto. |
| * http/tests/security/xssAuditor/resources/echo-intertag.pl: Ditto. |
| * http/tests/security/xssAuditor/resources/utilities.js: |
| (checkIfFrameLocationMatchesURLAndCallDone): Added. |
| (sendRequestFromIFrame): Modified to optionally call callback function when done. |
| |
| 2010-02-01 Shinichiro Hamaji <hamaji@chromium.org> |
| |
| Reviewed by Dmitry Titov. |
| |
| Convert textarea-rows-cols.html to dumpAsText() |
| https://bugs.webkit.org/show_bug.cgi?id=34074 |
| |
| Remove checks for the size of scrollbar as scrollbar doesn't |
| appear on Windows. |
| |
| * fast/forms/script-tests/textarea-rows-cols.js: |
| * fast/forms/textarea-rows-cols-expected.txt: |
| |
| 2010-02-01 Kent Tamura <tkent@chromium.org> |
| |
| Reviewed by Darin Adler. |
| |
| Date.UTC() should apply TimeClip operation. |
| https://bugs.webkit.org/show_bug.cgi?id=34461 |
| |
| Add tests for corner cases of Date.UTC(). |
| |
| * fast/js/date-utc-timeclip-expected.txt: Added. |
| * fast/js/date-utc-timeclip.html: Added. |
| * fast/js/script-tests/date-utc-timeclip.js: Added. |
| |
| 2010-02-01 Kent Tamura <tkent@chromium.org> |
| |
| Unreviewed. Add two more test cases which I forgot to add in r54197. |
| https://bugs.webkit.org/show_bug.cgi?id=34462 |
| |
| * fast/js/math-expected.txt: |
| * fast/js/script-tests/math.js: |
| |
| 2010-02-01 Kent Tamura <tkent@chromium.org> |
| |
| Reviewed by Darin Adler. |
| |
| Fix a bug that Math.round() retunrs incorrect results for huge integers |
| https://bugs.webkit.org/show_bug.cgi?id=34462 |
| |
| * fast/js/math-expected.txt: |
| * fast/js/script-tests/math.js: Add test cases for Math.round() for huge numbers. |
| |
| 2010-02-01 Dmitry Titov <dimich@chromium.org> |
| |
| Reviewed by David Levin. |
| |
| When a live iframe element is moved between pages, it still depends on the old page. |
| https://bugs.webkit.org/show_bug.cgi?id=34382 |
| |
| * fast/frames/iframe-reparenting-new-page-expected.txt: Added. |
| * fast/frames/iframe-reparenting-new-page.html: Added. |
| * fast/frames/resources/iframe-reparenting-new-page-1.html: Added. |
| * fast/frames/resources/iframe-reparenting-new-page-2.html: Added. |
| * fast/frames/resources/iframe-reparenting-new-page-iframe.html: Added. |
| |
| 2010-02-01 Brady Eidson <beidson@apple.com> |
| |
| Reviewed by Tim Hatcher. |
| |
| Add common IRC ports to port blocking. |
| <rdar://problem/7593895> and https://bugs.webkit.org/show_bug.cgi?id=34451 |
| * platform/mac-tiger/security/block-test-expected.txt: |
| * platform/mac/security/block-test-expected.txt: |
| * security/block-test.html: |
| |
| 2010-02-01 Gavin Barraclough <barraclough@apple.com> |
| |
| Reviewed by Sam Weinig. |
| |
| Bug 34346 - With JSC bindings, make processingUserGesture work with events in Isolated Worlds |
| |
| * http/tests/security/isolatedWorld/resources/userGestureEvents-second-window.html: Added. |
| * http/tests/security/isolatedWorld/userGestureEvents-expected.txt: Added. |
| * http/tests/security/isolatedWorld/userGestureEvents.html: Added. |
| |
| 2010-02-01 Shinichiro Hamaji <hamaji@chromium.org> |
| |
| Reviewed by Darin Adler. |
| |
| REGRESSION: editing/selection/doubleclick-beside-cr-span.html times out on Windows |
| https://bugs.webkit.org/show_bug.cgi?id=34069 |
| |
| Make the sleep time shorter as this test timed out on Windows bot. |
| |
| * editing/selection/doubleclick-beside-cr-span.html: |
| |
| 2010-02-01 Diego Gonzalez <diego.gonzalez@openbossa.org> |
| |
| Reviewed by Kenneth Rohde Christiansen. |
| |
| [Qt] DRT Provide global flag ability |
| https://bugs.webkit.org/show_bug.cgi?id=34418 |
| |
| Add the globalFlag property to the Qt LayoutTestController to allow |
| cross-domain indications. |
| |
| * platform/qt/Skipped: |
| |
| 2010-02-01 Brian Weinstein <bweinstein@apple.com> |
| |
| Rubber-stamped by Oliver Hunt. |
| |
| Check in (failing) expected results for fast/dom/Window/window-postmessage-clone-frames. |
| This fails because of <rdar://problem/5230396> eventSender.beginDragWithFiles is unimplemented. |
| |
| * platform/win/fast/dom/Window/window-postmessage-clone-frames-expected.txt: Added. |
| |
| 2010-02-01 Eric Carlson <eric.carlson@apple.com> |
| |
| No review, build fix. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=34447 |
| http/tests/media/video-referer.html fails on Windows |
| |
| * platform/win/Skipped: |
| |
| 2010-02-01 Csaba Osztrogonác <ossy@webkit.org> |
| |
| [Qt] Unreviewed trivial fix. |
| Platform dependent expected file updated after r54143. |
| |
| * platform/qt/fast/dom/Window/window-properties-expected.txt: |
| |
| 2010-02-01 Brady Eidson <beidson@apple.com> |
| |
| Reviewed by Adele Peterson. |
| |
| Crash in Safari opening new tabs to "same page" |
| <rdar://problem/7593857> and https://bugs.webkit.org/show_bug.cgi?id=34444 |
| |
| * fast/loader/crash-copying-backforwardlist-expected.txt: Added. |
| * fast/loader/crash-copying-backforwardlist.html: Added. |
| * platform/gtk/Skipped: |
| * platform/qt/Skipped: |
| * platform/win/Skipped: |
| |
| 2010-02-01 Eric Carlson <eric.carlson@apple.com> |
| |
| Reviewed by Adele Peterson. |
| |
| Fullscreen API should be on HTMLVideoElement |
| https://bugs.webkit.org/show_bug.cgi?id=34438 |
| |
| Update fullscreen tests now that <audio> doesn't have fullscreen API. |
| |
| * fast/dom/Window/window-properties-expected.txt: |
| * media/media-fullscreen-inline-expected.txt: |
| * media/media-fullscreen-not-in-document-expected.txt: |
| * media/media-fullscreen.js: |
| (buttonClickHandler): |
| (canplaythrough): |
| |
| 2010-02-01 Ben Murdoch <benm@google.com> |
| |
| Reviewed by Darin Adler. |
| |
| ScriptCallFrame's do not get line numbers/source id's if the caller is unkown. |
| https://bugs.webkit.org/show_bug.cgi?id=34335 |
| |
| Update layout tests that did not have source and line number information for their console messages, as this information is now available to the ScriptCallFrame and thus can be passed to the inspector, for example. |
| |
| * fast/js/console-non-string-values-expected.txt: Add console line number/source. |
| * userscripts/script-not-run-for-fragments-expected.txt: ditto. |
| * userscripts/script-run-at-start-expected.txt: ditto. |
| * platform/gtk/inspector/console-log-before-inspector-open-expected.txt: Removed as platform workarounds no longer necessary. |
| * platform/mac/inspector/console-log-before-inspector-open-expected.txt: ditto. |
| * platform/win/inspector/console-log-before-inspector-open-expected.txt: ditto. |
| |
| |
| 2010-02-01 Csaba Osztrogonác <ossy@webkit.org> |
| |
| Rubber-stamped by Kenneth Rohde Christiansen. |
| |
| [Qt] Platform dependent expected file added for test introduced in r53868, |
| because this test passes. Compared to png file and Mac expected file. |
| |
| * platform/qt/fast/lists/anonymous-items-expected.txt: Added. |
| |
| 2010-02-01 Oliver Hunt <oliver@apple.com> |
| |
| Reviewed by Maciej Stachowiak. |
| |
| JSC is failing to propagate anonymous slot count on some transitions |
| https://bugs.webkit.org/show_bug.cgi?id=34321 |
| |
| Add test case for modifying DOM objects with anonymous storage. |
| |
| * fast/dom/Window/anonymous-slot-with-changes-expected.txt: Added. |
| * fast/dom/Window/anonymous-slot-with-changes.html: Added. |
| |
| 2010-01-31 Kent Tamura <tkent@chromium.org> |
| |
| Reviewed by Darin Adler. |
| |
| [Win] Fix a bug of round() with huge integral numbers |
| https://bugs.webkit.org/show_bug.cgi?id=34297 |
| |
| Add a test case to call round(8639999913600001). |
| |
| * fast/forms/input-valueasnumber-datetime-expected.txt: |
| * fast/forms/script-tests/input-valueasnumber-datetime.js: |
| |
| 2010-01-31 Kent Tamura <tkent@chromium.org> |
| |
| Reviewed by Darin Adler. |
| |
| Fix valueAsNumber calculation for type=month. |
| https://bugs.webkit.org/show_bug.cgi?id=34304 |
| |
| valueAsNumber calculation for type=month which was checked in as |
| r53893 was the number of milliseconds since UNIX epoch, and it was |
| wrong. The correct way is the number months since UNIX epoch. |
| |
| * fast/forms/input-valueasnumber-month-expected.txt: |
| * fast/forms/script-tests/input-valueasnumber-month.js: |
| |
| 2010-01-28 Ojan Vafai <ojan@chromium.org> |
| |
| Reviewed by Darin Adler. |
| |
| Implement CSSOM Range.getClientRects for collapsed selections |
| https://bugs.webkit.org/show_bug.cgi?id=34239 |
| |
| Adds two cases to getClientRects test. |
| |
| * fast/dom/Range/getClientRects-expected.txt: |
| * fast/dom/Range/getClientRects.html: |
| |
| 2010-01-31 Oliver Hunt <oliver@apple.com> |
| |
| Reviewed by Simon Fraser. |
| |
| Animated scaling of background-image is too slow |
| https://bugs.webkit.org/show_bug.cgi?id=33808 |
| |
| Update checksum. |
| |
| * platform/mac/fast/backgrounds/size/backgroundSize16-expected.checksum: |
| |
| 2010-01-30 Simon Fraser <simon.fraser@apple.com> |
| |
| Reviewed by Adele Peterson. |
| |
| Do color animations on premultiplied colors |
| https://bugs.webkit.org/show_bug.cgi?id=34383 |
| |
| Testcase for animating from transparent colors. |
| |
| * transitions/color-transition-premultiplied-expected.txt: Added. |
| * transitions/color-transition-premultiplied.html: Added. |
| |
| == Rolled over to ChangeLog-2010-01-29 == |