Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(128)

Unified Diff: LayoutTests/ChangeLog

Issue 6349095: Merge 77355 - 2011-02-01 Mihai Parparita <mihaip@chromium.org>... (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/648/
Patch Set: Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
« no previous file with comments | « no previous file | LayoutTests/fast/events/scroll-event-during-modal-dialog.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/ChangeLog
===================================================================
--- LayoutTests/ChangeLog (revision 77575)
+++ LayoutTests/ChangeLog (working copy)
@@ -1,3 +1,1540 @@
+2011-02-01 Mihai Parparita <mihaip@chromium.org>
+
+ Reviewed by James Robinson.
+
+ Async event handlers should not fire within a modal dialog
+ https://bugs.webkit.org/show_bug.cgi?id=53202
+
+ Add tests for a scroll event triggered right before a modal dialog is
+ shown.
+
+ * fast/events/scroll-event-during-modal-dialog-expected.txt: Added.
+ * fast/events/scroll-event-during-modal-dialog.html: Added.
+
+2011-02-01 Kent Tamura <tkent@chromium.org>
+
+ Reviewed by Tony Chang.
+
+ [Chromium] Roll Chromium revision for the WebKitWeightWatcher change
+ https://bugs.webkit.org/show_bug.cgi?id=53563
+
+ * platform/chromium/test_expectations.txt:
+ fast/css/font-weight-1.html is expected to fail.
+
+2011-02-01 Dimitri Glazkov <dglazkov@chromium.org>
+
+ Marking test, added in r77333 as skipped, because it is
+ reaching V8 recursion limits faster than those on Document.
+
+ * platform/chromium/test_expectations.txt: See above.
+
+2011-01-25 Martin Robinson <mrobinson@igalia.com>
+
+ Reviewed by Gustavo Noronha Silva.
+
+ [GTK] Two tests crash after r76555
+ https://bugs.webkit.org/show_bug.cgi?id=53057
+
+ * platform/gtk/Skipped: Unskip tests which are no longer crashing.
+
+2011-02-01 chris reiss <christopher.reiss@nokia.com>
+
+ Reviewed by Adam Barth.
+
+ Self-replicating code makes Safari hang and eventually crash
+ https://bugs.webkit.org/show_bug.cgi?id=15123
+
+ * fast/dom/Document/document-close-iframe-load-expected.txt: Added.
+ * fast/dom/Document/document-close-iframe-load.html: Added.
+ * fast/dom/Document/document-close-nested-iframe-load-expected.txt: Added.
+ * fast/dom/Document/document-close-nested-iframe-load.html: Added.
+ * fast/dom/Document/document-write-recursion-expected.txt: Added.
+ * fast/dom/Document/document-write-recursion.html: Added.
+
+2011-02-01 Dimitri Glazkov <dglazkov@chromium.org>
+
+ Updated text expectations to avoid conflict.
+
+ * platform/chromium/test_expectations.txt: Tweaked.
+
+2011-02-01 Johnny Ding <jnd@chromium.org>
+
+ Reviewed by Darin Adler.
+
+ Don't set user gesture in HTMLAnchorElement's click handler because the click handler can be triggered by untrusted event.
+ https://bugs.webkit.org/show_bug.cgi?id=53424
+
+ * fast/events/popup-blocked-from-untrusted-click-event-on-anchor-expected.txt: Added.
+ * fast/events/popup-blocked-from-untrusted-click-event-on-anchor.html: Added.
+
+2011-02-01 Zhenyao Mo <zmo@google.com>
+
+ Unreviewed, test expectations update.
+
+ * platform/chromium/test_expectations.txt:
+
+2011-02-01 Dimitri Glazkov <dglazkov@chromium.org>
+
+ Updated baselines after switching input-derived parts of HTMLMediaElement
+ to use shadow DOM.
+ https://bugs.webkit.org/show_bug.cgi?id=53314
+
+ * platform/chromium-linux/media/video-zoom-controls-expected.checksum: Updated.
+ * platform/chromium-linux/media/video-zoom-controls-expected.png: Updated.
+ * platform/chromium-mac/media/video-zoom-controls-expected.checksum: Updated.
+ * platform/chromium-mac/media/video-zoom-controls-expected.png: Updated.
+ * platform/chromium-mac/media/video-zoom-controls-expected.txt: Updated.
+ * platform/chromium-win/media/video-zoom-controls-expected.checksum: Updated.
+ * platform/chromium-win/media/video-zoom-controls-expected.png: Updated.
+ * platform/chromium-win/media/video-zoom-controls-expected.txt: Updated.
+ * platform/chromium/test_expectations.txt: Expectation of failure removed.
+
+2011-02-01 Abhishek Arya <inferno@chromium.org>
+
+ Unreviewed.
+
+ Test not crashing on chromium, was crashing earlier because of
+ some build issues. Also, rebaselining chromium mac since it matches
+ rest of chromium and is not same as mac leopard.
+ https://bugs.webkit.org/show_bug.cgi?id=53516
+
+ * platform/chromium-mac/fast/css/stylesheet-candidate-nodes-crash-expected.txt: Added.
+ * platform/chromium/test_expectations.txt:
+
+2011-02-01 Darin Adler <darin@apple.com>
+
+ Reviewed by Chris Fleizach.
+
+ REGRESSION: Removing focus from area element causes unwanted scrolling
+ https://bugs.webkit.org/show_bug.cgi?id=50169
+
+ * fast/images/imagemap-scroll-expected.txt: Added.
+ * fast/images/imagemap-scroll.html: Added.
+
+2011-02-01 Zhenyao Mo <zmo@google.com>
+
+ Reviewed by Kenneth Russell.
+
+ getUniform should support SAMPLER_2D or SAMPLER_CUBE
+ https://bugs.webkit.org/show_bug.cgi?id=52190
+
+ * fast/canvas/webgl/gl-object-get-calls-expected.txt:
+ * fast/canvas/webgl/gl-object-get-calls.html: Test getUniform with sampler2D and samplerCube uniforms.
+ * fast/canvas/webgl/resources/noopUniformShader.vert: Added.
+ * fast/canvas/webgl/resources/samplerUniformShader.frag: Added.
+
+2011-02-01 Chris Fleizach <cfleizach@apple.com>
+
+ Reviewed by Darin Adler.
+
+ AX: AXPosition of AXScrollArea is wrong
+ https://bugs.webkit.org/show_bug.cgi?id=53511
+
+ * platform/mac/accessibility/webkit-scrollarea-position-expected.txt: Added.
+ * platform/mac/accessibility/webkit-scrollarea-position.html: Added.
+
+2011-02-01 Dimitri Glazkov <dglazkov@chromium.org>
+
+ Added yet another expectations of flakiness.
+ https://bugs.webkit.org/show_bug.cgi?id=53527
+
+ * platform/chromium/test_expectations.txt: Flakiness abound.
+
+2011-02-01 Abhishek Arya <inferno@chromium.org>
+
+ Unreviewed.
+
+ Rebaseline my test for QT, Leopard from r77262 due
+ to minor comment error differences.
+
+ * platform/mac-leopard/fast/css/stylesheet-candidate-nodes-crash-expected.txt: Added.
+ * platform/qt/fast/css/stylesheet-candidate-nodes-crash-expected.txt: Added.
+
+2011-02-01 Xiaomei Ji <xji@chromium.org>
+
+ Unreviewed.
+
+ Rebaseline after r77267.
+
+ * platform/chromium-linux/fast/dom/34176-expected.checksum: Added.
+ * platform/chromium-linux/fast/dom/34176-expected.png: Added.
+ * platform/chromium-mac/fast/dom/34176-expected.checksum: Added.
+ * platform/chromium-mac/fast/dom/34176-expected.png: Added.
+ * platform/chromium-win/fast/dom/34176-expected.checksum: Added.
+ * platform/chromium-win/fast/dom/34176-expected.png: Added.
+ * platform/chromium-win/fast/dom/34176-expected.txt: Added.
+ * platform/win/fast/dom/34176-expected.txt: Added.
+
+2011-02-01 Xiaomei Ji <xji@chromium.org>
+
+ Unreviewed.
+
+ * fast/dom/34176.html: Removed properties svn:executable and svn:mime-type.
+
+2011-02-01 Dimitri Glazkov <dglazkov@chromium.org>
+
+ Remove expectations of failure for passing tests.
+
+ * platform/chromium/test_expectations.txt: Fewer fails.
+
+2011-02-01 Carol Szabo <carol.szabo@nokia.com>
+
+ Reviewed by David Hyatt.
+
+ layoutTestController.counterValueForElementById does not return the correct value
+ https://bugs.webkit.org/show_bug.cgi?id=53037
+
+ * fast/css/counters/deep-before-expected.txt: Added.
+ * fast/css/counters/deep-before.html: Added.
+ This tests whether DumpRenderTree properly retrieves counters and
+ whether counters are properly set when the before pseudo element's
+ renderer is not a direct child of the generating element's renderer.
+
+2011-02-01 Dimitri Glazkov <dglazkov@chromium.org>
+
+ Added more flakiness expectations from bots.
+
+ * platform/chromium/test_expectations.txt: Another one bites or doesn't bite the dust.
+
+2011-02-01 Dimitri Glazkov <dglazkov@chromium.org>
+
+ https://bugs.webkit.org/show_bug.cgi?id=53516
+ Test introduced in r77262 is crashing.
+
+ * platform/chromium/test_expectations.txt: Added expectation to crash
+ while the fix is worked on.
+
+2011-02-01 Xiaomei Ji <xji@chromium.org>
+
+ Reviewed by David Hyatt.
+
+ Fix a text rendering problem when enclosing block is RTL and text runs
+ are in different directionality.
+ https://bugs.webkit.org/show_bug.cgi?id=34176
+
+ The problem happens in the following example scenario (ABC represents
+ Hebrew characters):
+ <div dir=rtl>this is a <span><span>test <span>ABC</span></span></span></div>
+
+ The line consists of 3 text runs -- TextRun1 TextRun2 TextRun3. In which
+ TextRun1 and TextRun2's bidi level are 2, and TextRun3's bidi level is 1.
+ TextRun2 and TextRun3's least common ancestor is not a sibling of TextRun1.
+
+ The visual bidi run order of the text runs is TextRun3 TextRun1 TextRun2.
+
+ Inside RenderBlock::constructLine(), when RenderBlock::createLineBoxes()
+ creates InlineFlowBox for TextRun2, it should check an InlineFlowBox for
+ the run's render object's ancestor (not only its parent) has already
+ been constructed or has something following it on the line, in which
+ case, create a new box for TextRun2 instead of sharing the same box with
+ TextRun3.
+
+ In other words, the following 2 div should render the same results
+ (ABC represents Hebrew characters).
+ <div dir=rtl>this is a <span><span>test <span>ABC</span></span></span></div>
+ <div dir=rtl>this is a <span>Test <span>ABC</span></span></div>
+
+ * fast/dom/34176.html: Added.
+ * platform/mac/fast/dom/34176-expected.checksum: Added.
+ * platform/mac/fast/dom/34176-expected.png: Added.
+ * platform/mac/fast/dom/34176-expected.txt: Added.
+
+2011-02-01 Mihai Parparita <mihaip@chromium.org>
+
+ Unreviewed. Include actual values in fast/canvas/webgl/gl-teximage.html
+ (removed by r77129) in the case of failure.
+
+ * fast/canvas/webgl/gl-teximage.html:
+
+2011-01-31 Abhishek Arya <inferno@chromium.org>
+
+ Reviewed by Dan Bernstein.
+
+ Tests that a removed svg style element is not accessed again in document's
+ style recalc code and does not result in crash.
+ https://bugs.webkit.org/show_bug.cgi?id=53441
+
+ * fast/css/stylesheet-candidate-nodes-crash-expected.txt: Added.
+ * fast/css/stylesheet-candidate-nodes-crash.xhtml: Added.
+
+2011-02-01 Dimitri Glazkov <dglazkov@chromium.org>
+
+ More flakiness updates.
+
+ * platform/chromium/test_expectations.txt: Moar flakiness recorded.
+
+2011-02-01 Dimitri Glazkov <dglazkov@chromium.org>
+
+ Updated flaky test expectations according to build bot results.
+
+ * platform/chromium/test_expectations.txt: Flakiness recorded.
+
+2011-02-01 Csaba Osztrogonác <ossy@webkit.org>
+
+ Unreviewed.
+
+ fast/loader/onload-policy-ignore-for-frame.html fails on Qt bot
+ https://bugs.webkit.org/show_bug.cgi?id=53490
+
+ Add Qt specific expected result.
+
+ * platform/qt/fast/loader/onload-policy-ignore-for-frame-expected.txt: Copied from LayoutTests/fast/loader/onload-policy-ignore-for-frame-expected.txt.
+
+2011-02-01 Yury Semikhatsky <yurys@chromium.org>
+
+ Unreviewed. Rollout r77230 which caused many layout tests
+ crashes on Chromium Debug bots.
+
+ Async event handlers should not fire within a modal dialog
+ https://bugs.webkit.org/show_bug.cgi?id=53202
+
+ * fast/events/scroll-event-during-modal-dialog-expected.txt: Removed.
+ * fast/events/scroll-event-during-modal-dialog.html: Removed.
+
+2011-02-01 Mihai Parparita <mihaip@chromium.org>
+
+ Reviewed by James Robinson.
+
+ Async event handlers should not fire within a modal dialog
+ https://bugs.webkit.org/show_bug.cgi?id=53202
+
+ Add tests for a scroll event triggered right before a modal dialog is
+ shown.
+
+ * fast/events/scroll-event-during-modal-dialog-expected.txt: Added.
+ * fast/events/scroll-event-during-modal-dialog.html: Added.
+
+2011-02-01 Kent Tamura <tkent@chromium.org>
+
+ Reviewed by Dan Bernstein.
+
+ REGRESSION (r65062): Safari loops forever under WebCore::plainTextToMallocAllocatedBuffer()
+ https://bugs.webkit.org/show_bug.cgi?id=53272
+
+ * fast/dom/inner-text-first-letter.html:
+ - Add a new test case reproducing the bug.
+ - Remove unnecessary text output.
+ * fast/dom/inner-text-first-letter-expected.txt:
+
+2011-01-31 Ryosuke Niwa <rniwa@webkit.org>
+
+ Unreviewed Chromium test expectation updates.
+
+ Removed media/controls-strict.html and svg/custom/clip-path-referencing-use2.svg (Mac)
+ since it has been passing since r77171 and r77172-r77173 respectively.
+
+ Also removed http/tests/media/reload-after-dialog.html because it has been passing for a while.
+
+ * platform/chromium/test_expectations.txt:
+
+2011-01-31 Ryosuke Niwa <rniwa@webkit.org>
+
+ Unreviewed Chromium GPU test expectation update.
+
+ * platform/chromium-gpu/test_expectations.txt:
+
+2011-01-31 Emil A Eklund <eae@chromium.org>
+
+ Reviewed by Darin Adler.
+
+ Setting "selected" attribute to false should have no effect in single line <select>
+ https://bugs.webkit.org/show_bug.cgi?id=52436
+
+ Add test for changing the selection in a one-line select element using\
+ the option.selected property.
+
+ * fast/dom/HTMLSelectElement/selected-false-expected.txt: Added.
+ * fast/dom/HTMLSelectElement/selected-false.html: Added.
+
+2011-01-31 Ryosuke Niwa <rniwa@webkit.org>
+
+ Unreviewed Chromium rebaselines for r77173.
+
+ * platform/chromium-mac/fast/text/justify-ideograph-complex-expected.checksum:
+ * platform/chromium-mac/fast/text/justify-ideograph-complex-expected.png:
+ * platform/chromium-mac/fast/text/justify-ideograph-simple-expected.checksum:
+ * platform/chromium-mac/fast/text/justify-ideograph-simple-expected.png:
+ * platform/chromium-mac/fast/text/justify-ideograph-vertical-expected.checksum:
+ * platform/chromium-mac/fast/text/justify-ideograph-vertical-expected.png:
+
+2011-01-31 Krithigassree Sambamurthy <krithigassree.sambamurthy@nokia.com>
+
+ Reviewed by David Hyatt.
+
+ Add background-clip to background shorthand
+ https://bugs.webkit.org/show_bug.cgi?id=52080
+
+ Added test cases to check whether webkitMaskClip is correctly set when
+ declared as a shorthand.
+
+ * fast/backgrounds/multiple-backgrounds-computed-style-expected.txt:
+ * fast/backgrounds/script-tests/multiple-backgrounds-computed-style.js:
+
+ Added test cases to check whether background-clip is set correctly when
+ declared as a shorthand.
+
+ * fast/css/background-clip-text-expected.txt:
+ * fast/css/script-tests/background-clip-text.js:
+ (test):
+
+2011-01-31 Dan Bernstein <mitz@apple.com>
+
+ Reviewed by Adele Peterson.
+
+ Inter-ideograph justification should apply to hiragana and katakana as well
+ https://bugs.webkit.org/show_bug.cgi?id=53464
+
+ * platform/mac/fast/text/justify-ideograph-complex-expected.checksum:
+ * platform/mac/fast/text/justify-ideograph-complex-expected.png:
+ * platform/mac/fast/text/justify-ideograph-simple-expected.checksum:
+ * platform/mac/fast/text/justify-ideograph-simple-expected.png:
+ * platform/mac/fast/text/justify-ideograph-vertical-expected.checksum:
+ * platform/mac/fast/text/justify-ideograph-vertical-expected.png:
+
+2011-01-31 Ryosuke Niwa <rniwa@webkit.org>
+
+ Unreviewed Chromium test expectation update.
+
+ * platform/chromium/test_expectations.txt:
+
+2011-01-31 Oliver Hunt <oliver@apple.com>
+
+ Reviewed by Sam Weinig.
+
+ Bogus callframe during stack unwinding
+ https://bugs.webkit.org/show_bug.cgi?id=53454
+
+ Add test
+
+ * fast/js/invalid-callframe-during-unwind-expected.txt: Added.
+ * fast/js/invalid-callframe-during-unwind.html: Added.
+ * fast/js/script-tests/invalid-callframe-during-unwind.js: Added.
+ (testUnwind):
+
+2011-01-31 Scott Cameron <sccameron@rim.com>
+
+ Reviewed by Daniel Bates.
+
+ update run-webkit-httpd to be able to launch Apache2.2 in a MSYS environment
+ https://bugs.webkit.org/show_bug.cgi?id=50036
+
+ This will add an Apache2.2 configuration file and modifies scripts to allow
+ running an httpd server in an MSYS environment.
+
+ The default Apache2.2 installation path has been preserved and PHP5 modules disabled
+ in order to allow for simple installation/execution. Simply install the latest
+ Apache2.2 version with OpenSSL from http://httpd.apache.org/download.cgi#apache22 to
+ be able to execute run-webkit-httpd.
+
+
+ * http/conf/apache2-msys-httpd.conf: Added.
+
+2011-01-31 Ryosuke Niwa <rniwa@webkit.org>
+
+ Unreviewed Chromium Mac rebaselines for r77153; also rebaseline Kusa-Makura-background-canvas.html
+
+ * platform/chromium-mac/fast/blockflow/Kusa-Makura-background-canvas-expected.checksum: Added.
+ * platform/chromium-mac/fast/blockflow/Kusa-Makura-background-canvas-expected.png: Added.
+ * platform/chromium-mac/fast/text/international/text-combine-image-test-expected.checksum: Added.
+ * platform/chromium-mac/fast/text/international/text-combine-image-test-expected.png: Added.
+ * platform/chromium/test_expectations.txt:
+
+2011-01-31 Ryosuke Niwa <rniwa@webkit.org>
+
+ Unreviewed Chromium test expectation update.
+
+ * platform/chromium/test_expectations.txt:
+
+2011-01-31 Alejandro G. Castro <alex@igalia.com>
+
+ Unreviewed added new expected results for GTK+.
+
+ * platform/gtk/fast/box-shadow/box-shadow-radius-expected.txt: Added.
+ * platform/gtk/fast/box-shadow/box-shadow-transformed-expected.txt: Added.
+ * platform/gtk/fast/box-shadow/inset-box-shadow-radius-expected.txt: Added.
+ * platform/gtk/fast/box-shadow/inset-with-extraordinary-radii-and-border-expected.txt: Added.
+ * platform/gtk/fast/repaint/gradients-em-stops-repaint-expected.txt: Added.
+ * platform/gtk/fast/repaint/select-option-background-color-expected.txt: Added.
+
+2011-01-31 Chang Shu <chang.shu@nokia.com>
+
+ Reviewed by Ryosuke Niwa.
+
+ Convert the test case to dumpAsText test so the expected result is cross-platform.
+ https://bugs.webkit.org/show_bug.cgi?id=53437
+
+ * editing/deleting/5168598-expected.txt: Added.
+ * editing/deleting/5168598.html:
+ * platform/chromium-linux/editing/deleting/5168598-expected.checksum: Removed.
+ * platform/chromium-linux/editing/deleting/5168598-expected.png: Removed.
+ * platform/chromium-win/editing/deleting/5168598-expected.checksum: Removed.
+ * platform/chromium-win/editing/deleting/5168598-expected.png: Removed.
+ * platform/chromium-win/editing/deleting/5168598-expected.txt: Removed.
+ * platform/mac-leopard/editing/deleting/5168598-expected.checksum: Removed.
+ * platform/mac-leopard/editing/deleting/5168598-expected.png: Removed.
+ * platform/mac/editing/deleting/5168598-expected.checksum: Removed.
+ * platform/mac/editing/deleting/5168598-expected.png: Removed.
+ * platform/mac/editing/deleting/5168598-expected.txt: Removed.
+ * platform/qt/editing/deleting/5168598-expected.checksum: Removed.
+ * platform/qt/editing/deleting/5168598-expected.png: Removed.
+ * platform/qt/editing/deleting/5168598-expected.txt: Removed.
+
+2011-01-31 takano takumi <takano@apple.com>
+
+ Reviewed by Dave Hyatt.
+
+ Implement text-combine rendering code
+ https://bugs.webkit.org/show_bug.cgi?id=50621
+
+ * fast/text/international/text-combine-image-test.html: Added.
+ * platform/mac/fast/text/international/text-combine-image-test-expected.checksum: Added.
+ * platform/mac/fast/text/international/text-combine-image-test-expected.png: Added.
+ * platform/mac/fast/text/international/text-combine-image-test-expected.txt: Added.
+
+2011-01-31 Jessie Berlin <jberlin@apple.com>
+
+ [Windows 7 Release Tests] fast/forms/select-writing-direction-natural.html failing since r77046
+ https://bugs.webkit.org/show_bug.cgi?id=53443
+
+ Checking in failing expected results for Windows to get the bots green. Ureviewed.
+
+ * platform/win/fast/forms/select-writing-direction-natural-expected.txt: Added.
+
+2011-01-31 Ryosuke Niwa <rniwa@webkit.org>
+
+ Another unreviewed Chromium test expectation update.
+
+ * platform/chromium/test_expectations.txt:
+
+2011-01-31 Ryosuke Niwa <rniwa@webkit.org>
+
+ Unreviewed Chromium test expectation update.
+
+ * platform/chromium/test_expectations.txt:
+
+2011-01-31 Tony Chang <tony@chromium.org>
+
+ Unreviewed, update chromium mac layout test results after r77138.
+ fast/blockflow/Kusa-Makura-background-canvas.html and fast/multicol/vertical-rl/float-paginate-complex.html
+ match upstream text results now.
+
+ * platform/chromium/test_expectations.txt:
+
+2011-01-31 Abhishek Arya <inferno@chromium.org>
+
+ Reviewed by Dimitri Glazkov.
+
+ Tests that we do not crash when destructing textarea renderer when its
+ node is already removed from document.
+ https://bugs.webkit.org/show_bug.cgi?id=53429
+
+ * fast/forms/textarea-node-removed-from-document-crash-expected.txt: Added.
+ * fast/forms/textarea-node-removed-from-document-crash.html: Added.
+
+2011-01-31 Dan Bernstein <mitz@apple.com>
+
+ Remove expected results in mac-wk2 and win that are equal to the mac results after r77138.
+
+ * platform/mac-wk2/fast/blockflow/Kusa-Makura-background-canvas-expected.txt: Removed.
+ * platform/mac-wk2/fast/multicol/vertical-rl/column-break-with-balancing-expected.txt: Removed.
+ * platform/mac-wk2/fast/multicol/vertical-rl/float-paginate-complex-expected.txt: Removed.
+ * platform/win/fast/block/basic/truncation-rtl-expected.txt: Removed.
+ * platform/win/fast/multicol/vertical-rl/column-break-with-balancing-expected.txt: Removed.
+ * platform/win/fast/multicol/vertical-rl/float-paginate-complex-expected.txt: Removed.
+
+2011-01-31 Cris Neckar <cdn@chromium.org>
+
+ Reviewed by Eric Seidel.
+
+ Tests for crash when cloning elements that reference counter nodes.
+ https://bugs.webkit.org/show_bug.cgi?id=53344
+
+ * http/tests/css/counter-crash-expected.txt: Added.
+ * http/tests/css/counter-crash.html: Added.
+ * http/tests/css/resources/counter-crash-frame-src.html: Added.
+
+2011-01-27 Abhishek Arya <inferno@chromium.org>
+
+ Reviewed by Dave Hyatt.
+
+ Tests that we do not crash when adding a child in a table
+ where the before child is not a table section.
+ https://bugs.webkit.org/show_bug.cgi?id=53276
+
+ * fast/table/before-child-non-table-section-add-table-crash-expected.txt: Added.
+ * fast/table/before-child-non-table-section-add-table-crash.html: Added.
+
+2011-01-31 Tony Chang <tony@chromium.org>
+
+ Reviewed by Eric Seidel.
+
+ mac DRT should report RTL scroll offset relative to top right corner
+ https://bugs.webkit.org/show_bug.cgi?id=53324
+
+ Remove scroll offsets since these are at the origin.
+
+ * platform/mac/fast/block/basic/truncation-rtl-expected.txt:
+ * platform/mac/fast/blockflow/Kusa-Makura-background-canvas-expected.txt:
+ * platform/mac/fast/multicol/vertical-rl/column-break-with-balancing-expected.txt:
+ * platform/mac/fast/multicol/vertical-rl/float-paginate-complex-expected.txt:
+
+2011-01-31 Yury Semikhatsky <yurys@chromium.org>
+
+ Unreviewed. Mark some tests as having wrong image results on Mac.
+
+ * platform/chromium/test_expectations.txt:
+
+2011-01-31 Mads Ager <ager@chromium.org>
+
+ Reviewed by Pavel Feldman.
+
+ [V8] Update V8 specific layout test expectations
+ https://bugs.webkit.org/show_bug.cgi?id=53423
+
+ Error formatting has changed in V8. Updating chromium specific
+ layout test expectations accordingly.
+
+ * platform/chromium-mac/fast/js/array-every-expected.txt:
+ * platform/chromium-mac/fast/js/instance-of-immediates-expected.txt:
+ * platform/chromium-mac/fast/js/property-getters-and-setters-expected.txt:
+ * platform/chromium-mac/storage/transaction-error-callback-expected.txt:
+ * platform/chromium-mac/svg/dom/svgpath-out-of-bounds-getPathSeg-expected.txt:
+ * platform/chromium-win/fast/js/array-every-expected.txt:
+ * platform/chromium-win/fast/js/instance-of-immediates-expected.txt:
+ * platform/chromium-win/fast/js/property-getters-and-setters-expected.txt:
+ * platform/chromium-win/storage/transaction-error-callback-expected.txt:
+ * platform/chromium-win/svg/dom/svgpath-out-of-bounds-getPathSeg-expected.txt:
+
+2011-01-31 Alejandro G. Castro <alex@igalia.com>
+
+ Unreviewed skipped favicon-as-image.html test, it is flaky and it
+ was unskipped after r76555.
+
+ * platform/gtk/Skipped:
+
+2011-01-31 Simon Fraser <simon.fraser@apple.com>
+
+ Update a pixel resuls after r77101.
+
+ * platform/mac/fast/css/color-correction-on-box-shadow-expected.checksum:
+ * platform/mac/fast/css/color-correction-on-box-shadow-expected.png:
+
+2011-01-31 Yury Semikhatsky <yurys@chromium.org>
+
+ Unreviewed. Update Chromium test expectations.
+
+ * platform/chromium-mac/fast/css/color-correction-on-box-shadow-expected.checksum: Added.
+ * platform/chromium-mac/fast/css/color-correction-on-box-shadow-expected.png: Added.
+ * platform/chromium-mac/fast/transforms/shadows-expected.checksum:
+ * platform/chromium-mac/fast/transforms/shadows-expected.png:
+
+2011-01-31 Kenneth Russell <kbr@google.com>
+
+ Unreviewed, test and expectations update. Stop reporting the precise
+ pixel value for tests that are supposed to be within a certain range.
+ Remove now-unneeded Chromium expectations.
+
+ * fast/canvas/webgl/gl-teximage-expected.txt:
+ * fast/canvas/webgl/gl-teximage.html:
+ * platform/chromium-linux/fast/canvas/webgl/gl-teximage-expected.txt: Removed.
+ * platform/chromium-mac/fast/canvas/webgl/gl-teximage-expected.txt: Removed.
+ * platform/chromium-win/fast/canvas/webgl/gl-teximage-expected.txt: Removed.
+
+2011-01-31 Yury Semikhatsky <yurys@chromium.org>
+
+ Unreviewed. Update Chromium test expectations.
+
+ * platform/chromium-mac/fast/blockflow/box-shadow-horizontal-bt-expected.checksum: Added.
+ * platform/chromium-mac/fast/blockflow/box-shadow-horizontal-bt-expected.png: Added.
+ * platform/chromium-mac/fast/blockflow/box-shadow-vertical-lr-expected.checksum: Added.
+ * platform/chromium-mac/fast/blockflow/box-shadow-vertical-lr-expected.png: Added.
+ * platform/chromium-mac/fast/blockflow/box-shadow-vertical-rl-expected.checksum: Added.
+ * platform/chromium-mac/fast/blockflow/box-shadow-vertical-rl-expected.png: Added.
+ * platform/chromium-mac/fast/borders/border-radius-split-inline-expected.checksum: Added.
+ * platform/chromium-mac/fast/borders/border-radius-split-inline-expected.png: Added.
+ * platform/chromium-mac/fast/box-shadow/box-shadow-transformed-expected.checksum: Added.
+ * platform/chromium-mac/fast/box-shadow/box-shadow-transformed-expected.png: Added.
+ * platform/chromium-mac/fast/repaint/box-shadow-h-expected.checksum:
+ * platform/chromium-mac/fast/repaint/box-shadow-h-expected.png:
+ * platform/chromium-mac/fast/repaint/box-shadow-v-expected.checksum: Added.
+ * platform/chromium-mac/fast/repaint/box-shadow-v-expected.png: Added.
+ * platform/chromium-mac/fast/repaint/gradients-em-stops-repaint-expected.checksum: Added.
+ * platform/chromium-mac/fast/repaint/gradients-em-stops-repaint-expected.png: Added.
+ * platform/chromium-mac/fast/repaint/shadow-multiple-strict-horizontal-expected.checksum: Removed.
+ * platform/chromium-mac/fast/repaint/shadow-multiple-strict-horizontal-expected.png: Removed.
+ * platform/chromium-mac/fast/repaint/shadow-multiple-strict-vertical-expected.checksum: Removed.
+ * platform/chromium-mac/fast/repaint/shadow-multiple-strict-vertical-expected.png: Removed.
+ * platform/chromium-mac/fast/transforms/shadows-expected.checksum: Added.
+ * platform/chromium-mac/fast/transforms/shadows-expected.png: Added.
+
+2011-01-31 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
+
+ Reviewed by Xan Lopez.
+
+ [GTK] REGRESSION: http/tests/media/video-{cookie,referer}.html failing
+ https://bugs.webkit.org/show_bug.cgi?id=53379
+
+ Unskip tests that pass again.
+
+ * platform/gtk/Skipped:
+
+2011-01-31 Yury Semikhatsky <yurys@chromium.org>
+
+ Unreviewed. Update Chromium test expectations after r77108
+
+ * platform/chromium-linux/fast/canvas/webgl/gl-teximage-expected.txt: Added.
+ * platform/chromium-mac/fast/canvas/webgl/gl-teximage-expected.txt: Added.
+ * platform/chromium-win/fast/canvas/webgl/gl-teximage-expected.txt: Added.
+
+2011-01-31 Yury Semikhatsky <yurys@chromium.org>
+
+ Unreviewed. Update Chromium test expectations after r77101
+
+ * platform/chromium-linux/fast/box-shadow/box-shadow-transformed-expected.checksum: Added.
+ * platform/chromium-linux/fast/box-shadow/box-shadow-transformed-expected.png: Added.
+ * platform/chromium-linux/fast/box-shadow/inset-with-extraordinary-radii-and-border-expected.checksum: Added.
+ * platform/chromium-linux/fast/box-shadow/inset-with-extraordinary-radii-and-border-expected.png: Added.
+ * platform/chromium-win/fast/box-shadow/box-shadow-radius-expected.checksum: Added.
+ * platform/chromium-win/fast/box-shadow/box-shadow-radius-expected.png: Added.
+ * platform/chromium-win/fast/box-shadow/box-shadow-radius-expected.txt: Added.
+ * platform/chromium-win/fast/box-shadow/box-shadow-transformed-expected.checksum: Added.
+ * platform/chromium-win/fast/box-shadow/box-shadow-transformed-expected.png: Added.
+ * platform/chromium-win/fast/box-shadow/box-shadow-transformed-expected.txt: Added.
+ * platform/chromium-win/fast/box-shadow/inset-box-shadow-radius-expected.checksum: Added.
+ * platform/chromium-win/fast/box-shadow/inset-box-shadow-radius-expected.png: Added.
+ * platform/chromium-win/fast/box-shadow/inset-box-shadow-radius-expected.txt: Added.
+ * platform/chromium-win/fast/box-shadow/inset-with-extraordinary-radii-and-border-expected.checksum: Added.
+ * platform/chromium-win/fast/box-shadow/inset-with-extraordinary-radii-and-border-expected.png: Added.
+ * platform/chromium-win/fast/repaint/gradients-em-stops-repaint-expected.txt: Added.
+
+2011-01-30 Kenichi Ishibashi <bashi@google.com>
+
+ Reviewed by Kent Tamura.
+
+ Dangling form associated elements should not be registered on the document
+ https://bugs.webkit.org/show_bug.cgi?id=53223
+
+ Adds a test that ensures dangling form associated elements are not
+ registered on the document.
+
+ * fast/forms/dangling-form-element-crash-expected.txt: Added.
+ * fast/forms/dangling-form-element-crash.html: Added.
+
+2011-01-30 Simon Fraser <simon.fraser@apple.com>
+
+ Reviewed by Sam Weinig.
+
+ Enhance ShadowBlur to render inset box shadows
+ https://bugs.webkit.org/show_bug.cgi?id=51567
+
+ New test for inset shadow radius, and pixel results updated on tests
+ whose results are affected by using ShadowBlur rather than CG.
+
+ * fast/box-shadow/inset-box-shadow-radius.html: Added.
+ * platform/mac/fast/box-shadow/inset-box-shadow-radius-expected.checksum: Added.
+ * platform/mac/fast/box-shadow/inset-box-shadow-radius-expected.png: Added.
+ * platform/mac/fast/box-shadow/inset-box-shadow-radius-expected.txt: Added.
+ * platform/mac/fast/box-shadow/inset-expected.checksum:
+ * platform/mac/fast/box-shadow/inset-expected.png:
+ * platform/mac/fast/css/shadow-multiple-expected.checksum:
+ * platform/mac/fast/css/shadow-multiple-expected.png:
+
+2011-01-28 Kenneth Russell <kbr@google.com>
+
+ Reviewed by Chris Marrin.
+
+ WebGL shows PNG Textures with indexed colors too dark
+ https://bugs.webkit.org/show_bug.cgi?id=47477
+
+ Added test case for upload of indexed PNG images to
+ gl-teximage.html in the Khronos WebGL conformance tests.
+ Synchronized this test with the Khronos repository.
+
+ * fast/canvas/webgl/gl-teximage-expected.txt:
+ * fast/canvas/webgl/gl-teximage.html:
+ * fast/canvas/webgl/resources/red-indexed.png: Added.
+
+2011-01-23 MORITA Hajime <morrita@google.com>
+
+ Reviewed by Eric Seidel.
+
+ REGRESSION: Inset shadow with too large border radius misses rounded corner.
+ https://bugs.webkit.org/show_bug.cgi?id=52800
+
+ * fast/box-shadow/inset-with-extraordinary-radii-and-border.html: Added.
+ * platform/mac/fast/box-shadow/inset-with-extraordinary-radii-and-border-expected.checksum: Added.
+ * platform/mac/fast/box-shadow/inset-with-extraordinary-radii-and-border-expected.png: Added.
+ * platform/mac/fast/box-shadow/inset-with-extraordinary-radii-and-border-expected.txt: Added.
+
+2011-01-30 Simon Fraser <simon.fraser@apple.com>
+
+ Reviewed by Dan Bernstein.
+
+ -webkit-box-shadow causes awful scroll/resize/redraw performance
+ https://bugs.webkit.org/show_bug.cgi?id=22102
+
+ Update pixel results for slightly different shadow rendering, and change
+ in appearane of shadows on transformed elements.
+
+ * fast/box-shadow/box-shadow-transformed.html: Added.
+ * platform/gtk/fast/css/box-shadow-expected.checksum: Removed.
+ * platform/gtk/fast/css/box-shadow-expected.png: Removed.
+ * platform/gtk/fast/css/box-shadow-expected.txt: Removed.
+ * platform/mac/compositing/shadows/shadow-drawing-expected.checksum:
+ * platform/mac/compositing/shadows/shadow-drawing-expected.png:
+ * platform/mac/fast/borders/border-image-rotate-transform-expected.checksum:
+ * platform/mac/fast/borders/border-image-rotate-transform-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: Added.
+ * platform/mac/fast/box-shadow/box-shadow-radius-expected.png: Added.
+ * platform/mac/fast/box-shadow/box-shadow-radius-expected.txt: Added.
+ * platform/mac/fast/box-shadow/box-shadow-transformed-expected.checksum: Added.
+ * platform/mac/fast/box-shadow/box-shadow-transformed-expected.png: Added.
+ * platform/mac/fast/box-shadow/box-shadow-transformed-expected.txt: Added.
+ * platform/mac/fast/css/box-shadow-expected.checksum: Removed.
+ * platform/mac/fast/css/box-shadow-expected.png: Removed.
+ * platform/mac/fast/css/box-shadow-expected.txt: Removed.
+ * 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:
+
+2011-01-29 Simon Fraser <simon.fraser@apple.com>
+
+ Reviewed by Dan Bernstein.
+
+ CSS3 gradients with em-based stops fail to repaint when font size changes
+ https://bugs.webkit.org/show_bug.cgi?id=51845
+
+ Test repaint of a gradient with 'em' stops when the font size changes.
+
+ * fast/repaint/gradients-em-stops-repaint.html: Added.
+ * platform/mac/fast/repaint/gradients-em-stops-repaint-expected.checksum: Added.
+ * platform/mac/fast/repaint/gradients-em-stops-repaint-expected.png: Added.
+ * platform/mac/fast/repaint/gradients-em-stops-repaint-expected.txt: Added.
+
+2011-01-29 Maciej Stachowiak <mjs@apple.com>
+
+ Unreviewed fix for last commit.
+
+ Remove stray slash in previous commit.
+
+ * platform/mac-wk2/Skipped:
+
+2011-01-29 Maciej Stachowiak <mjs@apple.com>
+
+ Reviewed by Daniel Bates.
+
+ Skip a test that uses unimplemented DRT API
+ https://bugs.webkit.org/show_bug.cgi?id=53381
+
+ * platform/mac-wk2/Skipped:
+
+2011-01-29 Gustavo Noronha Silva <gns@gnome.org>
+
+ [GTK] REGRESSION: http/tests/media/video-{cookie,referer}.html failing
+ https://bugs.webkit.org/show_bug.cgi?id=53379
+
+ Skip tests failing likely by the usage of a newer version of soup.
+
+ * platform/gtk/Skipped:
+
+2011-01-29 Ryosuke Niwa <rniwa@webkit.org>
+
+ Unreviewed Chromium rebaselines.
+
+ * platform/chromium-linux/fast/block/positioning/001-expected.checksum: Added.
+ * platform/chromium-linux/fast/block/positioning/001-expected.png: Added.
+ * platform/chromium-linux/svg/clip-path/clip-in-mask-objectBoundingBox-expected.checksum: Added.
+ * platform/chromium-linux/svg/clip-path/clip-in-mask-objectBoundingBox-expected.png: Added.
+ * platform/chromium-linux/svg/clip-path/clip-in-mask-userSpaceOnUse-expected.checksum: Added.
+ * platform/chromium-linux/svg/clip-path/clip-in-mask-userSpaceOnUse-expected.png: Added.
+ * platform/chromium-win/svg/clip-path/clip-in-mask-objectBoundingBox-expected.checksum: Added.
+ * platform/chromium-win/svg/clip-path/clip-in-mask-objectBoundingBox-expected.png: Added.
+ * platform/chromium-win/svg/clip-path/clip-in-mask-userSpaceOnUse-expected.checksum: Added.
+ * platform/chromium-win/svg/clip-path/clip-in-mask-userSpaceOnUse-expected.png: Added.
+ * platform/chromium-win/svg/custom/missing-xlink-expected.txt:
+ * platform/chromium/test_expectations.txt:
+
+2011-01-29 Ryosuke Niwa <rniwa@webkit.org>
+
+ Unreviewed Chromium test expectation update; removed http/tests/appcache/online-whitelist.html
+ from the test expectation, because it has been passing on Chromium Windows.
+
+ * platform/chromium/test_expectations.txt:
+
+2011-01-29 Ryosuke Niwa <rniwa@webkit.org>
+
+ Unreviewed Chromium test expectation update.
+
+ * platform/chromium/test_expectations.txt:
+
+2011-01-29 Ryosuke Niwa <rniwa@webkit.org>
+
+ Unreviewed rebaselines and test expectation updates for Chromium Linux.
+
+ * platform/chromium-linux/fast/forms/select-dirty-parent-pref-widths-expected.checksum: Added.
+ * platform/chromium-linux/fast/forms/select-dirty-parent-pref-widths-expected.png: Added.
+ * platform/chromium-linux/fast/forms/select-dirty-parent-pref-widths-expected.txt: Added.
+ * platform/chromium/test_expectations.txt:
+
+2011-01-28 Johnny Ding <jnd@chromium.org>
+
+ Reviewed by Adam Barth.
+
+ Gesture API, disallow popup bypass with using iframe src.
+ https://bugs.webkit.org/show_bug.cgi?id=53244
+
+ * fast/events/popup-blocked-from-iframe-src-expected.txt: Added.
+ * fast/events/popup-blocked-from-iframe-src.html: Added.
+
+2011-01-28 Ryosuke Niwa <rniwa@webkit.org>
+
+ Unreviewed; removed Chromium test expectations for tests that have been steadily passing.
+
+ In particular, many ietestcenter tests have been passing since V8 is updated to
+ version 3.0.12 in Chromium r72940.
+
+ * platform/chromium/test_expectations.txt:
+
+2011-01-28 Dan Bernstein <mitz@apple.com>
+
+ Rubber-stamped by Maciej Stachowiak.
+
+ Updated test results after r76983.
+
+ * platform/mac-leopard/fast/forms/select-writing-direction-natural-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-writing-direction-natural-expected.txt.
+ * platform/mac-leopard/fast/text/international/bidi-menulist-expected.txt: Copied from LayoutTests/platform/mac/fast/text/international/bidi-menulist-expected.txt.
+ * platform/mac/fast/forms/select-writing-direction-natural-expected.checksum:
+ * platform/mac/fast/forms/select-writing-direction-natural-expected.png:
+ * platform/mac/fast/forms/select-writing-direction-natural-expected.txt:
+ * platform/mac/fast/text/international/bidi-menulist-expected.checksum:
+ * platform/mac/fast/text/international/bidi-menulist-expected.png:
+ * platform/mac/fast/text/international/bidi-menulist-expected.txt:
+
+2011-01-28 Maciej Stachowiak <mjs@apple.com>
+
+ Reviewed by Darin Adler.
+
+ WebKitTestRunner needs layoutTestController.setPOSIXLocale
+ https://bugs.webkit.org/show_bug.cgi?id=42682
+
+ * platform/mac-wk2/Skipped:
+
+2011-01-28 Ryosuke Niwa <rniwa@webkit.org>
+
+ Unreviewed; Fixed Chromium test expectation.
+
+ * platform/chromium/test_expectations.txt:
+
+2011-01-28 Jessie Berlin <jberlin@apple.com>
+
+ [Windows 7 Release Tests] fast/repaint/select-option-background-color.html failing since
+ introduction in r76826.
+ https://bugs.webkit.org/show_bug.cgi?id=53327
+
+ Add the pixel-test results missing from http://trac.webkit.org/changeset/76976. Unreviewed.
+
+ * platform/win/fast/repaint/select-option-background-color-expected.checksum: Added.
+ * platform/win/fast/repaint/select-option-background-color-expected.png: Added.
+
+2011-01-28 Ryosuke Niwa <rniwa@webkit.org>
+
+ Unreviewed Chromium test expectation update.
+
+ * platform/chromium/test_expectations.txt:
+
+2011-01-28 Tony Chang <tony@chromium.org>
+
+ Unreviewed, a chromium win/linux rebaseline. The mac result was
+ rebaselined in r76735.
+
+ * platform/chromium-linux/fast/overflow/overflow-rtl-vertical-expected.checksum:
+ * platform/chromium-linux/fast/overflow/overflow-rtl-vertical-expected.png:
+ * platform/chromium-win/fast/overflow/overflow-rtl-vertical-expected.checksum:
+ * platform/chromium-win/fast/overflow/overflow-rtl-vertical-expected.png:
+ * platform/chromium-win/fast/overflow/overflow-rtl-vertical-expected.txt:
+ * platform/chromium/test_expectations.txt:
+
+2011-01-28 Justin Schuh <jschuh@chromium.org>
+
+ Reviewed by Eric Seidel.
+
+ We should hold RefPtrs to SVG font faces
+ https://bugs.webkit.org/show_bug.cgi?id=53270
+
+ * svg/custom/use-multiple-on-nested-disallowed-font-expected.txt: Added.
+ * svg/custom/use-multiple-on-nested-disallowed-font.html: Added.
+
+2011-01-28 Zhenyao Mo <zmo@google.com>
+
+ Reviewed by Kenneth Russell.
+
+ uniformN*v should generate INVALID_VALUE of the array size is not a multiple of N
+ https://bugs.webkit.org/show_bug.cgi?id=53306
+
+ * fast/canvas/webgl/gl-uniform-arrays-expected.txt:
+ * fast/canvas/webgl/gl-uniform-arrays.html:
+ * fast/canvas/webgl/gl-uniformmatrix4fv-expected.txt:
+ * fast/canvas/webgl/gl-uniformmatrix4fv.html:
+
+2011-01-28 Tom Sepez <tsepez@chromium.org>
+
+ Reviewed by Eric Seidel.
+
+ NULL pointer crash in TextIterator::handleTextBox()
+ https://bugs.webkit.org/show_bug.cgi?id=53267
+
+ * fast/css/rtl-nth-child-first-letter-crash-expected.txt: Added.
+ * fast/css/rtl-nth-child-first-letter-crash.html: Added.
+
+2011-01-28 Dimitri Glazkov <dglazkov@chromium.org>
+
+ Skip webkitAudioPannerNode from the test. It's not yet implemented across
+ all ports/platforms.
+
+ * fast/dom/script-tests/prototype-inheritance.js: Skipped webkitAudioPannerNode.
+
+2011-01-28 Dimitri Glazkov <dglazkov@chromium.org>
+
+ [Chromium] Added expectations for a passing test.
+
+ * platform/chromium-mac/fast/dom/isindex-002-expected.checksum: Added.
+ * platform/chromium-mac/fast/dom/isindex-002-expected.png: Added.
+ * platform/chromium-mac/fast/dom/isindex-002-expected.txt: Removed.
+ * platform/chromium/test_expectations.txt:
+
+2011-01-28 Dimitri Glazkov <dglazkov@chromium.org>
+
+ Updated Chromium baselines for a bug that was fixed.
+ https://bugs.webkit.org/show_bug.cgi?id=45527
+
+ * platform/chromium-linux/fast/dom/replaceChild-expected.checksum:
+ * platform/chromium-linux/fast/dom/replaceChild-expected.png:
+ * platform/chromium-mac/fast/dom/replaceChild-expected.checksum: Added.
+ * platform/chromium-mac/fast/dom/replaceChild-expected.png: Added.
+ * platform/chromium-win/fast/dom/replaceChild-expected.checksum:
+ * platform/chromium-win/fast/dom/replaceChild-expected.png:
+ * platform/chromium/test_expectations.txt: Removed expectation of failure.
+
+2011-01-28 Jessie Berlin <jberlin@apple.com>
+
+ [Windows 7 Release Tests] fast/repaint/select-option-background-color.html failing since introduction in r76826
+ https://bugs.webkit.org/show_bug.cgi?id=53327
+
+ Unreviewed, adding Windows-specific results to get the Windows 7 Release Test bot green.
+
+ * platform/win/fast/repaint/select-option-background-color-expected.txt: Added.
+
+2011-01-28 Ryosuke Niwa <rniwa@webkit.org>
+
+ Unreviewed Chromium rebaselines.
+
+ Check in the same result as fast/dom/window-domurl-crash-expected.txt because Windows port
+ intentionally added a failing result in http://trac.webkit.org/changeset/76953.
+
+ The Windows port's bug is tracked by https://bugs.webkit.org/show_bug.cgi?id=53310.
+
+ * platform/chromium-win/fast/dom/window-domurl-crash-expected.txt: Added.
+
+2011-01-28 Adam Roben <aroben@apple.com>
+
+ Unskip compositing-related tests that are now fixed
+
+ Fixes <http://webkit.org/b/53302> [Windows 7 Release Tests] changesets 76853, 76856, and
+ 76858 broke ~36 animations, compositing, and transitions tests
+
+ Reviewed by Sam Weinig.
+
+ * platform/win/Skipped:
+
+2011-01-28 Jessie Berlin <jberlin@apple.com>
+
+ [Windows 7 Release Tests] fast/text/justify-ideograph-complex/simple/vertical.html failing since introduction in r76743.
+ https://bugs.webkit.org/show_bug.cgi?id=53321
+
+ Unreviewed, checking in failing expected results to get the Windows 7 Release Tests bots green.
+
+ * platform/win/fast/text/justify-ideograph-complex-expected.txt: Added.
+ * platform/win/fast/text/justify-ideograph-simple-expected.txt: Added.
+ * platform/win/fast/text/justify-ideograph-vertical-expected.txt: Added.
+
+2011-01-28 Dimitri Glazkov <dglazkov@chromium.org>
+
+ Remove now-passing test from expectations.
+
+ * platform/chromium/test_expectations.txt: Expectation of failure removed.
+
+2011-01-28 Dimitri Glazkov <dglazkov@chromium.org>
+
+ Update expectations for prototype-inheritance to match platform/mac.
+
+ * platform/chromium/fast/dom/prototype-inheritance-expected.txt: Updated.
+
+2011-01-28 Enrica Casucci <enrica@apple.com>
+
+ Reviewed by Adam Roben.
+
+ Some drag and drop tests fail since r76824
+ https://bugs.webkit.org/show_bug.cgi?id=53304
+
+ Removing platform-specific tests after fixing the cause of the failure.
+
+ * platform/win/editing/pasteboard/get-data-text-plain-paste-expected.txt: Removed.
+ * platform/win/editing/pasteboard/onpaste-text-html-expected.txt: Removed.
+ * platform/win/fast/events/drag-and-drop-dataTransfer-types-nocrash-expected.txt: Removed.
+ * platform/win/fast/events/ondrop-text-html-expected.txt: Removed.
+
+2011-01-28 Jessie Berlin <jberlin@apple.com>
+
+ Remove the Windows-specific failing results for media/audio-data-url.html, since it appears
+ to be passing on the bots now. Unreviewed.
+ https://bugs.webkit.org/show_bug.cgi?id=51518
+
+ * platform/win/media/audio-data-url-expected.txt: Removed.
+
+2011-01-28 Chang Shu <chang.shu@nokia.com>
+
+ Reviewed by Andreas Kling.
+
+ Unskipp auth.html after fix.
+ https://bugs.webkit.org/show_bug.cgi?id=36688
+
+ * platform/qt/Skipped:
+
+2011-01-28 Dimitri Glazkov <dglazkov@chromium.org>
+
+ Added newly-failing tests to expectations, will be fixing them shortly.
+ https://bugs.webkit.org/show_bug.cgi?id=53314
+
+ * platform/chromium/test_expectations.txt: Added.
+
+2011-01-28 Jessie Berlin <jberlin@apple.com>
+
+ Adding tests broken on Windows 7 Release in 76853,76856,76858 to the Skipped list to get the
+ Windows 7 Release Bot green. Unreviewed.
+ https://bugs.webkit.org/show_bug.cgi?id=53302
+
+ * platform/win/Skipped:
+
+2011-01-28 Dan Bernstein <mitz@apple.com>
+
+ Reviewed by Anders Carlsson.
+
+ Changing unicode-bidi doesn’t force layout
+ https://bugs.webkit.org/show_bug.cgi?id=53311
+
+ * fast/dynamic/unicode-bidi-expected.checksum: Added.
+ * fast/dynamic/unicode-bidi-expected.png: Added.
+ * fast/dynamic/unicode-bidi-expected.txt: Added.
+ * fast/dynamic/unicode-bidi.html: Added.
+
+2011-01-28 Jessie Berlin <jberlin@apple.com>
+
+ Add Windows expected (failing) results to get the bots green. Unreviewed.
+ https://bugs.webkit.org/show_bug.cgi?id=53310
+
+ * platform/win/fast/dom/window-domurl-crash-expected.txt: Added.
+
+2011-01-28 Jessie Berlin <jberlin@apple.com>
+
+ Check in Windows-specific expected results to get the bots green. Unreviewed.
+ https://bugs.webkit.org/show_bug.cgi?id=53307
+
+ * platform/win/fast/multicol: Added.
+ * platform/win/fast/multicol/vertical-rl: Added.
+ * platform/win/fast/multicol/vertical-rl/column-break-with-balancing-expected.txt: Added.
+ * platform/win/fast/multicol/vertical-rl/float-paginate-complex-expected.txt: Added.
+
+2011-01-28 Sheriff Bot <webkit.review.bot@gmail.com>
+
+ Unreviewed, rolling out r76942.
+ http://trac.webkit.org/changeset/76942
+ https://bugs.webkit.org/show_bug.cgi?id=53301
+
+ Unskipped tests keep failing on GTK release bots (Requested by
+ svillar on #webkit).
+
+ * platform/gtk/Skipped:
+
+2011-01-28 Jessie Berlin <jberlin@apple.com>
+
+ Add Windows expected (failing) results to get the bots green. Unreviewed.
+ https://bugs.webkit.org/show_bug.cgi?id=53304
+
+ * platform/win/editing/pasteboard/get-data-text-plain-paste-expected.txt: Added.
+ * platform/win/editing/pasteboard/onpaste-text-html-expected.txt: Added.
+ * platform/win/fast/events/drag-and-drop-dataTransfer-types-nocrash-expected.txt: Added.
+ * platform/win/fast/events/ondrop-text-html-expected.txt: Added.
+
+2011-01-27 Zhenyao Mo <zmo@google.com>
+
+ Reviewed by Kenneth Russell.
+
+ Remove _LENGTH enumerants
+ https://bugs.webkit.org/show_bug.cgi?id=53259
+
+ * fast/canvas/webgl/constants.html:
+ * fast/canvas/webgl/gl-getshadersource-expected.txt:
+ * fast/canvas/webgl/gl-getshadersource.html:
+ * fast/canvas/webgl/gl-object-get-calls-expected.txt:
+ * fast/canvas/webgl/gl-object-get-calls.html:
+
+2011-01-28 Sergio Villar Senin <svillar@igalia.com>
+
+ Unreviewed.
+
+ Unskipped some tests. They're not failing anymore.
+
+ * platform/gtk/Skipped:
+
+2011-01-27 Pavel Podivilov <podivilov@chromium.org>
+
+ Reviewed by Yury Semikhatsky.
+
+ Web Inspector: fix debugger-scripts.html (broken by r76587).
+ https://bugs.webkit.org/show_bug.cgi?id=53112
+
+ * inspector/debugger-scripts-expected.txt:
+ * inspector/debugger-scripts.html:
+ * platform/chromium/test_expectations.txt:
+
+2011-01-28 Sergio Villar Senin <svillar@igalia.com>
+
+ Unreviewed.
+
+ Adding media/video-controls-rendering.html to the Skipped list of tests.
+
+ * platform/gtk/Skipped:
+
+2011-01-27 Ryosuke Niwa <rniwa@webkit.org>
+
+ Unreviewed Chromium test expectation update.
+
+ * platform/chromium/test_expectations.txt: More media test crashes due to crbug.com/71087.
+
+2011-01-27 Maciej Stachowiak <mjs@apple.com>
+
+ Reviewed by Adam Barth.
+
+ Skip some tests that fail due to missing DRT API
+ https://bugs.webkit.org/show_bug.cgi?id=53283
+
+ * platform/mac-wk2/Skipped:
+
+2011-01-27 Abhishek Arya <inferno@chromium.org>
+
+ Reviewed by Dan Bernstein.
+
+ Tests that we do not crash when calculating the first line box
+ baseline for the table.
+ https://bugs.webkit.org/show_bug.cgi?id=53265
+
+ * fast/table/recalc-section-first-body-crash-main-expected.txt: Added.
+ * fast/table/recalc-section-first-body-crash-main.html: Added.
+ * fast/table/resources/recalc-section-first-body-crash.html: Added.
+
+2011-01-27 Ryosuke Niwa <rniwa@webkit.org>
+
+ Unreviewed, rolling out r76839.
+ http://trac.webkit.org/changeset/76839
+ https://bugs.webkit.org/show_bug.cgi?id=49744
+
+ broke pixel tests
+
+ * editing/selection/caret-painting-after-paste-undo-rtl.html: Removed.
+ * editing/selection/caret-painting-after-paste-undo.html: Removed.
+ * platform/mac/editing/deleting/5408255-expected.png:
+ * platform/mac/editing/selection/caret-painting-after-paste-undo-expected.checksum: Removed.
+ * platform/mac/editing/selection/caret-painting-after-paste-undo-expected.png: Removed.
+ * platform/mac/editing/selection/caret-painting-after-paste-undo-expected.txt: Removed.
+ * platform/mac/editing/selection/caret-painting-after-paste-undo-rtl-expected.checksum: Removed.
+ * platform/mac/editing/selection/caret-painting-after-paste-undo-rtl-expected.png: Removed.
+ * platform/mac/editing/selection/caret-painting-after-paste-undo-rtl-expected.txt: Removed.
+
+2011-01-27 Maciej Stachowiak <mjs@apple.com>
+
+ Reviewed by Darin Adler.
+
+ execCommand("Paste") doesn't work in WebKitTestRunner
+ https://bugs.webkit.org/show_bug.cgi?id=52785
+
+ Unskip paste tests, except the ones that still fail.
+
+ * platform/mac-wk2/Skipped:
+
+2011-01-27 Emil A Eklund <eae@chromium.org>
+
+ Reviewed by Darin Adler.
+
+ contentEditable formatBlock crashes on divs with contenteditable="false"
+ https://bugs.webkit.org/show_bug.cgi?id=53263
+
+ Add test for executing a formatBlock command on a selection containing an
+ element with contenteditable=false.
+
+ * editing/execCommand/format-block-contenteditable-false-expected.txt: Added.
+ * editing/execCommand/format-block-contenteditable-false.html: Added.
+
+2011-01-27 Kenneth Russell <kbr@google.com>
+
+ Reviewed by James Robinson.
+
+ Rename Typed Array slice() to subset()
+ https://bugs.webkit.org/show_bug.cgi?id=53273
+
+ * 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-01-27 Leo Yang <leo.yang@torchmobile.com.cn>
+
+ Reviewed by Dirk Schulze.
+
+ SVG Use Cycle is not detected
+ https://bugs.webkit.org/show_bug.cgi?id=52544
+
+ Test for indirect <use> recursion. This test passes if
+ no crash occurs.
+
+ * svg/custom/recursive-use2-expected.txt: Added.
+ * svg/custom/recursive-use2.svg: Added.
+
+2011-01-27 Zhenyao Mo <zmo@google.com>
+
+ Reviewed by Kenneth Russell.
+
+ texSubImage2D's format/type needs to match the internalformat/type from the previous texImage2D call
+ https://bugs.webkit.org/show_bug.cgi?id=53054
+
+ * fast/canvas/webgl/tex-sub-image-2d-bad-args-expected.txt: Added.
+ * fast/canvas/webgl/tex-sub-image-2d-bad-args.html: Added.
+
+2011-01-27 Ryosuke Niwa <rniwa@webkit.org>
+
+ Unreviewed rebaselines for Chromium Mac and Windows.
+
+ [chromium] fast/repaint/select-option-background-color.html fails on Windows and Mac
+ https://bugs.webkit.org/show_bug.cgi?id=53260
+
+ * platform/chromium-mac/fast/repaint/select-option-background-color-expected.checksum: Added.
+ * platform/chromium-mac/fast/repaint/select-option-background-color-expected.png: Added.
+ * platform/chromium-win/fast/repaint/select-option-background-color-expected.checksum: Added.
+ * platform/chromium-win/fast/repaint/select-option-background-color-expected.png: Added.
+ * platform/chromium-win/fast/repaint/select-option-background-color-expected.txt: Added.
+ * platform/chromium/test_expectations.txt:
+
+2011-01-27 Dirk Schulze <krit@webkit.org>
+
+ Unreviewed rebaseline.
+
+ SVG animation of Paths with segments of different coordinate modes on begin and end
+ https://bugs.webkit.org/show_bug.cgi?id=52984
+
+ Rebaseline for SL. HTML were created by make-script-test-wrappers now.
+ Skip added tests on WebKit2 because of missing eventSender.
+
+ * platform/mac-wk2/Skipped:
+ * svg/animations/animate-path-nested-transforms-expected.txt:
+ * svg/animations/animate-text-nested-transforms-expected.txt:
+
+2011-01-27 Mihai Parparita <mihaip@chromium.org>
+
+ Unreviewed Chromium rebaseline for fast/text/text-letter-spacing.html
+ with changes matching the mac ones done by r76739.
+
+ * platform/chromium-win/fast/text/text-letter-spacing-expected.txt:
+ * platform/chromium/test_expectations.txt:
+
+2011-01-25 Levi Weintraub <leviw@chromium.org>
+
+ Reviewed by Darin Adler.
+
+ Updating the expected result for 5408255 and adding tests for caret positioning at the
+ beginning and end of RenderBoxes.
+
+ Undo moves caret to invalid position
+ https://bugs.webkit.org/show_bug.cgi?id=49744
+
+ * editing/selection/caret-painting-after-paste-undo-rtl.html: Added.
+ * editing/selection/caret-painting-after-paste-undo.html: Added.
+ * platform/mac/editing/deleting/5408255-expected.png:
+ * platform/mac/editing/selection/caret-painting-after-paste-undo-expected.checksum: Added.
+ * platform/mac/editing/selection/caret-painting-after-paste-undo-expected.png: Added.
+ * platform/mac/editing/selection/caret-painting-after-paste-undo-expected.txt: Added.
+ * platform/mac/editing/selection/caret-painting-after-paste-undo-rtl-expected.checksum: Added.
+ * platform/mac/editing/selection/caret-painting-after-paste-undo-rtl-expected.png: Added.
+ * platform/mac/editing/selection/caret-painting-after-paste-undo-rtl-expected.txt: Added.
+
+2011-01-27 Ryosuke Niwa <rniwa@webkit.org>
+
+ Unreviewed Chromium rebaseline and text expectation update.
+
+ * platform/chromium-linux/fast/repaint/select-option-background-color-expected.checksum: Added.
+ * platform/chromium-linux/fast/repaint/select-option-background-color-expected.png: Added.
+ * platform/chromium-linux/fast/repaint/select-option-background-color-expected.txt: Added.
+ * platform/chromium/test_expectations.txt:
+
+2011-01-27 Mihai Parparita <mihaip@chromium.org>
+
+ Unreviewed rebaseline of fast/inline/continuation-outlines-with-layers.html
+ after r76726.
+
+ * platform/mac/fast/inline/continuation-outlines-with-layers-expected.txt:
+ * platform/chromium-win/fast/inline/continuation-outlines-with-layers-expected.txt:
+ * platform/chromium/test_expectations.txt:
+
+2011-01-27 Dirk Schulze <krit@webkit.org>
+
+ Reviewed by Nikolas Zimmermann.
+
+ SVG animation of Paths with segments of different coordinate modes on begin and end
+ https://bugs.webkit.org/show_bug.cgi?id=52984
+
+ Added tests to check the correct behavior on path animations, where the coordinate modes
+ of the start path differs from the one on the end path.
+
+ * svg/animations/animate-path-animation-Cc-Ss-expected.txt: Added.
+ * svg/animations/animate-path-animation-Cc-Ss.html: Added.
+ * svg/animations/animate-path-animation-Ll-Vv-Hh-expected.txt: Added.
+ * svg/animations/animate-path-animation-Ll-Vv-Hh.html: Added.
+ * svg/animations/animate-path-animation-Qq-Tt-expected.txt: Added.
+ * svg/animations/animate-path-animation-Qq-Tt.html: Added.
+ * svg/animations/animate-path-animation-cC-sS-inverse-expected.txt: Added.
+ * svg/animations/animate-path-animation-cC-sS-inverse.html: Added.
+ * svg/animations/animate-path-animation-lL-vV-hH-inverse-expected.txt: Added.
+ * svg/animations/animate-path-animation-lL-vV-hH-inverse.html: Added.
+ * svg/animations/animate-path-animation-qQ-tT-inverse-expected.txt: Added.
+ * svg/animations/animate-path-animation-qQ-tT-inverse.html: Added.
+ * svg/animations/animate-path-nested-transforms.html: Cleanup.
+ * svg/animations/animate-text-nested-transforms.html: Cleanup.
+ * svg/animations/resources/SVGAnimationTestCase.js:
+ (shouldBeCloseEnough): For debug output of values with tolerance level.
+ (startTest):
+ (sampleAnimation):
+ * svg/animations/script-tests/animate-path-animation-Cc-Ss.js: Added.
+ (sample1):
+ (sample2):
+ (sample3):
+ (sample4):
+ (executeTest):
+ * svg/animations/script-tests/animate-path-animation-Ll-Vv-Hh.js: Added.
+ (sample1):
+ (sample2):
+ (sample3):
+ (sample4):
+ (executeTest):
+ * svg/animations/script-tests/animate-path-animation-Qq-Tt.js: Added.
+ (sample1):
+ (sample2):
+ (sample3):
+ (sample4):
+ (executeTest):
+ * svg/animations/script-tests/animate-path-animation-cC-sS-inverse.js: Added.
+ (sample1):
+ (sample2):
+ (sample3):
+ (sample4):
+ (executeTest):
+ * svg/animations/script-tests/animate-path-animation-lL-vV-hH-inverse.js: Added.
+ (sample1):
+ (sample2):
+ (sample3):
+ (sample4):
+ (executeTest):
+ * svg/animations/script-tests/animate-path-animation-qQ-tT-inverse.js: Added.
+ (sample1):
+ (sample2):
+ (sample3):
+ (sample4):
+ (executeTest):
+
+2011-01-27 Cris Neckar <cdn@chromium.org>
+
+ Reviewed by Dimitri Glazkov.
+
+ Test for crash when accessing a keyframe's style rule.
+ https://bugs.webkit.org/show_bug.cgi?id=52320
+
+ * fast/css/css-keyframe-style-crash-expected.txt: Added.
+ * fast/css/css-keyframe-style-crash.html: Added.
+
+2011-01-27 Ryosuke Niwa <rniwa@webkit.org>
+
+ Unreviewed Chromium text expectation update.
+
+ * platform/chromium/test_expectations.txt: Apparently, video-size.html crashes on Linux due to crbug.com/71087.
+
+2011-01-27 Rob Buis <rwlbuis@gmail.com>
+
+ Reviewed by Kent Tamura.
+
+ Add test for:
+ Color changes to option elements in a select multiple aren't drawn immediately
+ https://bugs.webkit.org/show_bug.cgi?id=49790
+
+ * fast/repaint/select-option-background-color.html: Added.
+ * platform/mac/fast/repaint/select-option-background-color-expected.checksum: Added.
+ * platform/mac/fast/repaint/select-option-background-color-expected.png: Added.
+ * platform/mac/fast/repaint/select-option-background-color-expected.txt: Added.
+
+2011-01-27 David Grogan <dgrogan@google.com>
+
+ Reviewed by Jeremy Orlow.
+
+ initial support for close() in indexeddb backend
+ https://bugs.webkit.org/show_bug.cgi?id=53150
+
+ * storage/indexeddb/transaction-after-close-expected.txt: Added.
+ * storage/indexeddb/transaction-after-close.html: Added.
+
+2011-01-27 Dirk Schulze <krit@webkit.org>
+
+ Reviewed by Nikolas Zimmermann.
+
+ SVG animation doesn't support calcMode discrete for number and color values.
+ https://bugs.webkit.org/show_bug.cgi?id=53189
+
+ Test for correct behavior on animating numbers and colors with calcMode discrete.
+
+ * svg/animations/animate-color-calcMode-discrete-expected.txt: Added.
+ * svg/animations/animate-color-calcMode-discrete.html: Added.
+ * svg/animations/animate-number-calcMode-discrete-expected.txt: Added.
+ * svg/animations/animate-number-calcMode-discrete.html: Added.
+ * svg/animations/script-tests/animate-color-calcMode-discrete.js: Added.
+ (sample1):
+ (sample2):
+ (executeTest):
+ * svg/animations/script-tests/animate-number-calcMode-discrete.js: Added.
+ (sample1):
+ (sample2):
+ (executeTest):
+
+2011-01-27 Ryosuke Niwa <rniwa@webkit.org>
+
+ Unreviewed Chromium test expectation update for video tests.
+
+ * platform/chromium/test_expectations.txt:
+
2011-01-27 Charlie Reis <creis@chromium.org>
Reviewed by Mihai Parparita.
@@ -10,6 +1547,3581 @@
* http/tests/history/resources/back-during-onload-hung-page.php: Reduce timeout.
+2011-01-26 Zhenyao Mo <zmo@google.com>
+
+ Reviewed by Kenneth Russell.
+
+ shaderSource needs to preserve original source
+ https://bugs.webkit.org/show_bug.cgi?id=52833
+
+ * fast/canvas/webgl/gl-getshadersource-expected.txt: Added.
+ * fast/canvas/webgl/gl-getshadersource.html: Added.
+
+2011-01-27 Philippe Normand <pnormand@igalia.com>
+
+ Unreviewed, skip flaky test, needs further investigation on the failure.
+
+ [GTK] media/audio-delete-while-slider-thumb-clicked.html is flaky
+ https://bugs.webkit.org/show_bug.cgi?id=53247
+
+ * platform/gtk/Skipped:
+
+2011-01-27 Jessie Berlin <jberlin@apple.com>
+
+ fast/text/international/bidi-mirror-he-ar.html now passed on Windows in WebKit2.
+ Unreviewed.
+
+ * platform/win-wk2/Skipped:
+
+2011-01-27 Maciej Stachowiak <mjs@apple.com>
+
+ Unreviewed.
+
+ Fix mistake in my previous commit; I accidentally copied the old mac results instead
+ of the new mac results for this test.
+
+ * platform/mac-wk2/fast/blockflow/Kusa-Makura-background-canvas-expected.txt:
+
+2011-01-27 Philippe Normand <pnormand@igalia.com>
+
+ Unreviewed, rebaseline of the favicon-as-image test from the build
+ bot.
+
+ * platform/gtk/http/tests/misc/favicon-as-image-expected.txt:
+
+2011-01-27 Ryosuke Niwa <rniwa@webkit.org>
+
+ Another Unreviewed Chromium test expectation update.
+
+ * platform/chromium/test_expectations.txt:
+
+2011-01-27 Ryosuke Niwa <rniwa@webkit.org>
+
+ Unreviewed Chromium test expectation update.
+
+ * platform/chromium/test_expectations.txt:
+
+2011-01-27 Ryosuke Niwa <rniwa@webkit.org>
+
+ Unreviewed Chromium rebaselines.
+
+ * platform/chromium-mac/css2.1/t0905-c5525-fltcont-00-d-g-expected.checksum: Added.
+ * platform/chromium-mac/css2.1/t0905-c5525-fltcont-00-d-g-expected.png: Added.
+ * platform/chromium-mac/fast/repaint/line-flow-with-floats-9-expected.checksum:
+ * platform/chromium-mac/fast/repaint/line-flow-with-floats-9-expected.png:
+ * platform/chromium-mac/fast/text/justify-ideograph-complex-expected.checksum: Added.
+ * platform/chromium-mac/fast/text/justify-ideograph-complex-expected.png: Added.
+ * platform/chromium-mac/fast/text/justify-ideograph-simple-expected.checksum: Added.
+ * platform/chromium-mac/fast/text/justify-ideograph-simple-expected.png: Added.
+ * platform/chromium-mac/fast/text/justify-ideograph-vertical-expected.checksum: Added.
+ * platform/chromium-mac/fast/text/justify-ideograph-vertical-expected.png: Added.
+ * platform/chromium-mac/tables/mozilla/marvin/x_thead_align_justify-expected.checksum: Added.
+ * platform/chromium-mac/tables/mozilla/marvin/x_thead_align_justify-expected.png: Added.
+ * platform/chromium/test_expectations.txt:
+
+2011-01-27 Philippe Normand <pnormand@igalia.com>
+
+ Unreviewed, GTK baselines for
+ svg/custom/pattern-referencing-preserve-aspect-ratio.svg added in r76274.
+
+ * platform/gtk/svg/custom/pattern-referencing-preserve-aspect-ratio-expected.txt: Added.
+
+2011-01-27 Philippe Normand <pnormand@igalia.com>
+
+ Unreviewed, GTK baselines for
+ http/tests/misc/favicon-as-image.html which was unskipped in r76555.
+
+ * platform/gtk/http/tests/misc/favicon-as-image-expected.txt: Added.
+
+2011-01-27 Philippe Normand <pnormand@igalia.com>
+
+ Unreviewed, GTK baselines for fast/dom/52776.html, follow-up of r76319.
+
+ * platform/gtk/fast/dom/52776-expected.txt: Added.
+
+2011-01-27 Philippe Normand <pnormand@igalia.com>
+
+ Unreviewed, new GTK baselines for fast/text/justify* tests
+ introduced in r76743.
+
+ * platform/gtk/fast/text/justify-ideograph-complex-expected.txt: Added.
+ * platform/gtk/fast/text/justify-ideograph-simple-expected.txt: Added.
+ * platform/gtk/fast/text/justify-ideograph-vertical-expected.txt: Added.
+
+2011-01-27 Pavel Podivilov <podivilov@chromium.org>
+
+ Reviewed by Pavel Feldman.
+
+ Web Inspector: Closure and Global variable details automatically collapsing on each step through JavaScript code.
+ https://bugs.webkit.org/show_bug.cgi?id=53234
+
+ * inspector/debugger-expand-scope.html:
+ * inspector/debugger-proto-property.html:
+
+2011-01-27 Philippe Normand <pnormand@igalia.com>
+
+ Unreviewed, fix typo introduced in r76783.
+
+ * platform/gtk/Skipped:
+
+2011-01-27 Yury Semikhatsky <yurys@chromium.org>
+
+ Reviewed by Pavel Feldman.
+
+ Web Inspector: store all settings related to the agents on the frontend side
+ https://bugs.webkit.org/show_bug.cgi?id=53174
+
+ * http/tests/inspector/console-xhr-logging.html: since the setting doesn't change on the front-end
+ side there is no need to check it after modifying backend's value.
+ * inspector/report-protocol-errors.html: use the new signature of disableDebugger method.
+
+2011-01-27 Philippe Normand <pnormand@igalia.com>
+
+ Unreviewed, new GTK baselines for fast/multicol tests as follow-up
+ of r76726.
+
+ * platform/gtk/fast/multicol/vertical-lr/border-padding-pagination-expected.txt: Added.
+ * platform/gtk/fast/multicol/vertical-lr/column-break-with-balancing-expected.txt: Added.
+ * platform/gtk/fast/multicol/vertical-lr/column-count-with-rules-expected.txt: Added.
+ * platform/gtk/fast/multicol/vertical-lr/column-rules-expected.txt: Added.
+ * platform/gtk/fast/multicol/vertical-lr/float-avoidance-expected.txt: Added.
+ * platform/gtk/fast/multicol/vertical-lr/float-multicol-expected.txt: Added.
+ * platform/gtk/fast/multicol/vertical-lr/float-paginate-complex-expected.txt: Added.
+ * platform/gtk/fast/multicol/vertical-lr/float-paginate-expected.txt: Added.
+ * platform/gtk/fast/multicol/vertical-lr/nested-columns-expected.txt: Added.
+ * platform/gtk/fast/multicol/vertical-lr/unsplittable-inline-block-expected.txt: Added.
+ * platform/gtk/fast/multicol/vertical-rl/border-padding-pagination-expected.txt: Added.
+ * platform/gtk/fast/multicol/vertical-rl/column-break-with-balancing-expected.txt: Added.
+ * platform/gtk/fast/multicol/vertical-rl/column-count-with-rules-expected.txt: Added.
+ * platform/gtk/fast/multicol/vertical-rl/column-rules-expected.txt: Added.
+ * platform/gtk/fast/multicol/vertical-rl/float-avoidance-expected.txt: Added.
+ * platform/gtk/fast/multicol/vertical-rl/float-multicol-expected.txt: Added.
+ * platform/gtk/fast/multicol/vertical-rl/float-paginate-complex-expected.txt: Added.
+ * platform/gtk/fast/multicol/vertical-rl/float-paginate-expected.txt: Added.
+ * platform/gtk/fast/multicol/vertical-rl/nested-columns-expected.txt: Added.
+ * platform/gtk/fast/multicol/vertical-rl/unsplittable-inline-block-expected.txt: Added.
+
+2011-01-27 Alexander Pavlov <apavlov@chromium.org>
+
+ Reviewed by Pavel Feldman.
+
+ Web Inspector: [Elements panel] Tooltip for relative links incorrectly identifies current URL
+ https://bugs.webkit.org/show_bug.cgi?id=53171
+
+ * inspector/styles-url-linkify-expected.txt:
+ * inspector/styles-url-linkify.html:
+
+2011-01-27 Sergio Villar Senin <svillar@igalia.com>
+
+ Unreviewed.
+
+ New test expectations for http/tests/navigation/error404* in GTK.
+
+ * platform/gtk/Skipped:
+ * platform/gtk/http/tests/navigation/error404-basic-expected.txt: Added.
+ * platform/gtk/http/tests/navigation/error404-goback-expected.txt: Added.
+ * platform/gtk/http/tests/navigation/error404-subframeload-expected.txt: Added.
+
+2011-01-27 Philippe Normand <pnormand@igalia.com>
+
+ Unreviewed, skipping 2 more media tests.
+
+ [GStreamer] wrong media duration report in media/controls-after-reload.html
+ https://bugs.webkit.org/show_bug.cgi?id=51602
+
+ * platform/gtk/Skipped:
+
+2011-01-27 Yuzo Fujishima <yuzo@google.com>
+
+ Unreviewed Chromium test expectation change.
+
+ * platform/chromium/test_expectations.txt:
+
+2011-01-27 Yuzo Fujishima <yuzo@google.com>
+
+ Unreviewed Chromium test expectation change.
+
+ * platform/chromium-mac-leopard/css2.1/t0905-c5525-fltcont-00-d-g-expected.checksum: Removed.
+ * platform/chromium-mac-leopard/css2.1/t0905-c5525-fltcont-00-d-g-expected.png: Removed.
+ * platform/chromium-mac-leopard/fast/blockflow/vertical-baseline-alignment-expected.checksum: Removed.
+ * platform/chromium-mac-leopard/fast/blockflow/vertical-baseline-alignment-expected.png: Removed.
+ * platform/chromium-mac-leopard/fast/multicol/shadow-breaking-expected.checksum: Removed.
+ * platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-1-expected.checksum: Removed.
+ * platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-1-expected.png: Removed.
+ * platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-10-expected.checksum: Removed.
+ * platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-10-expected.png: Removed.
+ * platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-2-expected.checksum: Removed.
+ * platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-2-expected.png: Removed.
+ * platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-3-expected.checksum: Removed.
+ * platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-3-expected.png: Removed.
+ * platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-4-expected.checksum: Removed.
+ * platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-4-expected.png: Removed.
+ * platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-5-expected.checksum: Removed.
+ * platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-5-expected.png: Removed.
+ * platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-6-expected.checksum: Removed.
+ * platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-6-expected.png: Removed.
+ * platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-7-expected.checksum: Removed.
+ * platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-7-expected.png: Removed.
+ * platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-8-expected.checksum: Removed.
+ * platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-8-expected.png: Removed.
+ * platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-9-expected.checksum: Removed.
+ * platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-9-expected.png: Removed.
+ * platform/chromium-mac-leopard/fast/text/complex-text-opacity-expected.checksum: Removed.
+ * platform/chromium-mac-leopard/fast/text/complex-text-opacity-expected.png: Removed.
+ * platform/chromium-mac-leopard/fast/text/complex-text-opacity-expected.txt: Removed.
+ * platform/chromium-mac-leopard/tables/mozilla/marvin/x_thead_align_justify-expected.checksum: Removed.
+ * platform/chromium-mac-leopard/tables/mozilla/marvin/x_thead_align_justify-expected.png: Removed.
+
+2011-01-27 Csaba Osztrogonác <ossy@webkit.org>
+
+ Unreviewed.
+
+ Add Qt specific expected results for new passing tests introduced in r76726.
+ Compared to Mac png files and Mac expected files.
+
+ * platform/qt/fast/multicol/vertical-lr/border-padding-pagination-expected.checksum: Added.
+ * platform/qt/fast/multicol/vertical-lr/border-padding-pagination-expected.png: Added.
+ * platform/qt/fast/multicol/vertical-lr/border-padding-pagination-expected.txt: Added.
+ * platform/qt/fast/multicol/vertical-lr/column-break-with-balancing-expected.checksum: Added.
+ * platform/qt/fast/multicol/vertical-lr/column-break-with-balancing-expected.png: Added.
+ * platform/qt/fast/multicol/vertical-lr/column-break-with-balancing-expected.txt: Added.
+ * platform/qt/fast/multicol/vertical-lr/column-rules-expected.checksum: Added.
+ * platform/qt/fast/multicol/vertical-lr/column-rules-expected.png: Added.
+ * platform/qt/fast/multicol/vertical-lr/column-rules-expected.txt: Added.
+ * platform/qt/fast/multicol/vertical-lr/float-avoidance-expected.checksum: Added.
+ * platform/qt/fast/multicol/vertical-lr/float-avoidance-expected.png: Added.
+ * platform/qt/fast/multicol/vertical-lr/float-avoidance-expected.txt: Added.
+ * platform/qt/fast/multicol/vertical-lr/float-multicol-expected.checksum: Added.
+ * platform/qt/fast/multicol/vertical-lr/float-multicol-expected.png: Added.
+ * platform/qt/fast/multicol/vertical-lr/float-multicol-expected.txt: Added.
+ * platform/qt/fast/multicol/vertical-lr/float-paginate-complex-expected.checksum: Added.
+ * platform/qt/fast/multicol/vertical-lr/float-paginate-complex-expected.png: Added.
+ * platform/qt/fast/multicol/vertical-lr/float-paginate-complex-expected.txt: Added.
+ * platform/qt/fast/multicol/vertical-lr/float-paginate-expected.checksum: Added.
+ * platform/qt/fast/multicol/vertical-lr/float-paginate-expected.png: Added.
+ * platform/qt/fast/multicol/vertical-lr/float-paginate-expected.txt: Added.
+ * platform/qt/fast/multicol/vertical-lr/nested-columns-expected.checksum: Added.
+ * platform/qt/fast/multicol/vertical-lr/nested-columns-expected.png: Added.
+ * platform/qt/fast/multicol/vertical-lr/nested-columns-expected.txt: Added.
+ * platform/qt/fast/multicol/vertical-lr/unsplittable-inline-block-expected.checksum: Added.
+ * platform/qt/fast/multicol/vertical-lr/unsplittable-inline-block-expected.png: Added.
+ * platform/qt/fast/multicol/vertical-lr/unsplittable-inline-block-expected.txt: Added.
+ * platform/qt/fast/multicol/vertical-rl/border-padding-pagination-expected.checksum: Added.
+ * platform/qt/fast/multicol/vertical-rl/border-padding-pagination-expected.png: Added.
+ * platform/qt/fast/multicol/vertical-rl/border-padding-pagination-expected.txt: Added.
+ * platform/qt/fast/multicol/vertical-rl/column-break-with-balancing-expected.checksum: Added.
+ * platform/qt/fast/multicol/vertical-rl/column-break-with-balancing-expected.png: Added.
+ * platform/qt/fast/multicol/vertical-rl/column-break-with-balancing-expected.txt: Added.
+ * platform/qt/fast/multicol/vertical-rl/column-rules-expected.checksum: Added.
+ * platform/qt/fast/multicol/vertical-rl/column-rules-expected.png: Added.
+ * platform/qt/fast/multicol/vertical-rl/column-rules-expected.txt: Added.
+ * platform/qt/fast/multicol/vertical-rl/float-avoidance-expected.checksum: Added.
+ * platform/qt/fast/multicol/vertical-rl/float-avoidance-expected.png: Added.
+ * platform/qt/fast/multicol/vertical-rl/float-avoidance-expected.txt: Added.
+ * platform/qt/fast/multicol/vertical-rl/float-multicol-expected.checksum: Added.
+ * platform/qt/fast/multicol/vertical-rl/float-multicol-expected.png: Added.
+ * platform/qt/fast/multicol/vertical-rl/float-multicol-expected.txt: Added.
+ * platform/qt/fast/multicol/vertical-rl/float-paginate-complex-expected.checksum: Added.
+ * platform/qt/fast/multicol/vertical-rl/float-paginate-complex-expected.png: Added.
+ * platform/qt/fast/multicol/vertical-rl/float-paginate-complex-expected.txt: Added.
+ * platform/qt/fast/multicol/vertical-rl/float-paginate-expected.checksum: Added.
+ * platform/qt/fast/multicol/vertical-rl/float-paginate-expected.png: Added.
+ * platform/qt/fast/multicol/vertical-rl/float-paginate-expected.txt: Added.
+ * platform/qt/fast/multicol/vertical-rl/nested-columns-expected.checksum: Added.
+ * platform/qt/fast/multicol/vertical-rl/nested-columns-expected.png: Added.
+ * platform/qt/fast/multicol/vertical-rl/nested-columns-expected.txt: Added.
+ * platform/qt/fast/multicol/vertical-rl/unsplittable-inline-block-expected.checksum: Added.
+ * platform/qt/fast/multicol/vertical-rl/unsplittable-inline-block-expected.png: Added.
+ * platform/qt/fast/multicol/vertical-rl/unsplittable-inline-block-expected.txt: Added.
+
+2011-01-27 Sheriff Bot <webkit.review.bot@gmail.com>
+
+ Unreviewed, rolling out r76773.
+ http://trac.webkit.org/changeset/76773
+ https://bugs.webkit.org/show_bug.cgi?id=53230
+
+ breaks multiple GTK media tests (Requested by philn-tp on
+ #webkit).
+
+ * platform/gtk/Skipped:
+
+2011-01-27 Yuzo Fujishima <yuzo@google.com>
+
+ Unreviewed Chromium test expectaion change.
+
+ * platform/chromium/test_expectations.txt:
+
+2011-01-27 Maciej Stachowiak <mjs@apple.com>
+
+ Reviewed by Dan Bernstein.
+
+ Add or update WebKit2-specific results to account for different reporting of scroll position
+ https://bugs.webkit.org/show_bug.cgi?id=53226
+
+ * platform/mac-wk2/fast/multicol: Added.
+ * platform/mac-wk2/fast/multicol/vertical-rl: Added.
+ * platform/mac-wk2/fast/multicol/vertical-rl/column-break-with-balancing-expected.txt: Added.
+ * platform/mac-wk2/fast/multicol/vertical-rl/float-paginate-complex-expected.txt: Added.
+
+2011-01-26 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-01-27 Philippe Normand <pnormand@igalia.com>
+
+ Unreviewed, updated GTK baselines after r76726.
+
+ * platform/gtk/fast/blockflow/Kusa-Makura-background-canvas-expected.txt:
+ * platform/gtk/fast/blockflow/vertical-baseline-alignment-expected.txt:
+ * platform/gtk/fast/lists/002-vertical-expected.txt:
+ * platform/gtk/fast/lists/003-vertical-expected.txt:
+ * platform/gtk/fast/overflow/overflow-rtl-vertical-expected.txt:
+ * platform/gtk/fast/table/028-vertical-expected.txt:
+ * platform/gtk/fast/table/border-collapsing/003-vertical-expected.txt:
+ * platform/gtk/fast/table/height-percent-test-vertical-expected.txt:
+
+2011-01-27 Yuzo Fujishima <yuzo@google.com>
+
+ Unreviewed Chromium test expectation change.
+
+ Update expectation for r76760.
+
+ * platform/chromium/test_expectations.txt:
+
+2011-01-26 Maciej Stachowiak <mjs@apple.com>
+
+ Reviewed by Dan Bernstein.
+
+ WebKitTestRunner needs to support layoutTestController.evaluateInWebInspector
+ https://bugs.webkit.org/show_bug.cgi?id=42319
+
+ Unskip inspector tests (except the few that mysteriously fail).
+
+ * platform/mac-wk2/Skipped:
+
+2011-01-27 Yuzo Fujishima <yuzo@google.com>
+
+ Unreviewed Chromium test expectation change.
+
+ Another test expectation update for r76743.
+
+ * platform/chromium/test_expectations.txt:
+
+2011-01-26 Csaba Osztrogonác <ossy@webkit.org>
+
+ Unreviewed.
+
+ [Qt] Update test expectations after r76726.
+
+ * platform/qt/fast/lists/002-vertical-expected.checksum:
+ * platform/qt/fast/lists/002-vertical-expected.png:
+ * platform/qt/fast/lists/002-vertical-expected.txt:
+ * platform/qt/fast/lists/003-vertical-expected.checksum:
+ * platform/qt/fast/lists/003-vertical-expected.png:
+ * platform/qt/fast/lists/003-vertical-expected.txt:
+ * platform/qt/fast/overflow/overflow-rtl-vertical-expected.checksum:
+ * platform/qt/fast/overflow/overflow-rtl-vertical-expected.png:
+ * platform/qt/fast/overflow/overflow-rtl-vertical-expected.txt:
+ * platform/qt/fast/table/028-vertical-expected.checksum:
+ * platform/qt/fast/table/028-vertical-expected.png:
+ * platform/qt/fast/table/028-vertical-expected.txt:
+ * platform/qt/fast/table/border-collapsing/003-vertical-expected.checksum:
+ * platform/qt/fast/table/border-collapsing/003-vertical-expected.png:
+ * platform/qt/fast/table/border-collapsing/003-vertical-expected.txt:
+ * platform/qt/fast/table/height-percent-test-vertical-expected.txt:
+
+2011-01-26 Yuzo Fujishima <yuzo@google.com>
+
+ Unreviewed Chromium test expectation change.
+
+ Update test expectations for r76743
+
+ * platform/chromium-linux/css1/box_properties/clear_float-expected.checksum:
+ * platform/chromium-linux/css1/box_properties/clear_float-expected.png:
+ * platform/chromium-linux/css1/box_properties/float_elements_in_series-expected.checksum:
+ * platform/chromium-linux/css1/box_properties/float_elements_in_series-expected.png:
+ * platform/chromium-linux/css1/box_properties/float_on_text_elements-expected.checksum:
+ * platform/chromium-linux/css1/box_properties/float_on_text_elements-expected.png:
+ * platform/chromium-linux/css2.1/t0905-c5525-fltwidth-00-c-g-expected.checksum:
+ * platform/chromium-linux/css2.1/t0905-c5525-fltwidth-00-c-g-expected.png:
+ * platform/chromium-linux/fast/multicol/shadow-breaking-expected.checksum:
+ * platform/chromium-linux/fast/multicol/shadow-breaking-expected.png: Added.
+ * platform/chromium-linux/fast/repaint/line-flow-with-floats-1-expected.checksum:
+ * platform/chromium-linux/fast/repaint/line-flow-with-floats-1-expected.png:
+ * platform/chromium-linux/fast/repaint/line-flow-with-floats-10-expected.checksum:
+ * platform/chromium-linux/fast/repaint/line-flow-with-floats-10-expected.png:
+ * platform/chromium-linux/fast/repaint/line-flow-with-floats-2-expected.checksum:
+ * platform/chromium-linux/fast/repaint/line-flow-with-floats-2-expected.png:
+ * platform/chromium-linux/fast/repaint/line-flow-with-floats-3-expected.checksum:
+ * platform/chromium-linux/fast/repaint/line-flow-with-floats-3-expected.png:
+ * platform/chromium-linux/fast/repaint/line-flow-with-floats-4-expected.checksum:
+ * platform/chromium-linux/fast/repaint/line-flow-with-floats-4-expected.png:
+ * platform/chromium-linux/fast/repaint/line-flow-with-floats-5-expected.checksum:
+ * platform/chromium-linux/fast/repaint/line-flow-with-floats-5-expected.png:
+ * platform/chromium-linux/fast/repaint/line-flow-with-floats-6-expected.checksum:
+ * platform/chromium-linux/fast/repaint/line-flow-with-floats-6-expected.png:
+ * platform/chromium-linux/fast/repaint/line-flow-with-floats-7-expected.checksum:
+ * platform/chromium-linux/fast/repaint/line-flow-with-floats-7-expected.png:
+ * platform/chromium-linux/fast/repaint/line-flow-with-floats-8-expected.checksum:
+ * platform/chromium-linux/fast/repaint/line-flow-with-floats-8-expected.png:
+ * platform/chromium-linux/svg/custom/svg-fonts-in-html-expected.checksum:
+ * platform/chromium-linux/svg/custom/svg-fonts-in-html-expected.png:
+ * platform/chromium-linux/tables/mozilla/marvin/x_tr_align_justify-expected.checksum:
+ * platform/chromium-linux/tables/mozilla/marvin/x_tr_align_justify-expected.png:
+ * platform/chromium-mac/css1/box_properties/clear_float-expected.checksum: Added.
+ * platform/chromium-mac/css1/box_properties/clear_float-expected.png: Added.
+ * platform/chromium-mac/css1/box_properties/float_on_text_elements-expected.checksum: Added.
+ * platform/chromium-mac/css1/box_properties/float_on_text_elements-expected.png: Added.
+ * platform/chromium-mac/css2.1/t0905-c5525-fltwidth-00-c-g-expected.checksum: Added.
+ * platform/chromium-mac/css2.1/t0905-c5525-fltwidth-00-c-g-expected.png: Added.
+ * platform/chromium-mac/fast/multicol/shadow-breaking-expected.checksum: Added.
+ * platform/chromium-mac/fast/multicol/shadow-breaking-expected.png: Added.
+ * platform/chromium-mac/fast/repaint/line-flow-with-floats-1-expected.checksum:
+ * platform/chromium-mac/fast/repaint/line-flow-with-floats-1-expected.png:
+ * platform/chromium-mac/fast/repaint/line-flow-with-floats-10-expected.checksum:
+ * platform/chromium-mac/fast/repaint/line-flow-with-floats-10-expected.png:
+ * platform/chromium-mac/fast/repaint/line-flow-with-floats-2-expected.checksum:
+ * platform/chromium-mac/fast/repaint/line-flow-with-floats-2-expected.png:
+ * platform/chromium-mac/fast/repaint/line-flow-with-floats-3-expected.checksum:
+ * platform/chromium-mac/fast/repaint/line-flow-with-floats-3-expected.png:
+ * platform/chromium-mac/fast/repaint/line-flow-with-floats-4-expected.checksum:
+ * platform/chromium-mac/fast/repaint/line-flow-with-floats-4-expected.png:
+ * platform/chromium-mac/fast/repaint/line-flow-with-floats-5-expected.checksum:
+ * platform/chromium-mac/fast/repaint/line-flow-with-floats-5-expected.png:
+ * platform/chromium-mac/fast/repaint/line-flow-with-floats-6-expected.checksum:
+ * platform/chromium-mac/fast/repaint/line-flow-with-floats-6-expected.png:
+ * platform/chromium-mac/fast/repaint/line-flow-with-floats-7-expected.checksum:
+ * platform/chromium-mac/fast/repaint/line-flow-with-floats-7-expected.png:
+ * platform/chromium-mac/fast/repaint/line-flow-with-floats-8-expected.checksum:
+ * platform/chromium-mac/fast/repaint/line-flow-with-floats-8-expected.png:
+ * platform/chromium-mac/svg/custom/svg-fonts-in-html-expected.checksum:
+ * platform/chromium-mac/svg/custom/svg-fonts-in-html-expected.png:
+ * platform/chromium-win/css1/box_properties/clear_float-expected.checksum:
+ * platform/chromium-win/css1/box_properties/clear_float-expected.png:
+ * platform/chromium-win/css1/box_properties/float_elements_in_series-expected.checksum:
+ * platform/chromium-win/css1/box_properties/float_elements_in_series-expected.png:
+ * platform/chromium-win/css1/box_properties/float_on_text_elements-expected.checksum:
+ * platform/chromium-win/css1/box_properties/float_on_text_elements-expected.png:
+ * platform/chromium-win/css2.1/t0905-c5525-fltwidth-00-c-g-expected.checksum:
+ * platform/chromium-win/css2.1/t0905-c5525-fltwidth-00-c-g-expected.png:
+ * platform/chromium-win/fast/multicol/shadow-breaking-expected.checksum:
+ * platform/chromium-win/fast/multicol/shadow-breaking-expected.png:
+ * platform/chromium-win/fast/repaint/line-flow-with-floats-1-expected.checksum:
+ * platform/chromium-win/fast/repaint/line-flow-with-floats-1-expected.png:
+ * platform/chromium-win/fast/repaint/line-flow-with-floats-10-expected.checksum:
+ * platform/chromium-win/fast/repaint/line-flow-with-floats-10-expected.png:
+ * platform/chromium-win/fast/repaint/line-flow-with-floats-2-expected.checksum:
+ * platform/chromium-win/fast/repaint/line-flow-with-floats-2-expected.png:
+ * platform/chromium-win/fast/repaint/line-flow-with-floats-3-expected.checksum:
+ * platform/chromium-win/fast/repaint/line-flow-with-floats-3-expected.png:
+ * platform/chromium-win/fast/repaint/line-flow-with-floats-4-expected.checksum:
+ * platform/chromium-win/fast/repaint/line-flow-with-floats-4-expected.png:
+ * platform/chromium-win/fast/repaint/line-flow-with-floats-5-expected.checksum:
+ * platform/chromium-win/fast/repaint/line-flow-with-floats-5-expected.png:
+ * platform/chromium-win/fast/repaint/line-flow-with-floats-6-expected.checksum:
+ * platform/chromium-win/fast/repaint/line-flow-with-floats-6-expected.png:
+ * platform/chromium-win/fast/repaint/line-flow-with-floats-7-expected.checksum:
+ * platform/chromium-win/fast/repaint/line-flow-with-floats-7-expected.png:
+ * platform/chromium-win/fast/repaint/line-flow-with-floats-8-expected.checksum:
+ * platform/chromium-win/fast/repaint/line-flow-with-floats-8-expected.png:
+ * platform/chromium-win/svg/custom/svg-fonts-in-html-expected.checksum:
+ * platform/chromium-win/svg/custom/svg-fonts-in-html-expected.png:
+ * platform/chromium-win/tables/mozilla/marvin/x_tr_align_justify-expected.checksum:
+ * platform/chromium-win/tables/mozilla/marvin/x_tr_align_justify-expected.png:
+
+2011-01-26 Dan Bernstein <mitz@apple.com>
+
+ Updated results for the html.css changes in r76726. The old results were prepared before
+ r76726.
+
+ * platform/mac/fast/text/justify-ideograph-vertical-expected.checksum:
+ * platform/mac/fast/text/justify-ideograph-vertical-expected.png:
+ * platform/mac/fast/text/justify-ideograph-vertical-expected.txt:
+
+2011-01-26 Yuzo Fujishima <yuzo@google.com>
+
+ Unreviewed Chromium test expectation change.
+
+ fast/text/justify-ideograph-vertical.html crashes on LINUX.
+
+ * platform/chromium/test_expectations.txt:
+
+2011-01-26 Yuzo Fujishima <yuzo@google.com>
+
+ Unreviewed Chromium test expectation change.
+
+ Mark the tests started failing at http://trac.webkit.org/changeset/76726 as such.
+
+ * platform/chromium/test_expectations.txt:
+
+2011-01-26 Ryosuke Niwa <rniwa@webkit.org>
+
+ Unreviewed Chromium Mac rebaselines for r76726.
+
+ * platform/chromium-mac/fast/blockflow/vertical-baseline-alignment-expected.checksum: Added.
+ * platform/chromium-mac/fast/blockflow/vertical-baseline-alignment-expected.png: Added.
+ * platform/chromium-mac/fast/multicol/vertical-rl: Added.
+ * platform/chromium-mac/fast/multicol/vertical-rl/column-break-with-balancing-expected.txt: Added.
+ * platform/chromium-mac/fast/table/028-vertical-expected.checksum: Added.
+ * platform/chromium-mac/fast/table/028-vertical-expected.png: Added.
+ * platform/chromium-mac/fast/text/complex-text-opacity-expected.checksum: Added.
+ * platform/chromium-mac/fast/text/complex-text-opacity-expected.png: Added.
+
+2011-01-26 Ryosuke Niwa <rniwa@webkit.org>
+
+ Unreviewed Chromium Windows/Linux rebaselines for r76726.
+
+ * platform/chromium-linux/fast/multicol/vertical-rl/float-multicol-expected.checksum: Added.
+ * platform/chromium-linux/fast/multicol/vertical-rl/float-multicol-expected.png: Added.
+ * platform/chromium-linux/fast/multicol/vertical-rl/float-paginate-complex-expected.checksum: Added.
+ * platform/chromium-linux/fast/multicol/vertical-rl/float-paginate-complex-expected.png: Added.
+ * platform/chromium-linux/fast/multicol/vertical-rl/float-paginate-expected.checksum: Added.
+ * platform/chromium-linux/fast/multicol/vertical-rl/float-paginate-expected.png: Added.
+ * platform/chromium-linux/fast/multicol/vertical-rl/nested-columns-expected.checksum: Added.
+ * platform/chromium-linux/fast/multicol/vertical-rl/nested-columns-expected.png: Added.
+ * platform/chromium-linux/fast/multicol/vertical-rl/unsplittable-inline-block-expected.checksum: Added.
+ * platform/chromium-linux/fast/multicol/vertical-rl/unsplittable-inline-block-expected.png: Added.
+ * platform/chromium-linux/fast/table/028-vertical-expected.checksum:
+ * platform/chromium-linux/fast/table/028-vertical-expected.png:
+ * platform/chromium-linux/fast/table/border-collapsing/003-vertical-expected.checksum:
+ * platform/chromium-linux/fast/table/border-collapsing/003-vertical-expected.png:
+ * platform/chromium-win/fast/multicol/vertical-rl/float-multicol-expected.checksum: Added.
+ * platform/chromium-win/fast/multicol/vertical-rl/float-multicol-expected.png: Added.
+ * platform/chromium-win/fast/multicol/vertical-rl/float-multicol-expected.txt: Added.
+ * platform/chromium-win/fast/multicol/vertical-rl/float-paginate-complex-expected.checksum: Added.
+ * platform/chromium-win/fast/multicol/vertical-rl/float-paginate-complex-expected.png: Added.
+ * platform/chromium-win/fast/multicol/vertical-rl/float-paginate-complex-expected.txt: Added.
+ * platform/chromium-win/fast/multicol/vertical-rl/float-paginate-expected.checksum: Added.
+ * platform/chromium-win/fast/multicol/vertical-rl/float-paginate-expected.png: Added.
+ * platform/chromium-win/fast/multicol/vertical-rl/float-paginate-expected.txt: Added.
+ * platform/chromium-win/fast/multicol/vertical-rl/nested-columns-expected.checksum: Added.
+ * platform/chromium-win/fast/multicol/vertical-rl/nested-columns-expected.png: Added.
+ * platform/chromium-win/fast/multicol/vertical-rl/nested-columns-expected.txt: Added.
+ * platform/chromium-win/fast/multicol/vertical-rl/unsplittable-inline-block-expected.checksum: Added.
+ * platform/chromium-win/fast/multicol/vertical-rl/unsplittable-inline-block-expected.png: Added.
+ * platform/chromium-win/fast/multicol/vertical-rl/unsplittable-inline-block-expected.txt: Added.
+ * platform/chromium-win/fast/table/028-vertical-expected.checksum:
+ * platform/chromium-win/fast/table/028-vertical-expected.png:
+ * platform/chromium-win/fast/table/028-vertical-expected.txt:
+ * platform/chromium-win/fast/table/border-collapsing/003-vertical-expected.checksum:
+ * platform/chromium-win/fast/table/border-collapsing/003-vertical-expected.png:
+ * platform/chromium-win/fast/table/border-collapsing/003-vertical-expected.txt:
+
+2011-01-26 Ryosuke Niwa <rniwa@webkit.org>
+
+ Unreviewed Chromium Windows/Linux rebaselines for r76726.
+
+ * platform/chromium-linux/fast/multicol/vertical-lr/float-paginate-complex-expected.checksum: Added.
+ * platform/chromium-linux/fast/multicol/vertical-lr/float-paginate-complex-expected.png: Added.
+ * platform/chromium-linux/fast/multicol/vertical-lr/float-paginate-expected.checksum: Added.
+ * platform/chromium-linux/fast/multicol/vertical-lr/float-paginate-expected.png: Added.
+ * platform/chromium-linux/fast/multicol/vertical-lr/nested-columns-expected.checksum: Added.
+ * platform/chromium-linux/fast/multicol/vertical-lr/nested-columns-expected.png: Added.
+ * platform/chromium-linux/fast/multicol/vertical-lr/unsplittable-inline-block-expected.checksum: Added.
+ * platform/chromium-linux/fast/multicol/vertical-lr/unsplittable-inline-block-expected.png: Added.
+ * platform/chromium-linux/fast/multicol/vertical-rl: Added.
+ * platform/chromium-linux/fast/multicol/vertical-rl/border-padding-pagination-expected.checksum: Added.
+ * platform/chromium-linux/fast/multicol/vertical-rl/border-padding-pagination-expected.png: Added.
+ * platform/chromium-linux/fast/multicol/vertical-rl/column-break-with-balancing-expected.checksum: Added.
+ * platform/chromium-linux/fast/multicol/vertical-rl/column-break-with-balancing-expected.png: Added.
+ * platform/chromium-linux/fast/multicol/vertical-rl/column-count-with-rules-expected.checksum: Added.
+ * platform/chromium-linux/fast/multicol/vertical-rl/column-count-with-rules-expected.png: Added.
+ * platform/chromium-linux/fast/multicol/vertical-rl/column-rules-expected.checksum: Added.
+ * platform/chromium-linux/fast/multicol/vertical-rl/column-rules-expected.png: Added.
+ * platform/chromium-linux/fast/multicol/vertical-rl/float-avoidance-expected.checksum: Added.
+ * platform/chromium-linux/fast/multicol/vertical-rl/float-avoidance-expected.png: Added.
+ * platform/chromium-win/fast/multicol/vertical-lr/float-paginate-complex-expected.checksum: Added.
+ * platform/chromium-win/fast/multicol/vertical-lr/float-paginate-complex-expected.png: Added.
+ * platform/chromium-win/fast/multicol/vertical-lr/float-paginate-complex-expected.txt: Added.
+ * platform/chromium-win/fast/multicol/vertical-lr/float-paginate-expected.checksum: Added.
+ * platform/chromium-win/fast/multicol/vertical-lr/float-paginate-expected.png: Added.
+ * platform/chromium-win/fast/multicol/vertical-lr/float-paginate-expected.txt: Added.
+ * platform/chromium-win/fast/multicol/vertical-lr/nested-columns-expected.checksum: Added.
+ * platform/chromium-win/fast/multicol/vertical-lr/nested-columns-expected.png: Added.
+ * platform/chromium-win/fast/multicol/vertical-lr/nested-columns-expected.txt: Added.
+ * platform/chromium-win/fast/multicol/vertical-lr/unsplittable-inline-block-expected.checksum: Added.
+ * platform/chromium-win/fast/multicol/vertical-lr/unsplittable-inline-block-expected.png: Added.
+ * platform/chromium-win/fast/multicol/vertical-lr/unsplittable-inline-block-expected.txt: Added.
+ * platform/chromium-win/fast/multicol/vertical-rl: Added.
+ * platform/chromium-win/fast/multicol/vertical-rl/border-padding-pagination-expected.checksum: Added.
+ * platform/chromium-win/fast/multicol/vertical-rl/border-padding-pagination-expected.png: Added.
+ * platform/chromium-win/fast/multicol/vertical-rl/border-padding-pagination-expected.txt: Added.
+ * platform/chromium-win/fast/multicol/vertical-rl/column-break-with-balancing-expected.checksum: Added.
+ * platform/chromium-win/fast/multicol/vertical-rl/column-break-with-balancing-expected.png: Added.
+ * platform/chromium-win/fast/multicol/vertical-rl/column-break-with-balancing-expected.txt: Added.
+ * platform/chromium-win/fast/multicol/vertical-rl/column-count-with-rules-expected.checksum: Added.
+ * platform/chromium-win/fast/multicol/vertical-rl/column-count-with-rules-expected.png: Added.
+ * platform/chromium-win/fast/multicol/vertical-rl/column-count-with-rules-expected.txt: Added.
+ * platform/chromium-win/fast/multicol/vertical-rl/column-rules-expected.checksum: Added.
+ * platform/chromium-win/fast/multicol/vertical-rl/column-rules-expected.png: Added.
+ * platform/chromium-win/fast/multicol/vertical-rl/column-rules-expected.txt: Added.
+ * platform/chromium-win/fast/multicol/vertical-rl/float-avoidance-expected.checksum: Added.
+ * platform/chromium-win/fast/multicol/vertical-rl/float-avoidance-expected.png: Added.
+ * platform/chromium-win/fast/multicol/vertical-rl/float-avoidance-expected.txt: Added.
+
+2011-01-26 Ryosuke Niwa <rniwa@webkit.org>
+
+ Unreviewed Chromium Windows/Linux rebaselines for r76726.
+
+ * platform/chromium-linux/fast/blockflow/vertical-baseline-alignment-expected.checksum:
+ * platform/chromium-linux/fast/blockflow/vertical-baseline-alignment-expected.png:
+ * platform/chromium-linux/fast/lists/002-vertical-expected.checksum:
+ * platform/chromium-linux/fast/lists/002-vertical-expected.png:
+ * platform/chromium-linux/fast/lists/002-vertical-expected.txt: Removed.
+ * platform/chromium-linux/fast/lists/003-vertical-expected.checksum:
+ * platform/chromium-linux/fast/lists/003-vertical-expected.png:
+ * platform/chromium-linux/fast/multicol/vertical-lr: Added.
+ * platform/chromium-linux/fast/multicol/vertical-lr/border-padding-pagination-expected.checksum: Added.
+ * platform/chromium-linux/fast/multicol/vertical-lr/border-padding-pagination-expected.png: Added.
+ * platform/chromium-linux/fast/multicol/vertical-lr/column-break-with-balancing-expected.checksum: Added.
+ * platform/chromium-linux/fast/multicol/vertical-lr/column-break-with-balancing-expected.png: Added.
+ * platform/chromium-linux/fast/multicol/vertical-lr/column-count-with-rules-expected.checksum: Added.
+ * platform/chromium-linux/fast/multicol/vertical-lr/column-count-with-rules-expected.png: Added.
+ * platform/chromium-linux/fast/multicol/vertical-lr/column-rules-expected.checksum: Added.
+ * platform/chromium-linux/fast/multicol/vertical-lr/column-rules-expected.png: Added.
+ * platform/chromium-linux/fast/multicol/vertical-lr/float-avoidance-expected.checksum: Added.
+ * platform/chromium-linux/fast/multicol/vertical-lr/float-avoidance-expected.png: Added.
+ * platform/chromium-linux/fast/multicol/vertical-lr/float-multicol-expected.checksum: Added.
+ * platform/chromium-linux/fast/multicol/vertical-lr/float-multicol-expected.png: Added.
+ * platform/chromium-win/fast/blockflow/vertical-baseline-alignment-expected.checksum:
+ * platform/chromium-win/fast/blockflow/vertical-baseline-alignment-expected.png:
+ * platform/chromium-win/fast/blockflow/vertical-baseline-alignment-expected.txt:
+ * platform/chromium-win/fast/lists/002-vertical-expected.checksum:
+ * platform/chromium-win/fast/lists/002-vertical-expected.png:
+ * platform/chromium-win/fast/lists/002-vertical-expected.txt:
+ * platform/chromium-win/fast/lists/003-vertical-expected.checksum:
+ * platform/chromium-win/fast/lists/003-vertical-expected.png:
+ * platform/chromium-win/fast/lists/003-vertical-expected.txt:
+ * platform/chromium-win/fast/multicol/vertical-lr: Added.
+ * platform/chromium-win/fast/multicol/vertical-lr/border-padding-pagination-expected.checksum: Added.
+ * platform/chromium-win/fast/multicol/vertical-lr/border-padding-pagination-expected.png: Added.
+ * platform/chromium-win/fast/multicol/vertical-lr/border-padding-pagination-expected.txt: Added.
+ * platform/chromium-win/fast/multicol/vertical-lr/column-break-with-balancing-expected.checksum: Added.
+ * platform/chromium-win/fast/multicol/vertical-lr/column-break-with-balancing-expected.png: Added.
+ * platform/chromium-win/fast/multicol/vertical-lr/column-break-with-balancing-expected.txt: Added.
+ * platform/chromium-win/fast/multicol/vertical-lr/column-count-with-rules-expected.checksum: Added.
+ * platform/chromium-win/fast/multicol/vertical-lr/column-count-with-rules-expected.png: Added.
+ * platform/chromium-win/fast/multicol/vertical-lr/column-count-with-rules-expected.txt: Added.
+ * platform/chromium-win/fast/multicol/vertical-lr/column-rules-expected.checksum: Added.
+ * platform/chromium-win/fast/multicol/vertical-lr/column-rules-expected.png: Added.
+ * platform/chromium-win/fast/multicol/vertical-lr/column-rules-expected.txt: Added.
+ * platform/chromium-win/fast/multicol/vertical-lr/float-avoidance-expected.checksum: Added.
+ * platform/chromium-win/fast/multicol/vertical-lr/float-avoidance-expected.png: Added.
+ * platform/chromium-win/fast/multicol/vertical-lr/float-avoidance-expected.txt: Added.
+ * platform/chromium-win/fast/multicol/vertical-lr/float-multicol-expected.checksum: Added.
+ * platform/chromium-win/fast/multicol/vertical-lr/float-multicol-expected.png: Added.
+ * platform/chromium-win/fast/multicol/vertical-lr/float-multicol-expected.txt: Added.
+
+2011-01-26 Brian Weinstein <bweinstein@apple.com>
+
+ Rebaseline Windows fast/blockfow results after r76726.
+
+ * platform/win/fast/blockflow/Kusa-Makura-background-canvas-expected.txt:
+ * platform/win/fast/blockflow/vertical-baseline-alignment-expected.txt:
+
+2011-01-26 Martin Robinson <mrobinson@igalia.com>
+
+ Reviewed by Xan Lopez.
+
+ [GTK] Pixel dumps do not include scrollbars in output images
+ https://bugs.webkit.org/show_bug.cgi?id=53216
+
+ Update expected results which should show scrollbars.
+
+ * platform/gtk/css2.1/t0803-c5502-mrgn-r-02-c-expected.checksum:
+ * platform/gtk/css2.1/t0803-c5502-mrgn-r-02-c-expected.png:
+ * platform/gtk/css2.1/t0803-c5505-mrgn-02-c-expected.checksum:
+ * platform/gtk/css2.1/t0803-c5505-mrgn-02-c-expected.png:
+ * platform/gtk/css2.1/t080301-c411-vt-mrgn-00-b-expected.checksum:
+ * platform/gtk/css2.1/t080301-c411-vt-mrgn-00-b-expected.png:
+ * platform/gtk/css2.1/t0905-c5525-fltclr-00-c-ag-expected.checksum:
+ * platform/gtk/css2.1/t0905-c5525-fltclr-00-c-ag-expected.png:
+ * platform/gtk/css2.1/t0905-c5525-fltmrgn-00-c-ag-expected.checksum:
+ * platform/gtk/css2.1/t0905-c5525-fltmrgn-00-c-ag-expected.png:
+ * platform/gtk/css2.1/t0905-c5525-fltwidth-00-c-g-expected.checksum:
+ * platform/gtk/css2.1/t0905-c5525-fltwidth-00-c-g-expected.png:
+ * platform/gtk/css2.1/t0905-c5526-fltclr-00-c-ag-expected.checksum:
+ * platform/gtk/css2.1/t0905-c5526-fltclr-00-c-ag-expected.png:
+ * platform/gtk/css2.1/t1002-c5523-width-02-b-g-expected.checksum:
+ * platform/gtk/css2.1/t1002-c5523-width-02-b-g-expected.png:
+ * platform/gtk/css2.1/t1202-counters-08-b-expected.checksum:
+ * platform/gtk/css2.1/t1202-counters-08-b-expected.png:
+ * platform/gtk/css2.1/t1202-counters-09-b-expected.checksum:
+ * platform/gtk/css2.1/t1202-counters-09-b-expected.png:
+ * platform/gtk/css2.1/t140201-c535-bg-fixd-00-b-g-expected.checksum:
+ * platform/gtk/css2.1/t140201-c535-bg-fixd-00-b-g-expected.png:
+ * platform/gtk/css2.1/t140201-c537-bgfxps-00-c-ag-expected.checksum:
+ * platform/gtk/css2.1/t140201-c537-bgfxps-00-c-ag-expected.png:
+ * platform/gtk/css2.1/t1508-c527-font-07-b-expected.checksum:
+ * platform/gtk/css2.1/t1508-c527-font-07-b-expected.png:
+
+2011-01-26 Martin Robinson <mrobinson@igalia.com>
+
+ [GTK] Text input controls do not react properly to CSS styling
+ https://bugs.webkit.org/show_bug.cgi?id=40855
+
+ Unskip tests which were previously skipped due to issue #40855.
+ The bug is closed now, so it's safe to rebaseline the tests and
+ unskip them.
+
+ * platform/gtk/Skipped: Unskip tests.
+ * platform/gtk/fast/forms/basic-selects-expected.checksum:
+ * platform/gtk/fast/forms/basic-selects-expected.png:
+ * platform/gtk/fast/forms/basic-selects-expected.txt:
+ * platform/gtk/fast/forms/basic-textareas-quirks-expected.checksum:
+ * platform/gtk/fast/forms/basic-textareas-quirks-expected.png:
+ * platform/gtk/fast/forms/basic-textareas-quirks-expected.txt:
+
+2011-01-26 Martin Robinson <mrobinson@igalia.com>
+
+ [GTK] media/unsupported-rtsp.html fails after timing out
+ https://bugs.webkit.org/show_bug.cgi?id=53056
+
+ * platform/gtk/Skipped: Update the skipped list to explain why this
+ test is skipped and should remain skipped.
+
+2011-01-26 Dan Bernstein <mitz@apple.com>
+
+ Reviewed by Dave Hyatt.
+
+ <rdar://problem/8446709> Allow inter-ideograph justification for CJK
+ https://bugs.webkit.org/show_bug.cgi?id=53184
+
+ * fast/text/justify-ideograph-complex.html: Added.
+ * fast/text/justify-ideograph-simple.html: Added.
+ * fast/text/justify-ideograph-vertical.html: Added.
+ * platform/mac/fast/text/justify-ideograph-complex-expected.checksum: Added.
+ * platform/mac/fast/text/justify-ideograph-complex-expected.png: Added.
+ * platform/mac/fast/text/justify-ideograph-complex-expected.txt: Added.
+ * platform/mac/fast/text/justify-ideograph-simple-expected.checksum: Added.
+ * platform/mac/fast/text/justify-ideograph-simple-expected.png: Added.
+ * platform/mac/fast/text/justify-ideograph-simple-expected.txt: Added.
+ * platform/mac/fast/text/justify-ideograph-vertical-expected.checksum: Added.
+ * platform/mac/fast/text/justify-ideograph-vertical-expected.png: Added.
+ * platform/mac/fast/text/justify-ideograph-vertical-expected.txt: Added.
+
+2011-01-26 Martin Robinson <mrobinson@igalia.com>
+
+ Add the final set of CSS 2.1 GTK+ baselines.
+
+ * platform/gtk/Skipped: Unskip the remaining CSS 2.1 tests.
+ * platform/gtk/css2.1: Add the remaining baselines.
+
+2011-01-26 Martin Robinson <mrobinson@igalia.com>
+
+ Add the next set of GTK+ baselines for the CSS 2.1 test suite.
+
+ * platform/gtk/Skipped: Unskip the next block of tests.
+ * platform/gtk/css2.1: Added CSS 2.1 test results for GTK+.
+
+2010-01-26 Evan Martin <evan@chromium.org>
+
+ Reviewed by Tony Chang.
+
+ [chromium] crash on getBoundingClientRect in complex text
+ https://bugs.webkit.org/show_bug.cgi?id=53199
+
+ Add a test that reproduces the crash and verifies the resulting values
+ are sane (when it didn't crash, it would get garbage values).
+
+ * platform/chromium-linux/fast/text/international/complex-text-rectangle-expected.txt: Added.
+ * platform/chromium-linux/fast/text/international/complex-text-rectangle.html: Added.
+
+2011-01-26 Emil A Eklund <eae@chromium.org>
+
+ Reviewed by Alexey Proskuryakov.
+
+ Remove cached document reference from CSSStyleSheet and XSLStyleSheet.
+ https://bugs.webkit.org/show_bug.cgi?id=52084
+
+ Added test for accessing a style sheet associated with a document that
+ has been removed.
+
+ * fast/dom/css-delete-doc-expected.txt: Added.
+ * fast/dom/css-delete-doc.html: Added.
+
+2011-01-26 Dave Hyatt <hyatt@apple.com>
+
+ Reviewed by Dan Bernstein.
+
+ https://bugs.webkit.org/show_bug.cgi?id=46421, make multi-column layout work with vertical text.
+
+ Added new tests in fast/multicol/vertical-lr and fast/multicol/vertical-rl.
+
+ * fast/multicol/break-properties-expected.txt:
+ * fast/multicol/break-properties.html:
+ * fast/multicol/float-truncation.html:
+ * fast/multicol/vertical-lr: Added.
+ * fast/multicol/vertical-lr/border-padding-pagination.html: Added.
+ * fast/multicol/vertical-lr/break-properties-expected.txt: Added.
+ * fast/multicol/vertical-lr/break-properties.html: Added.
+ * fast/multicol/vertical-lr/column-break-with-balancing.html: Added.
+ * fast/multicol/vertical-lr/column-count-with-rules.html: Added.
+ * fast/multicol/vertical-lr/column-rules.html: Added.
+ * fast/multicol/vertical-lr/float-avoidance.html: Added.
+ * fast/multicol/vertical-lr/float-multicol.html: Added.
+ * fast/multicol/vertical-lr/float-paginate-complex.html: Added.
+ * fast/multicol/vertical-lr/float-paginate.html: Added.
+ * fast/multicol/vertical-lr/float-truncation-expected.txt: Added.
+ * fast/multicol/vertical-lr/float-truncation.html: Added.
+ * fast/multicol/vertical-lr/gap-non-negative-expected.txt: Added.
+ * fast/multicol/vertical-lr/gap-non-negative.html: Added.
+ * fast/multicol/vertical-lr/image-inside-nested-blocks-with-border-expected.txt: Added.
+ * fast/multicol/vertical-lr/image-inside-nested-blocks-with-border.html: Added.
+ * fast/multicol/vertical-lr/nested-columns.html: Added.
+ * fast/multicol/vertical-lr/resources: Added.
+ * fast/multicol/vertical-lr/resources/blimp.png: Added.
+ * fast/multicol/vertical-lr/unsplittable-inline-block.html: Added.
+ * fast/multicol/vertical-rl: Added.
+ * fast/multicol/vertical-rl/border-padding-pagination.html: Added.
+ * fast/multicol/vertical-rl/break-properties-expected.txt: Added.
+ * fast/multicol/vertical-rl/break-properties.html: Added.
+ * fast/multicol/vertical-rl/column-break-with-balancing.html: Added.
+ * fast/multicol/vertical-rl/column-count-with-rules.html: Added.
+ * fast/multicol/vertical-rl/column-rules.html: Added.
+ * fast/multicol/vertical-rl/float-avoidance.html: Added.
+ * fast/multicol/vertical-rl/float-multicol.html: Added.
+ * fast/multicol/vertical-rl/float-paginate-complex.html: Added.
+ * fast/multicol/vertical-rl/float-paginate.html: Added.
+ * fast/multicol/vertical-rl/float-truncation-expected.txt: Added.
+ * fast/multicol/vertical-rl/float-truncation.html: Added.
+ * fast/multicol/vertical-rl/gap-non-negative-expected.txt: Added.
+ * fast/multicol/vertical-rl/gap-non-negative.html: Added.
+ * fast/multicol/vertical-rl/image-inside-nested-blocks-with-border-expected.txt: Added.
+ * fast/multicol/vertical-rl/image-inside-nested-blocks-with-border.html: Added.
+ * fast/multicol/vertical-rl/nested-columns.html: Added.
+ * fast/multicol/vertical-rl/resources: Added.
+ * fast/multicol/vertical-rl/resources/blimp.png: Added.
+ * fast/multicol/vertical-rl/unsplittable-inline-block.html: Added.
+ * platform/mac/fast/multicol/vertical-lr: Added.
+ * platform/mac/fast/multicol/vertical-lr/border-padding-pagination-expected.checksum: Added.
+ * platform/mac/fast/multicol/vertical-lr/border-padding-pagination-expected.png: Added.
+ * platform/mac/fast/multicol/vertical-lr/border-padding-pagination-expected.txt: Added.
+ * platform/mac/fast/multicol/vertical-lr/column-break-with-balancing-expected.checksum: Added.
+ * platform/mac/fast/multicol/vertical-lr/column-break-with-balancing-expected.png: Added.
+ * platform/mac/fast/multicol/vertical-lr/column-break-with-balancing-expected.txt: Added.
+ * platform/mac/fast/multicol/vertical-lr/column-count-with-rules-expected.checksum: Added.
+ * platform/mac/fast/multicol/vertical-lr/column-count-with-rules-expected.png: Added.
+ * platform/mac/fast/multicol/vertical-lr/column-count-with-rules-expected.txt: Added.
+ * platform/mac/fast/multicol/vertical-lr/column-rules-expected.checksum: Added.
+ * platform/mac/fast/multicol/vertical-lr/column-rules-expected.png: Added.
+ * platform/mac/fast/multicol/vertical-lr/column-rules-expected.txt: Added.
+ * platform/mac/fast/multicol/vertical-lr/float-avoidance-expected.checksum: Added.
+ * platform/mac/fast/multicol/vertical-lr/float-avoidance-expected.png: Added.
+ * platform/mac/fast/multicol/vertical-lr/float-avoidance-expected.txt: Added.
+ * platform/mac/fast/multicol/vertical-lr/float-multicol-expected.checksum: Added.
+ * platform/mac/fast/multicol/vertical-lr/float-multicol-expected.png: Added.
+ * platform/mac/fast/multicol/vertical-lr/float-multicol-expected.txt: Added.
+ * platform/mac/fast/multicol/vertical-lr/float-paginate-complex-expected.checksum: Added.
+ * platform/mac/fast/multicol/vertical-lr/float-paginate-complex-expected.png: Added.
+ * platform/mac/fast/multicol/vertical-lr/float-paginate-complex-expected.txt: Added.
+ * platform/mac/fast/multicol/vertical-lr/float-paginate-expected.checksum: Added.
+ * platform/mac/fast/multicol/vertical-lr/float-paginate-expected.png: Added.
+ * platform/mac/fast/multicol/vertical-lr/float-paginate-expected.txt: Added.
+ * platform/mac/fast/multicol/vertical-lr/nested-columns-expected.checksum: Added.
+ * platform/mac/fast/multicol/vertical-lr/nested-columns-expected.png: Added.
+ * platform/mac/fast/multicol/vertical-lr/nested-columns-expected.txt: Added.
+ * platform/mac/fast/multicol/vertical-lr/unsplittable-inline-block-expected.checksum: Added.
+ * platform/mac/fast/multicol/vertical-lr/unsplittable-inline-block-expected.png: Added.
+ * platform/mac/fast/multicol/vertical-lr/unsplittable-inline-block-expected.txt: Added.
+ * platform/mac/fast/multicol/vertical-rl: Added.
+ * platform/mac/fast/multicol/vertical-rl/border-padding-pagination-expected.checksum: Added.
+ * platform/mac/fast/multicol/vertical-rl/border-padding-pagination-expected.png: Added.
+ * platform/mac/fast/multicol/vertical-rl/border-padding-pagination-expected.txt: Added.
+ * platform/mac/fast/multicol/vertical-rl/column-break-with-balancing-expected.checksum: Added.
+ * platform/mac/fast/multicol/vertical-rl/column-break-with-balancing-expected.png: Added.
+ * platform/mac/fast/multicol/vertical-rl/column-break-with-balancing-expected.txt: Added.
+ * platform/mac/fast/multicol/vertical-rl/column-count-with-rules-expected.checksum: Added.
+ * platform/mac/fast/multicol/vertical-rl/column-count-with-rules-expected.png: Added.
+ * platform/mac/fast/multicol/vertical-rl/column-count-with-rules-expected.txt: Added.
+ * platform/mac/fast/multicol/vertical-rl/column-rules-expected.checksum: Added.
+ * platform/mac/fast/multicol/vertical-rl/column-rules-expected.png: Added.
+ * platform/mac/fast/multicol/vertical-rl/column-rules-expected.txt: Added.
+ * platform/mac/fast/multicol/vertical-rl/float-avoidance-expected.checksum: Added.
+ * platform/mac/fast/multicol/vertical-rl/float-avoidance-expected.png: Added.
+ * platform/mac/fast/multicol/vertical-rl/float-avoidance-expected.txt: Added.
+ * platform/mac/fast/multicol/vertical-rl/float-multicol-expected.checksum: Added.
+ * platform/mac/fast/multicol/vertical-rl/float-multicol-expected.png: Added.
+ * platform/mac/fast/multicol/vertical-rl/float-multicol-expected.txt: Added.
+ * platform/mac/fast/multicol/vertical-rl/float-paginate-complex-expected.checksum: Added.
+ * platform/mac/fast/multicol/vertical-rl/float-paginate-complex-expected.png: Added.
+ * platform/mac/fast/multicol/vertical-rl/float-paginate-complex-expected.txt: Added.
+ * platform/mac/fast/multicol/vertical-rl/float-paginate-expected.checksum: Added.
+ * platform/mac/fast/multicol/vertical-rl/float-paginate-expected.png: Added.
+ * platform/mac/fast/multicol/vertical-rl/float-paginate-expected.txt: Added.
+ * platform/mac/fast/multicol/vertical-rl/nested-columns-expected.checksum: Added.
+ * platform/mac/fast/multicol/vertical-rl/nested-columns-expected.png: Added.
+ * platform/mac/fast/multicol/vertical-rl/nested-columns-expected.txt: Added.
+ * platform/mac/fast/multicol/vertical-rl/unsplittable-inline-block-expected.checksum: Added.
+ * platform/mac/fast/multicol/vertical-rl/unsplittable-inline-block-expected.png: Added.
+ * platform/mac/fast/multicol/vertical-rl/unsplittable-inline-block-expected.txt: Added.
+
+2011-01-26 Tony Chang <tony@chromium.org>
+
+ Reviewed by Ryosuke Niwa.
+
+ [gtk] strip NUL characters when copying text/html on GTK+
+ https://bugs.webkit.org/show_bug.cgi?id=52508
+
+ * editing/pasteboard/copy-null-characters.html: Make sure we didn't
+ change innerHTML (it should still contain the null)
+ * platform/gtk/Skipped: Re-enable the test
+
+2011-01-26 Martin Robinson <mrobinson@igalia.com>
+
+ Add the next set of CSS 2.1 baselines for GTK+.
+
+ * platform/gtk/Skipped: Unskip tests which now have results.
+ * platform/gtk/css2.1/t010403-shand-border-00-c-expected.checksum: Added.
+ * platform/gtk/css2.1/t010403-shand-border-00-c-expected.png: Added.
+ * platform/gtk/css2.1/t010403-shand-border-00-c-expected.txt: Added.
+ * platform/gtk/css2.1/t010403-shand-font-00-b-expected.checksum: Added.
+ * platform/gtk/css2.1/t010403-shand-font-00-b-expected.png: Added.
+ * platform/gtk/css2.1/t010403-shand-font-00-b-expected.txt: Added.
+ * platform/gtk/css2.1/t010403-shand-font-01-b-expected.checksum: Added.
+ * platform/gtk/css2.1/t010403-shand-font-01-b-expected.png: Added.
+ * platform/gtk/css2.1/t010403-shand-font-01-b-expected.txt: Added.
+ * platform/gtk/css2.1/t010403-shand-font-02-b-expected.checksum: Added.
+ * platform/gtk/css2.1/t010403-shand-font-02-b-expected.png: Added.
+ * platform/gtk/css2.1/t010403-shand-font-02-b-expected.txt: Added.
+ * platform/gtk/css2.1/t010403-shand-font-03-b-expected.checksum: Added.
+ * platform/gtk/css2.1/t010403-shand-font-03-b-expected.png: Added.
+ * platform/gtk/css2.1/t010403-shand-font-03-b-expected.txt: Added.
+ * platform/gtk/css2.1/t040102-keywords-00-b-expected.checksum: Added.
+ * platform/gtk/css2.1/t040102-keywords-00-b-expected.png: Added.
+ * platform/gtk/css2.1/t040102-keywords-00-b-expected.txt: Added.
+ * platform/gtk/css2.1/t040102-keywords-01-b-expected.checksum: Added.
+ * platform/gtk/css2.1/t040102-keywords-01-b-expected.png: Added.
+ * platform/gtk/css2.1/t040102-keywords-01-b-expected.txt: Added.
+ * platform/gtk/css2.1/t040103-case-00-b-expected.checksum: Added.
+ * platform/gtk/css2.1/t040103-case-00-b-expected.png: Added.
+ * platform/gtk/css2.1/t040103-case-00-b-expected.txt: Added.
+ * platform/gtk/css2.1/t040103-case-01-c-expected.checksum: Added.
+ * platform/gtk/css2.1/t040103-case-01-c-expected.png: Added.
+ * platform/gtk/css2.1/t040103-case-01-c-expected.txt: Added.
+ * platform/gtk/css2.1/t040103-escapes-00-b-expected.checksum: Added.
+ * platform/gtk/css2.1/t040103-escapes-00-b-expected.png: Added.
+ * platform/gtk/css2.1/t040103-escapes-00-b-expected.txt: Added.
+ * platform/gtk/css2.1/t040103-escapes-01-b-expected.checksum: Added.
+ * platform/gtk/css2.1/t040103-escapes-01-b-expected.png: Added.
+ * platform/gtk/css2.1/t040103-escapes-01-b-expected.txt: Added.
+ * platform/gtk/css2.1/t040103-escapes-02-d-expected.checksum: Added.
+ * platform/gtk/css2.1/t040103-escapes-02-d-expected.png: Added.
+ * platform/gtk/css2.1/t040103-escapes-02-d-expected.txt: Added.
+ * platform/gtk/css2.1/t040103-escapes-03-b-expected.checksum: Added.
+ * platform/gtk/css2.1/t040103-escapes-03-b-expected.png: Added.
+ * platform/gtk/css2.1/t040103-escapes-03-b-expected.txt: Added.
+ * platform/gtk/css2.1/t040103-escapes-04-b-expected.checksum: Added.
+ * platform/gtk/css2.1/t040103-escapes-04-b-expected.png: Added.
+ * platform/gtk/css2.1/t040103-escapes-04-b-expected.txt: Added.
+ * platform/gtk/css2.1/t040103-escapes-05-c-expected.checksum: Added.
+ * platform/gtk/css2.1/t040103-escapes-05-c-expected.png: Added.
+ * platform/gtk/css2.1/t040103-escapes-05-c-expected.txt: Added.
+ * platform/gtk/css2.1/t040103-escapes-06-b-expected.checksum: Added.
+ * platform/gtk/css2.1/t040103-escapes-06-b-expected.png: Added.
+ * platform/gtk/css2.1/t040103-escapes-06-b-expected.txt: Added.
+ * platform/gtk/css2.1/t040103-escapes-07-b-expected.checksum: Added.
+ * platform/gtk/css2.1/t040103-escapes-07-b-expected.png: Added.
+ * platform/gtk/css2.1/t040103-escapes-07-b-expected.txt: Added.
+ * platform/gtk/css2.1/t040103-escapes-08-b-expected.checksum: Added.
+ * platform/gtk/css2.1/t040103-escapes-08-b-expected.png: Added.
+ * platform/gtk/css2.1/t040103-escapes-08-b-expected.txt: Added.
+ * platform/gtk/css2.1/t040103-ident-00-c-expected.checksum: Added.
+ * platform/gtk/css2.1/t040103-ident-00-c-expected.png: Added.
+ * platform/gtk/css2.1/t040103-ident-00-c-expected.txt: Added.
+ * platform/gtk/css2.1/t040103-ident-01-c-expected.checksum: Added.
+ * platform/gtk/css2.1/t040103-ident-01-c-expected.png: Added.
+ * platform/gtk/css2.1/t040103-ident-01-c-expected.txt: Added.
+ * platform/gtk/css2.1/t040103-ident-02-c-expected.checksum: Added.
+ * platform/gtk/css2.1/t040103-ident-02-c-expected.png: Added.
+ * platform/gtk/css2.1/t040103-ident-02-c-expected.txt: Added.
+ * platform/gtk/css2.1/t040103-ident-03-c-expected.checksum: Added.
+ * platform/gtk/css2.1/t040103-ident-03-c-expected.png: Added.
+ * platform/gtk/css2.1/t040103-ident-03-c-expected.txt: Added.
+ * platform/gtk/css2.1/t040103-ident-04-c-expected.checksum: Added.
+ * platform/gtk/css2.1/t040103-ident-04-c-expected.png: Added.
+ * platform/gtk/css2.1/t040103-ident-04-c-expected.txt: Added.
+ * platform/gtk/css2.1/t040103-ident-05-c-expected.checksum: Added.
+ * platform/gtk/css2.1/t040103-ident-05-c-expected.png: Added.
+ * platform/gtk/css2.1/t040103-ident-05-c-expected.txt: Added.
+ * platform/gtk/css2.1/t040103-ident-06-c-expected.checksum: Added.
+ * platform/gtk/css2.1/t040103-ident-06-c-expected.png: Added.
+ * platform/gtk/css2.1/t040103-ident-06-c-expected.txt: Added.
+ * platform/gtk/css2.1/t040103-ident-07-c-expected.checksum: Added.
+ * platform/gtk/css2.1/t040103-ident-07-c-expected.png: Added.
+ * platform/gtk/css2.1/t040103-ident-07-c-expected.txt: Added.
+ * platform/gtk/css2.1/t040103-ident-08-c-expected.checksum: Added.
+ * platform/gtk/css2.1/t040103-ident-08-c-expected.png: Added.
+ * platform/gtk/css2.1/t040103-ident-08-c-expected.txt: Added.
+ * platform/gtk/css2.1/t040103-ident-09-c-expected.checksum: Added.
+ * platform/gtk/css2.1/t040103-ident-09-c-expected.png: Added.
+ * platform/gtk/css2.1/t040103-ident-09-c-expected.txt: Added.
+ * platform/gtk/css2.1/t040103-ident-10-c-expected.checksum: Added.
+ * platform/gtk/css2.1/t040103-ident-10-c-expected.png: Added.
+ * platform/gtk/css2.1/t040103-ident-10-c-expected.txt: Added.
+ * platform/gtk/css2.1/t040103-ident-11-c-expected.checksum: Added.
+ * platform/gtk/css2.1/t040103-ident-11-c-expected.png: Added.
+ * platform/gtk/css2.1/t040103-ident-11-c-expected.txt: Added.
+ * platform/gtk/css2.1/t040103-ident-12-c-expected.checksum: Added.
+ * platform/gtk/css2.1/t040103-ident-12-c-expected.png: Added.
+ * platform/gtk/css2.1/t040103-ident-12-c-expected.txt: Added.
+ * platform/gtk/css2.1/t1202-counters-02-b-expected.checksum: Added.
+ * platform/gtk/css2.1/t1202-counters-02-b-expected.png: Added.
+ * platform/gtk/css2.1/t1202-counters-02-b-expected.txt: Added.
+ * platform/gtk/css2.1/t1202-counters-03-b-expected.checksum: Added.
+ * platform/gtk/css2.1/t1202-counters-03-b-expected.png: Added.
+ * platform/gtk/css2.1/t1202-counters-03-b-expected.txt: Added.
+ * platform/gtk/css2.1/t1202-counters-04-b-expected.checksum: Added.
+ * platform/gtk/css2.1/t1202-counters-04-b-expected.png: Added.
+ * platform/gtk/css2.1/t1202-counters-04-b-expected.txt: Added.
+ * platform/gtk/css2.1/t1202-counters-05-b-expected.checksum: Added.
+ * platform/gtk/css2.1/t1202-counters-05-b-expected.png: Added.
+ * platform/gtk/css2.1/t1202-counters-05-b-expected.txt: Added.
+ * platform/gtk/css2.1/t1202-counters-06-b-expected.checksum: Added.
+ * platform/gtk/css2.1/t1202-counters-06-b-expected.png: Added.
+ * platform/gtk/css2.1/t1202-counters-06-b-expected.txt: Added.
+ * platform/gtk/css2.1/t1202-counters-07-b-expected.checksum: Added.
+ * platform/gtk/css2.1/t1202-counters-07-b-expected.png: Added.
+ * platform/gtk/css2.1/t1202-counters-07-b-expected.txt: Added.
+ * platform/gtk/css2.1/t1202-counters-08-b-expected.checksum: Added.
+ * platform/gtk/css2.1/t1202-counters-08-b-expected.png: Added.
+ * platform/gtk/css2.1/t1202-counters-08-b-expected.txt: Added.
+ * platform/gtk/css2.1/t1202-counters-09-b-expected.checksum: Added.
+ * platform/gtk/css2.1/t1202-counters-09-b-expected.png: Added.
+ * platform/gtk/css2.1/t1202-counters-09-b-expected.txt: Added.
+ * platform/gtk/css2.1/t1202-counters-11-b-expected.checksum: Added.
+ * platform/gtk/css2.1/t1202-counters-11-b-expected.png: Added.
+ * platform/gtk/css2.1/t1202-counters-11-b-expected.txt: Added.
+ * platform/gtk/css2.1/t1202-counters-12-b-expected.checksum: Added.
+ * platform/gtk/css2.1/t1202-counters-12-b-expected.png: Added.
+ * platform/gtk/css2.1/t1202-counters-12-b-expected.txt: Added.
+ * platform/gtk/css2.1/t1202-counters-13-b-expected.checksum: Added.
+ * platform/gtk/css2.1/t1202-counters-13-b-expected.png: Added.
+ * platform/gtk/css2.1/t1202-counters-13-b-expected.txt: Added.
+ * platform/gtk/css2.1/t1202-counters-14-b-expected.checksum: Added.
+ * platform/gtk/css2.1/t1202-counters-14-b-expected.png: Added.
+ * platform/gtk/css2.1/t1202-counters-14-b-expected.txt: Added.
+ * platform/gtk/css2.1/t1202-counters-15-b-expected.checksum: Added.
+ * platform/gtk/css2.1/t1202-counters-15-b-expected.png: Added.
+ * platform/gtk/css2.1/t1202-counters-15-b-expected.txt: Added.
+ * platform/gtk/css2.1/t1202-counters-16-c-expected.checksum: Added.
+ * platform/gtk/css2.1/t1202-counters-16-c-expected.png: Added.
+ * platform/gtk/css2.1/t1202-counters-16-c-expected.txt: Added.
+ * platform/gtk/css2.1/t1202-counters-17-d-expected.checksum: Added.
+ * platform/gtk/css2.1/t1202-counters-17-d-expected.png: Added.
+ * platform/gtk/css2.1/t1202-counters-17-d-expected.txt: Added.
+ * platform/gtk/css2.1/t1202-counters-18-f-expected.checksum: Added.
+ * platform/gtk/css2.1/t1202-counters-18-f-expected.png: Added.
+ * platform/gtk/css2.1/t1202-counters-18-f-expected.txt: Added.
+ * platform/gtk/css2.1/t1204-implied-00-b-expected.checksum: Added.
+ * platform/gtk/css2.1/t1204-implied-00-b-expected.png: Added.
+ * platform/gtk/css2.1/t1204-implied-00-b-expected.txt: Added.
+ * platform/gtk/css2.1/t1204-implied-01-c-expected.checksum: Added.
+ * platform/gtk/css2.1/t1204-implied-01-c-expected.png: Added.
+ * platform/gtk/css2.1/t1204-implied-01-c-expected.txt: Added.
+ * platform/gtk/css2.1/t1204-implied-02-d-expected.checksum: Added.
+ * platform/gtk/css2.1/t1204-implied-02-d-expected.png: Added.
+ * platform/gtk/css2.1/t1204-implied-02-d-expected.txt: Added.
+ * platform/gtk/css2.1/t1204-multiple-00-c-expected.checksum: Added.
+ * platform/gtk/css2.1/t1204-multiple-00-c-expected.png: Added.
+ * platform/gtk/css2.1/t1204-multiple-00-c-expected.txt: Added.
+ * platform/gtk/css2.1/t1204-multiple-01-c-expected.checksum: Added.
+ * platform/gtk/css2.1/t1204-multiple-01-c-expected.png: Added.
+ * platform/gtk/css2.1/t1204-multiple-01-c-expected.txt: Added.
+ * platform/gtk/css2.1/t1204-order-00-c-expected.checksum: Added.
+ * platform/gtk/css2.1/t1204-order-00-c-expected.png: Added.
+ * platform/gtk/css2.1/t1204-order-00-c-expected.txt: Added.
+ * platform/gtk/css2.1/t1204-order-01-d-expected.checksum: Added.
+ * platform/gtk/css2.1/t1204-order-01-d-expected.png: Added.
+ * platform/gtk/css2.1/t1204-order-01-d-expected.txt: Added.
+ * platform/gtk/css2.1/t1204-root-e-expected.checksum: Added.
+ * platform/gtk/css2.1/t1204-root-e-expected.png: Added.
+ * platform/gtk/css2.1/t1204-root-e-expected.txt: Added.
+ * platform/gtk/css2.1/t1205-c561-list-displ-00-b-expected.checksum: Added.
+ * platform/gtk/css2.1/t1205-c561-list-displ-00-b-expected.png: Added.
+ * platform/gtk/css2.1/t1205-c561-list-displ-00-b-expected.txt: Added.
+ * platform/gtk/css2.1/t1205-c563-list-type-00-b-expected.checksum: Added.
+ * platform/gtk/css2.1/t1205-c563-list-type-00-b-expected.png: Added.
+ * platform/gtk/css2.1/t1205-c563-list-type-00-b-expected.txt: Added.
+ * platform/gtk/css2.1/t1205-c563-list-type-01-b-expected.checksum: Added.
+ * platform/gtk/css2.1/t1205-c563-list-type-01-b-expected.png: Added.
+ * platform/gtk/css2.1/t1205-c563-list-type-01-b-expected.txt: Added.
+ * platform/gtk/css2.1/t1205-c564-list-img-00-b-g-expected.checksum: Added.
+ * platform/gtk/css2.1/t1205-c564-list-img-00-b-g-expected.png: Added.
+ * platform/gtk/css2.1/t1205-c564-list-img-00-b-g-expected.txt: Added.
+ * platform/gtk/css2.1/t1205-c565-list-pos-00-b-expected.checksum: Added.
+ * platform/gtk/css2.1/t1205-c565-list-pos-00-b-expected.png: Added.
+ * platform/gtk/css2.1/t1205-c565-list-pos-00-b-expected.txt: Added.
+ * platform/gtk/css2.1/t1205-c566-list-stl-00-e-ag-expected.checksum: Added.
+ * platform/gtk/css2.1/t1205-c566-list-stl-00-e-ag-expected.png: Added.
+ * platform/gtk/css2.1/t1205-c566-list-stl-00-e-ag-expected.txt: Added.
+ * platform/gtk/css2.1/t1205-c566-list-stl-01-c-g-expected.checksum: Added.
+ * platform/gtk/css2.1/t1205-c566-list-stl-01-c-g-expected.png: Added.
+ * platform/gtk/css2.1/t1205-c566-list-stl-01-c-g-expected.txt: Added.
+ * platform/gtk/css2.1/t1401-c531-color-00-a-expected.checksum: Added.
+ * platform/gtk/css2.1/t1401-c531-color-00-a-expected.png: Added.
+ * platform/gtk/css2.1/t1401-c531-color-00-a-expected.txt: Added.
+ * platform/gtk/css2.1/t1402-c45-bg-canvas-00-b-expected.checksum: Added.
+ * platform/gtk/css2.1/t1402-c45-bg-canvas-00-b-expected.png: Added.
+ * platform/gtk/css2.1/t1402-c45-bg-canvas-00-b-expected.txt: Added.
+ * platform/gtk/css2.1/t1503-c522-font-family-00-b-expected.checksum: Added.
+ * platform/gtk/css2.1/t1503-c522-font-family-00-b-expected.png: Added.
+ * platform/gtk/css2.1/t1503-c522-font-family-00-b-expected.txt: Added.
+ * platform/gtk/css2.1/t1504-c523-font-style-00-b-expected.checksum: Added.
+ * platform/gtk/css2.1/t1504-c523-font-style-00-b-expected.png: Added.
+ * platform/gtk/css2.1/t1504-c523-font-style-00-b-expected.txt: Added.
+ * platform/gtk/css2.1/t1504-c543-txt-decor-00-d-g-expected.checksum: Added.
+ * platform/gtk/css2.1/t1504-c543-txt-decor-00-d-g-expected.png: Added.
+ * platform/gtk/css2.1/t1504-c543-txt-decor-00-d-g-expected.txt: Added.
+ * platform/gtk/css2.1/t1505-c524-font-var-00-b-expected.checksum: Added.
+ * platform/gtk/css2.1/t1505-c524-font-var-00-b-expected.png: Added.
+ * platform/gtk/css2.1/t1505-c524-font-var-00-b-expected.txt: Added.
+ * platform/gtk/css2.1/t1506-c525-font-wt-00-b-expected.checksum: Added.
+ * platform/gtk/css2.1/t1506-c525-font-wt-00-b-expected.png: Added.
+ * platform/gtk/css2.1/t1506-c525-font-wt-00-b-expected.txt: Added.
+ * platform/gtk/css2.1/t1507-c526-font-sz-00-b-expected.checksum: Added.
+ * platform/gtk/css2.1/t1507-c526-font-sz-00-b-expected.png: Added.
+ * platform/gtk/css2.1/t1507-c526-font-sz-00-b-expected.txt: Added.
+ * platform/gtk/css2.1/t1507-c526-font-sz-01-b-a-expected.checksum: Added.
+ * platform/gtk/css2.1/t1507-c526-font-sz-01-b-a-expected.png: Added.
+ * platform/gtk/css2.1/t1507-c526-font-sz-01-b-a-expected.txt: Added.
+ * platform/gtk/css2.1/t1507-c526-font-sz-02-b-a-expected.checksum: Added.
+ * platform/gtk/css2.1/t1507-c526-font-sz-02-b-a-expected.png: Added.
+ * platform/gtk/css2.1/t1507-c526-font-sz-02-b-a-expected.txt: Added.
+ * platform/gtk/css2.1/t1507-c526-font-sz-03-f-a-expected.checksum: Added.
+ * platform/gtk/css2.1/t1507-c526-font-sz-03-f-a-expected.png: Added.
+ * platform/gtk/css2.1/t1507-c526-font-sz-03-f-a-expected.txt: Added.
+ * platform/gtk/css2.1/t1508-c527-font-00-b-expected.checksum: Added.
+ * platform/gtk/css2.1/t1508-c527-font-00-b-expected.png: Added.
+ * platform/gtk/css2.1/t1508-c527-font-00-b-expected.txt: Added.
+ * platform/gtk/css2.1/t1508-c527-font-01-b-expected.checksum: Added.
+ * platform/gtk/css2.1/t1508-c527-font-01-b-expected.png: Added.
+ * platform/gtk/css2.1/t1508-c527-font-01-b-expected.txt: Added.
+ * platform/gtk/css2.1/t1508-c527-font-02-b-expected.checksum: Added.
+ * platform/gtk/css2.1/t1508-c527-font-02-b-expected.png: Added.
+ * platform/gtk/css2.1/t1508-c527-font-02-b-expected.txt: Added.
+ * platform/gtk/css2.1/t1508-c527-font-03-b-expected.checksum: Added.
+ * platform/gtk/css2.1/t1508-c527-font-03-b-expected.png: Added.
+ * platform/gtk/css2.1/t1508-c527-font-03-b-expected.txt: Added.
+ * platform/gtk/css2.1/t1508-c527-font-04-b-expected.checksum: Added.
+ * platform/gtk/css2.1/t1508-c527-font-04-b-expected.png: Added.
+ * platform/gtk/css2.1/t1508-c527-font-04-b-expected.txt: Added.
+ * platform/gtk/css2.1/t1508-c527-font-05-b-expected.checksum: Added.
+ * platform/gtk/css2.1/t1508-c527-font-05-b-expected.png: Added.
+ * platform/gtk/css2.1/t1508-c527-font-05-b-expected.txt: Added.
+ * platform/gtk/css2.1/t1508-c527-font-06-b-expected.checksum: Added.
+ * platform/gtk/css2.1/t1508-c527-font-06-b-expected.png: Added.
+ * platform/gtk/css2.1/t1508-c527-font-06-b-expected.txt: Added.
+ * platform/gtk/css2.1/t1508-c527-font-07-b-expected.checksum: Added.
+ * platform/gtk/css2.1/t1508-c527-font-07-b-expected.png: Added.
+ * platform/gtk/css2.1/t1508-c527-font-07-b-expected.txt: Added.
+ * platform/gtk/css2.1/t1508-c527-font-08-b-expected.checksum: Added.
+ * platform/gtk/css2.1/t1508-c527-font-08-b-expected.png: Added.
+ * platform/gtk/css2.1/t1508-c527-font-08-b-expected.txt: Added.
+ * platform/gtk/css2.1/t1508-c527-font-09-b-expected.checksum: Added.
+ * platform/gtk/css2.1/t1508-c527-font-09-b-expected.png: Added.
+ * platform/gtk/css2.1/t1508-c527-font-09-b-expected.txt: Added.
+ * platform/gtk/css2.1/t1508-c527-font-10-c-expected.checksum: Added.
+ * platform/gtk/css2.1/t1508-c527-font-10-c-expected.png: Added.
+ * platform/gtk/css2.1/t1508-c527-font-10-c-expected.txt: Added.
+ * platform/gtk/css2.1/t1601-c547-indent-00-b-a-expected.checksum: Added.
+ * platform/gtk/css2.1/t1601-c547-indent-00-b-a-expected.png: Added.
+ * platform/gtk/css2.1/t1601-c547-indent-00-b-a-expected.txt: Added.
+ * platform/gtk/css2.1/t1601-c547-indent-01-d-expected.checksum: Added.
+ * platform/gtk/css2.1/t1601-c547-indent-01-d-expected.png: Added.
+ * platform/gtk/css2.1/t1601-c547-indent-01-d-expected.txt: Added.
+ * platform/gtk/css2.1/t1602-c43-center-00-d-ag-expected.checksum: Added.
+ * platform/gtk/css2.1/t1602-c43-center-00-d-ag-expected.png: Added.
+ * platform/gtk/css2.1/t1602-c43-center-00-d-ag-expected.txt: Added.
+ * platform/gtk/css2.1/t1602-c546-txt-align-00-b-expected.checksum: Added.
+ * platform/gtk/css2.1/t1602-c546-txt-align-00-b-expected.png: Added.
+ * platform/gtk/css2.1/t1602-c546-txt-align-00-b-expected.txt: Added.
+ * platform/gtk/css2.1/t1604-c541-word-sp-00-b-a-expected.checksum: Added.
+ * platform/gtk/css2.1/t1604-c541-word-sp-00-b-a-expected.png: Added.
+ * platform/gtk/css2.1/t1604-c541-word-sp-00-b-a-expected.txt: Added.
+ * platform/gtk/css2.1/t1604-c541-word-sp-01-b-a-expected.checksum: Added.
+ * platform/gtk/css2.1/t1604-c541-word-sp-01-b-a-expected.png: Added.
+ * platform/gtk/css2.1/t1604-c541-word-sp-01-b-a-expected.txt: Added.
+ * platform/gtk/css2.1/t1604-c542-letter-sp-00-b-a-expected.checksum: Added.
+ * platform/gtk/css2.1/t1604-c542-letter-sp-00-b-a-expected.png: Added.
+ * platform/gtk/css2.1/t1604-c542-letter-sp-00-b-a-expected.txt: Added.
+ * platform/gtk/css2.1/t1604-c542-letter-sp-01-b-a-expected.checksum: Added.
+ * platform/gtk/css2.1/t1604-c542-letter-sp-01-b-a-expected.png: Added.
+ * platform/gtk/css2.1/t1604-c542-letter-sp-01-b-a-expected.txt: Added.
+ * platform/gtk/css2.1/t1605-c545-txttrans-00-b-ag-expected.checksum: Added.
+ * platform/gtk/css2.1/t1605-c545-txttrans-00-b-ag-expected.png: Added.
+ * platform/gtk/css2.1/t1605-c545-txttrans-00-b-ag-expected.txt: Added.
+ * platform/gtk/css2.1/t1606-c562-white-sp-00-b-ag-expected.checksum: Added.
+ * platform/gtk/css2.1/t1606-c562-white-sp-00-b-ag-expected.png: Added.
+ * platform/gtk/css2.1/t1606-c562-white-sp-00-b-ag-expected.txt: Added.
+
+2011-01-26 Martin Robinson <mrobinson@igalia.com>
+
+ Continue the import of GTK+ test results for the CSS 2.1 test suite.
+
+ * platform/gtk/Skipped: Unskip tests which now have results.
+ * platform/gtk/css2.1/t0805-c5512-ibrdr-rw-00-a-expected.checksum: Added.
+ * platform/gtk/css2.1/t0805-c5512-ibrdr-rw-00-a-expected.png: Added.
+ * platform/gtk/css2.1/t0805-c5512-ibrdr-rw-00-a-expected.txt: Added.
+ * platform/gtk/css2.1/t0805-c5513-brdr-bw-00-b-expected.checksum: Added.
+ * platform/gtk/css2.1/t0805-c5513-brdr-bw-00-b-expected.png: Added.
+ * platform/gtk/css2.1/t0805-c5513-brdr-bw-00-b-expected.txt: Added.
+ * platform/gtk/css2.1/t0805-c5513-brdr-bw-01-b-g-expected.checksum: Added.
+ * platform/gtk/css2.1/t0805-c5513-brdr-bw-01-b-g-expected.png: Added.
+ * platform/gtk/css2.1/t0805-c5513-brdr-bw-01-b-g-expected.txt: Added.
+ * platform/gtk/css2.1/t0805-c5513-brdr-bw-02-b-expected.checksum: Added.
+ * platform/gtk/css2.1/t0805-c5513-brdr-bw-02-b-expected.png: Added.
+ * platform/gtk/css2.1/t0805-c5513-brdr-bw-02-b-expected.txt: Added.
+ * platform/gtk/css2.1/t0805-c5513-brdr-bw-03-b-expected.checksum: Added.
+ * platform/gtk/css2.1/t0805-c5513-brdr-bw-03-b-expected.png: Added.
+ * platform/gtk/css2.1/t0805-c5513-brdr-bw-03-b-expected.txt: Added.
+ * platform/gtk/css2.1/t0805-c5513-ibrdr-bw-00-a-expected.checksum: Added.
+ * platform/gtk/css2.1/t0805-c5513-ibrdr-bw-00-a-expected.png: Added.
+ * platform/gtk/css2.1/t0805-c5513-ibrdr-bw-00-a-expected.txt: Added.
+ * platform/gtk/css2.1/t0805-c5514-brdr-lw-00-b-expected.checksum: Added.
+ * platform/gtk/css2.1/t0805-c5514-brdr-lw-00-b-expected.png: Added.
+ * platform/gtk/css2.1/t0805-c5514-brdr-lw-00-b-expected.txt: Added.
+ * platform/gtk/css2.1/t0805-c5514-brdr-lw-01-b-g-expected.checksum: Added.
+ * platform/gtk/css2.1/t0805-c5514-brdr-lw-01-b-g-expected.png: Added.
+ * platform/gtk/css2.1/t0805-c5514-brdr-lw-01-b-g-expected.txt: Added.
+ * platform/gtk/css2.1/t0805-c5514-brdr-lw-02-b-expected.checksum: Added.
+ * platform/gtk/css2.1/t0805-c5514-brdr-lw-02-b-expected.png: Added.
+ * platform/gtk/css2.1/t0805-c5514-brdr-lw-02-b-expected.txt: Added.
+ * platform/gtk/css2.1/t0805-c5514-brdr-lw-03-b-expected.checksum: Added.
+ * platform/gtk/css2.1/t0805-c5514-brdr-lw-03-b-expected.png: Added.
+ * platform/gtk/css2.1/t0805-c5514-brdr-lw-03-b-expected.txt: Added.
+ * platform/gtk/css2.1/t0805-c5514-ibrdr-lw-00-a-expected.checksum: Added.
+ * platform/gtk/css2.1/t0805-c5514-ibrdr-lw-00-a-expected.png: Added.
+ * platform/gtk/css2.1/t0805-c5514-ibrdr-lw-00-a-expected.txt: Added.
+ * platform/gtk/css2.1/t0805-c5515-brdr-w-00-a-expected.checksum: Added.
+ * platform/gtk/css2.1/t0805-c5515-brdr-w-00-a-expected.png: Added.
+ * platform/gtk/css2.1/t0805-c5515-brdr-w-00-a-expected.txt: Added.
+ * platform/gtk/css2.1/t0805-c5515-brdr-w-01-b-g-expected.checksum: Added.
+ * platform/gtk/css2.1/t0805-c5515-brdr-w-01-b-g-expected.png: Added.
+ * platform/gtk/css2.1/t0805-c5515-brdr-w-01-b-g-expected.txt: Added.
+ * platform/gtk/css2.1/t0805-c5515-brdr-w-02-b-expected.checksum: Added.
+ * platform/gtk/css2.1/t0805-c5515-brdr-w-02-b-expected.png: Added.
+ * platform/gtk/css2.1/t0805-c5515-brdr-w-02-b-expected.txt: Added.
+ * platform/gtk/css2.1/t0805-c5515-ibrdr-00-b-expected.checksum: Added.
+ * platform/gtk/css2.1/t0805-c5515-ibrdr-00-b-expected.png: Added.
+ * platform/gtk/css2.1/t0805-c5515-ibrdr-00-b-expected.txt: Added.
+ * platform/gtk/css2.1/t0805-c5516-brdr-c-00-a-expected.checksum: Added.
+ * platform/gtk/css2.1/t0805-c5516-brdr-c-00-a-expected.png: Added.
+ * platform/gtk/css2.1/t0805-c5516-brdr-c-00-a-expected.txt: Added.
+ * platform/gtk/css2.1/t0805-c5516-ibrdr-c-00-a-expected.checksum: Added.
+ * platform/gtk/css2.1/t0805-c5516-ibrdr-c-00-a-expected.png: Added.
+ * platform/gtk/css2.1/t0805-c5516-ibrdr-c-00-a-expected.txt: Added.
+ * platform/gtk/css2.1/t0805-c5517-brdr-s-00-c-expected.checksum: Added.
+ * platform/gtk/css2.1/t0805-c5517-brdr-s-00-c-expected.png: Added.
+ * platform/gtk/css2.1/t0805-c5517-brdr-s-00-c-expected.txt: Added.
+ * platform/gtk/css2.1/t0805-c5517-ibrdr-s-00-a-expected.checksum: Added.
+ * platform/gtk/css2.1/t0805-c5517-ibrdr-s-00-a-expected.png: Added.
+ * platform/gtk/css2.1/t0805-c5517-ibrdr-s-00-a-expected.txt: Added.
+ * platform/gtk/css2.1/t0805-c5518-brdr-t-00-a-expected.checksum: Added.
+ * platform/gtk/css2.1/t0805-c5518-brdr-t-00-a-expected.png: Added.
+ * platform/gtk/css2.1/t0805-c5518-brdr-t-00-a-expected.txt: Added.
+ * platform/gtk/css2.1/t0805-c5518-brdr-t-01-e-expected.checksum: Added.
+ * platform/gtk/css2.1/t0805-c5518-brdr-t-01-e-expected.png: Added.
+ * platform/gtk/css2.1/t0805-c5518-brdr-t-01-e-expected.txt: Added.
+ * platform/gtk/css2.1/t0805-c5518-ibrdr-t-00-a-expected.checksum: Added.
+ * platform/gtk/css2.1/t0805-c5518-ibrdr-t-00-a-expected.png: Added.
+ * platform/gtk/css2.1/t0805-c5518-ibrdr-t-00-a-expected.txt: Added.
+ * platform/gtk/css2.1/t0805-c5519-brdr-r-00-a-expected.checksum: Added.
+ * platform/gtk/css2.1/t0805-c5519-brdr-r-00-a-expected.png: Added.
+ * platform/gtk/css2.1/t0805-c5519-brdr-r-00-a-expected.txt: Added.
+ * platform/gtk/css2.1/t0805-c5519-brdr-r-01-e-expected.checksum: Added.
+ * platform/gtk/css2.1/t0805-c5519-brdr-r-01-e-expected.png: Added.
+ * platform/gtk/css2.1/t0805-c5519-brdr-r-01-e-expected.txt: Added.
+ * platform/gtk/css2.1/t0805-c5519-brdr-r-02-e-expected.checksum: Added.
+ * platform/gtk/css2.1/t0805-c5519-brdr-r-02-e-expected.png: Added.
+ * platform/gtk/css2.1/t0805-c5519-brdr-r-02-e-expected.txt: Added.
+ * platform/gtk/css2.1/t0805-c5519-ibrdr-r-00-a-expected.checksum: Added.
+ * platform/gtk/css2.1/t0805-c5519-ibrdr-r-00-a-expected.png: Added.
+ * platform/gtk/css2.1/t0805-c5519-ibrdr-r-00-a-expected.txt: Added.
+ * platform/gtk/css2.1/t0805-c5520-brdr-b-00-a-expected.checksum: Added.
+ * platform/gtk/css2.1/t0805-c5520-brdr-b-00-a-expected.png: Added.
+ * platform/gtk/css2.1/t0805-c5520-brdr-b-00-a-expected.txt: Added.
+ * platform/gtk/css2.1/t0805-c5520-brdr-b-01-e-expected.checksum: Added.
+ * platform/gtk/css2.1/t0805-c5520-brdr-b-01-e-expected.png: Added.
+ * platform/gtk/css2.1/t0805-c5520-brdr-b-01-e-expected.txt: Added.
+ * platform/gtk/css2.1/t0805-c5520-ibrdr-b-00-a-expected.checksum: Added.
+ * platform/gtk/css2.1/t0805-c5520-ibrdr-b-00-a-expected.png: Added.
+ * platform/gtk/css2.1/t0805-c5520-ibrdr-b-00-a-expected.txt: Added.
+ * platform/gtk/css2.1/t0805-c5521-brdr-l-00-a-expected.checksum: Added.
+ * platform/gtk/css2.1/t0805-c5521-brdr-l-00-a-expected.png: Added.
+ * platform/gtk/css2.1/t0805-c5521-brdr-l-00-a-expected.txt: Added.
+ * platform/gtk/css2.1/t0805-c5521-brdr-l-01-e-expected.checksum: Added.
+ * platform/gtk/css2.1/t0805-c5521-brdr-l-01-e-expected.png: Added.
+ * platform/gtk/css2.1/t0805-c5521-brdr-l-01-e-expected.txt: Added.
+ * platform/gtk/css2.1/t0805-c5521-brdr-l-02-e-expected.checksum: Added.
+ * platform/gtk/css2.1/t0805-c5521-brdr-l-02-e-expected.png: Added.
+ * platform/gtk/css2.1/t0805-c5521-brdr-l-02-e-expected.txt: Added.
+ * platform/gtk/css2.1/t0805-c5521-ibrdr-l-00-a-expected.checksum: Added.
+ * platform/gtk/css2.1/t0805-c5521-ibrdr-l-00-a-expected.png: Added.
+ * platform/gtk/css2.1/t0805-c5521-ibrdr-l-00-a-expected.txt: Added.
+ * platform/gtk/css2.1/t0805-c5522-brdr-00-b-expected.checksum: Added.
+ * platform/gtk/css2.1/t0805-c5522-brdr-00-b-expected.png: Added.
+ * platform/gtk/css2.1/t0805-c5522-brdr-00-b-expected.txt: Added.
+ * platform/gtk/css2.1/t0805-c5522-brdr-01-b-g-expected.checksum: Added.
+ * platform/gtk/css2.1/t0805-c5522-brdr-01-b-g-expected.png: Added.
+ * platform/gtk/css2.1/t0805-c5522-brdr-01-b-g-expected.txt: Added.
+ * platform/gtk/css2.1/t0805-c5522-brdr-02-e-expected.checksum: Added.
+ * platform/gtk/css2.1/t0805-c5522-brdr-02-e-expected.png: Added.
+ * platform/gtk/css2.1/t0805-c5522-brdr-02-e-expected.txt: Added.
+ * platform/gtk/css2.1/t0805-c5522-ibrdr-00-a-expected.checksum: Added.
+ * platform/gtk/css2.1/t0805-c5522-ibrdr-00-a-expected.png: Added.
+ * platform/gtk/css2.1/t0805-c5522-ibrdr-00-a-expected.txt: Added.
+ * platform/gtk/css2.1/t0905-c414-flt-00-d-expected.checksum: Added.
+ * platform/gtk/css2.1/t0905-c414-flt-00-d-expected.png: Added.
+ * platform/gtk/css2.1/t0905-c414-flt-00-d-expected.txt: Added.
+ * platform/gtk/css2.1/t0905-c414-flt-01-d-g-expected.checksum: Added.
+ * platform/gtk/css2.1/t0905-c414-flt-01-d-g-expected.png: Added.
+ * platform/gtk/css2.1/t0905-c414-flt-01-d-g-expected.txt: Added.
+ * platform/gtk/css2.1/t0905-c414-flt-02-c-expected.checksum: Added.
+ * platform/gtk/css2.1/t0905-c414-flt-02-c-expected.png: Added.
+ * platform/gtk/css2.1/t0905-c414-flt-02-c-expected.txt: Added.
+ * platform/gtk/css2.1/t0905-c414-flt-03-c-expected.checksum: Added.
+ * platform/gtk/css2.1/t0905-c414-flt-03-c-expected.png: Added.
+ * platform/gtk/css2.1/t0905-c414-flt-03-c-expected.txt: Added.
+ * platform/gtk/css2.1/t0905-c414-flt-04-c-expected.checksum: Added.
+ * platform/gtk/css2.1/t0905-c414-flt-04-c-expected.png: Added.
+ * platform/gtk/css2.1/t0905-c414-flt-04-c-expected.txt: Added.
+ * platform/gtk/css2.1/t0905-c414-flt-fit-00-d-expected.checksum: Added.
+ * platform/gtk/css2.1/t0905-c414-flt-fit-00-d-expected.png: Added.
+ * platform/gtk/css2.1/t0905-c414-flt-fit-00-d-expected.txt: Added.
+ * platform/gtk/css2.1/t0905-c414-flt-fit-01-d-g-expected.checksum: Added.
+ * platform/gtk/css2.1/t0905-c414-flt-fit-01-d-g-expected.png: Added.
+ * platform/gtk/css2.1/t0905-c414-flt-fit-01-d-g-expected.txt: Added.
+ * platform/gtk/css2.1/t0905-c414-flt-wrap-00-e-expected.checksum: Added.
+ * platform/gtk/css2.1/t0905-c414-flt-wrap-00-e-expected.png: Added.
+ * platform/gtk/css2.1/t0905-c414-flt-wrap-00-e-expected.txt: Added.
+ * platform/gtk/css2.1/t0905-c414-flt-wrap-01-d-g-expected.checksum: Added.
+ * platform/gtk/css2.1/t0905-c414-flt-wrap-01-d-g-expected.png: Added.
+ * platform/gtk/css2.1/t0905-c414-flt-wrap-01-d-g-expected.txt: Added.
+ * platform/gtk/css2.1/t0905-c5525-fltblck-00-d-ag-expected.checksum: Added.
+ * platform/gtk/css2.1/t0905-c5525-fltblck-00-d-ag-expected.png: Added.
+ * platform/gtk/css2.1/t0905-c5525-fltblck-00-d-ag-expected.txt: Added.
+ * platform/gtk/css2.1/t0905-c5525-fltblck-01-d-expected.checksum: Added.
+ * platform/gtk/css2.1/t0905-c5525-fltblck-01-d-expected.png: Added.
+ * platform/gtk/css2.1/t0905-c5525-fltblck-01-d-expected.txt: Added.
+ * platform/gtk/css2.1/t0905-c5525-fltclr-00-c-ag-expected.checksum: Added.
+ * platform/gtk/css2.1/t0905-c5525-fltclr-00-c-ag-expected.png: Added.
+ * platform/gtk/css2.1/t0905-c5525-fltclr-00-c-ag-expected.txt: Added.
+ * platform/gtk/css2.1/t0905-c5525-fltcont-00-d-g-expected.checksum: Added.
+ * platform/gtk/css2.1/t0905-c5525-fltcont-00-d-g-expected.png: Added.
+ * platform/gtk/css2.1/t0905-c5525-fltcont-00-d-g-expected.txt: Added.
+ * platform/gtk/css2.1/t0905-c5525-flthw-00-c-g-expected.checksum: Added.
+ * platform/gtk/css2.1/t0905-c5525-flthw-00-c-g-expected.png: Added.
+ * platform/gtk/css2.1/t0905-c5525-flthw-00-c-g-expected.txt: Added.
+ * platform/gtk/css2.1/t0905-c5525-fltinln-00-c-ag-expected.checksum: Added.
+ * platform/gtk/css2.1/t0905-c5525-fltinln-00-c-ag-expected.png: Added.
+ * platform/gtk/css2.1/t0905-c5525-fltinln-00-c-ag-expected.txt: Added.
+ * platform/gtk/css2.1/t0905-c5525-fltmrgn-00-c-ag-expected.checksum: Added.
+ * platform/gtk/css2.1/t0905-c5525-fltmrgn-00-c-ag-expected.png: Added.
+ * platform/gtk/css2.1/t0905-c5525-fltmrgn-00-c-ag-expected.txt: Added.
+ * platform/gtk/css2.1/t0905-c5525-fltmult-00-d-g-expected.checksum: Added.
+ * platform/gtk/css2.1/t0905-c5525-fltmult-00-d-g-expected.png: Added.
+ * platform/gtk/css2.1/t0905-c5525-fltmult-00-d-g-expected.txt: Added.
+ * platform/gtk/css2.1/t0905-c5525-fltwidth-00-c-g-expected.checksum: Added.
+ * platform/gtk/css2.1/t0905-c5525-fltwidth-00-c-g-expected.png: Added.
+ * platform/gtk/css2.1/t0905-c5525-fltwidth-00-c-g-expected.txt: Added.
+ * platform/gtk/css2.1/t0905-c5525-fltwidth-01-c-g-expected.checksum: Added.
+ * platform/gtk/css2.1/t0905-c5525-fltwidth-01-c-g-expected.png: Added.
+ * platform/gtk/css2.1/t0905-c5525-fltwidth-01-c-g-expected.txt: Added.
+ * platform/gtk/css2.1/t0905-c5525-fltwidth-02-c-g-expected.checksum: Added.
+ * platform/gtk/css2.1/t0905-c5525-fltwidth-02-c-g-expected.png: Added.
+ * platform/gtk/css2.1/t0905-c5525-fltwidth-02-c-g-expected.txt: Added.
+ * platform/gtk/css2.1/t0905-c5525-fltwidth-03-c-g-expected.checksum: Added.
+ * platform/gtk/css2.1/t0905-c5525-fltwidth-03-c-g-expected.png: Added.
+ * platform/gtk/css2.1/t0905-c5525-fltwidth-03-c-g-expected.txt: Added.
+ * platform/gtk/css2.1/t0905-c5525-fltwrap-00-b-expected.checksum: Added.
+ * platform/gtk/css2.1/t0905-c5525-fltwrap-00-b-expected.png: Added.
+ * platform/gtk/css2.1/t0905-c5525-fltwrap-00-b-expected.txt: Added.
+ * platform/gtk/css2.1/t0905-c5526-fltclr-00-c-ag-expected.checksum: Added.
+ * platform/gtk/css2.1/t0905-c5526-fltclr-00-c-ag-expected.png: Added.
+ * platform/gtk/css2.1/t0905-c5526-fltclr-00-c-ag-expected.txt: Added.
+ * platform/gtk/css2.1/t0905-c5526-flthw-00-c-g-expected.checksum: Added.
+ * platform/gtk/css2.1/t0905-c5526-flthw-00-c-g-expected.png: Added.
+ * platform/gtk/css2.1/t0905-c5526-flthw-00-c-g-expected.txt: Added.
+ * platform/gtk/css2.1/t1001-abs-pos-cb-01-b-expected.checksum: Added.
+ * platform/gtk/css2.1/t1001-abs-pos-cb-01-b-expected.png: Added.
+ * platform/gtk/css2.1/t1001-abs-pos-cb-01-b-expected.txt: Added.
+ * platform/gtk/css2.1/t1001-abs-pos-cb-02-b-expected.checksum: Added.
+ * platform/gtk/css2.1/t1001-abs-pos-cb-02-b-expected.png: Added.
+ * platform/gtk/css2.1/t1001-abs-pos-cb-02-b-expected.txt: Added.
+ * platform/gtk/css2.1/t1001-abs-pos-cb-03-b-expected.checksum: Added.
+ * platform/gtk/css2.1/t1001-abs-pos-cb-03-b-expected.png: Added.
+ * platform/gtk/css2.1/t1001-abs-pos-cb-03-b-expected.txt: Added.
+ * platform/gtk/css2.1/t1001-abs-pos-cb-04-b-expected.checksum: Added.
+ * platform/gtk/css2.1/t1001-abs-pos-cb-04-b-expected.png: Added.
+ * platform/gtk/css2.1/t1001-abs-pos-cb-04-b-expected.txt: Added.
+ * platform/gtk/css2.1/t1001-abs-pos-cb-05-b-expected.checksum: Added.
+ * platform/gtk/css2.1/t1001-abs-pos-cb-05-b-expected.png: Added.
+ * platform/gtk/css2.1/t1001-abs-pos-cb-05-b-expected.txt: Added.
+ * platform/gtk/css2.1/t1001-abs-pos-cb-06-b-expected.checksum: Added.
+ * platform/gtk/css2.1/t1001-abs-pos-cb-06-b-expected.png: Added.
+ * platform/gtk/css2.1/t1001-abs-pos-cb-06-b-expected.txt: Added.
+ * platform/gtk/css2.1/t1001-abs-pos-cb-07-b-expected.checksum: Added.
+ * platform/gtk/css2.1/t1001-abs-pos-cb-07-b-expected.png: Added.
+ * platform/gtk/css2.1/t1001-abs-pos-cb-07-b-expected.txt: Added.
+ * platform/gtk/css2.1/t1001-abs-pos-cb-08-b-expected.checksum: Added.
+ * platform/gtk/css2.1/t1001-abs-pos-cb-08-b-expected.png: Added.
+ * platform/gtk/css2.1/t1001-abs-pos-cb-08-b-expected.txt: Added.
+ * platform/gtk/css2.1/t1001-abs-pos-cb-09-b-expected.checksum: Added.
+ * platform/gtk/css2.1/t1001-abs-pos-cb-09-b-expected.png: Added.
+ * platform/gtk/css2.1/t1001-abs-pos-cb-09-b-expected.txt: Added.
+ * platform/gtk/css2.1/t1002-c5523-width-00-b-g-expected.checksum: Added.
+ * platform/gtk/css2.1/t1002-c5523-width-00-b-g-expected.png: Added.
+ * platform/gtk/css2.1/t1002-c5523-width-00-b-g-expected.txt: Added.
+ * platform/gtk/css2.1/t1002-c5523-width-01-b-g-expected.checksum: Added.
+ * platform/gtk/css2.1/t1002-c5523-width-01-b-g-expected.png: Added.
+ * platform/gtk/css2.1/t1002-c5523-width-01-b-g-expected.txt: Added.
+ * platform/gtk/css2.1/t1002-c5523-width-02-b-g-expected.checksum: Added.
+ * platform/gtk/css2.1/t1002-c5523-width-02-b-g-expected.png: Added.
+ * platform/gtk/css2.1/t1002-c5523-width-02-b-g-expected.txt: Added.
+ * platform/gtk/css2.1/t1004-c43-rpl-bbx-00-d-ag-expected.checksum: Added.
+ * platform/gtk/css2.1/t1004-c43-rpl-bbx-00-d-ag-expected.png: Added.
+ * platform/gtk/css2.1/t1004-c43-rpl-bbx-00-d-ag-expected.txt: Added.
+ * platform/gtk/css2.1/t1004-c43-rpl-ibx-00-d-ag-expected.checksum: Added.
+ * platform/gtk/css2.1/t1004-c43-rpl-ibx-00-d-ag-expected.png: Added.
+ * platform/gtk/css2.1/t1004-c43-rpl-ibx-00-d-ag-expected.txt: Added.
+ * platform/gtk/css2.1/t1004-c5524-width-00-b-g-expected.checksum: Added.
+ * platform/gtk/css2.1/t1004-c5524-width-00-b-g-expected.png: Added.
+ * platform/gtk/css2.1/t1004-c5524-width-00-b-g-expected.txt: Added.
+ * platform/gtk/css2.1/t1005-c5524-width-00-b-g-expected.checksum: Added.
+ * platform/gtk/css2.1/t1005-c5524-width-00-b-g-expected.png: Added.
+ * platform/gtk/css2.1/t1005-c5524-width-00-b-g-expected.txt: Added.
+ * platform/gtk/css2.1/t1005-c5524-width-01-b-g-expected.checksum: Added.
+ * platform/gtk/css2.1/t1005-c5524-width-01-b-g-expected.png: Added.
+ * platform/gtk/css2.1/t1005-c5524-width-01-b-g-expected.txt: Added.
+ * platform/gtk/css2.1/t1008-c44-ln-box-00-d-ag-expected.checksum: Added.
+ * platform/gtk/css2.1/t1008-c44-ln-box-00-d-ag-expected.png: Added.
+ * platform/gtk/css2.1/t1008-c44-ln-box-00-d-ag-expected.txt: Added.
+ * platform/gtk/css2.1/t1008-c44-ln-box-01-d-ag-expected.checksum: Added.
+ * platform/gtk/css2.1/t1008-c44-ln-box-01-d-ag-expected.png: Added.
+ * platform/gtk/css2.1/t1008-c44-ln-box-01-d-ag-expected.txt: Added.
+ * platform/gtk/css2.1/t1008-c44-ln-box-02-d-ag-expected.checksum: Added.
+ * platform/gtk/css2.1/t1008-c44-ln-box-02-d-ag-expected.png: Added.
+ * platform/gtk/css2.1/t1008-c44-ln-box-02-d-ag-expected.txt: Added.
+ * platform/gtk/css2.1/t1008-c44-ln-box-03-d-ag-expected.checksum: Added.
+ * platform/gtk/css2.1/t1008-c44-ln-box-03-d-ag-expected.png: Added.
+ * platform/gtk/css2.1/t1008-c44-ln-box-03-d-ag-expected.txt: Added.
+ * platform/gtk/css2.1/t1202-counter-00-b-expected.checksum: Added.
+ * platform/gtk/css2.1/t1202-counter-00-b-expected.png: Added.
+ * platform/gtk/css2.1/t1202-counter-00-b-expected.txt: Added.
+ * platform/gtk/css2.1/t1202-counter-01-b-expected.checksum: Added.
+ * platform/gtk/css2.1/t1202-counter-01-b-expected.png: Added.
+ * platform/gtk/css2.1/t1202-counter-01-b-expected.txt: Added.
+ * platform/gtk/css2.1/t1202-counter-02-b-expected.checksum: Added.
+ * platform/gtk/css2.1/t1202-counter-02-b-expected.png: Added.
+ * platform/gtk/css2.1/t1202-counter-02-b-expected.txt: Added.
+ * platform/gtk/css2.1/t1202-counter-03-b-expected.checksum: Added.
+ * platform/gtk/css2.1/t1202-counter-03-b-expected.png: Added.
+ * platform/gtk/css2.1/t1202-counter-03-b-expected.txt: Added.
+ * platform/gtk/css2.1/t1202-counter-04-b-expected.checksum: Added.
+ * platform/gtk/css2.1/t1202-counter-04-b-expected.png: Added.
+ * platform/gtk/css2.1/t1202-counter-04-b-expected.txt: Added.
+ * platform/gtk/css2.1/t1202-counter-05-b-expected.checksum: Added.
+ * platform/gtk/css2.1/t1202-counter-05-b-expected.png: Added.
+ * platform/gtk/css2.1/t1202-counter-05-b-expected.txt: Added.
+ * platform/gtk/css2.1/t1202-counter-06-b-expected.checksum: Added.
+ * platform/gtk/css2.1/t1202-counter-06-b-expected.png: Added.
+ * platform/gtk/css2.1/t1202-counter-06-b-expected.txt: Added.
+ * platform/gtk/css2.1/t1202-counter-07-b-expected.checksum: Added.
+ * platform/gtk/css2.1/t1202-counter-07-b-expected.png: Added.
+ * platform/gtk/css2.1/t1202-counter-07-b-expected.txt: Added.
+ * platform/gtk/css2.1/t1202-counter-08-b-expected.checksum: Added.
+ * platform/gtk/css2.1/t1202-counter-08-b-expected.png: Added.
+ * platform/gtk/css2.1/t1202-counter-08-b-expected.txt: Added.
+ * platform/gtk/css2.1/t1202-counter-09-b-expected.checksum: Added.
+ * platform/gtk/css2.1/t1202-counter-09-b-expected.png: Added.
+ * platform/gtk/css2.1/t1202-counter-09-b-expected.txt: Added.
+ * platform/gtk/css2.1/t1202-counter-11-b-expected.checksum: Added.
+ * platform/gtk/css2.1/t1202-counter-11-b-expected.png: Added.
+ * platform/gtk/css2.1/t1202-counter-11-b-expected.txt: Added.
+ * platform/gtk/css2.1/t1202-counter-12-b-expected.checksum: Added.
+ * platform/gtk/css2.1/t1202-counter-12-b-expected.png: Added.
+ * platform/gtk/css2.1/t1202-counter-12-b-expected.txt: Added.
+ * platform/gtk/css2.1/t1202-counter-13-b-expected.checksum: Added.
+ * platform/gtk/css2.1/t1202-counter-13-b-expected.png: Added.
+ * platform/gtk/css2.1/t1202-counter-13-b-expected.txt: Added.
+ * platform/gtk/css2.1/t1202-counter-14-b-expected.checksum: Added.
+ * platform/gtk/css2.1/t1202-counter-14-b-expected.png: Added.
+ * platform/gtk/css2.1/t1202-counter-14-b-expected.txt: Added.
+ * platform/gtk/css2.1/t1202-counter-15-b-expected.checksum: Added.
+ * platform/gtk/css2.1/t1202-counter-15-b-expected.png: Added.
+ * platform/gtk/css2.1/t1202-counter-15-b-expected.txt: Added.
+ * platform/gtk/css2.1/t1202-counter-16-f-expected.checksum: Added.
+ * platform/gtk/css2.1/t1202-counter-16-f-expected.png: Added.
+ * platform/gtk/css2.1/t1202-counter-16-f-expected.txt: Added.
+ * platform/gtk/css2.1/t1202-counters-00-b-expected.checksum: Added.
+ * platform/gtk/css2.1/t1202-counters-00-b-expected.png: Added.
+ * platform/gtk/css2.1/t1202-counters-00-b-expected.txt: Added.
+ * platform/gtk/css2.1/t1202-counters-01-b-expected.checksum: Added.
+ * platform/gtk/css2.1/t1202-counters-01-b-expected.png: Added.
+ * platform/gtk/css2.1/t1202-counters-01-b-expected.txt: Added.
+
+2011-01-26 Martin Robinson <mrobinson@igalia.com>
+
+ Continue importing GTK+ test results for the CSS 2.1 test suite.
+
+ * platform/gtk/Skipped: Unskip tests with results.
+ * platform/gtk/css2.1/t0803-c5504-imrgn-l-05-b-ag-expected.checksum: Added.
+ * platform/gtk/css2.1/t0803-c5504-imrgn-l-05-b-ag-expected.png: Added.
+ * platform/gtk/css2.1/t0803-c5504-imrgn-l-05-b-ag-expected.txt: Added.
+ * platform/gtk/css2.1/t0803-c5504-imrgn-l-06-b-ag-expected.checksum: Added.
+ * platform/gtk/css2.1/t0803-c5504-imrgn-l-06-b-ag-expected.png: Added.
+ * platform/gtk/css2.1/t0803-c5504-imrgn-l-06-b-ag-expected.txt: Added.
+ * platform/gtk/css2.1/t0803-c5504-mrgn-l-00-c-ag-expected.checksum: Added.
+ * platform/gtk/css2.1/t0803-c5504-mrgn-l-00-c-ag-expected.png: Added.
+ * platform/gtk/css2.1/t0803-c5504-mrgn-l-00-c-ag-expected.txt: Added.
+ * platform/gtk/css2.1/t0803-c5504-mrgn-l-01-c-a-expected.checksum: Added.
+ * platform/gtk/css2.1/t0803-c5504-mrgn-l-01-c-a-expected.png: Added.
+ * platform/gtk/css2.1/t0803-c5504-mrgn-l-01-c-a-expected.txt: Added.
+ * platform/gtk/css2.1/t0803-c5504-mrgn-l-02-c-expected.checksum: Added.
+ * platform/gtk/css2.1/t0803-c5504-mrgn-l-02-c-expected.png: Added.
+ * platform/gtk/css2.1/t0803-c5504-mrgn-l-02-c-expected.txt: Added.
+ * platform/gtk/css2.1/t0803-c5504-mrgn-l-03-c-expected.checksum: Added.
+ * platform/gtk/css2.1/t0803-c5504-mrgn-l-03-c-expected.png: Added.
+ * platform/gtk/css2.1/t0803-c5504-mrgn-l-03-c-expected.txt: Added.
+ * platform/gtk/css2.1/t0803-c5505-imrgn-00-a-ag-expected.checksum: Added.
+ * platform/gtk/css2.1/t0803-c5505-imrgn-00-a-ag-expected.png: Added.
+ * platform/gtk/css2.1/t0803-c5505-imrgn-00-a-ag-expected.txt: Added.
+ * platform/gtk/css2.1/t0803-c5505-mrgn-00-b-ag-expected.checksum: Added.
+ * platform/gtk/css2.1/t0803-c5505-mrgn-00-b-ag-expected.png: Added.
+ * platform/gtk/css2.1/t0803-c5505-mrgn-00-b-ag-expected.txt: Added.
+ * platform/gtk/css2.1/t0803-c5505-mrgn-01-e-a-expected.checksum: Added.
+ * platform/gtk/css2.1/t0803-c5505-mrgn-01-e-a-expected.png: Added.
+ * platform/gtk/css2.1/t0803-c5505-mrgn-01-e-a-expected.txt: Added.
+ * platform/gtk/css2.1/t0803-c5505-mrgn-02-c-expected.checksum: Added.
+ * platform/gtk/css2.1/t0803-c5505-mrgn-02-c-expected.png: Added.
+ * platform/gtk/css2.1/t0803-c5505-mrgn-02-c-expected.txt: Added.
+ * platform/gtk/css2.1/t0803-c5505-mrgn-03-c-ag-expected.checksum: Added.
+ * platform/gtk/css2.1/t0803-c5505-mrgn-03-c-ag-expected.png: Added.
+ * platform/gtk/css2.1/t0803-c5505-mrgn-03-c-ag-expected.txt: Added.
+ * platform/gtk/css2.1/t0804-c5506-ipadn-t-00-b-a-expected.checksum: Added.
+ * platform/gtk/css2.1/t0804-c5506-ipadn-t-00-b-a-expected.png: Added.
+ * platform/gtk/css2.1/t0804-c5506-ipadn-t-00-b-a-expected.txt: Added.
+ * platform/gtk/css2.1/t0804-c5506-ipadn-t-01-b-a-expected.checksum: Added.
+ * platform/gtk/css2.1/t0804-c5506-ipadn-t-01-b-a-expected.png: Added.
+ * platform/gtk/css2.1/t0804-c5506-ipadn-t-01-b-a-expected.txt: Added.
+ * platform/gtk/css2.1/t0804-c5506-ipadn-t-02-b-a-expected.checksum: Added.
+ * platform/gtk/css2.1/t0804-c5506-ipadn-t-02-b-a-expected.png: Added.
+ * platform/gtk/css2.1/t0804-c5506-ipadn-t-02-b-a-expected.txt: Added.
+ * platform/gtk/css2.1/t0804-c5506-padn-t-00-b-a-expected.checksum: Added.
+ * platform/gtk/css2.1/t0804-c5506-padn-t-00-b-a-expected.png: Added.
+ * platform/gtk/css2.1/t0804-c5506-padn-t-00-b-a-expected.txt: Added.
+ * platform/gtk/css2.1/t0804-c5507-ipadn-r-00-b-ag-expected.checksum: Added.
+ * platform/gtk/css2.1/t0804-c5507-ipadn-r-00-b-ag-expected.png: Added.
+ * platform/gtk/css2.1/t0804-c5507-ipadn-r-00-b-ag-expected.txt: Added.
+ * platform/gtk/css2.1/t0804-c5507-ipadn-r-01-b-ag-expected.checksum: Added.
+ * platform/gtk/css2.1/t0804-c5507-ipadn-r-01-b-ag-expected.png: Added.
+ * platform/gtk/css2.1/t0804-c5507-ipadn-r-01-b-ag-expected.txt: Added.
+ * platform/gtk/css2.1/t0804-c5507-ipadn-r-02-b-ag-expected.checksum: Added.
+ * platform/gtk/css2.1/t0804-c5507-ipadn-r-02-b-ag-expected.png: Added.
+ * platform/gtk/css2.1/t0804-c5507-ipadn-r-02-b-ag-expected.txt: Added.
+ * platform/gtk/css2.1/t0804-c5507-ipadn-r-03-b-a-expected.checksum: Added.
+ * platform/gtk/css2.1/t0804-c5507-ipadn-r-03-b-a-expected.png: Added.
+ * platform/gtk/css2.1/t0804-c5507-ipadn-r-03-b-a-expected.txt: Added.
+ * platform/gtk/css2.1/t0804-c5507-ipadn-r-04-b-ag-expected.checksum: Added.
+ * platform/gtk/css2.1/t0804-c5507-ipadn-r-04-b-ag-expected.png: Added.
+ * platform/gtk/css2.1/t0804-c5507-ipadn-r-04-b-ag-expected.txt: Added.
+ * platform/gtk/css2.1/t0804-c5507-padn-r-00-c-ag-expected.checksum: Added.
+ * platform/gtk/css2.1/t0804-c5507-padn-r-00-c-ag-expected.png: Added.
+ * platform/gtk/css2.1/t0804-c5507-padn-r-00-c-ag-expected.txt: Added.
+ * platform/gtk/css2.1/t0804-c5507-padn-r-01-c-a-expected.checksum: Added.
+ * platform/gtk/css2.1/t0804-c5507-padn-r-01-c-a-expected.png: Added.
+ * platform/gtk/css2.1/t0804-c5507-padn-r-01-c-a-expected.txt: Added.
+ * platform/gtk/css2.1/t0804-c5507-padn-r-02-f-expected.checksum: Added.
+ * platform/gtk/css2.1/t0804-c5507-padn-r-02-f-expected.png: Added.
+ * platform/gtk/css2.1/t0804-c5507-padn-r-02-f-expected.txt: Added.
+ * platform/gtk/css2.1/t0804-c5507-padn-r-03-f-expected.checksum: Added.
+ * platform/gtk/css2.1/t0804-c5507-padn-r-03-f-expected.png: Added.
+ * platform/gtk/css2.1/t0804-c5507-padn-r-03-f-expected.txt: Added.
+ * platform/gtk/css2.1/t0804-c5508-ipadn-b-00-b-a-expected.checksum: Added.
+ * platform/gtk/css2.1/t0804-c5508-ipadn-b-00-b-a-expected.png: Added.
+ * platform/gtk/css2.1/t0804-c5508-ipadn-b-00-b-a-expected.txt: Added.
+ * platform/gtk/css2.1/t0804-c5508-ipadn-b-01-f-a-expected.checksum: Added.
+ * platform/gtk/css2.1/t0804-c5508-ipadn-b-01-f-a-expected.png: Added.
+ * platform/gtk/css2.1/t0804-c5508-ipadn-b-01-f-a-expected.txt: Added.
+ * platform/gtk/css2.1/t0804-c5508-ipadn-b-02-b-a-expected.checksum: Added.
+ * platform/gtk/css2.1/t0804-c5508-ipadn-b-02-b-a-expected.png: Added.
+ * platform/gtk/css2.1/t0804-c5508-ipadn-b-02-b-a-expected.txt: Added.
+ * platform/gtk/css2.1/t0804-c5508-ipadn-b-03-b-a-expected.checksum: Added.
+ * platform/gtk/css2.1/t0804-c5508-ipadn-b-03-b-a-expected.png: Added.
+ * platform/gtk/css2.1/t0804-c5508-ipadn-b-03-b-a-expected.txt: Added.
+ * platform/gtk/css2.1/t0804-c5509-ipadn-l-00-b-ag-expected.checksum: Added.
+ * platform/gtk/css2.1/t0804-c5509-ipadn-l-00-b-ag-expected.png: Added.
+ * platform/gtk/css2.1/t0804-c5509-ipadn-l-00-b-ag-expected.txt: Added.
+ * platform/gtk/css2.1/t0804-c5509-ipadn-l-01-b-ag-expected.checksum: Added.
+ * platform/gtk/css2.1/t0804-c5509-ipadn-l-01-b-ag-expected.png: Added.
+ * platform/gtk/css2.1/t0804-c5509-ipadn-l-01-b-ag-expected.txt: Added.
+ * platform/gtk/css2.1/t0804-c5509-ipadn-l-02-b-ag-expected.checksum: Added.
+ * platform/gtk/css2.1/t0804-c5509-ipadn-l-02-b-ag-expected.png: Added.
+ * platform/gtk/css2.1/t0804-c5509-ipadn-l-02-b-ag-expected.txt: Added.
+ * platform/gtk/css2.1/t0804-c5509-ipadn-l-03-b-a-expected.checksum: Added.
+ * platform/gtk/css2.1/t0804-c5509-ipadn-l-03-b-a-expected.png: Added.
+ * platform/gtk/css2.1/t0804-c5509-ipadn-l-03-b-a-expected.txt: Added.
+ * platform/gtk/css2.1/t0804-c5509-ipadn-l-04-f-ag-expected.checksum: Added.
+ * platform/gtk/css2.1/t0804-c5509-ipadn-l-04-f-ag-expected.png: Added.
+ * platform/gtk/css2.1/t0804-c5509-ipadn-l-04-f-ag-expected.txt: Added.
+ * platform/gtk/css2.1/t0804-c5509-padn-l-00-b-ag-expected.checksum: Added.
+ * platform/gtk/css2.1/t0804-c5509-padn-l-00-b-ag-expected.png: Added.
+ * platform/gtk/css2.1/t0804-c5509-padn-l-00-b-ag-expected.txt: Added.
+ * platform/gtk/css2.1/t0804-c5509-padn-l-01-b-a-expected.checksum: Added.
+ * platform/gtk/css2.1/t0804-c5509-padn-l-01-b-a-expected.png: Added.
+ * platform/gtk/css2.1/t0804-c5509-padn-l-01-b-a-expected.txt: Added.
+ * platform/gtk/css2.1/t0804-c5509-padn-l-02-f-expected.checksum: Added.
+ * platform/gtk/css2.1/t0804-c5509-padn-l-02-f-expected.png: Added.
+ * platform/gtk/css2.1/t0804-c5509-padn-l-02-f-expected.txt: Added.
+ * platform/gtk/css2.1/t0804-c5509-padn-l-03-f-g-expected.checksum: Added.
+ * platform/gtk/css2.1/t0804-c5509-padn-l-03-f-g-expected.png: Added.
+ * platform/gtk/css2.1/t0804-c5509-padn-l-03-f-g-expected.txt: Added.
+ * platform/gtk/css2.1/t0804-c5510-ipadn-00-b-ag-expected.checksum: Added.
+ * platform/gtk/css2.1/t0804-c5510-ipadn-00-b-ag-expected.png: Added.
+ * platform/gtk/css2.1/t0804-c5510-ipadn-00-b-ag-expected.txt: Added.
+ * platform/gtk/css2.1/t0804-c5510-padn-00-b-ag-expected.checksum: Added.
+ * platform/gtk/css2.1/t0804-c5510-padn-00-b-ag-expected.png: Added.
+ * platform/gtk/css2.1/t0804-c5510-padn-00-b-ag-expected.txt: Added.
+ * platform/gtk/css2.1/t0804-c5510-padn-01-e-a-expected.checksum: Added.
+ * platform/gtk/css2.1/t0804-c5510-padn-01-e-a-expected.png: Added.
+ * platform/gtk/css2.1/t0804-c5510-padn-01-e-a-expected.txt: Added.
+ * platform/gtk/css2.1/t0804-c5510-padn-02-f-expected.checksum: Added.
+ * platform/gtk/css2.1/t0804-c5510-padn-02-f-expected.png: Added.
+ * platform/gtk/css2.1/t0804-c5510-padn-02-f-expected.txt: Added.
+ * platform/gtk/css2.1/t0805-c5511-brdr-tw-00-b-expected.checksum: Added.
+ * platform/gtk/css2.1/t0805-c5511-brdr-tw-00-b-expected.png: Added.
+ * platform/gtk/css2.1/t0805-c5511-brdr-tw-00-b-expected.txt: Added.
+ * platform/gtk/css2.1/t0805-c5511-brdr-tw-01-b-g-expected.checksum: Added.
+ * platform/gtk/css2.1/t0805-c5511-brdr-tw-01-b-g-expected.png: Added.
+ * platform/gtk/css2.1/t0805-c5511-brdr-tw-01-b-g-expected.txt: Added.
+ * platform/gtk/css2.1/t0805-c5511-brdr-tw-02-b-expected.checksum: Added.
+ * platform/gtk/css2.1/t0805-c5511-brdr-tw-02-b-expected.png: Added.
+ * platform/gtk/css2.1/t0805-c5511-brdr-tw-02-b-expected.txt: Added.
+ * platform/gtk/css2.1/t0805-c5511-brdr-tw-03-b-expected.checksum: Added.
+ * platform/gtk/css2.1/t0805-c5511-brdr-tw-03-b-expected.png: Added.
+ * platform/gtk/css2.1/t0805-c5511-brdr-tw-03-b-expected.txt: Added.
+ * platform/gtk/css2.1/t0805-c5511-ibrdr-tw-00-a-expected.checksum: Added.
+ * platform/gtk/css2.1/t0805-c5511-ibrdr-tw-00-a-expected.png: Added.
+ * platform/gtk/css2.1/t0805-c5511-ibrdr-tw-00-a-expected.txt: Added.
+ * platform/gtk/css2.1/t0805-c5512-brdr-rw-00-b-expected.checksum: Added.
+ * platform/gtk/css2.1/t0805-c5512-brdr-rw-00-b-expected.png: Added.
+ * platform/gtk/css2.1/t0805-c5512-brdr-rw-00-b-expected.txt: Added.
+ * platform/gtk/css2.1/t0805-c5512-brdr-rw-01-b-g-expected.checksum: Added.
+ * platform/gtk/css2.1/t0805-c5512-brdr-rw-01-b-g-expected.png: Added.
+ * platform/gtk/css2.1/t0805-c5512-brdr-rw-01-b-g-expected.txt: Added.
+ * platform/gtk/css2.1/t0805-c5512-brdr-rw-02-b-expected.checksum: Added.
+ * platform/gtk/css2.1/t0805-c5512-brdr-rw-02-b-expected.png: Added.
+ * platform/gtk/css2.1/t0805-c5512-brdr-rw-02-b-expected.txt: Added.
+ * platform/gtk/css2.1/t0805-c5512-brdr-rw-03-b-expected.checksum: Added.
+ * platform/gtk/css2.1/t0805-c5512-brdr-rw-03-b-expected.png: Added.
+ * platform/gtk/css2.1/t0805-c5512-brdr-rw-03-b-expected.txt: Added.
+
+2011-01-26 Martin Robinson <mrobinson@igalia.com>
+
+ Begin importing GTK+ results for the CSS 2.1 test suite. This will
+ be the first in a series of commits. Each test results has been checked
+ against those generated for Qt and Mac.
+
+ * platform/gtk/Skipped: Unskip tests which now have results.
+ * platform/gtk/css2.1/t0402-c71-fwd-parsing-00-f-expected.checksum: Added.
+ * platform/gtk/css2.1/t0402-c71-fwd-parsing-00-f-expected.png: Added.
+ * platform/gtk/css2.1/t0402-c71-fwd-parsing-00-f-expected.txt: Added.
+ * platform/gtk/css2.1/t0402-c71-fwd-parsing-01-f-expected.checksum: Added.
+ * platform/gtk/css2.1/t0402-c71-fwd-parsing-01-f-expected.png: Added.
+ * platform/gtk/css2.1/t0402-c71-fwd-parsing-01-f-expected.txt: Added.
+ * platform/gtk/css2.1/t0402-c71-fwd-parsing-02-f-expected.checksum: Added.
+ * platform/gtk/css2.1/t0402-c71-fwd-parsing-02-f-expected.png: Added.
+ * platform/gtk/css2.1/t0402-c71-fwd-parsing-02-f-expected.txt: Added.
+ * platform/gtk/css2.1/t0402-c71-fwd-parsing-03-f-expected.checksum: Added.
+ * platform/gtk/css2.1/t0402-c71-fwd-parsing-03-f-expected.png: Added.
+ * platform/gtk/css2.1/t0402-c71-fwd-parsing-03-f-expected.txt: Added.
+ * platform/gtk/css2.1/t0402-c71-fwd-parsing-04-f-expected.checksum: Added.
+ * platform/gtk/css2.1/t0402-c71-fwd-parsing-04-f-expected.png: Added.
+ * platform/gtk/css2.1/t0402-c71-fwd-parsing-04-f-expected.txt: Added.
+ * platform/gtk/css2.1/t0402-syntax-01-f-expected.checksum: Added.
+ * platform/gtk/css2.1/t0402-syntax-01-f-expected.png: Added.
+ * platform/gtk/css2.1/t0402-syntax-01-f-expected.txt: Added.
+ * platform/gtk/css2.1/t0402-syntax-02-f-expected.checksum: Added.
+ * platform/gtk/css2.1/t0402-syntax-02-f-expected.png: Added.
+ * platform/gtk/css2.1/t0402-syntax-02-f-expected.txt: Added.
+ * platform/gtk/css2.1/t0402-syntax-03-f-expected.checksum: Added.
+ * platform/gtk/css2.1/t0402-syntax-03-f-expected.png: Added.
+ * platform/gtk/css2.1/t0402-syntax-03-f-expected.txt: Added.
+ * platform/gtk/css2.1/t0402-syntax-04-f-expected.checksum: Added.
+ * platform/gtk/css2.1/t0402-syntax-04-f-expected.png: Added.
+ * platform/gtk/css2.1/t0402-syntax-04-f-expected.txt: Added.
+ * platform/gtk/css2.1/t0402-syntax-05-f-expected.checksum: Added.
+ * platform/gtk/css2.1/t0402-syntax-05-f-expected.png: Added.
+ * platform/gtk/css2.1/t0402-syntax-05-f-expected.txt: Added.
+ * platform/gtk/css2.1/t0402-syntax-06-f-expected.checksum: Added.
+ * platform/gtk/css2.1/t0402-syntax-06-f-expected.png: Added.
+ * platform/gtk/css2.1/t0402-syntax-06-f-expected.txt: Added.
+ * platform/gtk/css2.1/t0505-c16-descendant-00-e-expected.checksum: Added.
+ * platform/gtk/css2.1/t0505-c16-descendant-00-e-expected.png: Added.
+ * platform/gtk/css2.1/t0505-c16-descendant-00-e-expected.txt: Added.
+ * platform/gtk/css2.1/t0505-c16-descendant-01-e-expected.checksum: Added.
+ * platform/gtk/css2.1/t0505-c16-descendant-01-e-expected.png: Added.
+ * platform/gtk/css2.1/t0505-c16-descendant-01-e-expected.txt: Added.
+ * platform/gtk/css2.1/t0505-c16-descendant-02-e-expected.checksum: Added.
+ * platform/gtk/css2.1/t0505-c16-descendant-02-e-expected.png: Added.
+ * platform/gtk/css2.1/t0505-c16-descendant-02-e-expected.txt: Added.
+ * platform/gtk/css2.1/t0509-c15-ids-00-a-expected.checksum: Added.
+ * platform/gtk/css2.1/t0509-c15-ids-00-a-expected.png: Added.
+ * platform/gtk/css2.1/t0509-c15-ids-00-a-expected.txt: Added.
+ * platform/gtk/css2.1/t0509-c15-ids-01-e-expected.checksum: Added.
+ * platform/gtk/css2.1/t0509-c15-ids-01-e-expected.png: Added.
+ * platform/gtk/css2.1/t0509-c15-ids-01-e-expected.txt: Added.
+ * platform/gtk/css2.1/t0509-id-sel-syntax-01-f-expected.checksum: Added.
+ * platform/gtk/css2.1/t0509-id-sel-syntax-01-f-expected.png: Added.
+ * platform/gtk/css2.1/t0509-id-sel-syntax-01-f-expected.txt: Added.
+ * platform/gtk/css2.1/t0509-id-sel-syntax-02-b-expected.checksum: Added.
+ * platform/gtk/css2.1/t0509-id-sel-syntax-02-b-expected.png: Added.
+ * platform/gtk/css2.1/t0509-id-sel-syntax-02-b-expected.txt: Added.
+ * platform/gtk/css2.1/t0510-c25-pseudo-elmnt-00-c-expected.checksum: Added.
+ * platform/gtk/css2.1/t0510-c25-pseudo-elmnt-00-c-expected.png: Added.
+ * platform/gtk/css2.1/t0510-c25-pseudo-elmnt-00-c-expected.txt: Added.
+ * platform/gtk/css2.1/t0511-c21-pseud-anch-00-e-i-expected.checksum: Added.
+ * platform/gtk/css2.1/t0511-c21-pseud-anch-00-e-i-expected.png: Added.
+ * platform/gtk/css2.1/t0511-c21-pseud-anch-00-e-i-expected.txt: Added.
+ * platform/gtk/css2.1/t0511-c21-pseud-link-00-e-expected.checksum: Added.
+ * platform/gtk/css2.1/t0511-c21-pseud-link-00-e-expected.png: Added.
+ * platform/gtk/css2.1/t0511-c21-pseud-link-00-e-expected.txt: Added.
+ * platform/gtk/css2.1/t0511-c21-pseud-link-01-e-expected.checksum: Added.
+ * platform/gtk/css2.1/t0511-c21-pseud-link-01-e-expected.png: Added.
+ * platform/gtk/css2.1/t0511-c21-pseud-link-01-e-expected.txt: Added.
+ * platform/gtk/css2.1/t0511-c21-pseud-link-02-e-expected.checksum: Added.
+ * platform/gtk/css2.1/t0511-c21-pseud-link-02-e-expected.png: Added.
+ * platform/gtk/css2.1/t0511-c21-pseud-link-02-e-expected.txt: Added.
+ * platform/gtk/css2.1/t0511-c21-pseud-link-03-e-expected.checksum: Added.
+ * platform/gtk/css2.1/t0511-c21-pseud-link-03-e-expected.png: Added.
+ * platform/gtk/css2.1/t0511-c21-pseud-link-03-e-expected.txt: Added.
+ * platform/gtk/css2.1/t0602-c13-inh-underlin-00-e-expected.checksum: Added.
+ * platform/gtk/css2.1/t0602-c13-inh-underlin-00-e-expected.png: Added.
+ * platform/gtk/css2.1/t0602-c13-inh-underlin-00-e-expected.txt: Added.
+ * platform/gtk/css2.1/t0602-c13-inheritance-00-e-expected.checksum: Added.
+ * platform/gtk/css2.1/t0602-c13-inheritance-00-e-expected.png: Added.
+ * platform/gtk/css2.1/t0602-c13-inheritance-00-e-expected.txt: Added.
+ * platform/gtk/css2.1/t0602-inherit-bdr-pad-b-00-expected.checksum: Added.
+ * platform/gtk/css2.1/t0602-inherit-bdr-pad-b-00-expected.png: Added.
+ * platform/gtk/css2.1/t0602-inherit-bdr-pad-b-00-expected.txt: Added.
+ * platform/gtk/css2.1/t0603-c11-import-00-b-expected.checksum: Added.
+ * platform/gtk/css2.1/t0603-c11-import-00-b-expected.png: Added.
+ * platform/gtk/css2.1/t0603-c11-import-00-b-expected.txt: Added.
+ * platform/gtk/css2.1/t0801-c412-hz-box-00-b-a-expected.checksum: Added.
+ * platform/gtk/css2.1/t0801-c412-hz-box-00-b-a-expected.png: Added.
+ * platform/gtk/css2.1/t0801-c412-hz-box-00-b-a-expected.txt: Added.
+ * platform/gtk/css2.1/t0803-c5501-imrgn-t-00-b-ag-expected.checksum: Added.
+ * platform/gtk/css2.1/t0803-c5501-imrgn-t-00-b-ag-expected.png: Added.
+ * platform/gtk/css2.1/t0803-c5501-imrgn-t-00-b-ag-expected.txt: Added.
+ * platform/gtk/css2.1/t0803-c5501-mrgn-t-00-b-a-expected.checksum: Added.
+ * platform/gtk/css2.1/t0803-c5501-mrgn-t-00-b-a-expected.png: Added.
+ * platform/gtk/css2.1/t0803-c5501-mrgn-t-00-b-a-expected.txt: Added.
+ * platform/gtk/css2.1/t0803-c5502-imrgn-r-00-b-ag-expected.checksum: Added.
+ * platform/gtk/css2.1/t0803-c5502-imrgn-r-00-b-ag-expected.png: Added.
+ * platform/gtk/css2.1/t0803-c5502-imrgn-r-00-b-ag-expected.txt: Added.
+ * platform/gtk/css2.1/t0803-c5502-imrgn-r-01-b-ag-expected.checksum: Added.
+ * platform/gtk/css2.1/t0803-c5502-imrgn-r-01-b-ag-expected.png: Added.
+ * platform/gtk/css2.1/t0803-c5502-imrgn-r-01-b-ag-expected.txt: Added.
+ * platform/gtk/css2.1/t0803-c5502-imrgn-r-02-b-a-expected.checksum: Added.
+ * platform/gtk/css2.1/t0803-c5502-imrgn-r-02-b-a-expected.png: Added.
+ * platform/gtk/css2.1/t0803-c5502-imrgn-r-02-b-a-expected.txt: Added.
+ * platform/gtk/css2.1/t0803-c5502-imrgn-r-03-b-a-expected.checksum: Added.
+ * platform/gtk/css2.1/t0803-c5502-imrgn-r-03-b-a-expected.png: Added.
+ * platform/gtk/css2.1/t0803-c5502-imrgn-r-03-b-a-expected.txt: Added.
+ * platform/gtk/css2.1/t0803-c5502-imrgn-r-04-b-ag-expected.checksum: Added.
+ * platform/gtk/css2.1/t0803-c5502-imrgn-r-04-b-ag-expected.png: Added.
+ * platform/gtk/css2.1/t0803-c5502-imrgn-r-04-b-ag-expected.txt: Added.
+ * platform/gtk/css2.1/t0803-c5502-imrgn-r-05-b-ag-expected.checksum: Added.
+ * platform/gtk/css2.1/t0803-c5502-imrgn-r-05-b-ag-expected.png: Added.
+ * platform/gtk/css2.1/t0803-c5502-imrgn-r-05-b-ag-expected.txt: Added.
+ * platform/gtk/css2.1/t0803-c5502-imrgn-r-06-b-ag-expected.checksum: Added.
+ * platform/gtk/css2.1/t0803-c5502-imrgn-r-06-b-ag-expected.png: Added.
+ * platform/gtk/css2.1/t0803-c5502-imrgn-r-06-b-ag-expected.txt: Added.
+ * platform/gtk/css2.1/t0803-c5502-mrgn-r-00-c-ag-expected.checksum: Added.
+ * platform/gtk/css2.1/t0803-c5502-mrgn-r-00-c-ag-expected.png: Added.
+ * platform/gtk/css2.1/t0803-c5502-mrgn-r-00-c-ag-expected.txt: Added.
+ * platform/gtk/css2.1/t0803-c5502-mrgn-r-01-c-a-expected.checksum: Added.
+ * platform/gtk/css2.1/t0803-c5502-mrgn-r-01-c-a-expected.png: Added.
+ * platform/gtk/css2.1/t0803-c5502-mrgn-r-01-c-a-expected.txt: Added.
+ * platform/gtk/css2.1/t0803-c5502-mrgn-r-02-c-expected.checksum: Added.
+ * platform/gtk/css2.1/t0803-c5502-mrgn-r-02-c-expected.png: Added.
+ * platform/gtk/css2.1/t0803-c5502-mrgn-r-02-c-expected.txt: Added.
+ * platform/gtk/css2.1/t0803-c5502-mrgn-r-03-c-expected.checksum: Added.
+ * platform/gtk/css2.1/t0803-c5502-mrgn-r-03-c-expected.png: Added.
+ * platform/gtk/css2.1/t0803-c5502-mrgn-r-03-c-expected.txt: Added.
+ * platform/gtk/css2.1/t0803-c5503-imrgn-b-00-b-a-expected.checksum: Added.
+ * platform/gtk/css2.1/t0803-c5503-imrgn-b-00-b-a-expected.png: Added.
+ * platform/gtk/css2.1/t0803-c5503-imrgn-b-00-b-a-expected.txt: Added.
+ * platform/gtk/css2.1/t0803-c5503-mrgn-b-00-b-a-expected.checksum: Added.
+ * platform/gtk/css2.1/t0803-c5503-mrgn-b-00-b-a-expected.png: Added.
+ * platform/gtk/css2.1/t0803-c5503-mrgn-b-00-b-a-expected.txt: Added.
+ * platform/gtk/css2.1/t0803-c5504-imrgn-l-00-b-ag-expected.checksum: Added.
+ * platform/gtk/css2.1/t0803-c5504-imrgn-l-00-b-ag-expected.png: Added.
+ * platform/gtk/css2.1/t0803-c5504-imrgn-l-00-b-ag-expected.txt: Added.
+ * platform/gtk/css2.1/t0803-c5504-imrgn-l-01-b-ag-expected.checksum: Added.
+ * platform/gtk/css2.1/t0803-c5504-imrgn-l-01-b-ag-expected.png: Added.
+ * platform/gtk/css2.1/t0803-c5504-imrgn-l-01-b-ag-expected.txt: Added.
+ * platform/gtk/css2.1/t0803-c5504-imrgn-l-02-b-ag-expected.checksum: Added.
+ * platform/gtk/css2.1/t0803-c5504-imrgn-l-02-b-ag-expected.png: Added.
+ * platform/gtk/css2.1/t0803-c5504-imrgn-l-02-b-ag-expected.txt: Added.
+ * platform/gtk/css2.1/t0803-c5504-imrgn-l-03-b-a-expected.checksum: Added.
+ * platform/gtk/css2.1/t0803-c5504-imrgn-l-03-b-a-expected.png: Added.
+ * platform/gtk/css2.1/t0803-c5504-imrgn-l-03-b-a-expected.txt: Added.
+ * platform/gtk/css2.1/t0803-c5504-imrgn-l-04-b-ag-expected.checksum: Added.
+ * platform/gtk/css2.1/t0803-c5504-imrgn-l-04-b-ag-expected.png: Added.
+ * platform/gtk/css2.1/t0803-c5504-imrgn-l-04-b-ag-expected.txt: Added.
+ * platform/gtk/css2.1/t09-c5526c-display-00-e-expected.checksum: Added.
+ * platform/gtk/css2.1/t09-c5526c-display-00-e-expected.png: Added.
+ * platform/gtk/css2.1/t09-c5526c-display-00-e-expected.txt: Added.
+
+2011-01-26 Brian Weinstein <bweinstein@apple.com>
+
+ Skip fast/loader/willSendRequest-null-for-preload.html on GTK, because GTK doesn't have
+ support for setWillSendRequestReturnsNull.
+
+ * platform/gtk/Skipped:
+
+2011-01-26 Ryosuke Niwa <rniwa@webkit.org>
+
+ Another unreviewed Chromium test expectation update.
+
+ * platform/chromium/test_expectations.txt:
+
+2011-01-26 Ryosuke Niwa <rniwa@webkit.org>
+
+ Unreviewed Chromium test expectation update.
+
+ * platform/chromium/test_expectations.txt:
+
+2011-01-26 Justin Schuh <jschuh@chromium.org>
+
+ Reviewed by Adam Barth.
+
+ Make fireEventsAndUpdateStyle use stack local vectors.
+ https://bugs.webkit.org/show_bug.cgi?id=46760
+
+ * animations/animation-add-events-in-handler-expected.txt: Added.
+ * animations/animation-add-events-in-handler.html: Added.
+
+2011-01-26 Tony Chang <tony@chromium.org>
+
+ Unreviewed, marking fast/overflow/overflow-rtl-vertical.html as
+ passing. This was fixed in r76669.
+
+ * platform/chromium/test_expectations.txt:
+
+2011-01-26 Brian Weinstein <bweinstein@apple.com>
+
+ Skip fast/loader/willSendRequest-null-for-preload.html on WebKit2, because WebKit2 doesn't have
+ setWillSendRequestReturnsNull yet.
+
+ This is tracked by https://bugs.webkit.org/show_bug.cgi?id=42690.
+
+ * platform/mac-wk2/Skipped:
+
+2011-01-26 Brian Weinstein <bweinstein@apple.com>
+
+ Reviewed by Ryosuke Niwa.
+
+ Update the test landed in r76701 to not depend on loading a "script" from http://example.com, make it
+ use a local script (which still reproduces the crash).
+
+ * fast/loader/resources/empty-script.js: Added.
+ * fast/loader/willSendRequest-null-for-preload-expected.txt: Removed the line for the console error.
+ * fast/loader/willSendRequest-null-for-preload.html: Have the script in the head be a local script.
+ * platform/win/fast/loader: Removed.
+ * platform/win/fast/loader/willSendRequest-null-for-preload-expected.txt: Removed. No need for platform-specific results.
+
+2011-01-26 Ryosuke Niwa <rniwa@webkit.org>
+
+ Another unreviewed Chromium rebaselines for r76688.
+
+ * platform/chromium-win/svg/batik/text/textEffect3-expected.checksum:
+ * platform/chromium-win/svg/batik/text/textEffect3-expected.png:
+ * platform/chromium-win/svg/custom/use-setAttribute-crash-expected.checksum:
+ * platform/chromium-win/svg/custom/use-setAttribute-crash-expected.png:
+
+2011-01-25 Brian Weinstein <bweinstein@apple.com>
+
+ Reviewed byAntti Koivisto.
+
+ Crashes loading pages when cancelling subresource loads through WebKit
+ https://bugs.webkit.org/show_bug.cgi?id=53123
+ <rdar://problem/8914361>
+
+ Add tests for crashing when cancelling subresource loads through WebKit via setWillSendRequestReturnsNull.
+
+ * fast/loader/willSendRequest-null-for-preload-expected.txt: Added.
+ * fast/loader/willSendRequest-null-for-preload.html: Added.
+
+2011-01-26 Ryosuke Niwa <rniwa@webkit.org>
+
+ Unreviewed Chromium Linux rebaselines for r76688.
+
+ * platform/chromium-linux/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.checksum:
+ * platform/chromium-linux/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.png:
+ * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.checksum:
+ * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.png:
+ * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.checksum:
+ * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.png:
+ * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.checksum:
+ * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.png:
+ * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.checksum:
+ * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.png:
+ * platform/chromium-linux/svg/batik/text/textOnPathSpaces-expected.checksum:
+ * platform/chromium-linux/svg/batik/text/textOnPathSpaces-expected.png:
+ * platform/chromium-linux/svg/batik/text/verticalText-expected.checksum:
+ * platform/chromium-linux/svg/batik/text/verticalText-expected.png:
+ * platform/chromium-linux/svg/batik/text/verticalTextOnPath-expected.checksum:
+ * platform/chromium-linux/svg/batik/text/verticalTextOnPath-expected.png:
+ * platform/chromium-linux/svg/custom/linking-a-03-b-all-expected.checksum:
+ * platform/chromium-linux/svg/custom/linking-a-03-b-all-expected.png:
+ * platform/chromium-linux/svg/custom/linking-a-03-b-viewBox-transform-expected.checksum:
+ * platform/chromium-linux/svg/custom/linking-a-03-b-viewBox-transform-expected.png:
+ * platform/chromium-linux/svg/custom/preserve-aspect-ratio-syntax-expected.checksum:
+ * platform/chromium-linux/svg/custom/preserve-aspect-ratio-syntax-expected.png:
+ * platform/chromium-linux/svg/custom/use-transform-expected.checksum:
+ * platform/chromium-linux/svg/custom/use-transform-expected.png:
+ * platform/chromium-linux/svg/custom/viewbox-syntax-expected.checksum:
+ * platform/chromium-linux/svg/custom/viewbox-syntax-expected.png:
+ * platform/chromium-linux/svg/text/text-text-06-t-expected.checksum:
+ * platform/chromium-linux/svg/text/text-text-06-t-expected.png:
+
+2011-01-25 Pavel Podivilov <podivilov@chromium.org>
+
+ Reviewed by Pavel Feldman.
+
+ Web Inspector: evaluate in console may not work when window.console is substituted or deleted.
+ https://bugs.webkit.org/show_bug.cgi?id=53072
+
+ * inspector/console-substituted-expected.txt: Added.
+ * inspector/console-substituted.html: Added.
+
+2011-01-26 Ryosuke Niwa <rniwa@webkit.org>
+
+ Layout test missing expectation after 58524
+ https://bugs.webkit.org/show_bug.cgi?id=38360
+
+ Unreviewed; Chromium rebaselines.
+
+ * platform/chromium-linux/fast/images/svg-background-partial-redraw-expected.checksum: Added.
+ * platform/chromium-linux/fast/images/svg-background-partial-redraw-expected.png: Added.
+ * platform/chromium-win/fast/images/svg-background-partial-redraw-expected.checksum: Added.
+ * platform/chromium-win/fast/images/svg-background-partial-redraw-expected.png: Added.
+ * platform/chromium-win/fast/images/svg-background-partial-redraw-expected.txt: Added.
+ * platform/chromium-win/svg/carto.net/tabgroup-expected.txt: Added.
+ * platform/chromium/test_expectations.txt:
+
+2011-01-26 Carlos Garcia Campos <cgarcia@igalia.com>
+
+ Reviewed by Martin Robinson.
+
+ [cairo] Use CAIRO_OPERATOR_DARKEN when available
+ https://bugs.webkit.org/show_bug.cgi?id=53084
+
+ * platform/gtk/Skipped: Unskip test.
+ * platform/gtk/fast/canvas/canvas-composite-expected.checksum: Added.
+ * platform/gtk/fast/canvas/canvas-composite-expected.png: Added.
+ * platform/gtk/fast/canvas/canvas-composite-expected.txt: Added.
+
+2011-01-26 Ryosuke Niwa <rniwa@webkit.org>
+
+ Unreviewed Chromium rebaselines for r76688.
+
+ * platform/chromium-linux/fast/backgrounds/size/contain-and-cover-expected.checksum:
+ * platform/chromium-linux/fast/backgrounds/size/contain-and-cover-expected.png:
+ * platform/chromium-linux/fast/backgrounds/svg-as-background-5-expected.checksum:
+ * platform/chromium-linux/fast/backgrounds/svg-as-background-5-expected.png:
+ * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-33-t-expected.checksum:
+ * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-33-t-expected.png:
+ * platform/chromium-linux/svg/W3C-SVG-1.1/filters-morph-01-f-expected.checksum:
+ * platform/chromium-linux/svg/W3C-SVG-1.1/filters-morph-01-f-expected.png:
+ * platform/chromium-linux/svg/custom/focus-ring-expected.checksum:
+ * platform/chromium-linux/svg/custom/focus-ring-expected.png:
+ * platform/chromium-linux/svg/custom/svg-curve-with-relative-cordinates-expected.checksum:
+ * platform/chromium-linux/svg/custom/svg-curve-with-relative-cordinates-expected.png:
+ * platform/chromium-linux/svg/transforms/animated-path-inside-transformed-html-expected.checksum: Added.
+ * platform/chromium-linux/svg/transforms/animated-path-inside-transformed-html-expected.png: Added.
+ * platform/chromium-win/fast/backgrounds/size/contain-and-cover-expected.checksum:
+ * platform/chromium-win/fast/backgrounds/size/contain-and-cover-expected.png:
+ * platform/chromium-win/fast/backgrounds/svg-as-background-5-expected.checksum:
+ * platform/chromium-win/fast/backgrounds/svg-as-background-5-expected.png:
+ * platform/chromium-win/fast/images/animated-svg-as-image-expected.checksum:
+ * platform/chromium-win/fast/images/animated-svg-as-image-expected.png:
+ * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-24-t-expected.checksum:
+ * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-24-t-expected.png:
+ * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-33-t-expected.checksum:
+ * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-33-t-expected.png:
+ * platform/chromium-win/svg/W3C-SVG-1.1/filters-morph-01-f-expected.checksum:
+ * platform/chromium-win/svg/W3C-SVG-1.1/filters-morph-01-f-expected.png:
+ * platform/chromium-win/svg/W3C-SVG-1.1/render-groups-01-b-expected.checksum:
+ * platform/chromium-win/svg/W3C-SVG-1.1/render-groups-01-b-expected.png:
+ * platform/chromium-win/svg/W3C-SVG-1.1/render-groups-03-t-expected.checksum:
+ * platform/chromium-win/svg/W3C-SVG-1.1/render-groups-03-t-expected.png:
+ * platform/chromium-win/svg/custom/focus-ring-expected.checksum:
+ * platform/chromium-win/svg/custom/focus-ring-expected.png:
+ * platform/chromium-win/svg/custom/svg-curve-with-relative-cordinates-expected.checksum:
+ * platform/chromium-win/svg/custom/svg-curve-with-relative-cordinates-expected.png:
+ * platform/chromium-win/svg/custom/use-css-events-expected.checksum:
+ * platform/chromium-win/svg/custom/use-css-events-expected.png:
+ * platform/chromium-win/svg/transforms/animated-path-inside-transformed-html-expected.checksum:
+ * platform/chromium-win/svg/transforms/animated-path-inside-transformed-html-expected.png:
+ * platform/chromium-win/svg/zoom/text/zoom-coords-viewattr-01-b-expected.checksum:
+ * platform/chromium-win/svg/zoom/text/zoom-coords-viewattr-01-b-expected.png:
+
+2011-01-26 Maciej Stachowiak <mjs@apple.com>
+
+ Reviewed by Andreas Kling.
+
+ Skip a test for WebKit2 that uses eventSender
+ https://bugs.webkit.org/show_bug.cgi?id=53168
+
+ * platform/mac-wk2/Skipped:
+
+2011-01-26 Pavel Feldman <pfeldman@chromium.org>
+
+ Not reviewed: inspector tests fix.
+
+ * http/tests/inspector/inspector-test2.js:
+ (initialize_InspectorTest.InspectorTest.evaluateInPage):
+ * inspector/console-format.html:
+
+2011-01-26 Carlos Garcia Campos <cgarcia@igalia.com>
+
+ Unreviewed, unskip passing canvas tests in GTK port.
+
+ * platform/gtk/Skipped: Unskip passing canvas tests.
+ * platform/gtk/fast/canvas/arc360-expected.checksum: Added.
+ * platform/gtk/fast/canvas/arc360-expected.png: Added.
+ * platform/gtk/fast/canvas/arc360-expected.txt: Added.
+ * platform/gtk/fast/canvas/canvas-as-image-expected.checksum: Added.
+ * platform/gtk/fast/canvas/canvas-as-image-expected.png: Added.
+ * platform/gtk/fast/canvas/canvas-as-image-expected.txt: Added.
+ * platform/gtk/fast/canvas/canvas-as-image-incremental-repaint-expected.checksum: Added.
+ * platform/gtk/fast/canvas/canvas-as-image-incremental-repaint-expected.png: Added.
+ * platform/gtk/fast/canvas/canvas-as-image-incremental-repaint-expected.txt: Added.
+ * platform/gtk/fast/canvas/canvas-before-css-expected.checksum: Added.
+ * platform/gtk/fast/canvas/canvas-before-css-expected.png: Added.
+ * platform/gtk/fast/canvas/canvas-before-css-expected.txt: Added.
+ * platform/gtk/fast/canvas/canvas-bg-expected.checksum: Added.
+ * platform/gtk/fast/canvas/canvas-bg-expected.png: Added.
+ * platform/gtk/fast/canvas/canvas-bg-expected.txt: Added.
+ * platform/gtk/fast/canvas/canvas-bg-zoom-expected.checksum: Added.
+ * platform/gtk/fast/canvas/canvas-bg-zoom-expected.png: Added.
+ * platform/gtk/fast/canvas/canvas-bg-zoom-expected.txt: Added.
+ * platform/gtk/fast/canvas/canvas-incremental-repaint-2-expected.checksum: Added.
+ * platform/gtk/fast/canvas/canvas-incremental-repaint-2-expected.png: Added.
+ * platform/gtk/fast/canvas/canvas-incremental-repaint-2-expected.txt: Added.
+ * platform/gtk/fast/canvas/canvas-resize-reset-expected.checksum: Added.
+ * platform/gtk/fast/canvas/canvas-resize-reset-expected.png: Added.
+ * platform/gtk/fast/canvas/canvas-resize-reset-expected.txt: Added.
+ * platform/gtk/fast/canvas/canvas-size-change-after-layout-expected.checksum: Added.
+ * platform/gtk/fast/canvas/canvas-size-change-after-layout-expected.png: Added.
+ * platform/gtk/fast/canvas/canvas-size-change-after-layout-expected.txt: Added.
+ * platform/gtk/fast/canvas/canvas-text-baseline-expected.checksum: Added.
+ * platform/gtk/fast/canvas/canvas-text-baseline-expected.png: Added.
+ * platform/gtk/fast/canvas/canvas-text-baseline-expected.txt: Added.
+ * platform/gtk/fast/canvas/canvas-transforms-during-path-expected.checksum: Added.
+ * platform/gtk/fast/canvas/canvas-transforms-during-path-expected.png: Added.
+ * platform/gtk/fast/canvas/canvas-transforms-during-path-expected.txt: Added.
+ * platform/gtk/fast/canvas/canvasDrawingIntoSelf-expected.checksum: Added.
+ * platform/gtk/fast/canvas/canvasDrawingIntoSelf-expected.png: Added.
+ * platform/gtk/fast/canvas/canvasDrawingIntoSelf-expected.txt: Added.
+ * platform/gtk/fast/canvas/drawImage-expected.checksum: Added.
+ * platform/gtk/fast/canvas/drawImage-expected.png: Added.
+ * platform/gtk/fast/canvas/drawImage-expected.txt: Added.
+ * platform/gtk/fast/canvas/drawImage-with-globalAlpha-expected.checksum: Added.
+ * platform/gtk/fast/canvas/drawImage-with-globalAlpha-expected.png: Added.
+ * platform/gtk/fast/canvas/drawImage-with-globalAlpha-expected.txt: Added.
+ * platform/gtk/fast/canvas/fill-stroke-clip-reset-path-expected.checksum: Added.
+ * platform/gtk/fast/canvas/fill-stroke-clip-reset-path-expected.png: Added.
+ * platform/gtk/fast/canvas/fill-stroke-clip-reset-path-expected.txt: Added.
+ * platform/gtk/fast/canvas/fillrect-gradient-zero-stops-expected.checksum: Added.
+ * platform/gtk/fast/canvas/fillrect-gradient-zero-stops-expected.png: Added.
+ * platform/gtk/fast/canvas/fillrect-gradient-zero-stops-expected.txt: Added.
+ * platform/gtk/fast/canvas/fillrect_gradient-expected.checksum: Added.
+ * platform/gtk/fast/canvas/fillrect_gradient-expected.png: Added.
+ * platform/gtk/fast/canvas/fillrect_gradient-expected.txt: Added.
+ * platform/gtk/fast/canvas/gradient-add-second-start-end-stop-expected.checksum: Added.
+ * platform/gtk/fast/canvas/gradient-add-second-start-end-stop-expected.png: Added.
+ * platform/gtk/fast/canvas/gradient-add-second-start-end-stop-expected.txt: Added.
+ * platform/gtk/fast/canvas/image-object-in-canvas-expected.checksum: Added.
+ * platform/gtk/fast/canvas/image-object-in-canvas-expected.png: Added.
+ * platform/gtk/fast/canvas/image-object-in-canvas-expected.txt: Added.
+ * platform/gtk/fast/canvas/quadraticCurveTo-expected.checksum: Added.
+ * platform/gtk/fast/canvas/quadraticCurveTo-expected.png: Added.
+ * platform/gtk/fast/canvas/quadraticCurveTo-expected.txt: Added.
+ * platform/gtk/fast/canvas/zero-size-fill-rect-expected.checksum: Added.
+ * platform/gtk/fast/canvas/zero-size-fill-rect-expected.png: Added.
+ * platform/gtk/fast/canvas/zero-size-fill-rect-expected.txt: Added.
+
+2011-01-26 Yuzo Fujishima <yuzo@google.com>
+
+ Unreviewed Chromium test expectation change.
+
+ Mark some complex script tests as failing since r76674.
+
+ * platform/chromium/test_expectations.txt:
+
+2011-01-26 James Robinson <jamesr@chromium.org>
+
+ Reviewed by Nate Chapin.
+
+ Add a DOMTimeStamp parameter to the requestAnimationFrame callback
+ https://bugs.webkit.org/show_bug.cgi?id=53142
+
+ Adds a test for the parameter passed to the requestAnimationFrame callback.
+
+ * fast/animation/request-animation-frame-timestamps-expected.txt: Added.
+ * fast/animation/request-animation-frame-timestamps.html: Added.
+ * fast/animation/script-tests/request-animation-frame-timestamps.js: Added.
+
+2011-01-25 Yuzo Fujishima <yuzo@google.com>
+
+ Unreviewed Chromium test expectation change
+
+ Mark fast/text/offsetForPosition-complex-fallback.html as failing for WIN and LINUX.
+
+ * platform/chromium/test_expectations.txt:
+
+2011-01-25 Ned Holbrook <nholbrook@apple.com>
+
+ Reviewed by Dan Bernstein.
+
+ ComplexTextController incorrectly conflates string length and range of indexes
+ https://bugs.webkit.org/show_bug.cgi?id=52760
+
+ * fast/text/offsetForPosition-complex-fallback-expected.txt: Added.
+ * fast/text/offsetForPosition-complex-fallback.html: Added.
+
+2011-01-25 Sam Weinig <sam@webkit.org>
+
+ Make this test a bit more robust agains different scrollbar widths.
+
+ * fast/overflow/overflow-rtl-vertical-origin.html:
+
+2011-01-25 Sam Weinig <sam@webkit.org>
+
+ Reviewed by David Hyatt.
+
+ Scrollbars don't work correctly for top-to-bottom text in an overflow: scroll area
+ https://bugs.webkit.org/show_bug.cgi?id=53048
+
+ * fast/overflow/overflow-rtl-vertical-origin-expected.txt: Added.
+ * fast/overflow/overflow-rtl-vertical-origin.html: Added.
+
+2011-01-25 Kent Tamura <tkent@chromium.org>
+
+ Unreviewed, test expectation update.
+
+ * platform/chromium-win/fast/forms/input-appearance-spinbutton-disabled-readonly-expected.checksum: Added.
+ * platform/chromium-win/fast/forms/input-appearance-spinbutton-disabled-readonly-expected.png: Added.
+ * platform/chromium-win/fast/forms/input-appearance-spinbutton-disabled-readonly-expected.txt: Added.
+ * platform/chromium-win/fast/speech/input-appearance-numberandspeech-expected.checksum:
+ * platform/chromium-win/fast/speech/input-appearance-numberandspeech-expected.png:
+ * platform/chromium-win/fast/speech/input-appearance-numberandspeech-expected.txt:
+ * platform/chromium/test_expectations.txt:
+
+2011-01-25 Kent Tamura <tkent@chromium.org>
+
+ Reviewed by Dimitri Glazkov.
+
+ Radio button group state is not restored correctly
+ https://bugs.webkit.org/show_bug.cgi?id=50442
+
+ * fast/forms/state-restore-radio-group-expected.txt: Added.
+ * fast/forms/state-restore-radio-group.html: Added.
+
+2011-01-25 Kent Tamura <tkent@chromium.org>
+
+ Reviewed by Dimitri Glazkov.
+
+ HTMLFormElement::checkValidity() returns incorrect result if 'invalid' events are canceled.
+ https://bugs.webkit.org/show_bug.cgi?id=52565
+
+ Fix tests and results for the behavior change.
+
+ * fast/forms/checkValidity-cancel-expected.txt:
+ * fast/forms/checkValidity-handler-updates-dom-expected.txt:
+ * fast/forms/interactive-validation-cancel-expected.txt:
+ * fast/forms/interactive-validation-cancel.html:
+ * fast/forms/script-tests/checkValidity-cancel.js:
+ * fast/forms/script-tests/checkValidity-handler-updates-dom.js:
+
+2011-01-25 Kent Tamura <tkent@chromium.org>
+
+ Reviewed by Dimitri Glazkov.
+
+ Range and number inputs should reject increment and decrement by
+ keyboard or mouse wheel if they are disabled or read-only
+ https://bugs.webkit.org/show_bug.cgi?id=53151
+
+ Add checks for 'disabled' and 'readOnly'.
+
+ * fast/forms/input-number-keyoperation-expected.txt:
+ * fast/forms/input-number-wheel-expected.txt:
+ * fast/forms/range-keyoperation-expected.txt:
+ * fast/forms/range-keyoperation.html:
+ * fast/forms/script-tests/input-number-keyoperation.js:
+ * fast/forms/script-tests/input-number-wheel.js:
+
+2011-01-25 Cris Neckar <cdn@chromium.org>
+
+ Reviewed by Adam Barth.
+
+ Test for crash when a window's location changes before creating an object URL.
+ https://bugs.webkit.org/show_bug.cgi?id=53038
+
+ * fast/dom/window-domurl-crash-expected.txt: Added.
+ * fast/dom/window-domurl-crash.html: Added.
+
+2011-01-25 James Simonsen <simonjam@chromium.org>
+
+ Reviewed by Tony Chang.
+
+ [Chromium] Support small caps in complex text on linux
+ https://bugs.webkit.org/show_bug.cgi?id=53051
+
+ * platform/chromium-linux/fast/text/atsui-multiple-renderers-expected.checksum: Added.
+ * platform/chromium-linux/fast/text/atsui-multiple-renderers-expected.png: Added.
+ * platform/chromium-linux/fast/text/atsui-multiple-renderers-expected.txt: Added.
+ * platform/chromium-linux/fast/text/atsui-small-caps-punctuation-size-expected.checksum: Added.
+ * platform/chromium-linux/fast/text/atsui-small-caps-punctuation-size-expected.png: Added.
+ * platform/chromium/test_expectations.txt: Re-enable 2 tests on linux.
+
+2011-01-25 Jer Noble <jer.noble@apple.com>
+
+ Unreviewed build fix: add failing test to gtk/Skipped.
+
+ * platform/gtk/Skipped:
+
+2011-01-25 Sheriff Bot <webkit.review.bot@gmail.com>
+
+ Unreviewed, rolling out r76625.
+ http://trac.webkit.org/changeset/76625
+ https://bugs.webkit.org/show_bug.cgi?id=53119
+
+ "incorrect pixel test results" (Requested by rniwa on
+ #webkit).
+
+ * editing/selection/caret-painting-after-paste-undo-rtl.html: Removed.
+ * editing/selection/caret-painting-after-paste-undo.html: Removed.
+ * platform/mac/editing/deleting/5408255-expected.checksum:
+ * platform/mac/editing/deleting/5408255-expected.png:
+ * platform/mac/editing/selection/caret-painting-after-paste-undo-expected.checksum: Removed.
+ * platform/mac/editing/selection/caret-painting-after-paste-undo-expected.png: Removed.
+ * platform/mac/editing/selection/caret-painting-after-paste-undo-expected.txt: Removed.
+ * platform/mac/editing/selection/caret-painting-after-paste-undo-rtl-expected.checksum: Removed.
+ * platform/mac/editing/selection/caret-painting-after-paste-undo-rtl-expected.png: Removed.
+ * platform/mac/editing/selection/caret-painting-after-paste-undo-rtl-expected.txt: Removed.
+
+2011-01-25 Tony Chang <tony@chromium.org>
+
+ Unreviewed, debugger-scripts.html is failing on windows too.
+
+ * platform/chromium/test_expectations.txt:
+
+2011-01-25 Dmitry Titov <dimich@chromium.org>
+
+ [Chromium] Not reviewed, rebaseline for a test.
+ The difference is because V8 has different error messages.
+
+ * platform/chromium-mac/fast/js/js-continue-break-restrictions-expected.txt: Added.
+ * platform/chromium-win/fast/js/js-continue-break-restrictions-expected.txt: Added.
+ * platform/chromium/test_expectations.txt:
+
+2011-01-25 James Robinson <jamesr@chromium.org>
+
+ Remove = TEXT PASS lines for tests that consistently pass.
+
+ * platform/chromium/test_expectations.txt:
+
+2011-01-25 Jer Noble <jer.noble@apple.com>
+
+ Unreviewed build fix: rollback untintentional changes in media expected results.
+
+ * media/video-source-moved-expected.txt:
+ * media/video-source-none-supported-expected.txt:
+ * LayoutTests/platform/win/media/audio-data-url-expected.txt:
+
+2011-01-25 Tony Chang <tony@chromium.org>
+
+ Unreviewed, mark inspector/debugger-scripts.html as failing on chromium linux.
+
+ * platform/chromium/test_expectations.txt:
+
+2011-01-21 Levi Weintraub <leviw@chromium.org>
+
+ Reviewed by Darin Adler.
+
+ Updating the expected result for 5408255 and adding tests for caret positioning at the
+ beginning and end of RenderBoxes.
+
+ Undo moves caret to invalid position
+ https://bugs.webkit.org/show_bug.cgi?id=49744
+
+ * editing/selection/caret-painting-after-paste-undo-rtl.html: Added.
+ * editing/selection/caret-painting-after-paste-undo.html: Added.
+ * platform/mac/editing/deleting/5408255-expected.checksum:
+ * platform/mac/editing/deleting/5408255-expected.png:
+ * platform/mac/editing/selection/caret-painting-after-paste-undo-expected.checksum: Added.
+ * platform/mac/editing/selection/caret-painting-after-paste-undo-expected.png: Added.
+ * platform/mac/editing/selection/caret-painting-after-paste-undo-expected.txt: Added.
+ * platform/mac/editing/selection/caret-painting-after-paste-undo-rtl-expected.checksum: Added.
+ * platform/mac/editing/selection/caret-painting-after-paste-undo-rtl-expected.png: Added.
+ * platform/mac/editing/selection/caret-painting-after-paste-undo-rtl-expected.txt: Added.
+
+2011-01-25 Tony Chang <tony@chromium.org>
+
+ Unreviewed, add chromium-mac baselines after r76599.
+
+ The platform/mac-leopard results were stale which is why the expected
+ text results aren't updated as well.
+
+ * platform/chromium-mac/svg/custom/junk-data-expected.checksum: Added.
+ * platform/chromium-mac/svg/custom/junk-data-expected.png: Added.
+ * platform/chromium-mac/svg/custom/missing-xlink-expected.checksum: Added.
+ * platform/chromium-mac/svg/custom/missing-xlink-expected.png: Added.
+
+2011-01-25 James Robinson <jamesr@chromium.org>
+
+ Reviewed by Mihai Parparita.
+
+ Convert requestAnimationFrame tests to be script-tests
+ https://bugs.webkit.org/show_bug.cgi?id=53109
+
+ This converts the new requestAnimationFrame tests to be proper script-tests using make-script-test-wrapper.
+
+ * fast/animation/request-animation-frame-cancel-expected.txt:
+ * fast/animation/request-animation-frame-cancel.html:
+ * fast/animation/request-animation-frame-cancel2-expected.txt:
+ * fast/animation/request-animation-frame-cancel2.html:
+ * fast/animation/request-animation-frame-display-expected.txt:
+ * fast/animation/request-animation-frame-display.html:
+ * fast/animation/request-animation-frame-expected.txt:
+ * fast/animation/request-animation-frame-within-callback-expected.txt:
+ * fast/animation/request-animation-frame-within-callback.html:
+ * fast/animation/request-animation-frame.html:
+ * fast/animation/script-tests/TEMPLATE.html: Added.
+ * fast/animation/script-tests/request-animation-frame-cancel.js: Copied from LayoutTests/fast/animation/request-animation-frame-cancel.html.
+ * fast/animation/script-tests/request-animation-frame-cancel2.js: Copied from LayoutTests/fast/animation/request-animation-frame-cancel2.html.
+ (secondCallbackId):
+ * fast/animation/script-tests/request-animation-frame-display.js: Added.
+ * fast/animation/script-tests/request-animation-frame-within-callback.js: Copied from LayoutTests/fast/animation/request-animation-frame-within-callback.html.
+ (window):
+ * fast/animation/script-tests/request-animation-frame.js: Added.
+
+2011-01-20 Jer Noble <jer.noble@apple.com>
+
+ Reviewed by Eric Carlson.
+
+ REGRESSION (r72119): Audio never plays on Star Wars intro animation
+ https://bugs.webkit.org/show_bug.cgi?id=52467
+
+ Test the ability to read audio/m4a files. Disabled this new test
+ on the chromium and qt platforms, as they do not support M4A/AAC.
+
+ * media/audio-mpeg4-supported-expected.txt: Added.
+ * media/audio-mpeg4-supported.html: Added.
+ * media/content/silence.m4a: Added.
+ * platform/chromium/test_expectations.txt:
+ * platform/qt/Skipped:
+
+2011-01-25 Tony Chang <tony@chromium.org>
+
+ Unreviewed, rebaseline a test on chromium-win. Part of r76586 rebaselines.
+
+ * platform/chromium-win/svg/custom/svg-fonts-in-html-expected.checksum:
+ * platform/chromium-win/svg/custom/svg-fonts-in-html-expected.png:
+ * platform/chromium-win/svg/custom/svg-fonts-in-html-expected.txt:
+ * platform/chromium/test_expectations.txt:
+
+2011-01-25 Ryosuke Niwa <rniwa@webkit.org>
+
+ Another unreviewed SVG rebaselines for Chromium.
+
+ * platform/chromium-linux/svg/text/text-text-05-t-expected.checksum:
+ * platform/chromium-linux/svg/text/text-text-05-t-expected.png:
+ * platform/chromium-mac/svg/text/text-text-05-t-expected.checksum:
+ * platform/chromium-mac/svg/text/text-text-05-t-expected.png:
+ * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.txt:
+ * platform/chromium-win/svg/text/text-text-05-t-expected.checksum:
+ * platform/chromium-win/svg/text/text-text-05-t-expected.png:
+ * platform/chromium-win/svg/text/text-text-05-t-expected.txt:
+ * platform/chromium/test_expectations.txt:
+
+2011-01-25 Maciej Stachowiak <mjs@apple.com>
+
+ Reviewed by Darin Adler.
+
+ Skip another new test that uses eventSender
+ https://bugs.webkit.org/show_bug.cgi?id=53094
+
+ * platform/mac-wk2/Skipped:
+
+2011-01-25 Benjamin Kalman <kalman@chromium.org>
+
+ Reviewed by Ryosuke Niwa.
+
+ Cannot extend or modify forward by word over a non-contenteditable region
+ https://bugs.webkit.org/show_bug.cgi?id=53070
+
+ Add regression test.
+
+ * editing/selection/extend-forward-by-word-over-non-editable-expected.txt: Added.
+ * editing/selection/extend-forward-by-word-over-non-editable.html: Added.
+
+2011-01-25 Ryosuke Niwa <rniwa@webkit.org>
+
+ Unreviewed SVG rebaselines for Chromium.
+
+ * platform/chromium-linux/svg/batik/text/textEffect-expected.checksum:
+ * platform/chromium-linux/svg/batik/text/textEffect-expected.png:
+ * platform/chromium-linux/svg/batik/text/textEffect-expected.txt: Removed.
+ * platform/chromium-linux/svg/batik/text/textEffect3-expected.checksum:
+ * platform/chromium-linux/svg/batik/text/textEffect3-expected.png:
+ * platform/chromium-linux/svg/batik/text/textEffect3-expected.txt: Removed.
+ * platform/chromium-linux/svg/batik/text/textPosition2-expected.txt:
+ * platform/chromium-linux/svg/custom/svg-fonts-in-html-expected.checksum:
+ * platform/chromium-linux/svg/custom/svg-fonts-in-html-expected.png:
+ * platform/chromium-linux/svg/custom/svg-fonts-in-html-expected.txt: Added.
+ * platform/chromium-linux/svg/custom/svg-fonts-with-no-element-reference-expected.checksum:
+ * platform/chromium-linux/svg/custom/svg-fonts-with-no-element-reference-expected.png:
+ * platform/chromium-linux/svg/custom/svg-fonts-without-missing-glyph-expected.checksum:
+ * platform/chromium-linux/svg/custom/svg-fonts-without-missing-glyph-expected.png:
+ * platform/chromium-linux/svg/text/text-text-06-t-expected.checksum:
+ * platform/chromium-linux/svg/text/text-text-06-t-expected.png:
+ * platform/chromium-mac/svg/custom/svg-fonts-in-html-expected.checksum:
+ * platform/chromium-mac/svg/custom/svg-fonts-in-html-expected.png:
+ * platform/chromium-mac/svg/text/text-text-06-t-expected.checksum:
+ * platform/chromium-mac/svg/text/text-text-06-t-expected.png: Added.
+ * platform/chromium-win/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/text-text-05-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/text-text-06-t-expected.txt:
+ * platform/chromium-win/svg/batik/text/textEffect-expected.checksum:
+ * platform/chromium-win/svg/batik/text/textEffect-expected.png:
+ * platform/chromium-win/svg/batik/text/textEffect-expected.txt:
+ * platform/chromium-win/svg/batik/text/textEffect3-expected.checksum:
+ * platform/chromium-win/svg/batik/text/textEffect3-expected.png:
+ * platform/chromium-win/svg/batik/text/textEffect3-expected.txt:
+ * platform/chromium-win/svg/batik/text/textPosition2-expected.txt:
+ * platform/chromium-win/svg/custom/svg-fonts-with-no-element-reference-expected.checksum:
+ * platform/chromium-win/svg/custom/svg-fonts-with-no-element-reference-expected.png:
+ * platform/chromium-win/svg/custom/svg-fonts-without-missing-glyph-expected.checksum:
+ * platform/chromium-win/svg/custom/svg-fonts-without-missing-glyph-expected.png:
+ * platform/chromium-win/svg/custom/svg-fonts-without-missing-glyph-expected.txt:
+ * platform/chromium-win/svg/text/text-text-06-t-expected.checksum:
+ * platform/chromium-win/svg/text/text-text-06-t-expected.png:
+ * platform/chromium-win/svg/text/text-text-06-t-expected.txt:
+ * platform/chromium/test_expectations.txt:
+
+2011-01-25 Tony Chang <tony@chromium.org>
+
+ Unreviewed, remove passing chromium win tests.
+
+ * platform/chromium/test_expectations.txt:
+
+2011-01-25 Nikolas Zimmermann <nzimmermann@rim.com>
+
+ Not reviewed.
+
+ Update Leopard svg/ pixel test baselines, to make run-webkit-tests -p pass again with --tolerance 0.
+ Contains only marginal differences, or updates pixel test results that were forgotten to update.
+
+ * platform/mac-leopard/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.checksum: Added.
+ * platform/mac-leopard/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.png: Added.
+ * platform/mac-leopard/svg/W3C-SVG-1.1/filters-composite-02-b-expected.checksum:
+ * platform/mac-leopard/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png:
+ * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-07-t-expected.checksum: Added.
+ * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-07-t-expected.png: Added.
+ * platform/mac-leopard/svg/W3C-SVG-1.1/struct-use-01-t-expected.checksum: Added.
+ * platform/mac-leopard/svg/W3C-SVG-1.1/struct-use-01-t-expected.png: Added.
+ * platform/mac-leopard/svg/css/text-gradient-shadow-expected.checksum: Added.
+ * platform/mac-leopard/svg/css/text-gradient-shadow-expected.png: Added.
+ * platform/mac-leopard/svg/custom/image-rescale-clip-expected.checksum:
+ * platform/mac-leopard/svg/custom/image-rescale-clip-expected.png:
+ * platform/mac-leopard/svg/custom/image-rescale-scroll-expected.checksum: Added.
+ * platform/mac-leopard/svg/custom/image-rescale-scroll-expected.png: Added.
+ * platform/mac-leopard/svg/custom/junk-data-expected.checksum:
+ * platform/mac-leopard/svg/custom/junk-data-expected.png:
+ * platform/mac-leopard/svg/custom/missing-xlink-expected.checksum:
+ * platform/mac-leopard/svg/custom/missing-xlink-expected.png:
+ * platform/mac-leopard/svg/filters/feComposite-expected.checksum:
+ * platform/mac-leopard/svg/filters/feComposite-expected.png:
+ * platform/mac-leopard/svg/filters/filter-rounding-issues-expected.checksum: Added.
+ * platform/mac-leopard/svg/filters/filter-rounding-issues-expected.png: Added.
+ * platform/mac-leopard/svg/repaint/filter-repaint-expected.checksum:
+ * platform/mac-leopard/svg/repaint/filter-repaint-expected.png:
+
+2011-01-25 Nikolas Zimmermann <nzimmermann@rim.com>
+
+ Not reviewed.
+
+ Update Snow Leopard svg/ pixel test baselines, to make run-webkit-tests -p pass again with --tolerance 0.
+ Contains only marginal differences, or updates pixel test results that were forgotten to update.
+
+ * platform/mac/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.checksum:
+ * platform/mac/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.png:
+ * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.checksum:
+ * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-07-f-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/pservers-grad-08-b-expected.checksum:
+ * platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png:
+ * platform/mac/svg/W3C-SVG-1.1/struct-image-06-t-expected.checksum:
+ * platform/mac/svg/W3C-SVG-1.1/struct-image-06-t-expected.png:
+ * platform/mac/svg/W3C-SVG-1.1/struct-image-07-t-expected.checksum:
+ * platform/mac/svg/W3C-SVG-1.1/struct-image-07-t-expected.png:
+ * platform/mac/svg/W3C-SVG-1.1/struct-use-01-t-expected.checksum:
+ * platform/mac/svg/W3C-SVG-1.1/struct-use-01-t-expected.png:
+ * platform/mac/svg/batik/text/textEffect-expected.checksum:
+ * platform/mac/svg/batik/text/textEffect-expected.png:
+ * platform/mac/svg/batik/text/textEffect3-expected.checksum:
+ * platform/mac/svg/batik/text/textEffect3-expected.png:
+ * platform/mac/svg/custom/baseval-animval-equality-expected.checksum:
+ * platform/mac/svg/custom/baseval-animval-equality-expected.png:
+ * platform/mac/svg/custom/foreign-object-skew-expected.checksum:
+ * platform/mac/svg/custom/foreign-object-skew-expected.png:
+ * platform/mac/svg/custom/image-rescale-expected.checksum:
+ * platform/mac/svg/custom/image-rescale-expected.png:
+ * platform/mac/svg/custom/svg-fonts-in-html-expected.checksum:
+ * platform/mac/svg/custom/svg-fonts-in-html-expected.png:
+ * platform/mac/svg/custom/svg-fonts-with-no-element-reference-expected.checksum:
+ * platform/mac/svg/custom/svg-fonts-with-no-element-reference-expected.png:
+ * platform/mac/svg/custom/svg-fonts-without-missing-glyph-expected.checksum:
+ * platform/mac/svg/custom/svg-fonts-without-missing-glyph-expected.png:
+ * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr-expected.checksum:
+ * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr-expected.png:
+ * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-expected.checksum:
+ * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-expected.png:
+ * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-expected.checksum:
+ * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-expected.png:
+ * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-expected.checksum:
+ * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-expected.png:
+ * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-expected.checksum:
+ * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-expected.png:
+ * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-expected.checksum:
+ * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-expected.png:
+ * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-expected.checksum:
+ * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-expected.png:
+ * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-expected.checksum:
+ * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-expected.png:
+ * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-expected.checksum:
+ * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-expected.png:
+ * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-expected.checksum:
+ * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-expected.png:
+ * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-expected.checksum:
+ * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-expected.png:
+ * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-expected.checksum:
+ * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-expected.png:
+ * platform/mac/svg/filters/feComposite-expected.checksum:
+ * platform/mac/svg/filters/feComposite-expected.png:
+ * platform/mac/svg/filters/filter-rounding-issues-expected.checksum:
+ * platform/mac/svg/filters/filter-rounding-issues-expected.png:
+ * platform/mac/svg/filters/filteredImage-expected.checksum:
+ * platform/mac/svg/filters/filteredImage-expected.png:
+ * platform/mac/svg/repaint/filter-repaint-expected.checksum:
+ * platform/mac/svg/repaint/filter-repaint-expected.png:
+ * platform/mac/svg/text/text-text-05-t-expected.checksum:
+ * platform/mac/svg/text/text-text-05-t-expected.png:
+ * platform/mac/svg/text/text-text-06-t-expected.checksum:
+ * platform/mac/svg/text/text-text-06-t-expected.png:
+
+2011-01-25 Carlos Garcia Campos <cgarcia@igalia.com>
+
+ Unreviewed, add bug url for failing test on GTK.
+
+ [cairo] Fix LayoutTests/fast/canvas/patternfill-repeat.html
+ https://bugs.webkit.org/show_bug.cgi?id=53085
+
+ * platform/gtk/Skipped:
+
+2011-01-25 Mario Sanchez Prada <msanchez@igalia.com>
+
+ Reviewed by Antonio Gomes.
+
+ fast/spatial-navigation/snav-unit-overflow-and-scroll-in-direction.html is flaky
+ https://bugs.webkit.org/show_bug.cgi?id=53073
+
+ Make the two steps in the flaky test to be executed sequentially.
+
+ * fast/spatial-navigation/snav-unit-overflow-and-scroll-in-direction.html:
+ Fix flaky test by chaining its two steps up.
+ * platform/gtk/Skipped: Unskip test.
+
+2011-01-25 Dirk Schulze <krit@webkit.org>
+
+ Reviewed by Nikolas Zimmermann.
+
+ SVG is missing to-animation support for Path
+ https://bugs.webkit.org/show_bug.cgi?id=52982
+
+ Added an animation test to check 'to' animations in combination with SVG paths.
+
+ * svg/animations/animate-path-to-animation-expected.txt: Added.
+ * svg/animations/animate-path-to-animation.html: Added.
+ * svg/animations/script-tests/animate-path-to-animation.js: Added.
+ (sample1):
+ (sample2):
+ (sample3):
+ (executeTest):
+
+2011-01-25 Nikolas Zimmermann <nzimmermann@rim.com>
+
+ Introduce FontMetrics abstraction
+ https://bugs.webkit.org/show_bug.cgi?id=51456
+
+ Update gtk/qt baseline.
+
+ * 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/custom/svg-fonts-without-missing-glyph-expected.txt:
+ * platform/gtk/svg/text/text-hkern-expected.txt:
+ * platform/gtk/svg/text/text-hkern-on-vertical-text-expected.txt:
+ * platform/gtk/svg/text/text-vkern-expected.txt:
+ * platform/gtk/svg/text/text-vkern-on-horizontal-text-expected.txt:
+ * 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.txt:
+ * 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.txt:
+ * platform/qt/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.txt:
+ * platform/qt/svg/custom/svg-fonts-with-no-element-reference-expected.txt:
+ * platform/qt/svg/custom/svg-fonts-without-missing-glyph-expected.txt:
+ * platform/qt/svg/text/text-hkern-expected.txt:
+ * platform/qt/svg/text/text-hkern-on-vertical-text-expected.txt:
+ * platform/qt/svg/text/text-vkern-expected.txt:
+ * platform/qt/svg/text/text-vkern-on-horizontal-text-expected.txt:
+ * platform/qt/svg/transforms/text-with-mask-with-svg-transform-expected.txt:
+
+2011-01-25 Pavel Feldman <pfeldman@chromium.org>
+
+ Reviewed by Yury Semikhatsky.
+
+ Web Inspector: bind resources to URLs upon adding them into the tree.
+ https://bugs.webkit.org/show_bug.cgi?id=53013
+
+ * inspector/debugger-scripts-expected.txt:
+ * inspector/debugger-scripts.html:
+
+2011-01-25 Nikolas Zimmermann <nzimmermann@rim.com>
+
+ Reviewed by Dirk Schulze.
+
+ Introduce FontMetrics abstraction
+ https://bugs.webkit.org/show_bug.cgi?id=51456
+
+ Update mac/mac-leopard pixel baseline after removing the float -> int truncation in the SVG Fonts ascent/descent calculation code.
+
+ * platform/gtk/Skipped: Unskip several tests.
+ * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.checksum:
+ * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png:
+ * platform/mac-leopard/svg/batik/text/textEffect-expected.checksum:
+ * platform/mac-leopard/svg/batik/text/textEffect-expected.png:
+ * platform/mac-leopard/svg/batik/text/textEffect3-expected.checksum:
+ * platform/mac-leopard/svg/batik/text/textEffect3-expected.png:
+ * platform/mac-leopard/svg/custom/svg-fonts-in-html-expected.checksum:
+ * platform/mac-leopard/svg/custom/svg-fonts-in-html-expected.png:
+ * platform/mac-leopard/svg/custom/svg-fonts-with-no-element-reference-expected.checksum:
+ * platform/mac-leopard/svg/custom/svg-fonts-with-no-element-reference-expected.png:
+ * platform/mac-leopard/svg/custom/svg-fonts-without-missing-glyph-expected.checksum:
+ * platform/mac-leopard/svg/custom/svg-fonts-without-missing-glyph-expected.png:
+ * platform/mac-leopard/svg/text/text-text-05-t-expected.checksum:
+ * platform/mac-leopard/svg/text/text-text-05-t-expected.png:
+ * platform/mac-leopard/svg/text/text-text-06-t-expected.checksum:
+ * platform/mac-leopard/svg/text/text-text-06-t-expected.png:
+ * platform/mac/svg/W3C-SVG-1.1-SE/filters-image-03-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/animate-elem-24-t-expected.png:
+ * platform/mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt:
+ * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.png:
+ * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.txt:
+ * platform/mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt:
+ * platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-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/batik/text/textEffect-expected.txt:
+ * platform/mac/svg/batik/text/textEffect3-expected.txt:
+ * platform/mac/svg/batik/text/textPosition2-expected.png:
+ * platform/mac/svg/batik/text/textPosition2-expected.txt:
+ * platform/mac/svg/custom/svg-fonts-in-html-expected.txt:
+ * platform/mac/svg/custom/svg-fonts-with-no-element-reference-expected.txt:
+ * platform/mac/svg/custom/svg-fonts-without-missing-glyph-expected.txt:
+ * platform/mac/svg/text/text-text-05-t-expected.txt:
+ * platform/mac/svg/text/text-text-06-t-expected.txt:
+ * svg/custom/glyph-transformation-with-hkern-expected.txt:
+
+2011-01-25 Mario Sanchez Prada <msanchez@igalia.com>
+
+ Unreviewed, skipping flaky test on GTK debug bots.
+
+ editing/selection/extend-selection-bidi.html test is flaky
+ https://bugs.webkit.org/show_bug.cgi?id=53074
+
+ * platform/gtk/Skipped: Skipped test.
+
+2011-01-25 Mario Sanchez Prada <msanchez@igalia.com>
+
+ Unreviewed, skipping flaky test on GTK debug bots.
+
+ fast/spatial-navigation/snav-unit-overflow-and-scroll-in-direction.html is flaky
+ https://bugs.webkit.org/show_bug.cgi?id=53073
+
+ * platform/gtk/Skipped: Skipped test.
+
+2011-01-24 Maciej Stachowiak <mjs@apple.com>
+
+ Reviewed by Nikolas Zimmermann.
+
+ Skip some new tests for WebKit2 that use eventSender
+ https://bugs.webkit.org/show_bug.cgi?id=53068
+
+ * platform/mac-wk2/Skipped:
+
+2011-01-24 Kent Tamura <tkent@chromium.org>
+
+ Unreviewed, test expectation update.
+
+ Chromium-Linux rebaseline for r76567.
+
+ * platform/chromium-linux/fast/forms/input-appearance-spinbutton-disabled-readonly-expected.checksum:
+ * platform/chromium-linux/fast/forms/input-appearance-spinbutton-disabled-readonly-expected.png:
+ * platform/chromium-linux/fast/forms/input-appearance-spinbutton-disabled-readonly-expected.txt:
+ * platform/chromium-linux/fast/speech/input-appearance-numberandspeech-expected.checksum:
+ * platform/chromium-linux/fast/speech/input-appearance-numberandspeech-expected.png:
+ * platform/chromium-linux/fast/speech/input-appearance-numberandspeech-expected.txt:
+ * platform/chromium/test_expectations.txt:
+
+2011-01-24 Martin Robinson <mrobinson@igalia.com>
+
+ Skip a slightly different set of tests after r76555. Seems that some of these
+ failures are cascading.
+
+ * platform/gtk/Skipped: Update the skipped list.
+
+2011-01-24 Tony Chang <tony@chromium.org>
+
+ Unreviewed, reverting 5 changes of baselines that are incorrect for Linux.
+ Mark win tests as failing for now.
+
+ * platform/chromium-linux/fast/css/acid2-expected.txt: Removed.
+ * platform/chromium-linux/fast/css/acid2-pixel-expected.checksum:
+ * platform/chromium-linux/fast/css/acid2-pixel-expected.png:
+ * platform/chromium-linux/fast/css/acid2-pixel-expected.txt: Removed.
+ * platform/chromium-linux/fast/forms/button-sizes-expected.checksum:
+ * platform/chromium-linux/fast/forms/button-sizes-expected.png:
+ * platform/chromium-linux/fast/forms/button-sizes-expected.txt:
+ * platform/chromium-linux/fast/forms/input-button-sizes-expected.checksum:
+ * platform/chromium-linux/fast/forms/input-button-sizes-expected.png:
+ * platform/chromium-linux/fast/forms/input-button-sizes-expected.txt:
+ * platform/chromium-linux/http/tests/misc/acid2-expected.txt: Removed.
+ * platform/chromium-linux/http/tests/misc/acid2-pixel-expected.checksum:
+ * platform/chromium-linux/http/tests/misc/acid2-pixel-expected.png:
+ * platform/chromium-linux/http/tests/misc/acid2-pixel-expected.txt: Removed.
+ * platform/chromium-linux/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.txt: Removed.
+ * platform/chromium-linux/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.txt: Removed.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt: Removed.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt: Removed.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt: Removed.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt: Removed.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.txt: Removed.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt: Removed.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt: Removed.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.txt: Removed.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt: Removed.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt: Removed.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt: Removed.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/text-text-01-b-expected.txt:
+ * platform/chromium-linux/svg/W3C-SVG-1.1/text-text-04-t-expected.txt: Removed.
+ * platform/chromium-linux/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt: Removed.
+ * platform/chromium-linux/svg/custom/svg-fonts-in-html-expected.txt: Removed.
+ * platform/chromium-linux/svg/custom/svg-fonts-with-no-element-reference-expected.txt: Removed.
+ * platform/chromium-linux/svg/hixie/perf/003-expected.txt: Added.
+ * platform/chromium-linux/svg/hixie/perf/004-expected.txt: Added.
+ * platform/chromium-linux/svg/hixie/perf/005-expected.txt: Added.
+ * platform/chromium-linux/svg/hixie/perf/006-expected.txt: Added.
+ * platform/chromium-linux/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt: Added.
+ * platform/chromium-linux/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt: Added.
+ * platform/chromium-linux/svg/text/text-hkern-expected.txt: Removed.
+ * platform/chromium-linux/svg/text/text-hkern-on-vertical-text-expected.checksum: Removed.
+ * platform/chromium-linux/svg/text/text-hkern-on-vertical-text-expected.png: Removed.
+ * platform/chromium-linux/svg/text/text-hkern-on-vertical-text-expected.txt: Removed.
+ * platform/chromium-linux/svg/text/text-text-01-b-expected.checksum:
+ * platform/chromium-linux/svg/text/text-text-01-b-expected.png:
+ * platform/chromium-linux/svg/text/text-text-01-b-expected.txt:
+ * platform/chromium-linux/svg/text/text-text-04-t-expected.txt: Removed.
+ * platform/chromium-linux/svg/text/text-vkern-expected.checksum: Removed.
+ * platform/chromium-linux/svg/text/text-vkern-expected.txt: Removed.
+ * platform/chromium-linux/svg/text/text-vkern-on-horizontal-text-expected.txt: Removed.
+ * platform/chromium-win/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.txt: Removed.
+ * platform/chromium-win/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.txt: Removed.
+ * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/text-text-04-t-expected.txt:
+ * platform/chromium-win/svg/batik/text/xmlSpace-expected.txt:
+ * platform/chromium-win/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
+ * platform/chromium-win/svg/custom/svg-fonts-in-html-expected.checksum:
+ * platform/chromium-win/svg/custom/svg-fonts-in-html-expected.png:
+ * platform/chromium-win/svg/custom/svg-fonts-in-html-expected.txt:
+ * platform/chromium-win/svg/custom/svg-fonts-with-no-element-reference-expected.checksum:
+ * platform/chromium-win/svg/custom/svg-fonts-with-no-element-reference-expected.png:
+ * platform/chromium-win/svg/custom/svg-fonts-with-no-element-reference-expected.txt: Removed.
+ * platform/chromium-win/svg/text/text-hkern-expected.txt: Removed.
+ * platform/chromium-win/svg/text/text-hkern-on-vertical-text-expected.checksum:
+ * platform/chromium-win/svg/text/text-hkern-on-vertical-text-expected.png:
+ * platform/chromium-win/svg/text/text-hkern-on-vertical-text-expected.txt: Removed.
+ * platform/chromium-win/svg/text/text-text-04-t-expected.checksum:
+ * platform/chromium-win/svg/text/text-text-04-t-expected.png:
+ * platform/chromium-win/svg/text/text-text-04-t-expected.txt:
+ * platform/chromium-win/svg/text/text-vkern-expected.checksum:
+ * platform/chromium-win/svg/text/text-vkern-expected.png:
+ * platform/chromium-win/svg/text/text-vkern-expected.txt: Removed.
+ * platform/chromium-win/svg/text/text-vkern-on-horizontal-text-expected.txt: Removed.
+ * platform/chromium/test_expectations.txt:
+
+2011-01-24 Simon Fraser <simon.fraser@apple.com>
+
+ Reviewed by Chris Marrin.
+
+ perspective() transform function should take lengths
+ https://bugs.webkit.org/show_bug.cgi?id=52683
+
+ Add tests for perspective() handling, and interpolation for animation.
+
+ * animations/3d/transform-perspective-expected.txt: Added.
+ * animations/3d/transform-perspective.html: Added.
+ * transforms/3d/general/3dtransform-values-expected.txt:
+ * transforms/3d/general/3dtransform-values.html:
+
+2011-01-24 Kent Tamura <tkent@chromium.org>
+
+ Reviewed by Dimitri Glazkov.
+
+ [Windows] Textfield <input>s have different widths.
+ https://bugs.webkit.org/show_bug.cgi?id=48405
+
+ * fast/forms/input-widths-expected.txt: Added.
+ * fast/forms/input-widths.html: Added.
+
+2011-01-24 Kent Tamura <tkent@chromium.org>
+
+ Reviewed by Dimitri Glazkov.
+
+ Some bugs of search cancel button and spin button about state change in
+ an event handler.
+ https://bugs.webkit.org/show_bug.cgi?id=46950
+
+ * fast/forms/input-number-change-type-on-focus-expected.txt: Added.
+ * fast/forms/input-number-change-type-on-focus.html: Added.
+ * fast/forms/search-hide-cancel-on-cancel-expected.txt: Added.
+ * fast/forms/search-hide-cancel-on-cancel.html: Added.
+
+2011-01-24 Ryosuke Niwa <rniwa@webkit.org>
+
+ Reviewed by Ojan Vafai.
+
+ Inserting multiple whitespace using text composition (IME) should insert interleaved nbsp and whitespace.
+ https://bugs.webkit.org/show_bug.cgi?id=52781
+
+ The test was rebaselined to have interleaved space and non-breaking space.
+
+ * editing/inserting/insert-composition-whitespace-expected.txt:
+ * editing/inserting/insert-composition-whitespace.html:
+
+2011-01-24 Martin Robinson <mrobinson@igalia.com>
+
+ Skip one more crashing test.
+
+ * platform/gtk/Skipped: Skip a test.
+
+2011-01-24 Martin Robinson <mrobinson@igalia.com>
+
+ Skipping failing tests after r76555.
+
+ * platform/gtk/Skipped: Skip failing tests.
+
+2011-01-24 Peter Kasting <pkasting@google.com>
+
+ Reviewed by Darin Adler.
+
+ Roll back r67261 ("Don't fire onclick on middle clicks") due to
+ regressions.
+ https://bugs.webkit.org/show_bug.cgi?id=46733
+
+ * fast/events/mouse-click-events-expected.txt:
+ * fast/events/script-tests/mouse-click-events.js:
+
+2011-01-24 Xiaomei Ji <xji@chromium.org>
+
+ Unreviewed.
+
+ Skip cjk-segmentation.html (introduced in r76548) in QT.
+ QT skipped range-expand.html, skip cjk-segmentation as well.
+
+ * platform/qt/Skipped:
+
+2011-01-24 Martin Robinson <mrobinson@igalia.com>
+
+ Reviewed by Eric Seidel.
+
+ [GTK] Many DOM XHTML tests time out
+ https://bugs.webkit.org/show_bug.cgi?id=52553
+
+ * platform/gtk/Skipped: Unskip tests which are no longer timing out.
+
+2011-01-24 Ryosuke Niwa <rniwa@webkit.org>
+
+ Unreviewed Chromium test expectation update for r76548.
+
+ * platform/chromium/test_expectations.txt:
+
+2011-01-24 Xiaomei Ji <xji@chromium.org>
+
+ Reviewed by Ryosuke Niwa.
+
+ Add test for Chinese Segmentation.
+ https://bugs.webkit.org/show_bug.cgi?id=52926
+
+ The CJK segmentation currently does not work in other ports except Chromium.
+ Please refer to https://bugs.webkit.org/show_bug.cgi?id=53044 for detail.
+
+ * fast/text/international/cjk-segmentation-expected.txt: Added.
+ * fast/text/international/cjk-segmentation.html: Added.
+ * platform/chromium/fast/text/international: Added.
+ * platform/chromium/fast/text/international/cjk-segmentation-expected.txt: Added.
+
+2011-01-24 Maciej Stachowiak <mjs@apple.com>
+
+ Reviewed by Eric Seidel.
+
+ Skip a newly added test that uses textInputController
+ https://bugs.webkit.org/show_bug.cgi?id=53027
+
+ * platform/mac-wk2/Skipped:
+
+2011-01-24 Andrei Popescu <andreip@google.com>
+
+ Unreviewed, build fix.
+
+ LayoutTest/storage/indexeddb/objectstore-autoincrement.html is failing after r76533
+ https://bugs.webkit.org/show_bug.cgi?id=53032
+
+ Fix the expected output, which still had an error.
+
+ * storage/indexeddb/objectstore-autoincrement-expected.txt:
+
+2011-01-24 Kenji Imasaki <imasaki@chromium.org>
+
+ Reviewed by Jian Li.
+
+ [chromium] Remove non-flaky tests from test expectation file
+ https://bugs.webkit.org/show_bug.cgi?id=53022
+
+ * platform/chromium/test_expectations.txt:
+
+2011-01-24 Andrei Popescu <andreip@google.com>
+
+ Reviewed by Jeremy Orlow.
+
+ LayoutTest/storage/indexeddb/objectstore-autoincrement.html is failing after r76533
+ https://bugs.webkit.org/show_bug.cgi?id=53032
+
+ This fixes the layout test by modifying the arguments to IDBDatabase::transaction.
+
+ * storage/indexeddb/objectstore-autoincrement-expected.txt:
+ * storage/indexeddb/objectstore-autoincrement.html:
+
+2011-01-24 Andrei Popescu <andreip@google.com>
+
+ Reviewed by Nate Chapin.
+
+ IndexedDatabase methods should not take arguments of type OptionsObject
+ https://bugs.webkit.org/show_bug.cgi?id=53012
+
+ * storage/indexeddb/create-object-store-options-expected.txt:
+ * storage/indexeddb/create-object-store-options.html:
+ * storage/indexeddb/cursor-delete-expected.txt:
+ * storage/indexeddb/cursor-delete.html:
+ * storage/indexeddb/cursor-index-delete-expected.txt:
+ * storage/indexeddb/cursor-index-delete.html:
+ * storage/indexeddb/data-corruption-expected.txt:
+ * storage/indexeddb/data-corruption.html:
+ * storage/indexeddb/database-quota-expected.txt:
+ * storage/indexeddb/database-quota.html:
+ * storage/indexeddb/index-cursor.html:
+ * storage/indexeddb/objectstore-basics-expected.txt:
+ * storage/indexeddb/objectstore-basics.html:
+ * storage/indexeddb/objectstore-cursor.html:
+ * storage/indexeddb/open-cursor-expected.txt:
+ * storage/indexeddb/open-cursor.html:
+ * storage/indexeddb/transaction-and-objectstore-calls-expected.txt:
+ * storage/indexeddb/transaction-and-objectstore-calls.html:
+ * storage/indexeddb/tutorial.html:
+
+2011-01-24 Chang Shu <chang.shu@nokia.com>
+
+ Reviewed by Darin Adler.
+
+ Move contentEditable related test cases to the right place as they are DOM
+ related instead of editing related.
+ https://bugs.webkit.org/show_bug.cgi?id=53010
+
+ * editing/editability: Removed.
+ * editing/editability/attr-empty-string-expected.txt: Removed.
+ * editing/editability/attr-empty-string.html: Removed.
+ * editing/editability/attr-false-string-expected.txt: Removed.
+ * editing/editability/attr-false-string.html: Removed.
+ * editing/editability/attr-invalid-string-expected.txt: Removed.
+ * editing/editability/attr-invalid-string.html: Removed.
+ * editing/editability/attr-missing-ancestor-false-expected.txt: Removed.
+ * editing/editability/attr-missing-ancestor-false.html: Removed.
+ * editing/editability/attr-missing-ancestor-true-expected.txt: Removed.
+ * editing/editability/attr-missing-ancestor-true.html: Removed.
+ * editing/editability/attr-missing-parent-ancestor-missing-expected.txt: Removed.
+ * editing/editability/attr-missing-parent-ancestor-missing.html: Removed.
+ * editing/editability/attr-missing-parent-false-expected.txt: Removed.
+ * editing/editability/attr-missing-parent-false.html: Removed.
+ * editing/editability/attr-missing-parent-true-expected.txt: Removed.
+ * editing/editability/attr-missing-parent-true.html: Removed.
+ * editing/editability/attr-true-string-expected.txt: Removed.
+ * editing/editability/attr-true-string.html: Removed.
+ * editing/editability/set-false-expected.txt: Removed.
+ * editing/editability/set-false.html: Removed.
+ * editing/editability/set-inherit-parent-false-expected.txt: Removed.
+ * editing/editability/set-inherit-parent-false.html: Removed.
+ * editing/editability/set-inherit-parent-true-expected.txt: Removed.
+ * editing/editability/set-inherit-parent-true.html: Removed.
+ * editing/editability/set-invalid-value-expected.txt: Removed.
+ * editing/editability/set-invalid-value.html: Removed.
+ * editing/editability/set-true-expected.txt: Removed.
+ * editing/editability/set-true.html: Removed.
+ * editing/editability/set-value-caseinsensitive-expected.txt: Removed.
+ * editing/editability/set-value-caseinsensitive.html: Removed.
+ * fast/dom/HTMLElement/attr-empty-string-expected.txt: Copied from LayoutTests/editing/editability/attr-empty-string-expected.txt.
+ * fast/dom/HTMLElement/attr-empty-string.html: Copied from LayoutTests/editing/editability/attr-empty-string.html.
+ * fast/dom/HTMLElement/attr-false-string-expected.txt: Copied from LayoutTests/editing/editability/attr-false-string-expected.txt.
+ * fast/dom/HTMLElement/attr-false-string.html: Copied from LayoutTests/editing/editability/attr-false-string.html.
+ * fast/dom/HTMLElement/attr-invalid-string-expected.txt: Copied from LayoutTests/editing/editability/attr-invalid-string-expected.txt.
+ * fast/dom/HTMLElement/attr-invalid-string.html: Copied from LayoutTests/editing/editability/attr-invalid-string.html.
+ * fast/dom/HTMLElement/attr-missing-ancestor-false-expected.txt: Copied from LayoutTests/editing/editability/attr-missing-ancestor-false-expected.txt.
+ * fast/dom/HTMLElement/attr-missing-ancestor-false.html: Copied from LayoutTests/editing/editability/attr-missing-ancestor-false.html.
+ * fast/dom/HTMLElement/attr-missing-ancestor-true-expected.txt: Copied from LayoutTests/editing/editability/attr-missing-ancestor-true-expected.txt.
+ * fast/dom/HTMLElement/attr-missing-ancestor-true.html: Copied from LayoutTests/editing/editability/attr-missing-ancestor-true.html.
+ * fast/dom/HTMLElement/attr-missing-parent-ancestor-missing-expected.txt: Copied from LayoutTests/editing/editability/attr-missing-parent-ancestor-missing-expected.txt.
+ * fast/dom/HTMLElement/attr-missing-parent-ancestor-missing.html: Copied from LayoutTests/editing/editability/attr-missing-parent-ancestor-missing.html.
+ * fast/dom/HTMLElement/attr-missing-parent-false-expected.txt: Copied from LayoutTests/editing/editability/attr-missing-parent-false-expected.txt.
+ * fast/dom/HTMLElement/attr-missing-parent-false.html: Copied from LayoutTests/editing/editability/attr-missing-parent-false.html.
+ * fast/dom/HTMLElement/attr-missing-parent-true-expected.txt: Copied from LayoutTests/editing/editability/attr-missing-parent-true-expected.txt.
+ * fast/dom/HTMLElement/attr-missing-parent-true.html: Copied from LayoutTests/editing/editability/attr-missing-parent-true.html.
+ * fast/dom/HTMLElement/attr-true-string-expected.txt: Copied from LayoutTests/editing/editability/attr-true-string-expected.txt.
+ * fast/dom/HTMLElement/attr-true-string.html: Copied from LayoutTests/editing/editability/attr-true-string.html.
+ * fast/dom/HTMLElement/set-false-expected.txt: Copied from LayoutTests/editing/editability/set-false-expected.txt.
+ * fast/dom/HTMLElement/set-false.html: Copied from LayoutTests/editing/editability/set-false.html.
+ * fast/dom/HTMLElement/set-inherit-parent-false-expected.txt: Copied from LayoutTests/editing/editability/set-inherit-parent-false-expected.txt.
+ * fast/dom/HTMLElement/set-inherit-parent-false.html: Copied from LayoutTests/editing/editability/set-inherit-parent-false.html.
+ * fast/dom/HTMLElement/set-inherit-parent-true-expected.txt: Copied from LayoutTests/editing/editability/set-inherit-parent-true-expected.txt.
+ * fast/dom/HTMLElement/set-inherit-parent-true.html: Copied from LayoutTests/editing/editability/set-inherit-parent-true.html.
+ * fast/dom/HTMLElement/set-invalid-value-expected.txt: Copied from LayoutTests/editing/editability/set-invalid-value-expected.txt.
+ * fast/dom/HTMLElement/set-invalid-value.html: Copied from LayoutTests/editing/editability/set-invalid-value.html.
+ * fast/dom/HTMLElement/set-true-expected.txt: Copied from LayoutTests/editing/editability/set-true-expected.txt.
+ * fast/dom/HTMLElement/set-true.html: Copied from LayoutTests/editing/editability/set-true.html.
+ * fast/dom/HTMLElement/set-value-caseinsensitive-expected.txt: Copied from LayoutTests/editing/editability/set-value-caseinsensitive-expected.txt.
+ * fast/dom/HTMLElement/set-value-caseinsensitive.html: Copied from LayoutTests/editing/editability/set-value-caseinsensitive.html.
+
+2011-01-24 Sam Weinig <sam@webkit.org>
+
+ Add editing/inserting/insert-composition-whitespace.html to the windows
+ skipped list.
+
+ * platform/win/Skipped:
+
+2011-01-24 Csaba Osztrogonác <ossy@webkit.org>
+
+ Unreviewed.
+
+ Add Qt specific expected results for passing editing/selections tests.
+ Compared to Mac png files and Mac expected files. (part 3)
+
+ * platform/qt/editing/selection/ [...]:
+
+2011-01-24 Csaba Osztrogonác <ossy@webkit.org>
+
+ Unreviewed.
+
+ Add Qt specific expected results for passing editing/selections tests.
+ Compared to Mac png files and Mac expected files. (part 2)
+
+ * platform/qt/editing/selection/ [...]:
+
+2011-01-24 Csaba Osztrogonác <ossy@webkit.org>
+
+ Unreviewed.
+
+ Add Qt specific expected results for passing editing/selections tests.
+ Compared to Mac png files and Mac expected files. (part 1)
+
+ * platform/qt/editing/selection/ [...]:
+
+2011-01-24 Csaba Osztrogonác <ossy@webkit.org>
+
+ Unreviewed.
+
+ RTL: selection.modify("move", "forward", "line") when cursor is at start of a line does not move down a line
+ https://bugs.webkit.org/show_bug.cgi?id=51517
+
+ * platform/qt-linux/editing: Removed.
+ * platform/qt-linux/editing/selection: Removed.
+ * platform/qt-linux/editing/selection/extend-to-line-boundary-expected.txt: Removed.
+ * platform/qt/Skipped: Add editing/selection/extend-to-line-boundary.html until fix.
+
+2011-01-24 Yury Semikhatsky <yurys@chromium.org>
+
+ Unreviewed. Update Chromium test expectations.
+
+ * platform/chromium-mac/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-document-write-expected.txt:
+ * platform/chromium-mac/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-javascript-url-expected.txt:
+ * platform/chromium-mac/http/tests/security/xss-DENIED-frame-name-expected.txt:
+ * platform/chromium/test_expectations.txt:
+
+2011-01-24 Peter Varga <pvarga@inf.u-szeged.hu>
+
+ Reviewed by Oliver Hunt.
+
+ Optimize regex patterns which contain empty alternatives
+ https://bugs.webkit.org/show_bug.cgi?id=51395
+
+ Eliminate the empty alternatives from the regex pattern and convert it to do
+ the matching in an easier way.
+
+ * fast/regex/script-tests/slow.js:
+ * fast/regex/slow-expected.txt:
+
+2011-01-24 Pavel Podivilov <podivilov@chromium.org>
+
+ Unreviewed, test fix for r76497.
+
+ * http/tests/inspector/debugger-test2.js:
+ (initialize_DebuggerTest.InspectorTest.setBreakpointInVisibleView):
+ (initialize_DebuggerTest.InspectorTest._showScriptSource):
+
+2011-01-24 Yuzo Fujishima <yuzo@google.com>
+
+ Unreviewed Chromium test expectation change.
+
+ Update Chromim test expectations (LINUX/SVG) in response to r76442, again.
+
+ * platform/chromium-linux/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt: Added.
+ * platform/chromium-linux/svg/custom/svg-fonts-in-html-expected.txt: Added.
+ * platform/chromium-linux/svg/custom/svg-fonts-with-no-element-reference-expected.txt: Added.
+ * platform/chromium-linux/svg/text/text-hkern-expected.txt: Added.
+ * platform/chromium-linux/svg/text/text-hkern-on-vertical-text-expected.checksum: Added.
+ * platform/chromium-linux/svg/text/text-hkern-on-vertical-text-expected.png: Added.
+ * platform/chromium-linux/svg/text/text-hkern-on-vertical-text-expected.txt: Added.
+ * platform/chromium-linux/svg/text/text-text-04-t-expected.txt: Added.
+ * platform/chromium-linux/svg/text/text-vkern-expected.checksum: Added.
+ * platform/chromium-linux/svg/text/text-vkern-expected.txt: Added.
+
+2011-01-24 Alejandro G. Castro <alex@igalia.com>
+
+ Unreviewed, GTK still does not have TestInputController support. Opened
+ a bug to follow the issue:
+ https://bugs.webkit.org/show_bug.cgi?id=52997
+
+ * platform/gtk/Skipped:
+
+2011-01-24 MORITA Hajime <morrita@google.com>
+
+ Unreviewed, skipped insert-composition-whitespace.html due to missing DRT feature.
+
+ * platform/gtk/Skipped:
+
+2011-01-24 Alejandro G. Castro <alex@igalia.com>
+
+
+ Unreviewed, skipped tests failing the 64bits bot and passing in the
+ 32bits bots. Bug following the issue:
+ https://bugs.webkit.org/show_bug.cgi?id=52996
+
+ * platform/gtk/Skipped:
+
+2011-01-23 Yuzo Fujishima <yuzo@google.com>
+
+ Unreviewed Chromium test expectation change.
+
+ Update Chromim test expectations (LINUX/SVG) in response to r76442.
+
+ * platform/chromium-linux/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/text-text-04-t-expected.txt: Added.
+ * platform/chromium-linux/svg/text/text-vkern-on-horizontal-text-expected.txt: Added.
+ * platform/chromium/test_expectations.txt:
+
+2011-01-23 Yuzo Fujishima <yuzo@google.com>
+
+ Unreviewed Chromium test expectation change.
+
+ Update Chromim test expectations (WIN/SVG) in response to r76442.
+
+ * platform/chromium-win/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
+ * platform/chromium-win/svg/custom/svg-fonts-in-html-expected.checksum:
+ * platform/chromium-win/svg/custom/svg-fonts-in-html-expected.png:
+ * platform/chromium-win/svg/custom/svg-fonts-in-html-expected.txt:
+ * platform/chromium-win/svg/custom/svg-fonts-with-no-element-reference-expected.checksum:
+ * platform/chromium-win/svg/custom/svg-fonts-with-no-element-reference-expected.png:
+ * platform/chromium-win/svg/custom/svg-fonts-with-no-element-reference-expected.txt: Added.
+ * platform/chromium-win/svg/text/text-hkern-on-vertical-text-expected.checksum:
+ * platform/chromium-win/svg/text/text-hkern-on-vertical-text-expected.png:
+ * platform/chromium-win/svg/text/text-hkern-on-vertical-text-expected.txt: Added.
+ * platform/chromium-win/svg/text/text-text-04-t-expected.checksum:
+ * platform/chromium-win/svg/text/text-text-04-t-expected.png:
+ * platform/chromium-win/svg/text/text-text-04-t-expected.txt:
+ * platform/chromium-win/svg/text/text-vkern-expected.checksum:
+ * platform/chromium-win/svg/text/text-vkern-expected.png:
+ * platform/chromium-win/svg/text/text-vkern-expected.txt: Added.
+
+2011-01-19 MORITA Hajime <morrita@google.com>
+
+ Reviewed by Ryosuke Niwa.
+
+ Space and tab characters "sent" by an input method give totally different results than typing them directly.
+ https://bugs.webkit.org/show_bug.cgi?id=5241
+
+ Added a test that exercises continous whitespace characters and tabs inserted by IME.
+
+ * editing/inserting/insert-composition-whitespace-expected.txt: Added.
+ * editing/inserting/insert-composition-whitespace.html: Added.
+
+2011-01-23 Yuzo Fujishima <yuzo@google.com>
+
+ Unreviewed Chromium test expectation change.
+ Update Chromim test expectations (WIN) in response to r76442.
+
+ * platform/chromium-win/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.txt: Added.
+ * platform/chromium-win/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.txt: Added.
+ * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1/text-text-04-t-expected.txt:
+ * platform/chromium-win/svg/batik/text/xmlSpace-expected.txt:
+ * platform/chromium-win/svg/text/text-hkern-expected.txt: Added.
+ * platform/chromium-win/svg/text/text-vkern-on-horizontal-text-expected.txt: Added.
+ * platform/chromium/test_expectations.txt:
+
+2011-01-23 Yuzo Fujishima <yuzo@google.com>
+
+ Unreviewed Chromium test expectation change.
+ Mark fast/dom/Document/CaretRangeFromPoint/hittest-relative-to-viewport.html as TEXT for LINUX.
+
+ * platform/chromium/test_expectations.txt:
+
+2011-01-23 Yuzo Fujishima <yuzo@google.com>
+
+ Unreviewed Chromium test expectation change.
+ Update Chromim test expectations in response to r76442.
+
+ * platform/chromium-linux/fast/css/acid2-expected.txt: Added.
+ * platform/chromium-linux/fast/css/acid2-pixel-expected.checksum:
+ * platform/chromium-linux/fast/css/acid2-pixel-expected.png:
+ * platform/chromium-linux/fast/css/acid2-pixel-expected.txt: Added.
+ * platform/chromium-linux/fast/forms/button-sizes-expected.checksum:
+ * platform/chromium-linux/fast/forms/button-sizes-expected.png:
+ * platform/chromium-linux/fast/forms/button-sizes-expected.txt:
+ * platform/chromium-linux/fast/forms/input-button-sizes-expected.checksum:
+ * platform/chromium-linux/fast/forms/input-button-sizes-expected.png:
+ * platform/chromium-linux/fast/forms/input-button-sizes-expected.txt:
+ * platform/chromium-linux/http/tests/misc/acid2-expected.txt: Added.
+ * platform/chromium-linux/http/tests/misc/acid2-pixel-expected.checksum:
+ * platform/chromium-linux/http/tests/misc/acid2-pixel-expected.png:
+ * platform/chromium-linux/http/tests/misc/acid2-pixel-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt: Removed.
+ * platform/chromium-linux/svg/W3C-SVG-1.1/text-text-01-b-expected.txt:
+ * platform/chromium-linux/svg/hixie/perf/003-expected.txt: Removed.
+ * platform/chromium-linux/svg/hixie/perf/004-expected.txt: Removed.
+ * platform/chromium-linux/svg/hixie/perf/005-expected.txt: Removed.
+ * platform/chromium-linux/svg/hixie/perf/006-expected.txt: Removed.
+ * platform/chromium-linux/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt: Removed.
+ * platform/chromium-linux/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt: Removed.
+ * platform/chromium-linux/svg/text/text-text-01-b-expected.checksum:
+ * platform/chromium-linux/svg/text/text-text-01-b-expected.png:
+ * platform/chromium-linux/svg/text/text-text-01-b-expected.txt:
+
+2011-01-23 Alexey Proskuryakov <ap@apple.com>
+
+ Reviewed by Eric Seidel.
+
+ https://bugs.webkit.org/show_bug.cgi?id=15649
+ Empty STYLE elements are not reflected into the document.styleSheets object
+
+ Adding a test for a bug that no longer occurs.
+
+ * fast/dom/document-stylesheets-empty-style-expected.txt: Added.
+ * fast/dom/document-stylesheets-empty-style.html: Added.
+
+2011-01-22 Maciej Stachowiak <mjs@apple.com>
+
+ Reviewed by Oliver Hunt.
+
+ Skip a test that seems to cause the subsequent test to sporadically fail, and unskip the several tests after it
+ https://bugs.webkit.org/show_bug.cgi?id=52970
+
+ * platform/mac-wk2/Skipped:
+
+2011-01-22 Robert Hogan <robert@webkit.org>
+
+ Reviewed by Andreas Kling.
+
+ [Qt] Support layoutTestController.addURLToRedirect()
+ https://bugs.webkit.org/show_bug.cgi?id=52956
+
+ * platform/qt/Skipped:
+
+2011-01-22 Nikolas Zimmermann <nzimmermann@rim.com>
+
+ Not reviewed.
+
+ REGRESSION: Vertical line metrics incorrect
+ https://bugs.webkit.org/show_bug.cgi?id=52960
+
+ Revert accidently landed mac baseline changes.
+
+ * platform/mac/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.txt:
+ * platform/mac/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.txt:
+ * platform/mac/svg/W3C-SVG-1.1/animate-elem-03-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-36-t-expected.txt:
+ * platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt:
+ * platform/mac/svg/W3C-SVG-1.1/fonts-desc-02-t-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/masking-mask-01-b-expected.txt:
+ * platform/mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt:
+ * platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt:
+ * platform/mac/svg/W3C-SVG-1.1/text-text-04-t-expected.txt:
+ * platform/mac/svg/batik/text/xmlSpace-expected.txt:
+ * platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
+ * platform/mac/svg/custom/svg-fonts-in-html-expected.txt:
+ * platform/mac/svg/custom/svg-fonts-with-no-element-reference-expected.txt:
+ * platform/mac/svg/text/text-hkern-expected.txt:
+ * platform/mac/svg/text/text-hkern-on-vertical-text-expected.txt:
+ * platform/mac/svg/text/text-text-04-t-expected.txt:
+ * platform/mac/svg/text/text-vkern-expected.txt:
+ * platform/mac/svg/text/text-vkern-on-horizontal-text-expected.txt:
+ * platform/mac/svg/transforms/text-with-mask-with-svg-transform-expected.txt:
+
+2011-01-22 Nikolas Zimmermann <nzimmermann@rim.com>
+
+ Not reviewed.
+
+ REGRESSION: Vertical line metrics incorrect
+ https://bugs.webkit.org/show_bug.cgi?id=52960
+
+ Rebaselined several text dumps from the bots, after the FontMetrics change.
+ All show 1px diffs, but are progressions, since the lineSpacing calculation has been improved.
+ Mac still has the old results - as it depends on a rounding trick at the moment.
+
+ * platform/gtk/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.txt:
+ * platform/gtk/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.txt:
+ * platform/gtk/svg/text/text-hkern-expected.txt:
+ * platform/gtk/svg/text/text-hkern-on-vertical-text-expected.txt:
+ * platform/gtk/svg/text/text-vkern-expected.txt:
+ * platform/gtk/svg/text/text-vkern-on-horizontal-text-expected.txt:
+ * platform/mac/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.txt:
+ * platform/mac/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.txt:
+ * platform/mac/svg/W3C-SVG-1.1/animate-elem-03-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-36-t-expected.txt:
+ * platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt:
+ * platform/mac/svg/W3C-SVG-1.1/fonts-desc-02-t-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/masking-mask-01-b-expected.txt:
+ * platform/mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt:
+ * platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt:
+ * platform/mac/svg/W3C-SVG-1.1/text-text-04-t-expected.txt:
+ * platform/mac/svg/batik/text/xmlSpace-expected.txt:
+ * platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
+ * platform/mac/svg/custom/svg-fonts-in-html-expected.txt:
+ * platform/mac/svg/custom/svg-fonts-with-no-element-reference-expected.txt:
+ * platform/mac/svg/text/text-hkern-expected.txt:
+ * platform/mac/svg/text/text-hkern-on-vertical-text-expected.txt:
+ * platform/mac/svg/text/text-text-04-t-expected.txt:
+ * platform/mac/svg/text/text-vkern-expected.txt:
+ * platform/mac/svg/text/text-vkern-on-horizontal-text-expected.txt:
+ * platform/mac/svg/transforms/text-with-mask-with-svg-transform-expected.txt:
+ * platform/qt/css2.1/t1507-c526-font-sz-02-b-a-expected.txt:
+ * platform/qt/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.txt:
+ * platform/qt/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.txt:
+ * platform/qt/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.txt:
+ * platform/qt/svg/text/text-hkern-expected.txt:
+ * platform/qt/svg/text/text-hkern-on-vertical-text-expected.txt:
+ * platform/qt/svg/text/text-vkern-expected.txt:
+ * platform/qt/svg/text/text-vkern-on-horizontal-text-expected.txt:
+ * platform/qt/svg/transforms/text-with-mask-with-svg-transform-expected.txt:
+
+2011-01-22 Andrei Popescu <andreip@google.com>
+
+ Reviewed by Jeremy Orlow.
+
+ IndexedDB corrupts data on disk
+ https://bugs.webkit.org/show_bug.cgi?id=52890
+
+ * storage/indexeddb/data-corruption-expected.txt: Added.
+ * storage/indexeddb/data-corruption.html: Added.
+
+2011-01-22 Robert Hogan <robert@webkit.org>
+
+ Reviewed by Kenneth Rohde Christiansen.
+
+ [Qt] REGRESSION (r72360): http/tests/security/aboutBlank/xss-DENIED-* tests fail
+ https://bugs.webkit.org/show_bug.cgi?id=49802
+
+ * platform/qt/Skipped:
+ * platform/qt/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-document-write-expected.txt: Added.
+ * platform/qt/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-javascript-url-expected.txt: Added.
+ * platform/qt/http/tests/security/aboutBlank/xss-DENIED-set-opener-expected.txt: Added.
+
+2011-01-22 Andreas Kling <kling@webkit.org>
+
+ Unreviewed, add Qt-specific result for test added in r76414.
+
+ * platform/qt/fast/text/justify-nbsp-expected.txt: Added.
+
+2011-01-22 Ryosuke Niwa <rniwa@webkit.org>
+
+ Unreviewed Chromium test expectation update.
+
+ * platform/chromium/test_expectations.txt:
+
+2011-01-22 Ryosuke Niwa <rniwa@webkit.org>
+
+ Unreviewed Chromium test expectation update.
+
+ * platform/chromium/test_expectations.txt:
+
+2011-01-21 Yury Semikhatsky <yurys@chromium.org>
+
+ Reviewed by Adam Barth.
+
+ Regression: new window.onerror() implementation leaks cross-origin Javascript errors
+ https://bugs.webkit.org/show_bug.cgi?id=52903
+
+ A couple of tests to check that window.onerror won't reveal any content of the resource
+ from a different domain if the latter is referenced via <script src=...>
+
+ * http/tests/security/cross-origin-script-window-onerror-expected.txt: Added.
+ * http/tests/security/cross-origin-script-window-onerror-redirected-expected.txt: Added.
+ * http/tests/security/cross-origin-script-window-onerror-redirected.html: Added.
+ * http/tests/security/cross-origin-script-window-onerror.html: Added.
+ * http/tests/security/resources/cross-origin-script.txt: Added.
+
+2011-01-21 Maciej Stachowiak <mjs@apple.com>
+
+ Reviewed by Geoffrey Garen.
+
+ Humor the WebKit2 buildbot in its continuing hatred of forms tests
+ https://bugs.webkit.org/show_bug.cgi?id=52944
+
+ * platform/mac-wk2/Skipped:
+
+2011-01-21 Dan Bernstein <mitz@apple.com>
+
+ Rubber-stamped by Mark Rowe.
+
+ Updated the results after r76414 fixed text justification in this test.
+
+ * platform/mac/fast/text/justified-text-rect-expected.checksum:
+ * platform/mac/fast/text/justified-text-rect-expected.png:
+ * platform/mac/fast/text/justified-text-rect-expected.txt:
+
+2011-01-21 James Robinson <jamesr@chromium.org>
+
+ Update chromium test expectations. fast/animation tests should now pass on all chromium configurations.
+
+ * platform/chromium/test_expectations.txt:
+
+2011-01-21 Dan Bernstein <mitz@apple.com>
+
+ Fix test failure.
+
+ * fast/text/justify-nbsp.html: Removed a contenteditable attribute
+ that was added after generating results.
+
+2011-01-21 Andreas Kling <kling@webkit.org>
+
+ Unreviewed, removing the Qt result for r76414 since the test
+ was actually broken beyond the usual off-by-one metrics.
+
+ * platform/qt/fast/text/justify-nbsp-expected.txt: Removed.
+
+2011-01-21 Andreas Kling <kling@webkit.org>
+
+ Unreviewed, add Qt-specific result for test added in r76414.
+
+ * platform/qt/fast/text/justify-nbsp-expected.txt: Added.
+
+2011-01-21 Dan Bernstein <mitz@apple.com>
+
+ Reviewed by Adele Peterson.
+
+ Inconsistent handling of no-break space in justification logic
+ https://bugs.webkit.org/show_bug.cgi?id=52938
+
+ * fast/text/justify-nbsp-expected.checksum: Added.
+ * fast/text/justify-nbsp-expected.png: Added.
+ * fast/text/justify-nbsp-expected.txt: Added.
+ * fast/text/justify-nbsp.html: Added.
+
+2011-01-21 Kenji Imasaki <imasaki@chromium.org>
+
+ Reviewed by David Levin.
+
+ Remove resolved BUG13907 from test expectation file and added
+ newly filed BUGCR70252 for media/video-zoom.html to keep track
+ of the issue.
+
+ Also, remove non-flaky test (media/audio-only-video-intrinsic-size.htm).
+
+ * platform/chromium/test_expectations.txt:
+
2011-01-21 Martin Robinson <mrobinson@igalia.com>
Rebaseline tests that use menulists. Also unskip a non-existent test.
« no previous file with comments | « no previous file | LayoutTests/fast/events/scroll-event-during-modal-dialog.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698