Index: LayoutTests/ChangeLog |
=================================================================== |
--- LayoutTests/ChangeLog (revision 78113) |
+++ LayoutTests/ChangeLog (working copy) |
@@ -1,5 +1,2390 @@ |
+2011-02-08 Dimitri Glazkov <dglazkov@chromium.org> |
+ |
+ Reviewed by Darin Adler. |
+ |
+ REGRESSION(r71934): Shadow DOM nodes leak via relatedTarget |
+ https://bugs.webkit.org/show_bug.cgi?id=52065 |
+ |
+ * fast/events/shadow-boundary-crossing.html: Added relatedTarget retargeting test. |
+ |
+2011-02-09 Martin Robinson <mrobinson@igalia.com> |
+ |
+ Add more results for many tests in the fast directory missing results. |
+ |
+ * platform/gtk/Skipped: Unskip tests that now have results. |
+ |
+2011-02-09 Zhenyao Mo <zmo@google.com> |
+ |
+ Unreviewed, test expectations update. |
+ |
+ * platform/chromium/test_expectations.txt: |
+ |
+2011-02-09 Martin Robinson <mrobinson@igalia.com> |
+ |
+ Add test results for many tests in the fast directory missing results. |
+ |
+ * platform/gtk/Skipped: Unskip tests with results. |
+ |
+2011-02-09 Simon Fraser <simon.fraser@apple.com> |
+ |
+ Reviewed by Dirk Schulze. |
+ |
+ Enhance ShadowBlur to tile inset box shadows |
+ https://bugs.webkit.org/show_bug.cgi?id=51567 |
+ |
+ Test with various combinations of inset shadow parameters to test |
+ tiling. |
+ |
+ * fast/box-shadow/inset-box-shadows.html: Added. |
+ * platform/mac/fast/box-shadow/inset-box-shadow-radius-expected.checksum: |
+ * platform/mac/fast/box-shadow/inset-box-shadow-radius-expected.png: |
+ * platform/mac/fast/box-shadow/inset-box-shadows-expected.checksum: Added. |
+ * platform/mac/fast/box-shadow/inset-box-shadows-expected.png: Added. |
+ * platform/mac/fast/box-shadow/inset-box-shadows-expected.txt: Added. |
+ |
+2011-02-09 Jochen Eisinger <jochen@chromium.org> |
+ |
+ Reviewed by Adam Barth. |
+ |
+ Disable script elements when a CSP header is present |
+ https://bugs.webkit.org/show_bug.cgi?id=53867 |
+ |
+ * http/tests/security/contentSecurityPolicy/no-policy-expected.txt: Added. |
+ * http/tests/security/contentSecurityPolicy/no-policy.html: Added. |
+ * http/tests/security/contentSecurityPolicy/resources/echo-iframe.pl: Added. |
+ * http/tests/security/contentSecurityPolicy/resources/echo-script-src.pl: Added. |
+ * http/tests/security/contentSecurityPolicy/resources/redir.php: Added. |
+ * http/tests/security/contentSecurityPolicy/resources/script-src.html: Added. |
+ * http/tests/security/contentSecurityPolicy/resources/script.js: Added. |
+ * http/tests/security/contentSecurityPolicy/script-src-in-iframe-expected.txt: Added. |
+ * http/tests/security/contentSecurityPolicy/script-src-in-iframe.html: Added. |
+ * http/tests/security/contentSecurityPolicy/script-src-none-expected.txt: Added. |
+ * http/tests/security/contentSecurityPolicy/script-src-none.html: Added. |
+ * http/tests/security/contentSecurityPolicy/script-src-redirect-expected.txt: Added. |
+ * http/tests/security/contentSecurityPolicy/script-src-redirect.html: Added. |
+ |
+2011-02-09 Shinichiro Hamaji <hamaji@chromium.org> |
+ |
+ Chromium expectations update. |
+ |
+ fast/dom/HTMLAnchorElement/set-href-attribute-hash.html is failing. |
+ |
+ * platform/chromium/test_expectations.txt: |
+ |
+2011-02-09 Shinichiro Hamaji <hamaji@chromium.org> |
+ |
+ Chromium: update expectations |
+ |
+ plugins/invalidate_rect is failing on linux and win, too. |
+ |
+ plugins/invalidate_rect.html fails on chromium-mac |
+ https://bugs.webkit.org/show_bug.cgi?id=54051 |
+ |
+ * platform/chromium/test_expectations.txt: |
+ |
+2011-02-09 Ilya Tikhonovsky <loislo@chromium.org> |
+ |
+ Unreviewed. |
+ |
+ Chromium: Create expectations for residual-style.html see r77781. |
+ |
+ * platform/chromium-linux/fast/invalid/residual-style-expected.txt: |
+ * platform/chromium-win/fast/invalid/residual-style-expected.txt: |
+ * platform/chromium/test_expectations.txt: |
+ |
+2011-02-09 Eric Seidel <eric@webkit.org> |
+ |
+ Reviewed by Adam Barth. |
+ |
+ Hostnames should cannonicalize to lowercase (to match every other browser) |
+ https://bugs.webkit.org/show_bug.cgi?id=54084 |
+ |
+ Pretty obvious change. KURL is the odd man out here. |
+ |
+ * fast/url/host-expected.txt: |
+ * fast/url/ipv4-expected.txt: |
+ * fast/url/ipv6-expected.txt: |
+ * fast/url/relative-expected.txt: |
+ * fast/url/relative-unix-expected.txt: |
+ * fast/url/standard-url-expected.txt: |
+ |
+2011-02-09 Sergio Villar Senin <svillar@igalia.com> |
+ |
+ Unreviewed. |
+ |
+ Added new text expectations for GTK port. They should be actually |
+ valid for any port using the libsoup backend. We need different |
+ results because as stated here |
+ https://bugs.webkit.org/show_bug.cgi?id=3812#c6, the original test |
+ results were designed for NSURLConnection which adds the |
+ "Content-Length: 0" header for null message bodies. That does not |
+ happen in libsoup, so instead of artificially add that header we |
+ better generate different results. |
+ |
+ Also take into account that for HEAD and GET requests the body is |
+ not included so we should expect always a null for them. |
+ |
+ * platform/gtk/Skipped: |
+ * platform/gtk/http/tests/xmlhttprequest/methods-async-expected.txt: Added. |
+ * platform/gtk/http/tests/xmlhttprequest/methods-expected.txt: Added. |
+ * platform/gtk/http/tests/xmlhttprequest/workers/methods-async-expected.txt: Added. |
+ * platform/gtk/http/tests/xmlhttprequest/workers/methods-expected.txt: Added. |
+ * platform/gtk/http/tests/xmlhttprequest/workers/shared-worker-methods-async-expected.txt: Added. |
+ * platform/gtk/http/tests/xmlhttprequest/workers/shared-worker-methods-expected.txt: Added. |
+ |
+2011-02-09 Eric Seidel <eric@webkit.org> |
+ |
+ Reviewed by Adam Barth. |
+ |
+ Make WebKit's fragment cannonicalization match other browsers |
+ https://bugs.webkit.org/show_bug.cgi?id=53850 |
+ |
+ * fast/dom/HTMLAnchorElement/set-href-attribute-hash.html: Updated to match IE/Chrome |
+ * fast/dom/HTMLAnchorElement/set-href-attribute-hash-expected.txt: Updated to match IE/Chrome. |
+ * fast/url/anchor-expected.txt: |
+ - "hello world": Our new behavior here matches IE and Chrome, but diverges from FF. |
+ - The last two tests involving #, we were the odd man out. Now match all browsers. |
+ * fast/url/segments-expected.txt: |
+ - Don't percent encode spaces in fragments (to match other browsers) |
+ - WebKit was the only engine encoding # in fragments. |
+ * fast/url/segments-from-data-url-expected.txt: |
+ |
+2011-02-09 Csaba Osztrogonác <ossy@webkit.org> |
+ |
+ Unreviewed. |
+ |
+ [Qt] Fix crashes in QMetaObject::metacall |
+ https://bugs.webkit.org/show_bug.cgi?id=53912 |
+ |
+ One more attempt to make Qt buildbot happier and make sheriffbot |
+ not to spam innocent people because of this flakey crash. |
+ |
+ * platform/qt/Skipped: Add websocket directory instead of individual tests until fix. |
+ |
+2011-02-09 Ilya Tikhonovsky <loislo@chromium.org> |
+ |
+ Unreviewed. |
+ |
+ Chromium: Rebaseline html5lib/runner.html expectations after r77781. |
+ |
+ * platform/chromium/html5lib/runner-expected.txt: |
+ * platform/chromium/test_expectations.txt: |
+ |
+2011-02-09 Hans Wennborg <hans@chromium.org> |
+ |
+ Reviewed by Jeremy Orlow. |
+ |
+ IndexedDB: Cursors should skip deleted entries |
+ https://bugs.webkit.org/show_bug.cgi?id=53690 |
+ |
+ Cursors should skip over entries that have been deleted |
+ since the cursor was opened. |
+ |
+ * storage/indexeddb/cursor-skip-deleted-expected.txt: Added. |
+ * storage/indexeddb/cursor-skip-deleted.html: Added. |
+ |
+2011-02-09 Ilya Tikhonovsky <loislo@chromium.org> |
+ |
+ Unreviewed. |
+ |
+ Chromium: update expectations for some canvas/philip tests which are failing on MAC. |
+ |
+ * platform/chromium/test_expectations.txt: |
+ |
+2011-02-09 Martin Robinson <mrobinson@igalia.com> |
+ |
+ Skip some failing tests. |
+ |
+ * platform/gtk/Skipped: Skip plugins/invalidate_rect.html and |
+ fast/frames/flattening/iframe-flattening-crash.html |
+ |
+2011-02-09 Csaba Osztrogonác <ossy@webkit.org> |
+ |
+ Unreviewed. |
+ |
+ [Qt] Qt platform has a different editing delegates for several tests |
+ https://bugs.webkit.org/show_bug.cgi?id=43082 |
+ |
+ editing/undo/undo-paste-when-caret-is-not-in-range.html introduced in r77995, but fails on Qt. |
+ Add platform specific expected result until fix. |
+ |
+ * platform/qt/editing/undo/undo-paste-when-caret-is-not-in-range-expected.checksum: Added. |
+ * platform/qt/editing/undo/undo-paste-when-caret-is-not-in-range-expected.png: Added. |
+ * platform/qt/editing/undo/undo-paste-when-caret-is-not-in-range-expected.txt: Copied from LayoutTests/editing/undo/undo-paste-when-caret-is-not-in-range-expected.txt. |
+ |
+2011-02-08 Csaba Osztrogonác <ossy@webkit.org> |
+ |
+ Unreviewed. |
+ |
+ [Qt]Missing layoutTestController.displayInvalidatedRegion() |
+ |
+ plugins/invalidate_rect.html introduced in r78010, but unfortunately |
+ Qt DRT doesn't have layoutTestController.displayInvalidatedRegion(). |
+ |
+ * platform/qt/Skipped: Add plugins/invalidate_rect.html. |
+ |
+2011-02-08 Maciej Stachowiak <mjs@apple.com> |
+ |
+ Reviewed by Kent Tamura. |
+ |
+ Skip a freshly added test that depends on newly added DRT functionality |
+ https://bugs.webkit.org/show_bug.cgi?id=54069 |
+ |
+ * platform/mac-wk2/Skipped: |
+ |
+2011-02-08 Maciej Stachowiak <mjs@apple.com> |
+ |
+ Reviewed by Mark Rowe. |
+ |
+ Skip some tests that fail in WebKit2 for obvious reasons |
+ https://bugs.webkit.org/show_bug.cgi?id=54055 |
+ |
+ * platform/mac-wk2/Skipped: |
+ |
+2011-02-08 Ryosuke Niwa <rniwa@webkit.org> |
+ |
+ Reviewed by Darin Adler. |
+ |
+ REGRESSION(71556,68059): queryCommandValue screws up background color at collapsed cursor |
+ https://bugs.webkit.org/show_bug.cgi?id=53196 |
+ |
+ Added a test to ensure calling queryCommandValue returns the correct value for backColor |
+ and fontSize from typing style. |
+ |
+ * editing/style/query-typing-style-expected.txt: Added. |
+ * editing/style/query-typing-style.html: Added. |
+ |
+2011-02-08 Sailesh Agrawal <sail@chromium.org> |
+ |
+ Reviewed by Kenneth Russell. |
+ |
+ Invalidate rect doesn't work for windowless plugins on Chromium |
+ https://bugs.webkit.org/show_bug.cgi?id=53117 |
+ |
+ Added a test to make sure that NPN_InvalidateRect() works correctly for windowless plugins. |
+ |
+ * plugins/invalidate_rect-expected.txt: Added. |
+ * plugins/invalidate_rect.html: Added. |
+ |
+2011-02-08 Mihai Parparita <mihaip@chromium.org> |
+ |
+ Unreviewed. Remove chromium-gpu-win baseline that has a failing result, |
+ since we now pass the test. |
+ |
+ * platform/chromium-gpu-win/compositing/animation/animated-composited-inside-hidden-expected.txt: Removed. |
+ |
+2011-02-08 Mihai Parparita <mihaip@chromium.org> |
+ |
+ Unreviewed chromium-gpu-win rebaseline. |
+ |
+ * platform/chromium-gpu-win/compositing/direct-image-compositing-expected.txt: |
+ * platform/chromium-gpu-win/compositing/geometry/composited-html-size-expected.checksum: Added. |
+ * platform/chromium-gpu-win/compositing/geometry/composited-html-size-expected.png: Copied from LayoutTests/platform/chromium-gpu-win/fast/canvas/canvas-transform-skewed-expected.png. |
+ * platform/chromium-gpu-win/compositing/geometry/composited-html-size-expected.txt: Added. |
+ * platform/chromium-gpu-win/compositing/geometry/fixed-position-expected.checksum: |
+ * platform/chromium-gpu-win/compositing/geometry/fixed-position-expected.png: |
+ * platform/chromium-gpu-win/compositing/geometry/fixed-position-expected.txt: |
+ * platform/chromium-gpu-win/compositing/geometry/horizontal-scroll-composited-expected.checksum: |
+ * platform/chromium-gpu-win/compositing/geometry/horizontal-scroll-composited-expected.png: |
+ * platform/chromium-gpu-win/compositing/geometry/layer-due-to-layer-children-deep-expected.checksum: Added. |
+ * platform/chromium-gpu-win/compositing/geometry/layer-due-to-layer-children-deep-expected.png: Added. |
+ * platform/chromium-gpu-win/compositing/geometry/layer-due-to-layer-children-deep-expected.txt: Added. |
+ * platform/chromium-gpu-win/compositing/geometry/layer-due-to-layer-children-deep-switch-expected.txt: Added. |
+ * platform/chromium-gpu-win/compositing/geometry/layer-due-to-layer-children-expected.checksum: Added. |
+ * platform/chromium-gpu-win/compositing/geometry/layer-due-to-layer-children-expected.png: Added. |
+ * platform/chromium-gpu-win/compositing/geometry/layer-due-to-layer-children-expected.txt: Added. |
+ * platform/chromium-gpu-win/compositing/geometry/layer-due-to-layer-children-switch-expected.txt: Added. |
+ * platform/chromium-gpu-win/compositing/geometry/limit-layer-bounds-clipping-ancestor-expected.txt: Added. |
+ * platform/chromium-gpu-win/compositing/geometry/limit-layer-bounds-overflow-root-expected.txt: Added. |
+ * platform/chromium-gpu-win/compositing/geometry/limit-layer-bounds-transformed-overflow-expected.txt: Added. |
+ * platform/chromium-gpu-win/compositing/geometry/tall-page-composited-expected.checksum: Added. |
+ * platform/chromium-gpu-win/compositing/geometry/tall-page-composited-expected.png: Added. |
+ * platform/chromium-gpu-win/compositing/geometry/vertical-scroll-composited-expected.checksum: |
+ * platform/chromium-gpu-win/compositing/geometry/vertical-scroll-composited-expected.png: |
+ * platform/chromium-gpu-win/compositing/geometry/vertical-scroll-composited-expected.txt: |
+ * platform/chromium-gpu-win/compositing/iframes/composited-iframe-scroll-expected.checksum: Added. |
+ * platform/chromium-gpu-win/compositing/iframes/composited-iframe-scroll-expected.png: Added. |
+ * platform/chromium-gpu-win/compositing/iframes/composited-iframe-scroll-expected.txt: Added. |
+ * platform/chromium-gpu-win/compositing/iframes/composited-parent-iframe-expected.txt: |
+ * platform/chromium-gpu-win/compositing/images/direct-svg-image-expected.checksum: Added. |
+ * platform/chromium-gpu-win/compositing/images/direct-svg-image-expected.png: Added. |
+ * platform/chromium-gpu-win/compositing/masks/masked-ancestor-expected.checksum: Added. |
+ * platform/chromium-gpu-win/compositing/masks/masked-ancestor-expected.png: Added. |
+ * platform/chromium-gpu-win/compositing/masks/masked-ancestor-expected.txt: Added. |
+ * platform/chromium-gpu-win/compositing/masks/simple-composited-mask-expected.checksum: Added. |
+ * platform/chromium-gpu-win/compositing/masks/simple-composited-mask-expected.png: Added. |
+ * platform/chromium-gpu-win/compositing/masks/simple-composited-mask-expected.txt: Added. |
+ * platform/chromium-gpu-win/compositing/overflow/fixed-position-ancestor-clip-expected.checksum: |
+ * platform/chromium-gpu-win/compositing/overflow/fixed-position-ancestor-clip-expected.png: |
+ * platform/chromium-gpu-win/compositing/overflow/fixed-position-ancestor-clip-expected.txt: |
+ * platform/chromium-gpu-win/compositing/reflections/animation-inside-reflection-expected.checksum: Added. |
+ * platform/chromium-gpu-win/compositing/reflections/animation-inside-reflection-expected.png: Added. |
+ * platform/chromium-gpu-win/compositing/reflections/animation-inside-reflection-expected.txt: Added. |
+ * platform/chromium-gpu-win/compositing/reflections/compositing-change-inside-reflection-expected.checksum: Added. |
+ * platform/chromium-gpu-win/compositing/reflections/compositing-change-inside-reflection-expected.png: Added. |
+ * platform/chromium-gpu-win/compositing/reflections/compositing-change-inside-reflection-expected.txt: Added. |
+ * platform/chromium-gpu-win/compositing/reflections/deeply-nested-reflections-expected.checksum: Added. |
+ * platform/chromium-gpu-win/compositing/reflections/deeply-nested-reflections-expected.png: Added. |
+ * platform/chromium-gpu-win/compositing/reflections/deeply-nested-reflections-expected.txt: Added. |
+ * platform/chromium-gpu-win/compositing/reflections/masked-reflection-on-composited-expected.checksum: Added. |
+ * platform/chromium-gpu-win/compositing/reflections/masked-reflection-on-composited-expected.png: Added. |
+ * platform/chromium-gpu-win/compositing/reflections/masked-reflection-on-composited-expected.txt: Added. |
+ * platform/chromium-gpu-win/compositing/reflections/nested-reflection-animated-expected.checksum: Added. |
+ * platform/chromium-gpu-win/compositing/reflections/nested-reflection-animated-expected.png: Added. |
+ * platform/chromium-gpu-win/compositing/reflections/nested-reflection-animated-expected.txt: Added. |
+ * platform/chromium-gpu-win/compositing/reflections/nested-reflection-expected.checksum: Added. |
+ * platform/chromium-gpu-win/compositing/reflections/nested-reflection-expected.png: Added. |
+ * platform/chromium-gpu-win/compositing/reflections/nested-reflection-expected.txt: Added. |
+ * platform/chromium-gpu-win/compositing/reflections/nested-reflection-mask-change-expected.checksum: Added. |
+ * platform/chromium-gpu-win/compositing/reflections/nested-reflection-mask-change-expected.png: Added. |
+ * platform/chromium-gpu-win/compositing/reflections/nested-reflection-mask-change-expected.txt: Added. |
+ * platform/chromium-gpu-win/compositing/reflections/nested-reflection-on-overflow-expected.checksum: Added. |
+ * platform/chromium-gpu-win/compositing/reflections/nested-reflection-on-overflow-expected.png: Added. |
+ * platform/chromium-gpu-win/compositing/reflections/nested-reflection-on-overflow-expected.txt: Added. |
+ * platform/chromium-gpu-win/compositing/reflections/nested-reflection-opacity-expected.checksum: Added. |
+ * platform/chromium-gpu-win/compositing/reflections/nested-reflection-opacity-expected.png: Added. |
+ * platform/chromium-gpu-win/compositing/reflections/nested-reflection-opacity-expected.txt: Added. |
+ * platform/chromium-gpu-win/compositing/reflections/nested-reflection-size-change-expected.checksum: Added. |
+ * platform/chromium-gpu-win/compositing/reflections/nested-reflection-size-change-expected.png: Added. |
+ * platform/chromium-gpu-win/compositing/reflections/nested-reflection-size-change-expected.txt: Added. |
+ * platform/chromium-gpu-win/compositing/reflections/nested-reflection-transformed-expected.checksum: Added. |
+ * platform/chromium-gpu-win/compositing/reflections/nested-reflection-transformed-expected.png: Added. |
+ * platform/chromium-gpu-win/compositing/reflections/nested-reflection-transformed-expected.txt: Added. |
+ * platform/chromium-gpu-win/compositing/reflections/nested-reflection-transformed2-expected.checksum: Added. |
+ * platform/chromium-gpu-win/compositing/reflections/nested-reflection-transformed2-expected.png: Added. |
+ * platform/chromium-gpu-win/compositing/reflections/nested-reflection-transformed2-expected.txt: Added. |
+ * platform/chromium-gpu-win/compositing/reflections/nested-reflection-transition-expected.checksum: Added. |
+ * platform/chromium-gpu-win/compositing/reflections/nested-reflection-transition-expected.png: Added. |
+ * platform/chromium-gpu-win/compositing/reflections/nested-reflection-transition-expected.txt: Added. |
+ * platform/chromium-gpu-win/compositing/reflections/reflection-on-composited-expected.checksum: Added. |
+ * platform/chromium-gpu-win/compositing/reflections/reflection-on-composited-expected.png: Added. |
+ * platform/chromium-gpu-win/compositing/reflections/reflection-on-composited-expected.txt: Added. |
+ * platform/chromium-gpu-win/compositing/reflections/reflection-ordering-expected.checksum: Added. |
+ * platform/chromium-gpu-win/compositing/reflections/reflection-ordering-expected.png: Added. |
+ * platform/chromium-gpu-win/compositing/reflections/reflection-ordering-expected.txt: Added. |
+ * platform/chromium-gpu-win/compositing/reflections/reflection-positioning-expected.checksum: Added. |
+ * platform/chromium-gpu-win/compositing/reflections/reflection-positioning-expected.png: Added. |
+ * platform/chromium-gpu-win/compositing/reflections/reflection-positioning-expected.txt: Added. |
+ * platform/chromium-gpu-win/compositing/reflections/reflection-positioning2-expected.checksum: Added. |
+ * platform/chromium-gpu-win/compositing/reflections/reflection-positioning2-expected.png: Added. |
+ * platform/chromium-gpu-win/compositing/reflections/reflection-positioning2-expected.txt: Added. |
+ * platform/chromium-gpu-win/compositing/reflections/remove-add-reflection-expected.checksum: Added. |
+ * platform/chromium-gpu-win/compositing/reflections/remove-add-reflection-expected.png: Added. |
+ * platform/chromium-gpu-win/compositing/reflections/simple-composited-reflections-expected.checksum: Added. |
+ * platform/chromium-gpu-win/compositing/reflections/simple-composited-reflections-expected.png: Added. |
+ * platform/chromium-gpu-win/compositing/reflections/simple-composited-reflections-expected.txt: Added. |
+ * platform/chromium-gpu-win/compositing/reflections/transform-inside-reflection-expected.checksum: Added. |
+ * platform/chromium-gpu-win/compositing/reflections/transform-inside-reflection-expected.png: Added. |
+ * platform/chromium-gpu-win/compositing/reflections/transform-inside-reflection-expected.txt: Added. |
+ * platform/chromium-gpu-win/compositing/repaint/content-into-overflow-expected.txt: |
+ * platform/chromium-gpu-win/compositing/repaint/overflow-into-content-expected.txt: |
+ * platform/chromium-gpu-win/compositing/text-on-large-layer-expected.checksum: Added. |
+ * platform/chromium-gpu-win/compositing/text-on-large-layer-expected.png: Added. |
+ * platform/chromium-gpu-win/compositing/text-on-large-layer-expected.txt: Added. |
+ * platform/chromium-gpu-win/compositing/tiling/huge-layer-add-remove-child-expected.txt: Added. |
+ * platform/chromium-gpu-win/compositing/tiling/huge-layer-expected.txt: Added. |
+ * platform/chromium-gpu-win/compositing/tiling/huge-layer-with-layer-children-expected.txt: Added. |
+ * platform/chromium-gpu-win/compositing/transitions/scale-transition-no-start-expected.checksum: Added. |
+ * platform/chromium-gpu-win/compositing/transitions/scale-transition-no-start-expected.png: Added. |
+ * platform/chromium-gpu-win/compositing/transitions/scale-transition-no-start-expected.txt: Added. |
+ * platform/chromium-gpu-win/compositing/webgl/webgl-reflection-expected.checksum: Added. |
+ * platform/chromium-gpu-win/compositing/webgl/webgl-reflection-expected.png: Added. |
+ * platform/chromium-gpu-win/compositing/webgl/webgl-reflection-expected.txt: Added. |
+ * platform/chromium-gpu-win/fast/canvas/canvas-composite-expected.checksum: |
+ * platform/chromium-gpu-win/fast/canvas/canvas-composite-expected.png: |
+ * platform/chromium-gpu-win/fast/canvas/canvas-transform-skewed-expected.checksum: |
+ * platform/chromium-gpu-win/fast/canvas/canvas-transform-skewed-expected.png: |
+ |
+2011-02-08 Zhenyao Mo <zmo@google.com> |
+ |
+ Unreviewed, test expectations update. |
+ |
+ * platform/chromium/test_expectations.txt: |
+ |
+2011-02-07 Jeremy Orlow <jorlow@chromium.org> |
+ |
+ Reviewed by Nate Chapin. |
+ |
+ Events should propagate through IDBDatabase (for IDBRequest and IDBTransaction) |
+ https://bugs.webkit.org/show_bug.cgi?id=53975 |
+ |
+ * storage/indexeddb/objectstore-basics.html: |
+ * storage/indexeddb/request-event-propagation-expected.txt: |
+ * storage/indexeddb/request-event-propagation.html: |
+ * storage/indexeddb/transaction-and-objectstore-calls-expected.txt: |
+ * storage/indexeddb/transaction-and-objectstore-calls.html: |
+ * storage/indexeddb/transaction-basics.html: |
+ * storage/indexeddb/transaction-event-propagation-expected.txt: Added. |
+ * storage/indexeddb/transaction-event-propagation.html: Added. |
+ |
+2011-02-08 Jia Pu <jpu@apple.com> |
+ |
+ Reviewed by Darin Adler. |
+ |
+ VisibleSelection::setWithoutValidation() should allow caret selection. |
+ https://bugs.webkit.org/show_bug.cgi?id=53943 |
+ |
+ * editing/undo/undo-paste-when-caret-is-not-in-range-expected.txt: Added. |
+ * editing/undo/undo-paste-when-caret-is-not-in-range.html: Added. |
+ |
+2011-02-08 Yael Aharon <yael.aharon@nokia.com> |
+ |
+ Reviewed by Antti Koivisto. |
+ |
+ Crash when logging into gmail.com with frame flattening turned on. |
+ https://bugs.webkit.org/show_bug.cgi?id=52449 |
+ |
+ * fast/frames/flattening/iframe-flattening-crash-expected.txt: Added. |
+ * fast/frames/flattening/iframe-flattening-crash.html: Added. |
+ * fast/frames/flattening/iframe-flattening-selection-crash-expected.txt: Added. |
+ * fast/frames/flattening/iframe-flattening-selection-crash.html: Added. |
+ * fast/frames/flattening/resources/iframe-flattening-crash.html: Added. |
+ |
+2011-02-08 Andy Estes <aestes@apple.com> |
+ |
+ Reviewed by Darin Adler. |
+ |
+ <rdar://problem/8913952> REGRESSION (r76301): 'plaintext-only' must be |
+ a supported contentEditable mode. |
+ https://bugs.webkit.org/show_bug.cgi?id=54041 |
+ |
+ * fast/dom/HTMLElement/set-value-caseinsensitive-expected.txt: |
+ * fast/dom/HTMLElement/set-value-caseinsensitive.html: |
+ |
+2011-02-08 Martin Robinson <mrobinson@igalia.com> |
+ |
+ Unskip a series of tests that seem to be passing locally. Also unskip |
+ a test that was mistakenly reskipped in r77979 due to what looks like a |
+ merge issue. Rebaseline two of these test which have results originating |
+ from long ago. |
+ |
+ * platform/gtk/Skipped: Unskip some tests. |
+ * platform/gtk/editing/selection/14971-expected.txt: |
+ * platform/gtk/editing/selection/inline-closest-leaf-child-expected.txt: |
+ |
+2011-02-08 Michael Saboff <msaboff@apple.com> |
+ |
+ Reviewed by Darin Adler. |
+ |
+ JSC::Bindings m_rootObject->isValid() assert fails when running layout tests |
+ https://bugs.webkit.org/show_bug.cgi?id=53716 |
+ |
+ Re-enabled tests that are fixed with the corresponding change in |
+ WebCore. |
+ |
+ * platform/gtk/Skipped: |
+ |
+2011-02-08 Xiaomei Ji <xji@chromium.org> |
+ |
+ Unreviewed. |
+ |
+ Rebaseline for chromium-mac after r77952. |
+ Not sure why the previous rebase did not get the right results. |
+ https://bugs.webkit.org/show_bug.cgi?id=54026 |
+ |
+ * platform/chromium-mac/fast/text/international/pop-up-button-text-alignment-and-direction-expected.checksum: |
+ * platform/chromium-mac/fast/text/international/pop-up-button-text-alignment-and-direction-expected.png: |
+ * platform/chromium-mac/fast/text/international/pop-up-button-text-alignment-and-direction-expected.txt: Removed. |
+ * platform/chromium/test_expectations.txt: |
+ |
+2011-02-08 Martin Robinson <mrobinson@igalia.com> |
+ |
+ Reviewed by Xan Lopez. |
+ |
+ [GTK] DRT needs an implementation of LayoutTestController.setIconDatabaseEnabled |
+ https://bugs.webkit.org/show_bug.cgi?id=54033 |
+ |
+ * platform/gtk/Skipped: Unskip a test that is now passing. |
+ |
+2011-02-08 Zhenyao Mo <zmo@google.com> |
+ |
+ Unreviewed, typo fix. |
+ |
+ * platform/chromium/test_expectations.txt: |
+ |
+2011-02-08 Martin Robinson <mrobinson@igalia.com> |
+ |
+ Unskip some inspector tests that are passing locally. The bugs are |
+ missing test diffs, so we can either reskip them and get more information |
+ or have passing tests. Classify another failure. |
+ |
+ * platform/gtk/Skipped: Clean up the skipped list. |
+ |
+2011-02-08 Zhenyao Mo <zmo@google.com> |
+ |
+ Unreviewed, test expectations update. |
+ |
+ * platform/chromium/test_expectations.txt: |
+ |
+2011-02-08 Kenji Imasaki <imasaki@chromium.org> |
+ |
+ Reviewed by Jian Li. |
+ |
+ [Chromium] Remove non-Flaky media tests from test expectation file |
+ https://bugs.webkit.org/show_bug.cgi?id=54021 |
+ |
+ * platform/chromium/test_expectations.txt: |
+ |
+2011-02-08 Xiaomei Ji <xji@chromium.org> |
+ |
+ Unreviewed. Fix typo in rebaseline in r77961. |
+ |
+ * platform/mac-leopard/fast/text/international/pop-up-button-text-alignment-and-direction-expected.txt: |
+ |
+2011-02-08 Xiaomei Ji <xji@chromium.org> |
+ |
+ Unreviewed. |
+ |
+ Rebaseline after r77952. |
+ |
+ * platform/chromium-linux/fast/text/international/pop-up-button-text-alignment-and-direction-expected.checksum: Added. |
+ * platform/chromium-linux/fast/text/international/pop-up-button-text-alignment-and-direction-expected.png: Added. |
+ * platform/chromium-linux/fast/text/international/pop-up-button-text-alignment-and-direction-expected.txt: Added. |
+ * platform/chromium-mac/fast/text/international/pop-up-button-text-alignment-and-direction-expected.checksum: Added. |
+ * platform/chromium-mac/fast/text/international/pop-up-button-text-alignment-and-direction-expected.png: Added. |
+ * platform/chromium-mac/fast/text/international/pop-up-button-text-alignment-and-direction-expected.txt: Added. |
+ * platform/chromium-win/fast/text/international/pop-up-button-text-alignment-and-direction-expected.checksum: Added. |
+ * platform/chromium-win/fast/text/international/pop-up-button-text-alignment-and-direction-expected.png: Added. |
+ * platform/chromium-win/fast/text/international/pop-up-button-text-alignment-and-direction-expected.txt: Added. |
+ * platform/chromium/test_expectations.txt: |
+ * platform/mac-leopard/fast/text/international/pop-up-button-text-alignment-and-direction-expected.txt: Added. |
+ * platform/win/fast/text/international/pop-up-button-text-alignment-and-direction-expected.txt: Added. |
+ |
+2011-02-08 Zhenyao Mo <zmo@google.com> |
+ |
+ Unreviewed, test expectations update. |
+ |
+ * platform/chromium/test_expectations.txt: |
+ |
+2011-02-08 Simon Fraser <simon.fraser@apple.com> |
+ |
+ Reviewed by Dan Bernstein. |
+ |
+ Inset shadow with large offset renders incorrectly |
+ https://bugs.webkit.org/show_bug.cgi?id=53882 |
+ |
+ Test for inset shadows with offsets larger than the box size. |
+ |
+ * fast/box-shadow/inset-shadow-large-offset-expected.checksum: Added. |
+ * fast/box-shadow/inset-shadow-large-offset-expected.png: Added. |
+ * fast/box-shadow/inset-shadow-large-offset-expected.txt: Added. |
+ * fast/box-shadow/inset-shadow-large-offset.html: Added. |
+ |
+2011-02-08 Zhenyao Mo <zmo@google.com> |
+ |
+ Reviewed by Kenneth Russell. |
+ |
+ drawElements should check if a buffer is bound to ELEMENT_ARRAY_BUFFER |
+ https://bugs.webkit.org/show_bug.cgi?id=54017 |
+ |
+ * fast/canvas/webgl/draw-elements-out-of-bounds-expected.txt: |
+ * fast/canvas/webgl/draw-elements-out-of-bounds.html: |
+ |
+2011-02-08 Xiaomei Ji <xji@chromium.org> |
+ |
+ Unreviewed. after r77952, |
+ skip pop-up-button-text-alignment-and-direction.html in qt and gtk as bidi-menulist.html. |
+ set it as expect to fail in chromium. |
+ |
+ * platform/chromium/test_expectations.txt: |
+ * platform/gtk/Skipped: |
+ * platform/qt/Skipped: |
+ |
+2011-02-08 Xiaomei Ji <xji@chromium.org> |
+ |
+ Reviewed by Dan Bernstein. |
+ |
+ Fix pop-up button text not rendered correctly according to its direction |
+ in <option>. |
+ https://bugs.webkit.org/show_bug.cgi?id=53642 |
+ |
+ In adjustInnerStyle(), if m_innerBlock's direction or unicode-bidi |
+ changes, set it needs layout. |
+ |
+ * fast/text/international/pop-up-button-text-alignment-and-direction.html: Added. |
+ * platform/mac/fast/text/international/pop-up-button-text-alignment-and-direction-expected.checksum: Added. |
+ * platform/mac/fast/text/international/pop-up-button-text-alignment-and-direction-expected.png: Added. |
+ * platform/mac/fast/text/international/pop-up-button-text-alignment-and-direction-expected.txt: Added. |
+ |
+2011-02-08 Mario Sanchez Prada <msanchez@igalia.com> |
+ |
+ Reviewed by Martin Robinson. |
+ |
+ editing/selection/end-of-document.html is failing in the GTK 64-bit debug bot |
+ https://bugs.webkit.org/show_bug.cgi?id=53995 |
+ |
+ Ensure to wait for the body to be loaded before running the test. |
+ |
+ * editing/selection/end-of-document.html: Call runEditingTest() on |
+ the body.onload event. |
+ |
+2011-02-08 Martin Robinson <mrobinson@igalia.com> |
+ |
+ Unskip a bunch of tests that are passing locally and move one |
+ timeout with the other timeouts. |
+ |
+ * platform/gtk/Skipped: Unskip some passing tests. |
+ |
+2011-02-08 Martin Robinson <mrobinson@igalia.com> |
+ |
+ Reviewed by Eric Seidel. |
+ |
+ [GTK] EventSender.keyDown does not support non-array modifier arguments |
+ https://bugs.webkit.org/show_bug.cgi?id=53962 |
+ |
+ * platform/gtk/Skipped: Unskip a test which is now passing. |
+ |
+2011-02-08 Pavel Feldman <pfeldman@chromium.org> |
+ |
+ Not reviewed. Removing inspector tests from Skipped on [win]. |
+ Resource tracking has been removed since then, maybe it'll help. |
+ |
+ * platform/win/Skipped: |
+ |
+2011-02-08 Martin Robinson <mrobinson@igalia.com> |
+ |
+ Clean up the skipped list slightly and unskip a test which should now be passing. |
+ |
+ * platform/gtk/Skipped: Clean up. |
+ |
+2011-02-08 Pavel Feldman <pfeldman@chromium.org> |
+ |
+ Not reviewed: re-apply r77924. |
+ |
+ Test: inspector/console-api-on-call-frame.html |
+ |
+ * inspector/console-api-on-call-frame-expected.txt: Added. |
+ * inspector/console-api-on-call-frame.html: Added. |
+ * inspector/debugger-pause-in-eval-script-expected.txt: |
+ |
+2011-02-08 Sheriff Bot <webkit.review.bot@gmail.com> |
+ |
+ Unreviewed, rolling out r77924. |
+ http://trac.webkit.org/changeset/77924 |
+ https://bugs.webkit.org/show_bug.cgi?id=53997 |
+ |
+ Breaks inspector tests. (Requested by pfeldman on #webkit). |
+ |
+ * inspector/console-api-on-call-frame-expected.txt: Removed. |
+ * inspector/console-api-on-call-frame.html: Removed. |
+ |
+2011-02-08 Pavel Feldman <pfeldman@chromium.org> |
+ |
+ Reviewed by Yury Semikhatsky. |
+ |
+ Web Inspector: do not hide scope variables with command line api. |
+ https://bugs.webkit.org/show_bug.cgi?id=53497 |
+ |
+ * inspector/console-api-on-call-frame-expected.txt: Added. |
+ * inspector/console-api-on-call-frame.html: Added. |
+ |
+2011-02-07 Pavel Feldman <pfeldman@chromium.org> |
+ |
+ Reviewed by Yury Semikhatsky. |
+ |
+ Web Inspector: ignore cache upon reload via Ctrl(Cmd)+Shift+R. |
+ https://bugs.webkit.org/show_bug.cgi?id=53914 |
+ |
+ * http/tests/inspector/inspector-test2.js: |
+ (initialize_InspectorTest.InspectorTest.reloadPage): |
+ * inspector/audits-panel-functional.html: |
+ |
+2011-02-08 Mario Sanchez Prada <msanchez@igalia.com> |
+ |
+ Unreviewed, skipping test timing out on GTK 32-bit debug bot. |
+ |
+ fast/loader/onload-willSendRequest-null-for-frame.html times out in GTK 32-bit debug bot |
+ https://bugs.webkit.org/show_bug.cgi?id=53992 |
+ |
+ * platform/gtk/Skipped: Skipped test. |
+ |
+2011-02-08 Mario Sanchez Prada <msanchez@igalia.com> |
+ |
+ Unreviewed, skipping flaky test on GTK debug bots. |
+ |
+ fast/frames/sandboxed-iframe-storage.html is flaky |
+ https://bugs.webkit.org/show_bug.cgi?id=53991 |
+ |
+ * platform/gtk/Skipped: Skipped test. |
+ |
+2011-02-08 Mario Sanchez Prada <msanchez@igalia.com> |
+ |
+ Unreviewed, skipping flaky test on GTK debug bots. |
+ |
+ svg/custom/use-multiple-on-nested-disallowed-font.html is flaky |
+ https://bugs.webkit.org/show_bug.cgi?id=53989 |
+ |
+ * platform/gtk/Skipped: Skipped test. |
+ |
+2011-02-08 Carlos Garcia Campos <cgarcia@igalia.com> |
+ |
+ Reviewed by Martin Robinson. |
+ |
+ [GTK] DRT's TextInputController is unimplemented on GTK |
+ https://bugs.webkit.org/show_bug.cgi?id=52997 |
+ |
+ * platform/gtk/Skipped: Unskip several tests that pass now that we |
+ have TextInputController. |
+ |
+2011-02-07 Cris Neckar <cdn@chromium.org> |
+ |
+ Reviewed by Jian Li. |
+ |
+ Test for null deref in DOMURL |
+ https://bugs.webkit.org/show_bug.cgi?id=53811 |
+ |
+ * fast/files/domurl-script-execution-context-crash-expected.txt: Added. |
+ * fast/files/domurl-script-execution-context-crash.html: Added. |
+ |
+2011-02-07 Csaba Osztrogonác <ossy@webkit.org> |
+ |
+ Unreviewed. |
+ |
+ [Qt] Fix crashes in QMetaObject::metacall |
+ https://bugs.webkit.org/show_bug.cgi?id=53912 |
+ |
+ * platform/qt/Skipped: http/tests/websocket/tests/websocket-protocol-ignored.html added until fix. |
+ |
+2011-02-07 Kenji Imasaki <imasaki@chromium.org> |
+ |
+ Reviewed by David Levin. |
+ |
+ [Chromium] Remove non-Flaky media layout tests and update bugs that |
+ are associated with media layout tests |
+ https://bugs.webkit.org/show_bug.cgi?id=53948 |
+ |
+ * platform/chromium/test_expectations.txt: |
+ |
+2011-02-07 Kenichi Ishibashi <bashi@google.com> |
+ |
+ Reviewed by Andreas Kling. |
+ |
+ HTMLOutputElement::childrenChanged() should call its base class childrenChanged() |
+ https://bugs.webkit.org/show_bug.cgi?id=53791 |
+ |
+ Test that a live list is updated after the child of an HTMLOutputElement was removed. |
+ |
+ * fast/dom/HTMLOutputElement/htmloutputelement-children-removed-expected.txt: Added. |
+ * fast/dom/HTMLOutputElement/htmloutputelement-children-removed.html: Added. |
+ |
+2011-02-07 Ami Fischman <fischman@google.com> |
+ |
+ Reviewed by Eric Seidel. |
+ |
+ Re-baseline media/video-zoom.html for http://crbug.com/70252 aka |
+ https://bugs.webkit.org/show_bug.cgi?id=53737 to account for (very) |
+ slightly different scrollbar shading. |
+ This test isn't flaky on LINUX or MAC according to |
+ http://test-results.appspot.com/dashboards/flakiness_dashboard.html#showExpectations=true&showAllRuns=true&master=ChromiumWebkit&tests=media%2Fvideo-zoom.html |
+ so take it out of test_expectations.txt; it passes 100% on LINUX and |
+ fails 100% on MAC, and should pass 100% on MAC with this new |
+ baseline. |
+ |
+ * platform/chromium-mac/media/video-zoom-expected.checksum: |
+ * platform/chromium-mac/media/video-zoom-expected.png: |
+ * platform/chromium/test_expectations.txt: |
+ |
+2011-02-07 James Robinson <jamesr@chromium.org> |
+ |
+ Move sputnik expectations to match test movement. |
+ |
+ * platform/gtk/fast/js/sputnik: Removed. |
+ * platform/gtk/fast/js/sputnik/Unicode: Removed. |
+ * platform/gtk/fast/js/sputnik/Unicode/Unicode_510: Removed. |
+ * platform/gtk/fast/js/sputnik/Unicode/Unicode_510/S7.6_A3.2-expected.txt: Removed. |
+ * platform/gtk/fast/js/sputnik/Unicode/Unicode_510/S7.6_A5.3_T1-expected.txt: Removed. |
+ * platform/gtk/fast/js/sputnik/Unicode/Unicode_510/S7.6_A5.3_T2-expected.txt: Removed. |
+ * platform/gtk/sputnik: Copied from LayoutTests/platform/gtk/fast/js/sputnik. |
+ * platform/mac-leopard/fast/js/sputnik: Removed. |
+ * platform/mac-leopard/fast/js/sputnik/Unicode: Removed. |
+ * platform/mac-leopard/fast/js/sputnik/Unicode/Unicode_500: Removed. |
+ * platform/mac-leopard/fast/js/sputnik/Unicode/Unicode_500/S7.6_A3.1-expected.txt: Removed. |
+ * platform/mac-leopard/fast/js/sputnik/Unicode/Unicode_500/S7.6_A3.2-expected.txt: Removed. |
+ * platform/mac-leopard/fast/js/sputnik/Unicode/Unicode_500/S7.6_A5.3_T1-expected.txt: Removed. |
+ * platform/mac-leopard/fast/js/sputnik/Unicode/Unicode_500/S7.6_A5.3_T2-expected.txt: Removed. |
+ * platform/mac-leopard/fast/js/sputnik/Unicode/Unicode_510: Removed. |
+ * platform/mac-leopard/fast/js/sputnik/Unicode/Unicode_510/S15.5.4.16_A1-expected.txt: Removed. |
+ * platform/mac-leopard/fast/js/sputnik/Unicode/Unicode_510/S15.5.4.18_A1-expected.txt: Removed. |
+ * platform/mac-leopard/fast/js/sputnik/Unicode/Unicode_510/S7.6_A1.1_T1-expected.txt: Removed. |
+ * platform/mac-leopard/fast/js/sputnik/Unicode/Unicode_510/S7.6_A1.1_T2-expected.txt: Removed. |
+ * platform/mac-leopard/fast/js/sputnik/Unicode/Unicode_510/S7.6_A1.1_T4-expected.txt: Removed. |
+ * platform/mac-leopard/fast/js/sputnik/Unicode/Unicode_510/S7.6_A2.2_T1-expected.txt: Removed. |
+ * platform/mac-leopard/fast/js/sputnik/Unicode/Unicode_510/S7.6_A2.2_T2-expected.txt: Removed. |
+ * platform/mac-leopard/fast/js/sputnik/Unicode/Unicode_510/S7.6_A2.3-expected.txt: Removed. |
+ * platform/mac-leopard/fast/js/sputnik/Unicode/Unicode_510/S7.6_A5.2_T1-expected.txt: Removed. |
+ * platform/mac-leopard/fast/js/sputnik/Unicode/Unicode_510/S7.6_A5.2_T2-expected.txt: Removed. |
+ * platform/mac-leopard/fast/js/sputnik/Unicode/Unicode_510/S7.6_A5.2_T4-expected.txt: Removed. |
+ * platform/mac-leopard/fast/js/sputnik/Unicode/Unicode_510/S7.6_A5.2_T7-expected.txt: Removed. |
+ * platform/mac-leopard/fast/js/sputnik/Unicode/Unicode_510/S7.6_A5.2_T8-expected.txt: Removed. |
+ * platform/mac-leopard/fast/js/sputnik/Unicode/Unicode_510/S7.6_A5.2_T9-expected.txt: Removed. |
+ * platform/mac-leopard/sputnik: Copied from LayoutTests/platform/mac-leopard/fast/js/sputnik. |
+ * platform/win/fast/js/sputnik: Removed. |
+ * platform/win/fast/js/sputnik/Conformance: Removed. |
+ * platform/win/fast/js/sputnik/Conformance/11_Expressions: Removed. |
+ * platform/win/fast/js/sputnik/Conformance/11_Expressions/11.5_Multiplicative_Operators: Removed. |
+ * platform/win/fast/js/sputnik/Conformance/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Percent: Removed. |
+ * platform/win/fast/js/sputnik/Conformance/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Percent/S11.5.3_A4_T6-expected.txt: Removed. |
+ * platform/win/fast/js/sputnik/Unicode: Removed. |
+ * platform/win/fast/js/sputnik/Unicode/Unicode_510: Removed. |
+ * platform/win/fast/js/sputnik/Unicode/Unicode_510/S7.6_A3.1-expected.txt: Removed. |
+ * platform/win/fast/js/sputnik/Unicode/Unicode_510/S7.6_A3.2-expected.txt: Removed. |
+ * platform/win/fast/js/sputnik/Unicode/Unicode_510/S7.6_A5.3_T1-expected.txt: Removed. |
+ * platform/win/fast/js/sputnik/Unicode/Unicode_510/S7.6_A5.3_T2-expected.txt: Removed. |
+ * platform/win/sputnik: Copied from LayoutTests/platform/win/fast/js/sputnik. |
+ |
+2011-02-07 Ami Fischman <fischman@google.com> |
+ |
+ Reviewed by Eric Carlson. |
+ |
+ Removed two of the three almost-duplicate test expectations |
+ between {media,platform/chromium-{mac,win}} by excluding file |
+ extensions from the emitted output. |
+ Removed outdated test_expectation for deleted test. |
+ http://crbug.com/28993 |
+ |
+ * media/controls-right-click-on-timebar-expected.txt: |
+ * media/controls-right-click-on-timebar.html: |
+ * media/media-file.js: |
+ (stripExtension): |
+ * media/media-startTime-expected.txt: |
+ * media/media-startTime.html: |
+ * media/video-append-source-expected.txt: |
+ * media/video-append-source.html: |
+ * media/video-canvas-source-expected.txt: |
+ * media/video-canvas-source.html: |
+ * media/video-dom-src-expected.txt: |
+ * media/video-dom-src.html: |
+ * media/video-load-networkState-expected.txt: |
+ * media/video-load-networkState.html: |
+ * media/video-played-reset-expected.txt: |
+ * media/video-played-reset.html: |
+ * media/video-seek-past-end-paused-expected.txt: |
+ * media/video-seek-past-end-paused.html: |
+ * media/video-seek-past-end-playing-expected.txt: |
+ * media/video-seek-past-end-playing.html: |
+ * media/video-source-expected.txt: |
+ * media/video-source-type-expected.txt: |
+ * media/video-source-type-params-expected.txt: |
+ * media/video-source-type-params.html: |
+ * media/video-source-type.html: |
+ * media/video-source.html: |
+ * media/video-src-change-expected.txt: |
+ * media/video-src-change.html: |
+ * media/video-src-expected.txt: |
+ * media/video-src-remove-expected.txt: |
+ * media/video-src-remove.html: |
+ * media/video-src-set-expected.txt: |
+ * media/video-src-set.html: |
+ * media/video-src-source-expected.txt: |
+ * media/video-src-source.html: |
+ * media/video-src.html: |
+ * media/video-test.js: |
+ (enableFullTestDetailsPrinting): |
+ (test): |
+ (testExpected): |
+ (waitForEvent._eventCallback): |
+ (waitForEvent): |
+ (waitForEventAndTest._eventCallback): |
+ (waitForEventAndTest): |
+ (testException): |
+ (endTest): |
+ * platform/chromium-mac/media/controls-right-click-on-timebar-expected.txt: Removed. |
+ * platform/chromium-mac/media/media-startTime-expected.txt: Removed. |
+ * platform/chromium-mac/media/video-append-source-expected.txt: Removed. |
+ * platform/chromium-mac/media/video-canvas-source-expected.txt: Removed. |
+ * platform/chromium-mac/media/video-dom-src-expected.txt: Removed. |
+ * platform/chromium-mac/media/video-load-networkState-expected.txt: Removed. |
+ * platform/chromium-mac/media/video-played-reset-expected.txt: Removed. |
+ * platform/chromium-mac/media/video-seek-past-end-paused-expected.txt: Removed. |
+ * platform/chromium-mac/media/video-seek-past-end-playing-expected.txt: Removed. |
+ * platform/chromium-mac/media/video-source-add-src-expected.txt: Removed. |
+ * platform/chromium-mac/media/video-source-error-expected.txt: Removed. |
+ * platform/chromium-mac/media/video-source-expected.txt: Removed. |
+ * platform/chromium-mac/media/video-source-type-expected.txt: Removed. |
+ * platform/chromium-mac/media/video-source-type-params-expected.txt: Removed. |
+ * platform/chromium-mac/media/video-src-change-expected.txt: Removed. |
+ * platform/chromium-mac/media/video-src-expected.txt: Removed. |
+ * platform/chromium-mac/media/video-src-remove-expected.txt: Removed. |
+ * platform/chromium-mac/media/video-src-set-expected.txt: Removed. |
+ * platform/chromium-mac/media/video-src-source-expected.txt: Removed. |
+ * platform/chromium-win/media/controls-right-click-on-timebar-expected.txt: Removed. |
+ * platform/chromium-win/media/media-startTime-expected.txt: Removed. |
+ * platform/chromium-win/media/video-append-source-expected.txt: Removed. |
+ * platform/chromium-win/media/video-canvas-source-expected.txt: Removed. |
+ * platform/chromium-win/media/video-dom-src-expected.txt: Removed. |
+ * platform/chromium-win/media/video-load-networkState-expected.txt: Removed. |
+ * platform/chromium-win/media/video-played-reset-expected.txt: Removed. |
+ * platform/chromium-win/media/video-seek-past-end-paused-expected.txt: Removed. |
+ * platform/chromium-win/media/video-seek-past-end-playing-expected.txt: Removed. |
+ * platform/chromium-win/media/video-source-add-src-expected.txt: Removed. |
+ * platform/chromium-win/media/video-source-error-expected.txt: Removed. |
+ * platform/chromium-win/media/video-source-expected.txt: Removed. |
+ * platform/chromium-win/media/video-source-type-expected.txt: Removed. |
+ * platform/chromium-win/media/video-source-type-params-expected.txt: Removed. |
+ * platform/chromium-win/media/video-src-change-expected.txt: Removed. |
+ * platform/chromium-win/media/video-src-expected.txt: Removed. |
+ * platform/chromium-win/media/video-src-remove-expected.txt: Removed. |
+ * platform/chromium-win/media/video-src-set-expected.txt: Removed. |
+ * platform/chromium-win/media/video-src-source-expected.txt: Removed. |
+ * platform/chromium/test_expectations.txt: |
+ |
+2011-02-07 Kenichi Ishibashi <bashi@chromium.org> |
+ |
+ Reviewed by Kent Tamura. |
+ |
+ HTMLFormElement::formElementIndex() returns a bad index into a vector of form associated elements |
+ https://bugs.webkit.org/show_bug.cgi?id=53970 |
+ |
+ Adds a test that ensures WebKit parses successfully a page that |
+ contains object elements which are in nested and defective form |
+ elements. |
+ |
+ * fast/dom/HTMLObjectElement/form/nested-form-element-expected.txt: Added. |
+ * fast/dom/HTMLObjectElement/form/nested-form-element.html: Added. |
+ |
+2011-02-07 Yuzo Fujishima <yuzo@google.com> |
+ |
+ Unreviewed attempt to fix a flaky test. |
+ https://bugs.webkit.org/show_bug.cgi?id=51757 |
+ |
+ * fast/css/font-face-download-error.html: |
+ |
+2011-02-07 Zhenyao Mo <zmo@google.com> |
+ |
+ Unreviewed, test expectations update. |
+ |
+ * platform/chromium/test_expectations.txt: |
+ |
+2011-02-07 James Robinson <jamesr@chromium.org> |
+ |
+ Reviewed by Dan Bernstein. |
+ |
+ Move the sputnik test suite out of fast/js/ |
+ https://bugs.webkit.org/show_bug.cgi?id=53954 |
+ |
+ The sputnik suite shouldn't go in fast/js/ because it is not fast and |
+ it is an imported test suite. This moves it to LayoutTests/sputnik |
+ and updates references in skipped lists / expectations. |
+ |
+ * platform/chromium/test_expectations.txt: |
+ * platform/gtk/Skipped: |
+ * platform/mac-tiger/Skipped: |
+ * platform/mac-wk2/Skipped: |
+ * platform/qt-wk2/Skipped: |
+ * platform/qt/Skipped: |
+ * platform/win/Skipped: |
+ |
+2011-02-07 Zhenyao Mo <zmo@google.com> |
+ |
+ Unreviewed, test expectations update. |
+ |
+ * platform/chromium/test_expectations.txt: |
+ |
+2011-02-03 MORITA Hajime <morrita@google.com> |
+ |
+ Reviewed by Darin Fisher. |
+ |
+ [Chromium] Should implement EditorClientImpl::requestCheckingOfString() |
+ https://bugs.webkit.org/show_bug.cgi?id=51013 |
+ |
+ Unskipped passed test. |
+ |
+ * platform/chromium/test_expectations.txt: |
+ |
+2011-02-07 Martin Robinson <mrobinson@igalia.com> |
+ |
+ Classify tests failing in the fast directory on GTK+. Add results for |
+ tests that just need platform expectations. |
+ |
+ * platform/gtk/Skipped: Update the skipped list. |
+ * platform/gtk/fast/backgrounds/background-clip-text-expected.checksum: Added. |
+ * platform/gtk/fast/backgrounds/background-clip-text-expected.png: Added. |
+ * platform/gtk/fast/backgrounds/background-clip-text-expected.txt: Added. |
+ * platform/gtk/fast/canvas/canvas-zoom-expected.txt: Added. |
+ * platform/gtk/fast/css/css1_forward_compatible_parsing-expected.checksum: Added. |
+ * platform/gtk/fast/css/css1_forward_compatible_parsing-expected.png: Added. |
+ * platform/gtk/fast/css/css1_forward_compatible_parsing-expected.txt: Added. |
+ * platform/gtk/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: Added. |
+ * platform/gtk/fast/css/invalid-percentage-property-expected.checksum: Added. |
+ * platform/gtk/fast/css/invalid-percentage-property-expected.png: Added. |
+ * platform/gtk/fast/css/invalid-percentage-property-expected.txt: Added. |
+ * platform/gtk/fast/css/text-align-expected.checksum: Added. |
+ * platform/gtk/fast/css/text-align-expected.png: Added. |
+ * platform/gtk/fast/css/text-align-expected.txt: Added. |
+ * platform/gtk/fast/dom/Element/getBoundingClientRect-expected.txt: Added. |
+ * platform/gtk/fast/dom/Range/getBoundingClientRect-expected.txt: Added. |
+ * platform/gtk/fast/dom/Range/getClientRects-expected.txt: Added. |
+ * platform/gtk/fast/dom/Window/webkitConvertPoint-expected.txt: Added. |
+ * platform/gtk/fast/dom/null-document-location-put-crash-expected.txt: Added. |
+ * platform/gtk/fast/dom/tabindex-clamp-expected.txt: Added. |
+ * platform/gtk/fast/events/js-keyboard-event-creation-expected.txt: Added. |
+ * platform/gtk/fast/events/offsetX-offsetY-expected.txt: Added. |
+ * platform/gtk/fast/events/pointer-events-2-expected.checksum: Added. |
+ * platform/gtk/fast/events/pointer-events-2-expected.png: Added. |
+ * platform/gtk/fast/events/pointer-events-2-expected.txt: Added. |
+ * platform/gtk/fast/fast-mobile-scrolling/fixed-position-element-expected.checksum: Added. |
+ * platform/gtk/fast/fast-mobile-scrolling/fixed-position-element-expected.png: Added. |
+ * platform/gtk/fast/fast-mobile-scrolling/fixed-position-element-expected.txt: Added. |
+ * platform/gtk/fast/fast-mobile-scrolling/no-fixed-position-elements-expected.checksum: Added. |
+ * platform/gtk/fast/fast-mobile-scrolling/no-fixed-position-elements-expected.png: Added. |
+ * platform/gtk/fast/fast-mobile-scrolling/no-fixed-position-elements-expected.txt: Added. |
+ * platform/gtk/fast/forms/listbox-hit-test-zoomed-expected.checksum: Added. |
+ * platform/gtk/fast/forms/listbox-hit-test-zoomed-expected.png: Added. |
+ * platform/gtk/fast/forms/listbox-hit-test-zoomed-expected.txt: Added. |
+ * platform/gtk/fast/html/tab-order-expected.txt: Added. |
+ * platform/gtk/fast/replaced/table-percent-height-expected.txt: Added. |
+ * platform/gtk/fast/selectors/lang-inheritance-expected.checksum: Added. |
+ * platform/gtk/fast/selectors/lang-inheritance-expected.png: Added. |
+ * platform/gtk/fast/selectors/lang-inheritance-expected.txt: Added. |
+ * platform/gtk/fast/selectors/lang-inheritance2-expected.checksum: Added. |
+ * platform/gtk/fast/selectors/lang-inheritance2-expected.png: Added. |
+ * platform/gtk/fast/selectors/lang-inheritance2-expected.txt: Added. |
+ * platform/gtk/fast/selectors/lang-vs-xml-lang-expected.checksum: Added. |
+ * platform/gtk/fast/selectors/lang-vs-xml-lang-expected.png: Added. |
+ * platform/gtk/fast/selectors/lang-vs-xml-lang-expected.txt: Added. |
+ * platform/gtk/fast/selectors/lang-vs-xml-lang-xhtml-expected.checksum: Added. |
+ * platform/gtk/fast/selectors/lang-vs-xml-lang-xhtml-expected.png: Added. |
+ * platform/gtk/fast/selectors/lang-vs-xml-lang-xhtml-expected.txt: Added. |
+ * platform/gtk/fast/text/international/danda-space-expected.checksum: Added. |
+ * platform/gtk/fast/text/international/danda-space-expected.png: Added. |
+ * platform/gtk/fast/text/international/danda-space-expected.txt: Added. |
+ * platform/gtk/fast/text/international/thai-baht-space-expected.checksum: Added. |
+ * platform/gtk/fast/text/international/thai-baht-space-expected.png: Added. |
+ * platform/gtk/fast/text/international/thai-baht-space-expected.txt: Added. |
+ |
+2011-02-07 Zhenyao Mo <zmo@google.com> |
+ |
+ Unreviewed, test expectations update. |
+ |
+ * platform/chromium/test_expectations.txt: |
+ |
+2011-02-07 Zhenyao Mo <zmo@google.com> |
+ |
+ Unreviewed, test expectations update. |
+ |
+ * platform/chromium/test_expectations.txt: |
+ |
+2011-02-07 Joone Hur <joone.hur@collabora.co.uk> |
+ |
+ Reviewed by Martin Robinson. |
+ |
+ [Gtk] Implement layoutTestController.findString |
+ https://bugs.webkit.org/show_bug.cgi?id=50237 |
+ |
+ Unskip editing/text-iterator/findString.html. |
+ |
+ * platform/gtk/Skipped: Unskip findString test. |
+ |
+2011-02-07 Maciej Stachowiak <mjs@apple.com> |
+ |
+ Reviewed by Sam Weinig. |
+ |
+ Skip a newly added test that uses unimplemented DRT functionality |
+ https://bugs.webkit.org/show_bug.cgi?id=53938 |
+ |
+ * platform/mac-wk2/Skipped: |
+ |
+2011-02-07 Zhenyao Mo <zmo@google.com> |
+ |
+ Unreviewed, rebaseline. |
+ |
+ * platform/chromium-linux/fast/html/keygen-expected.checksum: |
+ * platform/chromium-linux/fast/html/keygen-expected.png: |
+ * platform/chromium-linux/fast/html/keygen-expected.txt: Added. |
+ * platform/chromium-win/fast/html/keygen-expected.txt: |
+ * platform/chromium/test_expectations.txt: |
+ |
+2011-02-07 Zhenyao Mo <zmo@google.com> |
+ |
+ Unreviewed, test expectations update. |
+ |
+ * platform/chromium/test_expectations.txt: |
+ |
+2011-02-07 Zhenyao Mo <zmo@google.com> |
+ |
+ Unreviewed, test expectations update. |
+ |
+ * platform/chromium/test_expectations.txt: |
+ |
+2011-02-07 Zhenyao Mo <zmo@google.com> |
+ |
+ Unreviewed, test expectations update. |
+ |
+ * platform/chromium/test_expectations.txt: |
+ |
+2011-02-07 Csaba Osztrogonác <ossy@webkit.org> |
+ |
+ Unreviewed. |
+ |
+ [Qt] Fix crashes in QMetaObject::metacall |
+ https://bugs.webkit.org/show_bug.cgi?id=53912 |
+ |
+ * platform/qt/Skipped: http/tests/websocket/tests/websocket-pending-activity.html added until fix. |
+ |
+2011-02-07 Zhenyao Mo <zmo@google.com> |
+ |
+ Unreviewed, rebaseline. |
+ |
+ * platform/chromium-mac/fast/url/path-expected.txt: |
+ * platform/chromium-win/fast/url/path-expected.txt: |
+ |
+2011-02-07 Jian Li <jianli@chromium.org> |
+ |
+ Reviewed by David Levin. |
+ |
+ Intermittent crash in fast/files/read-blob-async.html on the GTK+ debug |
+ bots |
+ https://bugs.webkit.org/show_bug.cgi?id=53104 |
+ |
+ * platform/gtk/Skipped: Enable the flakey test that has been fixed. |
+ |
+2011-02-07 Adam Barth <abarth@webkit.org> |
+ |
+ Remove wrong platform-specific expectation. |
+ |
+ * platform/win/plugins/plugin-document-back-forward-expected.txt: Removed. |
+ |
+2011-02-07 Zhenyao Mo <zmo@google.com> |
+ |
+ Unreviewed, test expectations update. |
+ |
+ * platform/chromium/test_expectations.txt: |
+ |
+2011-02-07 Zhenyao Mo <zmo@google.com> |
+ |
+ Unreviewed, test expectations update. |
+ |
+ * platform/chromium/test_expectations.txt: |
+ |
+2011-02-07 Dimitri Glazkov <dglazkov@chromium.org> |
+ |
+ Mark test as flaky per dashboard. |
+ https://bugs.webkit.org/show_bug.cgi?id=53824 |
+ |
+ * platform/chromium/test_expectations.txt: Marked. |
+ |
+2011-02-07 Martin Robinson <mrobinson@igalia.com> |
+ |
+ Unskip a passing accessibility test and organize the rest of the tests missing |
+ results as failing. |
+ |
+ * platform/gtk/Skipped: Unskip passing test and organize remaining failures. |
+ * platform/gtk/accessibility/aria-describedby-on-input-expected.txt: Added. |
+ |
+2011-02-03 Zhenyao Mo <zmo@google.com> |
+ |
+ Reviewed by Kenneth Russell. |
+ |
+ Crash in glDrawArrays with NaCl crystal model |
+ https://bugs.webkit.org/show_bug.cgi?id=52831 |
+ |
+ * fast/canvas/webgl/gl-vertex-attrib-zero-issues-expected.txt: Added. |
+ * fast/canvas/webgl/gl-vertex-attrib-zero-issues.html: Added. |
+ |
+2011-02-07 Chris Fleizach <cfleizach@apple.com> |
+ |
+ Reviewed by Darin Adler. |
+ |
+ WAI-ARIA @aria-sort not exposed on rowheader and columnheader roles |
+ https://bugs.webkit.org/show_bug.cgi?id=53842 |
+ |
+ * platform/mac/accessibility/aria-sort-expected.txt: Added. |
+ * platform/mac/accessibility/aria-sort.html: Added. |
+ |
+2011-02-07 Martin Robinson <mrobinson@igalia.com> |
+ |
+ Reviewed by Daniel Bates. |
+ |
+ [GTK] fast/history/history-subframe-with-name.html fails with GTK DRT |
+ https://bugs.webkit.org/show_bug.cgi?id=44784 |
+ |
+ * platform/gtk/Skipped: Unskip tests which are now passing. |
+ |
+2011-02-07 Yi Shen <yi.4.shen@nokia.com> |
+ |
+ Reviewed by Tor Arne Vestbø. |
+ |
+ [Qt] Fix LayoutTests/media/restore-from-page-cache.html |
+ https://bugs.webkit.org/show_bug.cgi?id=53621 |
+ |
+ Unskip media/restore-from-page-cache.html for Qt. |
+ |
+ * platform/qt/Skipped: |
+ |
+2011-02-07 Ilya Tikhonovsky <loislo@chromium.org> |
+ |
+ Unreviewed. |
+ |
+ Chromium: three tests temporary disabled for rebaseline after r77781 |
+ |
+ * platform/chromium/test_expectations.txt: |
+ |
+2011-02-04 Pavel Podivilov <podivilov@chromium.org> |
+ |
+ Reviewed by Yury Semikhatsky. |
+ |
+ Web Inspector: implement beautification of scripts inlined in html documents. |
+ https://bugs.webkit.org/show_bug.cgi?id=52706 |
+ |
+ * http/tests/inspector/debugger-test2.js: |
+ (initialize_DebuggerTest.InspectorTest.setBreakpointInVisibleView): |
+ * inspector/debugger-breakpoints-not-activated-on-reload.html: |
+ * inspector/debugger-pause-on-breakpoint.html: |
+ |
+2011-02-07 Ilya Tikhonovsky <loislo@chromium.org> |
+ |
+ Unreviewed. |
+ |
+ Chromium: add explicit "Passed" expectations for the tests which have "failed" expectations in platfrom/mac |
+ The problem was introduced at r77719. |
+ I have to do that because platform/mac is in the list of baseline folders. |
+ See 'Tools/Scripts/webkitpy/layout_tests/port/chromium_linux.py'. |
+ |
+ * platform/chromium/canvas/philip/tests/2d.drawImage.broken-expected.txt: Added. |
+ * platform/chromium/canvas/philip/tests/2d.drawImage.image.incomplete.omitted-expected.txt: Added. |
+ * platform/chromium/canvas/philip/tests/2d.fillStyle.parse.invalid.rgba-6-expected.txt: Added. |
+ * platform/chromium/canvas/philip/tests/2d.fillStyle.parse.rgb-eof-expected.txt: Added. |
+ * platform/chromium/canvas/philip/tests/2d.fillStyle.parse.rgba-eof-expected.txt: Added. |
+ * platform/chromium/canvas/philip/tests/2d.fillStyle.parse.system-expected.txt: Added. |
+ * platform/chromium/canvas/philip/tests/2d.gradient.radial.cone.front-expected.txt: Added. |
+ * platform/chromium/canvas/philip/tests/2d.gradient.radial.inside2-expected.txt: Added. |
+ * platform/chromium/canvas/philip/tests/2d.gradient.radial.inside3-expected.txt: Added. |
+ * platform/chromium/canvas/philip/tests/2d.gradient.radial.outside1-expected.txt: Added. |
+ * platform/chromium/canvas/philip/tests/2d.imageData.put.wrongtype-expected.txt: Added. |
+ * platform/chromium/canvas/philip/tests/2d.line.cap.closed-expected.txt: Added. |
+ * platform/chromium/canvas/philip/tests/2d.line.join.parallel-expected.txt: Added. |
+ * platform/chromium/canvas/philip/tests/2d.line.miter.lineedge-expected.txt: Added. |
+ * platform/chromium/canvas/philip/tests/2d.path.rect.winding-expected.txt: Added. |
+ * platform/chromium/canvas/philip/tests/2d.pattern.image.broken-expected.txt: Added. |
+ * platform/chromium/canvas/philip/tests/2d.pattern.image.incomplete.empty-expected.txt: Added. |
+ * platform/chromium/canvas/philip/tests/2d.pattern.image.incomplete.omitted-expected.txt: Added. |
+ * platform/chromium/canvas/philip/tests/2d.shadow.enable.x-expected.txt: Added. |
+ * platform/chromium/canvas/philip/tests/2d.shadow.enable.y-expected.txt: Added. |
+ * platform/chromium/canvas/philip/tests/2d.strokeRect.zero.4-expected.txt: Added. |
+ * platform/chromium/canvas/philip/tests/2d.text.draw.baseline.bottom-expected.txt: Added. |
+ * platform/chromium/canvas/philip/tests/2d.text.draw.baseline.hanging-expected.txt: Added. |
+ * platform/chromium/canvas/philip/tests/2d.text.draw.baseline.middle-expected.txt: Added. |
+ * platform/chromium/canvas/philip/tests/2d.text.draw.baseline.top-expected.txt: Added. |
+ * platform/chromium/canvas/philip/tests/2d.text.draw.fill.maxWidth.fontface-expected.txt: Added. |
+ * platform/chromium/canvas/philip/tests/2d.text.draw.space.collapse.end-expected.txt: Added. |
+ * platform/chromium/canvas/philip/tests/2d.text.draw.space.collapse.nonspace-expected.txt: Added. |
+ * platform/chromium/canvas/philip/tests/2d.text.draw.space.collapse.other-expected.txt: Added. |
+ * platform/chromium/canvas/philip/tests/2d.text.draw.space.collapse.space-expected.txt: Added. |
+ * platform/chromium/canvas/philip/tests/2d.text.draw.space.collapse.start-expected.txt: Added. |
+ * platform/chromium/canvas/philip/tests/2d.text.font.parse.basic-expected.txt: Added. |
+ * platform/chromium/canvas/philip/tests/2d.text.font.parse.complex-expected.txt: Added. |
+ * platform/chromium/canvas/philip/tests/2d.text.font.parse.invalid-expected.txt: Added. |
+ * platform/chromium/canvas/philip/tests/2d.text.font.parse.size.percentage-expected.txt: Added. |
+ * platform/chromium/canvas/philip/tests/2d.text.font.parse.size.percentage.default-expected.txt: Added. |
+ * platform/chromium/canvas/philip/tests/2d.text.font.parse.system-expected.txt: Added. |
+ * platform/chromium/canvas/philip/tests/2d.text.measure.width.space-expected.txt: Added. |
+ |
+2011-02-07 Nikolas Zimmermann <nzimmermann@rim.com> |
+ |
+ Not reviewed. |
+ |
+ small text which is scaled to be large renders pixelated |
+ https://bugs.webkit.org/show_bug.cgi?id=12448 |
+ |
+ Update Snow Leopard SVG pixel test baseline after r77485. |
+ |
+ * platform/mac/svg/dom/SVGRectElement/rect-modify-rx-expected.png: |
+ * platform/mac/svg/dynamic-updates/SVGAElement-dom-href-attr-expected.png: |
+ * platform/mac/svg/dynamic-updates/SVGAElement-dom-target-attr-expected.png: |
+ * platform/mac/svg/dynamic-updates/SVGAElement-svgdom-href-prop-expected.png: |
+ * platform/mac/svg/dynamic-updates/SVGAElement-svgdom-target-prop-expected.png: |
+ * platform/mac/svg/filters/big-sized-filter-2-expected.png: |
+ * platform/mac/svg/filters/feColorMatrix-offset-expected.png: |
+ * platform/mac/svg/filters/feColorMatrix-values-expected.png: |
+ * platform/mac/svg/filters/feMerge-wrong-input-expected.png: |
+ * platform/mac/svg/filters/feOffset-expected.png: |
+ * platform/mac/svg/filters/filter-empty-g-expected.png: |
+ * platform/mac/svg/filters/filter-on-filter-for-text-expected.png: |
+ * platform/mac/svg/filters/filterRes2-expected.png: |
+ * platform/mac/svg/filters/parent-children-with-same-filter-expected.png: |
+ * platform/mac/svg/filters/sourceAlpha-expected.png: |
+ * platform/mac/svg/filters/subRegion-one-effect-expected.png: |
+ * platform/mac/svg/filters/subRegion-two-effects-expected.png: |
+ * platform/mac/svg/foreignObject/disallowed-svg-nodes-as-direct-children-expected.png: |
+ * platform/mac/svg/foreignObject/text-tref-02-b-expected.checksum: |
+ * platform/mac/svg/foreignObject/text-tref-02-b-expected.png: |
+ * platform/mac/svg/hixie/cascade/001-broken-expected.png: |
+ * platform/mac/svg/hixie/data-types/001-expected.png: |
+ * platform/mac/svg/hixie/dynamic/002-expected.png: |
+ * platform/mac/svg/hixie/dynamic/003-expected.png: |
+ * platform/mac/svg/hixie/dynamic/004-expected.png: |
+ * platform/mac/svg/hixie/dynamic/005-expected.png: |
+ * platform/mac/svg/hixie/dynamic/006-expected.png: |
+ * platform/mac/svg/hixie/error/001-expected.png: |
+ * platform/mac/svg/hixie/error/003-expected.png: |
+ * platform/mac/svg/hixie/error/006-expected.png: |
+ * platform/mac/svg/hixie/error/007-expected.png: |
+ * platform/mac/svg/hixie/error/008-expected.png: |
+ * platform/mac/svg/hixie/error/009-expected.png: |
+ * platform/mac/svg/hixie/error/010-expected.png: |
+ * platform/mac/svg/hixie/error/011-expected.png: |
+ * platform/mac/svg/hixie/error/014-expected.png: |
+ * platform/mac/svg/hixie/error/014-test-expected.png: |
+ * platform/mac/svg/hixie/error/015-expected.png: |
+ * platform/mac/svg/hixie/error/016-expected.png: |
+ * platform/mac/svg/hixie/links/001-expected.png: |
+ * platform/mac/svg/hixie/links/002-expected.png: |
+ * platform/mac/svg/hixie/painting/001-expected.png: |
+ * platform/mac/svg/hixie/perf/003-expected.png: |
+ * platform/mac/svg/hixie/perf/004-expected.png: |
+ * platform/mac/svg/hixie/perf/005-expected.png: |
+ * platform/mac/svg/hixie/perf/006-expected.png: |
+ * platform/mac/svg/hixie/processing-model/005-expected.png: |
+ * platform/mac/svg/hixie/rendering-model/001-expected.png: |
+ * platform/mac/svg/hixie/rendering-model/002-expected.png: |
+ * platform/mac/svg/hixie/rendering-model/003a-expected.png: |
+ * platform/mac/svg/hixie/shapes/path/001-expected.png: |
+ * platform/mac/svg/hixie/text/001-expected.png: |
+ * platform/mac/svg/hixie/text/002-expected.png: |
+ * platform/mac/svg/hixie/text/003-expected.checksum: |
+ * platform/mac/svg/hixie/text/003-expected.png: |
+ * platform/mac/svg/hixie/text/003a-expected.png: |
+ * platform/mac/svg/hixie/text/003b-expected.png: |
+ * platform/mac/svg/hixie/use/001-expected.png: |
+ * platform/mac/svg/hixie/use/002-expected.png: |
+ * platform/mac/svg/hixie/use/002-test-expected.png: |
+ * platform/mac/svg/hixie/viewbox/001-expected.png: |
+ * platform/mac/svg/hixie/viewbox/002-expected.png: |
+ * platform/mac/svg/hixie/viewbox/003-expected.png: |
+ * platform/mac/svg/hixie/viewbox/004-expected.png: |
+ * platform/mac/svg/hixie/viewbox/preserveAspectRatio/001-expected.checksum: |
+ * platform/mac/svg/hixie/viewbox/preserveAspectRatio/001-expected.png: |
+ * platform/mac/svg/hixie/viewbox/preserveAspectRatio/002-expected.checksum: |
+ * platform/mac/svg/hixie/viewbox/preserveAspectRatio/002-expected.png: |
+ * platform/mac/svg/overflow/overflow-on-foreignObject-expected.png: |
+ * platform/mac/svg/overflow/overflow-on-inner-svg-element-defaults-expected.png: |
+ * platform/mac/svg/overflow/overflow-on-inner-svg-element-expected.png: |
+ * platform/mac/svg/overflow/overflow-on-outermost-svg-element-defaults-expected.png: |
+ * platform/mac/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-1-expected.png: |
+ * platform/mac/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-2-expected.png: |
+ * platform/mac/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-3-expected.png: |
+ * platform/mac/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-auto-expected.png: |
+ * platform/mac/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-defaults-expected.png: |
+ * platform/mac/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-hidden-expected.png: |
+ * platform/mac/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-scroll-expected.png: |
+ * platform/mac/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-visible-expected.png: |
+ * platform/mac/svg/text/font-size-below-point-five-expected.png: |
+ * platform/mac/svg/text/foreignObject-repaint-expected.png: |
+ * platform/mac/svg/text/select-textLength-spacing-squeeze-1-expected.checksum: |
+ * platform/mac/svg/text/select-textLength-spacing-squeeze-1-expected.png: |
+ * platform/mac/svg/text/select-textLength-spacing-squeeze-2-expected.checksum: |
+ * platform/mac/svg/text/select-textLength-spacing-squeeze-2-expected.png: |
+ * platform/mac/svg/text/select-textLength-spacing-squeeze-3-expected.checksum: |
+ * platform/mac/svg/text/select-textLength-spacing-squeeze-3-expected.png: |
+ * platform/mac/svg/text/select-textLength-spacing-squeeze-4-expected.checksum: |
+ * platform/mac/svg/text/select-textLength-spacing-squeeze-4-expected.png: |
+ * platform/mac/svg/text/select-textLength-spacing-stretch-1-expected.checksum: |
+ * platform/mac/svg/text/select-textLength-spacing-stretch-1-expected.png: |
+ * platform/mac/svg/text/select-textLength-spacing-stretch-2-expected.checksum: |
+ * platform/mac/svg/text/select-textLength-spacing-stretch-2-expected.png: |
+ * platform/mac/svg/text/select-textLength-spacing-stretch-3-expected.checksum: |
+ * platform/mac/svg/text/select-textLength-spacing-stretch-3-expected.png: |
+ * platform/mac/svg/text/select-textLength-spacing-stretch-4-expected.checksum: |
+ * platform/mac/svg/text/select-textLength-spacing-stretch-4-expected.png: |
+ * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.png: |
+ * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.png: |
+ * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.png: |
+ * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.png: |
+ * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.checksum: |
+ * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.png: |
+ * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.checksum: |
+ * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.png: |
+ * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.checksum: |
+ * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.png: |
+ * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.checksum: |
+ * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.png: |
+ * platform/mac/svg/text/select-x-list-1-expected.png: |
+ * platform/mac/svg/text/select-x-list-2-expected.png: |
+ * platform/mac/svg/text/select-x-list-3-expected.checksum: |
+ * platform/mac/svg/text/select-x-list-3-expected.png: |
+ * platform/mac/svg/text/select-x-list-4-expected.png: |
+ * platform/mac/svg/text/select-x-list-with-tspans-1-expected.png: |
+ * platform/mac/svg/text/select-x-list-with-tspans-2-expected.png: |
+ * platform/mac/svg/text/select-x-list-with-tspans-3-expected.png: |
+ * platform/mac/svg/text/select-x-list-with-tspans-4-expected.png: |
+ * platform/mac/svg/text/selection-doubleclick-expected.png: |
+ * platform/mac/svg/text/selection-tripleclick-expected.png: |
+ * platform/mac/svg/text/text-align-01-b-expected.checksum: |
+ * platform/mac/svg/text/text-align-01-b-expected.png: |
+ * platform/mac/svg/text/text-align-02-b-expected.checksum: |
+ * platform/mac/svg/text/text-align-02-b-expected.png: |
+ * platform/mac/svg/text/text-align-03-b-expected.checksum: |
+ * platform/mac/svg/text/text-align-03-b-expected.png: |
+ * platform/mac/svg/text/text-align-04-b-expected.checksum: |
+ * platform/mac/svg/text/text-align-04-b-expected.png: |
+ * platform/mac/svg/text/text-align-05-b-expected.checksum: |
+ * platform/mac/svg/text/text-align-05-b-expected.png: |
+ * platform/mac/svg/text/text-align-06-b-expected.checksum: |
+ * platform/mac/svg/text/text-align-06-b-expected.png: |
+ * platform/mac/svg/text/text-altglyph-01-b-expected.checksum: |
+ * platform/mac/svg/text/text-altglyph-01-b-expected.png: |
+ * platform/mac/svg/text/text-deco-01-b-expected.checksum: |
+ * platform/mac/svg/text/text-deco-01-b-expected.png: |
+ * platform/mac/svg/text/text-fonts-01-t-expected.checksum: |
+ * platform/mac/svg/text/text-fonts-01-t-expected.png: |
+ * platform/mac/svg/text/text-fonts-02-t-expected.checksum: |
+ * platform/mac/svg/text/text-fonts-02-t-expected.png: |
+ * platform/mac/svg/text/text-gradient-positioning-expected.png: |
+ * platform/mac/svg/text/text-hkern-expected.png: |
+ * platform/mac/svg/text/text-hkern-on-vertical-text-expected.png: |
+ * platform/mac/svg/text/text-intro-05-t-expected.checksum: |
+ * platform/mac/svg/text/text-intro-05-t-expected.png: |
+ * platform/mac/svg/text/text-path-01-b-expected.checksum: |
+ * platform/mac/svg/text/text-path-01-b-expected.png: |
+ * platform/mac/svg/text/text-spacing-01-b-expected.png: |
+ * platform/mac/svg/text/text-text-01-b-expected.checksum: |
+ * platform/mac/svg/text/text-text-01-b-expected.png: |
+ * platform/mac/svg/text/text-text-03-b-expected.checksum: |
+ * platform/mac/svg/text/text-text-03-b-expected.png: |
+ * platform/mac/svg/text/text-text-04-t-expected.checksum: |
+ * platform/mac/svg/text/text-text-04-t-expected.png: |
+ * platform/mac/svg/text/text-text-05-t-expected.checksum: |
+ * platform/mac/svg/text/text-text-05-t-expected.png: |
+ * platform/mac/svg/text/text-text-06-t-expected.checksum: |
+ * platform/mac/svg/text/text-text-06-t-expected.png: |
+ * platform/mac/svg/text/text-text-07-t-expected.checksum: |
+ * platform/mac/svg/text/text-text-07-t-expected.png: |
+ * platform/mac/svg/text/text-text-08-b-expected.checksum: |
+ * platform/mac/svg/text/text-text-08-b-expected.png: |
+ * platform/mac/svg/text/text-tref-01-b-expected.checksum: |
+ * platform/mac/svg/text/text-tref-01-b-expected.png: |
+ * platform/mac/svg/text/text-tselect-01-b-expected.checksum: |
+ * platform/mac/svg/text/text-tselect-01-b-expected.png: |
+ * platform/mac/svg/text/text-tselect-02-f-expected.checksum: |
+ * platform/mac/svg/text/text-tselect-02-f-expected.png: |
+ * platform/mac/svg/text/text-tspan-01-b-expected.checksum: |
+ * platform/mac/svg/text/text-tspan-01-b-expected.png: |
+ * platform/mac/svg/text/text-vkern-expected.png: |
+ * platform/mac/svg/text/text-vkern-on-horizontal-text-expected.png: |
+ * platform/mac/svg/text/text-ws-01-t-expected.checksum: |
+ * platform/mac/svg/text/text-ws-01-t-expected.png: |
+ * platform/mac/svg/text/text-ws-02-t-expected.checksum: |
+ * platform/mac/svg/text/text-ws-02-t-expected.png: |
+ * platform/mac/svg/text/textPathBoundsBug-expected.png: |
+ * platform/mac/svg/transforms/animated-path-inside-transformed-html-expected.checksum: |
+ * platform/mac/svg/transforms/animated-path-inside-transformed-html-expected.png: |
+ * platform/mac/svg/transforms/text-with-mask-with-svg-transform-expected.checksum: |
+ * platform/mac/svg/transforms/text-with-mask-with-svg-transform-expected.png: |
+ * platform/mac/svg/transforms/text-with-pattern-inside-transformed-html-expected.checksum: |
+ * platform/mac/svg/transforms/text-with-pattern-inside-transformed-html-expected.png: |
+ * platform/mac/svg/transforms/text-with-pattern-with-svg-transform-expected.checksum: |
+ * platform/mac/svg/transforms/text-with-pattern-with-svg-transform-expected.png: |
+ * platform/mac/svg/webarchive/svg-script-subresouces-expected.png: |
+ * platform/mac/svg/zoom/page/absolute-sized-document-no-scrollbars-expected.png: |
+ * platform/mac/svg/zoom/page/absolute-sized-document-scrollbars-expected.png: |
+ * platform/mac/svg/zoom/page/relative-sized-document-scrollbars-expected.png: |
+ * platform/mac/svg/zoom/page/zoom-hixie-mixed-009-expected.png: |
+ * platform/mac/svg/zoom/page/zoom-hixie-rendering-model-004-expected.png: |
+ * platform/mac/svg/zoom/page/zoom-mask-with-percentages-expected.checksum: |
+ * platform/mac/svg/zoom/page/zoom-mask-with-percentages-expected.png: |
+ * platform/mac/svg/zoom/page/zoom-svg-float-border-padding-expected.png: |
+ * platform/mac/svg/zoom/text/absolute-sized-document-no-scrollbars-expected.png: |
+ * platform/mac/svg/zoom/text/absolute-sized-document-scrollbars-expected.png: |
+ * platform/mac/svg/zoom/text/relative-sized-document-scrollbars-expected.png: |
+ * platform/mac/svg/zoom/text/zoom-foreignObject-expected.png: |
+ * platform/mac/svg/zoom/text/zoom-hixie-mixed-009-expected.png: |
+ * platform/mac/svg/zoom/text/zoom-hixie-rendering-model-004-expected.png: |
+ * platform/mac/svg/zoom/text/zoom-svg-float-border-padding-expected.png: |
+ * svg/custom/glyph-setting-d-attribute-expected.png: |
+ * svg/custom/invalid-text-content-expected.png: |
+ * svg/custom/text-zoom-expected.png: |
+ * svg/custom/use-clipped-transform-expected.png: |
+ * svg/in-html/by-reference-expected.png: |
+ |
+2011-02-07 Nikolas Zimmermann <nzimmermann@rim.com> |
+ |
+ Not reviewed. |
+ |
+ small text which is scaled to be large renders pixelated |
+ https://bugs.webkit.org/show_bug.cgi?id=12448 |
+ |
+ Update Snow Leopard SVG pixel test baseline after r77485. |
+ |
+ * platform/mac/svg/custom/js-update-polygon-removal-expected.png: |
+ * platform/mac/svg/custom/js-update-style-expected.png: |
+ * platform/mac/svg/custom/js-update-transform-addition-expected.png: |
+ * platform/mac/svg/custom/js-update-transform-changes-expected.png: |
+ * platform/mac/svg/custom/marker-changes-expected.png: |
+ * platform/mac/svg/custom/marker-child-changes-css-expected.png: |
+ * platform/mac/svg/custom/marker-child-changes-expected.png: |
+ * platform/mac/svg/custom/marker-default-width-height-expected.checksum: |
+ * platform/mac/svg/custom/marker-default-width-height-expected.png: |
+ * platform/mac/svg/custom/marker-empty-path-expected.png: |
+ * platform/mac/svg/custom/marker-referencePoint-expected.png: |
+ * platform/mac/svg/custom/marker-strokeWidth-changes-expected.png: |
+ * platform/mac/svg/custom/marker-viewBox-changes-expected.png: |
+ * platform/mac/svg/custom/mask-changes-expected.png: |
+ * platform/mac/svg/custom/mask-child-changes-expected.png: |
+ * platform/mac/svg/custom/mask-excessive-malloc-expected.png: |
+ * platform/mac/svg/custom/mask-inside-defs-expected.png: |
+ * platform/mac/svg/custom/mask-on-multiple-objects-expected.png: |
+ * platform/mac/svg/custom/mask-with-default-value-expected.png: |
+ * platform/mac/svg/custom/massive-coordinates-expected.png: |
+ * platform/mac/svg/custom/non-scaling-stroke-markers-expected.png: |
+ * platform/mac/svg/custom/outer-svg-unknown-feature-expected.png: |
+ * platform/mac/svg/custom/path-textPath-simulation-expected.checksum: |
+ * platform/mac/svg/custom/path-textPath-simulation-expected.png: |
+ * platform/mac/svg/custom/path-update-expected.png: |
+ * platform/mac/svg/custom/path-zero-strokewidth-expected.png: |
+ * platform/mac/svg/custom/pattern-excessive-malloc-expected.png: |
+ * platform/mac/svg/custom/pattern-in-defs-expected.png: |
+ * platform/mac/svg/custom/pattern-no-pixelation-expected.png: |
+ * platform/mac/svg/custom/pattern-referencing-preserve-aspect-ratio-expected.png: |
+ * platform/mac/svg/custom/pattern-size-bigger-than-target-size-expected.png: |
+ * platform/mac/svg/custom/pattern-y-offset-expected.png: |
+ * platform/mac/svg/custom/percentage-rect-expected.png: |
+ * platform/mac/svg/custom/percentage-rect2-expected.png: |
+ * platform/mac/svg/custom/poly-identify-expected.png: |
+ * platform/mac/svg/custom/polyline-hittest-expected.png: |
+ * platform/mac/svg/custom/polyline-invalid-points-expected.png: |
+ * platform/mac/svg/custom/polyline-setattribute-points-null-expected.png: |
+ * platform/mac/svg/custom/prevent-default-expected.png: |
+ * platform/mac/svg/custom/repaint-moving-svg-and-div-expected.png: |
+ * platform/mac/svg/custom/repaint-on-constant-size-change-expected.png: |
+ * platform/mac/svg/custom/repaint-on-image-bounds-change-expected.png: |
+ * platform/mac/svg/custom/repaint-stroke-width-changes-expected.png: |
+ * platform/mac/svg/custom/resource-client-removal-expected.png: |
+ * platform/mac/svg/custom/rgbcolor-syntax-expected.png: |
+ * platform/mac/svg/custom/root-container-opacity-clip-viewBox-expected.png: |
+ * platform/mac/svg/custom/rootelement-expected.png: |
+ * platform/mac/svg/custom/rounded-rects-expected.png: |
+ * platform/mac/svg/custom/scroll-hit-test-expected.png: |
+ * platform/mac/svg/custom/shapes-supporting-markers-expected.checksum: |
+ * platform/mac/svg/custom/shapes-supporting-markers-expected.png: |
+ * platform/mac/svg/custom/sheet-title-expected.png: |
+ * platform/mac/svg/custom/stroke-width-large-expected.checksum: |
+ * platform/mac/svg/custom/stroke-width-large-expected.png: |
+ * platform/mac/svg/custom/stroked-pattern-expected.checksum: |
+ * platform/mac/svg/custom/stroked-pattern-expected.png: |
+ * platform/mac/svg/custom/struct-use-09-b-expected.checksum: |
+ * platform/mac/svg/custom/struct-use-09-b-expected.png: |
+ * platform/mac/svg/custom/svg-absolute-children-expected.png: |
+ * platform/mac/svg/custom/svg-fonts-in-html-expected.checksum: |
+ * platform/mac/svg/custom/svg-fonts-in-html-expected.png: |
+ * platform/mac/svg/custom/svgpolyparser-extra-space-expected.png: |
+ * platform/mac/svg/custom/text-clip-expected.png: |
+ * platform/mac/svg/custom/text-ctm-expected.png: |
+ * platform/mac/svg/custom/text-dom-01-f-expected.png: |
+ * platform/mac/svg/custom/text-dom-removal-expected.png: |
+ * platform/mac/svg/custom/text-gradient-no-content-expected.png: |
+ * platform/mac/svg/custom/text-hit-test-expected.png: |
+ * platform/mac/svg/custom/text-letter-spacing-expected.png: |
+ * platform/mac/svg/custom/text-rotated-gradient-expected.checksum: |
+ * platform/mac/svg/custom/text-rotated-gradient-expected.png: |
+ * platform/mac/svg/custom/text-rotation-expected.png: |
+ * platform/mac/svg/custom/text-whitespace-handling-expected.png: |
+ * platform/mac/svg/custom/text-x-dx-lists-expected.png: |
+ * platform/mac/svg/custom/text-x-dy-lists-expected.png: |
+ * platform/mac/svg/custom/text-x-override-in-tspan-child-expected.png: |
+ * platform/mac/svg/custom/transform-ignore-after-invalid-expected.png: |
+ * platform/mac/svg/custom/transform-invalid-expected.png: |
+ * platform/mac/svg/custom/transform-removeAttributeNS-expected.png: |
+ * platform/mac/svg/custom/transform-scale-parse-expected.png: |
+ * platform/mac/svg/custom/transform-with-ending-space-expected.png: |
+ * platform/mac/svg/custom/transformedMaskFails-expected.png: |
+ * platform/mac/svg/custom/tref-update-expected.checksum: |
+ * platform/mac/svg/custom/tref-update-expected.png: |
+ * platform/mac/svg/custom/use-css-no-effect-on-shadow-tree-expected.png: |
+ * platform/mac/svg/custom/use-detach-expected.checksum: |
+ * platform/mac/svg/custom/use-detach-expected.png: |
+ * platform/mac/svg/custom/use-empty-reference-expected.png: |
+ * platform/mac/svg/custom/use-forward-refs-expected.png: |
+ * platform/mac/svg/custom/use-inherit-style-expected.png: |
+ * platform/mac/svg/custom/use-instanceRoot-modifications-expected.png: |
+ * platform/mac/svg/custom/use-modify-container-in-target-expected.png: |
+ * platform/mac/svg/custom/use-modify-target-container-expected.png: |
+ * platform/mac/svg/custom/use-modify-target-symbol-expected.png: |
+ * platform/mac/svg/custom/use-nested-transform-expected.png: |
+ * platform/mac/svg/custom/use-on-disallowed-foreign-object-1-expected.png: |
+ * platform/mac/svg/custom/use-on-disallowed-foreign-object-2-expected.png: |
+ * platform/mac/svg/custom/use-on-disallowed-foreign-object-3-expected.png: |
+ * platform/mac/svg/custom/use-on-disallowed-foreign-object-4-expected.png: |
+ * platform/mac/svg/custom/use-on-disallowed-foreign-object-5-expected.png: |
+ * platform/mac/svg/custom/use-on-disallowed-foreign-object-6-expected.png: |
+ * platform/mac/svg/custom/use-on-g-containing-symbol-expected.png: |
+ * platform/mac/svg/custom/use-on-g-containing-use-expected.png: |
+ * platform/mac/svg/custom/use-on-g-expected.png: |
+ * platform/mac/svg/custom/use-on-non-svg-namespaced-element-expected.png: |
+ * platform/mac/svg/custom/use-on-rect-expected.png: |
+ * platform/mac/svg/custom/use-on-symbol-expected.png: |
+ * platform/mac/svg/custom/use-on-text-expected.checksum: |
+ * platform/mac/svg/custom/use-on-text-expected.png: |
+ * platform/mac/svg/custom/use-on-use-expected.png: |
+ * platform/mac/svg/custom/use-property-synchronization-crash-expected.png: |
+ * platform/mac/svg/custom/use-recalcStyle-crash-expected.png: |
+ * platform/mac/svg/custom/use-recursion-1-expected.png: |
+ * platform/mac/svg/custom/use-recursion-2-expected.png: |
+ * platform/mac/svg/custom/use-recursion-3-expected.png: |
+ * platform/mac/svg/custom/use-recursion-4-expected.png: |
+ * platform/mac/svg/custom/use-referencing-nonexisting-symbol-expected.checksum: |
+ * platform/mac/svg/custom/use-referencing-nonexisting-symbol-expected.png: |
+ * platform/mac/svg/custom/use-symbol-overflow-expected.png: |
+ * platform/mac/svg/custom/use-transform-expected.png: |
+ * platform/mac/svg/custom/viewport-clip-expected.png: |
+ * platform/mac/svg/custom/viewport-no-width-height-expected.png: |
+ * platform/mac/svg/custom/viewport-update-expected.png: |
+ * platform/mac/svg/custom/viewport-update2-expected.png: |
+ * platform/mac/svg/custom/visibility-override-clip-expected.png: |
+ * platform/mac/svg/custom/visibility-override-expected.png: |
+ * platform/mac/svg/custom/visibility-override-filter-expected.png: |
+ * platform/mac/svg/custom/visibility-override-mask-expected.png: |
+ * platform/mac/svg/custom/xhtml-no-svg-renderer-expected.png: |
+ * platform/mac/svg/custom/xml-stylesheet-expected.png: |
+ |
+2011-02-07 Nikolas Zimmermann <nzimmermann@rim.com> |
+ |
+ Not reviewed. |
+ |
+ small text which is scaled to be large renders pixelated |
+ https://bugs.webkit.org/show_bug.cgi?id=12448 |
+ |
+ Update Snow Leopard SVG pixel test baseline after r77485. |
+ |
+ * platform/mac/svg/custom/class-baseValue-expected.png: |
+ * platform/mac/svg/custom/class-selector-expected.png: |
+ * platform/mac/svg/custom/clip-path-child-changes-expected.png: |
+ * platform/mac/svg/custom/clip-path-href-changes-expected.png: |
+ * platform/mac/svg/custom/clip-path-id-changes-expected.png: |
+ * platform/mac/svg/custom/clip-path-units-changes-expected.png: |
+ * platform/mac/svg/custom/clip-path-with-transform-expected.png: |
+ * platform/mac/svg/custom/conditional-processing-outside-switch-expected.png: |
+ * platform/mac/svg/custom/control-points-for-S-and-T-expected.png: |
+ * platform/mac/svg/custom/coords-relative-units-transforms-expected.png: |
+ * platform/mac/svg/custom/create-metadata-element-expected.png: |
+ * platform/mac/svg/custom/createelement-expected.png: |
+ * platform/mac/svg/custom/css-pixels-dpi-expected.png: |
+ * platform/mac/svg/custom/display-none-expected.png: |
+ * platform/mac/svg/custom/dominant-baseline-modes-expected.png: |
+ * platform/mac/svg/custom/dynamic-empty-path-expected.png: |
+ * platform/mac/svg/custom/dynamic-viewBox-expected.png: |
+ * platform/mac/svg/custom/empty-mask-expected.png: |
+ * platform/mac/svg/custom/empty-merge-expected.png: |
+ * platform/mac/svg/custom/evt-onload-expected.png: |
+ * platform/mac/svg/custom/feComponentTransfer-Discrete-expected.checksum: |
+ * platform/mac/svg/custom/feComponentTransfer-Discrete-expected.png: |
+ * platform/mac/svg/custom/feComponentTransfer-Gamma-expected.checksum: |
+ * platform/mac/svg/custom/feComponentTransfer-Gamma-expected.png: |
+ * platform/mac/svg/custom/feComponentTransfer-Linear-expected.checksum: |
+ * platform/mac/svg/custom/feComponentTransfer-Linear-expected.png: |
+ * platform/mac/svg/custom/feComponentTransfer-Table-expected.checksum: |
+ * platform/mac/svg/custom/feComponentTransfer-Table-expected.png: |
+ * platform/mac/svg/custom/feDisplacementMap-01-expected.png: |
+ * platform/mac/svg/custom/fill-opacity-hsl-expected.png: |
+ * platform/mac/svg/custom/fill-opacity-rgba-expected.png: |
+ * platform/mac/svg/custom/fill-update-expected.png: |
+ * platform/mac/svg/custom/fractional-rects-expected.png: |
+ * platform/mac/svg/custom/getTransformToElement-expected.checksum: |
+ * platform/mac/svg/custom/getTransformToElement-expected.png: |
+ * platform/mac/svg/custom/glyph-selection-lang-attribute-expected.png: |
+ * platform/mac/svg/custom/gradient-add-stops-expected.png: |
+ * platform/mac/svg/custom/gradient-attr-update-expected.png: |
+ * platform/mac/svg/custom/gradient-stop-style-change-expected.png: |
+ * platform/mac/svg/custom/hover-default-fill-expected.png: |
+ * platform/mac/svg/custom/image-small-width-height-expected.checksum: |
+ * platform/mac/svg/custom/image-small-width-height-expected.png: |
+ * platform/mac/svg/custom/image-with-aspect-ratio-stretch-expected.png: |
+ * platform/mac/svg/custom/inner-percent-expected.png: |
+ * platform/mac/svg/custom/inner-svg-hit-test-expected.png: |
+ * platform/mac/svg/custom/invalid-css-expected.checksum: |
+ * platform/mac/svg/custom/invalid-css-expected.png: |
+ * platform/mac/svg/custom/invalid-transforms-expected.png: |
+ * platform/mac/svg/custom/js-late-clipPath-and-object-creation-expected.checksum: |
+ * platform/mac/svg/custom/js-late-clipPath-and-object-creation-expected.png: |
+ * platform/mac/svg/custom/js-late-clipPath-creation-expected.checksum: |
+ * platform/mac/svg/custom/js-late-clipPath-creation-expected.png: |
+ * platform/mac/svg/custom/js-late-gradient-and-object-creation-expected.checksum: |
+ * platform/mac/svg/custom/js-late-gradient-and-object-creation-expected.png: |
+ * platform/mac/svg/custom/js-late-gradient-creation-expected.checksum: |
+ * platform/mac/svg/custom/js-late-gradient-creation-expected.png: |
+ * platform/mac/svg/custom/js-late-marker-and-object-creation-expected.png: |
+ * platform/mac/svg/custom/js-late-marker-creation-expected.png: |
+ * platform/mac/svg/custom/js-late-mask-and-object-creation-expected.png: |
+ * platform/mac/svg/custom/js-late-mask-creation-expected.png: |
+ * platform/mac/svg/custom/js-late-pattern-and-object-creation-expected.checksum: |
+ * platform/mac/svg/custom/js-late-pattern-and-object-creation-expected.png: |
+ * platform/mac/svg/custom/js-late-pattern-creation-expected.checksum: |
+ * platform/mac/svg/custom/js-late-pattern-creation-expected.png: |
+ * platform/mac/svg/custom/js-repaint-rect-on-path-with-stroke-expected.png: |
+ * platform/mac/svg/custom/js-update-container-expected.png: |
+ * platform/mac/svg/custom/js-update-container2-expected.png: |
+ * platform/mac/svg/custom/js-update-path-changes-expected.png: |
+ * platform/mac/svg/custom/js-update-path-removal-expected.png: |
+ * platform/mac/svg/custom/js-update-pattern-child-expected.png: |
+ * platform/mac/svg/custom/js-update-pattern-expected.png: |
+ * platform/mac/svg/custom/js-update-polygon-changes-expected.png: |
+ * platform/mac/svg/custom/js-update-polygon-removal-expected.png: |
+ * platform/mac/svg/custom/js-update-style-expected.png: |
+ * platform/mac/svg/custom/js-update-transform-addition-expected.png: |
+ * platform/mac/svg/custom/js-update-transform-changes-expected.png: |
+ |
+2011-02-07 Nikolas Zimmermann <nzimmermann@rim.com> |
+ |
+ Not reviewed. |
+ |
+ small text which is scaled to be large renders pixelated |
+ https://bugs.webkit.org/show_bug.cgi?id=12448 |
+ |
+ Update Snow Leopard SVG pixel test baseline after r77485. |
+ |
+ * platform/mac/svg/batik/paints/gradientLimit-expected.png: |
+ * platform/mac/svg/batik/paints/patternRegionA-expected.png: |
+ * platform/mac/svg/batik/text/longTextOnPath-expected.png: |
+ * platform/mac/svg/batik/text/smallFonts-expected.checksum: |
+ * platform/mac/svg/batik/text/smallFonts-expected.png: |
+ * platform/mac/svg/batik/text/textAnchor-expected.checksum: |
+ * platform/mac/svg/batik/text/textAnchor-expected.png: |
+ * platform/mac/svg/batik/text/textDecoration2-expected.png: |
+ * platform/mac/svg/batik/text/textEffect-expected.checksum: |
+ * platform/mac/svg/batik/text/textEffect-expected.png: |
+ * platform/mac/svg/batik/text/textEffect3-expected.checksum: |
+ * platform/mac/svg/batik/text/textEffect3-expected.png: |
+ * platform/mac/svg/batik/text/textFeatures-expected.checksum: |
+ * platform/mac/svg/batik/text/textFeatures-expected.png: |
+ * platform/mac/svg/batik/text/textGlyphOrientationHorizontal-expected.png: |
+ * platform/mac/svg/batik/text/textLayout2-expected.checksum: |
+ * platform/mac/svg/batik/text/textLayout2-expected.png: |
+ * platform/mac/svg/batik/text/textOnPath-expected.checksum: |
+ * platform/mac/svg/batik/text/textOnPath-expected.png: |
+ * platform/mac/svg/batik/text/textPosition-expected.png: |
+ * platform/mac/svg/batik/text/textPosition2-expected.png: |
+ * platform/mac/svg/batik/text/textProperties2-expected.checksum: |
+ * platform/mac/svg/batik/text/textProperties2-expected.png: |
+ * platform/mac/svg/batik/text/textStyles-expected.checksum: |
+ * platform/mac/svg/batik/text/textStyles-expected.png: |
+ * platform/mac/svg/batik/text/verticalText-expected.checksum: |
+ * platform/mac/svg/batik/text/verticalText-expected.png: |
+ * platform/mac/svg/batik/text/verticalTextOnPath-expected.checksum: |
+ * platform/mac/svg/batik/text/verticalTextOnPath-expected.png: |
+ * platform/mac/svg/carto.net/button-expected.checksum: |
+ * platform/mac/svg/carto.net/button-expected.png: |
+ * platform/mac/svg/carto.net/colourpicker-expected.checksum: |
+ * platform/mac/svg/carto.net/colourpicker-expected.png: |
+ * platform/mac/svg/carto.net/combobox-expected.checksum: |
+ * platform/mac/svg/carto.net/combobox-expected.png: |
+ * platform/mac/svg/carto.net/scrollbar-expected.checksum: |
+ * platform/mac/svg/carto.net/scrollbar-expected.png: |
+ * platform/mac/svg/carto.net/selectionlist-expected.checksum: |
+ * platform/mac/svg/carto.net/selectionlist-expected.png: |
+ * platform/mac/svg/carto.net/slider-expected.checksum: |
+ * platform/mac/svg/carto.net/slider-expected.png: |
+ * platform/mac/svg/carto.net/tabgroup-expected.png: |
+ * platform/mac/svg/carto.net/textbox-expected.checksum: |
+ * platform/mac/svg/carto.net/textbox-expected.png: |
+ * platform/mac/svg/carto.net/window-expected.checksum: |
+ * platform/mac/svg/carto.net/window-expected.png: |
+ * platform/mac/svg/clip-path/clip-path-clipped-evenodd-twice-expected.png: |
+ * platform/mac/svg/clip-path/clip-path-clipped-no-content-expected.png: |
+ * platform/mac/svg/clip-path/clip-path-evenodd-expected.png: |
+ * platform/mac/svg/clip-path/clip-path-evenodd-nonzero-expected.png: |
+ * platform/mac/svg/clip-path/clip-path-nonzero-evenodd-expected.png: |
+ * platform/mac/svg/clip-path/clip-path-nonzero-expected.png: |
+ * platform/mac/svg/clip-path/clip-path-recursive-call-by-child-expected.png: |
+ * platform/mac/svg/clip-path/clip-path-recursive-call-expected.png: |
+ * platform/mac/svg/clip-path/clip-path-text-and-shape-expected.png: |
+ * platform/mac/svg/clip-path/clip-path-text-and-stroke-expected.png: |
+ * platform/mac/svg/clip-path/clip-path-text-expected.png: |
+ * platform/mac/svg/clip-path/clip-path-use-as-child5-expected.png: |
+ * platform/mac/svg/clip-path/clip-path-userSpaceOnUse-expected.png: |
+ * platform/mac/svg/clip-path/clip-path-with-container-expected.png: |
+ * platform/mac/svg/clip-path/clip-path-with-different-unittypes-expected.png: |
+ * platform/mac/svg/clip-path/clip-path-with-different-unittypes2-expected.png: |
+ * platform/mac/svg/clip-path/clip-path-with-invisibile-child-expected.png: |
+ * platform/mac/svg/clip-path/clip-path-with-text-clipped-expected.png: |
+ * platform/mac/svg/css/arrow-with-shadow-expected.png: |
+ * platform/mac/svg/css/background-image-svg-expected.png: |
+ * platform/mac/svg/css/clippath-with-shadow-expected.png: |
+ * platform/mac/svg/css/group-with-shadow-expected.checksum: |
+ * platform/mac/svg/css/group-with-shadow-expected.png: |
+ * platform/mac/svg/css/path-with-shadow-expected.png: |
+ * platform/mac/svg/css/shadow-and-opacity-expected.png: |
+ * platform/mac/svg/css/shadow-changes-expected.png: |
+ * platform/mac/svg/css/shadow-with-large-radius-expected.png: |
+ * platform/mac/svg/css/shadow-with-negative-offset-expected.png: |
+ * platform/mac/svg/css/stars-with-shadow-expected.png: |
+ * platform/mac/svg/css/text-shadow-multiple-expected.checksum: |
+ * platform/mac/svg/css/text-shadow-multiple-expected.png: |
+ * platform/mac/svg/custom/SVGNumber-interface-expected.png: |
+ * platform/mac/svg/custom/SVGPoint-interface-expected.png: |
+ * platform/mac/svg/custom/SVGPoint-matrixTransform-expected.png: |
+ * platform/mac/svg/custom/SVGRect-interface-expected.png: |
+ * platform/mac/svg/custom/alignment-baseline-modes-expected.png: |
+ * platform/mac/svg/custom/animate-path-discrete-expected.png: |
+ * platform/mac/svg/custom/animate-path-morphing-expected.png: |
+ * platform/mac/svg/custom/animation-currentColor-expected.png: |
+ * platform/mac/svg/custom/attribute-namespace-check-expected.png: |
+ * platform/mac/svg/custom/broken-internal-references-expected.png: |
+ * platform/mac/svg/custom/circular-marker-reference-1-expected.png: |
+ * platform/mac/svg/custom/circular-marker-reference-3-expected.png: |
+ * platform/mac/svg/custom/circular-marker-reference-4-expected.png: |
+ |
+2011-02-07 Alejandro G. Castro <alex@igalia.com> |
+ |
+ Unreviewed, added new results for the slider-thumb-drag-release |
+ test and removed use-infinite-recursion.svg from skipped, required |
+ after r77778. |
+ |
+ * platform/gtk/Skipped: |
+ * platform/gtk/fast/repaint/slider-thumb-drag-release-expected.checksum: Added. |
+ * platform/gtk/fast/repaint/slider-thumb-drag-release-expected.png: Added. |
+ * platform/gtk/fast/repaint/slider-thumb-drag-release-expected.txt: Added. |
+ |
+2011-02-07 Adam Barth <abarth@webkit.org> |
+ |
+ Reviewed by Eric Seidel. |
+ |
+ Relative .. in URL paths shouldn't skip adjacent / characters |
+ https://bugs.webkit.org/show_bug.cgi?id=53907 |
+ |
+ Add some more test cases. |
+ |
+ * fast/url/path-expected.txt: |
+ * fast/url/script-tests/path.js: |
+ |
+2011-02-07 Maciej Stachowiak <mjs@apple.com> |
+ |
+ Reviewed by Antti Koivisto. |
+ |
+ WebKitTestRunner does not block remote resources or complain about them |
+ https://bugs.webkit.org/show_bug.cgi?id=42139 |
+ <rdar://problem/8183942> |
+ |
+ * platform/mac-wk2/Skipped: Unskip formerly skipped tests. |
+ |
+2011-02-06 MORITA Hajime <morrita@google.com> |
+ |
+ Unreviewed, unskip the html5lib test again which fails for another reason. (See Bug 53030) |
+ |
+ * platform/qt/Skipped: |
+ |
+2011-02-06 Dominic Cooney <dominicc@google.com> |
+ |
+ Reviewed by Dimitri Glazkov. |
+ |
+ Convert <keygen> option elements to a shadow DOM |
+ https://bugs.webkit.org/show_bug.cgi?id=51379 |
+ |
+ * html5lib/runner-expected.txt: Two more tests pass. |
+ * platform/mac/fast/html/keygen-expected.txt: Shadow render tree. |
+ * platform/mac/fast/invalid/residual-style-expected.txt: |
+ |
+2011-02-06 Patrick Gansterer <paroga@webkit.org> |
+ |
+ Reviewed by Oliver Hunt. |
+ |
+ Remove empty svg test |
+ https://bugs.webkit.org/show_bug.cgi?id=53887 |
+ |
+ This files are empty. Empty tests are pretty useless. |
+ |
+ * platform/chromium-win/svg/custom/use-infinite-recursion-expected.png: Removed. |
+ * platform/mac/svg/custom/use-infinite-recursion-expected.checksum: Removed. |
+ * platform/mac/svg/custom/use-infinite-recursion-expected.png: Removed. |
+ * platform/mac/svg/custom/use-infinite-recursion-expected.txt: Removed. |
+ * platform/qt/svg/custom/use-infinite-recursion-expected.txt: Removed. |
+ * svg/custom/use-infinite-recursion.svg: Removed. |
+ |
+2011-02-06 Martin Robinson <mrobinson@igalia.com> |
+ |
+ Reclassify a failing test and unskip another which should be passing now. |
+ |
+ * platform/gtk/Skipped: Update the skipped list. |
+ |
+2011-02-06 Robert Hogan <robert@webkit.org> |
+ |
+ Unreviewed, skip failing test on Qt bot. |
+ |
+ [Qt] fast/notifications/notifications-document-close-crash.html fails after r77738 |
+ https://bugs.webkit.org/show_bug.cgi?id=53868 |
+ |
+ * platform/qt/Skipped: Skip fast/notifications/notifications-document-close-crash.html |
+ |
+2011-02-06 Maciej Stachowiak <mjs@apple.com> |
+ |
+ Reviewed by Dan Bernstein. |
+ |
+ WebKitTestRunner needs layoutTestController.setWillSendRequestReturnsNull |
+ https://bugs.webkit.org/show_bug.cgi?id=42690 |
+ <rdar://problem/8213851> |
+ |
+ * platform/mac-wk2/Skipped: Unskip tests that now pass, except for the ones that |
+ mysteriously fail. |
+ |
+2011-02-05 Dimitri Glazkov <dglazkov@chromium.org> |
+ |
+ [Chromium] Add baselines for the test added in r77690. |
+ |
+ * platform/chromium-mac/media/video-frame-accurate-seek-expected.checksum: Added. |
+ * platform/chromium-mac/media/video-frame-accurate-seek-expected.png: Added. |
+ |
+2011-02-05 Dimitri Glazkov <dglazkov@chromium.org> |
+ |
+ Remove passing canvas tests from expectations. |
+ |
+ * platform/chromium/test_expectations.txt: Removed passing tests. |
+ |
+2011-02-05 Dimitri Glazkov <dglazkov@chromium.org> |
+ |
+ Remove passing tests whose results match mac/ and mac-leopard. |
+ |
+ * platform/chromium/test_expectations.txt: Removed passing tests. |
+ |
+2011-02-05 Dimitri Glazkov <dglazkov@chromium.org> |
+ |
+ Remove results for failing SVG tests. I will add the new ones after the |
+ bots tell me which ones aren't matching mac/ or mac-leopard/. |
+ |
+2011-02-05 Patrick Gansterer <paroga@webkit.org> |
+ |
+ Reviewed by Alexey Proskuryakov. |
+ |
+ Add addition test for inherited encoding |
+ https://bugs.webkit.org/show_bug.cgi?id=53398 |
+ |
+ Check if the right encoding is used, after document.charset was set. |
+ |
+ * fast/dom/Document/document-charset.html: Added doctype to make it pass in IE9 out of the box. |
+ * fast/encoding/css-charset-default-expected.txt: |
+ * fast/encoding/css-charset-default.xhtml: |
+ * fast/encoding/external-script-charset-expected.txt: |
+ * fast/encoding/external-script-charset-koi-8.js: Added. |
+ * fast/encoding/external-script-charset.js: |
+ * fast/encoding/external-script-charset.xhtml: |
+ |
+2011-02-05 Martin Robinson <mrobinson@igalia.com> |
+ |
+ JSC::Bindings m_rootObject->isValid() assert fails when running layout tests |
+ https://bugs.webkit.org/show_bug.cgi?id=53716 |
+ |
+ * platform/gtk/Skipped: Skip a test hitting this assertion. |
+ |
+2011-02-05 Robert Hogan <robert@webkit.org> |
+ |
+ Reviewed by Antonio Gomes. |
+ |
+ [Qt] Style widgets not rendering |
+ https://bugs.webkit.org/show_bug.cgi?id=53849 |
+ |
+ * platform/qt/Skipped: Unskip plugins/application-plugins-plugins-disabled.html |
+ |
+2011-02-04 Nikolas Zimmermann <nzimmermann@rim.com> |
+ |
+ Not reviewed. |
+ |
+ small text which is scaled to be large renders pixelated |
+ https://bugs.webkit.org/show_bug.cgi?id=12448 |
+ |
+ Update Snow Leopard SVG pixel test baseline after r77485. |
+ |
+ * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.checksum: |
+ * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/animate-elem-02-t-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/animate-elem-04-t-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/animate-elem-05-t-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/animate-elem-06-t-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/animate-elem-07-t-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/animate-elem-09-t-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/animate-elem-10-t-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/animate-elem-11-t-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/animate-elem-12-t-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/animate-elem-13-t-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/animate-elem-14-t-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/animate-elem-15-t-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/animate-elem-16-t-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/animate-elem-17-t-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/animate-elem-18-t-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/animate-elem-19-t-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/animate-elem-20-t-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/animate-elem-21-t-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/animate-elem-22-b-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/animate-elem-23-t-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/animate-elem-25-t-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/animate-elem-27-t-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/animate-elem-32-t-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/animate-elem-85-t-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/color-prof-01-f-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/color-prop-02-f-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/color-prop-03-t-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/coords-coord-01-t-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/coords-coord-02-t-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/coords-trans-02-t-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/coords-trans-03-t-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/coords-trans-04-t-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/coords-trans-05-t-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/coords-trans-06-t-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/filters-felem-01-b-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/filters-light-04-f-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/interact-dom-01-b-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/interact-events-01-b-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/interact-order-03-b-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.checksum: |
+ * platform/mac/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/linking-a-01-b-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/linking-a-02-b-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/linking-a-03-b-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/masking-path-01-b-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/masking-path-02-b-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/masking-path-03-b-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.checksum: |
+ * platform/mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/masking-path-05-f-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/metadata-example-01-b-expected.checksum: |
+ * platform/mac/svg/W3C-SVG-1.1/metadata-example-01-b-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/painting-fill-01-t-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/painting-fill-02-t-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/painting-fill-03-t-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/painting-fill-04-t-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/painting-fill-05-b-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/painting-marker-01-f-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/painting-marker-02-f-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/painting-marker-03-f-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/painting-stroke-07-t-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/paths-data-01-t-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/paths-data-04-t-expected.checksum: |
+ * platform/mac/svg/W3C-SVG-1.1/paths-data-04-t-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/paths-data-05-t-expected.checksum: |
+ * platform/mac/svg/W3C-SVG-1.1/paths-data-05-t-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/paths-data-06-t-expected.checksum: |
+ * platform/mac/svg/W3C-SVG-1.1/paths-data-06-t-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/paths-data-07-t-expected.checksum: |
+ * platform/mac/svg/W3C-SVG-1.1/paths-data-07-t-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/paths-data-08-t-expected.checksum: |
+ * platform/mac/svg/W3C-SVG-1.1/paths-data-08-t-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/paths-data-09-t-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/paths-data-10-t-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/paths-data-12-t-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/paths-data-13-t-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/paths-data-14-t-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.checksum: |
+ * platform/mac/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.checksum: |
+ * platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/render-elems-01-t-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/render-elems-02-t-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/render-elems-06-t-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/render-elems-07-t-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/render-elems-08-t-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.checksum: |
+ * platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/script-handle-02-b-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/script-handle-03-b-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/script-handle-04-b-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/shapes-line-01-t-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/struct-cond-01-t-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/struct-cond-02-t-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/struct-cond-03-t-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/struct-defs-01-t-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/struct-dom-02-b-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/struct-dom-03-b-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/struct-dom-04-b-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/struct-dom-05-b-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/struct-frag-01-t-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/struct-frag-02-t-expected.checksum: |
+ * platform/mac/svg/W3C-SVG-1.1/struct-frag-02-t-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/struct-frag-03-t-expected.checksum: |
+ * platform/mac/svg/W3C-SVG-1.1/struct-frag-03-t-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/struct-frag-04-t-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/struct-frag-05-t-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/struct-group-01-t-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/struct-group-02-b-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/struct-image-05-b-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/struct-use-05-b-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/styling-css-01-b-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/styling-css-02-b-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/styling-css-03-b-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/styling-css-04-f-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/styling-css-05-b-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/styling-css-06-b-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/styling-pres-01-t-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/text-align-01-b-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/text-align-02-b-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/text-align-03-b-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/text-align-04-b-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/text-deco-01-b-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/text-fonts-01-t-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/text-fonts-02-t-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/text-spacing-01-b-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/text-text-01-b-expected.checksum: |
+ * platform/mac/svg/W3C-SVG-1.1/text-text-01-b-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/text-text-03-b-expected.checksum: |
+ * platform/mac/svg/W3C-SVG-1.1/text-text-03-b-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/text-text-07-t-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/text-text-08-b-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/text-tref-01-b-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/text-tselect-01-b-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/text-tspan-01-b-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/text-ws-01-t-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/text-ws-02-t-expected.png: |
+ * platform/mac/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.checksum: |
+ * platform/mac/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.png: |
+ |
+2011-02-05 Eric Seidel <eric@webkit.org> |
+ |
+ Unreviewed. |
+ |
+ Safari should lowercase schemes in cannonicalized urls to match every other browser |
+ https://bugs.webkit.org/show_bug.cgi?id=53848 |
+ |
+ Checkin results I forgot to update in my previous commit. All progressions. |
+ |
+ * fast/dom/anchor-origin-expected.txt: |
+ * http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-uppercase-expected.txt: |
+ |
+2011-02-05 Eric Seidel <eric@webkit.org> |
+ |
+ Reviewed by Adam Barth. |
+ |
+ Safari should lowercase schemes in cannonicalized urls to match every other browser |
+ https://bugs.webkit.org/show_bug.cgi?id=53848 |
+ |
+ Update our results now that we pass more tests. |
+ |
+ * fast/url/file-expected.txt: |
+ * fast/url/file-http-base-expected.txt: |
+ * fast/url/path-url-expected.txt: |
+ * fast/url/relative-expected.txt: |
+ * fast/url/scheme-expected.txt: |
+ |
+2011-02-04 Jer Noble <jer.noble@apple.com> |
+ |
+ Adding test to Qt Skipped list. |
+ |
+ [Qt] media/video-frame-accurate-seek.html fails |
+ https://bugs.webkit.org/show_bug.cgi?id=53843 |
+ |
+ * platform/qt/Skipped: |
+ |
2011-02-04 Adam Barth <abarth@webkit.org> |
+ Reviewed by Maciej Stachowiak. |
+ |
+ Crash in WebCore::TextEncoding::decode below XSSFilter::init |
+ https://bugs.webkit.org/show_bug.cgi?id=53837 |
+ |
+ Test that we can successfully execute a JavaScript URL when it isn't |
+ blocked by the filter. |
+ |
+ * http/tests/security/xssAuditor/non-block-javascript-url-frame-expected.txt: Added. |
+ * http/tests/security/xssAuditor/non-block-javascript-url-frame.html: Added. |
+ |
+2011-02-04 Maciej Stachowiak <mjs@apple.com> |
+ |
+ Reviewed by Adam Barth. |
+ |
+ Skip a new test that uses EventSender |
+ https://bugs.webkit.org/show_bug.cgi?id=53841 |
+ |
+ * platform/mac-wk2/Skipped: |
+ |
+2011-02-04 Martin Robinson <mrobinson@igalia.com> |
+ |
+ Reviewed by Adam Barth. |
+ |
+ [GTK] plugins/plugin-document-back-forward.html fails |
+ https://bugs.webkit.org/show_bug.cgi?id=53833 |
+ |
+ * platform/gtk/Skipped: Unskip test which is now passing. |
+ |
+2011-02-04 Carlos Garcia Campos <cgarcia@igalia.com> |
+ |
+ Reviewed by Martin Robinson. |
+ |
+ Update expected results reflecting the change to search icon rendering. |
+ |
+ * platform/gtk/fast/css/input-search-padding-expected.checksum: |
+ * platform/gtk/fast/css/input-search-padding-expected.png: |
+ * platform/gtk/fast/css/input-search-padding-expected.txt: |
+ * platform/gtk/fast/forms/search-styled-expected.checksum: |
+ * platform/gtk/fast/forms/search-styled-expected.png: |
+ * platform/gtk/fast/forms/search-styled-expected.txt: |
+ * platform/gtk/fast/forms/search-vertical-alignment-expected.checksum: |
+ * platform/gtk/fast/forms/search-vertical-alignment-expected.png: |
+ * platform/gtk/fast/forms/search-zoomed-expected.checksum: |
+ * platform/gtk/fast/forms/search-zoomed-expected.png: |
+ * platform/gtk/fast/forms/search-zoomed-expected.txt: |
+ * platform/gtk/fast/forms/searchfield-heights-expected.checksum: |
+ * platform/gtk/fast/forms/searchfield-heights-expected.png: |
+ * platform/gtk/fast/forms/searchfield-heights-expected.txt: |
+ |
+2011-02-04 Hironori Bono <hbono@chromium.org> |
+ |
+ Reviewed by Adam Barth. |
+ |
+ [chromium] JPEG corruption |
+ https://bugs.webkit.org/show_bug.cgi?id=53250 |
+ |
+ This change adds a new script test that we can render a CMYK JPEG with a |
+ color profile correctly, i.e. we can render it without color corruption. |
+ |
+ * fast/images/cmyk-jpeg-with-color-profile-expected.txt: Added. |
+ * fast/images/cmyk-jpeg-with-color-profile.html: Added. |
+ * fast/images/resources/cmyk-jpeg.jpg: Added. |
+ * fast/images/script-tests/cmyk-jpeg-with-color-profile.js: Added. |
+ (image.onload): |
+ |
+2011-02-04 Martin Robinson <mrobinson@igalia.com> |
+ |
+ Update pixel results for the fast/forms directory in preparation for landing |
+ fixes to input type=search icon sizing. Also add some missing results. These |
+ results are out of date because of changes to font hinting some time ago. |
+ |
+ * platform/gtk/fast/forms/ |
+ * platform/gtk/fast/forms/input-placeholder-visibility-1-expected.checksum: Added. |
+ * platform/gtk/fast/forms/input-placeholder-visibility-1-expected.png: Added. |
+ * platform/gtk/fast/forms/input-placeholder-visibility-1-expected.txt: Added. |
+ * platform/gtk/fast/forms/input-placeholder-visibility-2-expected.checksum: Added. |
+ * platform/gtk/fast/forms/input-placeholder-visibility-2-expected.png: Added. |
+ * platform/gtk/fast/forms/input-placeholder-visibility-2-expected.txt: Added. |
+ * platform/gtk/fast/forms/input-placeholder-visibility-3-expected.checksum: Added. |
+ * platform/gtk/fast/forms/input-placeholder-visibility-3-expected.png: Added. |
+ * platform/gtk/fast/forms/input-placeholder-visibility-3-expected.txt: Added. |
+ * platform/gtk/fast/forms/textarea-placeholder-visibility-1-expected.checksum: Added. |
+ * platform/gtk/fast/forms/textarea-placeholder-visibility-1-expected.png: Added. |
+ * platform/gtk/fast/forms/textarea-placeholder-visibility-1-expected.txt: Added. |
+ * platform/gtk/fast/forms/textarea-placeholder-visibility-2-expected.checksum: Added. |
+ * platform/gtk/fast/forms/textarea-placeholder-visibility-2-expected.png: Added. |
+ * platform/gtk/fast/forms/textarea-placeholder-visibility-2-expected.txt: Added. |
+ |
+2011-02-04 Adam Barth <abarth@webkit.org> |
+ |
+ [Windows 7 Release Tests] plugins/plugin-document-back-forward.html failing since introduction in r77706 |
+ https://bugs.webkit.org/show_bug.cgi?id=53831 |
+ |
+ Stop dumping the child frames because that's not needed for this test |
+ and cause extra output on Windows. |
+ |
+ * plugins/plugin-document-back-forward.html: |
+ |
+2011-02-04 Adam Barth <abarth@webkit.org> |
+ |
+ [GTK] plugins/plugin-document-back-forward.html fails |
+ https://bugs.webkit.org/show_bug.cgi?id=53833 |
+ |
+ Add plugins/plugin-document-back-forward.html to skipped list while we |
+ investigate the issue. |
+ |
+ * platform/gtk/Skipped: |
+ |
+2011-02-04 Matthew Delaney <mdelaney@apple.com> |
+ |
+ Reviewed by Dan Bernstein. |
+ |
+ Move canvas layout test expectations into more appropriate locations |
+ https://bugs.webkit.org/show_bug.cgi?id=53145 |
+ |
+ * platform/mac-snowleopard/canvas/philip/tests/2d.drawImage.broken-expected.txt: Removed. |
+ * ... |
+ * platform/mac-snowleopard/canvas/philip/tests/type.prototype-expected.txt: Removed. |
+ * platform/mac/canvas: Added. |
+ * platform/mac/canvas/philip: Added. |
+ * platform/mac/canvas/philip/tests: Added. |
+ * platform/mac/canvas/philip/tests/2d.drawImage.broken-expected.txt: Copied from platform/mac-snowleopard/canvas/philip/tests/2d.drawImage.broken-expected.txt. |
+ * ... |
+ * platform/mac/canvas/philip/tests/type.prototype-expected.txt: Copied from platform/mac-snowleopard/canvas/philip/tests/type.prototype-expected.txt. |
+ |
+2011-02-04 Jessie Berlin <jberlin@apple.com> |
+ |
+ [Windows 7 Release Tests] plugins/plugin-document-back-forward.html failing since |
+ introduction in r77706. |
+ https://bugs.webkit.org/show_bug.cgi?id=53831 |
+ |
+ Unreviewed. Add expected (failing?) results to get the Windows 7 Release Test bots green. |
+ |
+ * platform/win/plugins/plugin-document-back-forward-expected.txt: Added. |
+ |
+2011-02-04 Martin Robinson <mrobinson@igalia.com> |
+ |
+ Unskip some tests which should now be passing. |
+ |
+ * platform/gtk/Skipped: Unskip tests. |
+ |
+2011-02-04 Martin Robinson <mrobinson@igalia.com> |
+ |
+ Reviewed by Xan Lopez. |
+ |
+ [GTK] WebKitWebFrame can return a stale frame name when calling webkit_web_frame_get_name |
+ https://bugs.webkit.org/show_bug.cgi?id=53797 |
+ |
+ * platform/gtk/Skipped: Unskip a test which is now passing. |
+ |
+2011-02-04 Martin Robinson <mrobinson@igalia.com> |
+ |
+ Rebaseline a few tests after r77665 and add a GTK-specific baseline |
+ after r77690. |
+ |
+ * platform/gtk/fast/blockflow/Kusa-Makura-background-canvas-expected.txt: |
+ * platform/gtk/fast/blockflow/japanese-ruby-horizontal-bt-expected.txt: |
+ * platform/gtk/fast/blockflow/japanese-ruby-vertical-lr-expected.txt: |
+ * platform/gtk/fast/blockflow/japanese-ruby-vertical-rl-expected.txt: |
+ * platform/gtk/fast/ruby/nested-ruby-expected.txt: |
+ * platform/gtk/fast/text/emphasis-avoid-ruby-expected.txt: |
+ * platform/gtk/media/video-frame-accurate-seek-expected.txt: Added. |
+ |
+2011-02-04 Jessie Berlin <jberlin@apple.com> |
+ |
+ [Windows 7 Release Tests] 5 ruby tests failing on Windows after r77665 |
+ https://bugs.webkit.org/show_bug.cgi?id=53820 |
+ |
+ Unreviewed. Landing expected results that are probably correct (given that the change in |
+ 77665 was to make the default ruby text size smaller by default). |
+ |
+ * platform/win/fast/blockflow/Kusa-Makura-background-canvas-expected.checksum: |
+ * platform/win/fast/blockflow/Kusa-Makura-background-canvas-expected.png: |
+ * platform/win/fast/blockflow/Kusa-Makura-background-canvas-expected.txt: |
+ * platform/win/fast/blockflow/japanese-ruby-horizontal-bt-expected.checksum: |
+ * platform/win/fast/blockflow/japanese-ruby-horizontal-bt-expected.png: |
+ * platform/win/fast/blockflow/japanese-ruby-horizontal-bt-expected.txt: |
+ * platform/win/fast/blockflow/japanese-ruby-vertical-lr-expected.checksum: |
+ * platform/win/fast/blockflow/japanese-ruby-vertical-lr-expected.png: |
+ * platform/win/fast/blockflow/japanese-ruby-vertical-lr-expected.txt: |
+ * platform/win/fast/blockflow/japanese-ruby-vertical-rl-expected.checksum: |
+ * platform/win/fast/blockflow/japanese-ruby-vertical-rl-expected.png: |
+ * platform/win/fast/blockflow/japanese-ruby-vertical-rl-expected.txt: |
+ * platform/win/fast/ruby/nested-ruby-expected.checksum: |
+ * platform/win/fast/ruby/nested-ruby-expected.png: |
+ * platform/win/fast/ruby/nested-ruby-expected.txt: |
+ |
+2011-02-04 Martin Robinson <mrobinson@igalia.com> |
+ |
+ Reviewed by Gustavo Noronha Silva. |
+ |
+ [GTK] fast/events/pagehide-timeout.html fails |
+ https://bugs.webkit.org/show_bug.cgi?id=53771 |
+ |
+ * platform/gtk/Skipped: Unskip a test which is now passing. |
+ |
+2011-02-04 Adam Barth <abarth@webkit.org> |
+ |
Reviewed by Eric Seidel. |
PluginDocuments don't create widgets for plugins on back/forward |