Index: LayoutTests/ChangeLog |
=================================================================== |
--- LayoutTests/ChangeLog (revision 73270) |
+++ LayoutTests/ChangeLog (working copy) |
@@ -1,3 +1,810 @@ |
+2010-12-03 Dimitri Glazkov <dglazkov@chromium.org> |
+ |
+ Reviewed by Darin Adler. |
+ |
+ REGRESSION(r72783): DOMActivate fires multiple times from input type=file |
+ https://bugs.webkit.org/show_bug.cgi?id=50396 |
+ |
+ * fast/events/shadow-boundary-crossing-2-expected.txt: Changed expectations. |
+ * fast/events/shadow-boundary-crossing-2.html: Added the correct test for event |
+ retargeting, renamed previous test to be more specific in what it tests. |
+ |
+2010-12-03 Abhishek Arya <inferno@chromium.org> |
+ |
+ Unreviewed. |
+ |
+ Skipping drag-drop-same-unique-origin.html for win platform. Drag and drop |
+ does not work correctly in windows DRT. Skipping like other similar tests. |
+ https://bugs.webkit.org/show_bug.cgi?id=50438 |
+ |
+ * platform/win/Skipped: |
+ |
+2010-12-03 Csaba Osztrogonác <ossy@webkit.org> |
+ |
+ Unreviewed. Add Qt specific expected result after r73246. |
+ |
+ * platform/qt/css2.1/t040105-import-10-b-expected.checksum: Added. |
+ * platform/qt/css2.1/t040105-import-10-b-expected.png: Added. |
+ * platform/qt/css2.1/t040105-import-10-b-expected.txt: Added. |
+ |
+2010-12-03 Yuta Kitamura <yutak@chromium.org> |
+ |
+ Unreviewed. |
+ |
+ Update Chromium test expectations. |
+ |
+ * platform/chromium/test_expectations.txt: |
+ |
+2010-12-03 Yuta Kitamura <yutak@chromium.org> |
+ |
+ Unreviewed. |
+ |
+ Update Chromium test expectations. |
+ |
+ * platform/chromium/test_expectations.txt: |
+ |
+2010-12-02 Philippe Normand <pnormand@igalia.com> |
+ |
+ Reviewed by Martin Robinson. |
+ |
+ hasVideo/hasAudio reimplementations |
+ |
+ [GStreamer] hasVideo/Audio return false until the pipeline reaches PAUSED |
+ https://bugs.webkit.org/show_bug.cgi?id=50382 |
+ |
+ * media/controls-without-preload.html: Added. |
+ * platform/gtk/media/controls-without-preload-expected.txt: Added. |
+ |
+2010-12-03 Yuta Kitamura <yutak@chromium.org> |
+ |
+ Unreviewed. |
+ |
+ Update Chromium test expectations. |
+ |
+ * platform/chromium/test_expectations.txt: |
+ |
+2010-12-03 Philippe Normand <pnormand@igalia.com> |
+ |
+ Unreviewed, skipping failing media test on GTK. |
+ |
+ * platform/gtk/Skipped: Skip media/controls-drag-timebar.html |
+ |
+2010-12-03 Yuta Kitamura <yutak@chromium.org> |
+ |
+ Unreviewed. |
+ |
+ Update Chromium test expectations. |
+ |
+ * platform/chromium/test_expectations.txt: |
+ |
+2010-12-03 Yonathan Randolph <yonathan@gmail.com> |
+ |
+ Reviewed by Alexey Proskuryakov. |
+ |
+ XPath lexer misinterprets expression starting with "div". |
+ https://bugs.webkit.org/show_bug.cgi?id=50366 |
+ |
+ * fast/xpath/ambiguous-operators-expected.txt: Added. |
+ * fast/xpath/ambiguous-operators.html: Added. |
+ |
+2010-12-02 Rob Buis <rwlbuis@gmail.com> |
+ |
+ Reviewed by Alexey Proskuryakov. |
+ |
+ CSS 2.1 failure: at-import-* |
+ https://bugs.webkit.org/show_bug.cgi?id=47153 |
+ |
+ Import the html4/at-import-010 test from the CSS2.1 Testsuite. |
+ |
+ * css2.1/t040105-import-10-b.html: Added. |
+ * platform/mac/css2.1/t040105-import-10-b-expected.checksum: Added. |
+ * platform/mac/css2.1/t040105-import-10-b-expected.png: Added. |
+ * platform/mac/css2.1/t040105-import-10-b-expected.txt: Added. |
+ |
+2010-12-02 Laszlo Gombos <laszlo.1.gombos@nokia.com> |
+ |
+ Reviewed by Andreas Kling. |
+ |
+ [Qt] Enable Web Timing for Qt |
+ https://bugs.webkit.org/show_bug.cgi?id=42433 |
+ |
+ * fast/dom/webtiming-document-open-expected.txt: |
+ Add an extra line to the expected results. |
+ |
+ * platform/qt/Skipped: Enable Web Timing tests. |
+ |
+ * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt: |
+ Add webkitPerformance property. |
+ |
+2010-12-02 Yuta Kitamura <yutak@chromium.org> |
+ |
+ Unreviewed. |
+ |
+ Revert Chromium test expectations updates at r73234 and r73232. |
+ Tests added in these changes are no longer failing. |
+ |
+ * platform/chromium/test_expectations.txt: |
+ |
+2010-12-02 Yuta Kitamura <yutak@chromium.org> |
+ |
+ Unreviewed. |
+ |
+ Remove duplicate entries from Chromium test expectations. |
+ |
+ * platform/chromium/test_expectations.txt: |
+ |
+2010-12-02 Yuta Kitamura <yutak@chromium.org> |
+ |
+ Unreviewed. |
+ |
+ Update Chromium test expectations. |
+ |
+ * platform/chromium/test_expectations.txt: |
+ |
+2010-12-02 Simon Fraser <simon.fraser@apple.com> |
+ |
+ Move to platform/mac, since the paint call is only made for plugins using QuickDraw or |
+ CoreGraphics. |
+ |
+ * platform/mac/plugins/testplugin-onnew-onpaint-expected.txt: Renamed from LayoutTests/plugins/testplugin-onnew-onpaint-expected.txt. |
+ * platform/mac/plugins/testplugin-onnew-onpaint.html: Renamed from LayoutTests/plugins/testplugin-onnew-onpaint.html. |
+ |
+2010-12-02 Simon Fraser <simon.fraser@apple.com> |
+ |
+ Reviewed by Anders Carlsson. |
+ |
+ Add the ability to run script on 'new' and 'paint' in the test plugin |
+ https://bugs.webkit.org/show_bug.cgi?id=50425 |
+ |
+ Testcase to test that the JS callbacks are fired. |
+ |
+ * plugins/testplugin-onnew-onpaint-expected.txt: Added. |
+ * plugins/testplugin-onnew-onpaint.html: Added. |
+ |
+2010-12-02 Victor Wang <victorw@chromium.org> |
+ |
+ Unreviewed. |
+ |
+ [Chromium] update bug numbers in chromium test expectations. |
+ |
+ * platform/chromium/test_expectations.txt: |
+ |
+2010-12-02 Dan Bernstein <mitz@apple.com> |
+ |
+ Reviewed by Dave Hyatt. |
+ |
+ Test parsing of the text-emphasis CSS properties |
+ https://bugs.webkit.org/show_bug.cgi?id=48539 |
+ |
+ * fast/css/parsing-text-emphasis-expected.txt: Added. |
+ * fast/css/parsing-text-emphasis.html: Added. |
+ |
+2010-12-02 Victor Wang <victorw@chromium.org> |
+ |
+ Unreviewed. |
+ |
+ [Chromium] merge toDataURL-supportedTypes in chromium test expectations. |
+ |
+ * platform/chromium/test_expectations.txt: |
+ |
+2010-12-02 Victor Wang <victorw@chromium.org> |
+ |
+ Unreviewed. |
+ |
+ [Chromium] update chromium test expectations. |
+ |
+ * platform/chromium/test_expectations.txt: |
+ |
+2010-12-02 Jian Li <jianli@chromium.org> |
+ |
+ Reviewed by Kenneth Russell. |
+ |
+ Integer calculation issues in DataView constructor |
+ https://bugs.webkit.org/show_bug.cgi?id=50354 |
+ |
+ * fast/canvas/webgl/data-view-crash-expected.txt: Added. |
+ * fast/canvas/webgl/data-view-crash.html: Added. |
+ |
+2010-12-02 Xiaomei Ji <xji@chromium.org> |
+ |
+ Unreviewed. |
+ |
+ 2nd try on rebaseline vertical-scrollbar-in-rtl. |
+ |
+ * platform/chromium-mac/fast/dom/vertical-scrollbar-in-rtl-expected.txt: Removed. |
+ * platform/chromium-win/fast/dom/vertical-scrollbar-in-rtl-expected.txt: Removed. |
+ * platform/chromium/fast/dom/vertical-scrollbar-in-rtl-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/dom/vertical-scrollbar-in-rtl-expected.txt. |
+ * platform/chromium/test_expectations.txt: |
+ |
+2010-12-02 Victor Wang <victorw@chromium.org> |
+ |
+ Unreviewed. |
+ |
+ [Chromium] update chromium test expectations for failed canvas toDataURL test. |
+ |
+ * platform/chromium/test_expectations.txt: |
+ |
+2010-12-02 Victor Wang <victorw@chromium.org> |
+ |
+ Unreviewed. |
+ |
+ [Chromium] add vertical-scrollbar-in-rtl back to test expectations for mac. |
+ The test does not putput consistent y-scroll position with HOME keydown. |
+ |
+ * platform/chromium/test_expectations.txt: |
+ |
+2010-12-02 Victor Wang <victorw@chromium.org> |
+ |
+ Unreviewed. |
+ |
+ [Chromium] update chromium test expectations for failed svg tests. |
+ |
+ * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-30-t-expected.checksum: |
+ * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png: |
+ * platform/chromium-linux/svg/custom/image-small-width-height-expected.checksum: |
+ * platform/chromium-linux/svg/custom/image-small-width-height-expected.png: |
+ * platform/chromium-linux/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.checksum: |
+ * platform/chromium-linux/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png: |
+ * platform/chromium-linux/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.checksum: |
+ * platform/chromium-linux/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png: |
+ * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-30-t-expected.checksum: |
+ * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png: |
+ * platform/chromium-win/svg/carto.net/selectionlist-expected.checksum: |
+ * platform/chromium-win/svg/carto.net/selectionlist-expected.png: |
+ * platform/chromium-win/svg/custom/image-small-width-height-expected.checksum: |
+ * platform/chromium-win/svg/custom/image-small-width-height-expected.png: |
+ * platform/chromium-win/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.checksum: |
+ * platform/chromium-win/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png: |
+ * platform/chromium-win/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.checksum: |
+ * platform/chromium-win/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png: |
+ * platform/chromium/test_expectations.txt: |
+ |
+2010-12-02 Andy Estes <aestes@apple.com> |
+ |
+ Reviewed by Darin Adler. |
+ |
+ Implement (non-EventListener) marquee IDL attributes from HTML5. |
+ https://bugs.webkit.org/show_bug.cgi?id=49786 |
+ |
+ * fast/html/marquee-element-expected.txt: Added. |
+ * fast/html/marquee-element.html: Added. |
+ |
+2010-12-02 Xiaomei Ji <xji@chromium.org> |
+ |
+ Unreviewed. |
+ |
+ Rebaseline vertical-scrollbar-in-rtl after r73063. |
+ Enable truncation-rtl after r73087. |
+ https://bugs.webkit.org/show_bug.cgi?id=50352 |
+ |
+ * platform/chromium-mac/fast/dom/vertical-scrollbar-in-rtl-expected.txt: Added. |
+ * platform/chromium-win/fast/dom/vertical-scrollbar-in-rtl-expected.txt: Added. |
+ * platform/chromium/test_expectations.txt: |
+ |
+2010-12-02 Victor Wang <victorw@chromium.org> |
+ |
+ Unreviewed. |
+ |
+ [Chromium] update chromium test expectations. |
+ |
+ * platform/chromium/test_expectations.txt: |
+ |
+2010-12-02 Victor Wang <victorw@chromium.org> |
+ |
+ Unreviewed. |
+ |
+ [Chromium] update chromium test expectations. |
+ These svg tests need to rebaseline on win and linux. |
+ |
+ * platform/chromium/test_expectations.txt: |
+ |
+2010-12-02 Johnny Ding <jnd@chromium.org> |
+ |
+ Reviewed by Adam Barth. |
+ |
+ Set the right gesture status for URL redirections. |
+ https://bugs.webkit.org/show_bug.cgi?id=47817 |
+ |
+ * fast/frames/location-redirect-user-gesture-expected.txt: Added. |
+ * fast/frames/location-redirect-user-gesture.html: Added. |
+ * fast/frames/meta-refresh-user-gesture-expected.txt: Added. |
+ * fast/frames/meta-refresh-user-gesture.html: Added. |
+ * fast/frames/resources/meta-refresh-target.html: Added. |
+ * platform/gtk/Skipped: |
+ * platform/win/Skipped: |
+ |
+2010-12-02 Eric Seidel <eric@webkit.org> |
+ |
+ Unreviewed. |
+ |
+ animations/stop-animation-on-suspend.html sometimes fails on all platforms |
+ https://bugs.webkit.org/show_bug.cgi?id=49182 |
+ |
+ * platform/mac/Skipped: |
+ |
+2010-12-02 Noel Gordon <noel.gordon@gmail.com> |
+ |
+ Reviewed by David Levin. |
+ |
+ [chromium] Add canvas.toDataURL("image/jpeg", quality) support |
+ https://bugs.webkit.org/show_bug.cgi?id=49365 |
+ |
+ Chromium window/linux layout try results now match the default test result, so |
+ remove this platform-specific test exception file. |
+ |
+ * platform/chromium-win/fast/canvas/canvas-toDataURL-case-insensitive-mimetype-expected.txt: Removed. |
+ |
+2010-12-02 Sheriff Bot <webkit.review.bot@gmail.com> |
+ |
+ Unreviewed, rolling out r73152. |
+ http://trac.webkit.org/changeset/73152 |
+ https://bugs.webkit.org/show_bug.cgi?id=50401 |
+ |
+ the patch has broken chromium win layout tests (Requested by |
+ loislo on #webkit). |
+ |
+ * inspector/report-API-errors-expected.txt: |
+ * inspector/report-API-errors.html: |
+ * inspector/report-protocol-errors-expected.txt: |
+ * inspector/report-protocol-errors.html: |
+ |
+2010-12-02 W. James MacLean <wjmaclean@chromium.org> |
+ |
+ Reviewed by James Robinson. |
+ |
+ Scaled Resized images are blurred when sent to Skia |
+ https://bugs.webkit.org/show_bug.cgi?id=42370 |
+ |
+ * platform/chromium-linux/svg/custom/image-rescale-clip-expected.checksum: Added. |
+ * platform/chromium-linux/svg/custom/image-rescale-clip-expected.png: Added. |
+ * platform/chromium-linux/svg/custom/image-rescale-clip-expected.txt: Added. |
+ * platform/chromium-linux/svg/custom/image-rescale-expected.checksum: Added. |
+ * platform/chromium-linux/svg/custom/image-rescale-expected.png: Added. |
+ * platform/chromium-linux/svg/custom/image-rescale-expected.txt: Added. |
+ * platform/chromium-linux/svg/custom/image-rescale-scroll-expected.checksum: Added. |
+ * platform/chromium-linux/svg/custom/image-rescale-scroll-expected.png: Added. |
+ * platform/chromium-linux/svg/custom/image-rescale-scroll-expected.txt: Added. |
+ * platform/chromium/test_expectations.txt: |
+ * platform/mac-leopard/svg/custom/image-rescale-expected.checksum: Added. |
+ * platform/mac-leopard/svg/custom/image-rescale-expected.png: Added. |
+ * platform/mac-leopard/svg/custom/image-rescale-expected.txt: Added. |
+ * platform/mac/svg/custom/image-rescale-clip-expected.checksum: Added. |
+ * platform/mac/svg/custom/image-rescale-clip-expected.png: Added. |
+ * platform/mac/svg/custom/image-rescale-clip-expected.txt: Added. |
+ * platform/mac/svg/custom/image-rescale-expected.checksum: Added. |
+ * platform/mac/svg/custom/image-rescale-expected.png: Added. |
+ * platform/mac/svg/custom/image-rescale-expected.txt: Added. |
+ * platform/mac/svg/custom/image-rescale-scroll-expected.checksum: Added. |
+ * platform/mac/svg/custom/image-rescale-scroll-expected.png: Added. |
+ * platform/mac/svg/custom/image-rescale-scroll-expected.txt: Added. |
+ * svg/custom/image-rescale-clip.html: Added. |
+ * svg/custom/image-rescale-scroll.html: Added. |
+ * svg/custom/image-rescale.svg: Added. |
+ * svg/custom/resources/image-rescale.jpg: Added. |
+ |
+2010-12-02 Erik Arvidsson <arv@chromium.org> |
+ |
+ Reviewed by Darin Adler. |
+ |
+ Missing DOM property for incremental input attribute |
+ https://bugs.webkit.org/show_bug.cgi?id=50335 |
+ |
+ * fast/forms/incremental-dom-property-expected.txt: Added. |
+ * fast/forms/incremental-dom-property.html: Added. |
+ * fast/forms/script-tests/incremental-dom-property.js: Added. |
+ |
+2010-12-02 Tony Chang <tony@chromium.org> |
+ |
+ Unreviewed, update DRT crash on mac. |
+ |
+ * platform/chromium/test_expectations.txt: |
+ |
+2010-12-01 Ilya Tikhonovsky <loislo@chromium.org> |
+ |
+ Reviewed by Pavel Feldman. |
+ |
+ Web Inspector: Inspector protocol cleanup task. |
+ |
+ The patch has just small renames and adjustments for the protocol things. |
+ 'handler' keyword in idl file was replaced with 'domain'. |
+ 'domain' property was assigned for the each backend to frontend messages. |
+ At the next step WebInspector wrapper functions will be removed and 'agents' will be called directly. |
+ |
+ https://bugs.webkit.org/show_bug.cgi?id=50337 |
+ |
+ * inspector/report-API-errors-expected.txt: |
+ * inspector/report-API-errors.html: |
+ * inspector/report-protocol-errors-expected.txt: |
+ |
+2010-12-02 Tony Chang <tony@chromium.org> |
+ |
+ Unreviewed, add back fast/overflow/hit-test-overflow-controls.html |
+ to chromium test_expectations.txt. It's failing on the main |
+ waterfall. Thanks to victorw for notifying me. |
+ |
+ * platform/chromium/test_expectations.txt: |
+ |
+2010-12-02 Philippe Normand <pnormand@igalia.com> |
+ |
+ Unreviewed, skip failing tests. |
+ |
+ * platform/gtk/Skipped: |
+ |
+2010-12-02 Dai Mikurube <dmikurube@google.com> |
+ |
+ Reviewed by Kent Tamura. |
+ |
+ Reject named colors, accept only #rrggbb in <input type=color /> |
+ https://bugs.webkit.org/show_bug.cgi?id=50308 |
+ |
+ * fast/forms/ValidityState-typeMismatch-color-expected.txt: |
+ * fast/forms/script-tests/ValidityState-typeMismatch-color.js: Changed to reject English color names. |
+ |
+2010-12-02 Philippe Normand <pnormand@igalia.com> |
+ |
+ Unreviewed, skip failing test. |
+ |
+ * platform/gtk/Skipped: Skip media/video-volume.html |
+ |
+2010-12-02 Philippe Normand <pnormand@igalia.com> |
+ |
+ Unreviewed, unskip passing media tests on GTK. |
+ |
+ * platform/gtk/Skipped: Unskip fullscreen video tests, now passing. |
+ |
+2010-12-02 Csaba Osztrogonác <ossy@webkit.org> |
+ |
+ Unreviewed. Add Qt specific expected files after r73063. |
+ |
+ Make scrolling work properly with writing modes |
+ https://bugs.webkit.org/show_bug.cgi?id=46645 |
+ |
+ * platform/qt/fast/dom/horizontal-scrollbar-in-rtl-expected.txt: Copied from LayoutTests/fast/dom/horizontal-scrollbar-in-rtl-expected.txt. |
+ * platform/qt/fast/dom/vertical-scrollbar-in-rtl-expected.txt: Copied from LayoutTests/fast/dom/vertical-scrollbar-in-rtl-expected.txt. |
+ |
+2010-12-02 Adam Roben <aroben@apple.com> |
+ |
+ Remove a test that we were only skipping to see if it would fix other tests |
+ |
+ It didn't. |
+ |
+ * platform/mac-wk2/Skipped: |
+ |
+2010-12-02 Adam Roben <aroben@apple.com> |
+ |
+ Add some new tests to the mac-wk2 Skipped file |
+ |
+ All of the tests depend on EventSender.keyDown. |
+ |
+ * platform/mac-wk2/Skipped: |
+ |
+2010-11-24 Martin Robinson <mrobinson@igalia.com> |
+ |
+ Reviewed by Xan Lopez. |
+ |
+ [GTK] Text input controls do not react properly to CSS styling |
+ https://bugs.webkit.org/show_bug.cgi?id=40855 |
+ |
+ Update tests which have changed after fixes to text field layout. |
+ |
+ * platform/gtk/fast/css/input-search-padding-expected.txt: |
+ * platform/gtk/fast/css/text-input-with-webkit-border-radius-expected.txt: |
+ * platform/gtk/fast/forms/basic-inputs-expected.txt: |
+ * platform/gtk/fast/forms/basic-textareas-expected.txt: |
+ * platform/gtk/fast/forms/box-shadow-override-expected.txt: |
+ * platform/gtk/fast/forms/control-restrict-line-height-expected.txt: |
+ * platform/gtk/fast/forms/encoding-test-expected.txt: |
+ * platform/gtk/fast/forms/fieldset-align-expected.txt: |
+ * platform/gtk/fast/forms/floating-textfield-relayout-expected.txt: |
+ * platform/gtk/fast/forms/form-element-geometry-expected.txt: |
+ * platform/gtk/fast/forms/input-align-expected.txt: |
+ * platform/gtk/fast/forms/input-appearance-default-bkcolor-expected.txt: |
+ * platform/gtk/fast/forms/input-appearance-disabled-expected.txt: |
+ * platform/gtk/fast/forms/input-appearance-focus-expected.txt: |
+ * platform/gtk/fast/forms/input-appearance-height-expected.txt: |
+ * platform/gtk/fast/forms/input-appearance-preventDefault-expected.txt: |
+ * platform/gtk/fast/forms/input-appearance-readonly-expected.txt: |
+ * platform/gtk/fast/forms/input-appearance-selection-expected.txt: |
+ * platform/gtk/fast/forms/input-appearance-visibility-expected.txt: |
+ * platform/gtk/fast/forms/input-appearance-width-expected.txt: |
+ * platform/gtk/fast/forms/input-baseline-expected.txt: |
+ * platform/gtk/fast/forms/input-disabled-color-expected.txt: |
+ * platform/gtk/fast/forms/input-double-click-selection-gap-bug-expected.txt: |
+ * platform/gtk/fast/forms/input-field-text-truncated-expected.txt: |
+ * platform/gtk/fast/forms/input-paste-undo-expected.txt: |
+ * platform/gtk/fast/forms/input-placeholder-focus-twice-expected.txt: |
+ * platform/gtk/fast/forms/input-readonly-autoscroll-expected.txt: |
+ * platform/gtk/fast/forms/input-readonly-dimmed-expected.txt: |
+ * platform/gtk/fast/forms/input-readonly-empty-expected.txt: |
+ * platform/gtk/fast/forms/input-spaces-expected.txt: |
+ * platform/gtk/fast/forms/input-table-expected.txt: |
+ * platform/gtk/fast/forms/input-text-click-inside-expected.txt: |
+ * platform/gtk/fast/forms/input-text-click-outside-expected.txt: |
+ * platform/gtk/fast/forms/input-text-double-click-expected.txt: |
+ * platform/gtk/fast/forms/input-text-drag-down-expected.txt: |
+ * platform/gtk/fast/forms/input-text-option-delete-expected.txt: |
+ * platform/gtk/fast/forms/input-text-scroll-left-on-blur-expected.txt: |
+ * platform/gtk/fast/forms/input-text-self-emptying-click-expected.txt: |
+ * platform/gtk/fast/forms/input-text-word-wrap-expected.txt: |
+ * platform/gtk/fast/forms/input-type-change2-expected.txt: |
+ * platform/gtk/fast/forms/input-type-text-min-width-expected.txt: |
+ * platform/gtk/fast/forms/input-value-expected.txt: |
+ * platform/gtk/fast/forms/input-width-expected.txt: |
+ * platform/gtk/fast/forms/isindex-placeholder-expected.txt: |
+ * platform/gtk/fast/forms/minWidthPercent-expected.txt: |
+ * platform/gtk/fast/forms/password-placeholder-expected.txt: |
+ * platform/gtk/fast/forms/password-placeholder-text-security-expected.txt: |
+ * platform/gtk/fast/forms/placeholder-pseudo-style-expected.txt: |
+ * platform/gtk/fast/forms/placeholder-set-attribute-expected.txt: |
+ * platform/gtk/fast/forms/placeholder-set-value-expected.txt: |
+ * platform/gtk/fast/forms/placeholder-stripped-expected.txt: |
+ * platform/gtk/fast/forms/plaintext-mode-2-expected.txt: |
+ * platform/gtk/fast/forms/search-cancel-button-style-sharing-expected.txt: |
+ * platform/gtk/fast/forms/search-display-none-cancel-button-expected.txt: |
+ * platform/gtk/fast/forms/search-placeholder-value-changed-expected.txt: |
+ * platform/gtk/fast/forms/search-rtl-expected.txt: |
+ * platform/gtk/fast/forms/search-styled-expected.txt: |
+ * platform/gtk/fast/forms/search-transformed-expected.txt: |
+ * platform/gtk/fast/forms/search-zoomed-expected.txt: |
+ * platform/gtk/fast/forms/searchfield-heights-expected.txt: |
+ * platform/gtk/fast/forms/tabbing-input-iframe-expected.txt: |
+ * platform/gtk/fast/forms/text-control-intrinsic-widths-expected.txt: |
+ * platform/gtk/fast/forms/text-style-color-expected.txt: |
+ * platform/gtk/fast/forms/textAreaLineHeight-expected.txt: |
+ * platform/gtk/fast/forms/textarea-align-expected.txt: |
+ * platform/gtk/fast/forms/textarea-placeholder-pseudo-style-expected.txt: |
+ * platform/gtk/fast/forms/textarea-placeholder-set-attribute-expected.txt: |
+ * platform/gtk/fast/forms/textarea-placeholder-set-value-expected.txt: |
+ * platform/gtk/fast/forms/textarea-scroll-height-expected.txt: |
+ * platform/gtk/fast/forms/textarea-scrollbar-expected.txt: |
+ * platform/gtk/fast/forms/textarea-scrolled-type-expected.txt: |
+ * platform/gtk/fast/forms/textarea-setinnerhtml-expected.txt: |
+ * platform/gtk/fast/forms/textarea-width-expected.txt: |
+ * platform/gtk/fast/forms/textfield-focus-ring-expected.txt: |
+ * platform/gtk/fast/forms/textfield-overflow-expected.txt: |
+ * platform/gtk/fast/forms/visual-hebrew-text-field-expected.txt: |
+ * platform/gtk/fast/frames/take-focus-from-iframe-expected.txt: |
+ |
+2010-12-02 Vitaly Repeshko <vitalyr@chromium.org> |
+ |
+ Unreviewed. |
+ |
+ [chromium] Updating test expectations. |
+ |
+ * platform/chromium/test_expectations.txt: |
+ |
+2010-12-02 Andreas Kling <kling@webkit.org> |
+ |
+ Reviewed by Kenneth Rohde Christiansen. |
+ |
+ [Qt] GraphicsContext::strokeRect() taints the context's lineWidth |
+ https://bugs.webkit.org/show_bug.cgi?id=50269 |
+ |
+ * fast/canvas/canvas-lineWidth-intact-after-strokeRect-expected.txt: Added. |
+ * fast/canvas/canvas-lineWidth-intact-after-strokeRect.html: Added. |
+ * fast/canvas/script-tests/canvas-lineWidth-intact-after-strokeRect.js: Added. |
+ |
+2010-12-02 Alexander Pavlov <apavlov@chromium.org> |
+ |
+ Unreviewed, build fix. |
+ |
+ * http/tests/inspector/inspect-iframe-from-different-domain.html: |
+ |
+2010-12-01 Alexander Pavlov <apavlov@chromium.org> |
+ |
+ Reviewed by Yury Semikhatsky. |
+ |
+ Web Inspector: Remove obsolete CSS backend API from InspectorDOMAgent |
+ https://bugs.webkit.org/show_bug.cgi?id=50318 |
+ |
+ * inspector/styles-iframe.html: |
+ * inspector/styles-source-lines.html: |
+ * inspector/styles-source-offsets-expected.txt: |
+ * inspector/styles-source-offsets.html: |
+ |
+2010-12-02 Adam Barth <abarth@webkit.org> |
+ |
+ Reviewed by Eric Seidel. |
+ |
+ Gray-scale JPEG images with a color profile are stretched horizonally |
+ https://bugs.webkit.org/show_bug.cgi?id=49950 |
+ |
+ Test that we properly render gray-scale JPEGs with embedded color |
+ profiles. |
+ |
+ * fast/images/gray-scale-jpeg-with-color-profile.html: Added. |
+ * fast/images/resources/flowchart.jpg: Added. |
+ * platform/mac/fast/images/gray-scale-jpeg-with-color-profile-expected.txt: Added. |
+ |
+2010-12-01 Daniel Bates <dbates@rim.com> |
+ |
+ Remove file LayoutTests/platform/gtk/Skipped.rej which was |
+ inadvertently committed in changeset 72675 <http://trac.webkit.org/changeset/72675>. |
+ |
+ * platform/gtk/Skipped.rej: Removed. |
+ |
+2010-12-01 Eric Seidel <eric@webkit.org> |
+ |
+ Unreviewed. |
+ |
+ compositing/iframes/overlapped-nested-iframes.html is ridiculously flaky |
+ https://bugs.webkit.org/show_bug.cgi?id=50255 |
+ |
+ Skipping it to stop the madness. |
+ |
+ * platform/mac-snowleopard/Skipped: |
+ |
+2010-12-01 Victor Wang <victorw@chromium.org> |
+ |
+ Unreviewed. |
+ |
+ [Chromium] update chromium image test expectations. |
+ |
+ * platform/chromium-mac/platform/mac/editing: Added. |
+ * platform/chromium-mac/platform/mac/editing/spelling: Added. |
+ * platform/chromium-mac/platform/mac/editing/spelling/delete-autocorrected-word-1-expected.checksum: Added. |
+ * platform/chromium-mac/platform/mac/editing/spelling/delete-autocorrected-word-1-expected.png: Added. |
+ * platform/chromium-win/platform/mac/editing/spelling: Added. |
+ * platform/chromium-win/platform/mac/editing/spelling/delete-autocorrected-word-1-expected.checksum: Added. |
+ * platform/chromium-win/platform/mac/editing/spelling/delete-autocorrected-word-1-expected.png: Added. |
+ |
+2010-12-01 Julie Parent <jparent@chromium.org> |
+ |
+ Unreviewed. Removing out of date expectation. |
+ |
+ * platform/chromium/test_expectations.txt: |
+ |
+2010-12-01 Julie Parent <jparent@chromium.org> |
+ |
+ Unreviewed. Moving test expecation upstream. |
+ |
+ * platform/chromium/test_expectations.txt: |
+ |
+2010-12-01 Nico Weber <thakis@chromium.org> |
+ |
+ More baselines after http://trac.webkit.org/changeset/72689 |
+ https://bugs.webkit.org/show_bug.cgi?id=50040 |
+ |
+ The rebaseline script didn't find these, because they're only wrong |
+ in platform/mac-leopard. I use Snow Leopard, so the script didn't look |
+ there. The bots on the other hand use Leopard, so they complain. I |
+ manually copied the expectations from platfrom/mac to |
+ platform/chromium-mac. Explanation by jamesr. |
+ |
+ * platform/chromium-mac/svg/W3C-SVG-1.1/struct-image-10-t-expected.checksum: Added. |
+ * platform/chromium-mac/svg/W3C-SVG-1.1/struct-image-10-t-expected.png: Added. |
+ * platform/chromium-mac/tables/mozilla/bugs/bug14929-expected.checksum: Added. |
+ * platform/chromium-mac/tables/mozilla/bugs/bug14929-expected.png: Added. |
+2010-12-01 Jia Pu <jpu@apple.com> |
+ |
+ Reviewed by Darin Adler. |
+ |
+ Support multiple correction candidates panel for misspelled word on Mac OS X. |
+ https://bugs.webkit.org/show_bug.cgi?id=50137 |
+ <rdar://problem/8568059> |
+ |
+ * platform/mac-leopard/Skipped: |
+ * platform/mac-snowleopard/Skipped: |
+ * platform/mac-tiger/Skipped: |
+ * platform/mac-wk2/Skipped: |
+ * platform/mac/editing/spelling/delete-autocorrected-word-1-expected.txt: Added. |
+ * platform/mac/editing/spelling/delete-autocorrected-word-1.html: Added. |
+ |
+2010-12-01 Brian Weinstein <bweinstein@apple.com> |
+ |
+ Land Windows specific results for /vertical-scrollbar-in-rtl.html |
+ after r73063. |
+ |
+ * platform/win/fast/dom/vertical-scrollbar-in-rtl-expected.txt: Added. |
+ |
+2010-12-01 Victor Wang <victorw@chromium.org> |
+ |
+ Unreviewed. |
+ |
+ [Chromium] Update chromium test expectations. |
+ |
+ * platform/chromium/test_expectations.txt: |
+ |
+2010-12-01 Tony Chang <tony@chromium.org> |
+ |
+ Unreviewed, one more try to get chromium drt bots green. |
+ |
+ * platform/chromium/test_expectations.txt: |
+ |
+2010-12-01 Gavin Barraclough <barraclough@apple.com> |
+ |
+ Reviewed by Sam Weinig. |
+ |
+ Bug 50298 - /()()()()()()()()()(?:(\10a|b)(X|Y))+/.exec("bXXaYYaY") ASSERTs |
+ |
+ * fast/regex/script-tests/pcre-test-1.js: |
+ Enable regex643, this now works. |
+ |
+2010-12-01 Ojan Vafai <ojan@chromium.org> |
+ |
+ [chromium] Green tree. |
+ -http://trac.webkit.org/changeset/73057 caused plugins/get-user-agent-with-null-npp-from-npp-new.html |
+ -Clean up a couple mistakes from http://trac.webkit.org/changeset/73059 |
+ -add a bug ID for fast/regex/pcre-test-1.html |
+ * platform/chromium/test_expectations.txt: |
+ |
+2010-12-01 David Hyatt <hyatt@apple.com> |
+ |
+ Reviewed by Darin Adler. |
+ |
+ https://bugs.webkit.org/show_bug.cgi?id=46645 |
+ |
+ Part 1 of making scrolling work with vertical text. This patch generalizes the scrollOriginX concept |
+ recently added for horizontal RTL documents and applies it to writing modes as well. Now the |
+ scrollOrigin is a point, since you can start off locked to the bottom or locked to the right. |
+ |
+ This patch also fixes numerous bugs with the scrollOrigin code using native Mac NSScrollViews and |
+ makes them behave the same as the cross-platform code (allowing for cross-platform results to be |
+ landed). |
+ |
+ * fast/dom/vertical-scrollbar-in-rtl-doesnt-fire-onscroll-expected.txt: Added. |
+ * fast/dom/vertical-scrollbar-in-rtl-doesnt-fire-onscroll.html: Added. |
+ * fast/dom/vertical-scrollbar-in-rtl-expected.txt: Added. |
+ * fast/dom/vertical-scrollbar-in-rtl.html: Added. |
+ * fast/dom/vertical-scrollbar-when-dir-change-expected.txt: Added. |
+ * fast/dom/vertical-scrollbar-when-dir-change.html: Added. |
+ * platform/mac/fast/dom/horizontal-scrollbar-in-rtl-expected.txt: Removed. |
+ * platform/mac/fast/dom/horizontal-scrollbar-when-dir-change-expected.txt: Removed. |
+ |
+2010-12-01 Victor Wang <victorw@chromium.org> |
+ |
+ Unreviewed. |
+ |
+ [Chromium] update chromium test expectations. |
+ |
+ * platform/chromium/fast/xmlhttprequest: Added. |
+ * platform/chromium/fast/xmlhttprequest/xmlhttprequest-responsetype-abort-expected.txt: Added. |
+ * platform/chromium/fast/xmlhttprequest/xmlhttprequest-responsetype-arraybuffer-expected.txt: Added. |
+ * platform/chromium/http/tests/xmlhttprequest/send-array-buffer-expected.txt: Added. |
+ |
+2010-12-01 Tony Chang <tony@chromium.org> |
+ |
+ Unreviewed, merging drt_expectations into test_expectations in |
+ anticipation of the switch. |
+ |
+ * platform/chromium/drt_expectations.txt: |
+ * platform/chromium/test_expectations.txt: |
+ |
+2010-12-01 Anders Carlsson <andersca@apple.com> |
+ |
+ Reviewed by Darin Adler. |
+ |
+ Return a correct user agent if NPN_UserAgent is called with a null NPP from NPP_New. |
+ https://bugs.webkit.org/show_bug.cgi?id=50336 |
+ |
+ Add tests. |
+ |
+ * plugins/get-user-agent-with-null-npp-from-npp-new-expected.txt: Added. |
+ * plugins/get-user-agent-with-null-npp-from-npp-new.html: Added. |
+ |
+2010-12-01 Gavin Barraclough <barraclough@apple.com> |
+ |
+ Rubber stamped by Sam Weinig. |
+ |
+ Bug 50297 - \s in YARR should match BOMs. |
+ |
+ This exposes a Sputnik bug, tracked by: |
+ http://code.google.com/p/sputniktests/issues/detail?id=34 |
+ Checking in expected failing results. |
+ |
+ * fast/js/sputnik/Conformance/15_Native_Objects/15.10_RegExp/15.10.2/15.10.2.12_CharacterClassEscape/S15.10.2.12_A1_T1-expected.txt: |
+ * fast/js/sputnik/Conformance/15_Native_Objects/15.10_RegExp/15.10.2/15.10.2.12_CharacterClassEscape/S15.10.2.12_A2_T1-expected.txt: |
+ * fast/regex/script-tests/pcre-test-1.js: |
+ |
+2010-12-01 Dan Bernstein <mitz@apple.com> |
+ |
+ Re-added Leopard-specific results for editing/text-iterator/findString.html. In the Leopard version |
+ of ICU, the full stop character is a word separator, so an at-word-starts search for "org" in |
+ "webkit.org" matches. |
+ |
+ * platform/mac-leopard/editing/text-iterator: Added. |
+ * platform/mac-leopard/editing/text-iterator/findString-expected.txt: Copied from LayoutTests/editing/text-iterator/findString-expected.txt. |
+ |
2010-12-01 Ryosuke Niwa <rniwa@webkit.org> |
Reviewed by Darin Adler, Tony Chang, and unofficially by Enrica Casucci. |
@@ -12,6 +819,1497 @@ |
* editing/execCommand/switch-multiple-list-items-expected.txt: Added. |
* editing/execCommand/switch-multiple-list-items.html: Added. |
+2010-12-01 Anton Muhin <antonm@chromium.org> |
+ |
+ Not reviewed, upstreaming test suppression. |
+ |
+ * platform/chromium/test_expectations.txt: |
+ |
+2010-12-01 Sheriff Bot <webkit.review.bot@gmail.com> |
+ |
+ Unreviewed, rolling out r73047. |
+ http://trac.webkit.org/changeset/73047 |
+ https://bugs.webkit.org/show_bug.cgi?id=50339 |
+ |
+ missing bug number (Requested by rniwa on #webkit). |
+ |
+ * editing/execCommand/switch-multiple-list-items-crash-expected.txt: Removed. |
+ * editing/execCommand/switch-multiple-list-items-crash.html: Removed. |
+ * editing/execCommand/switch-multiple-list-items-expected.txt: Removed. |
+ * editing/execCommand/switch-multiple-list-items.html: Removed. |
+ |
+2010-12-01 Brian Weinstein <bweinstein@apple.com> |
+ |
+ Add failing Windows expected results for tests that involve the xhr.arrayBuffer = 'arraybuffer', |
+ which works on Mac, but not on Windows. |
+ |
+ Getting arrayBuffer working on Windows is being tracked by https://bugs.webkit.org/show_bug.cgi?id=50334. |
+ |
+ * platform/win/fast/xmlhttprequest: Added. |
+ * platform/win/fast/xmlhttprequest/xmlhttprequest-responsetype-abort-expected.txt: Added. |
+ * platform/win/fast/xmlhttprequest/xmlhttprequest-responsetype-arraybuffer-expected.txt: Added. |
+ * platform/win/http/tests/xmlhttprequest: Added. |
+ * platform/win/http/tests/xmlhttprequest/send-array-buffer-expected.txt: Added. |
+ |
+2010-12-01 Ryosuke Niwa <rniwa@webkit.org> |
+ |
+ Reviewed by Darin Adler, Tony Chang, and unofficially by Enrica Casucci. |
+ |
+ Added tests to ensure WebKit can switch the type of multiple list items without a crash. |
+ |
+ * editing/execCommand/switch-multiple-list-items-crash-expected.txt: Added. |
+ * editing/execCommand/switch-multiple-list-items-crash.html: Added. |
+ * editing/execCommand/switch-multiple-list-items-expected.txt: Added. |
+ * editing/execCommand/switch-multiple-list-items.html: Added. |
+ |
+2010-12-01 Brian Weinstein <bweinstein@apple.com> |
+ |
+ Skip another HTMLProgressElement test on Windows, because it's not turned on for Windows yet. Adding |
+ progress element support on Windows is being tracked by https://bugs.webkit.org/show_bug.cgi?id=49769. |
+ |
+ * platform/win/Skipped: |
+ |
+2010-12-01 Vitaly Repeshko <vitalyr@chromium.org> |
+ |
+ Unreviewed. |
+ |
+ [chromium] Updating test expectations and rebaselining. |
+ |
+ * platform/chromium-linux/svg/dynamic-updates/SVGLineElement-dom-requiredFeatures-expected.checksum: |
+ * platform/chromium-linux/svg/dynamic-updates/SVGLineElement-dom-requiredFeatures-expected.png: |
+ * platform/chromium-linux/svg/dynamic-updates/SVGLineElement-svgdom-requiredFeatures-expected.checksum: |
+ * platform/chromium-linux/svg/dynamic-updates/SVGLineElement-svgdom-requiredFeatures-expected.png: |
+ * platform/chromium-win/svg/dynamic-updates/SVGLineElement-dom-requiredFeatures-expected.checksum: |
+ * platform/chromium-win/svg/dynamic-updates/SVGLineElement-dom-requiredFeatures-expected.png: |
+ * platform/chromium-win/svg/dynamic-updates/SVGLineElement-dom-requiredFeatures-expected.txt: |
+ * platform/chromium-win/svg/dynamic-updates/SVGLineElement-svgdom-requiredFeatures-expected.checksum: |
+ * platform/chromium-win/svg/dynamic-updates/SVGLineElement-svgdom-requiredFeatures-expected.png: |
+ * platform/chromium-win/svg/dynamic-updates/SVGLineElement-svgdom-requiredFeatures-expected.txt: |
+ * platform/chromium/test_expectations.txt: |
+ |
+2010-12-01 Vitaly Repeshko <vitalyr@chromium.org> |
+ |
+ Unreviewed. |
+ |
+ [chromium] Cleaning up test expectations. |
+ |
+ * platform/chromium/test_expectations.txt: |
+ |
+2010-12-01 Tony Chang <tony@chromium.org> |
+ |
+ Unreviewed, update drt expectations. |
+ |
+ * platform/chromium/drt_expectations.txt: |
+ |
+2010-12-01 Vitaly Repeshko <vitalyr@chromium.org> |
+ |
+ Unreviewed. |
+ |
+ [chromium] Updating test expectations. |
+ |
+ * platform/chromium/test_expectations.txt: |
+ |
+2010-12-01 Csaba Osztrogonác <ossy@webkit.org> |
+ |
+ Unrreviewed. |
+ |
+ [Qt] Add focus ring outline color support |
+ https://bugs.webkit.org/show_bug.cgi?id=50325 |
+ |
+ Focus ring outline color is unsupported now. |
+ Add failing tests to the Skipped list until fix. |
+ |
+ * platform/qt/Skipped: |
+ - fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map.html added |
+ - fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map.html added |
+ - fast/images/imagemap-focus-ring-outline-color.html added |
+ |
+2010-12-01 Martin Robinson <mrobinson@igalia.com> |
+ |
+ Reviewed by Xan Lopez. |
+ |
+ [Gtk] Open menulists should support typeahead find |
+ https://bugs.webkit.org/show_bug.cgi?id=27443 |
+ |
+ Added a GTK+-specific layout test to track typeahead find state. |
+ |
+ * platform/gtk/fast/forms/menulist-typeahead-find-expected.txt: Added. |
+ * platform/gtk/fast/forms/menulist-typeahead-find.html: Added. |
+ |
+2010-12-01 Martin Robinson <mrobinson@igalia.com> |
+ |
+ Skip failing tests for text height on GTK |
+ https://bugs.webkit.org/show_bug.cgi?id=50314 |
+ |
+ * platform/gtk/Skipped: Skip failing tests. |
+ |
+2010-12-01 Chang Shu <chang.shu@nokia.com> |
+ |
+ Reviewed by Laszlo Gombos. |
+ |
+ Move orientation event test case to a better place. |
+ https://bugs.webkit.org/show_bug.cgi?id=32492 |
+ |
+ * fast/dom/DeviceOrientation/create-event-orientationchange-expected.txt: Removed. |
+ * fast/dom/DeviceOrientation/create-event-orientationchange.html: Removed. |
+ * fast/dom/DeviceOrientation/script-tests/create-event-orientationchange.js: Removed. |
+ * fast/dom/Orientation: Added. |
+ * fast/dom/Orientation/create-event-orientationchange-expected.txt: Copied from LayoutTests/fast/dom/DeviceOrientation/create-event-orientationchange-expected.txt. |
+ * fast/dom/Orientation/create-event-orientationchange.html: Copied from LayoutTests/fast/dom/DeviceOrientation/create-event-orientationchange.html. |
+ * fast/dom/Orientation/script-tests: Added. |
+ * fast/dom/Orientation/script-tests/create-event-orientationchange.js: Copied from LayoutTests/fast/dom/DeviceOrientation/script-tests/create-event-orientationchange.js. |
+ |
+2010-12-01 Alexander Pavlov <apavlov@chromium.org> |
+ |
+ Reviewed by Yury Semikhatsky. |
+ |
+ Web Inspector: name-only property appears in style declaration but not in the Styles pane |
+ https://bugs.webkit.org/show_bug.cgi?id=49663 |
+ |
+ * inspector/styles-new-API.html: |
+ |
+2010-12-01 Anton D'Auria <adauria@apple.com> |
+ |
+ Reviewed by Kevin Decker. |
+ |
+ Private browsing denies read access to local and session storage, |
+ so updating expected test results. |
+ |
+ https://bugs.webkit.org/show_bug.cgi?id=49329 |
+ |
+ * storage/domstorage/localstorage/private-browsing-affects-storage-expected.txt: |
+ * storage/domstorage/sessionstorage/private-browsing-affects-storage-expected.txt: |
+ |
+2010-12-01 Hayato Ito <hayato@chromium.org> |
+ |
+ Unreviewed trivial fix. |
+ |
+ Removed fast/regex/{test1,test4}.html because they were removed from tree by r72990 |
+ |
+ * platform/chromium/test_expectations.txt: |
+ * platform/gtk/Skipped: |
+ * platform/mac-wk2/Skipped: |
+ * platform/qt-wk2/Skipped: |
+ |
+2010-12-01 Csaba Osztrogonác <ossy@webkit.org> |
+ |
+ Unreviewed trivial fix. |
+ |
+ * platform/qt/Skipped: |
+ - editing/selection/5109817.html: removed, because it was removed from tree by r73009 |
+ - fast/regex/test1.html: removed, because it was removed from tree by r72990 |
+ - fast/regex/test4.html: removed, because it was removed from tree by r72990 |
+ |
+ |
+2010-11-30 Avi Drissman <avi@google.com> |
+ |
+ Reviewed by Darin Adler. |
+ |
+ Add preference to not select when right-clicked |
+ https://bugs.webkit.org/show_bug.cgi?id=23351 |
+ |
+ Removed 5109817 because it is entirely superseded by |
+ context-menu-text-selection; updated 5354455-1 to explicitly set the |
+ editing behavior and test all three platforms. |
+ |
+ * editing/selection/5109817.html: Removed. |
+ * editing/selection/5354455-1-expected.txt: Added. |
+ * editing/selection/5354455-1.html: |
+ * platform/chromium-win/editing/selection/5109817-expected.txt: Removed. |
+ * platform/chromium-win/editing/selection/5354455-1-expected.txt: Removed. |
+ * platform/gtk/editing/selection/5109817-expected.txt: Removed. |
+ * platform/gtk/editing/selection/5354455-1-expected.txt: Removed. |
+ * platform/mac-leopard/editing/selection/5109817-expected.checksum: Removed. |
+ * platform/mac-leopard/editing/selection/5109817-expected.png: Removed. |
+ * platform/mac/editing/selection/5109817-expected.checksum: Removed. |
+ * platform/mac/editing/selection/5109817-expected.png: Removed. |
+ * platform/mac/editing/selection/5109817-expected.txt: Removed. |
+ * platform/mac/editing/selection/5354455-1-expected.txt: Removed. |
+ * platform/win/editing/selection/5109817-expected.checksum: Removed. |
+ * platform/win/editing/selection/5109817-expected.png: Removed. |
+ * platform/win/editing/selection/5109817-expected.txt: Removed. |
+ * platform/win/editing/selection/5354455-1-expected.txt: Removed. |
+ |
+2010-11-30 Rob Buis <rwlbuis@gmail.com> |
+ |
+ Reviewed by Xan Lopez. |
+ |
+ [gtk] SVGLineElement-dom-requiredFeatures.html and |
+ SVGLineElement-svgdom-requiredFeatures.html failing in the bots |
+ https://bugs.webkit.org/show_bug.cgi?id=49529 |
+ |
+ Replaced fill with stroke and increased the line size. This fixes |
+ the problem clicking the element. |
+ |
+ * platform/gtk/Skipped: |
+ * svg/dynamic-updates/script-tests/SVGLineElement-dom-requiredFeatures.js: |
+ * svg/dynamic-updates/script-tests/SVGLineElement-svgdom-requiredFeatures.js: |
+ |
+2010-11-30 Ojan Vafai <ojan@chromium.org> |
+ |
+ [chromium] Update inaccurate test expectation and mark fast/regex/pcre-test-1.html as |
+ timing out after http://trac.webkit.org/changeset/72990/. |
+ * platform/chromium/test_expectations.txt: |
+ |
+2010-11-30 Chris Fleizach <cfleizach@apple.com> |
+ |
+ Reviewed by Beth Dakin. |
+ |
+ WebKit duplicates AXValue and AXDescription on abbr |
+ https://bugs.webkit.org/show_bug.cgi?id=50260 |
+ |
+ * platform/mac/accessibility/static-text-with-aria-label-expected.txt: Added. |
+ * platform/mac/accessibility/static-text-with-aria-label.html: Added. |
+ |
+2010-11-30 Gavin Barraclough <barraclough@apple.com> |
+ |
+ Reviewed by Darin Adler. |
+ |
+ Ooops, file checked in with incorrect properties. |
+ |
+ * fast/regex/script-tests/repeat-match-waldemar.js: Removed property svn:executable. |
+ |
+2010-11-30 Martin Robinson <mrobinson@igalia.com> |
+ |
+ Rebaseline a GTK+ test. |
+ |
+ * platform/gtk/fast/canvas/canvas-scale-strokePath-shadow-expected.txt: Added. |
+ This platform-specific result is needed because of bug #50303. |
+ |
+2010-11-30 Gavin Barraclough <barraclough@apple.com> |
+ |
+ Rubber stamped by Oliver Hunt. |
+ |
+ LayoutTests/fast/regex currently contains a number of test cases ported from PCRE's test suites. |
+ There are two key problems with these tests: |
+ * They use their own harness, and cannot be run from jsc without building all of WebKit. |
+ * They expect PCRE expression syntax, including extended syntax, backwards assertions, etc. |
+ |
+ Rewrite all tests to comply to ECMA compatible syntax |
+ (ish - we support octal escapes), and use the normal 'shouldBe' test style. |
+ |
+ * fast/js/resources/standalone-pre.js: |
+ (areArraysEqual): |
+ Fixed bug, where expected is an array we call areArraysEqual, |
+ this should first check that actual is an array. |
+ |
+ * fast/regex/pcre-test-1-expected.txt: Added. |
+ * fast/regex/pcre-test-1.html: Added. |
+ * fast/regex/pcre-test-4-expected.txt: Added. |
+ * fast/regex/pcre-test-4.html: Added. |
+ * fast/regex/script-tests/pcre-test-1.js: Added. |
+ * fast/regex/script-tests/pcre-test-4.js: Added. |
+ Added new version of PCRE tests. |
+ |
+ * fast/regex/pcre-test-runner.js: Removed. |
+ * fast/regex/test1-expected.txt: Removed. |
+ * fast/regex/test1.html: Removed. |
+ * fast/regex/test4-expected.txt: Removed. |
+ * fast/regex/test4.html: Removed. |
+ * fast/regex/testinput1: Removed. |
+ * fast/regex/testinput4: Removed. |
+ * fast/regex/testoutput1: Removed. |
+ * fast/regex/testoutput4: Removed. |
+ Removed old version of PCRE tests. |
+ |
+2010-11-30 Dan Bernstein <mitz@apple.com> |
+ |
+ Reviewed by Darin Adler. |
+ |
+ Text search should treat all matches as word-start matches when the target begins with a separator character |
+ https://bugs.webkit.org/show_bug.cgi?id=50302 |
+ |
+ * editing/text-iterator/findString.html: |
+ * editing/text-iterator/findString-expected.txt: |
+ * platform/mac-leopard/editing/text-iterator: Removed. |
+ * platform/mac-leopard/editing/text-iterator/findString-expected.txt: Removed. |
+ |
+2010-11-30 Martin Robinson <mrobinson@igalia.com> |
+ |
+ Reviewed by Xan Lopez. |
+ |
+ [GTK] fillRect shadow has incorrect behavior when using ctx.scale(x,y) |
+ https://bugs.webkit.org/show_bug.cgi?id=50283 |
+ |
+ Add platform exceptions for these tests. While this change fixes most issues |
+ with them there are still bugs with our shadow code which prevents a total |
+ pass. |
+ |
+ * platform/gtk/fast/canvas/canvas-scale-fillPath-shadow-expected.txt: Added. |
+ * platform/gtk/fast/canvas/canvas-scale-fillRect-shadow-expected.txt: Added. |
+ |
+2010-11-30 Ryosuke Niwa <rniwa@webkit.org> |
+ |
+ Reviewed by Ojan Vafai. |
+ |
+ REGRESSION(r72861): editing/selection/click-left-of-rtl-wrapping-text.html and |
+ modify-up-on-rtl-wrapping-text.html fail on all but Mac platform |
+ https://bugs.webkit.org/show_bug.cgi?id=50204 |
+ |
+ Fixed the tests. Instead of using "ex" to specify the width of the container div, |
+ the tests now auto-detect the correct width by comparing the computed height to |
+ the expected height deduced from the height of one line and the expected number of lines. |
+ |
+ * editing/selection/click-left-of-rtl-wrapping-text-expected.txt: |
+ * editing/selection/click-left-of-rtl-wrapping-text.html: |
+ * editing/selection/modify-up-on-rtl-wrapping-text.html: |
+ |
+2010-11-30 Yael Aharon <yael.aharon@nokia.com> |
+ |
+ Reviewed by Darin Adler. |
+ |
+ Progress and meter elements should take a form in their constructor like any other form control. |
+ https://bugs.webkit.org/show_bug.cgi?id=50195 |
+ |
+ * fast/dom/HTMLMeterElement/meter-element-form-expected.txt: Added. |
+ * fast/dom/HTMLMeterElement/meter-element-form.html: Added. |
+ * fast/dom/HTMLProgressElement/progress-element-form-expected.txt: Added. |
+ * fast/dom/HTMLProgressElement/progress-element-form.html: Added. |
+ |
+2010-11-30 Tony Chang <tony@chromium.org> |
+ |
+ Unreviewed, remove dupe expectation for chromium win drt. |
+ |
+ * platform/chromium/drt_expectations.txt: |
+ |
+2010-11-30 Tony Chang <tony@chromium.org> |
+ |
+ Unreviewed, try to green the chromium win DRT bot. |
+ |
+ * platform/chromium/drt_expectations.txt: |
+ |
+2010-11-30 Ojan Vafai <ojan@chromium.org> |
+ |
+ [chromium] Mark failing tests after http://trac.webkit.org/changeset/72962/ |
+ to green the chromium tree. |
+ |
+ * platform/chromium/test_expectations.txt: |
+ |
+2010-11-30 Chris Guillory <chris.guillory@google.com> |
+ |
+ Reviewed by Chris Fleizach. |
+ |
+ Computing style on a stale node while sending pending accessibility notification. |
+ https://bugs.webkit.org/show_bug.cgi?id=50162 |
+ |
+ * accessibility/image-map-title-causes-crash-expected.txt: Added. |
+ * accessibility/image-map-title-causes-crash.html: Added. |
+ |
+2010-11-30 Ojan Vafai <ojan@chromium.org> |
+ |
+ [chromium] Add new expected result after http://trac.webkit.org/changeset/72689 |
+ and update test expectations to match the builders and pull the appropriate bits |
+ from the downstream expectations file. |
+ |
+ * platform/chromium-mac/fast/repaint/block-layout-inline-children-replaced-expected.checksum: |
+ * platform/chromium-mac/fast/repaint/block-layout-inline-children-replaced-expected.png: |
+ * platform/chromium/test_expectations.txt: |
+ |
+2010-11-30 Mario Sanchez Prada <msanchez@igalia.com> |
+ |
+ Reviewed by Xan Lopez. |
+ |
+ GTK: AX: implement press in DRT |
+ https://bugs.webkit.org/show_bug.cgi?id=36146 |
+ |
+ Unskipped test accessibility/label-element-press.html. |
+ |
+ * platform/gtk/Skipped: Unskip passing test. |
+ |
+2010-11-30 Daniel Bates <dbates@rim.com> |
+ |
+ Reviewed by David Hyatt. |
+ |
+ Focused <area> should use CSS properties of <area> instead of associated <img> |
+ https://bugs.webkit.org/show_bug.cgi?id=49888 |
+ |
+ Updated the test result for test fast/images/imagemap-focus-ring.html. Added |
+ test to verify that the color of the focus ring for a focused <area> is |
+ the outline-color specified by the :focus pseudo-class . |
+ |
+ Also, added tests to ensure that outline-color is not inherited (by default) as per |
+ section 18.4 of the CSS 2.1 spec <http://www.w3.org/TR/CSS2/ui.html#dynamic-outlines>, |
+ unless explicitly inherited. |
+ |
+ * fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map.html: Added. |
+ * fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map.html: Added. |
+ * fast/images/imagemap-focus-ring-outline-color.html: Added. |
+ * platform/mac/fast/images/imagemap-focus-ring-expected.checksum: Updated result. |
+ * platform/mac/fast/images/imagemap-focus-ring-expected.png: Ditto. |
+ * platform/mac/fast/images/imagemap-focus-ring-outline-color-expected.checksum: Added. |
+ * platform/mac/fast/images/imagemap-focus-ring-outline-color-expected.png: Added. |
+ * platform/mac/fast/images/imagemap-focus-ring-outline-color-expected.txt: Added. |
+ * platform/mac/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.checksum: Added. |
+ * platform/mac/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.png: Added. |
+ * platform/mac/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.txt: Added. |
+ * platform/mac/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.checksum: Added. |
+ * platform/mac/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.png: Added. |
+ * platform/mac/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.txt: Added. |
+ |
+2010-11-30 Ojan Vafai <ojan@chromium.org> |
+ |
+ [chromium] Update expectations to de-orange the builders. |
+ |
+ * platform/chromium-gpu/test_expectations.txt: |
+ * platform/chromium/test_expectations.txt: |
+ |
+2010-11-30 Daniel Bates <dbates@rim.com> |
+ |
+ Reviewed by Alexey Proskuryakov. |
+ |
+ Change and focus events happen in different order if using tab vs. clicking |
+ https://bugs.webkit.org/show_bug.cgi?id=6181 |
+ |
+ Tests to ensure adherence to section 7.4.2 of the HTML5 spec. |
+ <http://www.w3.org/TR/html5/editing.html#focus-management> with respect to |
+ focusing on an <input>, modifying its contents, and defocusing it either by |
+ pressing the tab key or clicking on another element. |
+ |
+ * fast/events/check-defocus-event-order-when-triggered-by-mouse-click-expected.txt: Added. |
+ * fast/events/check-defocus-event-order-when-triggered-by-mouse-click.html: Added. |
+ * fast/events/check-defocus-event-order-when-triggered-by-tab-expected.txt: Added. |
+ * fast/events/check-defocus-event-order-when-triggered-by-tab.html: Added. |
+ * fast/events/resources/record-events.js: Added. |
+ (registerElementsAndEventsToRecord): |
+ (beginRecordingEvents.callback): |
+ (beginRecordingEvents): |
+ (endRecordingEvents.callback): |
+ (endRecordingEvents): |
+ (_processEachRegisteredElement): |
+ (_recordEvent): |
+ (checkThatEventsFiredInOrder.eventTarget): |
+ (checkThatEventsFiredInOrder.elementIdOrTagName): |
+ (checkThatEventsFiredInOrder): |
+ |
+2010-11-30 Xiaomei Ji <xji@chromium.org> |
+ |
+ Reviewed by David Hyatt. |
+ |
+ Scroll position might not be exactly the same after page ZoomIn and ZoomOut, for example, they are not exactly the same in Windows platform. |
+ Change to test that the scroll position before and after ZoomIn/Out are close enough. |
+ Rebaseline horizontal-scrollbar-when-dir-change in Win7. |
+ |
+ * fast/dom/horizontal-scrollbar-in-rtl.html: |
+ * platform/win/fast/dom/horizontal-scrollbar-when-dir-change-expected.txt: |
+ |
+2010-11-30 Ojan Vafai <ojan@chromium.org> |
+ |
+ [chromium] New expected result after http://trac.webkit.org/changeset/72926/. |
+ That patch unintentionally fixed a bug where the skia codepath was drawing paths twice. |
+ The new results better match the platform/mac results (borders are grey instead of black). |
+ |
+ * platform/chromium-linux/svg/W3C-SVG-1.1/coords-units-01-b-expected.checksum: |
+ * platform/chromium-linux/svg/W3C-SVG-1.1/coords-units-01-b-expected.png: |
+ * platform/chromium-linux/svg/W3C-SVG-1.1/painting-render-01-b-expected.checksum: |
+ * platform/chromium-linux/svg/W3C-SVG-1.1/painting-render-01-b-expected.png: |
+ * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.checksum: |
+ * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.png: |
+ * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.checksum: |
+ * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.png: |
+ * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.checksum: |
+ * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.png: |
+ * platform/chromium-linux/svg/batik/paints/patternPreserveAspectRatioA-expected.checksum: Added. |
+ * platform/chromium-linux/svg/batik/paints/patternPreserveAspectRatioA-expected.png: Added. |
+ * platform/chromium-linux/svg/batik/paints/patternRegionA-expected.checksum: |
+ * platform/chromium-linux/svg/batik/paints/patternRegionA-expected.png: |
+ * platform/chromium-linux/svg/batik/paints/patternRegions-expected.checksum: |
+ * platform/chromium-linux/svg/batik/paints/patternRegions-expected.png: |
+ * platform/chromium-linux/svg/batik/paints/patternRegions-positioned-objects-expected.checksum: |
+ * platform/chromium-linux/svg/batik/paints/patternRegions-positioned-objects-expected.png: |
+ * platform/chromium-linux/svg/custom/pattern-incorrect-tiling-expected.checksum: |
+ * platform/chromium-linux/svg/custom/pattern-incorrect-tiling-expected.png: |
+ * platform/chromium-linux/svg/custom/recursive-gradient-expected.checksum: |
+ * platform/chromium-linux/svg/custom/recursive-gradient-expected.png: |
+ * platform/chromium-linux/svg/custom/relative-sized-content-with-resources-expected.checksum: |
+ * platform/chromium-linux/svg/custom/relative-sized-content-with-resources-expected.png: |
+ * platform/chromium-linux/svg/transforms/text-with-pattern-inside-transformed-html-expected.checksum: |
+ * platform/chromium-linux/svg/transforms/text-with-pattern-inside-transformed-html-expected.png: |
+ * platform/chromium-linux/svg/transforms/text-with-pattern-with-svg-transform-expected.checksum: |
+ * platform/chromium-linux/svg/transforms/text-with-pattern-with-svg-transform-expected.png: |
+ * platform/chromium-win/svg/W3C-SVG-1.1/coords-units-01-b-expected.checksum: |
+ * platform/chromium-win/svg/W3C-SVG-1.1/coords-units-01-b-expected.png: |
+ * platform/chromium-win/svg/W3C-SVG-1.1/painting-render-01-b-expected.checksum: |
+ * platform/chromium-win/svg/W3C-SVG-1.1/painting-render-01-b-expected.png: |
+ * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.checksum: |
+ * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.png: |
+ * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.checksum: |
+ * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.png: |
+ * platform/chromium-win/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.checksum: |
+ * platform/chromium-win/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.png: |
+ * platform/chromium-win/svg/batik/paints/patternPreserveAspectRatioA-expected.checksum: |
+ * platform/chromium-win/svg/batik/paints/patternPreserveAspectRatioA-expected.png: |
+ * platform/chromium-win/svg/batik/paints/patternRegionA-expected.checksum: |
+ * platform/chromium-win/svg/batik/paints/patternRegionA-expected.png: |
+ * platform/chromium-win/svg/batik/paints/patternRegions-expected.checksum: |
+ * platform/chromium-win/svg/batik/paints/patternRegions-expected.png: |
+ * platform/chromium-win/svg/batik/paints/patternRegions-positioned-objects-expected.checksum: |
+ * platform/chromium-win/svg/batik/paints/patternRegions-positioned-objects-expected.png: |
+ * platform/chromium-win/svg/custom/pattern-incorrect-tiling-expected.checksum: |
+ * platform/chromium-win/svg/custom/pattern-incorrect-tiling-expected.png: |
+ * platform/chromium-win/svg/custom/pattern-y-offset-expected.checksum: |
+ * platform/chromium-win/svg/custom/pattern-y-offset-expected.png: |
+ * platform/chromium-win/svg/custom/recursive-gradient-expected.checksum: |
+ * platform/chromium-win/svg/custom/recursive-gradient-expected.png: |
+ * platform/chromium-win/svg/custom/relative-sized-content-with-resources-expected.checksum: |
+ * platform/chromium-win/svg/custom/relative-sized-content-with-resources-expected.png: |
+ * platform/chromium-win/svg/transforms/text-with-pattern-inside-transformed-html-expected.checksum: |
+ * platform/chromium-win/svg/transforms/text-with-pattern-inside-transformed-html-expected.png: |
+ * platform/chromium-win/svg/transforms/text-with-pattern-with-svg-transform-expected.checksum: |
+ * platform/chromium-win/svg/transforms/text-with-pattern-with-svg-transform-expected.png: |
+ * platform/chromium/test_expectations.txt: |
+ |
+2010-11-30 Alpha Lam <hclam@chromium.org> |
+ |
+ Not reviewed. |
+ |
+ Update test expectations for Chromium to enable expectation analyzer for video. |
+ |
+ * platform/chromium/test_expectations.txt: |
+ |
+2010-11-30 Dan Bernstein <mitz@apple.com> |
+ |
+ Added Leopard-specific results for editing/text-iterator/findString.html. In the Leopard version |
+ of ICU, the full stop character is a word separator, so an at-word-starts search for "org" in |
+ "webkit.org" matches. |
+ |
+ * platform/mac-leopard/editing/text-iterator: Added. |
+ * platform/mac-leopard/editing/text-iterator/findString-expected.txt: Copied from LayoutTests/editing/text-iterator/findString-expected.txt. |
+ |
+2010-11-30 Vitaly Repeshko <vitalyr@chromium.org> |
+ |
+ Unreviewed. |
+ |
+ [chromium] Updating test expectations. |
+ |
+ * platform/chromium/test_expectations.txt: |
+ |
+2010-11-30 Dan Bernstein <mitz@apple.com> |
+ |
+ Reviewed by Anders Carlsson. |
+ |
+ <rdar://problem/8710645> WebKitTestRunner needs layoutTestController.findString |
+ https://bugs.webkit.org/show_bug.cgi?id=50238 |
+ |
+ * platform/mac-wk2/Skipped: Removed editing/text-iterator/findString.html. |
+ |
+2010-11-30 Xiaomei Ji <xji@chromium.org> |
+ |
+ Reviewed by David Hyatt. |
+ |
+ Unskip fast/dom/horizontal-scrollbar-in-rtl.html and fast/dom/horizontal-scrollbar-when-dir-change.html in Chromium and Win7. |
+ Rebaseline after r72852. |
+ https://bugs.webkit.org/show_bug.cgi?id=50203 |
+ |
+ * platform/chromium/test_expectations.txt: |
+ * platform/win/Skipped: |
+ * platform/win/fast/dom/horizontal-scrollbar-in-rtl-expected.txt: Added. |
+ * platform/win/fast/dom/horizontal-scrollbar-when-dir-change-expected.txt: Added. |
+ |
+2010-11-30 Adam Roben <aroben@apple.com> |
+ |
+ Try to fix timing-out tests on WebKit2 by skipping an earlier test |
+ |
+ I'll file a bug if this fixes the problem. |
+ |
+ * platform/mac-wk2/Skipped: |
+ |
+2010-11-30 Mario Sanchez Prada <msanchez@igalia.com> |
+ |
+ Reviewed by Chris Fleizach. |
+ |
+ ASSERT failing for combo boxes when selection changes |
+ https://bugs.webkit.org/show_bug.cgi?id=50062 |
+ |
+ * fast/forms/select-option-accesskey-crash-expected.txt: Added. |
+ * fast/forms/select-option-accesskey-crash.html: Added |
+ |
+2010-11-30 Satish Sampath <satish@chromium.org> |
+ |
+ Unreviewed, updating a speech input pixel test expectations with new baselines. |
+ |
+ * platform/chromium-linux/fast/speech/input-appearance-speechbutton-expected.checksum: |
+ * platform/chromium-linux/fast/speech/input-appearance-speechbutton-expected.png: |
+ * platform/chromium-linux/fast/speech/input-appearance-speechbutton-expected.txt: |
+ * platform/chromium-mac/fast/speech/input-appearance-speechbutton-expected.checksum: |
+ * platform/chromium-mac/fast/speech/input-appearance-speechbutton-expected.png: |
+ * platform/chromium-mac/fast/speech/input-appearance-speechbutton-expected.txt: |
+ * platform/chromium-win/fast/speech/input-appearance-speechbutton-expected.checksum: |
+ * platform/chromium-win/fast/speech/input-appearance-speechbutton-expected.png: |
+ * platform/chromium-win/fast/speech/input-appearance-speechbutton-expected.txt: |
+ * platform/chromium/test_expectations.txt: |
+ |
+2010-11-30 Alexey Proskuryakov <ap@apple.com> |
+ |
+ Reviewed by Darin Adler and Geoff Garen. |
+ |
+ https://bugs.webkit.org/show_bug.cgi?id=44152 |
+ <rdar://problem/8324423> CSSOM should match DOM in discarding wrapper-less parents. |
+ |
+ * fast/dom/StyleSheet/detached-parent-rule-without-wrapper-expected.txt: Added. |
+ * fast/dom/StyleSheet/detached-parent-rule-without-wrapper.html: Added. |
+ * fast/dom/StyleSheet/detached-stylesheet-without-wrapper-expected.txt: Added. |
+ * fast/dom/StyleSheet/detached-stylesheet-without-wrapper.html: Added. |
+ |
+2010-11-30 Ojan Vafai <ojan@chromium.org> |
+ |
+ [chromium] Rebaselines. Details below. |
+ |
+ * platform/chromium-linux/fast/overflow/overflow-update-transform-expected.checksum: Added. |
+ * platform/chromium-linux/fast/overflow/overflow-update-transform-expected.png: Added. |
+ Just scrollbar pixel differences. |
+ |
+ * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-30-t-expected.checksum: |
+ * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png: |
+ * platform/chromium-linux/svg/carto.net/selectionlist-expected.checksum: |
+ * platform/chromium-linux/svg/carto.net/selectionlist-expected.png: |
+ * platform/chromium-linux/svg/custom/image-small-width-height-expected.checksum: |
+ * platform/chromium-linux/svg/custom/image-small-width-height-expected.png: |
+ https://bugs.webkit.org/show_bug.cgi?id=50206 |
+ |
+ * platform/chromium-mac/fast/block/basic/truncation-rtl-expected.checksum: |
+ * platform/chromium-mac/fast/block/basic/truncation-rtl-expected.png: |
+ * platform/chromium-mac/fast/block/basic/truncation-rtl-expected.txt: Added. |
+ Completes http://trac.webkit.org/changeset/72875/ |
+ |
+ * platform/chromium-win/fast/overflow/overflow-update-transform-expected.checksum: Added. |
+ * platform/chromium-win/fast/overflow/overflow-update-transform-expected.png: Added. |
+ Just scrollbar pixel differences. |
+ |
+ * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-30-t-expected.checksum: |
+ * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png: |
+ * platform/chromium-win/svg/carto.net/selectionlist-expected.checksum: |
+ * platform/chromium-win/svg/carto.net/selectionlist-expected.png: |
+ * platform/chromium-win/svg/custom/image-small-width-height-expected.checksum: |
+ * platform/chromium-win/svg/custom/image-small-width-height-expected.png: |
+ https://bugs.webkit.org/show_bug.cgi?id=50206 |
+ |
+ * platform/chromium/test_expectations.txt: |
+ |
+2010-11-30 Vitaly Repeshko <vitalyr@chromium.org> |
+ |
+ Unreviewed. |
+ |
+ [chromium] Updating test expectations. |
+ |
+ * platform/chromium/test_expectations.txt: |
+ |
+2010-11-30 Helder Correia <helder@sencha.com> |
+ |
+ Reviewed by Kenneth Rohde Christiansen. |
+ |
+ New fast canvas test to ensure correct behavior of canvas with |
+ drawImage + shadow after scaling |
+ https://bugs.webkit.org/show_bug.cgi?id=50202 |
+ |
+ The shadow offsets of the drawn images must not be affected by the |
+ scaling transformation. |
+ |
+ * fast/canvas/canvas-scale-drawImage-shadow-expected.txt: Added. |
+ * fast/canvas/canvas-scale-drawImage-shadow.html: Added. |
+ * fast/canvas/script-tests/canvas-scale-drawImage-shadow.js: Added. |
+ |
+2010-11-25 Satish Sampath <satish@chromium.org> |
+ |
+ Reviewed by Kent Tamura. |
+ |
+ Fix rendering of speech button when setting the attribute dynamically. |
+ https://bugs.webkit.org/show_bug.cgi?id=50077 |
+ |
+ * fast/speech/input-appearance-speechbutton.html: |
+ |
+2010-11-30 Adam Roben <aroben@apple.com> |
+ |
+ Fix recently-added bug numbers |
+ |
+ * platform/gtk/Skipped: |
+ * platform/qt/Skipped: |
+ * platform/win/Skipped: |
+ |
+2010-11-30 John Knottenbelt <jknotten@chromium.org> |
+ |
+ Reviewed by David Levin. |
+ |
+ V8 binding for DOMTimeStamp should be Number, not Date |
+ https://bugs.webkit.org/show_bug.cgi?id=49963 |
+ |
+ * fast/dom/domtimestamp-is-number-expected.txt: Added. |
+ * fast/dom/domtimestamp-is-number.html: Added. |
+ * fast/dom/script-tests/domtimestamp-is-number.js: Added. |
+ (do_check): |
+ |
+2010-11-30 Adam Roben <aroben@apple.com> |
+ |
+ Update mac-wk2 Skipped file and add some bug numbers to other Skipped |
+ files |
+ |
+ * platform/mac-wk2/Skipped: Added current failures. |
+ |
+ * platform/gtk/Skipped: |
+ * platform/qt/Skipped: |
+ * platform/win/Skipped: |
+ Added bug numbers for implementing layoutTestController.findString. |
+ |
+2010-11-30 Mario Sanchez Prada <msanchez@igalia.com> |
+ |
+ Unreviewed, rolling out r72902. |
+ http://trac.webkit.org/changeset/72902 |
+ https://bugs.webkit.org/show_bug.cgi?id=50062 |
+ |
+ This change is causing layout test failures on the Tests bots |
+ for the mac platform. |
+ |
+ * accessibility/select-menulist-crash-expected.txt: Removed. |
+ * accessibility/select-menulist-crash.html: Removed. |
+ |
+2010-11-30 Mario Sanchez Prada <msanchez@igalia.com> |
+ |
+ Reviewed by Darin Adler. |
+ |
+ ASSERT failing for combo boxes when selection changes |
+ https://bugs.webkit.org/show_bug.cgi?id=50062 |
+ |
+ * accessibility/select-menulist-crash-expected.txt: Added. |
+ * accessibility/select-menulist-crash.html: Added. |
+ |
+2010-11-30 Helder Correia <helder@sencha.com> |
+ |
+ Reviewed by Kenneth Rohde Christiansen. |
+ |
+ [Qt] Path stroke shadow has incorrect behavior when using ctx.scale(x,y) |
+ https://bugs.webkit.org/show_bug.cgi?id=50198 |
+ |
+ New fast canvas test to ensure correct behavior of path stroke shadow |
+ when using scaling. |
+ |
+ * fast/canvas/canvas-scale-strokePath-shadow-expected.txt: Added. |
+ * fast/canvas/canvas-scale-strokePath-shadow.html: Added. |
+ * fast/canvas/script-tests/canvas-scale-strokePath-shadow.js: Added. |
+ |
+2010-11-30 Nikolas Zimmermann <nzimmermann@rim.com> |
+ |
+ Not reviewed. |
+ |
+ Update mac-leopard pixel baseline to pass with tolerance 0. |
+ Update svg/dom/SVGTransformList-basics.xhtml mac baseline, after my last SVGList commit. |
+ |
+ * platform/mac-leopard/svg/batik/text/smallFonts-expected.checksum: |
+ * platform/mac-leopard/svg/batik/text/smallFonts-expected.png: |
+ * platform/mac-leopard/svg/batik/text/smallFonts-expected.txt: |
+ * platform/mac/svg/dom/SVGTransformList-basics-expected.checksum: |
+ * platform/mac/svg/dom/SVGTransformList-basics-expected.png: |
+ |
+2010-11-30 Helder Correia <helder@sencha.com> |
+ |
+ Reviewed by Kenneth Rohde Christiansen. |
+ |
+ [Qt] Path filling should keep shadow offset after context scaling |
+ https://bugs.webkit.org/show_bug.cgi?id=50194 |
+ |
+ New fast canvas test to ensure correct behavior of path fill shadow |
+ when using scaling. |
+ |
+ * fast/canvas/canvas-scale-fillPath-shadow-expected.txt: Added. |
+ * fast/canvas/canvas-scale-fillPath-shadow.html: Added. |
+ * fast/canvas/script-tests/canvas-scale-fillPath-shadow.js: Added. |
+ |
+2010-11-30 Csaba Osztrogonác <ossy@webkit.org> |
+ |
+ Reviewed by Andreas Kling. |
+ |
+ [Qt] Fix bugs when building WebKit with Qt 4.7.1 |
+ https://bugs.webkit.org/show_bug.cgi?id=46248 |
+ |
+ Migrate to Qt 4.7.1, add failing tests to the Skipped list, |
+ remove passing tests from Skipped list, update expected files. |
+ |
+ * platform/qt/Skipped: |
+ * platform/qt/css1/basic/class_as_selector-expected.txt: |
+ * platform/qt/css1/basic/comments-expected.txt: |
+ * platform/qt/css1/basic/containment-expected.txt: |
+ * platform/qt/css1/basic/contextual_selectors-expected.txt: |
+ * platform/qt/css1/basic/grouping-expected.txt: |
+ * platform/qt/css1/basic/id_as_selector-expected.txt: |
+ * platform/qt/css1/basic/inheritance-expected.txt: |
+ * platform/qt/css1/box_properties/border-expected.txt: |
+ * platform/qt/css1/box_properties/border_bottom-expected.txt: |
+ * platform/qt/css1/box_properties/border_bottom_inline-expected.txt: |
+ * platform/qt/css1/box_properties/border_bottom_width-expected.txt: |
+ * platform/qt/css1/box_properties/border_bottom_width_inline-expected.txt: |
+ * platform/qt/css1/box_properties/border_color-expected.txt: |
+ * platform/qt/css1/box_properties/border_color_inline-expected.txt: |
+ * platform/qt/css1/box_properties/border_inline-expected.txt: |
+ * platform/qt/css1/box_properties/border_left-expected.txt: |
+ * platform/qt/css1/box_properties/border_left_inline-expected.txt: |
+ * platform/qt/css1/box_properties/border_left_width-expected.txt: |
+ * platform/qt/css1/box_properties/border_left_width_inline-expected.txt: |
+ * platform/qt/css1/box_properties/border_right-expected.txt: |
+ * platform/qt/css1/box_properties/border_right_inline-expected.txt: |
+ * platform/qt/css1/box_properties/border_right_width-expected.txt: |
+ * platform/qt/css1/box_properties/border_right_width_inline-expected.txt: |
+ * platform/qt/css1/box_properties/border_style-expected.txt: |
+ * platform/qt/css1/box_properties/border_style_inline-expected.txt: |
+ * platform/qt/css1/box_properties/border_top-expected.txt: |
+ * platform/qt/css1/box_properties/border_top_inline-expected.txt: |
+ * platform/qt/css1/box_properties/border_top_width-expected.txt: |
+ * platform/qt/css1/box_properties/border_top_width_inline-expected.txt: |
+ * platform/qt/css1/box_properties/border_width-expected.txt: |
+ * platform/qt/css1/box_properties/border_width_inline-expected.txt: |
+ * platform/qt/css1/box_properties/clear-expected.txt: |
+ * platform/qt/css1/box_properties/clear_float-expected.txt: |
+ * platform/qt/css1/box_properties/float-expected.txt: |
+ * platform/qt/css1/box_properties/float_elements_in_series-expected.txt: |
+ * platform/qt/css1/box_properties/float_margin-expected.txt: |
+ * platform/qt/css1/box_properties/height-expected.txt: |
+ * platform/qt/css1/box_properties/margin-expected.txt: |
+ * platform/qt/css1/box_properties/margin_bottom-expected.txt: |
+ * platform/qt/css1/box_properties/margin_bottom_inline-expected.txt: |
+ * platform/qt/css1/box_properties/margin_inline-expected.txt: |
+ * platform/qt/css1/box_properties/margin_left-expected.txt: |
+ * platform/qt/css1/box_properties/margin_left_inline-expected.txt: |
+ * platform/qt/css1/box_properties/margin_right-expected.txt: |
+ * platform/qt/css1/box_properties/margin_right_inline-expected.txt: |
+ * platform/qt/css1/box_properties/margin_top-expected.txt: |
+ * platform/qt/css1/box_properties/margin_top_inline-expected.txt: |
+ * platform/qt/css1/box_properties/padding-expected.txt: |
+ * platform/qt/css1/box_properties/padding_bottom-expected.txt: |
+ * platform/qt/css1/box_properties/padding_bottom_inline-expected.txt: |
+ * platform/qt/css1/box_properties/padding_inline-expected.txt: |
+ * platform/qt/css1/box_properties/padding_left-expected.txt: |
+ * platform/qt/css1/box_properties/padding_left_inline-expected.txt: |
+ * platform/qt/css1/box_properties/padding_right-expected.txt: |
+ * platform/qt/css1/box_properties/padding_right_inline-expected.txt: |
+ * platform/qt/css1/box_properties/padding_top-expected.txt: |
+ * platform/qt/css1/box_properties/padding_top_inline-expected.txt: |
+ * platform/qt/css1/box_properties/width-expected.txt: |
+ * platform/qt/css1/cascade/cascade_order-expected.txt: |
+ * platform/qt/css1/cascade/important-expected.txt: |
+ * platform/qt/css1/classification/display-expected.txt: |
+ * platform/qt/css1/classification/list_style-expected.txt: |
+ * platform/qt/css1/classification/list_style_image-expected.txt: |
+ * platform/qt/css1/classification/list_style_position-expected.txt: |
+ * platform/qt/css1/classification/list_style_type-expected.txt: |
+ * platform/qt/css1/color_and_background/background-expected.txt: |
+ * platform/qt/css1/color_and_background/background_attachment-expected.txt: |
+ * platform/qt/css1/color_and_background/background_color-expected.txt: |
+ * platform/qt/css1/color_and_background/background_image-expected.txt: |
+ * platform/qt/css1/color_and_background/background_position-expected.txt: |
+ * platform/qt/css1/color_and_background/background_repeat-expected.txt: |
+ * platform/qt/css1/color_and_background/color-expected.txt: |
+ * platform/qt/css1/conformance/forward_compatible_parsing-expected.txt: |
+ * platform/qt/css1/font_properties/font-expected.txt: |
+ * platform/qt/css1/font_properties/font_family-expected.txt: |
+ * platform/qt/css1/font_properties/font_size-expected.txt: |
+ * platform/qt/css1/font_properties/font_style-expected.txt: |
+ * platform/qt/css1/font_properties/font_variant-expected.txt: |
+ * platform/qt/css1/font_properties/font_weight-expected.txt: |
+ * platform/qt/css1/formatting_model/canvas-expected.txt: |
+ * platform/qt/css1/formatting_model/floating_elements-expected.txt: |
+ * platform/qt/css1/formatting_model/height_of_lines-expected.txt: |
+ * platform/qt/css1/formatting_model/horizontal_formatting-expected.txt: |
+ * platform/qt/css1/formatting_model/inline_elements-expected.txt: |
+ * platform/qt/css1/formatting_model/replaced_elements-expected.txt: |
+ * platform/qt/css1/formatting_model/vertical_formatting-expected.txt: |
+ * platform/qt/css1/pseudo/anchor-expected.txt: |
+ * platform/qt/css1/pseudo/firstletter-expected.txt: |
+ * platform/qt/css1/pseudo/firstline-expected.txt: |
+ * platform/qt/css1/pseudo/multiple_pseudo_elements-expected.txt: |
+ * platform/qt/css1/pseudo/pseudo_elements_in_selectors-expected.txt: |
+ * platform/qt/css1/text_properties/letter_spacing-expected.txt: |
+ * platform/qt/css1/text_properties/line_height-expected.txt: |
+ * platform/qt/css1/text_properties/text_align-expected.txt: |
+ * platform/qt/css1/text_properties/text_decoration-expected.txt: |
+ * platform/qt/css1/text_properties/text_indent-expected.txt: |
+ * platform/qt/css1/text_properties/text_transform-expected.txt: |
+ * platform/qt/css1/text_properties/vertical_align-expected.txt: |
+ * platform/qt/css1/text_properties/word_spacing-expected.txt: |
+ * platform/qt/css1/units/color_units-expected.txt: |
+ * platform/qt/css1/units/length_units-expected.txt: |
+ * platform/qt/css1/units/percentage_units-expected.txt: |
+ * platform/qt/css1/units/urls-expected.txt: |
+ * platform/qt/css2.1/t1503-c522-font-family-00-b-expected.txt: |
+ * platform/qt/css2.1/t1508-c527-font-03-b-expected.txt: |
+ * platform/qt/css2.1/t1508-c527-font-06-b-expected.txt: |
+ * platform/qt/editing/deleting/merge-whitespace-pre-expected.txt: |
+ * platform/qt/editing/deleting/paragraph-in-preserveNewline-expected.txt: |
+ * platform/qt/editing/inserting/paragraph-separator-03-expected.txt: |
+ * platform/qt/editing/pasteboard/5027857-expected.txt: |
+ * platform/qt/editing/pasteboard/innerText-inline-table-expected.txt: |
+ * platform/qt/editing/pasteboard/paste-pre-001-expected.txt: |
+ * platform/qt/editing/pasteboard/paste-pre-002-expected.txt: |
+ * platform/qt/editing/pasteboard/paste-text-019-expected.txt: |
+ * platform/qt/fast/backgrounds/background-inherit-color-bug-expected.txt: |
+ * platform/qt/fast/css/text-input-with-webkit-border-radius-expected.txt: |
+ * platform/qt/fast/dom/gc-10-expected.txt: |
+ * platform/qt/fast/forms/isindex-placeholder-expected.txt: |
+ * platform/qt/fast/frames/iframe-scrolling-attribute-expected.txt: |
+ * platform/qt/fast/frames/viewsource-on-image-file-expected.txt: |
+ * platform/qt/fast/lists/003-vertical-expected.txt: |
+ * platform/qt/fast/table/border-collapsing/004-vertical-expected.txt: |
+ * platform/qt/fast/text/backslash-to-yen-sign-euc-expected.txt: |
+ * platform/qt/fast/text/international/hindi-whitespace-expected.txt: |
+ * platform/qt/scrollbars/custom-scrollbar-with-incomplete-style-expected.txt: |
+ * platform/qt/svg/custom/bug45331-expected.txt: |
+ * platform/qt/svg/zoom/page/zoom-coords-viewattr-01-b-expected.txt: |
+ |
+2010-11-29 Dan Bernstein <mitz@apple.com> |
+ |
+ Skip editing/text-iterator/findString.html on platforms that do not have an implementation of |
+ layoutTestController.findString() |
+ |
+ * platform/gtk/Skipped: |
+ * platform/qt/Skipped: |
+ * platform/win/Skipped: |
+ |
+2010-11-29 MORITA Hajime <morrita@google.com> |
+ |
+ Unreviewed, updated expectations (unskip some passing tests). |
+ |
+ * platform/chromium/test_expectations.txt: |
+ |
+2010-11-29 Dan Bernstein <mitz@apple.com> |
+ |
+ Reviewed by Darin Adler. |
+ |
+ Added text search tests, in particular testing word-prefix search. |
+ https://bugs.webkit.org/show_bug.cgi?id=50038 |
+ |
+ * editing/text-iterator/findString-expected.txt: Added. |
+ * editing/text-iterator/findString.html: Added. |
+ |
+2010-11-29 Ojan Vafai <ojan@chromium.org> |
+ |
+ [chromium] Fix expectations for fast/block/basic/truncation-rtl.html |
+ * platform/chromium/test_expectations.txt: |
+ |
+2010-11-29 Dai Mikurube <dmikurube@google.com> |
+ |
+ Reviewed by Kent Tamura. |
+ |
+ when empty, clicking "down" on outer-spin-button returns "max value" |
+ https://bugs.webkit.org/show_bug.cgi?id=45491 |
+ |
+ * fast/forms/input-stepup-stepdown-from-renderer-expected.txt: Added. |
+ * fast/forms/input-stepup-stepdown-from-renderer.html: Added. |
+ * fast/forms/script-tests/input-stepup-stepdown-from-renderer.js: Added. |
+ (): |
+ (setInputAttributes): |
+ (stepUp): |
+ (stepDown): |
+ (stepUpExplicitBounds): |
+ (stepDownExplicitBounds): |
+ |
+2010-11-29 Ojan Vafai <ojan@chromium.org> |
+ |
+ Update listing for spatial nav tests after they were moved |
+ in http://trac.webkit.org/changeset/72880/. |
+ |
+ * platform/chromium/test_expectations.txt: |
+ |
+2010-11-24 Kinuko Yasuda <kinuko@chromium.org> |
+ |
+ Unreviewed; updating test expectations. |
+ |
+ * fast/filesystem/async-operations-expected.txt: |
+ * fast/filesystem/read-directory-expected.txt: |
+ * fast/filesystem/simple-persistent-expected.txt: |
+ * fast/filesystem/simple-temporary-expected.txt: |
+ * platform/chromium-linux/fast/filesystem/async-operations-expected.txt: Removed. |
+ |
+2010-11-29 Ojan Vafai <ojan@chromium.org> |
+ |
+ [chromium] Hopefully final modification to text_expectations to green chromium bots. |
+ * platform/chromium/test_expectations.txt: |
+ |
+2010-11-28 Antonio Gomes <agomes@rim.com> |
+ |
+ Reviewed by Kenneth Rohde Christiansen. |
+ |
+ Spatial navigation: move tests to its own feature directory |
+ https://bugs.webkit.org/show_bug.cgi?id=50133 |
+ |
+ Patch basically moves all spatial navigation tests out of the fast/events folder, |
+ putting them all under /fast/spatial-navigation. |
+ |
+ Some needed changes in some tests and Skipped files were also made, but there is not |
+ any content changes in the tests. |
+ |
+ * fast/events/spatial-navigation: Moved to fast/spatial-navigation |
+ * platform/mac-wk2/Skipped: |
+ * platform/qt-wk2/Skipped: |
+ * platform/win/Skipped: |
+ |
+2010-11-29 Ojan Vafai <ojan@chromium.org> |
+ |
+ [chromium] Rebaseline results after http://trac.webkit.org/changeset/72802/. |
+ The only differences are in the scrollbars. |
+ The original patch included the chromium-linux results in addition to the |
+ platform/mac results. |
+ |
+ * platform/chromium-mac/svg/custom/svg-parse-overflow-1-expected.checksum: Added. |
+ * platform/chromium-mac/svg/custom/svg-parse-overflow-1-expected.png: Added. |
+ * platform/chromium-mac/svg/custom/svg-parse-overflow-2-expected.checksum: Added. |
+ * platform/chromium-mac/svg/custom/svg-parse-overflow-2-expected.png: Added. |
+ * platform/chromium-mac/svg/custom/svg-parse-overflow-3-expected.checksum: Added. |
+ * platform/chromium-mac/svg/custom/svg-parse-overflow-3-expected.png: Added. |
+ * platform/chromium-mac/svg/custom/svg-parse-overflow-4-expected.checksum: Added. |
+ * platform/chromium-mac/svg/custom/svg-parse-overflow-4-expected.png: Added. |
+ * platform/chromium-mac/svg/custom/svg-parse-overflow-5-expected.checksum: Added. |
+ * platform/chromium-mac/svg/custom/svg-parse-overflow-5-expected.png: Added. |
+ * platform/chromium-win/svg/custom/svg-parse-overflow-1-expected.checksum: Added. |
+ * platform/chromium-win/svg/custom/svg-parse-overflow-1-expected.png: Added. |
+ * platform/chromium-win/svg/custom/svg-parse-overflow-2-expected.checksum: Added. |
+ * platform/chromium-win/svg/custom/svg-parse-overflow-2-expected.png: Added. |
+ * platform/chromium-win/svg/custom/svg-parse-overflow-3-expected.checksum: Added. |
+ * platform/chromium-win/svg/custom/svg-parse-overflow-3-expected.png: Added. |
+ * platform/chromium-win/svg/custom/svg-parse-overflow-4-expected.checksum: Added. |
+ * platform/chromium-win/svg/custom/svg-parse-overflow-4-expected.png: Added. |
+ * platform/chromium-win/svg/custom/svg-parse-overflow-5-expected.checksum: Added. |
+ * platform/chromium-win/svg/custom/svg-parse-overflow-5-expected.png: Added. |
+ |
+2010-11-29 Ryosuke Niwa <rniwa@webkit.org> |
+ |
+ More unreviewed rebaseline for r72861. |
+ |
+ * platform/chromium-linux/editing/selection/home-end-expected.txt: Removed. |
+ |
+2010-11-29 Ojan Vafai <ojan@chromium.org> |
+ |
+ [chromium] Some more expectations updates to green chromium bots. |
+ * platform/chromium/test_expectations.txt: |
+ |
+2010-11-29 Xiaomei Ji <xji@chromium.org> |
+ |
+ Unreviewed rebaseline for Chromium after r72852. |
+ |
+ * platform/chromium-linux/fast/block/basic/truncation-rtl-expected.checksum: |
+ * platform/chromium-linux/fast/block/basic/truncation-rtl-expected.png: |
+ * platform/chromium-win/fast/block/basic/truncation-rtl-expected.checksum: |
+ * platform/chromium-win/fast/block/basic/truncation-rtl-expected.png: |
+ * platform/chromium-win/fast/block/basic/truncation-rtl-expected.txt: |
+ |
+2010-11-29 Ryosuke Niwa <rniwa@webkit.org> |
+ |
+ Unreviewed rebaseline for r72861. Also disabled editing/selection/click-left-of-rtl-wrapping-text.html and |
+ editing/selection/modify-up-on-rtl-wrapping-text.html on Gtk, Qt, Windows, Chromium Windows and Chromium Linux. |
+ |
+ * editing/selection/extend-selection-home-end-expected.txt: |
+ * platform/chromium-win/editing/selection/extend-selection-home-end-expected.txt: |
+ * platform/chromium-win/editing/selection/home-end-expected.txt: |
+ * platform/chromium/test_expectations.txt: |
+ * platform/gtk/Skipped: |
+ * platform/qt/Skipped: |
+ * platform/win/Skipped: |
+ * platform/win/editing/selection/extend-selection-home-end-expected.txt: |
+ |
+2010-11-29 Chang Shu <chang.shu@nokia.com> |
+ |
+ Reviewed by Laszlo Gombos. |
+ |
+ Fix the typo in the test case to make it work when ORIENTATION_EVENTS is enabled. |
+ https://bugs.webkit.org/show_bug.cgi?id=50171 |
+ |
+ * fast/dom/DeviceOrientation/create-event-onorientationchange-expected.txt: Removed. |
+ * fast/dom/DeviceOrientation/create-event-onorientationchange.html: Removed. |
+ * fast/dom/DeviceOrientation/create-event-orientationchange-expected.txt: Copied from LayoutTests/fast/dom/DeviceOrientation/create-event-onorientationchange-expected.txt. |
+ * fast/dom/DeviceOrientation/create-event-orientationchange.html: Copied from LayoutTests/fast/dom/DeviceOrientation/create-event-onorientationchange.html. |
+ * fast/dom/DeviceOrientation/script-tests/create-event-onorientationchange.js: Removed. |
+ * fast/dom/DeviceOrientation/script-tests/create-event-orientationchange.js: Copied from LayoutTests/fast/dom/DeviceOrientation/script-tests/create-event-onorientationchange.js. |
+ |
+2010-11-29 Xiaomei Ji <xji@chromium.org> |
+ |
+ Unreviewed fix typo. |
+ |
+ * platform/chromium/test_expectations.txt: |
+ |
+2010-11-29 Ojan Vafai <ojan@chromium.org> |
+ |
+ [Chromium] Reflection tests are now fixed. Remove from test_expectations. |
+ |
+ * platform/chromium/test_expectations.txt: |
+ |
+2010-11-29 Xiaomei Ji <xji@chromium.org> |
+ |
+ Unreviewed. |
+ |
+ Temporarily skip fast/dom/horizontal-scrollbar-in-rtl.html and fast/dom/horizontal-scrollbar-when-dir-change.html due to bug 50203 (after r72852). |
+ |
+ * platform/chromium/test_expectations.txt: |
+ * platform/win/Skipped: |
+ |
+2010-11-29 Xiaomei Ji <xji@chromium.org> |
+ |
+ Unreviewed rebaseline for Win7 after r72852. |
+ |
+ * platform/win/fast/block: Added. |
+ * platform/win/fast/block/basic: Added. |
+ * platform/win/fast/block/basic/truncation-rtl-expected.txt: Added. |
+ |
+2010-11-29 Jian Li <jianli@chromium.org> |
+ |
+ Reviewed by David Levin. |
+ |
+ Add send(ArrayBuffer) to XMLHttpRequest per XMLHttpRequest Level 2 spec |
+ https://bugs.webkit.org/show_bug.cgi?id=50199 |
+ |
+ * http/tests/xmlhttprequest/resources/post-echo-as-ascii.cgi: Added. |
+ * http/tests/xmlhttprequest/send-array-buffer-expected.txt: Added. |
+ * http/tests/xmlhttprequest/send-array-buffer.html: Added. |
+ * platform/gtk/Skipped: |
+ * platform/qt/Skipped: |
+ |
+2010-11-29 Xiaomei Ji <xji@chromium.org> |
+ |
+ Unreviewed. |
+ |
+ Skip fast/dom/tab-in-right-alignment.html for GTK and Win due to |
+ unimplemented textInputController (after r72847). |
+ |
+ * platform/gtk/Skipped: |
+ * platform/win/Skipped: |
+ |
+2010-11-29 James Robinson <jamesr@chromium.org> |
+ |
+ [chromium] REGRESSION(72470): Crash in skia on some images |
+ https://bugs.webkit.org/show_bug.cgi?id=50201 |
+ |
+ Reverts r72470 |
+ |
+ * platform/chromium-linux/svg/custom/image-rescale-expected.checksum: Removed. |
+ * platform/chromium-linux/svg/custom/image-rescale-expected.png: Removed. |
+ * platform/chromium-linux/svg/custom/image-rescale-expected.txt: Removed. |
+ * platform/chromium-linux/svg/custom/image-rescale-scroll-expected.checksum: Removed. |
+ * platform/chromium-linux/svg/custom/image-rescale-scroll-expected.png: Removed. |
+ * platform/chromium-linux/svg/custom/image-rescale-scroll-expected.txt: Removed. |
+ * platform/chromium/test_expectations.txt: |
+ * platform/mac/svg/custom/image-rescale-expected.checksum: Removed. |
+ * platform/mac/svg/custom/image-rescale-expected.png: Removed. |
+ * platform/mac/svg/custom/image-rescale-expected.txt: Removed. |
+ * platform/mac/svg/custom/image-rescale-scroll-expected.checksum: Removed. |
+ * platform/mac/svg/custom/image-rescale-scroll-expected.png: Removed. |
+ * platform/mac/svg/custom/image-rescale-scroll-expected.txt: Removed. |
+ * platform/mac/test_expectations.txt: |
+ * svg/custom/image-rescale-scroll.html: Removed. |
+ * svg/custom/image-rescale.svg: Removed. |
+ * svg/custom/resources/image-rescale.jpg: Removed. |
+ |
+2010-11-29 Ryosuke Niwa <rniwa@webkit.org> |
+ |
+ Unreviewed reabseline for r72852. |
+ |
+ * platform/gtk/fast/block/basic/truncation-rtl-expected.txt: |
+ |
+2010-11-29 Ryosuke Niwa <rniwa@webkit.org> |
+ |
+ Reviewed by David Hyatt. |
+ |
+ up arrow doesn't work with RTL text with word wrapping |
+ https://bugs.webkit.org/show_bug.cgi?id=41987 |
+ |
+ Added tests to ensure WebKit places caret at the right position in soft-wrapping RTL text when clicking |
+ to the left of RTL text or when moving upwards at the end of line. |
+ |
+ * editing/selection/click-left-of-rtl-wrapping-text-expected.txt: Added. |
+ * editing/selection/click-left-of-rtl-wrapping-text.html: Added. |
+ * editing/selection/home-end-expected.txt: RTL's expected result now matches LTR's. |
+ * editing/selection/modify-up-on-rtl-wrapping-text-expected.txt: Added. |
+ * editing/selection/modify-up-on-rtl-wrapping-text.html: Added. |
+ * platform/chromium-win/editing/selection/extend-selection-home-end-expected.txt: RTL's expected result now matches LTR's. |
+ * platform/gtk/editing/selection/extend-selection-home-end-expected.txt: Ditto. |
+ * platform/mac/editing/selection/extend-selection-home-end-expected.txt: Ditto. |
+ * platform/win/editing/selection/extend-selection-home-end-expected.txt: Ditto. |
+ |
+2010-11-29 Xiaomei Ji <xji@chromium.org> |
+ |
+ Unreviewed rebaseline for r72852. |
+ |
+ Rebaseline truncation-rtl-expected.txt after http://trac.webkit.org/changeset/72852 |
+ |
+ * platform/qt/fast/block/basic/truncation-rtl-expected.txt: |
+ |
+2010-11-29 Xiaomei Ji <xji@chromium.org> |
+ |
+ Reviewed by David Hyatt. |
+ |
+ Right-to-left pages should be scrollable to reveal left overflow. |
+ https://bugs.webkit.org/show_bug.cgi?id=23556 |
+ |
+ For RTL page, save left layout overflow and include it into the document |
+ size during layout. Use the left layout overflow when scroll and paint |
+ the page. Behavior on LTR page should be untouched since left layout |
+ overflow is set as 0 for LTR page. |
+ |
+ * fast/dom/horizontal-scrollbar-in-rtl-doesnt-fire-onscroll-expected.txt: Added. |
+ * fast/dom/horizontal-scrollbar-in-rtl-doesnt-fire-onscroll.html: Added. |
+ * fast/dom/horizontal-scrollbar-in-rtl.html: Added. |
+ * fast/dom/horizontal-scrollbar-when-dir-change.html: Added. |
+ * fast/dom/left-overflow-in-ltr.html: Added. |
+ * fast/dom/right-overflow-in-rtl.html: Added. |
+ * platform/chromium/fast/dom/horizontal-scrollbar-in-rtl-expected.txt: Added. |
+ * platform/chromium/fast/dom/horizontal-scrollbar-when-dir-change-expected.txt: Added. |
+ * platform/mac/fast/block/basic/truncation-rtl-expected.checksum: |
+ * platform/mac/fast/block/basic/truncation-rtl-expected.txt: |
+ * platform/mac/fast/dom/horizontal-scrollbar-in-rtl-expected.txt: Added. |
+ * platform/mac/fast/dom/horizontal-scrollbar-when-dir-change-expected.txt: Added. |
+ * platform/mac/fast/dom/left-overflow-in-ltr-expected.txt: Added. |
+ * platform/mac/fast/dom/right-overflow-in-rtl-expected.txt: Added. |
+ |
+ |
+ * fast/dom/horizontal-scrollbar-in-rtl-doesnt-fire-onscroll-expected.txt: Added. |
+ * fast/dom/horizontal-scrollbar-in-rtl-doesnt-fire-onscroll.html: Added. |
+ * fast/dom/horizontal-scrollbar-in-rtl.html: Added. |
+ * fast/dom/horizontal-scrollbar-when-dir-change.html: Added. |
+ * fast/dom/left-overflow-in-ltr.html: Added. |
+ * fast/dom/right-overflow-in-rtl.html: Added. |
+ * platform/chromium/fast/dom/horizontal-scrollbar-in-rtl-expected.txt: Added. |
+ * platform/chromium/fast/dom/horizontal-scrollbar-when-dir-change-expected.txt: Added. |
+ * platform/mac/fast/block/basic/truncation-rtl-expected.checksum: |
+ * platform/mac/fast/block/basic/truncation-rtl-expected.txt: |
+ * platform/mac/fast/dom/horizontal-scrollbar-in-rtl-expected.txt: Added. |
+ * platform/mac/fast/dom/horizontal-scrollbar-when-dir-change-expected.txt: Added. |
+ * platform/mac/fast/dom/left-overflow-in-ltr-expected.txt: Added. |
+ * platform/mac/fast/dom/right-overflow-in-rtl-expected.txt: Added. |
+ |
+2010-11-29 Simon Fraser <simon.fraser@apple.com> |
+ |
+ Reviewed by Ojan Vafai. |
+ |
+ bunch of pixel failures after http://trac.webkit.org/changeset/72839/ |
+ https://bugs.webkit.org/show_bug.cgi?id=50188 |
+ |
+ Move the results of overflow-update-transform.html into the platform directory |
+ since they include pixel results. |
+ |
+ * fast/overflow/overflow-update-transform-expected.txt: Removed. |
+ * fast/overflow/overflow-update-transform.html: |
+ * platform/mac/fast/overflow/overflow-update-transform-expected.checksum: Added. |
+ * platform/mac/fast/overflow/overflow-update-transform-expected.png: Added. |
+ * platform/mac/fast/overflow/overflow-update-transform-expected.txt: Added. |
+ * platform/qt/fast/overflow/overflow-update-transform-expected.txt: Removed. |
+ |
+2010-11-29 Ojan Vafai <ojan@chromium.org> |
+ |
+ Mark tests as failing after http://trac.webkit.org/changeset/72839/. |
+ |
+ * platform/chromium/test_expectations.txt: |
+ |
+2010-11-29 Ojan Vafai <ojan@chromium.org> |
+ |
+ Mark fast/dom/StyleSheet/gc-declaration-parent-rule.html failing after http://trac.webkit.org/changeset/72833/ |
+ * platform/chromium/test_expectations.txt: |
+ |
+2010-11-29 Xiaomei Ji <xji@chromium.org> |
+ |
+ Reviewed by David Hyatt. |
+ |
+ Fix tab overflow problem when alignment is not left. |
+ https://bugs.webkit.org/show_bug.cgi?id=25459 |
+ |
+ I checked WordPad in Windows, TextEdit in Mac, OpenOffice, and Google doc. |
+ In all of them, (when the writing mode is horizontal) when the alignment is not |
+ left alignment, the length of tab is computed based on the tab's position |
+ relative to the left start of line, not based on the tab's position relative |
+ to the left edge of the document. |
+ |
+ WebKit should follow the same. |
+ |
+ The m_xPos in each TextRun should be relative to the left start of the line, |
+ not left start of its containing block (in right alignment and center alignment, |
+ left start of the line is not the same as left start of the containing block). |
+ So, when the text is drawn, the width of tab is consistent with the width |
+ computed in RenderBlock::computeInlineDirectionPositionsForLine(). |
+ |
+ I did not test vertical writing mode, but I think the same rule should apply. |
+ |
+ * fast/dom/tab-in-right-alignment-expected.txt: Added. |
+ * fast/dom/tab-in-right-alignment.html: Added. |
+ * platform/qt/Skipped: |
+ |
+2010-11-29 Simon Fraser <simon.fraser@apple.com> |
+ |
+ Add Qt-specific result. |
+ |
+ * platform/qt/fast/overflow/overflow-update-transform-expected.txt: Added. |
+ |
+2010-11-29 Dmitry Titov <dimich@chromium.org> |
+ |
+ [Chromium] Unreviewed, updated expectations for a test fixed on Chromium side. |
+ http://code.google.com/p/chromium/issues/detail?id=61655 |
+ |
+ * platform/chromium-mac/security/block-test-no-port-expected.txt: Added. |
+ * platform/chromium-win/security/block-test-no-port-expected.txt: Added. |
+ * platform/chromium/test_expectations.txt: |
+ |
+2010-11-29 Simon Fraser <simon.fraser@apple.com> |
+ |
+ Reviewed by Dave Hyatt. |
+ |
+ layer()->currentTransform() is stale when layout changes the box size |
+ https://bugs.webkit.org/show_bug.cgi?id=50175 |
+ |
+ * fast/overflow/overflow-update-transform-expected.txt: Added. |
+ * fast/overflow/overflow-update-transform.html: Added. |
+ |
+2010-11-29 Ojan Vafai <ojan@chromium.org> |
+ |
+ [Chromium] Mark tests as failing after http://trac.webkit.org/changeset/72819. |
+ And rebaseline loader/reload-subresource-when-type-changes.html after |
+ http://trac.webkit.org/changeset/72817. The difference is that V8 logs a different |
+ error string. |
+ |
+ * platform/chromium-mac/loader/reload-subresource-when-type-changes-expected.txt: Added. |
+ * platform/chromium-win/loader/reload-subresource-when-type-changes-expected.txt: Added. |
+ * platform/chromium/test_expectations.txt: |
+ |
+2010-11-29 Yael Aharon <yael.aharon@nokia.com> |
+ |
+ Reviewed by Darin Adler. |
+ |
+ HTMLFormElement.elements doesn't include fieldsets |
+ https://bugs.webkit.org/show_bug.cgi?id=48193 |
+ |
+ * fast/forms/form-collection-elements-expected.txt: Added. |
+ * fast/forms/form-collection-elements.html: Added. |
+ * fast/forms/script-tests/form-collection-elements.js: Added. |
+ |
+2010-11-29 Alexey Proskuryakov <ap@apple.com> |
+ |
+ Reviewed by Darin Adler. |
+ |
+ https://bugs.webkit.org/show_bug.cgi?id=50181 |
+ CSS style declarations don't GC protect parents |
+ |
+ * fast/dom/StyleSheet/gc-declaration-parent-rule-expected.txt: Added. |
+ * fast/dom/StyleSheet/gc-declaration-parent-rule.html: Added. |
+ |
+2010-11-29 Gavin Peters <gavinp@chromium.org> |
+ |
+ Reviewed by Ojan Vafai. |
+ |
+ unloadable-script not testing both cases |
+ https://bugs.webkit.org/show_bug.cgi?id=50177 |
+ |
+ * http/tests/misc/unloadable-script-expected.txt: |
+ * http/tests/misc/unloadable-script.html: |
+ |
+2010-11-29 Cosmin Truta <ctruta@chromium.org> |
+ |
+ Reviewed by Nikolas Zimmermann. |
+ |
+ getBoundingClientRect: Do not truncate the coordinates to integers |
+ https://bugs.webkit.org/show_bug.cgi?id=48110 |
+ |
+ Enhanced some of the tests for getBoundingClientRect, and added zooming tests. |
+ |
+ * css3/zoom-coords-expected.txt: Updated. |
+ * css3/zoom-coords.xhtml: Wrapped the <svg> elements in a <div>, |
+ to avoid re-layout on zooming or resizing. |
+ Added a test for getBoundingClientRect on unzoomed elements. |
+ * fast/dom/Element/getBoundingClientRect-expected.txt: Updated. |
+ * fast/dom/Element/getBoundingClientRect.html: Accounted for non-integer coordinates; |
+ used the Ahem font for uniform results; removed the hard-coded dependencies on font metrics. |
+ * fast/dom/Range/getBoundingClientRect-expected.txt: Updated. |
+ * fast/dom/Range/getBoundingClientRect.html: Accounted for non-integer coordinates; |
+ used the Ahem font for uniform results; removed the hard-coded dependencies on font metrics. |
+ * platform/chromium-win/fast/dom/Element/getBoundingClientRect-expected.txt: Deleted. |
+ * platform/chromium-win/fast/dom/Range/getBoundingClientRect-expected.txt: Deleted. |
+ * svg/custom/getBBox-js.svg: Fixed indentation. |
+ * svg/custom/getBoundingClientRect.xhtml: Wrapped the <svg> elements in a <div>, |
+ to avoid re-layout on zooming or resizing. |
+ * svg/zoom/page/zoom-getBoundingClientRect-expected.txt: Added. |
+ * svg/zoom/page/zoom-getBoundingClientRect.xhtml: Added. |
+ * svg/zoom/page/zoom-zoom-coords-expected.txt: Added. |
+ * svg/zoom/page/zoom-zoom-coords.xhtml: Added. |
+ * svg/zoom/resources/testPageZoom.js: Added call to completeDynamicTest on post-zoom. |
+ (completeDynamicTest): Added. |
+ |
+2010-11-29 Ojan Vafai <ojan@chromium.org> |
+ |
+ Unreviewed build fix. |
+ |
+ Mark tests as failing after http://trac.webkit.org/changeset/72817/ |
+ to green chromium tree. |
+ |
+ * platform/chromium/test_expectations.txt: |
+ |
+2010-11-29 Alexey Proskuryakov <ap@apple.com> |
+ |
+ Reviewed by Darin Adler. |
+ |
+ https://bugs.webkit.org/show_bug.cgi?id=50165 |
+ CSS style rules don't GC protect parents |
+ |
+ * fast/dom/StyleSheet/gc-parent-rule-expected.txt: Added. |
+ * fast/dom/StyleSheet/gc-parent-rule.html: Added. |
+ * fast/dom/StyleSheet/gc-parent-stylesheet-expected.txt: Added. |
+ * fast/dom/StyleSheet/gc-parent-stylesheet.html: Added. |
+ |
+2010-11-29 Ojan Vafai <ojan@chromium.org> |
+ |
+ Unreviewed. Build fix. |
+ |
+ New test expectations and test_expectations update due to http://trac.webkit.org/changeset/72813/. |
+ |
+ * platform/chromium-mac/fast/js/regexp-overflow-expected.txt: |
+ * platform/chromium-win/fast/js/regexp-overflow-expected.txt: |
+ * platform/chromium/test_expectations.txt: |
+ |
+2010-11-29 Gavin Peters <gavinp@chromium.org> |
+ |
+ Reviewed by Adam Barth. |
+ |
+ Web page can prevent WebKit from loading subresources on other |
+ pages (cache poisoning) |
+ https://bugs.webkit.org/show_bug.cgi?id=35404 |
+ |
+ * http/tests/misc/unloadable-script-expected.txt: Renamed from LayoutTests/fast/loader/unloadable-script-expected.txt. |
+ * http/tests/misc/unloadable-script.html: Renamed from LayoutTests/fast/loader/unloadable-script.html. |
+ * loader/reload-subresource-when-type-changes-expected.txt: Added. |
+ * loader/reload-subresource-when-type-changes.html: Added. |
+ * loader/resources/image1.png: Added. |
+ * loader/resources/image2.png: Added. |
+ * loader/resources/reload-subresource-when-type-changes.js: Added. |
+ |
+2010-11-29 Adam Roben <aroben@apple.com> |
+ |
+ Check in new Windows results after r72678 |
+ |
+ Right-clicking no longer triggers a selection in DRT on Windows, so we |
+ don't match Mac anymore. |
+ |
+ * platform/win/editing/selection/5109817-expected.checksum: Added. |
+ * platform/win/editing/selection/5109817-expected.png: Added. |
+ * platform/win/editing/selection/5109817-expected.txt: Added. |
+ * platform/win/editing/selection/5354455-1-expected.txt: Added. |
+ |
+2010-11-29 Simon Fraser <simon.fraser@apple.com> |
+ |
+ Reviewed by Dan Bernstein. |
+ |
+ Crash in WebCore::CSSStyleSelector::loadPendingImages |
+ https://bugs.webkit.org/show_bug.cgi?id=50149 |
+ |
+ * fast/reflections/pending-reflection-mask-crash-expected.txt: Added. |
+ * fast/reflections/pending-reflection-mask-crash.html: Added. |
+ |
+2010-11-28 Gavin Barraclough <barraclough@apple.com> |
+ |
+ Reviewed by Sam Weinig. |
+ |
+ Bug 48100 - YARR allows what seems like a bogus character-class range |
+ |
+ Add/update layout test results. |
+ |
+ * fast/js/regexp-overflow-expected.txt: |
+ * fast/js/regexp-ranges-and-escaped-hyphens-expected.txt: |
+ * fast/js/script-tests/regexp-overflow.js: |
+ * fast/js/script-tests/regexp-ranges-and-escaped-hyphens.js: |
+ * fast/regex/invalid-range-in-class-expected.txt: Added. |
+ * fast/regex/invalid-range-in-class.html: Added. |
+ * fast/regex/script-tests/invalid-range-in-class.js: Added. |
+ * fast/regex/test1-expected.txt: |
+ * fast/regex/test4-expected.txt: |
+ * fast/regex/testinput4: |
+ |
2010-11-24 Dimitri Glazkov <dglazkov@chromium.org> |
Reviewed by Darin Adler. |