Index: LayoutTests/ChangeLog |
=================================================================== |
--- LayoutTests/ChangeLog (revision 98584) |
+++ LayoutTests/ChangeLog (working copy) |
@@ -1,2331 +1,3 @@ |
-2011-10-26 Dimitri Glazkov <dglazkov@chromium.org> |
- |
- REGRESSION (r94887): Scrolling the HTML spec is more jerky now than it was (regression) |
- https://bugs.webkit.org/show_bug.cgi?id=70857 |
- |
- Rubber-stamped by Antti Koivisto. |
- |
- * fast/css/adjacent-sibling-selector-expected.txt: Removed. |
- * fast/css/adjacent-sibling-selector.html: Removed. |
- |
-2011-10-26 Balazs Kelemen <kbalazs@webkit.org> |
- |
- inspector/cookie-parser.html is a flaky crash |
- https://bugs.webkit.org/show_bug.cgi?id=62662 |
- |
- Unreviewed Qt-Debug gardening. |
- |
- Add CRASH+PASS expectation instead of the skipping madness |
- because the first inspector test is always a flaky crash, |
- no matter which one is that. |
- |
- * platform/qt/Skipped: |
- * platform/qt/test_expectations.txt: |
- |
-2011-10-26 Balazs Kelemen <kbalazs@webkit.org> |
- |
- [Qt][WK2] Unreviewed gardening. |
- |
- [Qt][WK2] fast/transforms/scrollIntoView-transformed.html is flaky |
- https://bugs.webkit.org/show_bug.cgi?id=70935 |
- |
- [Qt][WK2] Metric mismatches (fast/text/justify-padding-distribution.html and svg/as-object/svg-embedded-in-html-in-iframe.html) |
- https://bugs.webkit.org/show_bug.cgi?id=70915 |
- The test became flaky after added platform result. |
- |
- Skip flaky tests. |
- |
- * platform/qt-wk2/Skipped: |
- |
-2011-10-26 Mike Reed <reed@google.com> |
- |
- [skia] replace offscreen technique with native support for antialiased clipping |
- https://bugs.webkit.org/show_bug.cgi?id=70748 |
- |
- Reviewed by Stephen White. |
- |
- ~100 layout tests need to be rebaselined, as the native aa-clipping differs sometimes in the low |
- bits of the result. Other than that, the results should be the same, except that now the drawing |
- can go directly to the canvas, rather than being direct offscreen and then have that result |
- "clipped" during the restore. This has the effect of allowing LCD text to be drawing inside a |
- antialiased clip area. |
- |
- * platform/chromium/test_expectations.txt: |
- |
-2011-10-26 Nikolas Zimmermann <nzimmermann@rim.com> |
- |
- CSS 2.1 failure: background-intrinsic-* |
- https://bugs.webkit.org/show_bug.cgi?id=47156 |
- |
- Reviewed by Antti Koivisto. |
- |
- Add all *intrinsic* tests from the CSS 2.1 Testsuite - we pass all of them now. |
- All tests regarding SVG are now imported in LayoutTests, none are failing anymore. |
- |
- Add several new testcases covering the SVG Image size negotiation logic, as defined in CSS 2.1. |
- |
- * css2.1/20110323/background-intrinsic-001.htm: Added. |
- * css2.1/20110323/background-intrinsic-002.htm: Added. |
- * css2.1/20110323/background-intrinsic-003.htm: Added. |
- * css2.1/20110323/background-intrinsic-004.htm: Added. |
- * css2.1/20110323/background-intrinsic-005.htm: Added. |
- * css2.1/20110323/background-intrinsic-006.htm: Added. |
- * css2.1/20110323/background-intrinsic-007.htm: Added. |
- * css2.1/20110323/background-intrinsic-008.htm: Added. |
- * css2.1/20110323/background-intrinsic-009.htm: Added. |
- * css2.1/20110323/resources/green-intrinsic-height-ratio.svg: Added. |
- * css2.1/20110323/resources/green-intrinsic-height.svg: Added. |
- * css2.1/20110323/resources/green-intrinsic-none.svg: Added. |
- * css2.1/20110323/resources/green-intrinsic-ratio-landscape.svg: Added. |
- * css2.1/20110323/resources/green-intrinsic-ratio-portrait.svg: Added. |
- * css2.1/20110323/resources/green-intrinsic-width-height.svg: Added. |
- * css2.1/20110323/resources/green-intrinsic-width-pc-height-pc.svg: Added. |
- * css2.1/20110323/resources/green-intrinsic-width-ratio.svg: Added. |
- * css2.1/20110323/resources/green-intrinsic-width.svg: Added. |
- * css2.1/20110323/resources/red-intrinsic-height-ratio.svg: Added. |
- * css2.1/20110323/resources/red-intrinsic-height.svg: Added. |
- * css2.1/20110323/resources/red-intrinsic-none.svg: Added. |
- * css2.1/20110323/resources/red-intrinsic-ratio-landscape.svg: Added. |
- * css2.1/20110323/resources/red-intrinsic-ratio-portrait.svg: Added. |
- * css2.1/20110323/resources/red-intrinsic-width-height.svg: Added. |
- * css2.1/20110323/resources/red-intrinsic-width-pc-height-pc.svg: Added. |
- * css2.1/20110323/resources/red-intrinsic-width-ratio.svg: Added. |
- * css2.1/20110323/resources/red-intrinsic-width.svg: Added. |
- * fast/backgrounds/size/contain-and-cover-zoomed.html: Added. |
- * fast/images/percent-height-image-expected.txt: Update results, testcase is fixed now. |
- * fast/images/percent-height-image.html: Make test async, to make it work cross-browser. With this patch we now pass this testcase. |
- * platform/mac-snowleopard/svg/zoom/page/relative-sized-document-scrollbars-expected.png: Removed. |
- * platform/mac-snowleopard/svg/zoom/page/zoom-foreignObject-expected.png: Removed. |
- * platform/mac/css1/text_properties/vertical_align-expected.txt: Update for rounding differences. |
- * platform/mac/css2.1/20110323/background-intrinsic-001-expected.png: Added. |
- * platform/mac/css2.1/20110323/background-intrinsic-001-expected.txt: Added. |
- * platform/mac/css2.1/20110323/background-intrinsic-002-expected.png: Added. |
- * platform/mac/css2.1/20110323/background-intrinsic-002-expected.txt: Added. |
- * platform/mac/css2.1/20110323/background-intrinsic-003-expected.png: Added. |
- * platform/mac/css2.1/20110323/background-intrinsic-003-expected.txt: Added. |
- * platform/mac/css2.1/20110323/background-intrinsic-004-expected.png: Added. |
- * platform/mac/css2.1/20110323/background-intrinsic-004-expected.txt: Added. |
- * platform/mac/css2.1/20110323/background-intrinsic-005-expected.png: Added. |
- * platform/mac/css2.1/20110323/background-intrinsic-005-expected.txt: Added. |
- * platform/mac/css2.1/20110323/background-intrinsic-006-expected.png: Added. |
- * platform/mac/css2.1/20110323/background-intrinsic-006-expected.txt: Added. |
- * platform/mac/css2.1/20110323/background-intrinsic-007-expected.png: Added. |
- * platform/mac/css2.1/20110323/background-intrinsic-007-expected.txt: Added. |
- * platform/mac/css2.1/20110323/background-intrinsic-008-expected.png: Added. |
- * platform/mac/css2.1/20110323/background-intrinsic-008-expected.txt: Added. |
- * platform/mac/css2.1/20110323/background-intrinsic-009-expected.png: Added. |
- * platform/mac/css2.1/20110323/background-intrinsic-009-expected.txt: Added. |
- * platform/mac/fast/backgrounds/size/contain-and-cover-expected.png: Updated for rounding differences. |
- * platform/mac/fast/backgrounds/size/contain-and-cover-zoomed-expected.png: Added. |
- * platform/mac/fast/backgrounds/size/contain-and-cover-zoomed-expected.txt: Added. |
- * platform/mac/fast/block/float/015-expected.png: Slight changes, due 49x50 -> 50x50 size change. |
- * platform/mac/fast/block/float/015-expected.txt: Ditto. |
- * platform/mac/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.png: Slight changes due to rounding. |
- * platform/mac/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.txt: Ditto. |
- * platform/mac/fast/repaint/block-layout-inline-children-replaced-expected.png: Ditto. |
- * platform/mac/fast/repaint/block-layout-inline-children-replaced-expected.txt: Ditto. |
- * platform/mac/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png: Added. |
- * platform/mac/svg/as-background-image/background-image-preserveaspectRatio-support-expected.txt: Added. |
- * platform/mac/svg/as-background-image/background-image-tiled-expected.png: Added. |
- * platform/mac/svg/as-background-image/background-image-tiled-expected.txt: Added. |
- * platform/mac/svg/as-background-image/same-image-two-instances-background-image-expected.png: Added. |
- * platform/mac/svg/as-background-image/same-image-two-instances-background-image-expected.txt: Added. |
- * platform/mac/svg/as-background-image/svg-as-background-4-expected.png: Adapt to preserveAspectRatio changes in hearts.svg. |
- * platform/mac/svg/as-border-image/svg-as-border-image-expected.png: This needed a rebaseline, it was forgotten before. |
- * platform/mac/svg/as-image/animated-svg-as-image-expected.png: Progression, now both images share the same size & ratio, as desired. |
- * platform/mac/svg/as-image/img-preserveAspectRatio-support-1-expected.png: Added. |
- * platform/mac/svg/as-image/img-preserveAspectRatio-support-1-expected.txt: Added. |
- * platform/mac/svg/as-image/same-image-two-instances-expected.png: Added. |
- * platform/mac/svg/as-image/same-image-two-instances-expected.txt: Added. |
- * platform/mac/svg/as-image/svg-as-relative-image-expected.png: Adapt to green-relative-size-rect.svg - a circle got added to make it easier to compare. |
- * platform/mac/svg/as-image/svg-as-relative-image-with-explicit-size-expected.png: Added. |
- * platform/mac/svg/as-image/svg-as-relative-image-with-explicit-size-expected.txt: Added. |
- * platform/mac/svg/as-image/svg-image-change-content-size-expected.png: Added. |
- * platform/mac/svg/as-image/svg-image-change-content-size-expected.txt: Added. |
- * platform/mac/svg/zoom/page/relative-sized-document-scrollbars-expected.png: Updated, scrollbars are gone - now matching Opera/FF. |
- * platform/mac/svg/zoom/page/relative-sized-document-scrollbars-expected.txt: Ditto. |
- * platform/mac/svg/zoom/page/zoom-background-image-tiled-expected.png: Added. |
- * platform/mac/svg/zoom/page/zoom-background-image-tiled-expected.txt: Added. |
- * platform/mac/svg/zoom/page/zoom-background-images-expected.png: Added. |
- * platform/mac/svg/zoom/page/zoom-background-images-expected.txt: Added. |
- * platform/mac/svg/zoom/page/zoom-foreignObject-expected.png: Updated, scrollbars are gone - now matching Opera/FF. |
- * platform/mac/svg/zoom/page/zoom-foreignObject-expected.txt: Ditto. |
- * platform/mac/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png: Added. |
- * platform/mac/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt: Added. |
- * platform/mac/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.png: Added. |
- * platform/mac/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.txt: Added. |
- * platform/mac/svg/zoom/page/zoom-svg-as-background-with-relative-size-expected.png: Added. |
- * platform/mac/svg/zoom/page/zoom-svg-as-background-with-relative-size-expected.txt: Added. |
- * svg/as-background-image/background-image-preserveaspectRatio-support.html: Added. |
- * svg/as-background-image/background-image-tiled.html: Added. |
- * svg/as-background-image/resources/construction-tape.svg: Added. |
- * svg/as-background-image/resources/hearts.svg: Fix testcase, by adding pAR="none", which is now respected. Now the image looks as desired across Opera/FF and us. |
- * svg/as-background-image/same-image-two-instances-background-image.html: Added. |
- * svg/as-image/img-preserveAspectRatio-support-1.html: Added. |
- * svg/as-image/resources/circle-default-meet.svg: Added. |
- * svg/as-image/resources/circle-default-none.svg: Added. |
- * svg/as-image/resources/circle-default-slice.svg: Added. |
- * svg/as-image/resources/circle-nosize.svg: Added. |
- * svg/as-image/resources/circle-viewbox-default.svg: Added. |
- * svg/as-image/resources/circle-viewbox-meet.svg: Added. |
- * svg/as-image/resources/circle-viewbox-none.svg: Added. |
- * svg/as-image/resources/circle-viewbox-slice.svg: Added. |
- * svg/as-image/resources/green-relative-size-rect.svg: Use relative units everywhere as intended. Add circle to make it easy to spot ratio changes. |
- * svg/as-image/same-image-two-instances.html: Added. |
- * svg/as-image/svg-as-relative-image-with-explicit-size.html: Added. |
- * svg/as-image/svg-image-change-content-size.xhtml: Added. |
- * svg/zoom/page/resources/relative-sized-background-with-viewBox.svg: Added. |
- * svg/zoom/page/zoom-background-image-tiled.html: Added. |
- * svg/zoom/page/zoom-background-images.html: Added. |
- * svg/zoom/page/zoom-img-preserveAspectRatio-support-1.html: Added. |
- * svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox.html: Added. |
- * svg/zoom/page/zoom-svg-as-background-with-relative-size.html: Added. |
- |
-2011-10-26 Yury Semikhatsky <yurys@chromium.org> |
- |
- Unreviewed. Mark compositing/video/video-poster.html as timing out on Mac10.6 CPU-CG. |
- |
- * platform/chromium/test_expectations.txt: |
- |
-2011-10-26 Balazs Kelemen <kbalazs@webkit.org> |
- |
- [Qt][WK2] Unreviewed gardening. |
- |
- [Qt][WK2] fast/css/font-face-descending-unicode-range.html fails |
- https://bugs.webkit.org/show_bug.cgi?id=70922 |
- Skipped |
- |
- [Qt][WK2] Metric mismatches (fast/text/justify-padding-distribution.html and svg/as-object/svg-embedded-in-html-in-iframe.html) |
- https://bugs.webkit.org/show_bug.cgi?id=70915 |
- The svg test has correct pixel results so it's ok to add platform results. |
- |
- * platform/qt-wk2/Skipped: |
- * platform/qt-wk2/svg/as-object/svg-embedded-in-html-in-iframe-expected.txt: Added. |
- |
-2011-10-26 Yury Semikhatsky <yurys@chromium.org> |
- |
- Unreviewed. Revert change to test_expectations.txt due to test failures. |
- |
- * platform/chromium/test_expectations.txt: |
- |
-2011-10-26 Yury Semikhatsky <yurys@chromium.org> |
- |
- Unreviewed. Mark compositing/video/video-poster.html as timing out on Mac10.6 GPU. |
- |
- * platform/chromium/test_expectations.txt: |
- |
-2011-10-26 Balazs Kelemen <kbalazs@webkit.org> |
- |
- Unreviewed Qt-WK2 gardening. |
- |
- [Qt][WK2] Crash with http/tests/websocket/tests/hixie76/long-invalid-header.html |
- https://bugs.webkit.org/show_bug.cgi?id=70917 |
- |
- [Qt][WK2] fast/events/drag-selects-image.html fails |
- https://bugs.webkit.org/show_bug.cgi?id=70907 |
- |
- [Qt][WK2] Metric mismatches (fast/text/justify-padding-distribution.html and svg/as-object/svg-embedded-in-html-in-iframe.html) |
- https://bugs.webkit.org/show_bug.cgi?id=70915 |
- |
- * platform/qt-wk2/Skipped: |
- |
-2011-10-26 Csaba Osztrogonác <ossy@webkit.org> |
- |
- [Qt] Unreviewed gardening. |
- |
- Skip failing tests temporarily because of missing Qt Mobility on the buildbot. |
- |
- * platform/qt-arm/Skipped: |
- |
-2011-10-26 Yury Semikhatsky <yurys@chromium.org> |
- |
- Unreviewed, gardening. Mark editing/selection/designmode-no-caret.html as failing in debug mode. |
- |
- * platform/chromium/test_expectations.txt: |
- |
-2011-10-26 Balazs Kelemen <kbalazs@webkit.org> |
- |
- [Qt] inspector/extensions/extensions-console.html is failing |
- https://bugs.webkit.org/show_bug.cgi?id=70905 |
- |
- Unreviewed gardening. Skip failing test. |
- |
- * platform/qt/Skipped: |
- |
-2011-10-26 Gabor Rapcsanyi <rgabor@webkit.org> |
- |
- [Qt] Unreviewed skip. fast/canvas/canvas-composite-image.html failing on Qt |
- |
- * platform/qt/Skipped: |
- |
-2011-10-26 Ryosuke Niwa <rniwa@webkit.org> |
- |
- Fix editing/selection/caret-mode-paragraph-keys-navigation.html for Mac |
- https://bugs.webkit.org/show_bug.cgi?id=70880 |
- |
- Reviewed by Eric Seidel. |
- |
- Use option key (instead of control key) to move between word boundaries on Mac. |
- |
- * editing/selection/caret-mode-paragraph-keys-navigation.html: |
- * platform/chromium/test_expectations.txt: |
- |
-2011-10-26 Pavel Feldman <pfeldman@google.com> |
- |
- Web Inspector: order console message parameters for better optional parameters handling. |
- https://bugs.webkit.org/show_bug.cgi?id=70809 |
- |
- Reviewed by Yury Semikhatsky. |
- |
- * inspector/console/console-preserve-log.html: |
- |
-2011-10-26 Ryosuke Niwa <rniwa@webkit.org> |
- |
- Fix rebaseline done in r98439. |
- |
- * platform/chromium-cg-mac-snowleopard/editing/pasteboard/copy-standalone-image-expected.txt: Removed. |
- * platform/chromium-mac-snowleopard/editing/pasteboard/copy-standalone-image-expected.txt: Removed. |
- * platform/chromium/editing/pasteboard/copy-standalone-image-expected.txt: Added. |
- |
-2011-10-26 Vsevolod Vlasov <vsevik@chromium.org> |
- |
- Web Inspector: Debugger fails when there is an invalid watch expression. |
- https://bugs.webkit.org/show_bug.cgi?id=70718 |
- |
- Reviewed by Pavel Feldman. |
- |
- * inspector/debugger/error-in-watch-expressions.html: |
- * inspector/debugger/watch-expressions-panel-switch-expected.txt: Added. |
- * inspector/debugger/watch-expressions-panel-switch.html: Added. |
- * platform/chromium/inspector/debugger/watch-expressions-panel-switch-expected.txt: Added. |
- |
-2011-10-26 Ryosuke Niwa <rniwa@webkit.org> |
- |
- Filed more bugs. |
- |
- * platform/chromium/test_expectations.txt: |
- |
-2011-10-26 Ryosuke Niwa <rniwa@webkit.org> |
- |
- More Chromium test expectation updates. Filed a bunch of bugs to track real failures |
- and removed erroneous failing test expectations. |
- |
- * platform/chromium-cg-mac-leopard/editing/deleting/merge-whitespace-pre-expected.png: |
- * platform/chromium-mac-leopard/editing/deleting/merge-whitespace-pre-expected.png: Added. |
- * platform/chromium-mac-snowleopard/editing/deleting/merge-whitespace-pre-expected.png: Added. |
- * platform/chromium-mac/editing/deleting/merge-whitespace-pre-expected.png: Removed. |
- * platform/chromium/test_expectations.txt: |
- |
-2011-10-26 Ryosuke Niwa <rniwa@webkit.org> |
- |
- Cleanup Chromium test expectation. These tests were erroneously marked as timing out intermittently |
- even though the Chromium issue 66085 was fixed a long time ago. |
- |
- Remove failing expectations from these tests except http/tests/xmlhttprequest/xmlhttprequest-test-send-flag.html |
- which is still timing out intermittently on Chromium Linux. Filed the bug 70878 to track the failure. |
- |
- * platform/chromium/test_expectations.txt: |
- |
-2011-10-26 Ryosuke Niwa <rniwa@webkit.org> |
- |
- Chromium editing test rebaselines and editing test expectations updates. |
- |
- * platform/chromium-linux/editing/selection/5354455-2-expected.png: |
- * platform/chromium-mac-leopard/editing/inserting/12882-expected.png: Added. |
- * platform/chromium-mac-snowleopard/editing/inserting/12882-expected.png: Added. |
- * platform/chromium-mac-snowleopard/editing/selection/5354455-2-expected.png: Added. |
- * platform/chromium-mac/editing/inserting/12882-expected.png: Removed. |
- * platform/chromium-mac/editing/selection/5354455-2-expected.png: Removed. |
- * platform/chromium/test_expectations.txt: |
- |
-2011-10-26 Ben Wells <benwells@chromium.org> |
- |
- Canvas drawImage with SourceIn, DestinationIn, SourceOut, DestinationAtop and Copy have errors |
- https://bugs.webkit.org/show_bug.cgi?id=66920 |
- |
- Reviewed by James Robinson. |
- |
- * fast/canvas/canvas-composite-image-expected.txt: Added. |
- * fast/canvas/canvas-composite-image.html: Added. |
- |
-2011-10-26 Ryosuke Niwa <rniwa@webkit.org> |
- |
- Chromium Mac rebaseline, trusting the baseline optimizer. |
- |
- * platform/chromium-cg-mac-snowleopard/editing/pasteboard/copy-standalone-image-expected.txt: Added. |
- * platform/chromium-cg-mac/editing/pasteboard/copy-standalone-image-expected.txt: Removed. |
- * platform/chromium-mac-snowleopard/editing/pasteboard/copy-standalone-image-expected.png: Added. |
- * platform/chromium-mac-snowleopard/editing/pasteboard/copy-standalone-image-expected.txt: Added. |
- * platform/chromium-mac/editing/pasteboard/copy-standalone-image-expected.png: Removed. |
- * platform/chromium-mac/editing/pasteboard/copy-standalone-image-expected.txt: Removed. |
- |
-2011-10-25 Ryosuke Niwa <rniwa@webkit.org> |
- |
- Mac, Qt, and Windows rebaseline r98407. |
- |
- * platform/mac/fast/dom/Window/window-property-descriptors-expected.txt: |
- * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt: |
- * platform/win/fast/dom/Window/window-property-descriptors-expected.txt: |
- |
-2011-10-25 Sheriff Bot <webkit.review.bot@gmail.com> |
- |
- Unreviewed, rolling out r98379. |
- http://trac.webkit.org/changeset/98379 |
- https://bugs.webkit.org/show_bug.cgi?id=70875 |
- |
- Did not pass on JSC ports (Requested by abarth on #webkit). |
- |
- * fast/canvas/canvas-putImageData-expected.txt: |
- * fast/canvas/canvas-putImageData.js: |
- |
-2011-10-25 Sheriff Bot <webkit.review.bot@gmail.com> |
- |
- Unreviewed, rolling out r98346. |
- http://trac.webkit.org/changeset/98346 |
- https://bugs.webkit.org/show_bug.cgi?id=70874 |
- |
- Breaks JSC-based bots. (Requested by pfeldman on #webkit). |
- |
- * inspector/debugger/error-in-watch-expressions.html: |
- * inspector/debugger/watch-expressions-panel-switch-expected.txt: Removed. |
- * inspector/debugger/watch-expressions-panel-switch.html: Removed. |
- |
-2011-10-25 Ryosuke Niwa <rniwa@webkit.org> |
- |
- Flaky Test: editing/pasteboard/copy-standalone-image.html |
- https://bugs.webkit.org/show_bug.cgi?id=61813 |
- |
- Reviewed by Adam Barth. |
- |
- The flakiness was caused by the fact test didn't wait until iframe finish loading. |
- |
- HTML5 section 4.8.2. the iframe element (http://www.whatwg.org/specs/web-apps/current-work/#the-iframe-element): |
- When there is an active parser in the iframe, and when anything in the iframe is delaying the load event |
- of the iframe's browsing context's active document, the iframe must delay the load event of its document. |
- |
- Since an image doesn't require an active parser, it does not delay the load event of the document. |
- |
- * editing/pasteboard/copy-standalone-image.html: |
- * platform/chromium/test_expectations.txt: |
- |
-2011-10-25 Xiaomei Ji <xji@chromium.org> |
- |
- Disable editing/selection/move-by-word-visually-inline-block-positioned-element.html in QT after r98428. |
- |
- * platform/qt/Skipped: |
- |
-2011-10-25 Xiaomei Ji <xji@chromium.org> |
- |
- --webkit-visual-word does not work in multi-line |
- https://bugs.webkit.org/show_bug.cgi?id=61344 |
- |
- Reviewed by Ryosuke Niwa. |
- |
- * editing/selection/move-by-word-visually-inline-block-positioned-element-expected.txt: Added. |
- * editing/selection/move-by-word-visually-inline-block-positioned-element.html: Added. |
- * editing/selection/move-by-word-visually-multi-line-expected.txt: |
- * editing/selection/move-by-word-visually-single-space-one-element-expected.txt: |
- * editing/selection/move-by-word-visually-single-space-one-element.html: |
- * platform/gtk/editing/selection/move-by-word-visually-multi-line-expected.txt: |
- |
-2011-10-25 Erik Arvidsson <arv@chromium.org> |
- |
- Fix ad hoc test. |
- |
- unreviewed. |
- |
- * fast/canvas/webgl/gl-teximage.html: |
- |
-2011-10-25 Chris Fleizach <cfleizach@apple.com> |
- |
- AX: WebKit does not expose HTML label for slider elements |
- https://bugs.webkit.org/show_bug.cgi?id=70856 |
- |
- Reviewed by Darin Adler. |
- |
- * platform/mac/accessibility/slider-allows-title-ui-element-expected.txt: Added. |
- * platform/mac/accessibility/slider-allows-title-ui-element.html: Added. |
- |
-2011-10-25 Julien Chaffraix <jchaffraix@webkit.org> |
- |
- Unreviewed gardening. |
- |
- * platform/chromium/test_expectations.txt: |
- fast/forms/form-associated-element-crash3.html has |
- been timing out very regularly on linux debug. |
- |
-2011-10-25 Erik Arvidsson <arv@chromium.org> |
- |
- [Chromium] Fix expectation. |
- |
- unreviewed. |
- |
- * platform/chromium/fast/js/kde/garbage-n-expected.txt: |
- |
-2011-10-25 Anders Carlsson <andersca@apple.com> |
- |
- Plug-ins have no way to find out when the device scale factor changes |
- https://bugs.webkit.org/show_bug.cgi?id=67226 |
- <rdar://problem/10048276> |
- |
- Reviewed by Sam Weinig. |
- |
- Update test to check that the scale factor is updated correctly. |
- |
- * platform/mac-wk2/plugins/contents-scale-factor.html: |
- |
-2011-10-25 Fady Samuel <fsamuel@chromium.org> |
- |
- Made Table tests for Bug 70678 Platform Independent |
- https://bugs.webkit.org/show_bug.cgi?id=70850 |
- |
- Reviewed by Adam Barth. |
- |
- * fast/table/table-anonymous-cell-bug-expected.png: Added. |
- * fast/table/table-anonymous-cell-bug-expected.txt: |
- * fast/table/table-anonymous-cell-bug.html: |
- * fast/table/table-anonymous-row-bug-expected.png: Added. |
- * fast/table/table-anonymous-row-bug-expected.txt: |
- * fast/table/table-anonymous-row-bug.html: |
- * fast/table/table-anonymous-section-bug-expected.png: Added. |
- * fast/table/table-anonymous-section-bug-expected.txt: |
- * fast/table/table-anonymous-section-bug.html: |
- |
-2011-10-25 Ryosuke Niwa <rniwa@webkit.org> |
- |
- Moving to the start of line should not place the caret outside of the table |
- https://bugs.webkit.org/show_bug.cgi?id=70757 |
- |
- Reviewed by Chang Shu. |
- |
- Added a test to move the caret to lineboundaries in the first and the last table cell. |
- The caret should remain inside a table cell. |
- |
- * editing/selection/table-lineboundary-expected.txt: Added. |
- * editing/selection/table-lineboundary.html: Added. |
- |
-2011-10-25 Erik Arvidsson <arv@chromium.org> |
- |
- JS Test Harness: Make successfullyParsed optional |
- https://bugs.webkit.org/show_bug.cgi?id=70784 |
- |
- Reviewed by Ojan Vafai. |
- |
- This makes "successfullyParsed = true" optional in favor of tracking syntax errors |
- using window.onerror. |
- |
- * fast/*: Remove successfullyParsed. |
- * fast/dom/Window/new-window-opener.html: Cleanup. |
- * fast/dom/Window/resources/window-appendages-cleared-results.html: |
- * fast/dom/Window/webkitConvertPoint.html: Ditto. |
- * fast/dom/Window/webkitConvertPointUpdateLayout.html: Ditto. |
- * fast/js/kde/evil-n.html: This is now a normal test since it is not supposed to fail. |
- * fast/js/kde/garbage-n-expected.txt: |
- * fast/js/kde/garbage-n.html: Use shouldHaveHadError instead of js-test-post-n.js |
- * fast/js/kde/string-1-n.html: Ditto. |
- * fast/js/kde/string-2-n.html: Ditto. |
- * fast/js/resources/js-test-post-async.js: Ensure we didn't get an error. |
- * fast/js/resources/js-test-post-function.js: Ditto. |
- * fast/js/resources/js-test-post-n.js: Removed. |
- * fast/js/resources/js-test-pre.js: Added shouldHaveHadError function that can be used to assert that the |
- error message is what was expected. |
- Ensure we didn't get an error in finistJSTest. |
- |
-2011-10-25 Julien Chaffraix <jchaffraix@webkit.org> |
- |
- More gardening. |
- |
- * platform/chromium/test_expectations.txt: Missed some cases where |
- video-porter.html times out. Also added zoom-animator-scale-test2.html |
- that has been timing out for several days. |
- |
-2011-10-25 Anders Carlsson <andersca@apple.com> |
- |
- Plug-ins have to use JavaScript to find out the current device scale factor |
- https://bugs.webkit.org/show_bug.cgi?id=67225 |
- <rdar://problem/10048258> |
- |
- Reviewed by Darin Adler. |
- |
- Add tests. |
- |
- * platform/mac-wk2/plugins/contents-scale-factor-expected.txt: Added. |
- * platform/mac-wk2/plugins/contents-scale-factor.html: Added. |
- |
-2011-10-25 Julien Chaffraix <jchaffraix@webkit.org> |
- |
- More unreviewed gardening. |
- |
- * platform/chromium/test_expectations.txt: Mark another test |
- as crashing. Moved 2 tests together as they hit the same ASSERT |
- on the bots. |
- |
-2011-10-25 Leandro Pereira <leandro@profusion.mobi> |
- |
- [EFL] Unreviewed. Add CSS1 pixel baselines. |
- |
- * platform/efl/css1: [...] |
- |
-2011-10-25 Nate Chapin <japhet@chromium.org> |
- |
- Test update for https://bugs.webkit.org/show_bug.cgi?id=61225. |
- Due to changes in the implementation of DocumentThreadableLoader (and |
- therefore XHR), this test will have empty (rather than null) content |
- if we go over the length limit. |
- |
- Reviewed by Antti Koivisto. |
- |
- * http/tests/inspector/network/network-content-replacement-xhr-expected.txt: |
- |
-2011-10-25 Pavel Podivilov <podivilov@chromium.org> |
- |
- Get rid of optional parameters in the middle in IDLs. |
- https://bugs.webkit.org/show_bug.cgi?id=70816 |
- |
- Reviewed by Adam Barth. |
- |
- Optional parameters in the middle are prohibited by WebIDL spec. |
- |
- * fast/canvas/canvas-putImageData-expected.txt: |
- * fast/canvas/canvas-putImageData.js: |
- |
-2011-10-25 Julien Chaffraix <jchaffraix@webkit.org> |
- |
- Unreviewed gardening. |
- |
- * platform/chromium/test_expectations.txt: Marking a test as timing |
- out. |
- |
-2011-10-25 Fady Samuel <fsamuel@chromium.org> |
- |
- Crash in WebCore::RenderTableSection::addChild due to assert failure |
- https://bugs.webkit.org/show_bug.cgi?id=70678 |
- |
- Reviewed by David Hyatt. |
- |
- If the child being added is not a Section/Row/Cell, and the previous sibling is not anonymous, |
- we need to create a new anonymous Section/Row/Cell respectively, instead of failing an |
- assert. |
- |
- * fast/table/table-anonymous-cell-bug-expected.txt: Added. |
- * fast/table/table-anonymous-cell-bug.html: Added. |
- * fast/table/table-anonymous-row-bug-expected.txt: Added. |
- * fast/table/table-anonymous-row-bug.html: Added. |
- * fast/table/table-anonymous-section-bug-expected.txt: Added. |
- * fast/table/table-anonymous-section-bug.html: Added. |
- |
-2011-10-25 Zoltan Herczeg <zherczeg@webkit.org> |
- |
- Add new uri tokenizer tests |
- https://bugs.webkit.org/show_bug.cgi?id=70807 |
- |
- Reviewed by Darin Adler. |
- |
- Test more cases! |
- |
- * fast/css/uri-token-parsing-expected.txt: |
- * fast/css/uri-token-parsing.html: |
- |
-2011-10-25 Julien Chaffraix <jchaffraix@webkit.org> |
- |
- Unreviewed gardening. |
- |
- The old rebaseline looked wrong and did not match the other baselines. This is now corrected. |
- |
- * platform/chromium-cg-mac-leopard/fast/backgrounds/background-leakage-transforms-expected.png: Removed. |
- |
-2011-10-25 Julien Chaffraix <jchaffraix@webkit.org> |
- |
- Unreviewed gardening. |
- |
- Partial rebaselining of fast/css/focus-ring-multiline-writingmode-vertical.html as it looks like it progressed |
- on some platforms. |
- |
- * platform/chromium-cg-mac-leopard/fast/css/focus-ring-multiline-writingmode-vertical-expected.txt: Removed. |
- * platform/chromium-cg-mac-snowleopard/fast/css/focus-ring-multiline-writingmode-vertical-expected.png: Added. |
- * platform/chromium-cg-mac-snowleopard/fast/css/focus-ring-multiline-writingmode-vertical-expected.txt: Removed. |
- * platform/chromium-cg-mac/fast/css/focus-ring-multiline-writingmode-vertical-expected.png: Removed. |
- * platform/chromium-mac-snowleopard/fast/css/focus-ring-multiline-writingmode-vertical-expected.txt: Removed. |
- * platform/chromium-mac/fast/css/focus-ring-multiline-writingmode-vertical-expected.png: Removed. |
- * platform/chromium/fast/css/focus-ring-multiline-writingmode-vertical-expected.txt: Removed. |
- |
-2011-10-25 Simon Fraser <simon.fraser@apple.com> |
- |
- REGRESSION (r88580): Cursor fails to change to pointer on embedded Google maps popups |
- https://bugs.webkit.org/show_bug.cgi?id=62797 |
- |
- Reviewed by Chris Marrin. |
- |
- New tests for hit testing through various configurations of 3D transforms. |
- |
- * platform/mac/transforms/3d/hit-testing/rotated-hit-test-expected.png: Removed. |
- * platform/mac/transforms/3d/hit-testing/rotated-hit-test-expected.txt: Removed. |
- * transforms/3d/hit-testing/composited-hit-test-expected.txt: Added. |
- * transforms/3d/hit-testing/composited-hit-test.html: Added. |
- * transforms/3d/hit-testing/resources/hit-test-utils.js: Added. |
- * transforms/3d/hit-testing/rotated-hit-test-expected.txt: Added. |
- * transforms/3d/hit-testing/rotated-hit-test-with-child-expected.txt: Added. |
- * transforms/3d/hit-testing/rotated-hit-test-with-child.html: Added. |
- * transforms/3d/hit-testing/rotated-hit-test.html: |
- * transforms/3d/hit-testing/rotated-hit-test2-expected.txt: Added. |
- * transforms/3d/hit-testing/rotated-hit-test2.html: Added. |
- |
-2011-10-24 Jer Noble <jer.noble@apple.com> |
- |
- compositing/video tests time out on Lion |
- https://bugs.webkit.org/show_bug.cgi?id=70448 |
- |
- Reviewed by Simon Fraser. |
- |
- * compositing/video/video-poster.html: Seek, instead of play, to trigger |
- creation of a layer |
- * http/tests/media/video-load-twice.html: Use waitForEventOnce so that |
- canPlayThrough listener is triggered only once. |
- * media/video-test.js: Add a new function, waitForEventOnce. |
- (waitForEventOnce): |
- (waitForEvent._eventCallback): |
- (waitForEvent): |
- |
-2011-10-25 Cary Clark <caryclark@google.com> |
- |
- Unreviewed gardening: fifth chunk of baselines for Chromium-Skia |
- on Leopard. |
- |
- [Omitting 736 of 742 files for brevity.] |
- |
- * platform/chromium-mac-leopard/tables/mozilla/bugs/bug2479-2-expected.png: Added. |
- * platform/chromium-mac-leopard/tables/mozilla/bugs/bug2479-3-expected.png: Added. |
- * platform/chromium-mac-leopard/tables/mozilla/bugs/bug2479-4-expected.png: Added. |
- ... |
- * platform/chromium-mac-leopard/transitions: Added. |
- * platform/chromium-mac-leopard/transitions/default-timing-function-expected.png: Added. |
- * platform/chromium-mac-leopard/transitions/svg-text-shadow-transition-expected.png: Added. |
- |
-2011-10-25 Arko Saha <arko@motorola.com> |
- |
- Microdata: itemtype attribute should be space-separated list to allow multiple types |
- https://bugs.webkit.org/show_bug.cgi?id=70501 |
- |
- Reviewed by Ryosuke Niwa. |
- |
- * fast/dom/MicroData/006.html: |
- * fast/dom/MicroData/007.html: |
- * fast/dom/MicroData/getitems-multiple-itemtypes-expected.txt: Added. |
- * fast/dom/MicroData/getitems-multiple-itemtypes.html: Added. |
- * fast/dom/MicroData/itemtype-add-remove-tokens-expected.txt: Added. |
- * fast/dom/MicroData/itemtype-add-remove-tokens.html: Added. |
- * fast/dom/MicroData/itemtype-attribute-test-expected.txt: Added. |
- * fast/dom/MicroData/itemtype-attribute-test.html: Added. |
- |
-2011-10-25 Cary Clark <caryclark@google.com> |
- |
- Unreviewed gardening: fourth chunk of baselines for Chromium-Skia |
- on Leopard. |
- |
- [Omitting 728 of 734 files for brevity.] |
- |
- * platform/chromium-mac-leopard/fast/lists/ordered-list-with-no-ol-tag-expected.png: Added. |
- * platform/chromium-mac-leopard/fast/lists/scrolled-marker-paint-expected.png: Added. |
- * platform/chromium-mac-leopard/fast/media: Added. |
- ... |
- * platform/chromium-mac-leopard/svg/W3C-SVG-1.1/text-tref-01-b-expected.png: Added. |
- * platform/chromium-mac-leopard/svg/W3C-SVG-1.1/text-tselect-02-f-expected.png: Added. |
- * platform/chromium-mac-leopard/svg/W3C-SVG-1.1/text-tspan-01-b-expected.png: Added. |
- |
-2011-10-25 Yury Semikhatsky <yurys@chromium.org> |
- |
- Web Inspector: redesign workers sidebar pane |
- https://bugs.webkit.org/show_bug.cgi?id=70815 |
- |
- Update tests in accord with change of class name from |
- styles-sidebar-pane to sidebar-pane. |
- |
- Reviewed by Pavel Feldman. |
- |
- * http/tests/inspector/elements-test.js: |
- (initialize_ElementTest.InspectorTest.dumpSelectedElementStyles): |
- |
-2011-10-25 Vsevolod Vlasov <vsevik@chromium.org> |
- |
- Web Inspector: Debugger fails when there is an invalid watch expression. |
- https://bugs.webkit.org/show_bug.cgi?id=70718 |
- |
- Reviewed by Pavel Feldman. |
- |
- * inspector/debugger/error-in-watch-expressions.html: |
- * inspector/debugger/watch-expressions-panel-switch-expected.txt: Added. |
- * inspector/debugger/watch-expressions-panel-switch.html: Added. |
- |
-2011-10-24 Pavel Podivilov <podivilov@chromium.org> |
- |
- Web Inspector: fix empty line handling in source maps. |
- https://bugs.webkit.org/show_bug.cgi?id=70726 |
- |
- Reviewed by Yury Semikhatsky. |
- |
- * inspector/debugger/compiler-source-mapping-expected.txt: |
- * inspector/debugger/compiler-source-mapping.html: |
- |
-2011-10-25 Justin Schuh <jschuh@chromium.org> |
- |
- Check for empty string in parseArcFlag |
- https://bugs.webkit.org/show_bug.cgi?id=70763 |
- |
- Reviewed by Dirk Schulze. |
- |
- * svg/path-arc-invalid-expected.txt: Added. |
- * svg/path-arc-invalid.html: Added. |
- |
-2011-10-24 Pavel Podivilov <podivilov@chromium.org> |
- |
- Web Inspector: keep old source mapping when new one could not be loaded. |
- https://bugs.webkit.org/show_bug.cgi?id=70729 |
- |
- Reviewed by Yury Semikhatsky. |
- |
- * inspector/debugger/raw-source-code-expected.txt: |
- * inspector/debugger/raw-source-code.html: |
- |
-2011-10-25 Sachin Puranik <sachin.puranik@motorola.com> |
- |
- Double number step=.5 should be considered valid in <input type="number" step=".5"> |
- https://bugs.webkit.org/show_bug.cgi?id=70320 |
- |
- Reviewed by Kent Tamura. |
- |
- * fast/forms/ValidityState-typeMismatch-number-expected.txt: Change in result of layout test. |
- * fast/forms/input-step-as-double-expected.txt: Added, expected output for new test case. |
- * fast/forms/input-step-as-double.html: Added, testcase to make sure that all ports |
- consider .5 as a valid double value for step attribute of input element. |
- * fast/forms/input-valueasnumber-number-expected.txt: Change in result of layout test. |
- * fast/forms/range/input-valueasnumber-range-expected.txt: Change in result of layout test. |
- * fast/forms/range/input-valueasnumber-range.html: Consider .2 as valid real number now. |
- * fast/forms/script-tests/ValidityState-typeMismatch-number.js: Consider |
- .2 as valid real number now. |
- * fast/forms/script-tests/input-valueasnumber-number.js: Consider .2 as valid real number now. |
- |
-2011-10-25 Vsevolod Vlasov <vsevik@chromium.org> |
- |
- Web Inspector: Resources panel: display the current search match index in the toolbar. |
- https://bugs.webkit.org/show_bug.cgi?id=66050 |
- |
- Reviewed by Pavel Feldman. |
- |
- * http/tests/inspector/search/resources-search-match-index-expected.txt: Added. |
- * http/tests/inspector/search/resources-search-match-index.html: Added. |
- |
-2011-10-25 Csaba Osztrogonác <ossy@webkit.org> |
- |
- inspector/cookie-parser.html is a flaky crash |
- https://bugs.webkit.org/show_bug.cgi?id=62662 |
- |
- * platform/qt/Skipped: Skip one more test because of this bug: inspector/evaluate-in-page.html. |
- |
-2011-10-25 Zoltan Arvai <zarvai@inf.u-szeged.hu> |
- |
- [Qt] Remove from Skipped list. Test passes: fast/transforms/scrollIntoView-transformed.html |
- https://bugs.webkit.org/show_bug.cgi?id=58559 |
- |
- Reviewed by Simon Hausmann. |
- |
- * platform/qt/Skipped: |
- |
-2011-10-25 Zoltan Arvai <zarvai@inf.u-szeged.hu> |
- |
- [Qt] Removing test from Skipped list. Test passes: html5lib/runner.html |
- https://bugs.webkit.org/show_bug.cgi?id=53030 |
- |
- Reviewed by Simon Hausmann. |
- |
- * platform/qt/Skipped: |
- |
-2011-10-21 Andrey Kosyakov <caseq@chromium.org> |
- |
- Web Inspector: [Extensions API] allow extensions to specify script to be injected on reload |
- https://bugs.webkit.org/show_bug.cgi?id=70600 |
- |
- Reviewed by Pavel Feldman. |
- |
- * inspector/extensions/extensions-reload-expected.txt: Added. |
- * inspector/extensions/extensions-reload.html: Added. |
- |
-2011-10-25 Sheriff Bot <webkit.review.bot@gmail.com> |
- |
- Unreviewed, rolling out r98309. |
- http://trac.webkit.org/changeset/98309 |
- https://bugs.webkit.org/show_bug.cgi?id=70801 |
- |
- Test fails on mac (Requested by benwells on #webkit). |
- |
- * fast/canvas/canvas-composite-image-expected.txt: Removed. |
- * fast/canvas/canvas-composite-image.html: Removed. |
- |
-2011-10-24 Oliver Varga <voliver@inf.u-szeged.hu> |
- |
- [Qt] Unreviewed gardening, add missing result after r98309. |
- |
- * platform/qt/svg/as-object/svg-embedded-in-html-in-iframe-expected.png: Added. |
- * platform/qt/svg/as-object/svg-embedded-in-html-in-iframe-expected.txt: Added. |
- * platform/qt/svg/filters/feColorMatrix-default-type-expected.png: Added. |
- * platform/qt/svg/filters/feColorMatrix-default-type-expected.txt: Added. |
- |
-2011-10-24 Martin Robinson <mrobinson@igalia.com> |
- |
- REGRESSION (r97865): broke plugins/resize-from-plugin.html on GTK |
- https://bugs.webkit.org/show_bug.cgi?id=70481 |
- |
- Update test results to reflect that the plugin clipping rectangle |
- is now correct. |
- |
- * platform/gtk/Skipped: Unskip the test. |
- * platform/gtk/plugins/resize-from-plugin-expected.txt: Update results. |
- |
-2011-10-24 Julien Chaffraix <jchaffraix@webkit.org> |
- |
- Unreviewed gardening. |
- |
- Add a new baseline for snow-leopard. |
- |
- * platform/chromium-mac-snowleopard/svg/filters: Added. |
- * platform/chromium-mac-snowleopard/svg/filters/feColorMatrix-default-type-expected.png: Added. |
- |
-2011-10-24 Ben Wells <benwells@chromium.org> |
- |
- Canvas drawImage with SourceIn, DestinationIn, SourceOut, DestinationAtop and Copy have errors |
- https://bugs.webkit.org/show_bug.cgi?id=66920 |
- |
- Reviewed by James Robinson. |
- |
- * fast/canvas/canvas-composite-image-expected.txt: Added. |
- * fast/canvas/canvas-composite-image.html: Added. |
- |
-2011-10-24 Ryosuke Niwa <rniwa@webkit.org> |
- |
- GTK and Windows rebaselines after r98199. |
- |
- * platform/gtk/fast/dom/prototype-inheritance-2-expected.txt: |
- * platform/win/fast/dom/prototype-inheritance-2-expected.txt: |
- |
-2011-10-24 Julien Chaffraix <jchaffraix@webkit.org> |
- |
- Unreviewed rebaseline after r98293. |
- |
- * platform/chromium-win/svg/filters/feColorMatrix-default-type-expected.png: Added. |
- |
-2011-10-24 Arko Saha <arko@motorola.com> |
- |
- Microdata: Add itemprop, itemref, itemvalue attributes. |
- https://bugs.webkit.org/show_bug.cgi?id=69839 |
- |
- Reviewed by Ryosuke Niwa. |
- |
- Added test-cases for Microdata itemprop, itemref, itemvalue attributes. |
- |
- * fast/dom/MicroData/002-expected.txt: |
- * fast/dom/MicroData/002.html: |
- * fast/dom/MicroData/003-expected.txt: |
- * fast/dom/MicroData/003.html: |
- * fast/dom/MicroData/005-expected.txt: |
- * fast/dom/MicroData/005.html: |
- * fast/dom/MicroData/006-expected.txt: |
- * fast/dom/MicroData/009.html: |
- * fast/dom/MicroData/itemprop-add-remove-tokens-expected.txt: Added. |
- * fast/dom/MicroData/itemprop-add-remove-tokens.html: Added. |
- * fast/dom/MicroData/itemprop-for-an-element-must-be-correct-expected.txt: Added. |
- * fast/dom/MicroData/itemprop-for-an-element-must-be-correct.html: Added. |
- * fast/dom/MicroData/itemprop-must-be-read-only-expected.txt: Added. |
- * fast/dom/MicroData/itemprop-must-be-read-only.html: Added. |
- * fast/dom/MicroData/itemprop-reflected-by-itemProp-property-expected.txt: Added. |
- * fast/dom/MicroData/itemprop-reflected-by-itemProp-property.html: Added. |
- * fast/dom/MicroData/itemref-add-remove-tokens-expected.txt: Added. |
- * fast/dom/MicroData/itemref-add-remove-tokens.html: Added. |
- * fast/dom/MicroData/itemref-attribute-reflected-by-itemRef-property-expected.txt: Added. |
- * fast/dom/MicroData/itemref-attribute-reflected-by-itemRef-property.html: Added. |
- * fast/dom/MicroData/itemref-for-an-element-must-be-correct-expected.txt: Added. |
- * fast/dom/MicroData/itemref-for-an-element-must-be-correct.html: Added. |
- * fast/dom/MicroData/itemref-must-be-read-only-expected.txt: Added. |
- * fast/dom/MicroData/itemref-must-be-read-only.html: Added. |
- * fast/dom/MicroData/itemvalue-reflects-data-attr-on-object-element-expected.txt: Added. |
- * fast/dom/MicroData/itemvalue-reflects-data-attr-on-object-element.html: Added. |
- * fast/dom/MicroData/itemvalue-reflects-href-attr-expected.txt: Added. |
- * fast/dom/MicroData/itemvalue-reflects-href-attr.html: Added. |
- * fast/dom/MicroData/itemvalue-reflects-src-attribute-on-img-element-expected.txt: Added. |
- * fast/dom/MicroData/itemvalue-reflects-src-attribute-on-img-element.html: Added. |
- * fast/dom/MicroData/itemvalue-reflects-the-content-attr-on-meta-element-expected.txt: Added. |
- * fast/dom/MicroData/itemvalue-reflects-the-content-attr-on-meta-element.html: Added. |
- * fast/dom/MicroData/itemvalue-reflects-the-src-attr-expected.txt: Added. |
- * fast/dom/MicroData/itemvalue-reflects-the-src-attr.html: Added. |
- * fast/dom/MicroData/itemvalue-returns-element-itself-expected.txt: Added. |
- * fast/dom/MicroData/itemvalue-returns-element-itself.html: Added. |
- * fast/dom/MicroData/itemvalue-returns-null-expected.txt: Added. |
- * fast/dom/MicroData/itemvalue-returns-null.html: Added. |
- * fast/dom/MicroData/itemvalue-throws-excpetion-onsetting-001-expected.txt: Added. |
- * fast/dom/MicroData/itemvalue-throws-excpetion-onsetting-001.html: Added. |
- * fast/dom/MicroData/itemvalue-throws-excpetion-onsetting-002-expected.txt: Added. |
- * fast/dom/MicroData/itemvalue-throws-excpetion-onsetting-002.html: Added. |
- * fast/dom/MicroData/resources/microdata-common.js: |
- (createElement): |
- (runTest): |
- |
-2011-10-24 Filip Pizlo <fpizlo@apple.com> |
- |
- Object-or-other branch speculation may corrupt the state for OSR if the child of the |
- branch is an integer |
- https://bugs.webkit.org/show_bug.cgi?id=70777 |
- |
- Reviewed by Oliver Hunt. |
- |
- * fast/js/dfg-other-branch-expected.txt: Added. |
- * fast/js/dfg-other-branch.html: Added. |
- * fast/js/script-tests/dfg-other-branch.js: Added. |
- (foo): |
- (bar): |
- |
-2011-10-24 Julien Chaffraix <jchaffraix@webkit.org> |
- |
- Unreviewed gardening. |
- |
- Bug 58013 has landed 3 months ago and it looks like the rebaseline was forgotten. |
- The new result is consistent with the other platforms. |
- |
- * platform/chromium-linux/fast/repaint/scale-page-shrink-expected.txt: Removed. |
- * platform/chromium-win/fast/repaint/scale-page-shrink-expected.png: Added. |
- * platform/chromium-win/fast/repaint/scale-page-shrink-expected.txt: Added. |
- * platform/chromium/test_expectations.txt: |
- |
-2011-10-24 Filip Pizlo <fpizlo@apple.com> |
- |
- op_new_array_buffer is not inlined correctly |
- https://bugs.webkit.org/show_bug.cgi?id=70770 |
- |
- Reviewed by Oliver Hunt. |
- |
- * fast/js/dfg-inline-new-array-buffer-expected.txt: Added. |
- * fast/js/dfg-inline-new-array-buffer.html: Added. |
- * fast/js/script-tests/dfg-inline-new-array-buffer.js: Added. |
- (foo): |
- (bar): |
- |
-2011-10-24 Tim Horton <timothy_horton@apple.com> |
- |
- feColorMatrix doesn't use the correct default "matrix" type when no type attribute is specified |
- https://bugs.webkit.org/show_bug.cgi?id=70035 |
- <rdar://problem/10280177> |
- |
- Reviewed by Nikolas Zimmermann. |
- |
- Add a test that ensures that feColorMatrix's type attribute defaults to "matrix". |
- |
- * platform/mac/svg/filters/feColorMatrix-default-type-expected.png: Added. |
- * platform/mac/svg/filters/feColorMatrix-default-type-expected.txt: Added. |
- * svg/filters/feColorMatrix-default-type.svg: Added. |
- |
-2011-10-24 Levi Weintraub <leviw@chromium.org> |
- |
- Adding Chromium expectations from http://trac.webkit.org/changeset/98263 |
- |
- Unreviewed. |
- |
- * platform/chromium-cg-mac-snowleopard/svg/as-object: Added. |
- * platform/chromium-cg-mac-snowleopard/svg/as-object/svg-embedded-in-html-in-iframe-expected.png: Added. |
- * platform/chromium-linux-x86/svg/as-object: Removed. |
- * platform/chromium-linux/svg/as-object/svg-embedded-in-html-in-iframe-expected.png: Added. |
- * platform/chromium-mac-snowleopard/svg/as-object: Added. |
- * platform/chromium-mac-snowleopard/svg/as-object/svg-embedded-in-html-in-iframe-expected.png: Added. |
- * platform/chromium-win/svg/as-object/svg-embedded-in-html-in-iframe-expected.png: Added. |
- * platform/chromium-win/svg/as-object/svg-embedded-in-html-in-iframe-expected.txt: Added. |
- * platform/chromium/test_expectations.txt: |
- |
-2011-10-24 Levi Weintraub <leviw@chromium.org> |
- |
- Fixing a collision in Mac results and adding qt results from http://trac.webkit.org/changeset/98263 |
- |
- Unreviewed test expectations update. |
- |
- * platform/mac/svg/as-object/svg-embedded-in-html-in-iframe-expected.txt: Fixing collision that removes |
- an empty text node. |
- * platform/qt/svg/as-object/svg-embedded-in-html-in-iframe-actual.txt: Added. |
- |
-2011-10-24 Joshua Bell <jsbell@chromium.org> |
- |
- IndexedDB: Throw DATA_ERR on invalid keys, remove null key support |
- https://bugs.webkit.org/show_bug.cgi?id=70065 |
- |
- Reviewed by Tony Chang. |
- |
- Updated expectations now that most tests match spec. Includes change to |
- objectstore-basics test to avoid hitting https://bugs.webkit.org/show_bug.cgi?id=70041 |
- since this CL stops hiding that bug. |
- |
- * storage/indexeddb/factory-cmp-expected.txt: |
- * storage/indexeddb/index-basics-expected.txt: |
- * storage/indexeddb/invalid-keys-expected.txt: |
- * storage/indexeddb/keyrange-expected.txt: |
- * storage/indexeddb/objectstore-basics-expected.txt: |
- * storage/indexeddb/objectstore-basics.html: |
- * storage/indexeddb/open-cursor-expected.txt: |
- |
-2011-10-24 Ojan Vafai <ojan@chromium.org> |
- |
- Some more fixups from http://trac.webkit.org/changeset/98265. |
- |
- The leopard bot results are incorrect, but that's because the |
- chromium leopard bots have not compiled in a few days. Once |
- the bots are fixed, we'll need to rebaseline this test again for |
- leopard. |
- |
- * platform/chromium-cg-mac-leopard/fast/css/focus-ring-multiline-writingmode-vertical-expected.txt: Added. |
- * platform/chromium-cg-mac-snowleopard/fast/css/focus-ring-multiline-writingmode-vertical-expected.txt: Added. |
- * platform/chromium-mac-leopard/fast/css/focus-ring-multiline-writingmode-vertical-expected.txt: Added. |
- * platform/chromium-mac-snowleopard/fast/css/focus-ring-multiline-writingmode-vertical-expected.txt: Added. |
- |
-2011-10-24 Julien Chaffraix <jchaffraix@webkit.org> |
- |
- Unreviewed rebaseline of svg/W3C-SVG-1.1-SE/coords-units-03-b.html |
- |
- The new baselines all match the existing ones. Not sure if we really pass the test as |
- 2 lines should be 200px but at least all the baselines are consistent (within some font |
- differences). |
- |
- * platform/chromium-cg-mac-leopard/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.png: |
- * platform/chromium-cg-mac-snowleopard/svg/W3C-SVG-1.1-SE: Added. |
- * platform/chromium-cg-mac-snowleopard/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.png: Added. |
- * platform/chromium-cg-mac/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.png: Removed. |
- * platform/chromium-linux/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.png: |
- * platform/chromium-mac-leopard/svg/W3C-SVG-1.1-SE: Added. |
- * platform/chromium-mac-leopard/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.png: Added. |
- * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1-SE: Added. |
- * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.png: Added. |
- * platform/chromium-win/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.png: |
- * platform/chromium-win/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt: |
- * platform/chromium/test_expectations.txt: |
- * platform/gtk/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt: Removed. |
- * platform/mac/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt: Removed. |
- * svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt: Added. |
- |
-2011-10-24 Ojan Vafai <ojan@chromium.org> |
- |
- Cleanup some test expectations missed in r98183. |
- |
- * platform/chromium-mac-snowleopard/fast/css/focus-ring-multiline-writingmode-vertical-expected.png: Added. |
- * platform/chromium-mac/fast/css/focus-ring-multiline-writingmode-vertical-expected.txt: Removed. |
- * platform/chromium-win/fast/backgrounds/background-leakage-transforms-expected.txt: Removed. |
- * platform/chromium/fast/backgrounds/background-leakage-transforms-expected.txt: Removed. |
- * platform/chromium/fast/css/focus-ring-multiline-writingmode-vertical-expected.txt: Renamed from LayoutTests/platform/chromium-cg-mac/fast/css/focus-ring-multiline-writingmode-vertical-expected.txt. |
- * platform/chromium/fast/writing-mode/fallback-orientation-expected.txt: Removed. |
- * platform/chromium/test_expectations.txt: |
- |
-2011-10-24 Levi Weintraub <leviw@chromium.org> |
- |
- <svg> fails to use explicit width and height inside <html> inside IFRAME |
- https://bugs.webkit.org/show_bug.cgi?id=64823 |
- |
- Reviewed by Nikolas Zimmermann. |
- |
- Fixing a bug where SVG negotiated size when embedded in html inside an iframe. |
- |
- * platform/chromium/test_expectations.txt: Will update with results on other platforms. |
- * platform/mac/svg/as-object/svg-embedded-in-html-in-iframe-expected.png: Added. |
- * platform/mac/svg/as-object/svg-embedded-in-html-in-iframe-expected.txt: Added. |
- * svg/as-object/svg-embedded-in-html-in-iframe.html: Added. |
- |
-2011-10-24 Julien Chaffraix <jchaffraix@webkit.org> |
- |
- Unreviewed gardening rebaselining. |
- |
- Updating those baselines as they match Mac and looks like progressions. Linux was needing a wrong |
- rebaseline, so it was not rebaselined. |
- |
- * platform/chromium-cg-mac-leopard/fast/repaint/table-cell-collapsed-border-expected.png: Added. |
- * platform/chromium-cg-mac-snowleopard/fast/repaint: Added. |
- * platform/chromium-cg-mac-snowleopard/fast/repaint/table-cell-collapsed-border-expected.png: Added. |
- * platform/chromium-mac-leopard/fast/repaint: Added. |
- * platform/chromium-mac-leopard/fast/repaint/table-cell-collapsed-border-expected.png: Added. |
- * platform/chromium-mac-snowleopard/fast/repaint: Added. |
- * platform/chromium-mac-snowleopard/fast/repaint/table-cell-collapsed-border-expected.png: Added. |
- * platform/chromium-win/fast/repaint/table-cell-collapsed-border-expected.png: |
- * platform/chromium/test_expectations.txt: |
- |
-2011-10-24 Joshua Bell <jsbell@chromium.org> |
- |
- IndexedDB add should fail adding an inline and passed key simultaneously |
- https://bugs.webkit.org/show_bug.cgi?id=58598 |
- |
- Reviewed by Tony Chang. |
- |
- * storage/indexeddb/mozilla/key-requirements-inline-and-passed.html: Added. |
- * storage/indexeddb/mozilla/key-requirements-inline-and-passed-expected.txt: Added. |
- |
-2011-10-24 Cary Clark <caryclark@google.com> |
- |
- Unreviewed gardening: third chunk of baselines for Chromium-Skia |
- on Leopard. |
- |
- [Omitting 736 of 743 files for brevity.] |
- |
- * platform/chromium-mac-leopard/fast/block/positioning/absolute-length-of-neg-666666-expected.png: Added. |
- * platform/chromium-mac-leopard/fast/block/positioning/absolute-position-direction-expected.png: Added. |
- * platform/chromium-mac-leopard/fast/block/positioning/absolute-positioning-no-scrollbar-expected.png: Added. |
- ... |
- * platform/chromium-mac-leopard/fast/lists/ol-display-types-expected.png: Added. |
- * platform/chromium-mac-leopard/fast/lists/ol-start-dynamic-expected.png: Added. |
- * platform/chromium-mac-leopard/fast/lists/olstart-expected.png: Added. |
- * platform/chromium/test_expectations.txt: |
- |
-2011-10-24 Julien Chaffraix <jchaffraix@webkit.org> |
- |
- [chromium] New failing test fast/events/dropzone-002.html |
- https://bugs.webkit.org/show_bug.cgi?id=61625 |
- |
- Unreviewed gardening. |
- |
- * platform/chromium/test_expectations.txt: The test has been passing |
- on all platforms except leopard for several days. |
- |
-2011-10-24 Alexander Pavlov <apavlov@chromium.org> |
- |
- Web Inspector: [Styles] Adding a new style rule breaks things |
- https://bugs.webkit.org/show_bug.cgi?id=70721 |
- |
- Reviewed by Pavel Feldman. |
- |
- * inspector/styles/styles-add-new-rule-expected.txt: |
- * inspector/styles/styles-add-new-rule.html: |
- |
-2011-10-24 Pavel Feldman <pfeldman@google.com> |
- |
- Web Inspector: do not force document loading on reload (should happen on demand). |
- https://bugs.webkit.org/show_bug.cgi?id=70724 |
- |
- Reviewed by Yury Semikhatsky. |
- |
- * inspector/debugger/dom-breakpoints.html: |
- * inspector/debugger/error-in-watch-expressions.html: |
- |
-2011-10-24 Yury Semikhatsky <yurys@chromium.org> |
- |
- Web Inspector: allow debugging dedicated worker initialization |
- https://bugs.webkit.org/show_bug.cgi?id=70723 |
- |
- Reviewed by Pavel Feldman. |
- |
- * inspector/protocol/runtime-agent-expected.txt: |
- * inspector/protocol/runtime-agent.html: |
- |
-2011-10-24 Alejandro G. Castro <alex@igalia.com> |
- |
- Unreviewed, skip failing test in GTK, added bug 70720. Rebaseline |
- prototype-inheritance-2.html. |
- |
- * platform/gtk/Skipped: skipped fast/events/event-creation.html. |
- * platform/gtk/fast/dom/prototype-inheritance-2-expected.txt: |
- Reset expected results after r98199. |
- |
-2011-10-21 Alexander Pavlov <apavlov@chromium.org> |
- |
- Web Inspector: Audits hang on pages without img[src] elements |
- https://bugs.webkit.org/show_bug.cgi?id=70604 |
- |
- Reviewed by Pavel Feldman. |
- |
- * inspector/audits/audits-panel-noimages-functional-expected.txt: Added. |
- * inspector/audits/audits-panel-noimages-functional.html: Added. |
- |
-2011-10-24 Deepak Sherveghar <bpwv64@motorola.com> |
- |
- [Qt] fast/events/media-focus-in-standalone-media-document.html fails |
- https://bugs.webkit.org/show_bug.cgi?id=70110 |
- |
- Reviewed by Simon Hausmann. |
- |
- Remove media-focus-in-standalone-media-document.html from Qt Skipped test list. |
- |
- * platform/qt/Skipped: |
- |
-2011-10-24 Pavel Feldman <pfeldman@chromium.org> |
- |
- Web Inspector: make view load CSS files upon show. |
- https://bugs.webkit.org/show_bug.cgi?id=70696 |
- |
- Reviewed by Yury Semikhatsky. |
- |
- * inspector/view-css-expected.txt: Added. |
- * inspector/view-css.html: Added. |
- * inspector/view-events-expected.txt: |
- * inspector/view-events.html: |
- |
-2011-10-24 Kosztyo Kristof <kkristof@inf.u-szeged.hu> |
- |
- [Qt] Unreviewed gardening after r98199 |
- |
- * platform/qt/fast/dom/prototype-inheritance-2-expected.txt: |
- |
-2011-10-24 Yosifumi Inoue <yosin@chromium.org> |
- |
- [Forms] Setting defaultValue should hide an input placeholder. |
- https://bugs.webkit.org/show_bug.cgi?id=70586 |
- |
- Reviewed by Kent Tamura. |
- |
- This test checks "value" attribute (default value) changing in two |
- ways, one is using setDefault method and another is setAttribute |
- method. |
- |
- * fast/forms/placeholder-and-default-value-expected.html: Added. Render text input element with "Default" value. |
- * fast/forms/placeholder-and-default-value.html: Added. Render text input element with placeholder attribute and a script to change default value of input element to "Default" from empty. |
- |
-2011-10-23 Adam Barth <abarth@webkit.org> |
- |
- <img crossorigin> should fail to load when CORS check fails |
- https://bugs.webkit.org/show_bug.cgi?id=69732 |
- |
- Reviewed by Darin Adler. |
- |
- Test that images loaded with the crossorigin attribute fail to load if |
- the CORS access check doesn't pass. |
- |
- * http/tests/security/img-with-failed-cors-check-fails-to-load-expected.txt: Added. |
- * http/tests/security/img-with-failed-cors-check-fails-to-load.html: Added. |
- |
-2011-10-23 Filip Pizlo <fpizlo@apple.com> |
- |
- DFG should inline constructors |
- https://bugs.webkit.org/show_bug.cgi?id=70675 |
- |
- Reviewed by Oliver Hunt. |
- |
- Adds test that asserts that register pressure induced by inlining doesn't |
- result in spilling corrupting values. |
- |
- * fast/js/dfg-inlining-reg-alloc-expected.txt: Added. |
- * fast/js/dfg-inlining-reg-alloc.html: Added. |
- * fast/js/script-tests/dfg-inlining-reg-alloc.js: Added. |
- (foo): |
- (bar): |
- (baz): |
- |
-2011-10-23 Yuzo Fujishima <yuzo@google.com> |
- |
- [chromium] Test expecation change. inspector/elements/edit-dom-actions.html times out since around r98120:98133 (chromium 106751:106770). |
- |
- Unreviewed. |
- |
- * platform/chromium/test_expectations.txt: |
- |
-2011-10-23 Yuzo Fujishima <yuzo@google.com> |
- |
- [chromium] Test expectation change for "r98183 causes 4 snowleopard tests to fail". |
- https://bugs.webkit.org/show_bug.cgi?id=70704 |
- |
- Unreviewed. |
- |
- * platform/chromium/test_expectations.txt: |
- |
-2011-10-23 Geoffrey Garen <ggaren@apple.com> |
- |
- Not reviewed. |
- |
- Updated two test results I missed in my last check-in. |
- |
- These tests depended on non-deterministic effects of hash order, so I |
- had to update them: |
- |
- * http/tests/inspector/search/search-in-resources-expected.txt: |
- * platform/mac/fast/dom/prototype-inheritance-2-expected.txt: |
- |
-2011-10-23 Kaustubh Atrawalkar <kaustubh@motorola.com> |
- |
- [GTK] Implement KeyDown function for WebKit2 EventSender. |
- https://bugs.webkit.org/show_bug.cgi?id=69410 |
- |
- Unskip passed tests. |
- |
- Reviewed by Martin Robinson. |
- |
- * platform/gtk-wk2/Skipped: |
- |
-2011-10-21 Geoffrey Garen <ggaren@apple.com> |
- |
- Separated string lifetime bits from character buffer state bits |
- https://bugs.webkit.org/show_bug.cgi?id=70673 |
- |
- Reviewed by Anders Carlsson. |
- |
- These tests depended on non-deterministic effects of hash order, so I |
- had to update them: |
- |
- * fast/dom/prototype-inheritance-2-expected.txt: Updated for slightly |
- different order of discovering properties. |
- |
- * fast/js/delete-syntax-expected.txt: |
- * fast/js/script-tests/delete-syntax.js: Updated not to depend on iteration |
- order, since that's not what this test is about. |
- |
- * http/tests/inspector/inspector-test.js: Updated not to depend on |
- global function iteration order. This test setup is pretty spaghetti. |
- I think I avoided making it even more spaghetti. |
- |
- * inspector/storage-panel-dom-storage-expected.txt: Updated for changed |
- iteration order. |
- |
-2011-10-22 Benjamin Poulain <benjamin@webkit.org> |
- |
- Make relayout-nested-positioned-elements-crash.html more reliable |
- https://bugs.webkit.org/show_bug.cgi?id=70672 |
- |
- Reviewed by Kenneth Rohde Christiansen. |
- |
- The test relayout-nested-positioned-elements-crash relies on implementation |
- details of the test runner. If the function runTest() is run |
- during the test, the result will be different than the expected results. |
- |
- Change the test to use the Javascript test framework. |
- Ensure the element has the correct style in the final state. |
- |
- * fast/block/positioning/relayout-nested-positioned-elements-crash-expected.txt: |
- * fast/block/positioning/relayout-nested-positioned-elements-crash.html: |
- |
-2011-10-20 Pavel Feldman <pfeldman@google.com> |
- |
- Web Inspector: get rid of View::hide, View::set visible, View::attach. |
- https://bugs.webkit.org/show_bug.cgi?id=70523 |
- |
- Reviewed by Yury Semikhatsky. |
- |
- * inspector/debugger/scripts-panel.html: |
- * inspector/view-events-expected.txt: |
- * inspector/view-events.html: |
- |
-2011-10-21 Filip Pizlo <fpizlo@apple.com> |
- |
- DFG inlining sometimes fails to reset constant references |
- https://bugs.webkit.org/show_bug.cgi?id=70668 |
- |
- Reviewed by Anders Carlsson. |
- |
- Added a new test that covers this specific bug as well as the general |
- ability to perform inlining, and the ability to OSR out of an inline |
- stack. |
- |
- * fast/js/dfg-inline-constant-expected.txt: Added. |
- * fast/js/dfg-inline-constant.html: Added. |
- * fast/js/script-tests/dfg-inline-constant.js: Added. |
- (foo): |
- (bar): |
- |
-2011-10-21 Ojan Vafai <ojan@chromium.org> |
- |
- Fixup test expectations now that http://trac.webkit.org/changeset/98173 has landed. |
- |
- * platform/chromium-cg-mac-leopard/fast/backgrounds/background-leakage-transforms-expected.png: Added. |
- * platform/chromium-cg-mac-leopard/fast/writing-mode/fallback-orientation-expected.png: |
- * platform/chromium-cg-mac-snowleopard/fast/backgrounds/background-leakage-transforms-expected.png: Added. |
- * platform/chromium-cg-mac-snowleopard/fast/writing-mode/fallback-orientation-expected.png: Added. |
- * platform/chromium-cg-mac/fast/backgrounds/background-leakage-transforms-expected.png: Removed. |
- * platform/chromium-mac-leopard/fast/backgrounds/background-leakage-transforms-expected.png: Added. |
- * platform/chromium-mac-leopard/fast/writing-mode/fallback-orientation-expected.png: Added. |
- * platform/chromium-mac-snowleopard/fast/backgrounds/background-leakage-transforms-expected.png: Added. |
- * platform/chromium-mac-snowleopard/fast/writing-mode/fallback-orientation-expected.png: |
- * platform/chromium-mac/fast/backgrounds/background-leakage-transforms-expected.png: Removed. |
- * platform/chromium-win/fast/backgrounds/background-leakage-transforms-expected.txt: Added. |
- * platform/chromium/fast/backgrounds/background-leakage-transforms-expected.txt: Added. |
- * platform/chromium/fast/writing-mode/fallback-orientation-expected.txt: Added. |
- * platform/chromium/test_expectations.txt: |
- |
-2011-10-21 Julien Chaffraix <jchaffraix@webkit.org> |
- |
- [Chromium] Layout Test fast/canvas/webgl/premultiplyalpha-test.html is failing |
- https://bugs.webkit.org/show_bug.cgi?id=68885 |
- |
- Unreviewed gardening. |
- |
- * platform/chromium/test_expectations.txt: Removed the test since it has been passing on |
- the bots for at least a week. |
- |
-2011-10-21 Julien Chaffraix <jchaffraix@webkit.org> |
- |
- Unreviewed rebaseline. |
- |
- This test started failing on the bot. As this is a progression, updating the baseline. |
- |
- * platform/chromium-cg-mac-snowleopard/fast/multicol/flipped-blocks-border-after-expected.png: Removed. |
- * platform/chromium-cg-mac-snowleopard/fast/multicol/flipped-blocks-border-after-expected.txt: Removed. |
- * platform/chromium-mac/fast/multicol/flipped-blocks-border-after-expected.png: Removed. |
- * platform/chromium-mac/fast/multicol/flipped-blocks-border-after-expected.txt: Removed. |
- * platform/chromium/fast/multicol/flipped-blocks-border-after-expected.png: Added. |
- |
-2011-10-21 Julien Chaffraix <jchaffraix@webkit.org> |
- |
- [Chromium] Layout Test canvas/philip/tests/toDataURL.jpeg.*.html is failing on Mac 10.5 CG |
- https://bugs.webkit.org/show_bug.cgi?id=68879 |
- |
- Reviewed by Adam Barth. |
- |
- * platform/chromium/test_expectations.txt: Those changes have been consistently passing on |
- the bots for at least 10 days. |
- |
-2011-10-21 Dmitry Lomov <dslomov@google.com> |
- |
- https://bugs.webkit.org/show_bug.cgi?id=70580 |
- [Chromium] Implement MessagePort transfer in chromium port of webkit. |
- Results for JSC include some FAILs - this will be addressed when JSC |
- implements message port transfers as well (https://bugs.webkit.org/show_bug.cgi?id=70658) |
- |
- Reviewed by David Levin. |
- |
- * fast/dom/Window/window-postmessage-args-expected.txt: |
- * fast/dom/Window/window-postmessage-args.html: |
- * fast/events/message-port-multi-expected.txt: |
- * fast/events/resources/message-port-multi.js: |
- (testTransfers.channel0.port2.onmessage): |
- (testTransfers): |
- (channel.port2.onmessage): |
- * platform/chromium-win/fast/events/message-port-multi-expected.txt: |
- * platform/chromium/fast/dom/Window/window-postmessage-args-expected.txt: |
- |
-2011-10-21 Vineet Chaudhary <vineet.chaudhary@motorola.com> |
- |
- Setting form.enctype reflected attribute behaves strangely. |
- https://bugs.webkit.org/show_bug.cgi?id=44879 |
- |
- Reviewed by Darin Adler. |
- |
- Leading/trailing white-spaces should not be allowed while specifying attribute value. |
- Added more test coverage for form.enctype attribute. |
- |
- * fast/forms/encoding-test.html: |
- * fast/forms/enctype-attribute-expected.txt: |
- * fast/forms/enctype-attribute.html: Corrected test case as per new behavior. |
- |
-2011-10-21 Julien Chaffraix <jchaffraix@webkit.org> |
- |
- Gardening update. |
- |
- * platform/chromium/test_expectations.txt: We are randomly hitting |
- a known ASSERT on this test case. |
- |
-2011-10-21 Adam Klein <adamk@chromium.org> |
- |
- [MutationObservers] Implement basic subtree observation |
- https://bugs.webkit.org/show_bug.cgi?id=70436 |
- |
- Reviewed by Ryosuke Niwa. |
- |
- * fast/mutation/observe-subtree-expected.txt: Added. |
- * fast/mutation/observe-subtree.html: Added. |
- |
-2011-10-21 Joshua Bell <jsbell@chromium.org> |
- |
- IndexedDB: objectStore.transaction property should be readonly |
- https://bugs.webkit.org/show_bug.cgi?id=62395 |
- |
- Reviewed by Tony Chang. |
- |
- * storage/indexeddb/objectstore-basics-expected.txt: |
- * storage/indexeddb/objectstore-basics.html: |
- * storage/indexeddb/readonly-properties-expected.txt: Added. |
- * storage/indexeddb/readonly-properties.html: Added. |
- |
-2011-10-21 Julien Chaffraix <jchaffraix@webkit.org> |
- |
- Unreviewed gardening, yet another flaky crashing test. |
- |
- * platform/chromium/test_expectations.txt: |
- |
-2011-10-21 Julien Chaffraix <jchaffraix@webkit.org> |
- |
- Gardening rebaselines. |
- |
- * platform/chromium-linux-x86/fast/multicol/vertical-lr: Removed. |
- * platform/chromium-linux-x86/fast/multicol/vertical-lr/rules-with-border-before-expected.png: Removed. |
- * platform/chromium-linux-x86/fast/multicol/vertical-rl: Removed. |
- * platform/chromium-linux-x86/fast/multicol/vertical-rl/rules-with-border-before-expected.png: Removed. |
- * platform/chromium-linux/fast/multicol/vertical-lr/rules-with-border-before-expected.png: Removed. |
- * platform/chromium-linux/fast/multicol/vertical-rl/rules-with-border-before-expected.png: Removed. |
- * platform/chromium-win/fast/multicol/vertical-lr/rules-with-border-before-expected.png: Added. |
- * platform/chromium-win/fast/multicol/vertical-rl/rules-with-border-before-expected.png: Added. |
- * platform/chromium/fast/multicol: Added. |
- * platform/chromium/fast/multicol/vertical-lr: Added. |
- * platform/chromium/fast/multicol/vertical-lr/rules-with-border-before-expected.png: Added. |
- * platform/chromium/fast/multicol/vertical-rl: Added. |
- * platform/chromium/fast/multicol/vertical-rl/rules-with-border-before-expected.png: Added. |
- * platform/chromium/test_expectations.txt: |
- The dumps are weird on SL so we don't land them but mark the test as PASS TEXT. |
- |
-2011-10-21 Julien Chaffraix <jchaffraix@webkit.org> |
- |
- Unreviewed gardening. |
- |
- * platform/chromium/test_expectations.txt: This test is flaky and crashing |
- sometimes on snow-leopard. |
- |
-2011-10-21 Julien Chaffraix <jchaffraix@webkit.org> |
- |
- Fix r98125 by having duplicate entries for Win Debug. |
- |
- * platform/chromium/test_expectations.txt: |
- |
-2011-10-21 Julien Chaffraix <jchaffraix@webkit.org> |
- |
- Unreviewed gardening. |
- |
- * platform/chromium/test_expectations.txt: The test is now also failing on debug on XP. |
- |
-2011-10-21 Julien Chaffraix <jchaffraix@webkit.org> |
- |
- Unreviewed gardening. |
- |
- * platform/chromium/test_expectations.txt: Mark call-base-resolution.html as crashing on snow-leopard. |
- |
-2011-10-21 Rafael Weinstein <rafaelw@chromium.org> |
- |
- [MutationObservers] Implement WebKitMutationObserver.observe for childList changes |
- https://bugs.webkit.org/show_bug.cgi?id=68955 |
- |
- Reviewed by Ryosuke Niwa. |
- |
- * fast/mutation/observe-attributes-expected.txt: |
- * fast/mutation/observe-attributes.html: |
- * fast/mutation/observe-childList-expected.txt: Added. |
- * fast/mutation/observe-childList.html: Added. |
- |
-2011-10-21 Julien Chaffraix <jchaffraix@webkit.org> |
- |
- Unreviewed gardening: rebaseline 2 tests (small color difference). |
- |
- * platform/chromium-linux-x86/fast/multicol: Added. |
- * platform/chromium-linux-x86/fast/multicol/vertical-lr: Added. |
- * platform/chromium-linux-x86/fast/multicol/vertical-lr/rules-with-border-before-expected.png: Added. |
- * platform/chromium-linux-x86/fast/multicol/vertical-rl: Added. |
- * platform/chromium-linux-x86/fast/multicol/vertical-rl/rules-with-border-before-expected.png: Added. |
- * platform/chromium-linux/fast/multicol/vertical-lr/rules-with-border-before-expected.png: Added. |
- * platform/chromium-linux/fast/multicol/vertical-rl/rules-with-border-before-expected.png: Added. |
- |
-2011-10-21 Cary Clark <caryclark@google.com> |
- |
- Unreviewed gardening: second chunk of baselines for Chromium-Skia |
- on Leopard. |
- |
- [Omitting 706 of 712 files for brevity.] |
- |
- * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-57-d-expected.png: Added. |
- * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-58-d-expected.png: Added. |
- * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-59-d-expected.png: Added. |
- ... |
- * platform/chromium-mac-leopard/fast/block/positioning/absolute-in-inline-rtl-expected.png: Added. |
- * platform/chromium-mac-leopard/fast/block/positioning/absolute-in-inline-short-ltr-expected.png: Added. |
- * platform/chromium-mac-leopard/fast/block/positioning/absolute-in-inline-short-rtl-expected.png: Added. |
- |
-2011-10-21 Sheriff Bot <webkit.review.bot@gmail.com> |
- |
- Unreviewed, rolling out r98079. |
- http://trac.webkit.org/changeset/98079 |
- https://bugs.webkit.org/show_bug.cgi?id=70624 |
- |
- The extensions tests enabled are failing on the Chromium Win |
- Dbg bot (Requested by jchaffraix on #webkit). |
- |
- * http/tests/inspector/extensions-headers.html: |
- * http/tests/inspector/resources/extension-main.js: |
- (): |
- * inspector/extensions/extensions-audits.html: |
- * inspector/extensions/extensions-console.html: |
- * inspector/extensions/extensions-resources.html: |
- * platform/chromium/inspector/extensions/extensions-api-expected.txt: Removed. |
- * platform/chromium/inspector/extensions/extensions-eval-expected.txt: Removed. |
- * platform/chromium/test_expectations.txt: |
- |
-2011-10-21 Dan Bernstein <mitz@apple.com> |
- |
- Column rules positioned incorrectly in vertical-rl block with horizontal border or padding |
- https://bugs.webkit.org/show_bug.cgi?id=70622 |
- |
- Reviewed by Beth Dakin. |
- |
- * fast/multicol/vertical-lr/rules-with-border-before-expected.png: Added. |
- * fast/multicol/vertical-lr/rules-with-border-before-expected.txt: Added. |
- * fast/multicol/vertical-lr/rules-with-border-before.html: Added. |
- * fast/multicol/vertical-rl/rules-with-border-before-expected.png: Added. |
- * fast/multicol/vertical-rl/rules-with-border-before-expected.txt: Added. |
- * fast/multicol/vertical-rl/rules-with-border-before.html: Added. |
- |
-2011-10-21 Elliot Poger <epoger@google.com> |
- |
- re-enable layout tests against chromium-mac-snowleopard (Skia) baselines |
- https://bugs.webkit.org/show_bug.cgi?id=70612 |
- |
- Reviewed by Adam Barth. |
- |
- * platform/chromium-mac-snowleopard/fast/dom/call-a-constructor-as-a-function-expected.txt: Removed. |
- * platform/chromium-mac-snowleopard/fast/dom/error-to-string-stack-overflow-expected.txt: Removed. |
- * platform/chromium-mac-snowleopard/fast/parser/entity-end-script-tag-expected.txt: Removed. |
- * platform/chromium-mac/fast/multicol/flipped-blocks-border-after-expected.png: Added. |
- * platform/chromium-mac/fast/multicol/flipped-blocks-border-after-expected.txt: Added. |
- * platform/chromium-mac/fast/multicol/vertical-rl/rule-style-expected.png: Added. |
- * platform/chromium-mac/fast/repaint/continuation-after-outline-expected.png: |
- * platform/chromium/test_expectations.txt: |
- |
-2011-10-21 Devdatta Deshpande <pwjd73@motorola.com> |
- |
- [Gtk] mousemove event always has metaKey == true |
- https://bugs.webkit.org/show_bug.cgi?id=35299 |
- |
- Reviewed by Martin Robinson. |
- |
- For testing state of metaKey for mouse and keyboard events generated |
- using evnetSender object. |
- |
- * platform/gtk/fast/events/event-sender-metakey-expected.txt: Added. |
- * platform/gtk/fast/events/event-sender-metakey.html: Added. |
- |
-2011-10-21 Cary Clark <caryclark@google.com> |
- |
- Unreviewed gardening: first chunk of rebaselines for Chromium-Skia |
- on Leopard. |
- |
- [Omitting 707 of 713 files for brevity.] |
- |
- * platform/chromium-mac-leopard/css1: Added. |
- * platform/chromium-mac-leopard/css1/basic: Added. |
- * platform/chromium-mac-leopard/css1/basic/class_as_selector-expected.png: Added. |
- ... |
- * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-54-d-expected.png: Added. |
- * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-55-d-expected.png: Added. |
- * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-56-d-expected.png: Added. |
- |
-2011-10-21 Philippe Normand <pnormand@igalia.com> |
- |
- Unreviewed, skip failing a11y test in GTK. |
- |
- * platform/gtk/Skipped: Skip accessibility/menu-list-sends-change-notification.html |
- |
-2011-10-21 Philippe Normand <pnormand@igalia.com> |
- |
- Unreviewed, GTK baselines for 3 new tests. |
- |
- * platform/gtk/fast/css/clip-text-in-scaled-div-expected.txt: Added. |
- * platform/gtk/fast/repaint/region-painting-via-layout-expected.txt: Added. |
- * platform/gtk/fast/selectors/visited-descendant-expected.txt: Added. |
- |
-2011-10-21 Cary Clark <caryclark@google.com> |
- |
- Unreviewed gardening: rebaselining to account for focus ring changes in |
- http://trac.webkit.org/changeset/97971 |
- |
- * platform/chromium-mac-snowleopard/editing/deleting/5099303-expected.png: Added. |
- * platform/chromium-mac-snowleopard/editing/deleting/delete-3959464-fix-expected.png: |
- * platform/chromium-mac-snowleopard/editing/deleting/delete-and-undo-expected.png: |
- * platform/chromium-mac-snowleopard/editing/deleting/delete-block-contents-003-expected.png: |
- * platform/chromium-mac-snowleopard/editing/deleting/delete-contiguous-ws-001-expected.png: |
- * platform/chromium-mac-snowleopard/editing/deleting/delete-tab-002-expected.png: |
- * platform/chromium-mac-snowleopard/editing/deleting/delete-tab-003-expected.png: |
- * platform/chromium-mac-snowleopard/editing/deleting/delete-to-select-table-expected.png: |
- * platform/chromium-mac-snowleopard/editing/deleting/delete-trailing-ws-002-expected.png: |
- * platform/chromium-mac-snowleopard/editing/deleting/delete-ws-fixup-001-expected.png: |
- * platform/chromium-mac-snowleopard/editing/deleting/delete-ws-fixup-002-expected.png: |
- * platform/chromium-mac-snowleopard/editing/execCommand/5569741-expected.png: |
- * platform/chromium-mac-snowleopard/editing/execCommand/insert-list-and-stitch-expected.png: |
- * platform/chromium-mac-snowleopard/editing/execCommand/insertHorizontalRule-expected.png: |
- * platform/chromium-mac-snowleopard/editing/inserting/5418891-expected.png: |
- * platform/chromium-mac-snowleopard/editing/inserting/editing-empty-divs-expected.png: |
- * platform/chromium-mac-snowleopard/editing/inserting/insert-br-004-expected.png: |
- * platform/chromium-mac-snowleopard/editing/inserting/insert-br-005-expected.png: |
- * platform/chromium-mac-snowleopard/editing/inserting/insert-br-007-expected.png: |
- * platform/chromium-mac-snowleopard/editing/inserting/insert-div-025-expected.png: |
- * platform/chromium-mac-snowleopard/editing/inserting/insert-paragraph-02-expected.png: |
- * platform/chromium-mac-snowleopard/editing/inserting/insert-paragraph-03-expected.png: |
- * platform/chromium-mac-snowleopard/editing/inserting/insert-tab-002-expected.png: |
- * platform/chromium-mac-snowleopard/editing/inserting/insert-tab-003-expected.png: |
- * platform/chromium-mac-snowleopard/editing/inserting/insert-text-with-newlines-expected.png: |
- * platform/chromium-mac-snowleopard/editing/inserting/paragraph-separator-01-expected.png: |
- * platform/chromium-mac-snowleopard/editing/inserting/paragraph-separator-02-expected.png: |
- * platform/chromium-mac-snowleopard/editing/inserting/paragraph-separator-03-expected.png: |
- * platform/chromium-mac-snowleopard/editing/inserting/return-key-with-selection-001-expected.png: |
- * platform/chromium-mac-snowleopard/editing/inserting/return-key-with-selection-002-expected.png: |
- * platform/chromium-mac-snowleopard/editing/inserting/return-key-with-selection-003-expected.png: |
- * platform/chromium-mac-snowleopard/editing/inserting/typing-002-expected.png: |
- * platform/chromium-mac-snowleopard/editing/inserting/typing-around-br-001-expected.png: |
- * platform/chromium-mac-snowleopard/editing/pasteboard/4242293-expected.png: |
- * platform/chromium-mac-snowleopard/editing/pasteboard/8145-2-expected.png: |
- * platform/chromium-mac-snowleopard/editing/pasteboard/cut-text-001-expected.png: |
- * platform/chromium-mac-snowleopard/editing/pasteboard/drag-selected-image-to-contenteditable-expected.png: |
- * platform/chromium-mac-snowleopard/editing/pasteboard/merge-after-delete-1-expected.png: |
- * platform/chromium-mac-snowleopard/editing/pasteboard/merge-after-delete-2-expected.png: |
- * platform/chromium-mac-snowleopard/editing/pasteboard/merge-after-delete-expected.png: |
- * platform/chromium-mac-snowleopard/editing/pasteboard/merge-end-blockquote-expected.png: |
- * platform/chromium-mac-snowleopard/editing/pasteboard/paste-text-019-expected.png: |
- * platform/chromium-mac-snowleopard/editing/pasteboard/smart-paste-008-expected.png: |
- * platform/chromium-mac-snowleopard/editing/selection/13804-expected.png: |
- * platform/chromium-mac-snowleopard/editing/selection/5234383-1-expected.png: |
- * platform/chromium-mac-snowleopard/editing/selection/5234383-2-expected.png: |
- * platform/chromium-mac-snowleopard/editing/selection/extend-by-word-001-expected.png: |
- * platform/chromium-mac-snowleopard/editing/selection/move-backwords-by-word-001-expected.png: |
- * platform/chromium-mac-snowleopard/editing/selection/move-by-character-001-expected.png: |
- * platform/chromium-mac-snowleopard/editing/selection/move-by-line-001-expected.png: |
- * platform/chromium-mac-snowleopard/editing/selection/move-by-word-001-expected.png: |
- * platform/chromium-mac-snowleopard/editing/selection/unrendered-002-expected.png: |
- * platform/chromium-mac-snowleopard/editing/spelling/spelling-expected.png: |
- * platform/chromium-mac-snowleopard/editing/style/5046875-2-expected.png: |
- * platform/chromium-mac-snowleopard/editing/style/block-styles-007-expected.png: |
- * platform/chromium-mac/editing/deleting/4922367-expected.png: |
- * platform/chromium-mac/editing/deleting/5126166-expected.png: |
- * platform/chromium-mac/editing/deleting/5144139-2-expected.png: |
- * platform/chromium-mac/editing/deleting/5206311-1-expected.png: |
- * platform/chromium-mac/editing/deleting/5272440-expected.png: |
- * platform/chromium-mac/editing/deleting/5369009-expected.png: |
- * platform/chromium-mac/editing/deleting/5433862-2-expected.png: |
- * platform/chromium-mac/editing/deleting/5483370-expected.png: |
- * platform/chromium-mac/editing/deleting/collapse-whitespace-3587601-fix-expected.png: |
- * platform/chromium-mac/editing/deleting/delete-3608445-fix-expected.png: |
- * platform/chromium-mac/editing/deleting/delete-3608462-fix-expected.png: |
- * platform/chromium-mac/editing/deleting/delete-3959464-fix-expected.png: |
- * platform/chromium-mac/editing/deleting/delete-4083333-fix-expected.png: |
- * platform/chromium-mac/editing/deleting/delete-after-span-ws-001-expected.png: |
- * platform/chromium-mac/editing/deleting/delete-after-span-ws-002-expected.png: |
- * platform/chromium-mac/editing/deleting/delete-after-span-ws-003-expected.png: |
- * platform/chromium-mac/editing/deleting/delete-and-undo-expected.png: |
- * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-001-expected.png: |
- * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-002-expected.png: |
- * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-003-expected.png: |
- * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-004-expected.png: |
- * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-005-expected.png: |
- * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-006-expected.png: |
- * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-007-expected.png: |
- * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-008-expected.png: |
- * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-009-expected.png: |
- * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-010-expected.png: |
- * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-011-expected.png: |
- * platform/chromium-mac/editing/deleting/delete-at-start-or-end-expected.png: |
- * platform/chromium-mac/editing/deleting/delete-block-contents-001-expected.png: |
- * platform/chromium-mac/editing/deleting/delete-block-contents-002-expected.png: |
- * platform/chromium-mac/editing/deleting/delete-block-contents-003-expected.png: |
- * platform/chromium-mac/editing/deleting/delete-block-merge-contents-001-expected.png: |
- * platform/chromium-mac/editing/deleting/delete-block-merge-contents-002-expected.png: |
- * platform/chromium-mac/editing/deleting/delete-block-merge-contents-003-expected.png: |
- * platform/chromium-mac/editing/deleting/delete-block-merge-contents-004-expected.png: |
- * platform/chromium-mac/editing/deleting/delete-block-merge-contents-005-expected.png: |
- * platform/chromium-mac/editing/deleting/delete-block-merge-contents-006-expected.png: |
- * platform/chromium-mac/editing/deleting/delete-block-merge-contents-007-expected.png: |
- * platform/chromium-mac/editing/deleting/delete-block-merge-contents-008-expected.png: |
- * platform/chromium-mac/editing/deleting/delete-block-merge-contents-009-expected.png: |
- * platform/chromium-mac/editing/deleting/delete-block-merge-contents-010-expected.png: |
- * platform/chromium-mac/editing/deleting/delete-block-merge-contents-011-expected.png: |
- * platform/chromium-mac/editing/deleting/delete-block-merge-contents-012-expected.png: |
- * platform/chromium-mac/editing/deleting/delete-block-merge-contents-013-expected.png: |
- * platform/chromium-mac/editing/deleting/delete-block-merge-contents-014-expected.png: |
- * platform/chromium-mac/editing/deleting/delete-block-merge-contents-015-expected.png: |
- * platform/chromium-mac/editing/deleting/delete-block-merge-contents-016-expected.png: |
- * platform/chromium-mac/editing/deleting/delete-block-merge-contents-017-expected.png: |
- * platform/chromium-mac/editing/deleting/delete-br-001-expected.png: |
- * platform/chromium-mac/editing/deleting/delete-br-002-expected.png: |
- * platform/chromium-mac/editing/deleting/delete-br-003-expected.png: |
- * platform/chromium-mac/editing/deleting/delete-br-004-expected.png: |
- * platform/chromium-mac/editing/deleting/delete-br-005-expected.png: |
- * platform/chromium-mac/editing/deleting/delete-br-006-expected.png: |
- * platform/chromium-mac/editing/deleting/delete-br-007-expected.png: |
- * platform/chromium-mac/editing/deleting/delete-br-013-expected.png: |
- * platform/chromium-mac/editing/deleting/delete-character-001-expected.png: |
- * platform/chromium-mac/editing/deleting/delete-contiguous-ws-001-expected.png: |
- * platform/chromium-mac/editing/deleting/delete-first-list-item-expected.png: |
- * platform/chromium-mac/editing/deleting/delete-hr-expected.png: |
- * platform/chromium-mac/editing/deleting/delete-image-001-expected.png: |
- * platform/chromium-mac/editing/deleting/delete-image-002-expected.png: |
- * platform/chromium-mac/editing/deleting/delete-image-003-expected.png: |
- * platform/chromium-mac/editing/deleting/delete-image-004-expected.png: |
- * platform/chromium-mac/editing/deleting/delete-leading-ws-001-expected.png: |
- * platform/chromium-mac/editing/deleting/delete-line-015-expected.png: |
- * platform/chromium-mac/editing/deleting/delete-line-016-expected.png: |
- * platform/chromium-mac/editing/deleting/delete-line-017-expected.png: |
- * platform/chromium-mac/editing/deleting/delete-line-end-ws-001-expected.png: |
- * platform/chromium-mac/editing/deleting/delete-line-end-ws-002-expected.png: |
- * platform/chromium-mac/editing/deleting/delete-listitem-001-expected.png: |
- * platform/chromium-mac/editing/deleting/delete-listitem-002-expected.png: |
- * platform/chromium-mac/editing/deleting/delete-selection-001-expected.png: |
- * platform/chromium-mac/editing/deleting/delete-tab-001-expected.png: |
- * platform/chromium-mac/editing/deleting/delete-tab-002-expected.png: |
- * platform/chromium-mac/editing/deleting/delete-tab-003-expected.png: |
- * platform/chromium-mac/editing/deleting/delete-tab-004-expected.png: |
- * platform/chromium-mac/editing/deleting/delete-to-select-table-expected.png: |
- * platform/chromium-mac/editing/deleting/delete-trailing-ws-001-expected.png: |
- * platform/chromium-mac/editing/deleting/delete-trailing-ws-002-expected.png: |
- * platform/chromium-mac/editing/deleting/delete-ws-fixup-001-expected.png: |
- * platform/chromium-mac/editing/deleting/delete-ws-fixup-002-expected.png: |
- * platform/chromium-mac/editing/deleting/delete-ws-fixup-003-expected.png: |
- * platform/chromium-mac/editing/deleting/delete-ws-fixup-004-expected.png: |
- * platform/chromium-mac/editing/deleting/list-item-1-expected.png: |
- * platform/chromium-mac/editing/deleting/merge-different-styles-expected.png: |
- * platform/chromium-mac/editing/deleting/merge-endOfParagraph-expected.png: |
- * platform/chromium-mac/editing/deleting/merge-into-empty-block-1-expected.png: |
- * platform/chromium-mac/editing/deleting/merge-into-empty-block-2-expected.png: |
- * platform/chromium-mac/editing/deleting/merge-no-br-expected.png: |
- * platform/chromium-mac/editing/deleting/merge-unrendered-space-expected.png: |
- * platform/chromium-mac/editing/deleting/merge-whitespace-pre-expected.png: |
- * platform/chromium-mac/editing/deleting/non-smart-delete-expected.png: |
- * platform/chromium-mac/editing/deleting/pruning-after-merge-2-expected.png: |
- * platform/chromium-mac/editing/deleting/smart-delete-001-expected.png: |
- * platform/chromium-mac/editing/deleting/smart-delete-002-expected.png: |
- * platform/chromium-mac/editing/deleting/smart-delete-003-expected.png: |
- * platform/chromium-mac/editing/deleting/smart-delete-004-expected.png: |
- * platform/chromium-mac/editing/deleting/table-cells-expected.png: |
- * platform/chromium-mac/editing/deleting/type-delete-after-quote-expected.png: |
- * platform/chromium-mac/editing/execCommand/4580583-1-expected.png: |
- * platform/chromium-mac/editing/execCommand/4580583-2-expected.png: |
- * platform/chromium-mac/editing/execCommand/4641880-1-expected.png: |
- * platform/chromium-mac/editing/execCommand/4641880-2-expected.png: |
- * platform/chromium-mac/editing/execCommand/4747450-expected.png: |
- * platform/chromium-mac/editing/execCommand/4916402-expected.png: |
- * platform/chromium-mac/editing/execCommand/4916541-expected.png: |
- * platform/chromium-mac/editing/execCommand/4924441-expected.png: |
- * platform/chromium-mac/editing/execCommand/5080333-1-expected.png: |
- * platform/chromium-mac/editing/execCommand/5080333-2-expected.png: |
- * platform/chromium-mac/editing/execCommand/5136770-expected.png: |
- * platform/chromium-mac/editing/execCommand/5138441-expected.png: |
- * platform/chromium-mac/editing/execCommand/5142012-1-expected.png: |
- * platform/chromium-mac/editing/execCommand/5481523-expected.png: |
- * platform/chromium-mac/editing/execCommand/5569741-expected.png: |
- * platform/chromium-mac/editing/execCommand/create-list-with-hr-expected.png: |
- * platform/chromium-mac/editing/execCommand/format-block-with-trailing-br-expected.png: |
- * platform/chromium-mac/editing/execCommand/indent-empty-root-expected.png: |
- * platform/chromium-mac/editing/execCommand/indent-list-item-expected.png: |
- * platform/chromium-mac/editing/execCommand/indent-selection-expected.png: |
- * platform/chromium-mac/editing/execCommand/insert-list-and-stitch-expected.png: |
- * platform/chromium-mac/editing/execCommand/insertHorizontalRule-expected.png: |
- * platform/chromium-mac/editing/execCommand/insertImage-expected.png: |
- * platform/chromium-mac/editing/execCommand/nsresponder-indent-expected.png: |
- * platform/chromium-mac/editing/execCommand/nsresponder-outdent-expected.png: |
- * platform/chromium-mac/editing/execCommand/print-expected.png: |
- * platform/chromium-mac/editing/execCommand/remove-list-from-range-selection-expected.png: |
- * platform/chromium-mac/editing/execCommand/remove-list-item-1-expected.png: |
- * platform/chromium-mac/editing/execCommand/selectAll-expected.png: |
- * platform/chromium-mac/editing/inserting/4278698-expected.png: |
- * platform/chromium-mac/editing/inserting/4840662-expected.png: |
- * platform/chromium-mac/editing/inserting/4875189-1-expected.png: |
- * platform/chromium-mac/editing/inserting/4875189-2-expected.png: |
- * platform/chromium-mac/editing/inserting/4959067-expected.png: |
- * platform/chromium-mac/editing/inserting/4960120-2-expected.png: |
- * platform/chromium-mac/editing/inserting/5002441-expected.png: |
- * platform/chromium-mac/editing/inserting/5058163-1-expected.png: |
- * platform/chromium-mac/editing/inserting/5058163-2-expected.png: |
- * platform/chromium-mac/editing/inserting/5156401-2-expected.png: |
- * platform/chromium-mac/editing/inserting/5418891-expected.png: |
- * platform/chromium-mac/editing/inserting/5510537-expected.png: |
- * platform/chromium-mac/editing/inserting/5549929-2-expected.png: |
- * platform/chromium-mac/editing/inserting/5549929-3-expected.png: |
- * platform/chromium-mac/editing/inserting/6703873-expected.png: |
- * platform/chromium-mac/editing/inserting/before-after-input-element-expected.png: |
- * platform/chromium-mac/editing/inserting/break-blockquote-after-delete-expected.png: |
- * platform/chromium-mac/editing/inserting/editable-inline-element-expected.png: |
- * platform/chromium-mac/editing/inserting/edited-whitespace-1-expected.png: |
- * platform/chromium-mac/editing/inserting/editing-empty-divs-expected.png: |
- * platform/chromium-mac/editing/inserting/insert-3775316-fix-expected.png: |
- * platform/chromium-mac/editing/inserting/insert-3778059-fix-expected.png: |
- * platform/chromium-mac/editing/inserting/insert-3800346-fix-expected.png: |
- * platform/chromium-mac/editing/inserting/insert-after-delete-001-expected.png: |
- * platform/chromium-mac/editing/inserting/insert-at-end-01-expected.png: |
- * platform/chromium-mac/editing/inserting/insert-at-end-02-expected.png: |
- * platform/chromium-mac/editing/inserting/insert-br-001-expected.png: |
- * platform/chromium-mac/editing/inserting/insert-br-002-expected.png: |
- * platform/chromium-mac/editing/inserting/insert-br-003-expected.png: |
- * platform/chromium-mac/editing/inserting/insert-br-004-expected.png: |
- * platform/chromium-mac/editing/inserting/insert-br-005-expected.png: |
- * platform/chromium-mac/editing/inserting/insert-br-006-expected.png: |
- * platform/chromium-mac/editing/inserting/insert-br-007-expected.png: |
- * platform/chromium-mac/editing/inserting/insert-br-008-expected.png: |
- * platform/chromium-mac/editing/inserting/insert-br-009-expected.png: |
- * platform/chromium-mac/editing/inserting/insert-br-at-tabspan-001-expected.png: |
- * platform/chromium-mac/editing/inserting/insert-br-at-tabspan-002-expected.png: |
- * platform/chromium-mac/editing/inserting/insert-br-at-tabspan-003-expected.png: |
- * platform/chromium-mac/editing/inserting/insert-br-quoted-001-expected.png: |
- * platform/chromium-mac/editing/inserting/insert-br-quoted-002-expected.png: |
- * platform/chromium-mac/editing/inserting/insert-br-quoted-003-expected.png: |
- * platform/chromium-mac/editing/inserting/insert-br-quoted-004-expected.png: |
- * platform/chromium-mac/editing/inserting/insert-br-quoted-005-expected.png: |
- * platform/chromium-mac/editing/inserting/insert-br-quoted-006-expected.png: |
- * platform/chromium-mac/editing/inserting/insert-div-025-expected.png: |
- * platform/chromium-mac/editing/inserting/insert-div-026-expected.png: |
- * platform/chromium-mac/editing/inserting/insert-paragraph-01-expected.png: |
- * platform/chromium-mac/editing/inserting/insert-paragraph-02-expected.png: |
- * platform/chromium-mac/editing/inserting/insert-paragraph-03-expected.png: |
- * platform/chromium-mac/editing/inserting/insert-paragraph-04-expected.png: |
- * platform/chromium-mac/editing/inserting/insert-paragraph-05-expected.png: |
- * platform/chromium-mac/editing/inserting/insert-space-in-empty-doc-expected.png: |
- * platform/chromium-mac/editing/inserting/insert-tab-001-expected.png: |
- * platform/chromium-mac/editing/inserting/insert-tab-002-expected.png: |
- * platform/chromium-mac/editing/inserting/insert-tab-003-expected.png: |
- * platform/chromium-mac/editing/inserting/insert-tab-004-expected.png: |
- * platform/chromium-mac/editing/inserting/insert-text-at-tabspan-001-expected.png: |
- * platform/chromium-mac/editing/inserting/insert-text-at-tabspan-002-expected.png: |
- * platform/chromium-mac/editing/inserting/insert-text-at-tabspan-003-expected.png: |
- * platform/chromium-mac/editing/inserting/insert-text-with-newlines-expected.png: |
- * platform/chromium-mac/editing/inserting/line-break-expected.png: |
- * platform/chromium-mac/editing/inserting/multiple-lines-selected-expected.png: |
- * platform/chromium-mac/editing/inserting/paragraph-separator-01-expected.png: |
- * platform/chromium-mac/editing/inserting/paragraph-separator-02-expected.png: |
- * platform/chromium-mac/editing/inserting/paragraph-separator-03-expected.png: |
- * platform/chromium-mac/editing/inserting/paragraph-separator-in-table-1-expected.png: |
- * platform/chromium-mac/editing/inserting/paragraph-separator-in-table-2-expected.png: |
- * platform/chromium-mac/editing/inserting/redo-expected.png: |
- * platform/chromium-mac/editing/inserting/return-key-with-selection-001-expected.png: |
- * platform/chromium-mac/editing/inserting/return-key-with-selection-002-expected.png: |
- * platform/chromium-mac/editing/inserting/return-key-with-selection-003-expected.png: |
- * platform/chromium-mac/editing/inserting/typing-001-expected.png: |
- * platform/chromium-mac/editing/inserting/typing-002-expected.png: |
- * platform/chromium-mac/editing/inserting/typing-003-expected.png: |
- * platform/chromium-mac/editing/inserting/typing-around-br-001-expected.png: |
- * platform/chromium-mac/editing/inserting/typing-around-image-001-expected.png: |
- * platform/chromium-mac/editing/pasteboard/3976872-expected.png: |
- * platform/chromium-mac/editing/pasteboard/4076267-2-expected.png: |
- * platform/chromium-mac/editing/pasteboard/4076267-3-expected.png: |
- * platform/chromium-mac/editing/pasteboard/4076267-expected.png: |
- * platform/chromium-mac/editing/pasteboard/4242293-expected.png: |
- * platform/chromium-mac/editing/pasteboard/4631972-expected.png: |
- * platform/chromium-mac/editing/pasteboard/4641033-expected.png: |
- * platform/chromium-mac/editing/pasteboard/4806874-expected.png: |
- * platform/chromium-mac/editing/pasteboard/4944770-1-expected.png: |
- * platform/chromium-mac/editing/pasteboard/4944770-2-expected.png: |
- * platform/chromium-mac/editing/pasteboard/4947130-expected.png: |
- * platform/chromium-mac/editing/pasteboard/5006779-expected.png: |
- * platform/chromium-mac/editing/pasteboard/5032095-expected.png: |
- * platform/chromium-mac/editing/pasteboard/5071074-2-expected.png: |
- * platform/chromium-mac/editing/pasteboard/5071074-expected.png: |
- * platform/chromium-mac/editing/pasteboard/5075944-expected.png: |
- * platform/chromium-mac/editing/pasteboard/5134759-expected.png: |
- * platform/chromium-mac/editing/pasteboard/5156401-1-expected.png: |
- * platform/chromium-mac/editing/pasteboard/5247341-expected.png: |
- * platform/chromium-mac/editing/pasteboard/5387578-expected.png: |
- * platform/chromium-mac/editing/pasteboard/5478250-expected.png: |
- * platform/chromium-mac/editing/pasteboard/5601583-1-expected.png: |
- * platform/chromium-mac/editing/pasteboard/8145-1-expected.png: |
- * platform/chromium-mac/editing/pasteboard/8145-2-expected.png: |
- * platform/chromium-mac/editing/pasteboard/8145-3-expected.png: |
- * platform/chromium-mac/editing/pasteboard/bad-placeholder-expected.png: |
- * platform/chromium-mac/editing/pasteboard/cut-text-001-expected.png: |
- * platform/chromium-mac/editing/pasteboard/displaced-generic-placeholder-expected.png: |
- * platform/chromium-mac/editing/pasteboard/displaced-placeholder-expected.png: |
- * platform/chromium-mac/editing/pasteboard/drag-drop-modifies-page-expected.png: |
- * platform/chromium-mac/editing/pasteboard/drag-selected-image-to-contenteditable-expected.png: Added. |
- * platform/chromium-mac/editing/pasteboard/drag-selected-image-to-contenteditable-expected.txt: Added. |
- * platform/chromium-mac/editing/pasteboard/input-field-1-expected.png: |
- * platform/chromium-mac/editing/pasteboard/merge-after-delete-1-expected.png: |
- * platform/chromium-mac/editing/pasteboard/merge-after-delete-2-expected.png: |
- * platform/chromium-mac/editing/pasteboard/merge-after-delete-expected.png: |
- * platform/chromium-mac/editing/pasteboard/merge-end-blockquote-expected.png: |
- * platform/chromium-mac/editing/pasteboard/merge-end-borders-expected.png: |
- * platform/chromium-mac/editing/pasteboard/merge-start-blockquote-expected.png: |
- * platform/chromium-mac/editing/pasteboard/merge-start-list-expected.png: |
- * platform/chromium-mac/editing/pasteboard/paste-4035648-fix-expected.png: |
- * platform/chromium-mac/editing/pasteboard/paste-4038267-fix-expected.png: |
- * platform/chromium-mac/editing/pasteboard/paste-blockquote-after-blockquote-expected.png: |
- * platform/chromium-mac/editing/pasteboard/paste-blockquote-into-blockquote-4-expected.png: |
- * platform/chromium-mac/editing/pasteboard/paste-line-endings-001-expected.png: |
- * platform/chromium-mac/editing/pasteboard/paste-line-endings-002-expected.png: |
- * platform/chromium-mac/editing/pasteboard/paste-line-endings-003-expected.png: |
- * platform/chromium-mac/editing/pasteboard/paste-line-endings-004-expected.png: |
- * platform/chromium-mac/editing/pasteboard/paste-line-endings-005-expected.png: |
- * platform/chromium-mac/editing/pasteboard/paste-line-endings-006-expected.png: |
- * platform/chromium-mac/editing/pasteboard/paste-line-endings-007-expected.png: |
- * platform/chromium-mac/editing/pasteboard/paste-line-endings-008-expected.png: |
- * platform/chromium-mac/editing/pasteboard/paste-line-endings-009-expected.png: |
- * platform/chromium-mac/editing/pasteboard/paste-line-endings-010-expected.png: |
- * platform/chromium-mac/editing/pasteboard/paste-match-style-001-expected.png: |
- * platform/chromium-mac/editing/pasteboard/paste-match-style-002-expected.png: |
- * platform/chromium-mac/editing/pasteboard/paste-text-019-expected.png: |
- * platform/chromium-mac/editing/pasteboard/paste-text-at-tabspan-003-expected.png: |
- * platform/chromium-mac/editing/pasteboard/pasting-object-expected.png: |
- * platform/chromium-mac/editing/pasteboard/pasting-tabs-expected.png: |
- * platform/chromium-mac/editing/pasteboard/quirks-mode-br-1-expected.png: |
- * platform/chromium-mac/editing/pasteboard/smart-drag-drop-expected.png: |
- * platform/chromium-mac/editing/pasteboard/smart-paste-007-expected.png: |
- * platform/chromium-mac/editing/pasteboard/smart-paste-008-expected.png: Added. |
- * platform/chromium-mac/editing/pasteboard/styled-element-markup-expected.png: |
- * platform/chromium-mac/editing/pasteboard/undoable-fragment-removes-expected.png: |
- * platform/chromium-mac/editing/pasteboard/unrendered-br-expected.png: |
- * platform/chromium-mac/editing/selection/13804-expected.png: |
- * platform/chromium-mac/editing/selection/3690703-2-expected.png: |
- * platform/chromium-mac/editing/selection/3690703-expected.png: |
- * platform/chromium-mac/editing/selection/3690719-expected.png: |
- * platform/chromium-mac/editing/selection/4397952-expected.png: |
- * platform/chromium-mac/editing/selection/4818145-expected.png: |
- * platform/chromium-mac/editing/selection/4866671-expected.png: |
- * platform/chromium-mac/editing/selection/4889598-expected.png: |
- * platform/chromium-mac/editing/selection/4895428-2-expected.png: |
- * platform/chromium-mac/editing/selection/4932260-1-expected.png: |
- * platform/chromium-mac/editing/selection/4932260-2-expected.png: |
- * platform/chromium-mac/editing/selection/4932260-3-expected.png: |
- * platform/chromium-mac/editing/selection/4947387-expected.png: |
- * platform/chromium-mac/editing/selection/5007143-2-expected.png: |
- * platform/chromium-mac/editing/selection/5007143-expected.png: |
- * platform/chromium-mac/editing/selection/5057506-2-expected.png: |
- * platform/chromium-mac/editing/selection/5057506-expected.png: |
- * platform/chromium-mac/editing/selection/5076323-1-expected.png: |
- * platform/chromium-mac/editing/selection/5076323-2-expected.png: |
- * platform/chromium-mac/editing/selection/5076323-3-expected.png: |
- * platform/chromium-mac/editing/selection/5099303-expected.png: |
- * platform/chromium-mac/editing/selection/5131716-1-expected.png: |
- * platform/chromium-mac/editing/selection/5131716-2-expected.png: |
- * platform/chromium-mac/editing/selection/5131716-3-expected.png: |
- * platform/chromium-mac/editing/selection/5131716-4-expected.png: |
- * platform/chromium-mac/editing/selection/5195166-2-expected.png: |
- * platform/chromium-mac/editing/selection/5234383-1-expected.png: |
- * platform/chromium-mac/editing/selection/5234383-2-expected.png: |
- * platform/chromium-mac/editing/selection/6476-expected.png: |
- * platform/chromium-mac/editing/selection/after-line-wrap-expected.png: |
- * platform/chromium-mac/editing/selection/caret-before-select-expected.png: |
- * platform/chromium-mac/editing/selection/caret-ltr-2-expected.png: |
- * platform/chromium-mac/editing/selection/caret-ltr-2-left-expected.png: |
- * platform/chromium-mac/editing/selection/caret-ltr-expected.png: |
- * platform/chromium-mac/editing/selection/caret-ltr-right-expected.png: |
- * platform/chromium-mac/editing/selection/caret-rtl-2-expected.png: |
- * platform/chromium-mac/editing/selection/caret-rtl-2-left-expected.png: |
- * platform/chromium-mac/editing/selection/caret-rtl-expected.png: |
- * platform/chromium-mac/editing/selection/caret-rtl-right-expected.png: |
- * platform/chromium-mac/editing/selection/click-start-of-line-expected.png: |
- * platform/chromium-mac/editing/selection/contains-boundaries-expected.png: |
- * platform/chromium-mac/editing/selection/contenteditable-click-inside-expected.png: |
- * platform/chromium-mac/editing/selection/drag-select-1-expected.png: |
- * platform/chromium-mac/editing/selection/editable-non-editable-crash-expected.png: |
- * platform/chromium-mac/editing/selection/end-of-document-expected.png: |
- * platform/chromium-mac/editing/selection/expanding-selections-expected.png: |
- * platform/chromium-mac/editing/selection/expanding-selections2-expected.png: |
- * platform/chromium-mac/editing/selection/extend-by-character-001-expected.png: |
- * platform/chromium-mac/editing/selection/extend-by-character-002-expected.png: |
- * platform/chromium-mac/editing/selection/extend-by-character-003-expected.png: |
- * platform/chromium-mac/editing/selection/extend-by-character-004-expected.png: |
- * platform/chromium-mac/editing/selection/extend-by-character-005-expected.png: |
- * platform/chromium-mac/editing/selection/extend-by-character-006-expected.png: |
- * platform/chromium-mac/editing/selection/extend-by-sentence-001-expected.png: |
- * platform/chromium-mac/editing/selection/extend-by-word-001-expected.png: |
- * platform/chromium-mac/editing/selection/extend-by-word-002-expected.png: |
- * platform/chromium-mac/editing/selection/extend-selection-bidi-expected.png: |
- * platform/chromium-mac/editing/selection/fake-doubleclick-expected.png: |
- * platform/chromium-mac/editing/selection/iframe-expected.png: |
- * platform/chromium-mac/editing/selection/image-before-linebreak-expected.png: |
- * platform/chromium-mac/editing/selection/inline-table-expected.png: |
- * platform/chromium-mac/editing/selection/leave-requested-block-expected.png: |
- * platform/chromium-mac/editing/selection/mixed-editability-3-expected.png: |
- * platform/chromium-mac/editing/selection/mixed-editability-4-expected.png: |
- * platform/chromium-mac/editing/selection/mixed-editability-5-expected.png: |
- * platform/chromium-mac/editing/selection/mixed-editability-6-expected.png: |
- * platform/chromium-mac/editing/selection/mixed-editability-7-expected.png: |
- * platform/chromium-mac/editing/selection/mixed-editability-8-expected.png: |
- * platform/chromium-mac/editing/selection/mixed-editability-9-expected.png: |
- * platform/chromium-mac/editing/selection/move-backwords-by-word-001-expected.png: |
- * platform/chromium-mac/editing/selection/move-between-blocks-no-001-expected.png: |
- * platform/chromium-mac/editing/selection/move-by-character-001-expected.png: |
- * platform/chromium-mac/editing/selection/move-by-character-002-expected.png: |
- * platform/chromium-mac/editing/selection/move-by-character-003-expected.png: |
- * platform/chromium-mac/editing/selection/move-by-character-004-expected.png: |
- * platform/chromium-mac/editing/selection/move-by-character-005-expected.png: |
- * platform/chromium-mac/editing/selection/move-by-character-6-expected.png: |
- * platform/chromium-mac/editing/selection/move-by-line-001-expected.png: |
- * platform/chromium-mac/editing/selection/move-by-line-002-expected.png: |
- * platform/chromium-mac/editing/selection/move-by-sentence-001-expected.png: |
- * platform/chromium-mac/editing/selection/move-by-sentence-linebreak-expected.png: |
- * platform/chromium-mac/editing/selection/move-by-word-001-expected.png: |
- * platform/chromium-mac/editing/selection/move-past-trailing-space-expected.png: |
- * platform/chromium-mac/editing/selection/previous-line-position-expected.png: |
- * platform/chromium-mac/editing/selection/replace-selection-1-expected.png: |
- * platform/chromium-mac/editing/selection/replaced-boundaries-1-expected.png: |
- * platform/chromium-mac/editing/selection/replaced-boundaries-2-expected.png: |
- * platform/chromium-mac/editing/selection/replaced-boundaries-3-expected.png: |
- * platform/chromium-mac/editing/selection/select-all-001-expected.png: |
- * platform/chromium-mac/editing/selection/select-all-002-expected.png: |
- * platform/chromium-mac/editing/selection/select-box-expected.png: |
- * platform/chromium-mac/editing/selection/select-element-paragraph-boundary-expected.png: |
- * platform/chromium-mac/editing/selection/select-missing-image-expected.png: |
- * platform/chromium-mac/editing/selection/selection-3748164-fix-expected.png: |
- * platform/chromium-mac/editing/selection/table-caret-1-expected.png: |
- * platform/chromium-mac/editing/selection/table-caret-2-expected.png: |
- * platform/chromium-mac/editing/selection/table-caret-3-expected.png: |
- * platform/chromium-mac/editing/selection/triple-click-in-pre-expected.png: |
- * platform/chromium-mac/editing/selection/unrendered-001-expected.png: |
- * platform/chromium-mac/editing/selection/unrendered-002-expected.png: Added. |
- * platform/chromium-mac/editing/selection/unrendered-003-expected.png: |
- * platform/chromium-mac/editing/selection/unrendered-004-expected.png: |
- * platform/chromium-mac/editing/selection/unrendered-005-expected.png: |
- * platform/chromium-mac/editing/selection/unrendered-space-expected.png: |
- * platform/chromium-mac/editing/selection/wrapped-line-caret-1-expected.png: |
- * platform/chromium-mac/editing/selection/wrapped-line-caret-2-expected.png: |
- * platform/chromium-mac/editing/spelling/spelling-expected.png: |
- * platform/chromium-mac/editing/style/4916887-expected.png: |
- * platform/chromium-mac/editing/style/5017613-1-expected.png: |
- * platform/chromium-mac/editing/style/5017613-2-expected.png: |
- * platform/chromium-mac/editing/style/5046875-1-expected.png: |
- * platform/chromium-mac/editing/style/5046875-2-expected.png: Added. |
- * platform/chromium-mac/editing/style/5065910-expected.png: |
- * platform/chromium-mac/editing/style/5084241-expected.png: |
- * platform/chromium-mac/editing/style/5228141-expected.png: |
- * platform/chromium-mac/editing/style/5279521-expected.png: |
- * platform/chromium-mac/editing/style/block-styles-007-expected.png: |
- * platform/chromium-mac/editing/style/highlight-expected.png: |
- * platform/chromium-mac/editing/style/smoosh-styles-001-expected.png: |
- * platform/chromium-mac/editing/style/style-3681552-fix-001-expected.png: |
- * platform/chromium-mac/editing/style/style-3681552-fix-002-expected.png: |
- * platform/chromium-mac/editing/style/style-3998892-fix-expected.png: |
- * platform/chromium-mac/editing/style/style-boundary-001-expected.png: |
- * platform/chromium-mac/editing/style/style-boundary-002-expected.png: |
- * platform/chromium-mac/editing/style/style-boundary-003-expected.png: |
- * platform/chromium-mac/editing/style/style-boundary-004-expected.png: |
- * platform/chromium-mac/editing/style/style-boundary-005-expected.png: |
- * platform/chromium-mac/editing/style/typing-style-001-expected.png: |
- * platform/chromium-mac/editing/style/typing-style-002-expected.png: |
- * platform/chromium-mac/editing/style/unbold-in-bold-expected.png: |
- * platform/chromium-mac/editing/undo/4063751-expected.png: |
- * platform/chromium-mac/editing/undo/5378473-expected.png: |
- * platform/chromium-mac/editing/undo/redo-typing-001-expected.png: |
- * platform/chromium-mac/editing/undo/undo-combined-delete-boundary-expected.png: |
- * platform/chromium-mac/editing/undo/undo-combined-delete-expected.png: |
- * platform/chromium-mac/editing/undo/undo-delete-boundary-expected.png: |
- * platform/chromium-mac/editing/undo/undo-delete-expected.png: |
- * platform/chromium-mac/editing/undo/undo-forward-delete-boundary-expected.png: |
- * platform/chromium-mac/editing/undo/undo-forward-delete-expected.png: |
- * platform/chromium-mac/editing/undo/undo-misspellings-expected.png: |
- * platform/chromium-mac/editing/undo/undo-typing-001-expected.png: |
- * platform/chromium-mac/editing/unsupported-content/list-delete-001-expected.png: |
- * platform/chromium-mac/editing/unsupported-content/list-delete-003-expected.png: |
- * platform/chromium-mac/editing/unsupported-content/list-type-after-expected.png: |
- * platform/chromium-mac/editing/unsupported-content/list-type-before-expected.png: |
- * platform/chromium-mac/editing/unsupported-content/table-delete-001-expected.png: |
- * platform/chromium-mac/editing/unsupported-content/table-delete-002-expected.png: |
- * platform/chromium-mac/editing/unsupported-content/table-delete-003-expected.png: |
- * platform/chromium-mac/editing/unsupported-content/table-type-after-expected.png: |
- * platform/chromium-mac/editing/unsupported-content/table-type-before-expected.png: |
- * platform/chromium-mac/fast/css/focus-ring-outline-color-expected.png: |
- * platform/chromium-mac/fast/css/focus-ring-outline-offset-expected.png: |
- * platform/chromium-mac/fast/css/focus-ring-outline-width-expected.png: |
- * platform/chromium-mac/fast/css/outline-auto-location-expected.png: |
- * platform/chromium-mac/fast/dom/focus-contenteditable-expected.png: |
- * platform/chromium-mac/fast/inline/25277-2-expected.png: |
- * platform/chromium-mac/fast/inline/25277-expected.png: |
- * platform/chromium-mac/fast/inline/continuation-outlines-expected.png: |
- * platform/chromium-mac/fast/inline/continuation-outlines-with-layers-2-expected.png: |
- * platform/chromium-mac/fast/inline/continuation-outlines-with-layers-expected.png: |
- * platform/chromium-mac/fast/inline/inline-focus-ring-expected.png: |
- * platform/chromium-mac/fast/overflow/overflow-focus-ring-expected.png: |
- * platform/chromium-mac/fast/repaint/focus-layers-expected.png: |
- * platform/chromium-mac/fast/repaint/focus-ring-expected.png: |
- * platform/chromium-mac/fast/text/delete-hard-break-character-expected.png: |
- * platform/chromium-mac/fast/text/international/rtl-caret-expected.png: |
- * platform/chromium-mac/fast/transforms/transformed-caret-expected.png: |
- * platform/chromium-mac/svg/custom/focus-ring-expected.png: |
- * platform/chromium/test_expectations.txt: |
- |
-2011-10-21 Zoltan Horvath <zoltan@webkit.org> |
- |
- [Qt] fast/events/touch/page-scaled-touch-gesture-click.html is failing |
- https://bugs.webkit.org/show_bug.cgi?id=70593 |
- |
- It was introduced in r97988. Skip it. |
- |
- * platform/qt/Skipped: |
- |
-2011-10-21 Andrey Kosyakov <caseq@chromium.org> |
- |
- [Qt] 2 inspector/extensions tests times out on Mac and linux after r97850 |
- https://bugs.webkit.org/show_bug.cgi?id=70414 |
- |
- Unreviewed. Skipped inspector/extensions/extensions-{events,network}.html |
- |
- * platform/qt/Skipped: |
- |
-2011-10-03 Kent Tamura <tkent@chromium.org> |
- |
- Add tests to check behavior of border attribute with a large number or an invalid value. |
- https://bugs.webkit.org/show_bug.cgi?id=69055 |
- |
- Reviewed by Daniel Bates. |
- |
- r96290 changed the behavior of integer parsing so that large |
- number strings which can not be represented in 32 bit integers |
- makes an error. However, border attribute behavior wasn't changed |
- by r96290 because its default value is 0 and |
- parseHTMLNonNegativeInteger() had set 0 in a case of overflow. |
- |
- * fast/dom/HTMLImageElement/image-with-invalid-border-expected.html: Added. |
- * fast/dom/HTMLImageElement/image-with-invalid-border.html: Added. |
- * fast/dom/HTMLInputElement/input-with-invalid-border-expected.html: Added. |
- * fast/dom/HTMLInputElement/input-with-invalid-border.html: Added. |
- * fast/dom/HTMLObjectElement/object-with-invalid-border-expected.html: Added. |
- * fast/dom/HTMLObjectElement/object-with-invalid-border.html: Added. |
- |
-2011-10-20 Andrey Kosyakov <caseq@chromium.org> |
- |
- Web Inspector: make extension tests pass on chromium |
- https://bugs.webkit.org/show_bug.cgi?id=70334 |
- |
- Reviewed by Pavel Feldman. |
- |
- * http/tests/inspector/extensions-headers.html: |
- * http/tests/inspector/resources/extension-main.js: |
- (): |
- * inspector/extensions/extensions-audits.html: |
- * inspector/extensions/extensions-console.html: |
- * inspector/extensions/extensions-resources.html: |
- * platform/chromium/inspector/extensions/extensions-api-expected.txt: Added. |
- * platform/chromium/inspector/extensions/extensions-eval-expected.txt: Added. |
- * platform/chromium/test_expectations.txt: |
- |
-2011-10-21 Yuzo Fujishima <yuzo@google.com> |
- |
- [chromium] Test expectation change: fast/canvas/webgl/WebGLContextEvent.html now passes. |
- |
- Unreviewed. The test passes since http://trac.webkit.org/changeset/98044/ |
- |
- * platform/chromium/test_expectations.txt: |
- |
-2011-10-20 Adam Barth <abarth@webkit.org> |
- |
- These tests are skipped so there's no need to say they TIMEOUT. |
- |
- * platform/chromium/test_expectations.txt: |
- |
-2011-10-02 Kent Tamura <tkent@chromium.org> |
- |
- Add a test to check behavior of tabindex attribute with a large number |
- https://bugs.webkit.org/show_bug.cgi?id=69056 |
- |
- Reviewed by Daniel Bates. |
- |
- r96290 changed the behavior of integer parsing so that large |
- number strings which can not be represented in 32 bit integers |
- makes an error. Before r96290, we had assumed such large numbers |
- are equivelent to 0. We assume them invalid values. |
- |
- * fast/dom/tabindex-defaults-expected.txt: Added. |
- * fast/dom/tabindex-defaults.html: Added. |
- |
-2011-10-20 Yuzo Fujishima <yuzo@google.com> |
- |
- [chromium] Update test expectation for inspector/debugger/{linkifier,script-formatter}.html |
- |
- Unreviewed. |
- |
- * platform/chromium/test_expectations.txt: |
- |
-2011-10-20 Csaba Osztrogonác <ossy@webkit.org> |
- |
- [Qt] FontCache::createFontPlatformData() is broken, a default font is returned |
- even if the family does not match. |
- https://bugs.webkit.org/show_bug.cgi?id=55036 |
- |
- Unreviewed. Update tests after r97990, and unskip them. (part 6) |
- |
- * platform/qt/tables/: [...] |
- * platform/qt/transforms/: [...] |
- * platform/qt/transitions/: [...] |
- * platform/qt/Skipped: |
- |
-2011-10-20 Csaba Osztrogonác <ossy@webkit.org> |
- |
- [Qt] FontCache::createFontPlatformData() is broken, a default font is returned |
- even if the family does not match. |
- https://bugs.webkit.org/show_bug.cgi?id=55036 |
- |
- Unreviewed. Update tests after r97990, and unskip them. (part 5) |
- |
- * platform/qt/svg/: [...] |
- * platform/qt/Skipped: |
- |
2011-10-20 Simon Fraser <simon.fraser@apple.com> |
Hidden composited iframes cause infinite loop |