| Index: LayoutTests/ChangeLog
|
| ===================================================================
|
| --- LayoutTests/ChangeLog (revision 77734)
|
| +++ LayoutTests/ChangeLog (working copy)
|
| @@ -1,3 +1,2367 @@
|
| +2011-02-04 Charlie Reis <creis@chromium.org>
|
| +
|
| + Reviewed by Mihai Parparita.
|
| +
|
| + Crash in WebCore::HistoryController::itemsAreClones
|
| + https://bugs.webkit.org/show_bug.cgi?id=52819
|
| +
|
| + Tests that navigating back and forward between hash items works.
|
| +
|
| + * fast/history/history-back-forward-within-subframe-hash.html: Added.
|
| + * fast/history/history-back-forward-within-subframe-hash-expected.txt: Added.
|
| +
|
| +2011-02-04 Dimitri Glazkov <dglazkov@chromium.org>
|
| +
|
| + [Chromium] Add expectations for the test, added in r77690.
|
| +
|
| + * platform/chromium-win/media/video-frame-accurate-seek-expected.checksum: Added.
|
| + * platform/chromium-win/media/video-frame-accurate-seek-expected.png: Added.
|
| + * platform/chromium-win/media/video-frame-accurate-seek-expected.txt: Added.
|
| + * platform/chromium/test_expectations.txt:
|
| +
|
| +2011-02-04 Carol Szabo <carol.szabo@nokia.com>
|
| +
|
| + Reviewed by David Hyatt.
|
| +
|
| + Code Changes.
|
| +
|
| + CSS 2.1 failure: content-*
|
| + https://bugs.webkit.org/show_bug.cgi?id=52126
|
| +
|
| + * fast/css/counters/content-021-expected.txt: Added.
|
| + * fast/css/counters/content-021.html: Added.
|
| + This is a copy of the test with the same name from the
|
| + official css test suite, adapted for DumpRenderTree.
|
| +
|
| +2011-02-04 Dimitri Glazkov <dglazkov@chromium.org>
|
| +
|
| + [Chromium] Removed Chromium-specific baselines that are no longer necessary.
|
| +
|
| + * platform/chromium-mac-leopard/fast/blockflow/japanese-ruby-vertical-lr-expected.checksum: Removed.
|
| + * platform/chromium-mac-leopard/fast/blockflow/japanese-ruby-vertical-lr-expected.png: Removed.
|
| + * platform/chromium-mac-leopard/fast/blockflow/japanese-ruby-vertical-rl-expected.checksum: Removed.
|
| + * platform/chromium-mac-leopard/fast/blockflow/japanese-ruby-vertical-rl-expected.png: Removed.
|
| + * platform/chromium-mac/fast/blockflow/Kusa-Makura-background-canvas-expected.checksum: Removed.
|
| + * platform/chromium-mac/fast/blockflow/Kusa-Makura-background-canvas-expected.png: Removed.
|
| +
|
| +2011-02-04 Dimitri Glazkov <dglazkov@chromium.org>
|
| +
|
| + Update Leopard pixel results for fast/box-shadow.
|
| +
|
| + * platform/mac-leopard/fast/box-shadow/basic-shadows-expected.checksum:
|
| + * platform/mac-leopard/fast/box-shadow/basic-shadows-expected.png:
|
| + * platform/mac-leopard/fast/box-shadow/inset-expected.checksum:
|
| + * platform/mac-leopard/fast/box-shadow/inset-expected.png:
|
| +
|
| +2011-02-04 Jer Noble <jer.noble@apple.com>
|
| +
|
| + Reviewed by Eric Carlson.
|
| +
|
| + Frame accurate seeking isn't always accurate
|
| + https://bugs.webkit.org/show_bug.cgi?id=52697
|
| +
|
| + New pixel test that seeks to specific currentTimes and records the rendered frame.
|
| +
|
| + * media/content/test-25fps.mp4: Added.
|
| + * media/content/test-25fps.ogv: Added.
|
| + * media/video-frame-accurate-seek-expected.txt: Added.
|
| + * media/video-frame-accurate-seek.html: Added.
|
| + * platform/mac/media/video-frame-accurate-seek-expected.checksum: Added.
|
| + * platform/mac/media/video-frame-accurate-seek-expected.png: Added.
|
| +
|
| +2011-02-04 Jeremy Orlow <jorlow@chromium.org>
|
| +
|
| + Reviewed by Nate Chapin.
|
| +
|
| + Second IndexedDB events overhaul patch
|
| + https://bugs.webkit.org/show_bug.cgi?id=53813
|
| +
|
| + * storage/indexeddb/request-event-propagation-expected.txt: Added.
|
| + * storage/indexeddb/request-event-propagation.html: Added.
|
| +
|
| +2011-02-04 Jeremy Orlow <jorlow@chromium.org>
|
| +
|
| + Reviewed by Nate Chapin.
|
| +
|
| + First step towards event propogation within IndexedDB
|
| + https://bugs.webkit.org/show_bug.cgi?id=53795
|
| +
|
| + This is the first step towards implementing
|
| + http://www.w3.org/Bugs/Public/show_bug.cgi?id=11348
|
| + within IndexedDB. I've created a method that knows how
|
| + to capture and bubble (based on Node's dispatchGenericEvent).
|
| + I've then changed IDBRequest to use it.
|
| +
|
| + The only functional change is that preventDefault now must
|
| + be called in error events to prevent the transaction from
|
| + being aborted. The tests reflect this change and there's one
|
| + specific test to look at this behavior.
|
| +
|
| + * storage/indexeddb/cursor-index-delete-expected.txt:
|
| + * storage/indexeddb/cursor-index-delete.html:
|
| + * storage/indexeddb/database-quota-expected.txt:
|
| + * storage/indexeddb/database-quota.html:
|
| + * storage/indexeddb/duplicates-expected.txt:
|
| + * storage/indexeddb/duplicates.html:
|
| + * storage/indexeddb/error-causes-abort-by-default-expected.txt: Copied from LayoutTests/storage/indexeddb/cursor-index-delete-expected.txt.
|
| + * storage/indexeddb/error-causes-abort-by-default.html: Added.
|
| + * storage/indexeddb/index-basics-expected.txt:
|
| + * storage/indexeddb/index-basics.html:
|
| + * storage/indexeddb/objectstore-autoincrement-expected.txt:
|
| + * storage/indexeddb/objectstore-autoincrement.html:
|
| + * storage/indexeddb/objectstore-basics-expected.txt:
|
| + * storage/indexeddb/objectstore-basics.html:
|
| +
|
| +2011-02-04 Dimitri Glazkov <dglazkov@chromium.org>
|
| +
|
| + [Chromium] Remove Chromium-specific baselines that we no longer need.
|
| +
|
| + * platform/chromium-mac-leopard/fast/ruby/nested-ruby-expected.checksum: Removed.
|
| + * platform/chromium-mac-leopard/fast/ruby/nested-ruby-expected.png: Removed.
|
| + * platform/chromium-mac-leopard/fast/ruby/ruby-beforeafter-expected.checksum: Removed.
|
| + * platform/chromium-mac-leopard/fast/ruby/ruby-beforeafter-expected.png: Removed.
|
| + * platform/chromium-mac-leopard/fast/ruby/ruby-run-break-expected.checksum: Removed.
|
| + * platform/chromium-mac-leopard/fast/ruby/ruby-run-break-expected.png: Removed.
|
| +
|
| +2011-02-04 Jeremy Orlow <jorlow@chromium.org>
|
| +
|
| + Revert https://bugs.webkit.org/show_bug.cgi?id=53795
|
| +
|
| + * storage/indexeddb/cursor-index-delete-expected.txt:
|
| + * storage/indexeddb/cursor-index-delete.html:
|
| + * storage/indexeddb/cursor-update-expected.txt:
|
| + * storage/indexeddb/cursor-update.html:
|
| + * storage/indexeddb/database-quota-expected.txt:
|
| + * storage/indexeddb/database-quota.html:
|
| + * storage/indexeddb/duplicates-expected.txt:
|
| + * storage/indexeddb/duplicates.html:
|
| + * storage/indexeddb/error-causes-abort-by-default-expected.txt: Removed.
|
| + * storage/indexeddb/error-causes-abort-by-default.html: Removed.
|
| + * storage/indexeddb/index-basics-expected.txt:
|
| + * storage/indexeddb/index-basics.html:
|
| + * storage/indexeddb/objectstore-autoincrement-expected.txt:
|
| + * storage/indexeddb/objectstore-autoincrement.html:
|
| + * storage/indexeddb/objectstore-basics-expected.txt:
|
| + * storage/indexeddb/objectstore-basics.html:
|
| +
|
| +2011-02-04 Dimitri Glazkov <dglazkov@chromium.org>
|
| +
|
| + [Chromium] Marked test, added in r77680 as failing due to lighttpd.
|
| +
|
| + * platform/chromium/test_expectations.txt: Marked.
|
| +
|
| +2011-02-04 Dimitri Glazkov <dglazkov@chromium.org>
|
| +
|
| + Update Leopard baselines for fast/blockflow, this time correctly.
|
| +
|
| + * platform/mac-leopard/fast/blockflow/Kusa-Makura-background-canvas-expected.checksum:
|
| + * platform/mac-leopard/fast/blockflow/Kusa-Makura-background-canvas-expected.png:
|
| + * platform/mac-leopard/fast/blockflow/Kusa-Makura-background-canvas-expected.txt: Removed.
|
| + * platform/mac-leopard/fast/blockflow/fieldsets-expected.png:
|
| + * platform/mac-leopard/fast/blockflow/japanese-ruby-horizontal-bt-expected.checksum: Removed.
|
| + * platform/mac-leopard/fast/blockflow/japanese-ruby-horizontal-bt-expected.png: Removed.
|
| + * platform/mac-leopard/fast/blockflow/japanese-ruby-horizontal-bt-expected.txt: Removed.
|
| + * platform/mac-leopard/fast/blockflow/japanese-ruby-vertical-lr-expected.checksum:
|
| + * platform/mac-leopard/fast/blockflow/japanese-ruby-vertical-lr-expected.png:
|
| + * platform/mac-leopard/fast/blockflow/japanese-ruby-vertical-lr-expected.txt: Removed.
|
| + * platform/mac-leopard/fast/blockflow/japanese-ruby-vertical-rl-expected.checksum:
|
| + * platform/mac-leopard/fast/blockflow/japanese-ruby-vertical-rl-expected.png:
|
| + * platform/mac-leopard/fast/blockflow/japanese-ruby-vertical-rl-expected.txt: Removed.
|
| +
|
| +2011-02-04 Dirk Pranke <dpranke@chromium.org>
|
| +
|
| + Unreviewed, expectations change.
|
| +
|
| + Merge in some GPU expectations that got dropped in r77666, get lint to pass.
|
| +
|
| + * platform/chromium/test_expectations.txt:
|
| +
|
| +2011-02-04 Dimitri Glazkov <dglazkov@chromium.org>
|
| +
|
| + Add Leopard-specific pixel results for fast/ruby.
|
| +
|
| + * platform/mac-leopard/fast/ruby/nested-ruby-expected.checksum: Added.
|
| + * platform/mac-leopard/fast/ruby/nested-ruby-expected.png: Added.
|
| + * platform/mac-leopard/fast/ruby/ruby-beforeafter-expected.checksum: Added.
|
| + * platform/mac-leopard/fast/ruby/ruby-beforeafter-expected.png: Added.
|
| + * platform/mac-leopard/fast/ruby/ruby-empty-rt-expected.checksum:
|
| + * platform/mac-leopard/fast/ruby/ruby-empty-rt-expected.png:
|
| + * platform/mac-leopard/fast/ruby/ruby-length-expected.checksum:
|
| + * platform/mac-leopard/fast/ruby/ruby-length-expected.png:
|
| + * platform/mac-leopard/fast/ruby/ruby-run-break-expected.checksum:
|
| + * platform/mac-leopard/fast/ruby/ruby-run-break-expected.png:
|
| + * platform/mac-leopard/fast/ruby/ruby-runs-expected.checksum:
|
| + * platform/mac-leopard/fast/ruby/ruby-runs-expected.png:
|
| + * platform/mac-leopard/fast/ruby/ruby-runs-spans-expected.checksum:
|
| + * platform/mac-leopard/fast/ruby/ruby-runs-spans-expected.png:
|
| + * platform/mac-leopard/fast/ruby/ruby-simple-expected.checksum:
|
| + * platform/mac-leopard/fast/ruby/ruby-simple-expected.png:
|
| + * platform/mac-leopard/fast/ruby/ruby-simple-rp-expected.checksum:
|
| + * platform/mac-leopard/fast/ruby/ruby-simple-rp-expected.png:
|
| + * platform/mac-leopard/fast/ruby/ruby-trailing-expected.checksum:
|
| + * platform/mac-leopard/fast/ruby/ruby-trailing-expected.png:
|
| + * platform/mac-leopard/fast/ruby/rubyDOM-insert-rt-expected.checksum:
|
| + * platform/mac-leopard/fast/ruby/rubyDOM-insert-rt-expected.png:
|
| + * platform/mac-leopard/fast/ruby/rubyDOM-insert-text1-expected.checksum:
|
| + * platform/mac-leopard/fast/ruby/rubyDOM-insert-text1-expected.png:
|
| + * platform/mac-leopard/fast/ruby/rubyDOM-insert-text2-expected.checksum:
|
| + * platform/mac-leopard/fast/ruby/rubyDOM-insert-text2-expected.png:
|
| + * platform/mac-leopard/fast/ruby/rubyDOM-insert-text3-expected.checksum:
|
| + * platform/mac-leopard/fast/ruby/rubyDOM-insert-text3-expected.png:
|
| + * platform/mac-leopard/fast/ruby/rubyDOM-remove-rt1-expected.checksum:
|
| + * platform/mac-leopard/fast/ruby/rubyDOM-remove-rt1-expected.png:
|
| + * platform/mac-leopard/fast/ruby/rubyDOM-remove-rt2-expected.checksum:
|
| + * platform/mac-leopard/fast/ruby/rubyDOM-remove-rt2-expected.png:
|
| + * platform/mac-leopard/fast/ruby/rubyDOM-remove-text1-expected.checksum:
|
| + * platform/mac-leopard/fast/ruby/rubyDOM-remove-text1-expected.png:
|
| + * platform/mac-leopard/fast/ruby/rubyDOM-remove-text2-expected.checksum:
|
| + * platform/mac-leopard/fast/ruby/rubyDOM-remove-text2-expected.png:
|
| +
|
| +2011-02-04 Martin Galpin <martin@66laps.com>
|
| +
|
| + Reviewed by David Levin.
|
| +
|
| + CORS origin header not set on GET when a preflight request is required.
|
| + https://bugs.webkit.org/show_bug.cgi?id=50773
|
| +
|
| + * http/tests/xmlhttprequest/cross-origin-preflight-get-expected.txt: Added.
|
| + * http/tests/xmlhttprequest/cross-origin-preflight-get.html: Added.
|
| + * http/tests/xmlhttprequest/resources/cross-origin-preflight-get.php: Added.
|
| +
|
| +2011-02-04 Jeremy Orlow <jorlow@chromium.org>
|
| +
|
| + Reviewed by Nate Chapin.
|
| +
|
| + First step towards event propogation within IndexedDB
|
| + https://bugs.webkit.org/show_bug.cgi?id=53795
|
| +
|
| + This is the first step towards implementing
|
| + http://www.w3.org/Bugs/Public/show_bug.cgi?id=11348
|
| + within IndexedDB. I've created a method that knows how
|
| + to capture and bubble (based on Node's dispatchGenericEvent).
|
| + I've then changed IDBRequest to use it.
|
| +
|
| + The only functional change is that preventDefault now must
|
| + be called in error events to prevent the transaction from
|
| + being aborted. The tests reflect this change and there's one
|
| + specific test to look at this behavior.
|
| +
|
| + * storage/indexeddb/cursor-index-delete-expected.txt:
|
| + * storage/indexeddb/cursor-index-delete.html:
|
| + * storage/indexeddb/database-quota-expected.txt:
|
| + * storage/indexeddb/database-quota.html:
|
| + * storage/indexeddb/duplicates-expected.txt:
|
| + * storage/indexeddb/duplicates.html:
|
| + * storage/indexeddb/error-causes-abort-by-default-expected.txt: Copied from LayoutTests/storage/indexeddb/cursor-index-delete-expected.txt.
|
| + * storage/indexeddb/error-causes-abort-by-default.html: Added.
|
| + * storage/indexeddb/index-basics-expected.txt:
|
| + * storage/indexeddb/index-basics.html:
|
| + * storage/indexeddb/objectstore-autoincrement-expected.txt:
|
| + * storage/indexeddb/objectstore-autoincrement.html:
|
| + * storage/indexeddb/objectstore-basics-expected.txt:
|
| + * storage/indexeddb/objectstore-basics.html:
|
| +
|
| +2011-02-04 Dimitri Glazkov <dglazkov@chromium.org>
|
| +
|
| + [Chromium] Updated Win and Linux baselines after r77665.
|
| +
|
| +2011-02-04 Xiaomei Ji <xji@chromium.org>
|
| +
|
| + Unreviewed.
|
| +
|
| + Rebaseline chromium after r77654.
|
| + text-align attribute in <select> is ignored both in button text and drop-down
|
| + items.
|
| +
|
| + * platform/chromium-linux/fast/text/international/bidi-menulist-expected.checksum:
|
| + * platform/chromium-linux/fast/text/international/bidi-menulist-expected.png:
|
| + * platform/chromium-linux/fast/text/international/bidi-menulist-expected.txt:
|
| + * platform/chromium-win/fast/text/international/bidi-menulist-expected.checksum:
|
| + * platform/chromium-win/fast/text/international/bidi-menulist-expected.png:
|
| + * platform/chromium-win/fast/text/international/bidi-menulist-expected.txt:
|
| +
|
| +2011-02-04 Dimitri Glazkov <dglazkov@chromium.org>
|
| +
|
| + Add Leopard-specific pixel results for fast/blockflow.
|
| +
|
| + * platform/mac-leopard/fast/blockflow/Kusa-Makura-background-canvas-expected.checksum: Added.
|
| + * platform/mac-leopard/fast/blockflow/Kusa-Makura-background-canvas-expected.png: Added.
|
| + * platform/mac-leopard/fast/blockflow/Kusa-Makura-background-canvas-expected.txt: Added.
|
| + * platform/mac-leopard/fast/blockflow/block-level-images-expected.checksum: Added.
|
| + * platform/mac-leopard/fast/blockflow/block-level-images-expected.png: Added.
|
| + * platform/mac-leopard/fast/blockflow/border-vertical-lr-expected.checksum: Added.
|
| + * platform/mac-leopard/fast/blockflow/border-vertical-lr-expected.png: Added.
|
| + * platform/mac-leopard/fast/blockflow/english-bt-text-expected.checksum: Added.
|
| + * platform/mac-leopard/fast/blockflow/english-bt-text-expected.png: Added.
|
| + * platform/mac-leopard/fast/blockflow/english-lr-text-expected.checksum: Added.
|
| + * platform/mac-leopard/fast/blockflow/english-lr-text-expected.png: Added.
|
| + * platform/mac-leopard/fast/blockflow/japanese-lr-selection-expected.checksum: Added.
|
| + * platform/mac-leopard/fast/blockflow/japanese-lr-selection-expected.png: Added.
|
| + * platform/mac-leopard/fast/blockflow/japanese-lr-text-expected.checksum: Added.
|
| + * platform/mac-leopard/fast/blockflow/japanese-lr-text-expected.png: Added.
|
| + * platform/mac-leopard/fast/blockflow/japanese-rl-selection-expected.checksum: Added.
|
| + * platform/mac-leopard/fast/blockflow/japanese-rl-selection-expected.png: Added.
|
| + * platform/mac-leopard/fast/blockflow/japanese-rl-text-expected.checksum: Added.
|
| + * platform/mac-leopard/fast/blockflow/japanese-rl-text-expected.png: Added.
|
| + * platform/mac-leopard/fast/blockflow/japanese-ruby-horizontal-bt-expected.checksum: Added.
|
| + * platform/mac-leopard/fast/blockflow/japanese-ruby-horizontal-bt-expected.png: Added.
|
| + * platform/mac-leopard/fast/blockflow/japanese-ruby-horizontal-bt-expected.txt: Added.
|
| + * platform/mac-leopard/fast/blockflow/japanese-ruby-vertical-lr-expected.checksum: Added.
|
| + * platform/mac-leopard/fast/blockflow/japanese-ruby-vertical-lr-expected.png: Added.
|
| + * platform/mac-leopard/fast/blockflow/japanese-ruby-vertical-lr-expected.txt: Added.
|
| + * platform/mac-leopard/fast/blockflow/japanese-ruby-vertical-rl-expected.checksum: Added.
|
| + * platform/mac-leopard/fast/blockflow/japanese-ruby-vertical-rl-expected.png: Added.
|
| + * platform/mac-leopard/fast/blockflow/japanese-ruby-vertical-rl-expected.txt: Added.
|
| + * platform/mac-leopard/fast/blockflow/vertical-align-table-baseline-expected.checksum: Added.
|
| + * platform/mac-leopard/fast/blockflow/vertical-align-table-baseline-expected.png: Added.
|
| + * platform/mac-leopard/fast/blockflow/vertical-baseline-alignment-expected.checksum: Added.
|
| + * platform/mac-leopard/fast/blockflow/vertical-baseline-alignment-expected.png: Added.
|
| + * platform/mac-leopard/fast/blockflow/vertical-font-fallback-expected.checksum: Added.
|
| + * platform/mac-leopard/fast/blockflow/vertical-font-fallback-expected.png: Added.
|
| +
|
| +2011-02-04 Dimitri Glazkov <dglazkov@chromium.org>
|
| +
|
| + Remove platform-specific baselines, since we match platform/mac here.
|
| +
|
| + * platform/chromium-mac/fast/blockflow/box-shadow-horizontal-bt-expected.checksum: Removed.
|
| + * platform/chromium-mac/fast/blockflow/box-shadow-horizontal-bt-expected.png: Removed.
|
| + * platform/chromium-mac/fast/blockflow/box-shadow-vertical-lr-expected.checksum: Removed.
|
| + * platform/chromium-mac/fast/blockflow/box-shadow-vertical-lr-expected.png: Removed.
|
| + * platform/chromium-mac/fast/blockflow/box-shadow-vertical-rl-expected.checksum: Removed.
|
| + * platform/chromium-mac/fast/blockflow/box-shadow-vertical-rl-expected.png: Removed.
|
| + * platform/chromium/test_expectations.txt:
|
| +
|
| +2011-02-04 Dimitri Glazkov <dglazkov@chromium.org>
|
| +
|
| + [Chromium] Update mac expectations.
|
| +
|
| + * platform/chromium/test_expectations.txt: Updated.
|
| +
|
| +2011-02-04 Dimitri Glazkov <dglazkov@chromium.org>
|
| +
|
| + Reviewed by Csaba Osztrogonác.
|
| +
|
| + [Qt]REGRESSION(r76951): media/controls-without-preload.html fails
|
| + https://bugs.webkit.org/show_bug.cgi?id=53674
|
| +
|
| + * platform/qt/Skipped:
|
| +
|
| +2011-02-04 Mihai Parparita <mihaip@chromium.org>
|
| +
|
| + Unreviewed GTK expectations update.
|
| +
|
| + Unskip fast/history/timed-refresh-in-cached-frame.html, it should pass
|
| + with http://trac.webkit.org/changeset/77559.
|
| +
|
| + * platform/gtk/Skipped:
|
| +
|
| +2011-02-04 Dirk Pranke <dpranke@chromium.org>
|
| +
|
| + Reviewed by Mihai Parparita.
|
| +
|
| + merge test expectations for chromium, chromium-gpu. From
|
| + now on, we will track GPU-specific expectations with the
|
| + "GPU" modifier in the main file, rather than in a separate
|
| + file (and non-GPU-specific expectations with the "CPU"
|
| + modifier.
|
| +
|
| + https://bugs.webkit.org/show_bug.cgi?id=53562
|
| +
|
| + * platform/chromium-gpu/test_expectations.txt: Removed.
|
| + * platform/chromium/test_expectations.txt:
|
| +
|
| +2011-02-04 Dan Bernstein <mitz@apple.com>
|
| +
|
| + Reviewed by Darin Adler and Dave Hyatt.
|
| +
|
| + <rdar://problem/8902704> Make ruby text size 50% by default
|
| + https://bugs.webkit.org/show_bug.cgi?id=53723
|
| +
|
| + * fast/text/emphasis-avoid-ruby-expected.checksum:
|
| + * fast/text/emphasis-avoid-ruby-expected.png:
|
| + * fast/text/emphasis-avoid-ruby-expected.txt:
|
| + * platform/mac/fast/blockflow/Kusa-Makura-background-canvas-expected.checksum:
|
| + * platform/mac/fast/blockflow/Kusa-Makura-background-canvas-expected.png:
|
| + * platform/mac/fast/blockflow/Kusa-Makura-background-canvas-expected.txt:
|
| + * platform/mac/fast/blockflow/box-shadow-horizontal-bt-expected.checksum:
|
| + * platform/mac/fast/blockflow/box-shadow-horizontal-bt-expected.png:
|
| + * platform/mac/fast/blockflow/box-shadow-vertical-lr-expected.checksum:
|
| + * platform/mac/fast/blockflow/box-shadow-vertical-lr-expected.png:
|
| + * platform/mac/fast/blockflow/box-shadow-vertical-rl-expected.checksum:
|
| + * platform/mac/fast/blockflow/box-shadow-vertical-rl-expected.png:
|
| + * platform/mac/fast/blockflow/japanese-ruby-horizontal-bt-expected.checksum:
|
| + * platform/mac/fast/blockflow/japanese-ruby-horizontal-bt-expected.png:
|
| + * platform/mac/fast/blockflow/japanese-ruby-horizontal-bt-expected.txt:
|
| + * platform/mac/fast/blockflow/japanese-ruby-vertical-lr-expected.checksum:
|
| + * platform/mac/fast/blockflow/japanese-ruby-vertical-lr-expected.png:
|
| + * platform/mac/fast/blockflow/japanese-ruby-vertical-lr-expected.txt:
|
| + * platform/mac/fast/blockflow/japanese-ruby-vertical-rl-expected.checksum:
|
| + * platform/mac/fast/blockflow/japanese-ruby-vertical-rl-expected.png:
|
| + * platform/mac/fast/blockflow/japanese-ruby-vertical-rl-expected.txt:
|
| + * platform/mac/fast/ruby/nested-ruby-expected.checksum:
|
| + * platform/mac/fast/ruby/nested-ruby-expected.png:
|
| + * platform/mac/fast/ruby/nested-ruby-expected.txt:
|
| + * platform/mac/fast/ruby/ruby-beforeafter-expected.checksum:
|
| + * platform/mac/fast/ruby/ruby-beforeafter-expected.png:
|
| + * platform/mac/fast/ruby/ruby-beforeafter-expected.txt:
|
| + * platform/mac/fast/ruby/ruby-empty-rt-expected.checksum:
|
| + * platform/mac/fast/ruby/ruby-empty-rt-expected.png:
|
| + * platform/mac/fast/ruby/ruby-empty-rt-expected.txt:
|
| + * platform/mac/fast/ruby/ruby-length-expected.checksum:
|
| + * platform/mac/fast/ruby/ruby-length-expected.png:
|
| + * platform/mac/fast/ruby/ruby-length-expected.txt:
|
| + * platform/mac/fast/ruby/ruby-run-break-expected.checksum:
|
| + * platform/mac/fast/ruby/ruby-run-break-expected.png:
|
| + * platform/mac/fast/ruby/ruby-run-break-expected.txt:
|
| + * platform/mac/fast/ruby/ruby-runs-expected.checksum:
|
| + * platform/mac/fast/ruby/ruby-runs-expected.png:
|
| + * platform/mac/fast/ruby/ruby-runs-expected.txt:
|
| + * platform/mac/fast/ruby/ruby-runs-spans-expected.checksum:
|
| + * platform/mac/fast/ruby/ruby-runs-spans-expected.png:
|
| + * platform/mac/fast/ruby/ruby-runs-spans-expected.txt:
|
| + * platform/mac/fast/ruby/ruby-simple-expected.checksum:
|
| + * platform/mac/fast/ruby/ruby-simple-expected.png:
|
| + * platform/mac/fast/ruby/ruby-simple-expected.txt:
|
| + * platform/mac/fast/ruby/ruby-simple-rp-expected.checksum:
|
| + * platform/mac/fast/ruby/ruby-simple-rp-expected.png:
|
| + * platform/mac/fast/ruby/ruby-simple-rp-expected.txt:
|
| + * platform/mac/fast/ruby/ruby-trailing-expected.checksum:
|
| + * platform/mac/fast/ruby/ruby-trailing-expected.png:
|
| + * platform/mac/fast/ruby/ruby-trailing-expected.txt:
|
| + * platform/mac/fast/ruby/rubyDOM-insert-rt-expected.checksum:
|
| + * platform/mac/fast/ruby/rubyDOM-insert-rt-expected.png:
|
| + * platform/mac/fast/ruby/rubyDOM-insert-rt-expected.txt:
|
| + * platform/mac/fast/ruby/rubyDOM-insert-text1-expected.checksum:
|
| + * platform/mac/fast/ruby/rubyDOM-insert-text1-expected.png:
|
| + * platform/mac/fast/ruby/rubyDOM-insert-text1-expected.txt:
|
| + * platform/mac/fast/ruby/rubyDOM-insert-text2-expected.checksum:
|
| + * platform/mac/fast/ruby/rubyDOM-insert-text2-expected.png:
|
| + * platform/mac/fast/ruby/rubyDOM-insert-text2-expected.txt:
|
| + * platform/mac/fast/ruby/rubyDOM-insert-text3-expected.checksum:
|
| + * platform/mac/fast/ruby/rubyDOM-insert-text3-expected.png:
|
| + * platform/mac/fast/ruby/rubyDOM-insert-text3-expected.txt:
|
| + * platform/mac/fast/ruby/rubyDOM-remove-rt1-expected.checksum:
|
| + * platform/mac/fast/ruby/rubyDOM-remove-rt1-expected.png:
|
| + * platform/mac/fast/ruby/rubyDOM-remove-rt1-expected.txt:
|
| + * platform/mac/fast/ruby/rubyDOM-remove-rt2-expected.checksum:
|
| + * platform/mac/fast/ruby/rubyDOM-remove-rt2-expected.png:
|
| + * platform/mac/fast/ruby/rubyDOM-remove-rt2-expected.txt:
|
| + * platform/mac/fast/ruby/rubyDOM-remove-text1-expected.checksum:
|
| + * platform/mac/fast/ruby/rubyDOM-remove-text1-expected.png:
|
| + * platform/mac/fast/ruby/rubyDOM-remove-text1-expected.txt:
|
| + * platform/mac/fast/ruby/rubyDOM-remove-text2-expected.checksum:
|
| + * platform/mac/fast/ruby/rubyDOM-remove-text2-expected.png:
|
| + * platform/mac/fast/ruby/rubyDOM-remove-text2-expected.txt:
|
| +
|
| +2011-02-04 Antti Koivisto <antti@apple.com>
|
| +
|
| + Reviewed by Dimitri Glazkov.
|
| +
|
| + https://bugs.webkit.org/show_bug.cgi?id=53610
|
| + Regression: adjacent sibling selector not working as expected
|
| + <rdar://problem/8960033>
|
| +
|
| + https://bugs.webkit.org/show_bug.cgi?id=53574
|
| + REGRESSION (r76012): :last-child:after not working as expected
|
| + <rdar://problem/8948643>
|
| +
|
| + * fast/selectors/style-sharing-adjacent-selector-expected.txt: Added.
|
| + * fast/selectors/style-sharing-adjacent-selector.html: Added.
|
| + * fast/selectors/style-sharing-last-child-expected.txt: Added.
|
| + * fast/selectors/style-sharing-last-child.html: Added.
|
| +
|
| +2011-02-04 Robert Hogan <robert@webkit.org>
|
| +
|
| + Reviewed by Darin Fisher.
|
| +
|
| + Move chromium iframe shim code to cross-platform file.
|
| + https://bugs.webkit.org/show_bug.cgi?id=52594
|
| +
|
| + * platform/qt/Skipped: Unskip plugins/iframe-shims.html
|
| +
|
| +2011-02-04 Brady Eidson <beidson@apple.com>
|
| +
|
| + Reviewed by Anders Carlsson.
|
| +
|
| + <rdar://problem/8636239> and https://bugs.webkit.org/show_bug.cgi?id=53785
|
| + WebKit2: Pages with dynamically inserted iframes can add extraneous back/forward items.
|
| +
|
| + * fast/loader/dynamic-iframe-extra-back-forward-item-expected.txt: Added.
|
| + * fast/loader/dynamic-iframe-extra-back-forward-item.html: Added.
|
| +
|
| +2011-02-04 Dimitri Glazkov <dglazkov@chromium.org>
|
| +
|
| + Add platform/mac-leopard baselines for tests added in r77639. The text rendering is
|
| + different enough for them to be different from mac-snowleopard.
|
| +
|
| + * platform/mac-leopard/fast/forms/input-placeholder-visibility-1-expected.checksum: Added.
|
| + * platform/mac-leopard/fast/forms/input-placeholder-visibility-1-expected.png: Added.
|
| + * platform/mac-leopard/fast/forms/input-placeholder-visibility-2-expected.checksum: Added.
|
| + * platform/mac-leopard/fast/forms/input-placeholder-visibility-2-expected.png: Added.
|
| + * platform/mac-leopard/fast/forms/input-placeholder-visibility-3-expected.checksum: Added.
|
| + * platform/mac-leopard/fast/forms/input-placeholder-visibility-3-expected.png: Added.
|
| + * platform/mac-leopard/fast/forms/textarea-placeholder-visibility-1-expected.checksum: Added.
|
| + * platform/mac-leopard/fast/forms/textarea-placeholder-visibility-1-expected.png: Added.
|
| + * platform/mac-leopard/fast/forms/textarea-placeholder-visibility-2-expected.checksum: Added.
|
| + * platform/mac-leopard/fast/forms/textarea-placeholder-visibility-2-expected.png: Added.
|
| +
|
| +2011-02-04 Dimitri Glazkov <dglazkov@chromium.org>
|
| +
|
| + [Chromium] Add baselines for tests, added in r77644.
|
| +
|
| + * platform/chromium-linux/fast/repaint/slider-thumb-drag-release-expected.checksum: Added.
|
| + * platform/chromium-linux/fast/repaint/slider-thumb-drag-release-expected.png: Added.
|
| + * platform/chromium-mac/fast/repaint/slider-thumb-drag-release-expected.checksum: Added.
|
| + * platform/chromium-mac/fast/repaint/slider-thumb-drag-release-expected.png: Added.
|
| + * platform/chromium-win/fast/repaint/slider-thumb-drag-release-expected.checksum: Added.
|
| + * platform/chromium-win/fast/repaint/slider-thumb-drag-release-expected.png: Added.
|
| + * platform/chromium-win/fast/repaint/slider-thumb-drag-release-expected.txt: Added.
|
| +
|
| +2011-02-04 Dimitri Glazkov <dglazkov@chromium.org>
|
| +
|
| + [Chromium] Temporarily add tests added in r77639 as failing, because
|
| + we can't see the baselines for these tests (they are in platform/mac-snowleopard).
|
| +
|
| + * platform/chromium/test_expectations.txt: Added.
|
| +
|
| +2011-02-01 Jeremy Orlow <jorlow@chromium.org>
|
| +
|
| + Reviewed by Nate Chapin.
|
| +
|
| + Remove the timeout event from IndexedDB
|
| + https://bugs.webkit.org/show_bug.cgi?id=53521
|
| +
|
| + * storage/indexeddb/tutorial.html:
|
| +
|
| +2011-02-04 Dimitri Glazkov <dglazkov@chromium.org>
|
| +
|
| + [Chromium] Add baselines for tests, added in r77639.
|
| +
|
| + * platform/chromium-linux/fast/forms/input-placeholder-visibility-1-expected.checksum: Added.
|
| + * platform/chromium-linux/fast/forms/input-placeholder-visibility-1-expected.png: Added.
|
| + * platform/chromium-linux/fast/forms/input-placeholder-visibility-2-expected.checksum: Added.
|
| + * platform/chromium-linux/fast/forms/input-placeholder-visibility-2-expected.png: Added.
|
| + * platform/chromium-linux/fast/forms/input-placeholder-visibility-3-expected.checksum: Added.
|
| + * platform/chromium-linux/fast/forms/input-placeholder-visibility-3-expected.png: Added.
|
| + * platform/chromium-linux/fast/forms/textarea-placeholder-visibility-1-expected.checksum: Added.
|
| + * platform/chromium-linux/fast/forms/textarea-placeholder-visibility-1-expected.png: Added.
|
| + * platform/chromium-linux/fast/forms/textarea-placeholder-visibility-2-expected.checksum: Added.
|
| + * platform/chromium-linux/fast/forms/textarea-placeholder-visibility-2-expected.png: Added.
|
| + * platform/chromium-win/fast/forms/input-placeholder-visibility-1-expected.checksum: Added.
|
| + * platform/chromium-win/fast/forms/input-placeholder-visibility-1-expected.png: Added.
|
| + * platform/chromium-win/fast/forms/input-placeholder-visibility-1-expected.txt: Added.
|
| + * platform/chromium-win/fast/forms/input-placeholder-visibility-2-expected.checksum: Added.
|
| + * platform/chromium-win/fast/forms/input-placeholder-visibility-2-expected.png: Added.
|
| + * platform/chromium-win/fast/forms/input-placeholder-visibility-2-expected.txt: Added.
|
| + * platform/chromium-win/fast/forms/input-placeholder-visibility-3-expected.checksum: Added.
|
| + * platform/chromium-win/fast/forms/input-placeholder-visibility-3-expected.png: Added.
|
| + * platform/chromium-win/fast/forms/input-placeholder-visibility-3-expected.txt: Added.
|
| + * platform/chromium-win/fast/forms/textarea-placeholder-visibility-1-expected.checksum: Added.
|
| + * platform/chromium-win/fast/forms/textarea-placeholder-visibility-1-expected.png: Added.
|
| + * platform/chromium-win/fast/forms/textarea-placeholder-visibility-1-expected.txt: Added.
|
| + * platform/chromium-win/fast/forms/textarea-placeholder-visibility-2-expected.checksum: Added.
|
| + * platform/chromium-win/fast/forms/textarea-placeholder-visibility-2-expected.png: Added.
|
| + * platform/chromium-win/fast/forms/textarea-placeholder-visibility-2-expected.txt: Added.
|
| + * platform/chromium/test_expectations.txt:
|
| +
|
| +2011-02-03 Dimitri Glazkov <dglazkov@chromium.org>
|
| +
|
| + Reviewed by Kent Tamura.
|
| +
|
| + REGRESSION(r76147): Slider thumb is not repainted when let go outside of the slider track.
|
| + https://bugs.webkit.org/show_bug.cgi?id=53691
|
| +
|
| + * fast/repaint/slider-thumb-drag-release.html: Added.
|
| + * platform/mac/fast/repaint/slider-thumb-drag-release-expected.checksum: Added.
|
| + * platform/mac/fast/repaint/slider-thumb-drag-release-expected.png: Added.
|
| + * platform/mac/fast/repaint/slider-thumb-drag-release-expected.txt: Added.
|
| +
|
| +2011-02-04 Dimitri Glazkov <dglazkov@chromium.org>
|
| +
|
| + Update mac baselines. They pixel-rotted.
|
| +
|
| + * platform/mac-leopard/fast/backgrounds/background-clip-text-expected.png:
|
| + * platform/mac-leopard/fast/backgrounds/quirks-mode-line-box-backgrounds-expected.png:
|
| + * platform/mac-leopard/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.checksum:
|
| + * platform/mac-leopard/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
|
| + * platform/mac-leopard/fast/backgrounds/size/backgroundSize15-expected.png:
|
| + * platform/mac-leopard/fast/backgrounds/size/backgroundSize22-expected.checksum:
|
| + * platform/mac-leopard/fast/backgrounds/size/backgroundSize22-expected.png:
|
| + * platform/mac/fast/backgrounds/animated-svg-as-background-expected.checksum:
|
| + * platform/mac/fast/backgrounds/animated-svg-as-background-expected.png:
|
| + * platform/mac/fast/backgrounds/animated-svg-as-mask-expected.checksum:
|
| + * platform/mac/fast/backgrounds/animated-svg-as-mask-expected.png:
|
| + * platform/mac/fast/backgrounds/size/contain-and-cover-expected.checksum:
|
| + * platform/mac/fast/backgrounds/size/contain-and-cover-expected.png:
|
| + * platform/mac/fast/backgrounds/svg-as-background-4-expected.checksum:
|
| + * platform/mac/fast/backgrounds/svg-as-background-4-expected.png:
|
| +
|
| +2011-02-04 Dimitri Glazkov <dglazkov@chromium.org>
|
| +
|
| + [Chromium] Tweak expectations for passing tests.
|
| +
|
| + * platform/chromium/test_expectations.txt: More tweakage.
|
| +
|
| +2011-02-04 Dimitri Glazkov <dglazkov@chromium.org>
|
| +
|
| + [Chromium] Remove more passing tests.
|
| +
|
| + * platform/chromium/test_expectations.txt: Even more passages removed.
|
| +
|
| +2011-02-04 Dimitri Glazkov <dglazkov@chromium.org>
|
| +
|
| + [Chromium] Removed passing tests.
|
| +
|
| + * platform/chromium/test_expectations.txt: Passages removed.
|
| +
|
| +2011-02-04 Jessie Berlin <jberlin@apple.com>
|
| +
|
| + [Windows 7 Release Tests] transitions/transition-end-event-multiple-04.html flakey
|
| + https://bugs.webkit.org/show_bug.cgi?id=53332
|
| +
|
| + Unreviewed, attempt to get the Windows 7 Release bots uniformly green.
|
| +
|
| + * platform/win/Skipped:
|
| +
|
| +2011-02-04 Ilya Tikhonovsky <loislo@chromium.org>
|
| +
|
| + Unreviewed.
|
| +
|
| + Rebaseline. The problem was introduced at r77601.
|
| +
|
| + * platform/chromium-mac/fast/repaint/shadow-multiple-horizontal-expected.checksum: Added.
|
| + * platform/chromium-mac/fast/repaint/shadow-multiple-horizontal-expected.png: Added.
|
| + * platform/chromium-mac/fast/repaint/shadow-multiple-strict-horizontal-expected.checksum: Added.
|
| + * platform/chromium-mac/fast/repaint/shadow-multiple-strict-horizontal-expected.png: Added.
|
| + * platform/chromium-mac/fast/repaint/shadow-multiple-strict-vertical-expected.checksum: Added.
|
| + * platform/chromium-mac/fast/repaint/shadow-multiple-strict-vertical-expected.png: Added.
|
| + * platform/chromium-mac/fast/repaint/shadow-multiple-vertical-expected.checksum: Added.
|
| + * platform/chromium-mac/fast/repaint/shadow-multiple-vertical-expected.png: Added.
|
| +
|
| +2011-02-04 Ilya Tikhonovsky <loislo@chromium.org>
|
| +
|
| + Unreviewed.
|
| +
|
| + Rebaseline image for fast/box-shadow/shadow-tiling-artifact.html
|
| + The problem was introduced at r77601.
|
| +
|
| + * platform/chromium-linux/fast/box-shadow/shadow-tiling-artifact-expected.checksum: Added.
|
| + * platform/chromium-linux/fast/box-shadow/shadow-tiling-artifact-expected.png: Added.
|
| + * platform/chromium-win/fast/box-shadow/shadow-tiling-artifact-expected.checksum: Added.
|
| + * platform/chromium-win/fast/box-shadow/shadow-tiling-artifact-expected.png: Added.
|
| +
|
| +2011-02-04 Sergio Villar Senin <svillar@igalia.com>
|
| +
|
| + Unreviewed.
|
| +
|
| + New test expectations.
|
| +
|
| + * platform/gtk/fast/box-shadow/shadow-tiling-artifact-expected.txt: Added.
|
| + * platform/gtk/fast/dom/HTMLInputElement/input-slider-update-expected.txt: Added.
|
| + * platform/gtk/svg/text/font-size-below-point-five-2-expected.txt: Added.
|
| + * platform/gtk/svg/text/font-size-below-point-five-expected.txt: Added.
|
| + * platform/gtk/svg/text/scaled-font-expected.txt: Added.
|
| + * platform/gtk/svg/text/small-fonts-2-expected.txt: Added.
|
| + * platform/gtk/svg/text/small-fonts-3-expected.txt: Added.
|
| + * platform/gtk/svg/text/small-fonts-expected.txt: Added.
|
| + * platform/gtk/svg/text/small-fonts-in-html5-expected.txt: Added.
|
| +
|
| +2011-02-04 Andrey Kosyakov <caseq@chromium.org>
|
| +
|
| + Reviewed by Pavel Feldman.
|
| +
|
| + Web Inspector: support overriding user agent strings
|
| + https://bugs.webkit.org/show_bug.cgi?id=51485
|
| +
|
| + * http/tests/inspector/extensions-useragent-expected.txt: Added.
|
| + * http/tests/inspector/extensions-useragent.html: Added.
|
| +
|
| +2011-02-04 Sergio Villar Senin <svillar@igalia.com>
|
| +
|
| + Unreviewed.
|
| +
|
| + Skipping fast/events/pagehide-timeout.html that is failing on GTK
|
| + bots. See https://bugs.webkit.org/show_bug.cgi?id=53733
|
| +
|
| + * platform/gtk/Skipped: skip fast/events/pagehide-timeout.html
|
| +
|
| +2011-02-03 James Kozianski <koz@chromium.org>
|
| +
|
| + Reviewed by Dimitri Glazkov.
|
| +
|
| + Add navigator.registerProtocolHandler behind a flag.
|
| + https://bugs.webkit.org/show_bug.cgi?id=52609
|
| +
|
| + * fast/dom/register-protocol-handler-expected.txt: Added.
|
| + * fast/dom/register-protocol-handler.html: Added.
|
| +
|
| +2011-02-03 Simon Fraser <simon.fraser@apple.com>
|
| +
|
| + Reviewed by Dan Bernstein.
|
| +
|
| + REGRESSION: Artifacts on box-shadow corners in some cases
|
| + https://bugs.webkit.org/show_bug.cgi?id=53731
|
| +
|
| + Test with translucent shadow on a box with various corner radii, to exercise the
|
| + shadow tiling code.
|
| +
|
| + * fast/box-shadow/shadow-tiling-artifact.html: Added.
|
| + * platform/mac/fast/box-shadow/shadow-tiling-artifact-expected.checksum: Added.
|
| + * platform/mac/fast/box-shadow/shadow-tiling-artifact-expected.png: Added.
|
| + * platform/mac/fast/box-shadow/shadow-tiling-artifact-expected.txt: Added.
|
| +
|
| +2011-02-03 Adam Barth <abarth@webkit.org>
|
| +
|
| + Reviewed by Daniel Bates.
|
| +
|
| + XSS Auditor severely affects loading performance after submitting a large form
|
| + https://bugs.webkit.org/show_bug.cgi?id=49845
|
| +
|
| + The XSSFilter catches some more cases and has different console
|
| + messages than the XSSAuditor. We might want to improve these messages
|
| + in the future.
|
| +
|
| + * http/tests/security/xssAuditor/base-href-control-char-expected.txt:
|
| + * http/tests/security/xssAuditor/base-href-expected.txt:
|
| + * http/tests/security/xssAuditor/base-href-null-char-expected.txt:
|
| + * http/tests/security/xssAuditor/base-href-scheme-relative-expected.txt:
|
| + * http/tests/security/xssAuditor/dom-write-innerHTML-expected.txt:
|
| + * http/tests/security/xssAuditor/embed-tag-control-char-expected.txt:
|
| + * http/tests/security/xssAuditor/embed-tag-expected.txt:
|
| + * http/tests/security/xssAuditor/embed-tag-javascript-url-expected.txt:
|
| + * http/tests/security/xssAuditor/embed-tag-null-char-expected.txt:
|
| + * http/tests/security/xssAuditor/full-block-base-href-expected.txt:
|
| + * http/tests/security/xssAuditor/full-block-object-tag-expected.txt:
|
| + * http/tests/security/xssAuditor/link-onclick-entities-expected.txt:
|
| + * http/tests/security/xssAuditor/object-embed-tag-control-char-expected.txt:
|
| + * http/tests/security/xssAuditor/object-embed-tag-expected.txt:
|
| + * http/tests/security/xssAuditor/object-embed-tag-null-char-expected.txt:
|
| + * http/tests/security/xssAuditor/object-tag-expected.txt:
|
| + * http/tests/security/xssAuditor/object-tag-javascript-url-expected.txt:
|
| + * http/tests/security/xssAuditor/script-tag-with-source-entities-expected.txt:
|
| +
|
| +2011-02-03 Maciej Stachowiak <mjs@apple.com>
|
| +
|
| + Reviewed by Daniel Bates.
|
| +
|
| + Skip a test for WebKit2 that uses missing DRT API
|
| + https://bugs.webkit.org/show_bug.cgi?id=53748
|
| +
|
| + * platform/mac-wk2/Skipped:
|
| +
|
| +2011-02-03 Abhishek Arya <inferno@chromium.org>
|
| +
|
| + Unreviewed, simple qt test baseline.
|
| +
|
| + * platform/qt/fast/overflow/overflow-height-float-not-removed-crash-expected.txt: Added.
|
| +
|
| +2011-02-02 MORITA Hajime <morrita@google.com>
|
| +
|
| + Reviewed by Dimitri Glazkov.
|
| +
|
| + Refactoring: <progress> should not use ShadowElement
|
| + https://bugs.webkit.org/show_bug.cgi?id=53583
|
| +
|
| + Updated to catch the change on -webkit-progress-bar-value interpretation.
|
| +
|
| + * fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element.html:
|
| +
|
| +2011-02-03 Jia Pu <jpu@apple.com>
|
| +
|
| + Reversion should not be marked as misspelled.
|
| + https://bugs.webkit.org/show_bug.cgi?id=53255
|
| +
|
| + Rebaselined tests broken by https://bugs.webkit.org/show_bug.cgi?id=51389
|
| +
|
| + * platform/mac/editing/spelling/autocorrection-contraction-expected.png:
|
| + * platform/mac/editing/spelling/autocorrection-contraction-expected.txt:
|
| + * platform/mac/editing/spelling/autocorrection-delete-expected.png:
|
| + * platform/mac/editing/spelling/autocorrection-delete-expected.txt:
|
| + * platform/mac/editing/spelling/autocorrection-removing-underline-after-paste-expected.png:
|
| + * platform/mac/editing/spelling/autocorrection-removing-underline-after-paste-expected.txt:
|
| + * platform/mac/editing/spelling/autocorrection-removing-underline-expected.png:
|
| + * platform/mac/editing/spelling/autocorrection-removing-underline-expected.txt:
|
| + * platform/mac/editing/spelling/autocorrection-simple-expected.checksum:
|
| + * platform/mac/editing/spelling/autocorrection-simple-expected.png:
|
| + * platform/mac/editing/spelling/autocorrection-simple-expected.txt:
|
| + * platform/mac/editing/spelling/autocorrection-simple.html:
|
| + * platform/mac/editing/spelling/delete-autocorrected-word-1-expected.png:
|
| + * platform/mac/editing/spelling/delete-autocorrected-word-1-expected.txt:
|
| +
|
| +2011-02-03 Abhishek Arya <inferno@chromium.org>
|
| +
|
| + Reviewed by James Robinson.
|
| +
|
| + Tests that we do not crash when overflowing the height of a root
|
| + inline box.
|
| + https://bugs.webkit.org/show_bug.cgi?id=53729
|
| +
|
| + * fast/overflow/overflow-height-float-not-removed-crash-expected.txt: Added.
|
| + * fast/overflow/overflow-height-float-not-removed-crash.html: Added.
|
| +
|
| +2011-02-03 David Levin <levin@chromium.org>
|
| +
|
| + Reviewed by Adam Barth.
|
| +
|
| + worker-importScriptsOnError needs to allow for the console error to
|
| + flush out before calling notifyDone.
|
| +
|
| + * http/tests/workers/worker-importScriptsOnError-expected.txt:
|
| + * http/tests/workers/worker-importScriptsOnError.html:
|
| +
|
| +2011-02-03 David Levin <levin@chromium.org>
|
| +
|
| + Reviewed by Adam Barth.
|
| +
|
| + Worker.importScript() should clean errors for cross origin imports.
|
| + https://bugs.webkit.org/show_bug.cgi?id=52871
|
| +
|
| + * http/tests/workers/resources/worker-importScripts-error.js: Added.
|
| + * http/tests/workers/resources/worker-importScripts-throw.js: Added.
|
| + * http/tests/workers/worker-importScriptsOnError.html: Added.
|
| +
|
| +2011-02-03 Mihai Parparita <mihaip@chromium.org>
|
| +
|
| + Reviewed by Alexey Proskuryakov.
|
| +
|
| + REGRESSION (r77355): Page cache layout tests crash
|
| + https://bugs.webkit.org/show_bug.cgi?id=53648
|
| +
|
| + Add test that calls setTimeout during a pagehide event handler (the
|
| + timeout should not fire while the document is in the page cache).
|
| +
|
| + Skipped for Chromium since it doesn't use the page cache.
|
| +
|
| + * fast/events/pagehide-timeout-expected.txt: Added.
|
| + * fast/events/pagehide-timeout.html: Added.
|
| + * fast/events/resources/pagehide-timeout-go-back.html: Added.
|
| + * platform/chromium/test_expectations.txt:
|
| +
|
| +2011-02-03 Dimitri Glazkov <dglazkov@chromium.org>
|
| +
|
| + Added SL-specific result for the test and put back the original result that
|
| + I've neglected to do in r77539.
|
| +
|
| + * platform/mac-snowleopard/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt: Added.
|
| + * platform/mac/svg/text/font-size-below-point-five-expected.txt: Added.
|
| +
|
| +2011-02-03 Justin Schuh <jschuh@chromium.org>
|
| +
|
| + Reviewed by Dirk Schulze.
|
| +
|
| + startAnimations should use a local, RefCounted Vector.
|
| + https://bugs.webkit.org/show_bug.cgi?id=53458
|
| +
|
| + * svg/custom/use-animation-in-fill-expected.txt: Added.
|
| + * svg/custom/use-animation-in-fill.html: Added.
|
| +
|
| +2011-02-03 Csaba Osztrogonác <ossy@webkit.org>
|
| +
|
| + Unreviewed.
|
| +
|
| + small text which is scaled to be large renders pixelated
|
| + https://bugs.webkit.org/show_bug.cgi?id=12448
|
| +
|
| + * platform/qt/Skipped: Add failing tests until fix.
|
| + - css3/zoom-coords.xhtml
|
| + - svg/zoom/page/zoom-zoom-coords.xhtml
|
| +
|
| +2011-02-03 Dimitri Glazkov <dglazkov@chromium.org>
|
| +
|
| + Add a failure until I investigate its cause.
|
| +
|
| + * platform/chromium/test_expectations.txt: Added.
|
| +
|
| +2011-02-03 Dimitri Glazkov <dglazkov@chromium.org>
|
| +
|
| + Updated platform/mac-leopard baselines for fast/backgrounds after r77485.
|
| +
|
| +2011-02-03 Dimitri Glazkov <dglazkov@chromium.org>
|
| +
|
| + Move Leopard result to the right spot, put back the original result.
|
| +
|
| + * platform/mac-leopard/svg/text/font-size-below-point-five-expected.txt:
|
| + Renamed from LayoutTests/platform/mac/svg/text/font-size-below-point-five-expected.txt.
|
| +
|
| +2011-02-03 Adam Roben <aroben@apple.com>
|
| +
|
| + Skip an SVG test that fails depending on what other tests came before it
|
| +
|
| + Running any other SVG test before this one causes it to fail. If we were to check in new
|
| + failing results, it might start passing again if some more tests are added before it that
|
| + make it the first test that is run for a particular invocation of DumpRenderTree. So the
|
| + safest thing to do for now is to skip it. <http://webkit.org/b/35700> tracks this failure.
|
| +
|
| + * platform/win/Skipped: Added svg/W3C-SVG-1.1-SE/types-dom-01-b.svg.
|
| +
|
| +2011-02-03 Dimitri Glazkov <dglazkov@chromium.org>
|
| +
|
| + Updated platform/mac and platform/mac-leopard baselines for svg/ after r77485.
|
| +
|
| +2011-02-03 Dimitri Glazkov <dglazkov@chromium.org>
|
| +
|
| + [Chromium] Updated baselines that are specific to Leopard.
|
| +
|
| + * platform/chromium-mac-leopard/svg/custom/linking-a-03-b-preserveAspectRatio-expected.txt:
|
| + * platform/chromium-mac-leopard/svg/custom/linking-a-03-b-viewTarget-expected.txt:
|
| + * platform/chromium-mac-leopard/svg/custom/linking-a-03-b-zoomAndPan-expected.txt:
|
| + * platform/chromium-mac-leopard/svg/custom/stroked-pattern-expected.png:
|
| + * platform/chromium-mac-leopard/svg/custom/stroked-pattern-expected.txt:
|
| +
|
| +2011-02-03 Dan Bernstein <mitz@apple.com>
|
| +
|
| + Reviewed by Anders Carlsson.
|
| +
|
| + <rdar://problem/8948788> Text emphasis marks have wrong orientation for vertical text
|
| + https://bugs.webkit.org/show_bug.cgi?id=53709
|
| +
|
| + * platform/mac/fast/text/emphasis-vertical-expected.checksum:
|
| + * platform/mac/fast/text/emphasis-vertical-expected.png:
|
| +
|
| +2011-02-03 Martin Robinson <mrobinson@igalia.com>
|
| +
|
| + Fix one GTK+ skipped list entry that referred to the wrong test file.
|
| +
|
| + * platform/gtk/Skipped: Fix skipped list entry.
|
| +
|
| +2011-02-03 Dimitri Glazkov <dglazkov@chromium.org>
|
| +
|
| + [Chromium] Removed the checksum that is out of place.
|
| +
|
| + * platform/chromium-win-xp/svg/text/text-fonts-01-t-expected.checksum: Removed.
|
| +
|
| +2011-02-03 Dimitri Glazkov <dglazkov@chromium.org>
|
| +
|
| + [Chromium] Updated SVG baselines after r77485 for Mac and added expectations
|
| + of failure while waiting for platform/mac pixel results to land.
|
| +
|
| + * platform/chromium-mac/svg/custom/linking-a-03-b-transform-expected.txt: Removed.
|
| + * platform/chromium-mac/svg/custom/stroked-pattern-expected.checksum: Added.
|
| + * platform/chromium-mac/svg/custom/stroked-pattern-expected.png: Added.
|
| + * platform/chromium/test_expectations.txt: Added fails.
|
| +
|
| +2011-02-03 Adam Roben <aroben@apple.com>
|
| +
|
| + Check in the results I really meant to commit in r77507
|
| +
|
| + A flub on the command-line meant that many of the results added in r77507 were identical to
|
| + the Mac results, rather than matching what happens on Windows.
|
| +
|
| + * platform/win/svg/W3C-SVG-1.1/text-align-06-b-expected.checksum:
|
| + * platform/win/svg/W3C-SVG-1.1/text-align-06-b-expected.png:
|
| + * platform/win/svg/W3C-SVG-1.1/text-align-06-b-expected.txt:
|
| + * platform/win/svg/batik/masking/maskRegions-expected.checksum: Added.
|
| + * platform/win/svg/batik/masking/maskRegions-expected.png: Added.
|
| + * platform/win/svg/batik/masking/maskRegions-expected.txt:
|
| + * platform/win/svg/batik/text/textGlyphOrientationHorizontal-expected.checksum:
|
| + * platform/win/svg/batik/text/textGlyphOrientationHorizontal-expected.png:
|
| + * platform/win/svg/batik/text/textGlyphOrientationHorizontal-expected.txt:
|
| + * platform/win/svg/carto.net/scrollbar-expected.checksum:
|
| + * platform/win/svg/carto.net/scrollbar-expected.png:
|
| + * platform/win/svg/carto.net/scrollbar-expected.txt:
|
| + * platform/win/svg/text/font-size-below-point-five-expected.checksum:
|
| + * platform/win/svg/text/font-size-below-point-five-expected.png:
|
| + * platform/win/svg/text/font-size-below-point-five-expected.txt:
|
| + * platform/win/svg/text/text-align-06-b-expected.checksum:
|
| + * platform/win/svg/text/text-align-06-b-expected.png:
|
| + * platform/win/svg/text/text-align-06-b-expected.txt:
|
| +
|
| +2011-02-03 Dimitri Glazkov <dglazkov@chromium.org>
|
| +
|
| + [Chromium] Two more updated SVG baselines after r77485 for Linux.
|
| +
|
| + * platform/chromium-linux/svg/batik/text/verticalText-expected.txt: Added.
|
| + * platform/chromium-linux/svg/custom/js-late-pattern-and-object-creation-expected.txt: Added.
|
| +
|
| +2011-02-02 Levi Weintraub <leviw@chromium.org>
|
| +
|
| + Reviewed by Ryosuke Niwa.
|
| +
|
| + Moving cursor down in table cycles at the end of a row
|
| + https://bugs.webkit.org/show_bug.cgi?id=50012
|
| +
|
| + Tests downward caret-navigation for tables at the end of a document.
|
| +
|
| + * editing/selection/move-by-line-cycles-in-table-expected.txt: Added.
|
| + * editing/selection/move-by-line-cycles-in-table.html: Added.
|
| +
|
| +2011-02-03 Dimitri Glazkov <dglazkov@chromium.org>
|
| +
|
| + [Chromium] One more update SVG baselines after r77485 for Linux.
|
| +
|
| +2011-02-03 Dimitri Glazkov <dglazkov@chromium.org>
|
| +
|
| + [Chromium] Moved XP/Vista-specific baselines to their proper places.
|
| +
|
| + * platform/chromium-win-vista/svg/text/text-fonts-01-t-expected.checksum:
|
| + * platform/chromium-win-vista/svg/text/text-fonts-01-t-expected.png:
|
| + * platform/chromium-win-xp/svg/batik/text/verticalText-expected.checksum:
|
| + * platform/chromium-win-xp/svg/batik/text/verticalText-expected.png:
|
| + * platform/chromium-win-xp/svg/custom/js-late-pattern-and-object-creation-expected.checksum:
|
| + * platform/chromium-win-xp/svg/custom/js-late-pattern-and-object-creation-expected.png:
|
| + * platform/chromium-win-xp/svg/text/text-intro-05-t-expected.checksum:
|
| + * platform/chromium-win-xp/svg/text/text-intro-05-t-expected.png:
|
| + * platform/chromium-win/svg/batik/text/verticalText-expected.checksum: Removed.
|
| + * platform/chromium-win/svg/batik/text/verticalText-expected.png: Removed.
|
| + * platform/chromium-win/svg/custom/js-late-pattern-and-object-creation-expected.checksum: Removed.
|
| + * platform/chromium-win/svg/custom/js-late-pattern-and-object-creation-expected.png: Removed.
|
| + * platform/chromium-win/svg/text/text-fonts-01-t-expected.checksum: Removed.
|
| + * platform/chromium-win/svg/text/text-fonts-01-t-expected.png: Removed.
|
| + * platform/chromium-win/svg/text/text-intro-05-t-expected.checksum: Removed.
|
| + * platform/chromium-win/svg/text/text-intro-05-t-expected.png: Removed.
|
| +
|
| +2011-02-03 Dimitri Glazkov <dglazkov@chromium.org>
|
| +
|
| + Update expectations after r77495.
|
| +
|
| + * fast/dom/Window/window-properties-expected.txt: Updated.
|
| +
|
| +2011-02-03 Dimitri Glazkov <dglazkov@chromium.org>
|
| +
|
| + [Chromium] Explicitly mark platform/chromium-linux as failing for other platforms.
|
| +
|
| + * platform/chromium/test_expectations.txt: Added expectation of failure.
|
| +
|
| +2011-02-03 Dimitri Glazkov <dglazkov@chromium.org>
|
| +
|
| + Update expectations after r77495.
|
| +
|
| + * fast/dom/Window/window-properties-performance-expected.txt: Updated.
|
| +
|
| +2011-02-03 Dimitri Glazkov <dglazkov@chromium.org>
|
| +
|
| + [Chromium] Add expectations for r77500.
|
| +
|
| + * platform/chromium-mac/fast/dom/HTMLInputElement/input-slider-update-expected.checksum: Added.
|
| + * platform/chromium-mac/fast/dom/HTMLInputElement/input-slider-update-expected.png: Added.
|
| + * platform/chromium-win/fast/dom/HTMLInputElement/input-slider-update-expected.checksum: Added.
|
| + * platform/chromium-win/fast/dom/HTMLInputElement/input-slider-update-expected.png: Added.
|
| +
|
| +2011-02-03 Dimitri Glazkov <dglazkov@chromium.org>
|
| +
|
| + [Chromium] Update SVG baselines after r77485 for Linux.
|
| +
|
| +2011-02-03 Adam Roben <aroben@apple.com>
|
| +
|
| + Skip fast/canvas/set-colors.html on Windows
|
| +
|
| + It currently fails on some bots but not others. <http://webkit.org/b/53677> tracks the
|
| + investigation.
|
| +
|
| + * platform/win/Skipped:
|
| +
|
| +2011-02-03 Adam Roben <aroben@apple.com>
|
| +
|
| + Update Windows results after r77485
|
| +
|
| + Windows used to match Mac on these tests, but now it doesn't. Presumably this is because
|
| + r77485 increased the precision of ascent/descent calculations, making differences in
|
| + Windows/Mac font metrics matter more.
|
| +
|
| + One test (svg/W3C-SVG-1.1-SE/types-dom-01-b.svg) is still failing, but it passes when run on
|
| + its own, so warrants more investigation.
|
| +
|
| + * platform/win/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.checksum: Added.
|
| + * platform/win/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.png: Added.
|
| + * platform/win/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
|
| + * platform/win/svg/W3C-SVG-1.1/text-align-06-b-expected.checksum: Added.
|
| + * platform/win/svg/W3C-SVG-1.1/text-align-06-b-expected.png: Added.
|
| + * platform/win/svg/W3C-SVG-1.1/text-align-06-b-expected.txt: Added.
|
| + * platform/win/svg/batik/text/textGlyphOrientationHorizontal-expected.checksum: Added.
|
| + * platform/win/svg/batik/text/textGlyphOrientationHorizontal-expected.png: Added.
|
| + * platform/win/svg/batik/text/textGlyphOrientationHorizontal-expected.txt: Added.
|
| + * platform/win/svg/carto.net/scrollbar-expected.checksum: Added.
|
| + * platform/win/svg/carto.net/scrollbar-expected.png: Added.
|
| + * platform/win/svg/carto.net/scrollbar-expected.txt: Added.
|
| + * platform/win/svg/text/font-size-below-point-five-expected.checksum: Added.
|
| + * platform/win/svg/text/font-size-below-point-five-expected.png: Added.
|
| + * platform/win/svg/text/font-size-below-point-five-expected.txt: Added.
|
| + * platform/win/svg/text/text-align-06-b-expected.checksum: Added.
|
| + * platform/win/svg/text/text-align-06-b-expected.png: Added.
|
| + * platform/win/svg/text/text-align-06-b-expected.txt: Added.
|
| + * platform/win/svg/zoom/page/zoom-mask-with-percentages-expected.checksum: Added.
|
| + * platform/win/svg/zoom/page/zoom-mask-with-percentages-expected.png: Added.
|
| + * platform/win/svg/zoom/page/zoom-mask-with-percentages-expected.txt:
|
| +
|
| +2011-02-03 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
|
| +
|
| + First chunk of mac SVG pixel test updates after r77485.
|
| +
|
| + * 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.checksum:
|
| + * 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.checksum:
|
| + * 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.checksum:
|
| + * 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.checksum:
|
| + * 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-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-33-t-expected.checksum:
|
| + * platform/mac/svg/W3C-SVG-1.1/animate-elem-33-t-expected.png:
|
| + * platform/mac/svg/W3C-SVG-1.1/animate-elem-84-t-expected.checksum:
|
| + * platform/mac/svg/W3C-SVG-1.1/animate-elem-84-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.checksum:
|
| + * 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.checksum:
|
| + * 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.checksum:
|
| + * 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.checksum:
|
| + * 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.checksum:
|
| + * 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-blend-01-b-expected.checksum:
|
| + * platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.png:
|
| + * platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.checksum:
|
| + * platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
|
| + * platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.checksum:
|
| + * platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png:
|
| + * platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.checksum:
|
| + * platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
|
| + * platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.checksum:
|
| + * platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-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-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:
|
| +
|
| +2011-02-03 Csaba Osztrogonác <ossy@webkit.org>
|
| +
|
| + Unreviewed. Update Qt specific expected results after r77495.
|
| +
|
| + * platform/qt/fast/dom/Window/window-properties-expected.txt:
|
| + * platform/qt/fast/dom/Window/window-properties-performance-expected.txt: Copied from LayoutTests/fast/dom/Window/window-properties-performance-expected.txt.
|
| +
|
| +2011-02-02 Evan Martin <evan@chromium.org>
|
| +
|
| + Reviewed by Tony Chang.
|
| +
|
| + [chromium] complex joining characters positioned in wrong place
|
| + https://bugs.webkit.org/show_bug.cgi?id=53637
|
| +
|
| + Add a test that includes some characters that exhibited the problem.
|
| + Unfortunately it's purely a rendering issue, so it is a pixel test.
|
| +
|
| + * platform/chromium-linux/fast/text/international/complex-joining-using-gpos-expected.checksum: Added.
|
| + * platform/chromium-linux/fast/text/international/complex-joining-using-gpos-expected.png: Added.
|
| + * platform/chromium-linux/fast/text/international/complex-joining-using-gpos-expected.txt: Added.
|
| + * platform/chromium-linux/fast/text/international/complex-joining-using-gpos.html: Added.
|
| +
|
| +2011-02-03 Ryosuke Niwa <rniwa@webkit.org>
|
| +
|
| + Unreviewed; remove the line I intended to remove.
|
| +
|
| + * platform/chromium/test_expectations.txt:
|
| +
|
| +2011-02-03 Ryosuke Niwa <rniwa@webkit.org>
|
| +
|
| + Unreviewed Chromium test expectation update for
|
| + http://src.chromium.org/viewvc/chrome?view=rev&revision=73469
|
| +
|
| + * platform/chromium/test_expectations.txt:
|
| +
|
| +2011-02-02 Dimitri Glazkov <dglazkov@chromium.org>
|
| +
|
| + Reviewed by Kent Tamura.
|
| +
|
| + REGRESSION(r76147): Slider thumb position is not updated when value attribute is changed.
|
| + https://bugs.webkit.org/show_bug.cgi?id=53634
|
| +
|
| + * fast/dom/HTMLInputElement/input-slider-update.html: Added.
|
| + * platform/mac/fast/dom/HTMLInputElement/input-slider-update-expected.checksum: Added.
|
| + * platform/mac/fast/dom/HTMLInputElement/input-slider-update-expected.png: Added.
|
| + * platform/mac/fast/dom/HTMLInputElement/input-slider-update-expected.txt: Added.
|
| +
|
| +2011-02-03 Dimitri Glazkov <dglazkov@chromium.org>
|
| +
|
| + [Chromium] Update SVG baselines after r77485 for Windows.
|
| +
|
| +2011-02-03 Csaba Osztrogonác <ossy@webkit.org>
|
| +
|
| + Unreviewed, rebaseline Qt svg tests after r77485.
|
| +
|
| + * platform/qt/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.checksum:
|
| + * platform/qt/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.png:
|
| + * platform/qt/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.txt:
|
| + * platform/qt/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.checksum:
|
| + * platform/qt/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.png:
|
| + * platform/qt/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.txt:
|
| + * platform/qt/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.checksum:
|
| + * platform/qt/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.png:
|
| + * platform/qt/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.txt:
|
| + * platform/qt/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.checksum:
|
| + * platform/qt/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.png:
|
| + * platform/qt/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.txt:
|
| + * platform/qt/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.checksum:
|
| + * platform/qt/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.png:
|
| + * platform/qt/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt:
|
| + * platform/qt/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.checksum:
|
| + * platform/qt/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.png:
|
| + * platform/qt/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.txt:
|
| + * platform/qt/svg/custom/stroke-width-large-expected.checksum:
|
| + * platform/qt/svg/custom/stroke-width-large-expected.png:
|
| + * platform/qt/svg/custom/stroke-width-large-expected.txt:
|
| + * platform/qt/svg/custom/text-rotated-gradient-expected.checksum:
|
| + * platform/qt/svg/custom/text-rotated-gradient-expected.png:
|
| + * platform/qt/svg/custom/text-rotated-gradient-expected.txt:
|
| + * platform/qt/svg/foreignObject/text-tref-02-b-expected.checksum:
|
| + * platform/qt/svg/foreignObject/text-tref-02-b-expected.png:
|
| + * platform/qt/svg/foreignObject/text-tref-02-b-expected.txt:
|
| + * platform/qt/svg/text/lengthAdjust-text-metrics-expected.checksum: Added.
|
| + * platform/qt/svg/text/lengthAdjust-text-metrics-expected.png: Added.
|
| + * platform/qt/svg/text/lengthAdjust-text-metrics-expected.txt:
|
| + * platform/qt/svg/text/select-textLength-spacing-squeeze-1-expected.checksum:
|
| + * platform/qt/svg/text/select-textLength-spacing-squeeze-1-expected.png:
|
| + * platform/qt/svg/text/select-textLength-spacing-squeeze-1-expected.txt:
|
| + * platform/qt/svg/text/select-textLength-spacing-squeeze-2-expected.checksum:
|
| + * platform/qt/svg/text/select-textLength-spacing-squeeze-2-expected.png:
|
| + * platform/qt/svg/text/select-textLength-spacing-squeeze-2-expected.txt:
|
| + * platform/qt/svg/text/select-textLength-spacing-squeeze-3-expected.checksum:
|
| + * platform/qt/svg/text/select-textLength-spacing-squeeze-3-expected.png:
|
| + * platform/qt/svg/text/select-textLength-spacing-squeeze-3-expected.txt:
|
| + * platform/qt/svg/text/select-textLength-spacing-squeeze-4-expected.checksum:
|
| + * platform/qt/svg/text/select-textLength-spacing-squeeze-4-expected.png:
|
| + * platform/qt/svg/text/select-textLength-spacing-squeeze-4-expected.txt:
|
| + * platform/qt/svg/text/select-textLength-spacing-stretch-1-expected.checksum:
|
| + * platform/qt/svg/text/select-textLength-spacing-stretch-1-expected.png:
|
| + * platform/qt/svg/text/select-textLength-spacing-stretch-1-expected.txt:
|
| + * platform/qt/svg/text/select-textLength-spacing-stretch-2-expected.checksum:
|
| + * platform/qt/svg/text/select-textLength-spacing-stretch-2-expected.png:
|
| + * platform/qt/svg/text/select-textLength-spacing-stretch-2-expected.txt:
|
| + * platform/qt/svg/text/select-textLength-spacing-stretch-3-expected.checksum:
|
| + * platform/qt/svg/text/select-textLength-spacing-stretch-3-expected.png:
|
| + * platform/qt/svg/text/select-textLength-spacing-stretch-3-expected.txt:
|
| + * platform/qt/svg/text/select-textLength-spacing-stretch-4-expected.checksum:
|
| + * platform/qt/svg/text/select-textLength-spacing-stretch-4-expected.png:
|
| + * platform/qt/svg/text/select-textLength-spacing-stretch-4-expected.txt:
|
| + * platform/qt/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.checksum:
|
| + * platform/qt/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.png:
|
| + * platform/qt/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.txt:
|
| + * platform/qt/svg/text/select-x-list-1-expected.checksum:
|
| + * platform/qt/svg/text/select-x-list-1-expected.png:
|
| + * platform/qt/svg/text/select-x-list-1-expected.txt:
|
| + * platform/qt/svg/text/select-x-list-2-expected.checksum:
|
| + * platform/qt/svg/text/select-x-list-2-expected.png:
|
| + * platform/qt/svg/text/select-x-list-2-expected.txt:
|
| + * platform/qt/svg/text/select-x-list-3-expected.checksum:
|
| + * platform/qt/svg/text/select-x-list-3-expected.png:
|
| + * platform/qt/svg/text/select-x-list-3-expected.txt:
|
| + * platform/qt/svg/text/select-x-list-4-expected.checksum:
|
| + * platform/qt/svg/text/select-x-list-4-expected.png:
|
| + * platform/qt/svg/text/select-x-list-4-expected.txt:
|
| + * platform/qt/svg/text/select-x-list-with-tspans-1-expected.checksum:
|
| + * platform/qt/svg/text/select-x-list-with-tspans-1-expected.png:
|
| + * platform/qt/svg/text/select-x-list-with-tspans-1-expected.txt:
|
| + * platform/qt/svg/text/select-x-list-with-tspans-2-expected.checksum:
|
| + * platform/qt/svg/text/select-x-list-with-tspans-2-expected.png:
|
| + * platform/qt/svg/text/select-x-list-with-tspans-2-expected.txt:
|
| + * platform/qt/svg/text/select-x-list-with-tspans-3-expected.checksum:
|
| + * platform/qt/svg/text/select-x-list-with-tspans-3-expected.png:
|
| + * platform/qt/svg/text/select-x-list-with-tspans-3-expected.txt:
|
| + * platform/qt/svg/text/select-x-list-with-tspans-4-expected.checksum:
|
| + * platform/qt/svg/text/select-x-list-with-tspans-4-expected.png:
|
| + * platform/qt/svg/text/select-x-list-with-tspans-4-expected.txt:
|
| + * platform/qt/svg/text/selection-doubleclick-expected.checksum:
|
| + * platform/qt/svg/text/selection-doubleclick-expected.png:
|
| + * platform/qt/svg/text/selection-doubleclick-expected.txt:
|
| + * platform/qt/svg/text/selection-tripleclick-expected.checksum:
|
| + * platform/qt/svg/text/selection-tripleclick-expected.png:
|
| + * platform/qt/svg/text/selection-tripleclick-expected.txt:
|
| + * platform/qt/svg/transforms/text-with-mask-with-svg-transform-expected.checksum:
|
| + * platform/qt/svg/transforms/text-with-mask-with-svg-transform-expected.png:
|
| + * platform/qt/svg/transforms/text-with-mask-with-svg-transform-expected.txt:
|
| + * platform/qt/svg/zoom/page/zoom-coords-viewattr-01-b-expected.checksum: Added.
|
| + * platform/qt/svg/zoom/page/zoom-coords-viewattr-01-b-expected.png: Added.
|
| + * platform/qt/svg/zoom/page/zoom-coords-viewattr-01-b-expected.txt:
|
| + * platform/qt/svg/zoom/page/zoom-mask-with-percentages-expected.checksum:
|
| + * platform/qt/svg/zoom/page/zoom-mask-with-percentages-expected.png:
|
| + * platform/qt/svg/zoom/page/zoom-mask-with-percentages-expected.txt:
|
| +
|
| +2011-01-27 Philippe Normand <pnormand@igalia.com>
|
| +
|
| + Reviewed by Martin Robinson.
|
| +
|
| + [GTK] LayoutTests/media/audio-mpeg4-supported.html fails
|
| + https://bugs.webkit.org/show_bug.cgi?id=53125
|
| +
|
| + * platform/gtk/Skipped: Unskip fixed test.
|
| +
|
| +2011-02-03 Philippe Normand <pnormand@igalia.com>
|
| +
|
| + Unreviewed, skipping 2 more websocket tests on GTK, see bug 53683.
|
| +
|
| + * platform/gtk/Skipped: skip http/tests/websocket/tests/simple.html
|
| + and http/tests/websocket/tests/cross-origin.html
|
| +
|
| +2011-02-03 Simon Fraser <simon.fraser@apple.com>
|
| +
|
| + Reviewed by Sam Weinig.
|
| +
|
| + ShadowBlur radius for CSS shadows is slightly too big
|
| + https://bugs.webkit.org/show_bug.cgi?id=53660
|
| +
|
| + Updated pixel results.
|
| +
|
| + * platform/mac/compositing/shadows/shadow-drawing-expected.checksum:
|
| + * platform/mac/compositing/shadows/shadow-drawing-expected.png:
|
| + * platform/mac/fast/borders/border-radius-split-inline-expected.checksum:
|
| + * platform/mac/fast/borders/border-radius-split-inline-expected.png:
|
| + * platform/mac/fast/box-shadow/basic-shadows-expected.checksum:
|
| + * platform/mac/fast/box-shadow/basic-shadows-expected.png:
|
| + * platform/mac/fast/box-shadow/box-shadow-radius-expected.checksum:
|
| + * platform/mac/fast/box-shadow/box-shadow-radius-expected.png:
|
| + * platform/mac/fast/box-shadow/box-shadow-transformed-expected.checksum:
|
| + * platform/mac/fast/box-shadow/box-shadow-transformed-expected.png:
|
| + * 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-expected.checksum:
|
| + * platform/mac/fast/box-shadow/inset-expected.png:
|
| + * platform/mac/fast/css/color-correction-on-box-shadow-expected.checksum:
|
| + * platform/mac/fast/css/color-correction-on-box-shadow-expected.png:
|
| + * platform/mac/fast/css/shadow-multiple-expected.checksum:
|
| + * platform/mac/fast/css/shadow-multiple-expected.png:
|
| + * platform/mac/fast/repaint/box-shadow-h-expected.checksum:
|
| + * platform/mac/fast/repaint/box-shadow-h-expected.png:
|
| + * platform/mac/fast/repaint/box-shadow-v-expected.checksum:
|
| + * platform/mac/fast/repaint/box-shadow-v-expected.png:
|
| + * platform/mac/fast/repaint/shadow-multiple-horizontal-expected.checksum:
|
| + * platform/mac/fast/repaint/shadow-multiple-horizontal-expected.png:
|
| + * platform/mac/fast/repaint/shadow-multiple-strict-horizontal-expected.checksum:
|
| + * platform/mac/fast/repaint/shadow-multiple-strict-horizontal-expected.png:
|
| + * platform/mac/fast/repaint/shadow-multiple-strict-vertical-expected.checksum:
|
| + * platform/mac/fast/repaint/shadow-multiple-strict-vertical-expected.png:
|
| + * platform/mac/fast/repaint/shadow-multiple-vertical-expected.checksum:
|
| + * platform/mac/fast/repaint/shadow-multiple-vertical-expected.png:
|
| + * platform/mac/fast/repaint/transform-replaced-shadows-expected.checksum:
|
| + * platform/mac/fast/repaint/transform-replaced-shadows-expected.png:
|
| + * platform/mac/fast/transforms/shadows-expected.checksum:
|
| + * platform/mac/fast/transforms/shadows-expected.png:
|
| + * platform/mac/svg/css/composite-shadow-text-expected.checksum:
|
| + * platform/mac/svg/css/composite-shadow-text-expected.png:
|
| +
|
| +2011-02-03 Philippe Normand <pnormand@igalia.com>
|
| +
|
| + Unreviewed, rebaseline GTK svg tests after r77485.
|
| +
|
| + * platform/gtk/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.txt:
|
| + * platform/gtk/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.txt:
|
| + * platform/gtk/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.txt:
|
| + * platform/gtk/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.txt:
|
| + * platform/gtk/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt:
|
| + * platform/gtk/svg/css/composite-shadow-text-expected.txt:
|
| + * platform/gtk/svg/css/group-with-shadow-expected.txt:
|
| + * platform/gtk/svg/css/shadow-changes-expected.txt:
|
| + * platform/gtk/svg/css/text-gradient-shadow-expected.txt:
|
| + * platform/gtk/svg/custom/stroke-width-large-expected.txt:
|
| + * platform/gtk/svg/custom/text-rotated-gradient-expected.txt:
|
| + * platform/gtk/svg/custom/text-rotation-expected.txt:
|
| + * platform/gtk/svg/foreignObject/text-tref-02-b-expected.txt:
|
| + * platform/gtk/svg/hixie/text/001-expected.txt:
|
| + * platform/gtk/svg/text/select-textLength-spacing-squeeze-1-expected.txt:
|
| + * platform/gtk/svg/text/select-textLength-spacing-squeeze-2-expected.txt:
|
| + * platform/gtk/svg/text/select-textLength-spacing-squeeze-3-expected.txt:
|
| + * platform/gtk/svg/text/select-textLength-spacing-squeeze-4-expected.txt:
|
| + * platform/gtk/svg/text/select-textLength-spacing-stretch-1-expected.txt:
|
| + * platform/gtk/svg/text/select-textLength-spacing-stretch-2-expected.txt:
|
| + * platform/gtk/svg/text/select-textLength-spacing-stretch-3-expected.txt:
|
| + * platform/gtk/svg/text/select-textLength-spacing-stretch-4-expected.txt:
|
| + * platform/gtk/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.txt:
|
| + * platform/gtk/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.txt:
|
| + * platform/gtk/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.txt:
|
| + * platform/gtk/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.txt:
|
| + * platform/gtk/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.txt:
|
| + * platform/gtk/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.txt:
|
| + * platform/gtk/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.txt:
|
| + * platform/gtk/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.txt:
|
| + * platform/gtk/svg/text/select-x-list-1-expected.txt:
|
| + * platform/gtk/svg/text/select-x-list-2-expected.txt:
|
| + * platform/gtk/svg/text/select-x-list-3-expected.txt:
|
| + * platform/gtk/svg/text/select-x-list-4-expected.txt:
|
| + * platform/gtk/svg/text/select-x-list-with-tspans-1-expected.txt:
|
| + * platform/gtk/svg/text/select-x-list-with-tspans-2-expected.txt:
|
| + * platform/gtk/svg/text/select-x-list-with-tspans-3-expected.txt:
|
| + * platform/gtk/svg/text/select-x-list-with-tspans-4-expected.txt:
|
| + * platform/gtk/svg/text/selection-doubleclick-expected.txt:
|
| + * platform/gtk/svg/text/selection-tripleclick-expected.txt:
|
| + * platform/gtk/svg/zoom/page/zoom-coords-viewattr-01-b-expected.txt:
|
| + * platform/gtk/svg/zoom/text/zoom-coords-viewattr-01-b-expected.txt:
|
| +
|
| +2011-02-01 Pavel Podivilov <podivilov@chromium.org>
|
| +
|
| + Reviewed by Pavel Feldman.
|
| +
|
| + Web Inspector: introduce new api for managing JavaScript breakpoints.
|
| + https://bugs.webkit.org/show_bug.cgi?id=53235
|
| +
|
| + * inspector/report-protocol-errors.html:
|
| +
|
| +2011-02-03 Philippe Normand <pnormand@igalia.com>
|
| +
|
| + Unreviewed, skip flaky websocket tests on GTK
|
| + https://bugs.webkit.org/show_bug.cgi?id=53683
|
| +
|
| + * platform/gtk/Skipped:
|
| +
|
| +2011-02-03 Alexander Pavlov <apavlov@chromium.org>
|
| +
|
| + Unreviewed, fix build after r77478.
|
| +
|
| + * inspector/styles-source-lines-inline.html: Roll back inadvertent function rename.
|
| +
|
| +2011-02-03 Philippe Normand <pnormand@igalia.com>
|
| +
|
| + Unreviewed, skip flaky test
|
| + fast/frames/sandboxed-iframe-scripting.html on GTK
|
| + https://bugs.webkit.org/show_bug.cgi?id=53680
|
| +
|
| + * platform/gtk/Skipped:
|
| +
|
| +2011-02-03 Nikolas Zimmermann <nzimmermann@rim.com>
|
| +
|
| + Reviewed by Dirk Schulze.
|
| +
|
| + small text which is scaled to be large renders pixelated
|
| + https://bugs.webkit.org/show_bug.cgi?id=12448
|
| +
|
| + Update SVG test results after fixing small font size support. Land new mac/mac-leopard baseline, as text looks slightly different
|
| + in each testcase, as the font-size used for on-screen rendering has changed, this results in hinting differences, inter-glyph
|
| + space changes, etc. This commit only includes the textual result changes, the pixel test baseline will land in chunks in follow-up commits.
|
| +
|
| + To those who have to rebaseline their platforms: Some of the svg/text pixel test results may look questionable on first sight,
|
| + - svg/text/select-* tests:
|
| + These tests render a certain string 'Foobar' and query the metrics using SVG Text DOM API (getExtentOfChar(firstChar) and getExtentOfChar(lastChar)).
|
| + A red rectangle is drawn, to represent the size of the string, which gives precise results using floating-point accurancy.
|
| + Using eventSender, a selection is simulated, by clicking the first char, holding down, and moving towards the last character.
|
| + The blue selection rect which is drawn, should in theory be equal to the red rectangle.
|
| + In practice it is not, as the selection rect is aligned to integer boundaries (see floor calls in Font::selectionRect...).
|
| + Since we switched to use floating-point precision metrics, the actual drawn selection may exceed the red rectangle up to 1px.
|
| +
|
| + - svg/text/selection-(doubleclick|tripleclick).svg:
|
| + These tests use DRTs dumpSelectionRect() which draws a red rectangle, highlighting the SelectionController::bounds() obtained through RenderView.
|
| + In theory this red rectangle, should be equal to the drawn blue selection rect. Again it isn't, as the bounds() methods uses selectionRectForRepaint()
|
| + of RenderText, which returns an enclosingIntRect of the actual selection. The drawn selection starts at y=0.93 in the first testcase, the selectionRectForRepaint()
|
| + call returns an IntRect, which starts at y=0. That explains why the red rectangle starts slightly higher as it should be. Again this is no problem, the repaint
|
| + rect may be 1px larger, if it would be smaller, we had a problem. The only way to fix this, would be to pass around FloatRect as repaint rects, but that's not worth it.
|
| +
|
| + - css3/zoom-coords.* / svg/zoom/page/zoom-zoom-coords*:
|
| + These tests have different expectations now, as we're using the floatAscent/floatDesent/floatHeight FontMetrics methods instead of
|
| + the integer variants ascent/descent/height - hopefully we'll see consistent results across platforms for these tests now, if not please comment in the bug report.
|
| +
|
| + * css3/zoom-coords-expected.txt:
|
| + * css3/zoom-coords.xhtml:
|
| + * platform/mac-leopard/Skipped:
|
| + * platform/mac-leopard/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.checksum: Added.
|
| + * platform/mac-leopard/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.png: Added.
|
| + * platform/mac-leopard/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.txt: Added.
|
| + * platform/mac-leopard/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.checksum: Added.
|
| + * platform/mac-leopard/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.png: Added.
|
| + * platform/mac-leopard/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.txt: Added.
|
| + * platform/mac-leopard/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.txt: Added.
|
| + * platform/mac-leopard/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.txt: Added.
|
| + * platform/mac-leopard/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.txt: Added.
|
| + * platform/mac-leopard/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.checksum: Added.
|
| + * platform/mac-leopard/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.png: Added.
|
| + * platform/mac-leopard/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.txt: Added.
|
| + * platform/mac-leopard/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.txt: Added.
|
| + * platform/mac-leopard/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.txt: Added.
|
| + * platform/mac-leopard/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.txt: Added.
|
| + * platform/mac-leopard/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.checksum: Added.
|
| + * platform/mac-leopard/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.png: Added.
|
| + * platform/mac-leopard/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt: Added.
|
| + * platform/mac-leopard/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt: Added.
|
| + * platform/mac-leopard/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt: Added.
|
| + * platform/mac-leopard/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.txt: Added.
|
| + * platform/mac-leopard/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt: Added.
|
| + * platform/mac-leopard/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.txt: Added.
|
| + * platform/mac-leopard/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.txt: Added.
|
| + * platform/mac-leopard/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt: Added.
|
| + * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-84-t-expected.checksum: Added.
|
| + * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-84-t-expected.png: Added.
|
| + * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-84-t-expected.txt: Added.
|
| + * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-04-t-expected.checksum: Added.
|
| + * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-04-t-expected.png: Added.
|
| + * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-04-t-expected.txt: Added.
|
| + * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-05-t-expected.checksum: Added.
|
| + * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-05-t-expected.png: Added.
|
| + * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-05-t-expected.txt: Added.
|
| + * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-06-t-expected.checksum: Added.
|
| + * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-06-t-expected.png: Added.
|
| + * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-06-t-expected.txt: Added.
|
| + * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-07-t-expected.checksum: Added.
|
| + * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-07-t-expected.png: Added.
|
| + * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-07-t-expected.txt: Added.
|
| + * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-08-t-expected.checksum: Added.
|
| + * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-08-t-expected.png: Added.
|
| + * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-08-t-expected.txt: Added.
|
| + * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-01-b-expected.checksum: Added.
|
| + * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-01-b-expected.png: Added.
|
| + * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-01-b-expected.txt: Added.
|
| + * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-03-b-expected.checksum: Added.
|
| + * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-03-b-expected.png: Added.
|
| + * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-03-b-expected.txt: Added.
|
| + * platform/mac-leopard/svg/batik/masking/maskRegions-expected.txt:
|
| + * platform/mac-leopard/svg/batik/text/smallFonts-expected.txt:
|
| + * platform/mac-leopard/svg/carto.net/button-expected.checksum: Added.
|
| + * platform/mac-leopard/svg/carto.net/button-expected.png: Added.
|
| + * platform/mac-leopard/svg/carto.net/button-expected.txt: Added.
|
| + * platform/mac-leopard/svg/carto.net/combobox-expected.checksum: Added.
|
| + * platform/mac-leopard/svg/carto.net/combobox-expected.png: Added.
|
| + * platform/mac-leopard/svg/carto.net/combobox-expected.txt: Added.
|
| + * platform/mac-leopard/svg/carto.net/textbox-expected.checksum: Added.
|
| + * platform/mac-leopard/svg/carto.net/textbox-expected.png: Added.
|
| + * platform/mac-leopard/svg/carto.net/textbox-expected.txt: Added.
|
| + * platform/mac-leopard/svg/carto.net/window-expected.checksum: Added.
|
| + * platform/mac-leopard/svg/carto.net/window-expected.png: Added.
|
| + * platform/mac-leopard/svg/carto.net/window-expected.txt: Added.
|
| + * platform/mac-leopard/svg/custom/js-late-clipPath-and-object-creation-expected.checksum: Added.
|
| + * platform/mac-leopard/svg/custom/js-late-clipPath-and-object-creation-expected.png: Added.
|
| + * platform/mac-leopard/svg/custom/js-late-clipPath-and-object-creation-expected.txt: Added.
|
| + * platform/mac-leopard/svg/custom/js-late-clipPath-creation-expected.checksum: Added.
|
| + * platform/mac-leopard/svg/custom/js-late-clipPath-creation-expected.png: Added.
|
| + * platform/mac-leopard/svg/custom/js-late-clipPath-creation-expected.txt: Added.
|
| + * platform/mac-leopard/svg/custom/marker-default-width-height-expected.checksum: Added.
|
| + * platform/mac-leopard/svg/custom/marker-default-width-height-expected.png: Added.
|
| + * platform/mac-leopard/svg/custom/marker-default-width-height-expected.txt: Added.
|
| + * platform/mac-leopard/svg/custom/path-textPath-simulation-expected.checksum: Added.
|
| + * platform/mac-leopard/svg/custom/path-textPath-simulation-expected.png: Added.
|
| + * platform/mac-leopard/svg/custom/path-textPath-simulation-expected.txt: Added.
|
| + * platform/mac-leopard/svg/custom/stroke-width-large-expected.checksum: Added.
|
| + * platform/mac-leopard/svg/custom/stroke-width-large-expected.png: Added.
|
| + * platform/mac-leopard/svg/custom/stroke-width-large-expected.txt: Added.
|
| + * platform/mac-leopard/svg/custom/tref-update-expected.checksum: Added.
|
| + * platform/mac-leopard/svg/custom/tref-update-expected.png: Added.
|
| + * platform/mac-leopard/svg/custom/tref-update-expected.txt: Added.
|
| + * platform/mac-leopard/svg/custom/use-referencing-nonexisting-symbol-expected.checksum: Added.
|
| + * platform/mac-leopard/svg/custom/use-referencing-nonexisting-symbol-expected.png: Added.
|
| + * platform/mac-leopard/svg/custom/use-referencing-nonexisting-symbol-expected.txt: Added.
|
| + * platform/mac-leopard/svg/foreignObject/text-tref-02-b-expected.checksum: Added.
|
| + * platform/mac-leopard/svg/foreignObject/text-tref-02-b-expected.png: Added.
|
| + * platform/mac-leopard/svg/foreignObject/text-tref-02-b-expected.txt: Added.
|
| + * platform/mac-leopard/svg/hixie/viewbox: Added.
|
| + * platform/mac-leopard/svg/hixie/viewbox/preserveAspectRatio: Added.
|
| + * platform/mac-leopard/svg/hixie/viewbox/preserveAspectRatio/001-expected.checksum: Added.
|
| + * platform/mac-leopard/svg/hixie/viewbox/preserveAspectRatio/001-expected.png: Added.
|
| + * platform/mac-leopard/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt: Added.
|
| + * platform/mac-leopard/svg/hixie/viewbox/preserveAspectRatio/002-expected.checksum: Added.
|
| + * platform/mac-leopard/svg/hixie/viewbox/preserveAspectRatio/002-expected.png: Added.
|
| + * platform/mac-leopard/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt: Added.
|
| + * platform/mac-leopard/svg/text/font-size-below-point-five-2-expected.checksum: Added.
|
| + * platform/mac-leopard/svg/text/font-size-below-point-five-2-expected.png: Added.
|
| + * platform/mac-leopard/svg/text/font-size-below-point-five-2-expected.txt: Added.
|
| + * platform/mac-leopard/svg/text/scaled-font-expected.checksum: Added.
|
| + * platform/mac-leopard/svg/text/scaled-font-expected.png: Added.
|
| + * platform/mac-leopard/svg/text/scaled-font-expected.txt: Added.
|
| + * platform/mac-leopard/svg/text/select-textLength-spacing-squeeze-1-expected.checksum: Added.
|
| + * platform/mac-leopard/svg/text/select-textLength-spacing-squeeze-1-expected.png: Added.
|
| + * platform/mac-leopard/svg/text/select-textLength-spacing-squeeze-1-expected.txt: Added.
|
| + * platform/mac-leopard/svg/text/select-textLength-spacing-squeeze-2-expected.checksum: Added.
|
| + * platform/mac-leopard/svg/text/select-textLength-spacing-squeeze-2-expected.png: Added.
|
| + * platform/mac-leopard/svg/text/select-textLength-spacing-squeeze-2-expected.txt: Added.
|
| + * platform/mac-leopard/svg/text/select-textLength-spacing-squeeze-3-expected.checksum: Added.
|
| + * platform/mac-leopard/svg/text/select-textLength-spacing-squeeze-3-expected.png: Added.
|
| + * platform/mac-leopard/svg/text/select-textLength-spacing-squeeze-3-expected.txt: Added.
|
| + * platform/mac-leopard/svg/text/select-textLength-spacing-squeeze-4-expected.checksum: Added.
|
| + * platform/mac-leopard/svg/text/select-textLength-spacing-squeeze-4-expected.png: Added.
|
| + * platform/mac-leopard/svg/text/select-textLength-spacing-squeeze-4-expected.txt: Added.
|
| + * platform/mac-leopard/svg/text/select-textLength-spacing-stretch-1-expected.checksum: Added.
|
| + * platform/mac-leopard/svg/text/select-textLength-spacing-stretch-1-expected.png: Added.
|
| + * platform/mac-leopard/svg/text/select-textLength-spacing-stretch-1-expected.txt: Added.
|
| + * platform/mac-leopard/svg/text/select-textLength-spacing-stretch-2-expected.checksum: Added.
|
| + * platform/mac-leopard/svg/text/select-textLength-spacing-stretch-2-expected.png: Added.
|
| + * platform/mac-leopard/svg/text/select-textLength-spacing-stretch-2-expected.txt: Added.
|
| + * platform/mac-leopard/svg/text/select-textLength-spacing-stretch-3-expected.checksum: Added.
|
| + * platform/mac-leopard/svg/text/select-textLength-spacing-stretch-3-expected.png: Added.
|
| + * platform/mac-leopard/svg/text/select-textLength-spacing-stretch-3-expected.txt: Added.
|
| + * platform/mac-leopard/svg/text/select-textLength-spacing-stretch-4-expected.checksum: Added.
|
| + * platform/mac-leopard/svg/text/select-textLength-spacing-stretch-4-expected.png: Added.
|
| + * platform/mac-leopard/svg/text/select-textLength-spacing-stretch-4-expected.txt: Added.
|
| + * platform/mac-leopard/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.checksum: Added.
|
| + * platform/mac-leopard/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.png: Added.
|
| + * platform/mac-leopard/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.txt: Added.
|
| + * platform/mac-leopard/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.checksum: Added.
|
| + * platform/mac-leopard/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.png: Added.
|
| + * platform/mac-leopard/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.txt: Added.
|
| + * platform/mac-leopard/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.checksum: Added.
|
| + * platform/mac-leopard/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.png: Added.
|
| + * platform/mac-leopard/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.txt: Added.
|
| + * platform/mac-leopard/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.checksum: Added.
|
| + * platform/mac-leopard/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.png: Added.
|
| + * platform/mac-leopard/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.txt: Added.
|
| + * platform/mac-leopard/svg/text/select-x-list-3-expected.checksum: Added.
|
| + * platform/mac-leopard/svg/text/select-x-list-3-expected.png: Added.
|
| + * platform/mac-leopard/svg/text/select-x-list-3-expected.txt: Added.
|
| + * platform/mac-leopard/svg/text/small-fonts-2-expected.checksum: Added.
|
| + * platform/mac-leopard/svg/text/small-fonts-2-expected.png: Added.
|
| + * platform/mac-leopard/svg/text/small-fonts-2-expected.txt: Added.
|
| + * platform/mac-leopard/svg/text/small-fonts-3-expected.checksum: Added.
|
| + * platform/mac-leopard/svg/text/small-fonts-3-expected.png: Added.
|
| + * platform/mac-leopard/svg/text/small-fonts-3-expected.txt: Added.
|
| + * platform/mac-leopard/svg/text/small-fonts-expected.checksum: Added.
|
| + * platform/mac-leopard/svg/text/small-fonts-expected.png: Added.
|
| + * platform/mac-leopard/svg/text/small-fonts-expected.txt: Added.
|
| + * platform/mac-leopard/svg/text/small-fonts-in-html5-expected.checksum: Added.
|
| + * platform/mac-leopard/svg/text/small-fonts-in-html5-expected.png: Added.
|
| + * platform/mac-leopard/svg/text/small-fonts-in-html5-expected.txt: Added.
|
| + * platform/mac-leopard/svg/text/text-intro-05-t-expected.txt:
|
| + * platform/mac-leopard/svg/text/text-text-01-b-expected.checksum: Added.
|
| + * platform/mac-leopard/svg/text/text-text-01-b-expected.png: Added.
|
| + * platform/mac-leopard/svg/text/text-text-01-b-expected.txt: Added.
|
| + * platform/mac-leopard/svg/zoom/page/zoom-mask-with-percentages-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/animate-elem-02-t-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/animate-elem-09-t-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/animate-elem-10-t-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/animate-elem-12-t-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/animate-elem-13-t-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/animate-elem-14-t-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/animate-elem-15-t-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/animate-elem-16-t-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/animate-elem-17-t-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/animate-elem-18-t-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/animate-elem-19-t-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/animate-elem-23-t-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/animate-elem-26-t-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/animate-elem-32-t-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/animate-elem-33-t-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/animate-elem-84-t-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/coords-units-02-b-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/coords-units-03-b-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/filters-light-04-f-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/filters-turb-02-f-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/interact-events-01-b-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/interact-order-01-b-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/interact-order-02-b-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/interact-order-03-b-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/masking-path-01-b-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/masking-path-02-b-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/masking-path-03-b-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/painting-fill-03-t-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/painting-render-01-b-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/paths-data-04-t-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/paths-data-05-t-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/paths-data-06-t-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/paths-data-07-t-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/paths-data-08-t-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/paths-data-09-t-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/paths-data-10-t-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/struct-cond-02-t-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/struct-frag-02-t-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/struct-frag-03-t-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/struct-image-06-t-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/struct-use-01-t-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/styling-css-04-f-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/text-align-01-b-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/text-align-02-b-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/text-align-03-b-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/text-align-04-b-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/text-deco-01-b-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/text-fonts-01-t-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/text-path-01-b-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/text-text-01-b-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/text-text-03-b-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/text-text-04-t-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/text-text-05-t-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/text-text-06-t-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/text-text-07-t-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/text-text-08-b-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/text-tselect-01-b-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/text-ws-01-t-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/text-ws-02-t-expected.txt:
|
| + * platform/mac/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt:
|
| + * platform/mac/svg/batik/filters/filterRegions-expected.txt:
|
| + * platform/mac/svg/batik/masking/maskRegions-expected.txt:
|
| + * platform/mac/svg/batik/paints/gradientLimit-expected.txt:
|
| + * platform/mac/svg/batik/paints/patternPreserveAspectRatioA-expected.txt:
|
| + * platform/mac/svg/batik/paints/patternRegionA-expected.txt:
|
| + * platform/mac/svg/batik/paints/patternRegions-expected.txt:
|
| + * platform/mac/svg/batik/paints/patternRegions-positioned-objects-expected.txt:
|
| + * platform/mac/svg/batik/text/longTextOnPath-expected.txt:
|
| + * platform/mac/svg/batik/text/smallFonts-expected.txt:
|
| + * platform/mac/svg/batik/text/textAnchor-expected.txt:
|
| + * platform/mac/svg/batik/text/textAnchor2-expected.txt:
|
| + * platform/mac/svg/batik/text/textAnchor3-expected.txt:
|
| + * platform/mac/svg/batik/text/textDecoration-expected.txt:
|
| + * platform/mac/svg/batik/text/textDecoration2-expected.txt:
|
| + * platform/mac/svg/batik/text/textEffect-expected.txt:
|
| + * platform/mac/svg/batik/text/textEffect2-expected.txt:
|
| + * platform/mac/svg/batik/text/textEffect3-expected.txt:
|
| + * platform/mac/svg/batik/text/textFeatures-expected.txt:
|
| + * platform/mac/svg/batik/text/textGlyphOrientationHorizontal-expected.txt:
|
| + * platform/mac/svg/batik/text/textLayout-expected.txt:
|
| + * platform/mac/svg/batik/text/textLayout2-expected.txt:
|
| + * platform/mac/svg/batik/text/textLength-expected.txt:
|
| + * platform/mac/svg/batik/text/textOnPath-expected.txt:
|
| + * platform/mac/svg/batik/text/textOnPath2-expected.txt:
|
| + * platform/mac/svg/batik/text/textOnPath3-expected.txt:
|
| + * platform/mac/svg/batik/text/textOnPathSpaces-expected.txt:
|
| + * platform/mac/svg/batik/text/textPCDATA-expected.txt:
|
| + * platform/mac/svg/batik/text/textPosition-expected.txt:
|
| + * platform/mac/svg/batik/text/textPosition2-expected.txt:
|
| + * platform/mac/svg/batik/text/textProperties-expected.txt:
|
| + * platform/mac/svg/batik/text/textProperties2-expected.txt:
|
| + * platform/mac/svg/batik/text/textStyles-expected.txt:
|
| + * platform/mac/svg/batik/text/verticalText-expected.txt:
|
| + * platform/mac/svg/batik/text/verticalTextOnPath-expected.txt:
|
| + * platform/mac/svg/batik/text/xmlSpace-expected.txt:
|
| + * platform/mac/svg/carto.net/button-expected.txt:
|
| + * platform/mac/svg/carto.net/colourpicker-expected.txt:
|
| + * platform/mac/svg/carto.net/combobox-expected.txt:
|
| + * platform/mac/svg/carto.net/scrollbar-expected.txt:
|
| + * platform/mac/svg/carto.net/selectionlist-expected.txt:
|
| + * platform/mac/svg/carto.net/slider-expected.txt:
|
| + * platform/mac/svg/carto.net/tabgroup-expected.txt:
|
| + * platform/mac/svg/carto.net/textbox-expected.txt:
|
| + * platform/mac/svg/carto.net/window-expected.txt:
|
| + * platform/mac/svg/css/group-with-shadow-expected.txt:
|
| + * platform/mac/svg/css/shadow-changes-expected.txt:
|
| + * platform/mac/svg/css/text-shadow-multiple-expected.txt:
|
| + * platform/mac/svg/custom/SVGPoint-matrixTransform-expected.txt:
|
| + * platform/mac/svg/custom/alignment-baseline-modes-expected.txt:
|
| + * platform/mac/svg/custom/altglyph-expected.txt:
|
| + * platform/mac/svg/custom/coords-relative-units-transforms-expected.txt:
|
| + * platform/mac/svg/custom/dominant-baseline-modes-expected.txt:
|
| + * platform/mac/svg/custom/feComponentTransfer-Discrete-expected.txt:
|
| + * platform/mac/svg/custom/feComponentTransfer-Gamma-expected.txt:
|
| + * platform/mac/svg/custom/feComponentTransfer-Linear-expected.txt:
|
| + * platform/mac/svg/custom/feComponentTransfer-Table-expected.txt:
|
| + * platform/mac/svg/custom/font-face-simple-expected.txt:
|
| + * platform/mac/svg/custom/getTransformToElement-expected.txt:
|
| + * platform/mac/svg/custom/glyph-selection-lang-attribute-expected.txt:
|
| + * platform/mac/svg/custom/image-small-width-height-expected.txt:
|
| + * platform/mac/svg/custom/invalid-css-expected.txt:
|
| + * platform/mac/svg/custom/js-late-clipPath-and-object-creation-expected.txt:
|
| + * platform/mac/svg/custom/js-late-clipPath-creation-expected.txt:
|
| + * platform/mac/svg/custom/js-late-gradient-and-object-creation-expected.txt:
|
| + * platform/mac/svg/custom/js-late-gradient-creation-expected.txt:
|
| + * platform/mac/svg/custom/js-late-pattern-and-object-creation-expected.txt:
|
| + * platform/mac/svg/custom/js-late-pattern-creation-expected.txt:
|
| + * platform/mac/svg/custom/linking-a-03-b-all-expected.txt:
|
| + * platform/mac/svg/custom/linking-a-03-b-preserveAspectRatio-expected.txt:
|
| + * platform/mac/svg/custom/linking-a-03-b-transform-expected.txt:
|
| + * platform/mac/svg/custom/linking-a-03-b-viewBox-expected.txt:
|
| + * platform/mac/svg/custom/linking-a-03-b-viewBox-transform-expected.txt:
|
| + * platform/mac/svg/custom/linking-a-03-b-viewTarget-expected.txt:
|
| + * platform/mac/svg/custom/linking-a-03-b-zoomAndPan-expected.txt:
|
| + * platform/mac/svg/custom/marker-default-width-height-expected.txt:
|
| + * platform/mac/svg/custom/path-textPath-simulation-expected.txt:
|
| + * platform/mac/svg/custom/pattern-rotate-expected.txt:
|
| + * platform/mac/svg/custom/preserve-aspect-ratio-syntax-expected.txt:
|
| + * platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
|
| + * platform/mac/svg/custom/shapes-supporting-markers-expected.txt:
|
| + * platform/mac/svg/custom/stroke-width-large-expected.txt:
|
| + * platform/mac/svg/custom/stroked-pattern-expected.txt:
|
| + * platform/mac/svg/custom/struct-use-09-b-expected.txt:
|
| + * platform/mac/svg/custom/style-attribute-font-size-expected.txt:
|
| + * platform/mac/svg/custom/text-clip-expected.txt:
|
| + * platform/mac/svg/custom/text-ctm-expected.txt:
|
| + * platform/mac/svg/custom/text-dom-01-f-expected.txt:
|
| + * platform/mac/svg/custom/text-filter-expected.txt:
|
| + * platform/mac/svg/custom/text-hit-test-expected.txt:
|
| + * platform/mac/svg/custom/text-letter-spacing-expected.txt:
|
| + * platform/mac/svg/custom/text-rotated-gradient-expected.txt:
|
| + * platform/mac/svg/custom/text-rotation-expected.txt:
|
| + * platform/mac/svg/custom/text-whitespace-handling-expected.txt:
|
| + * platform/mac/svg/custom/text-x-dx-lists-expected.txt:
|
| + * platform/mac/svg/custom/text-x-override-in-tspan-child-expected.txt:
|
| + * platform/mac/svg/custom/tref-update-expected.txt:
|
| + * platform/mac/svg/custom/use-detach-expected.txt:
|
| + * platform/mac/svg/custom/use-dynamic-append-expected.txt:
|
| + * platform/mac/svg/custom/use-instanceRoot-modifications-expected.txt:
|
| + * platform/mac/svg/custom/use-modify-container-in-target-expected.txt:
|
| + * platform/mac/svg/custom/use-modify-target-container-expected.txt:
|
| + * platform/mac/svg/custom/use-modify-target-symbol-expected.txt:
|
| + * platform/mac/svg/custom/use-on-g-containing-symbol-expected.txt:
|
| + * platform/mac/svg/custom/use-on-g-containing-use-expected.txt:
|
| + * platform/mac/svg/custom/use-on-g-expected.txt:
|
| + * platform/mac/svg/custom/use-on-rect-expected.txt:
|
| + * platform/mac/svg/custom/use-on-symbol-expected.txt:
|
| + * platform/mac/svg/custom/use-on-text-expected.txt:
|
| + * platform/mac/svg/custom/use-on-use-expected.txt:
|
| + * platform/mac/svg/custom/use-recursion-1-expected.txt:
|
| + * platform/mac/svg/custom/use-recursion-2-expected.txt:
|
| + * platform/mac/svg/custom/use-recursion-3-expected.txt:
|
| + * platform/mac/svg/custom/use-recursion-4-expected.txt:
|
| + * platform/mac/svg/custom/use-referencing-nonexisting-symbol-expected.txt:
|
| + * platform/mac/svg/custom/use-transform-expected.txt:
|
| + * platform/mac/svg/custom/viewbox-syntax-expected.txt:
|
| + * platform/mac/svg/foreignObject/text-tref-02-b-expected.txt:
|
| + * platform/mac/svg/hixie/perf/003-expected.txt:
|
| + * platform/mac/svg/hixie/perf/004-expected.txt:
|
| + * platform/mac/svg/hixie/perf/005-expected.txt:
|
| + * platform/mac/svg/hixie/perf/006-expected.txt:
|
| + * platform/mac/svg/hixie/text/003-expected.txt:
|
| + * platform/mac/svg/hixie/text/003a-expected.txt:
|
| + * platform/mac/svg/hixie/text/003b-expected.txt:
|
| + * platform/mac/svg/hixie/viewbox/002-expected.txt:
|
| + * platform/mac/svg/hixie/viewbox/003-expected.txt:
|
| + * platform/mac/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt:
|
| + * platform/mac/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt:
|
| + * platform/mac/svg/text/font-size-below-point-five-2-expected.checksum: Added.
|
| + * platform/mac/svg/text/font-size-below-point-five-2-expected.png: Added.
|
| + * platform/mac/svg/text/font-size-below-point-five-2-expected.txt: Added.
|
| + * platform/mac/svg/text/font-size-below-point-five-expected.checksum: Added.
|
| + * platform/mac/svg/text/font-size-below-point-five-expected.png: Added.
|
| + * platform/mac/svg/text/font-size-below-point-five-expected.txt: Added.
|
| + * platform/mac/svg/text/kerning-expected.txt:
|
| + * platform/mac/svg/text/multichar-glyph-expected.txt:
|
| + * platform/mac/svg/text/scaled-font-expected.checksum: Added.
|
| + * platform/mac/svg/text/scaled-font-expected.png: Added.
|
| + * platform/mac/svg/text/scaled-font-expected.txt: Added.
|
| + * platform/mac/svg/text/select-textLength-spacing-squeeze-1-expected.txt:
|
| + * platform/mac/svg/text/select-textLength-spacing-squeeze-2-expected.txt:
|
| + * platform/mac/svg/text/select-textLength-spacing-squeeze-3-expected.txt:
|
| + * platform/mac/svg/text/select-textLength-spacing-squeeze-4-expected.txt:
|
| + * platform/mac/svg/text/select-textLength-spacing-stretch-1-expected.txt:
|
| + * platform/mac/svg/text/select-textLength-spacing-stretch-2-expected.txt:
|
| + * platform/mac/svg/text/select-textLength-spacing-stretch-3-expected.txt:
|
| + * platform/mac/svg/text/select-textLength-spacing-stretch-4-expected.txt:
|
| + * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.txt:
|
| + * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.txt:
|
| + * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.txt:
|
| + * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.txt:
|
| + * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.txt:
|
| + * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.txt:
|
| + * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.txt:
|
| + * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.txt:
|
| + * platform/mac/svg/text/select-x-list-1-expected.txt:
|
| + * platform/mac/svg/text/select-x-list-2-expected.txt:
|
| + * platform/mac/svg/text/select-x-list-3-expected.txt:
|
| + * platform/mac/svg/text/select-x-list-4-expected.txt:
|
| + * platform/mac/svg/text/select-x-list-with-tspans-1-expected.txt:
|
| + * platform/mac/svg/text/select-x-list-with-tspans-2-expected.txt:
|
| + * platform/mac/svg/text/select-x-list-with-tspans-3-expected.txt:
|
| + * platform/mac/svg/text/select-x-list-with-tspans-4-expected.txt:
|
| + * platform/mac/svg/text/selection-doubleclick-expected.txt:
|
| + * platform/mac/svg/text/selection-tripleclick-expected.txt:
|
| + * platform/mac/svg/text/small-fonts-2-expected.checksum: Added.
|
| + * platform/mac/svg/text/small-fonts-2-expected.png: Added.
|
| + * platform/mac/svg/text/small-fonts-2-expected.txt: Added.
|
| + * platform/mac/svg/text/small-fonts-3-expected.checksum: Added.
|
| + * platform/mac/svg/text/small-fonts-3-expected.png: Added.
|
| + * platform/mac/svg/text/small-fonts-3-expected.txt: Added.
|
| + * platform/mac/svg/text/small-fonts-expected.checksum: Added.
|
| + * platform/mac/svg/text/small-fonts-expected.png: Added.
|
| + * platform/mac/svg/text/small-fonts-expected.txt: Added.
|
| + * platform/mac/svg/text/small-fonts-in-html5-expected.checksum: Added.
|
| + * platform/mac/svg/text/small-fonts-in-html5-expected.png: Added.
|
| + * platform/mac/svg/text/small-fonts-in-html5-expected.txt: Added.
|
| + * platform/mac/svg/text/text-align-01-b-expected.txt:
|
| + * platform/mac/svg/text/text-align-02-b-expected.txt:
|
| + * platform/mac/svg/text/text-align-03-b-expected.txt:
|
| + * platform/mac/svg/text/text-align-04-b-expected.txt:
|
| + * platform/mac/svg/text/text-align-05-b-expected.txt:
|
| + * platform/mac/svg/text/text-align-06-b-expected.txt:
|
| + * platform/mac/svg/text/text-altglyph-01-b-expected.txt:
|
| + * platform/mac/svg/text/text-deco-01-b-expected.txt:
|
| + * platform/mac/svg/text/text-fonts-01-t-expected.txt:
|
| + * platform/mac/svg/text/text-fonts-02-t-expected.txt:
|
| + * platform/mac/svg/text/text-intro-05-t-expected.txt:
|
| + * platform/mac/svg/text/text-path-01-b-expected.txt:
|
| + * platform/mac/svg/text/text-spacing-01-b-expected.txt:
|
| + * platform/mac/svg/text/text-text-01-b-expected.txt:
|
| + * platform/mac/svg/text/text-text-03-b-expected.txt:
|
| + * platform/mac/svg/text/text-text-04-t-expected.txt:
|
| + * platform/mac/svg/text/text-text-05-t-expected.txt:
|
| + * platform/mac/svg/text/text-text-06-t-expected.txt:
|
| + * platform/mac/svg/text/text-text-07-t-expected.txt:
|
| + * platform/mac/svg/text/text-text-08-b-expected.txt:
|
| + * platform/mac/svg/text/text-tref-01-b-expected.txt:
|
| + * platform/mac/svg/text/text-tselect-01-b-expected.txt:
|
| + * platform/mac/svg/text/text-tselect-02-f-expected.txt:
|
| + * platform/mac/svg/text/text-tspan-01-b-expected.txt:
|
| + * platform/mac/svg/text/text-ws-01-t-expected.txt:
|
| + * platform/mac/svg/text/text-ws-02-t-expected.txt:
|
| + * platform/mac/svg/transforms/animated-path-inside-transformed-html-expected.txt:
|
| + * platform/mac/svg/transforms/text-with-mask-with-svg-transform-expected.txt:
|
| + * platform/mac/svg/transforms/text-with-pattern-inside-transformed-html-expected.txt:
|
| + * platform/mac/svg/transforms/text-with-pattern-with-svg-transform-expected.txt:
|
| + * platform/mac/svg/zoom/page/zoom-coords-viewattr-01-b-expected.txt:
|
| + * platform/mac/svg/zoom/page/zoom-mask-with-percentages-expected.txt:
|
| + * platform/mac/svg/zoom/text/zoom-coords-viewattr-01-b-expected.txt:
|
| + * svg/custom/glyph-setting-d-attribute-expected.txt:
|
| + * svg/custom/glyph-transformation-with-hkern-expected.txt:
|
| + * svg/text/font-size-below-point-five-2.svg: Added.
|
| + * svg/text/font-size-below-point-five.svg: Added.
|
| + * svg/text/lengthAdjust-text-metrics-expected.txt:
|
| + * svg/text/scaled-font.svg: Added.
|
| + * svg/text/script-tests/lengthAdjust-text-metrics.js:
|
| + * svg/text/small-fonts-2.svg: Added.
|
| + * svg/text/small-fonts-3.svg: Added.
|
| + * svg/text/small-fonts-in-html5.html: Added.
|
| + * svg/text/small-fonts.svg: Added.
|
| + * svg/zoom/page/zoom-zoom-coords-expected.txt:
|
| + * svg/zoom/page/zoom-zoom-coords.xhtml:
|
| +
|
| +2011-02-03 Ilya Tikhonovsky <loislo@chromium.org>
|
| +
|
| + Unreviewed.
|
| +
|
| + BUGCR71783 : scrollbars/custom-scrollbar-with-incomplete-style.html = IMAGE
|
| + It is failing since r77459 by Sam Weinig.
|
| +
|
| + * platform/chromium/test_expectations.txt:
|
| +
|
| +2011-02-03 Adam Roben <aroben@apple.com>
|
| +
|
| + Skip a new showModalDialog test on Windows
|
| +
|
| + showModalDialog support is now covered by <http://webkit.org/b/53675>.
|
| +
|
| + I also sorted some sputnik tests that fail when showModalDialog is unsupported, and filed a
|
| + new bug (<http://webkit.org/b/53676>) about those failures, since it seems like those tests
|
| + should pass even when showModalDialog is unsupported.
|
| +
|
| + * platform/win/Skipped:
|
| +
|
| +2011-02-03 Adam Roben <aroben@apple.com>
|
| +
|
| + Check in expected failure results for an RTL <select> test
|
| +
|
| + The failure is covered by <http://webkit.org/b/53443>.
|
| +
|
| + * platform/win/fast/text/international/bidi-menulist-expected.txt: Added.
|
| +
|
| +2011-02-03 Adam Roben <aroben@apple.com>
|
| +
|
| + Add Windows results for test added in r77153
|
| +
|
| + * platform/win/fast/text/international/text-combine-image-test-expected.checksum: Added.
|
| + * platform/win/fast/text/international/text-combine-image-test-expected.png: Added.
|
| + * platform/win/fast/text/international/text-combine-image-test-expected.txt: Added.
|
| +
|
| +2011-02-03 Csaba Osztrogonác <ossy@webkit.org>
|
| +
|
| + Unreviewed.
|
| +
|
| + [Qt]REGRESSION(r76951): media/controls-without-preload.html fails
|
| + https://bugs.webkit.org/show_bug.cgi?id=53674
|
| +
|
| + * platform/qt/Skipped: media/controls-without-preload.html added until fix.
|
| +
|
| +2011-02-01 Alexander Pavlov <apavlov@chromium.org>
|
| +
|
| + Reviewed by Pavel Feldman.
|
| +
|
| + Web Inspector: Remove the *2 suffix from the CSS style-related protocol methods
|
| + https://bugs.webkit.org/show_bug.cgi?id=53492
|
| +
|
| + * inspector/styles-iframe.html:
|
| + * inspector/styles-new-API.html:
|
| + * inspector/styles-source-lines-inline.html:
|
| + * inspector/styles-source-lines.html:
|
| + * inspector/styles-source-offsets.html:
|
| +
|
| +2011-02-03 Philippe Normand <pnormand@igalia.com>
|
| +
|
| + Unreviewed, skip flaky test
|
| + fast/files/workers/worker-read-blob-async.html on GTK
|
| + https://bugs.webkit.org/show_bug.cgi?id=53673
|
| +
|
| + * platform/gtk/Skipped:
|
| +
|
| +2011-02-03 Csaba Osztrogonác <ossy@webkit.org>
|
| +
|
| + Unreviewed.
|
| +
|
| + [Qt] fast/dynamic/unicode-bidi.html fails
|
| + https://bugs.webkit.org/show_bug.cgi?id=53456
|
| +
|
| + Add Qt specific expected files.
|
| +
|
| + * platform/qt/fast/dynamic/unicode-bidi-expected.checksum: Added.
|
| + * platform/qt/fast/dynamic/unicode-bidi-expected.png: Added.
|
| + * platform/qt/fast/dynamic/unicode-bidi-expected.txt: Copied from LayoutTests/fast/dynamic/unicode-bidi-expected.txt.
|
| + * platform/qt/fast/text/bidi-embedding-pop-and-push-same-2-expected.checksum: Added.
|
| + * platform/qt/fast/text/bidi-embedding-pop-and-push-same-2-expected.png: Added.
|
| + * platform/qt/fast/text/bidi-embedding-pop-and-push-same-2-expected.txt: Copied from LayoutTests/fast/text/bidi-embedding-pop-and-push-same-2-expected.txt.
|
| +
|
| +2011-02-03 Philippe Normand <pnormand@igalia.com>
|
| +
|
| + Unreviewed, GTK baselines for 2 new tests added in r77267 and r77153.
|
| +
|
| + * platform/gtk/fast/dom/34176-expected.txt: Added.
|
| + * platform/gtk/fast/text/international/text-combine-image-test-expected.txt: Added.
|
| +
|
| +2011-02-03 Philippe Normand <pnormand@igalia.com>
|
| +
|
| + Unreviewed, skip failing test
|
| + fast/history/timed-refresh-in-cached-frame.html on GTK
|
| + https://bugs.webkit.org/show_bug.cgi?id=53667
|
| +
|
| + * platform/gtk/Skipped:
|
| +
|
| +2011-02-03 Maciej Stachowiak <mjs@apple.com>
|
| +
|
| + Reviewed by Ryosuke Niwa.
|
| +
|
| + Skip some tests that fail in WebKit2 due to missing DRT functionality
|
| + https://bugs.webkit.org/show_bug.cgi?id=53666
|
| +
|
| + * platform/mac-wk2/Skipped:
|
| +
|
| +2011-02-03 Adam Barth <abarth@webkit.org>
|
| +
|
| + Reviewed by Daniel Bates.
|
| +
|
| + Teach XSSFilter about data URLs
|
| + https://bugs.webkit.org/show_bug.cgi?id=53662
|
| +
|
| + Tests that the XSS filter doesn't block script in data URLs.
|
| +
|
| + * http/tests/security/xssAuditor/data-urls-work-expected.txt: Added.
|
| + * http/tests/security/xssAuditor/data-urls-work.html: Added.
|
| +
|
| +2011-02-02 Chris Evans <cevans@chromium.org>
|
| +
|
| + Reviewed by Darin Fisher.
|
| +
|
| + window.find() can fail when switching case sensitivity
|
| + https://bugs.webkit.org/show_bug.cgi?id=53654
|
| +
|
| + The test coverage for this area is very poor, so I took the liberty
|
| + of adding a more general test than is needed.
|
| +
|
| + * fast/text/find-window.html: Added.
|
| + * fast/text/find-window-expected.txt: Added.
|
| +
|
| +2011-02-02 Martin Robinson <mrobinson@igalia.com>
|
| +
|
| + Rebaseline two tests after import of editing test results for GTK+.
|
| + Also remove a platform-specific baseline for a test which is now passing.
|
| +
|
| + * platform/gtk/editing/pasteboard/emacs-ctrl-a-k-y-expected.txt:
|
| + * platform/gtk/editing/selection/find-yensign-and-backslash-expected.txt: Removed.
|
| + * platform/gtk/fast/dom/52776-expected.txt:
|
| +
|
| +2011-02-02 Dan Bernstein <mitz@apple.com>
|
| +
|
| + Reviewed by Sam Weinig.
|
| +
|
| + <rdar://problem/8380506> REGRESSION (r61921): RTL text in <b> tag doesn't display in WebKit under certain conditions
|
| + https://bugs.webkit.org/show_bug.cgi?id=44942
|
| +
|
| + * fast/text/bidi-embedding-pop-and-push-same-2-expected.checksum: Added.
|
| + * fast/text/bidi-embedding-pop-and-push-same-2-expected.png: Added.
|
| + * fast/text/bidi-embedding-pop-and-push-same-2-expected.txt: Added.
|
| + * fast/text/bidi-embedding-pop-and-push-same-2.html: Added.
|
| +
|
| +2011-02-02 Kenneth Russell <kbr@google.com>
|
| +
|
| + Reviewed by Mihai Parparita.
|
| +
|
| + gl-teximage.html failing on some WebKit bots
|
| + https://bugs.webkit.org/show_bug.cgi?id=53633
|
| +
|
| + * fast/canvas/webgl/gl-teximage.html:
|
| + - Synced with upstream test; detect when running in DRT and
|
| + avoid printing the specific pixel value when the test will pass.
|
| + * fast/canvas/webgl/resources/red-indexed.png:
|
| + - Stripped gamma and other colorspace information.
|
| +
|
| +2011-02-02 Martin Robinson <mrobinson@igalia.com>
|
| +
|
| + Unskip the last batch of editing tests needing GTK+ results.
|
| +
|
| + * platform/gtk/Skipped: Unskip last batch of tests.
|
| +
|
| +2011-02-02 Martin Robinson <mrobinson@igalia.com>
|
| +
|
| + Add one more set of missing editing layout test results for GTK.
|
| +
|
| + * platform/gtk/Skipped: Unskip more editing tests.
|
| +
|
| +2011-02-02 Martin Robinson <mrobinson@igalia.com>
|
| +
|
| + Continue importing new editing layout test results for GTK.
|
| +
|
| + * platform/gtk/Skipped: Unskip more editing tests.
|
| +
|
| +2011-02-02 Martin Robinson <mrobinson@igalia.com>
|
| +
|
| + Begin importing missing editing directory test results.
|
| +
|
| + * platform/gtk/Skipped: Unskip tests with results and classify failures.
|
| +
|
| +2011-02-02 Michael Saboff <msaboff@apple.com>
|
| +
|
| + Reviewed by Gavin Barraclough.
|
| +
|
| + Improper backtrack of nested non-capturing greedy paren to prior paren
|
| + https://bugs.webkit.org/show_bug.cgi?id=53261
|
| +
|
| + New tests to validate change.
|
| +
|
| + * fast/regex/parentheses-expected.txt:
|
| + * fast/regex/script-tests/parentheses.js:
|
| +
|
| +2011-02-02 Dirk Pranke <dpranke@chromium.org>
|
| +
|
| + Reviewed by Mihai Parparita.
|
| +
|
| + new-run-webkit-tests: hardcode the directories to scan for tests
|
| + for GPU bots instead of SKIPping them. See bug 53562 for some
|
| + context, but we will now hard-code the list of directories to
|
| + use by default instead of skipping over directories in the
|
| + expectations file. We do this so that we will be able to merge
|
| + the expectations files without getting conflicting SKIP
|
| + directives. Note that this change will reduce the # of tests
|
| + being run on the Mac GPU bots, because we're accidentally
|
| + including some today.
|
| +
|
| + https://bugs.webkit.org/show_bug.cgi?id=53631
|
| +
|
| + * platform/chromium-gpu/test_expectations.txt:
|
| +
|
| +2011-02-02 Jian Li <jianli@chromium.org>
|
| +
|
| + Reviewed by Kenneth Russell.
|
| +
|
| + [V8] Accessing DataView with index of -1 returns 0, doesn't throw
|
| + https://bugs.webkit.org/show_bug.cgi?id=53559
|
| +
|
| + * fast/canvas/webgl/data-view-test-expected.txt:
|
| + * fast/canvas/webgl/data-view-test.html:
|
| +
|
| +2011-02-02 Zhenyao Mo <zmo@google.com>
|
| +
|
| + Reviewed by Kenneth Russell.
|
| +
|
| + bufferData and bufferSubData should generate INVALID_VALUE with negative input
|
| + https://bugs.webkit.org/show_bug.cgi?id=53626
|
| +
|
| + * fast/canvas/webgl/buffer-data-array-buffer-expected.txt:
|
| + * fast/canvas/webgl/buffer-data-array-buffer.html:
|
| +
|
| +2011-02-02 Cris Neckar <cdn@chromium.org>
|
| +
|
| + Reviewed by James Robinson.
|
| +
|
| + Tests for crash when a domwindow is removed within a device orientation event.
|
| + https://bugs.webkit.org/show_bug.cgi?id=53623
|
| +
|
| + * fast/events/device-orientation-crash-expected.txt: Added.
|
| + * fast/events/device-orientation-crash.html: Added.
|
| +
|
| +2011-02-02 Zhenyao Mo <zmo@google.com>
|
| +
|
| + Reviewed by Kenneth Russell.
|
| +
|
| + A deleted object should never been bound again
|
| + https://bugs.webkit.org/show_bug.cgi?id=53604
|
| +
|
| + * fast/canvas/webgl/object-deletion-behaviour-expected.txt:
|
| + * fast/canvas/webgl/object-deletion-behaviour.html: Add test cases for object binding and deletion.
|
| +
|
| +2011-02-02 Kenneth Russell <kbr@google.com>
|
| +
|
| + Reviewed by James Robinson.
|
| +
|
| + Rename Typed Array subset to subarray
|
| + https://bugs.webkit.org/show_bug.cgi?id=53618
|
| +
|
| + * fast/canvas/webgl/array-setters.html:
|
| + * fast/canvas/webgl/array-unit-tests-expected.txt:
|
| + * fast/canvas/webgl/array-unit-tests.html:
|
| + * fast/canvas/webgl/draw-elements-out-of-bounds-expected.txt:
|
| + * fast/canvas/webgl/draw-elements-out-of-bounds.html:
|
| + * fast/canvas/webgl/webgl-array-invalid-ranges-expected.txt:
|
| + * fast/canvas/webgl/webgl-array-invalid-ranges.html:
|
| +
|
| +2011-02-02 Dimitri Glazkov <dglazkov@chromium.org>
|
| +
|
| + Added GPU fails from bots.
|
| +
|
| + * platform/chromium-gpu/test_expectations.txt: Added.
|
| +
|
| +2011-02-02 Martin Robinson <mrobinson@igalia.com>
|
| +
|
| + Unskip a test that just needs platform-specific results. Re-classify
|
| + two other failures with more pertinent information.
|
| +
|
| + * platform/gtk/Skipped: Organize the skipped list a bit. Unskip a test.
|
| + Remove obsolete comments.
|
| + * platform/gtk/editing/inserting/5994480-2-expected.txt: Added.
|
| +
|
| +2011-02-01 Andrey Kosyakov <caseq@chromium.org>
|
| +
|
| + Reviewed by Pavel Feldman.
|
| +
|
| + Web Inspector: add test for OPTIONS requests caused by CORS preflight checking to appear in Network panel
|
| + https://bugs.webkit.org/show_bug.cgi?id=53501
|
| +
|
| + * http/tests/inspector/network-preflight-options-expected.txt: Added.
|
| + * http/tests/inspector/network-preflight-options.html: Added.
|
| + * http/tests/inspector/resources/cors-target.php: Added.
|
| +
|
| +2011-02-02 Martin Robinson <mrobinson@igalia.com>
|
| +
|
| + Skip another test that uses modal dialogs.
|
| +
|
| + * platform/gtk/Skipped: Skip modal dialog test and update bug in the skipped list.
|
| +
|
| +2011-02-02 Yury Semikhatsky <yurys@chromium.org>
|
| +
|
| + Unreviewed. Removed some custom Chromium test expectations.
|
| +
|
| + * platform/chromium/test_expectations.txt:
|
| +
|
| +2011-02-02 Hans Wennborg <hans@chromium.org>
|
| +
|
| + Reviewed by Jeremy Orlow.
|
| +
|
| + IndexedDB: Implement support for cursor updates
|
| + https://bugs.webkit.org/show_bug.cgi?id=53421
|
| +
|
| + Layout test for cursor updates.
|
| +
|
| + * storage/indexeddb/cursor-update-expected.txt: Added.
|
| + * storage/indexeddb/cursor-update.html: Added.
|
| +
|
| +2011-02-01 James Robinson <jamesr@chromium.org>
|
| +
|
| + Reviewed by Adam Barth.
|
| +
|
| + [v8] Increase V8 native->js recursion limit to match document.write() recursion limit
|
| + https://bugs.webkit.org/show_bug.cgi?id=53566
|
| +
|
| + Unskip test that we now pass.
|
| +
|
| + * platform/chromium/test_expectations.txt:
|
| +
|
| +2011-02-01 Dirk Pranke <dpranke@chromium.org>
|
| +
|
| + Unreviewed, expectations change.
|
| +
|
| + fast/css/box-shadow.html was removed in r77101 but there was
|
| + still a reference to it in the expectations file.
|
| +
|
| + * platform/chromium/test_expectations.txt:
|
| +
|
| 2011-02-01 Mihai Parparita <mihaip@chromium.org>
|
|
|
| Reviewed by James Robinson.
|
|
|