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

Unified Diff: LayoutTests/ChangeLog

Side-by-side diff isn't available for this file because of its large size.
Issue 3394006: Merge 67627 - 2010-09-16 Tony Gentilcore <tonyg@chromium.org>... (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/517/
Patch Set: Created 10 years, 3 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/parser/x-frame-options-detached-document-crash.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/ChangeLog
===================================================================
--- LayoutTests/ChangeLog (revision 67732)
+++ LayoutTests/ChangeLog (working copy)
@@ -1,5 +1,1912 @@
+2010-09-16 Tony Gentilcore <tonyg@chromium.org>
+
+ Reviewed by Adam Barth.
+
+ Crash in WebCore::FrameLoader::shouldInterruptLoadForXFrameOptions
+ https://bugs.webkit.org/show_bug.cgi?id=45833
+
+ * fast/parser/x-frame-options-detached-document-crash-expected.txt: Added.
+ * fast/parser/x-frame-options-detached-document-crash.html: Added. Crashes before this patch.
+
+2010-09-14 Philippe Normand <pnormand@igalia.com>
+
+ Reviewed by Eric Carlson and Martin Robinson.
+
+ [GTK] eventSender.contextClick() should return the contents of the context menu
+ https://bugs.webkit.org/show_bug.cgi?id=39102
+
+ New test checking the return value of eventSender.contextClick()
+ on a non-editable element. Skipped on qt and win.
+
+ * editing/selection/context-menu-on-text-expected.txt: Added.
+ * editing/selection/context-menu-on-text.html: Added.
+ * platform/qt/Skipped:
+ * platform/win/Skipped:
+
+2010-09-16 Alexey Proskuryakov <ap@apple.com>
+
+ Reviewed by Adam Barth.
+
+ https://bugs.webkit.org/show_bug.cgi?id=45852
+ Range::selectNode and selectNodeContents misbehave when argument is in another document
+
+ * fast/dom/Range/select-node-different-document-expected.txt: Added.
+ * fast/dom/Range/select-node-different-document.html: Added.
+
+2010-09-16 Satish Sampath <satish@chromium.org>
+
+ Unreviewed, build fix after checking in the wrong location.
+
+ Moving a test expectation which should have been under the chromium platform.
+
+ * platform/chromium/fast/images/gif-large-checkerboard-expected.txt: Renamed from LayoutTests/fast/images/gif-large-checkerboard-expected.txt.
+
+2010-09-16 Satish Sampath <satish@chromium.org>
+
+ Reviewed by Jeremy Orlow.
+
+ Add chromium baselines for a recently added layout test.
+ https://bugs.webkit.org/show_bug.cgi?id=45886
+
+ * fast/images/gif-large-checkerboard-expected.txt: Added.
+ * platform/chromium-linux/fast/images/gif-large-checkerboard-expected.checksum: Added.
+ * platform/chromium-linux/fast/images/gif-large-checkerboard-expected.png: Added.
+ * platform/chromium-mac/fast/images/gif-large-checkerboard-expected.checksum: Added.
+ * platform/chromium-mac/fast/images/gif-large-checkerboard-expected.png: Added.
+ * platform/chromium-win/fast/images/gif-large-checkerboard-expected.checksum: Added.
+ * platform/chromium-win/fast/images/gif-large-checkerboard-expected.png: Added.
+
+2010-09-16 Satish Sampath <satish@chromium.org>
+
+ Reviewed by Jeremy Orlow.
+
+ Rename an image file to all lower case matching how it is used in the layout test.
+ https://bugs.webkit.org/show_bug.cgi?id=45884
+
+ * fast/images/resources/large-gif-checkerboard.gif: Renamed from LayoutTests/fast/images/resources/large-gif-checkerboard.GIF.
+
+2010-09-16 Robert Hogan <robert@webkit.org>
+
+ Reviewed by Antonio Gomes.
+
+ [Qt] Support globalhistory tests
+ https://bugs.webkit.org/show_bug.cgi?id=45774
+
+ * platform/qt/Skipped:
+
+2010-09-16 Yong Li <yoli@rim.com>
+
+ Reviewed by George Staikos.
+
+ Add a test for GIF down sampling.
+
+ GIF image down sampling can miss some lines
+ https://bugs.webkit.org/show_bug.cgi?id=45322
+
+ * fast/images/gif-large-checkerboard.html: Added.
+ * fast/images/resources/large-gif-checkerboard.GIF: Added.
+
+2010-09-08 Jeremy Orlow <jorlow@chromium.org>
+
+ Reviewed by Steve Block.
+
+ Complete index support for IndexedDB
+ https://bugs.webkit.org/show_bug.cgi?id=45386
+
+ * storage/indexeddb/index-basics-expected.txt: Added.
+ * storage/indexeddb/index-basics.html: Added.
+ * storage/indexeddb/index-cursor-expected.txt: Added.
+ * storage/indexeddb/index-cursor.html: Added.
+ * storage/indexeddb/objectstore-basics-expected.txt:
+ * storage/indexeddb/objectstore-basics.html:
+ * storage/indexeddb/script-tests/objectstore-basics.js: Removed.
+
+2010-09-15 John Gregg <johnnyg@google.com>
+
+ Unreviewed, build fix after incomplete revert.
+
+ Remove layout test added in 67570 that wasn't reverted in 67574.
+ https://bugs.webkit.org/show_bug.cgi?id=45854
+
+ * fast/css/test-setting-canvas-color-expected.txt: Removed.
+ * fast/css/test-setting-canvas-color.html: Removed.
+
+2010-09-15 Julien Chaffraix <jchaffraix@codeaurora.org>
+
+ Unreviewed.
+
+ Reverting my changes as it is breaking several tests on Gtk and Qt.
+
+ * platform/mac/Skipped:
+ * platform/qt/Skipped:
+
+2010-09-15 Erik Arvidsson <arv@chromium.org>
+
+ Reviewed by Adam Barth.
+
+ Fix regression from bug 32230. The test needed to be updated to reflect the zoom adjusted font-size.
+ https://bugs.webkit.org/show_bug.cgi?id=45841
+
+ * editing/pasteboard/page-zoom.html:
+
+2010-09-15 Julien Chaffraix <jchaffraix@codeaurora.org>
+
+ Reviewed by Andreas Kling.
+
+ Test for: Parse system colors in the HTML5 canvas context.
+ https://bugs.webkit.org/show_bug.cgi?id=39168
+
+ This tests that svg color, deprecated system color and different
+ type of colors and invalid inputs are still parsed as such.
+
+ * fast/css/test-setting-canvas-color-expected.txt: Added.
+ * fast/css/test-setting-canvas-color.html: Added.
+ * platform/mac/Skipped:
+ * platform/qt/Skipped:
+
+2010-09-14 Erik Arvidsson <arv@chromium.org>
+
+ Reviewed by Darin Adler.
+
+ getComputedStyle() returns different values for different zoom levels
+ https://bugs.webkit.org/show_bug.cgi?id=32230
+
+ * fast/css/getComputedStyle/computed-style-with-zoom-expected.txt: Added.
+ * fast/css/getComputedStyle/computed-style-with-zoom.html: Added.
+ * fast/css/getComputedStyle/script-tests/computed-style-with-zoom.js: Added.
+ (testProperty):
+ (testPropertyValue):
+
+2010-09-15 Chris Fleizach <cfleizach@apple.com>
+
+ AX: when text is auto-truncated, accessibility bounds are wrong
+ https://bugs.webkit.org/show_bug.cgi?id=45793
+
+ Adding ellipsis-text.html to the skip list for GTK until the reason for its failure
+ is determined.
+
+ * platform/gtk/Skipped:
+
+2010-09-15 Tony Chang <tony@chromium.org>
+
+ Unreviewed, remove test that is now passing in test_shell and DRT.
+
+ * platform/chromium/test_expectations.txt:
+
+2010-09-15 Chris Fleizach <cfleizach@apple.com>
+
+ Reviewed by Simon Fraser.
+
+ AX: when text is auto-truncated, accessibility bounds are wrong
+ https://bugs.webkit.org/show_bug.cgi?id=45793
+
+ * accessibility/ellipsis-text-expected.txt: Added.
+ * accessibility/ellipsis-text.html: Added.
+
+2010-09-15 Ariya Hidayat <ariya@sencha.com>
+
+ [Qt] Improve the speed of blur shadow
+ https://bugs.webkit.org/show_bug.cgi?id=44222
+
+ Update pixel test result.
+
+ * platform/qt/fast/box-shadow/basic-shadows-expected.checksum:
+ * platform/qt/fast/box-shadow/basic-shadows-expected.png:
+
+2010-09-15 Steve Block <steveblock@google.com>
+
+ Reviewed by Jeremy Orlow.
+
+ fast/dom/DeviceOrientation/add-listener-from-callback flaky
+ https://bugs.webkit.org/show_bug.cgi?id=45814
+
+ When we call addEventListener(), an event is sent to all registered
+ event listeners on that page. So in the existing test, both the calls
+ to setMockDeviceOrientation() and addEventListener() will trigger events
+ to fire asynchronously on both listeners (both will be registered by the
+ time the event fires), giving a total of five events. A race condition
+ exists as to whether the test finishes after the third event, before
+ the fourth event fires.
+
+ This patch fixes the problem by expecting the correct number of events
+ to fire. We also remove the call to setMockDeviceOrientation() as this
+ adds extra complication and is tested in update.html.
+
+ * fast/dom/DeviceOrientation/add-listener-from-callback-expected.txt:
+ * fast/dom/DeviceOrientation/script-tests/add-listener-from-callback.js:
+ (checkOrientation):
+ (firstListener):
+
+2010-09-15 Pavel Podivilov <podivilov@chromium.org>
+
+ Reviewed by Pavel Feldman.
+
+ [Chromium] rebaseline 10 new svg tests added in 67544
+ https://bugs.webkit.org/show_bug.cgi?id=45813
+
+ * platform/chromium-linux/svg/dynamic-updates/SVGFETurbulenceElement-dom-baseFrequency-attr-expected.checksum: Added.
+ * platform/chromium-linux/svg/dynamic-updates/SVGFETurbulenceElement-dom-baseFrequency-attr-expected.png: Added.
+ * platform/chromium-linux/svg/dynamic-updates/SVGFETurbulenceElement-dom-numOctaves-attr-expected.checksum: Added.
+ * platform/chromium-linux/svg/dynamic-updates/SVGFETurbulenceElement-dom-numOctaves-attr-expected.png: Added.
+ * platform/chromium-linux/svg/dynamic-updates/SVGFETurbulenceElement-dom-seed-attr-expected.checksum: Added.
+ * platform/chromium-linux/svg/dynamic-updates/SVGFETurbulenceElement-dom-seed-attr-expected.png: Added.
+ * platform/chromium-linux/svg/dynamic-updates/SVGFETurbulenceElement-dom-stitchTiles-attr-expected.checksum: Added.
+ * platform/chromium-linux/svg/dynamic-updates/SVGFETurbulenceElement-dom-stitchTiles-attr-expected.png: Added.
+ * platform/chromium-linux/svg/dynamic-updates/SVGFETurbulenceElement-dom-type-attr-expected.checksum: Added.
+ * platform/chromium-linux/svg/dynamic-updates/SVGFETurbulenceElement-dom-type-attr-expected.png: Added.
+ * platform/chromium-linux/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-baseFrequency-prop-expected.checksum: Added.
+ * platform/chromium-linux/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-baseFrequency-prop-expected.png: Added.
+ * platform/chromium-linux/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-numOctaves-prop-expected.checksum: Added.
+ * platform/chromium-linux/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-numOctaves-prop-expected.png: Added.
+ * platform/chromium-linux/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-seed-prop-expected.checksum: Added.
+ * platform/chromium-linux/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-seed-prop-expected.png: Added.
+ * platform/chromium-linux/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-stitchTiles-prop-expected.checksum: Added.
+ * platform/chromium-linux/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-stitchTiles-prop-expected.png: Added.
+ * platform/chromium-linux/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-type-prop-expected.checksum: Added.
+ * platform/chromium-linux/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-type-prop-expected.png: Added.
+ * platform/chromium-win/svg/dynamic-updates/SVGFETurbulenceElement-dom-baseFrequency-attr-expected.checksum: Added.
+ * platform/chromium-win/svg/dynamic-updates/SVGFETurbulenceElement-dom-baseFrequency-attr-expected.png: Added.
+ * platform/chromium-win/svg/dynamic-updates/SVGFETurbulenceElement-dom-numOctaves-attr-expected.checksum: Added.
+ * platform/chromium-win/svg/dynamic-updates/SVGFETurbulenceElement-dom-numOctaves-attr-expected.png: Added.
+ * platform/chromium-win/svg/dynamic-updates/SVGFETurbulenceElement-dom-seed-attr-expected.checksum: Added.
+ * platform/chromium-win/svg/dynamic-updates/SVGFETurbulenceElement-dom-seed-attr-expected.png: Added.
+ * platform/chromium-win/svg/dynamic-updates/SVGFETurbulenceElement-dom-stitchTiles-attr-expected.checksum: Added.
+ * platform/chromium-win/svg/dynamic-updates/SVGFETurbulenceElement-dom-stitchTiles-attr-expected.png: Added.
+ * platform/chromium-win/svg/dynamic-updates/SVGFETurbulenceElement-dom-type-attr-expected.checksum: Added.
+ * platform/chromium-win/svg/dynamic-updates/SVGFETurbulenceElement-dom-type-attr-expected.png: Added.
+ * platform/chromium-win/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-baseFrequency-prop-expected.checksum: Added.
+ * platform/chromium-win/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-baseFrequency-prop-expected.png: Added.
+ * platform/chromium-win/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-numOctaves-prop-expected.checksum: Added.
+ * platform/chromium-win/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-numOctaves-prop-expected.png: Added.
+ * platform/chromium-win/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-seed-prop-expected.checksum: Added.
+ * platform/chromium-win/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-seed-prop-expected.png: Added.
+ * platform/chromium-win/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-stitchTiles-prop-expected.checksum: Added.
+ * platform/chromium-win/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-stitchTiles-prop-expected.png: Added.
+ * platform/chromium-win/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-type-prop-expected.checksum: Added.
+ * platform/chromium-win/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-type-prop-expected.png: Added.
+
+2010-09-15 Pavel Podivilov <podivilov@chromium.org>
+
+ Reviewed by Yury Semikhatsky.
+
+ [Chromium] mark new viewport tests as failing rather then skip them
+ https://bugs.webkit.org/show_bug.cgi?id=45652
+
+ * platform/chromium/test_expectations.txt:
+
+2010-09-14 Ilya Tikhonovsky <loislo@chromium.org>
+
+ Reviewed by Yury Semikhatsky.
+
+ WebInspector: small refactoring for monitorXHR backend property.
+
+ Our Inspector API is quite big and can be simplified a bit.
+ As example for single backend property like monitoringXHR we
+ have 4 functions in the API. Two functions for frontend
+ enableMonitoringXHR/disableMonitoringXHR and
+ two functions for backend monitoringXHRWasEnabled and
+ monitoringXHRWasDisabled. These functions can be replaced by
+ one setMonitoringXHR with one 'in' and one 'out' argument.
+ The initial state of the flag can be gathered from backend
+ with help of getSettings call where additional section was
+ added for backend state information.
+
+ https://bugs.webkit.org/show_bug.cgi?id=45759
+
+ * http/tests/inspector/console-xhr-logging.html:
+ * inspector/report-API-errors.html:
+
+2010-09-15 Steve Block <steveblock@google.com>
+
+ Reviewed by Kent Tamura.
+
+ LayoutTest fast/dom/Geolocation/clear-watch-invalid-id-crash.html is flaky
+ https://bugs.webkit.org/show_bug.cgi?id=45783
+
+ This test synchronously navigates the page to a new URL from its main script file.
+ This navigation causes WebView.onPageFinished() to be called for the test page.
+ The problem is that this may occur before js-test-post.js, which is included by the
+ test and calls layoutTestController.waitUntilDone(), is loaded and parsed. As a
+ result, the test is incorrectly deemed to have finished as soon as the navigation
+ is started and the output will therefore be incorrect.
+
+ This patch fixes the problem by initiating the page navigation from
+ the onload handler, which is not fired until all resources have been
+ loaded and parsed. This guarantees that WebView.onPageFinished() is
+ not called until after layoutTestController.waitUntilDone() has been
+ called.
+
+ * fast/dom/Geolocation/script-tests/clear-watch-invalid-id-crash.js:
+
+2010-09-15 Renata Hodovan <reni@inf.u-szeged.hu>
+
+ Reviewed by Dirk Schulze.
+
+ SVGFETurbulenceElement doesn't support dynamic invalidation, when attributes change.
+ https://bugs.webkit.org/show_bug.cgi?id=45809
+
+ Adding layout tests for feTurbulence dynamic changes.
+
+ * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-dom-baseFrequency-attr-expected.checksum: Added.
+ * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-dom-baseFrequency-attr-expected.png: Added.
+ * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-dom-numOctaves-attr-expected.checksum: Added.
+ * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-dom-numOctaves-attr-expected.png: Added.
+ * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-dom-seed-attr-expected.checksum: Added.
+ * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-dom-seed-attr-expected.png: Added.
+ * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-dom-stitchTiles-attr-expected.checksum: Added.
+ * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-dom-stitchTiles-attr-expected.png: Added.
+ * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-dom-type-attr-expected.checksum: Added.
+ * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-dom-type-attr-expected.png: Added.
+ * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-baseFrequency-prop-expected.checksum: Added.
+ * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-baseFrequency-prop-expected.png: Added.
+ * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-numOctaves-prop-expected.checksum: Added.
+ * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-numOctaves-prop-expected.png: Added.
+ * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-seed-prop-expected.checksum: Added.
+ * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-seed-prop-expected.png: Added.
+ * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-stitchTiles-prop-expected.checksum: Added.
+ * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-stitchTiles-prop-expected.png: Added.
+ * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-type-prop-expected.checksum: Added.
+ * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-type-prop-expected.png: Added.
+ * svg/dynamic-updates/SVGFETurbulenceElement-dom-baseFrequency-attr-expected.txt: Added.
+ * svg/dynamic-updates/SVGFETurbulenceElement-dom-baseFrequency-attr.html: Added.
+ * svg/dynamic-updates/SVGFETurbulenceElement-dom-numOctaves-attr-expected.txt: Added.
+ * svg/dynamic-updates/SVGFETurbulenceElement-dom-numOctaves-attr.html: Added.
+ * svg/dynamic-updates/SVGFETurbulenceElement-dom-seed-attr-expected.txt: Added.
+ * svg/dynamic-updates/SVGFETurbulenceElement-dom-seed-attr.html: Added.
+ * svg/dynamic-updates/SVGFETurbulenceElement-dom-stitchTiles-attr-expected.txt: Added.
+ * svg/dynamic-updates/SVGFETurbulenceElement-dom-stitchTiles-attr.html: Added.
+ * svg/dynamic-updates/SVGFETurbulenceElement-dom-type-attr-expected.txt: Added.
+ * svg/dynamic-updates/SVGFETurbulenceElement-dom-type-attr.html: Added.
+ * svg/dynamic-updates/SVGFETurbulenceElement-svgdom-baseFrequency-prop-expected.txt: Added.
+ * svg/dynamic-updates/SVGFETurbulenceElement-svgdom-baseFrequency-prop.html: Added.
+ * svg/dynamic-updates/SVGFETurbulenceElement-svgdom-numOctaves-prop-expected.txt: Added.
+ * svg/dynamic-updates/SVGFETurbulenceElement-svgdom-numOctaves-prop.html: Added.
+ * svg/dynamic-updates/SVGFETurbulenceElement-svgdom-seed-prop-expected.txt: Added.
+ * svg/dynamic-updates/SVGFETurbulenceElement-svgdom-seed-prop.html: Added.
+ * svg/dynamic-updates/SVGFETurbulenceElement-svgdom-stitchTiles-prop-expected.txt: Added.
+ * svg/dynamic-updates/SVGFETurbulenceElement-svgdom-stitchTiles-prop.html: Added.
+ * svg/dynamic-updates/SVGFETurbulenceElement-svgdom-type-prop-expected.txt: Added.
+ * svg/dynamic-updates/SVGFETurbulenceElement-svgdom-type-prop.html: Added.
+ * svg/dynamic-updates/script-tests/SVGFETurbulenceElement-dom-baseFrequency-attr.js: Added.
+ (executeTest):
+ * svg/dynamic-updates/script-tests/SVGFETurbulenceElement-dom-numOctaves-attr.js: Added.
+ (executeTest):
+ * svg/dynamic-updates/script-tests/SVGFETurbulenceElement-dom-seed-attr.js: Added.
+ (executeTest):
+ * svg/dynamic-updates/script-tests/SVGFETurbulenceElement-dom-stitchTiles-attr.js: Added.
+ (executeTest):
+ * svg/dynamic-updates/script-tests/SVGFETurbulenceElement-dom-type-attr.js: Added.
+ (executeTest):
+ * svg/dynamic-updates/script-tests/SVGFETurbulenceElement-svgdom-baseFrequency-prop.js: Added.
+ (executeTest):
+ * svg/dynamic-updates/script-tests/SVGFETurbulenceElement-svgdom-numOctaves-prop.js: Added.
+ (executeTest):
+ * svg/dynamic-updates/script-tests/SVGFETurbulenceElement-svgdom-seed-prop.js: Added.
+ (executeTest):
+ * svg/dynamic-updates/script-tests/SVGFETurbulenceElement-svgdom-stitchTiles-prop.js: Added.
+ (executeTest):
+ * svg/dynamic-updates/script-tests/SVGFETurbulenceElement-svgdom-type-prop.js: Added.
+ (executeTest):
+
+2010-09-15 Pavel Podivilov <podivilov@chromium.org>
+
+ Reviewed by Pavel Feldman.
+
+ [Web Inspector] mark two debugger tests as slow on win debug chromium
+ https://bugs.webkit.org/show_bug.cgi?id=45742
+
+ * platform/chromium/test_expectations.txt:
+
+2010-09-14 John Gregg <johnnyg@google.com>
+
+ Unreviewed, chromium rebaseline to fix build.
+
+ [chromium] rebaselines for bug16012.html after font-size changes
+ https://bugs.webkit.org/show_bug.cgi?id=45805
+
+ * platform/chromium-linux/tables/mozilla/bugs/bug16012-expected.checksum:
+ * platform/chromium-linux/tables/mozilla/bugs/bug16012-expected.png: Removed.
+ * platform/chromium-linux/tables/mozilla/bugs/bug16012-expected.txt: Added.
+ * platform/chromium-mac/tables/mozilla/bugs/bug16012-expected.checksum: Added.
+ * platform/chromium-mac/tables/mozilla/bugs/bug16012-expected.png: Added.
+ * platform/chromium-win/tables/mozilla/bugs/bug16012-expected.checksum:
+ * platform/chromium-win/tables/mozilla/bugs/bug16012-expected.png:
+ * platform/chromium-win/tables/mozilla/bugs/bug16012-expected.txt:
+
+2010-09-14 John Gregg <johnnyg@google.com>
+
+ Unreviewed, chromium rebaseline.
+
+ Rebaseline xss-DENIED-frame-name-expected.txt
+ https://bugs.webkit.org/show_bug.cgi?id=45795
+
+ * platform/chromium-linux/http/tests/security/xss-DENIED-frame-name-expected.txt: Added.
+ * platform/chromium-mac/http/tests/security/xss-DENIED-frame-name-expected.txt: Added.
+ * platform/chromium-win/http/tests/security/xss-DENIED-frame-name-expected.txt: Added.
+
+2010-09-14 Adam Barth <abarth@webkit.org>
+
+ Attempt to fix test failure on Qt and Gtk. It's tricky to write a test
+ for an API that supposed to report the current date and time without a
+ timezone. This patch increases the allowably time window to a day +
+ one hour, which should be enough to account for any timezone issues.
+
+ * http/tests/misc/no-last-modified.html:
+
+2010-09-14 Sheriff Bot <webkit.review.bot@gmail.com>
+
+ Unreviewed, rolling out r67503.
+ http://trac.webkit.org/changeset/67503
+ https://bugs.webkit.org/show_bug.cgi?id=45802
+
+ This patch broke GTK builds (Requested by jianli_ on #webkit).
+
+ * fast/files/apply-blob-url-to-img.html:
+ * platform/mac/Skipped:
+
+2010-09-14 Tony Chang <tony@chromium.org>
+
+ Reviewed by Kent Tamura.
+
+ [chromium] fix http/tests/security/local-user-CSS-from-remote.html
+ https://bugs.webkit.org/show_bug.cgi?id=45788
+
+ * platform/chromium/test_expectations.txt:
+
+2010-09-14 Mihai Parparita <mihaip@chromium.org>
+
+ Reviewed by Tony Chang.
+
+ blob: URL scheme does not work with Chromium DRT
+ https://bugs.webkit.org/show_bug.cgi?id=45772
+
+ Remove blob-related tests that now pass.
+
+ * platform/chromium/drt_expectations.txt:
+
+2010-09-14 Adam Barth <abarth@webkit.org>
+
+ Reviewed by Darin Adler.
+
+ Handle <font size=0> as <font size=1> like any other browser
+ https://bugs.webkit.org/show_bug.cgi?id=39148
+
+ Update tests and results to match new behavior.
+
+ * editing/execCommand/query-font-size-expected.txt:
+ * fast/dom/HTMLFontElement/script-tests/size-attribute.js:
+ * fast/dom/HTMLFontElement/size-attribute-expected.txt:
+ * platform/mac/tables/mozilla/bugs/bug16012-expected.txt:
+
+2010-09-14 Adam Barth <abarth@webkit.org>
+
+ Reviewed by Darin Adler.
+
+ document.lastModified gives no output if the response doesn't have a Last-Modified header
+ https://bugs.webkit.org/show_bug.cgi?id=8475
+
+ * http/tests/misc/last-modified-parsing-expected.txt: Added.
+ * http/tests/misc/last-modified-parsing.html: Added.
+ - Tests some details of our date parsing and serialization. The
+ serialization format is kind of goofy, but that's what the spec
+ seems to want.
+ * http/tests/misc/no-last-modified-expected.txt: Added.
+ * http/tests/misc/no-last-modified.html: Added.
+ - Test was happens if the server doesn't send a Last-Modified
+ header. We're supposed to use the current date and time.
+ * http/tests/resources/last-modified.php: Added.
+ - PHP helper script.
+
+2010-09-14 Adam Barth <abarth@webkit.org>
+
+ Reviewed by Eric Seidel.
+
+ `document.compatMode` is `undefined` when using `application/xhtml+xml`
+ https://bugs.webkit.org/show_bug.cgi?id=44422
+
+ Test the value of compatMode in XHTML. I'm terrible at XML, but this
+ test seems to work.
+
+ * fast/parser/compatMode-in-xhtml-expected.txt: Added.
+ * fast/parser/compatMode-in-xhtml.xhtml: Added.
+
+2010-09-14 James Kozianski <soulplant@gmail.com>
+
+ Reviewed by Ojan Vafai.
+
+ Setting of CSSStyleDeclaration.prototype.foo on outer window affects prototype of inner window
+ https://bugs.webkit.org/show_bug.cgi?id=18447
+
+ Add a test for CSSStyleDeclaration.prototype.foo leaking into inner
+ windows.
+
+ * fast/frames/css-style-declaration-isolation-expected.txt: Added.
+ * fast/frames/css-style-declaration-isolation.html: Added.
+
+2010-09-14 Adam Barth <abarth@webkit.org>
+
+ Reviewed by Nate Chapin.
+
+ V8 security checks don't account for shadowing named frames
+ https://bugs.webkit.org/show_bug.cgi?id=45700
+
+ Test whether cross-origin observers can see global variables shadowing
+ named frames.
+
+ * http/tests/security/resources/frame-for-parent-name.html: Added.
+ * http/tests/security/xss-DENIED-frame-name-expected.txt: Added.
+ * http/tests/security/xss-DENIED-frame-name.html: Added.
+
+2010-09-14 Adam Barth <abarth@webkit.org>
+
+ Reviewed by Eric Seidel.
+
+ incorrect tabindex parsing
+ https://bugs.webkit.org/show_bug.cgi?id=21076
+
+ * fast/parser/tabindex-parsing-2-expected.txt: Added.
+ * fast/parser/tabindex-parsing-2.html: Added.
+ - Test a bunch of corner cases in tabindex parsing.
+ * fast/parser/tabindex-parsing-expected.txt:
+ * fast/parser/tabindex-parsing.html:
+ - Update expected result. This case is actually the one that the
+ original reporter was complaining about.
+
+2010-09-14 Jian Li <jianli@chromium.org>
+
+ Reviewed by David Levin.
+
+ fast/files/apply-blob-url-to-img.html timeout on Leopard
+ https://bugs.webkit.org/show_bug.cgi?id=45576
+
+ Update the test to compute the right coordinates to drag the file to.
+ This fixes the problem that onInputFileChange() is not called on
+ Leopard.
+
+ * fast/files/apply-blob-url-to-img.html:
+ * platform/mac/Skipped: Remove the passing test from Skipped list.
+
+2010-09-14 Victor Wang <victorw@chromium.org>
+
+ Reviewed by Dimitri Glazkov.
+
+ [Chromium] Remove the wrong chromium-win-vista expectations.
+
+ Layout test results generated from Chromium vista bots match
+ the expectations in chromium-win. These baselines are either
+ wrong or out of date. Need to be cleaned up so chromium
+ vista bots can pass on these tests.
+
+ https://bugs.webkit.org/show_bug.cgi?id=45766
+
+ * platform/chromium-win-vista/css2.1/t0805-c5519-brdr-r-01-e-expected.checksum: Removed.
+ * platform/chromium-win-vista/css2.1/t0805-c5519-brdr-r-01-e-expected.png: Removed.
+ * platform/chromium-win-vista/css2.1/t0805-c5519-brdr-r-01-e-expected.txt: Removed.
+ * platform/chromium-win-vista/css2.1/t0905-c414-flt-fit-01-d-g-expected.checksum: Removed.
+ * platform/chromium-win-vista/css2.1/t0905-c414-flt-fit-01-d-g-expected.png: Removed.
+ * platform/chromium-win-vista/css2.1/t0905-c414-flt-fit-01-d-g-expected.txt: Removed.
+ * platform/chromium-win-vista/css2.1/t0905-c5525-fltblck-00-d-ag-expected.checksum: Removed.
+ * platform/chromium-win-vista/css2.1/t0905-c5525-fltblck-00-d-ag-expected.png: Removed.
+ * platform/chromium-win-vista/css2.1/t0905-c5525-fltblck-00-d-ag-expected.txt: Removed.
+ * platform/chromium-win-vista/css2.1/t0905-c5525-flthw-00-c-g-expected.checksum: Removed.
+ * platform/chromium-win-vista/css2.1/t0905-c5525-flthw-00-c-g-expected.png: Removed.
+ * platform/chromium-win-vista/css2.1/t0905-c5525-flthw-00-c-g-expected.txt: Removed.
+ * platform/chromium-win-vista/css2.1/t0905-c5526-flthw-00-c-g-expected.checksum: Removed.
+ * platform/chromium-win-vista/css2.1/t0905-c5526-flthw-00-c-g-expected.png: Removed.
+ * platform/chromium-win-vista/css2.1/t0905-c5526-flthw-00-c-g-expected.txt: Removed.
+ * platform/chromium-win-vista/css2.1/t1202-counter-09-b-expected.checksum: Removed.
+ * platform/chromium-win-vista/css2.1/t1202-counter-09-b-expected.png: Removed.
+ * platform/chromium-win-vista/css2.1/t1202-counters-09-b-expected.checksum: Removed.
+ * platform/chromium-win-vista/css2.1/t1202-counters-09-b-expected.png: Removed.
+ * platform/chromium-win-vista/fast/gradients/radial-centered-expected.checksum: Removed.
+ * platform/chromium-win-vista/fast/gradients/radial-centered-expected.png: Removed.
+ * platform/chromium-win-vista/fast/gradients/radial-centered-expected.txt: Removed.
+ * platform/chromium-win-vista/svg/custom/text-linking-expected.checksum: Removed.
+ * platform/chromium-win-vista/svg/custom/text-linking-expected.png: Removed.
+
+2010-09-14 Geoffrey Garen <ggaren@apple.com>
+
+ Not reviewed.
+
+ Fixed layout test failure seen on buildbot by correcting expected results.
+
+ It looks like Darin accidentally checked in the wrong expected results.
+
+ * fast/css/visited-link-hang-expected.txt:
+
+2010-09-14 Chris Guillory <chris.guillory@google.com>
+
+ Reviewed by Chris Fleizach.
+
+ Send all accessibility notifications to Chromium.
+ https://bugs.webkit.org/show_bug.cgi?id=45156
+
+ * platform/chromium/accessibility/children-changed-notification-expected.txt: Removed.
+ * platform/chromium/accessibility/children-changed-notification.html: Removed.
+ * platform/chromium/accessibility/post-notification-ActiveDescendantChanged-expected.txt: Added.
+ * platform/chromium/accessibility/post-notification-ActiveDescendantChanged.html: Added.
+ * platform/chromium/accessibility/post-notification-CheckedStateChanged-expected.txt: Added.
+ * platform/chromium/accessibility/post-notification-CheckedStateChanged.html: Added.
+ * platform/chromium/accessibility/post-notification-ChildrenChanged-expected.txt: Added.
+ * platform/chromium/accessibility/post-notification-ChildrenChanged.html: Added.
+ * platform/chromium/accessibility/post-notification-FocusedUIElementChanged-expected.txt: Added.
+ * platform/chromium/accessibility/post-notification-FocusedUIElementChanged.html: Added.
+ * platform/chromium/accessibility/post-notification-LayoutComplete-expected.txt: Added.
+ * platform/chromium/accessibility/post-notification-LayoutComplete.html: Added.
+ * platform/chromium/accessibility/post-notification-LiveRegionChanged-expected.txt: Added.
+ * platform/chromium/accessibility/post-notification-LiveRegionChanged.html: Added.
+ * platform/chromium/accessibility/post-notification-LoadComplete-expected.txt: Added.
+ * platform/chromium/accessibility/post-notification-LoadComplete.html: Added.
+ * platform/chromium/accessibility/post-notification-MenuListValueChanged-expected.txt: Added.
+ * platform/chromium/accessibility/post-notification-MenuListValueChanged.html: Added.
+ * platform/chromium/accessibility/post-notification-RowCollapsed-expected.txt: Added.
+ * platform/chromium/accessibility/post-notification-RowCollapsed.html: Added.
+ * platform/chromium/accessibility/post-notification-RowCountChanged-expected.txt: Added.
+ * platform/chromium/accessibility/post-notification-RowCountChanged.html: Added.
+ * platform/chromium/accessibility/post-notification-RowExpanded-expected.txt: Added.
+ * platform/chromium/accessibility/post-notification-RowExpanded.html: Added.
+ * platform/chromium/accessibility/post-notification-ScrolledToAnchor-expected.txt: Added.
+ * platform/chromium/accessibility/post-notification-ScrolledToAnchor.html: Added.
+ * platform/chromium/accessibility/post-notification-SelectedChildrenChanged-expected.txt: Added.
+ * platform/chromium/accessibility/post-notification-SelectedChildrenChanged.html: Added.
+ * platform/chromium/accessibility/post-notification-SelectedTextChanged-expected.txt: Added.
+ * platform/chromium/accessibility/post-notification-SelectedTextChanged.html: Added.
+ * platform/chromium/accessibility/post-notification-ValueChanged-expected.txt: Added.
+ * platform/chromium/accessibility/post-notification-ValueChanged.html: Added.
+ * platform/chromium/accessibility/post-notification.js: Added.
+ (enumAccessibilityObjects):
+ (testDone):
+ (test):
+ * platform/chromium/drt_expectations.txt:
+ * platform/chromium/test_expectations.txt:
+
+2010-09-14 Darin Adler <darin@apple.com>
+
+ Reviewed by Geoffrey Garen.
+
+ Hang processing href attribute containing a million slashes
+ https://bugs.webkit.org/show_bug.cgi?id=45767
+
+ * fast/css/visited-link-hang-expected.txt: Added.
+ * fast/css/visited-link-hang.html: Added.
+
+2010-09-14 Darin Adler <darin@apple.com>
+
+ Reviewed by Geoffrey Garen.
+
+ Sort with non-numeric custom sort function fails on array with length but no values
+ https://bugs.webkit.org/show_bug.cgi?id=45781
+
+ * fast/js/script-tests/sort-large-array.js: Added test cases.
+ * fast/js/sort-large-array-expected.txt: Updated.
+
+2010-09-14 Ryosuke Niwa <rniwa@webkit.org>
+
+ Reviewed by Tony Chang.
+
+ applyInlineStyleToNodeRange does not extend a run properly
+ https://bugs.webkit.org/show_bug.cgi?id=45616
+
+ Added a test to ensure WebKit adds just one element when applying inline style and removes redundant styled elements.
+ Rebaseline of other tests are required because WebKit now generates less elements.
+
+ * editing/execCommand/script-tests/toggle-style-3.js: Merged two b elements.
+ * editing/execCommand/toggle-style-3-expected.txt: Ditto.
+ * editing/execCommand/unlink-expected.txt: Changed the order in which span and anchor appear.
+ * editing/style/inline-style-extend-run-expected.txt: Added.
+ * editing/style/inline-style-extend-run.html: Added.
+ * editing/style/script-tests/inline-style-extend-run.js: Added.
+ (testSingleToggle):
+ * editing/style/script-tests/make-text-writing-direction-inline.js: Merged two spans.
+ * fast/events/event-input-contentEditable-expected.txt: Merged two anchor elements.
+ * fast/events/event-input-contentEditable.html: Ditto.
+
+2010-09-14 Adam Barth <abarth@webkit.org>
+
+ Reviewed by Eric Seidel.
+
+ HTML5 spec violation: </><!doctype html> or </x><!doctype html> SHOULD NOT imply standards mode
+ https://bugs.webkit.org/show_bug.cgi?id=17722
+
+ I believe our behavior matches the HTML5 spec. When we see a </x>, we
+ correctly kick out of standards mode. In the </> case, however, the
+ tokenizer just eats the bytes, without emitting a token, which means we
+ don't get kicked out of standards mode. Our behavior matches Minefield.
+
+ * fast/parser/strange-doctype-compatmode-1-expected.txt: Added.
+ * fast/parser/strange-doctype-compatmode-1.html: Added.
+ * fast/parser/strange-doctype-compatmode-2-expected.txt: Added.
+ * fast/parser/strange-doctype-compatmode-2.html: Added.
+
+2010-09-14 Tony Chang <tony@chromium.org>
+
+ Unreviewed, remove tests that are now passing after Noel Gordon's
+ fix to test_shell delete key handling.
+
+ * platform/chromium/test_expectations.txt:
+
+2010-09-14 Tony Chang <tony@chromium.org>
+
+ Reviewed by Dimitri Glazkov.
+
+ [chromium] implement layoutTestController.setDomainRelaxationForbiddenForURLScheme
+ https://bugs.webkit.org/show_bug.cgi?id=45762
+
+ * platform/chromium/test_expectations.txt:
+
+2010-09-14 Andrey Kosyakov <caseq@chromium.org>
+
+ Reviewed by Yury Semikhatsky.
+
+ Web Inspector: [Resources panel] [HAR] Need a way to save timing data.
+ https://bugs.webkit.org/show_bug.cgi?id=45663
+
+ * http/tests/inspector/resource-har-conversion-expected.txt:
+ * http/tests/inspector/resource-parameters-expected.txt:
+ * http/tests/inspector/resource-test2.js: Added entire timings object to list of non-deterministic fields.
+ * http/tests/inspector/resource-tests.js: Ditto.
+
+2010-09-14 Hans Wennborg <hans@chromium.org>
+
+ Reviewed by Jeremy Orlow.
+
+ Rebaseline DeviceOrientation related layout tests for Chromium.
+ https://bugs.webkit.org/show_bug.cgi?id=45542
+
+ Some DeviceOrientation layout tests need Chromium-specific
+ baselines because of differences between JSC and V8.
+
+ Also enable prototype-inheritance.html again and unfork its
+ expectations.
+
+ * fast/dom/script-tests/prototype-inheritance.js:
+ * platform/chromium-linux/fast/dom/DeviceOrientation/window-property-expected.txt: Added.
+ * platform/chromium-linux/fast/dom/Window/window-properties-device-orientation-expected.txt: Added.
+ * platform/chromium-mac/fast/dom/DeviceOrientation/window-property-expected.txt: Added.
+ * platform/chromium-mac/fast/dom/Window/window-properties-device-orientation-expected.txt: Added.
+ * platform/chromium-mac/fast/dom/prototype-inheritance-expected.txt: Removed.
+ * platform/chromium-win/fast/dom/DeviceOrientation/window-property-expected.txt: Added.
+ * platform/chromium-win/fast/dom/Window/window-properties-device-orientation-expected.txt: Added.
+ * platform/chromium-win/fast/dom/prototype-inheritance-expected.txt: Removed.
+ * platform/chromium/fast/dom/prototype-inheritance-expected.txt:
+ * platform/chromium/test_expectations.txt:
+
+2010-09-14 Pavel Podivilov <podivilov@chromium.org>
+
+ Reviewed by Yury Semikhatsky.
+
+ [Chromium] add new tests from r67463 to expectations
+ https://bugs.webkit.org/show_bug.cgi?id=45753
+
+ * platform/chromium/test_expectations.txt:
+
+2010-09-10 Alexander Pavlov <apavlov@chromium.org>
+
+ Reviewed by Pavel Feldman.
+
+ Web Inspector: Implement on-demand reporting of empty CSS rules matched for a node by WebCore
+ https://bugs.webkit.org/show_bug.cgi?id=45530
+
+ * inspector/elements-panel-styles-expected.txt:
+ * inspector/resources/elements-panel-styles.css:
+ (.foo):
+ (.foo::before):
+
+2010-09-14 Mihai Parparita <mihaip@chromium.org>
+
+ Reviewed by Dimitri Glazkov.
+
+ post-basic.html and post-frames.html in http/tests/navigation should not be pixel tests
+ https://bugs.webkit.org/show_bug.cgi?id=45610
+
+ post-basic.html and post-frames.html would be a lot simpler if
+ they weren't pixel tests (post-frames.html doesn't even have the right
+ expectations for Chromium/Mac). Since all they test is that form
+ POSTs are handled correctly, they can just use dumpAsText.
+
+ * http/tests/navigation/post-basic-expected.txt: Added.
+ * http/tests/navigation/post-basic.html:
+ * http/tests/navigation/post-frames-expected.txt: Added.
+ * http/tests/navigation/post-frames.html:
+ * http/tests/navigation/resources/form-target.pl: Added
+ * http/tests/navigation/resources/page-that-posts.html: Added.
+ * platform/chromium-linux/http/tests/navigation/post-basic-expected.checksum: Removed.
+ * platform/chromium-linux/http/tests/navigation/post-basic-expected.png: Removed.
+ * platform/chromium-linux/http/tests/navigation/post-frames-expected.checksum: Removed.
+ * platform/chromium-linux/http/tests/navigation/post-frames-expected.png: Removed.
+ * platform/chromium-win/http/tests/navigation/post-basic-expected.checksum: Removed.
+ * platform/chromium-win/http/tests/navigation/post-basic-expected.png: Removed.
+ * platform/chromium-win/http/tests/navigation/post-basic-expected.txt: Removed.
+ * platform/chromium-win/http/tests/navigation/post-frames-expected.checksum: Removed.
+ * platform/chromium-win/http/tests/navigation/post-frames-expected.png: Removed.
+ * platform/chromium-win/http/tests/navigation/post-frames-expected.txt: Removed.
+ * platform/chromium/test_expectations.txt:
+ * platform/mac/http/tests/navigation/post-basic-expected.checksum: Removed.
+ * platform/mac/http/tests/navigation/post-basic-expected.png: Removed.
+ * platform/mac/http/tests/navigation/post-basic-expected.txt: Removed.
+ * platform/mac/http/tests/navigation/post-frames-expected.checksum: Removed.
+ * platform/mac/http/tests/navigation/post-frames-expected.png: Removed.
+ * platform/mac/http/tests/navigation/post-frames-expected.txt: Removed.
+
+2010-09-14 Anton Muhin <antonm@chromium.org>
+
+ Unreviewed cleanup of test expectations for Chromium.
+
+ ietestcenter/Javascript/15.4.4.15-3-14.html, ietestcenter/Javascript/15.4.4.15-3-29.html and
+ ietestcenter/Javascript/15.4.4.15-3-8.html are passing now.
+
+ * platform/chromium/test_expectations.txt:
+
+2010-09-14 Pierre-Antoine LaFayette <plafayet@codeaurora.org>
+
+ Reviewed by Darin Adler.
+
+ REGRESSION (r52839): Incomplete repaint of IMG with text-align:center
+ https://bugs.webkit.org/show_bug.cgi?id=40142
+
+ Add pixel tests to verify proper repaint of RenderReplaced as well as non-inline children.
+
+ * fast/repaint/block-layout-inline-children-float-positioned.html: Added.
+ * fast/repaint/block-layout-inline-children-replaced.html: Added.
+ * platform/mac/fast/repaint/block-layout-inline-children-float-positioned-expected.checksum: Added.
+ * platform/mac/fast/repaint/block-layout-inline-children-float-positioned-expected.png: Added.
+ * platform/mac/fast/repaint/block-layout-inline-children-float-positioned-expected.txt: Added.
+ * platform/mac/fast/repaint/block-layout-inline-children-replaced-expected.checksum: Added.
+ * platform/mac/fast/repaint/block-layout-inline-children-replaced-expected.png: Added.
+ * platform/mac/fast/repaint/block-layout-inline-children-replaced-expected.txt: Added.
+
+2010-09-14 Pavel Podivilov <podivilov@chromium.org>
+
+ Reviewed by Pavel Feldman.
+
+ [Chromium] mark fast/frames/frame-limit.html as DEBUG SLOW CRASH
+ https://bugs.webkit.org/show_bug.cgi?id=45738
+
+ * platform/chromium/test_expectations.txt:
+
+2010-09-14 Sheriff Bot <webkit.review.bot@gmail.com>
+
+ Unreviewed, rolling out r67449.
+ http://trac.webkit.org/changeset/67449
+ https://bugs.webkit.org/show_bug.cgi?id=45746
+
+ This change makes tree red. (Requested by pfeldman on
+ #webkit).
+
+ * editing/execCommand/script-tests/toggle-style-3.js:
+ * editing/execCommand/toggle-style-3-expected.txt:
+ * editing/execCommand/unlink-expected.txt:
+ * editing/style/inline-style-extend-run-expected.txt: Removed.
+ * editing/style/inline-style-extend-run.html: Removed.
+ * editing/style/script-tests/inline-style-extend-run.js: Removed.
+ * editing/style/script-tests/make-text-writing-direction-inline.js:
+
+2010-09-14 Ryosuke Niwa <rniwa@webkit.org>
+
+ Reviewed by Tony Chang.
+
+ applyInlineStyleToNodeRange does not extend a run properly
+ https://bugs.webkit.org/show_bug.cgi?id=45616
+
+ Added a test to ensure WebKit adds just one element when applying inline style and removes redundant styled elements.
+ Rebaseline of other tests are required because WebKit now generates less elements.
+
+ * editing/execCommand/script-tests/toggle-style-3.js: Merged two b elements.
+ * editing/execCommand/toggle-style-3-expected.txt: Ditto.
+ * editing/execCommand/unlink-expected.txt: Changed the order in which span and anchor appear.
+ * editing/style/inline-style-extend-run-expected.txt: Added.
+ * editing/style/inline-style-extend-run.html: Added.
+ * editing/style/script-tests/inline-style-extend-run.js: Added.
+ (testSingleToggle):
+ * editing/style/script-tests/make-text-writing-direction-inline.js: Merged two spans.
+
+2010-09-13 Yuta Kitamura <yutak@chromium.org>
+
+ Reviewed by Pavel Feldman.
+
+ Web Inspector: WebSocket in Resources tab
+ https://bugs.webkit.org/show_bug.cgi?id=40768
+
+ * inspector/extensions-api-expected.txt: Added a new resource type.
+
+2010-09-13 Ryosuke Niwa <rniwa@webkit.org>
+
+ Reviewed by Darin Adler.
+
+ REGRESSION: In Gmail, a crash occurs at getDoubleValue() when applying a text color to a new line
+ https://bugs.webkit.org/show_bug.cgi?id=45632
+
+ Added a test to ensure WebKit does not crash when querying font size even if there is a typing style.
+
+ * editing/execCommand/query-font-size-with-typing-style-expected.txt: Added.
+ * editing/execCommand/query-font-size-with-typing-style.html: Added.
+
+2010-09-13 Eric Carlson <eric.carlson@apple.com>
+
+ Reviewed by Geoff Garen.
+
+ JavaScript dialog should not deactivate media element
+ https://bugs.webkit.org/show_bug.cgi?id=45688
+
+ * http/tests/media/reload-after-dialog-expected.txt: Added.
+ * http/tests/media/reload-after-dialog.html: Added.
+
+2010-09-13 Dirk Pranke <dpranke@chromium.org>
+
+ Unreviewed, build fix.
+
+ Fix duplicate entries in expectations file; we really need to fix
+ the checkin trigger to catch these.
+
+ * platform/chromium/test_expectations.txt:
+
+2010-09-13 Dirk Pranke <dpranke@chromium.org>
+
+ Unreviewed, expectations change.
+
+ Add some suppressions back in - it looks like we are probably tripping
+ over some debug asserts that I need to triage downstream.
+
+ * platform/chromium/test_expectations.txt:
+
+2010-09-13 Chris Fleizach <cfleizach@apple.com>
+
+ Reviewed by Darin Adler.
+
+ AX: REGRESSION: WebKit does not report label of web popup buttons
+ https://bugs.webkit.org/show_bug.cgi?id=45715
+
+ * platform/mac/accessibility/popup-button-title-expected.txt: Added.
+ * platform/mac/accessibility/popup-button-title.html: Added.
+
+2010-09-13 Dirk Pranke <dpranke@chromium.org>
+
+ Unreviewed, expectations change.
+
+ Remove a bunch of tests that are now passing.
+
+ * platform/chromium/test_expectations.txt:
+
+2010-09-13 Pavel Podivilov <podivilov@chromium.org>
+
+ Reviewed by Yury Semikhatsky.
+
+ [Chromium] rebaseline two svg tests after r67200
+ https://bugs.webkit.org/show_bug.cgi?id=45665
+
+ * platform/chromium-linux/svg/batik/text/textPosition-expected.txt:
+ * platform/chromium-linux/svg/batik/text/textPosition2-expected.txt:
+ * platform/chromium/test_expectations.txt:
+
+2010-09-13 Pavel Podivilov <podivilov@chromium.org>
+
+ Reviewed by Pavel Feldman.
+
+ [Chromium] mark fast/files/read-blob-async.html as CRASH PASS on linux
+ https://bugs.webkit.org/show_bug.cgi?id=45672
+
+ * platform/chromium/test_expectations.txt:
+
+2010-09-13 Chris Fleizach <cfleizach@apple.com>
+
+ Reviewed by David Kilzer.
+
+ AX: accessibilityIsIgnored is returning nil when return value expects a BOOL
+ https://bugs.webkit.org/show_bug.cgi?id=45548
+
+ * platform/mac/accessibility/element-is-ignored-expected.txt: Added.
+ * platform/mac/accessibility/element-is-ignored.html: Added.
+
+2010-09-13 Chris Fleizach <cfleizach@apple.com>
+
+ Reviewed by Darin Adler.
+
+ CrashTracer: 874 crashes in Safari at com.apple.WebCore: WebCore::AccessibilityTable::isTableExposableThroughAccessibility + 663
+ https://bugs.webkit.org/show_bug.cgi?id=45697
+
+ * platform/mac/accessibility/updating-attribute-in-table-row-crash-expected.txt: Added.
+ * platform/mac/accessibility/updating-attribute-in-table-row-crash.html: Added.
+
+2010-09-13 Tony Chang <tony@chromium.org>
+
+ Unreviewed, removing chromium-linux results that deduplicate-tests says are
+ unnecessary (mostly due to the checksum computation change last week).
+
+ * platform/chromium-linux/editing/deleting/collapse-whitespace-3587601-fix-expected.checksum: Removed.
+ * platform/chromium-linux/editing/deleting/collapse-whitespace-3587601-fix-expected.png: Removed.
+ * platform/chromium-linux/editing/deleting/delete-at-start-or-end-expected.checksum: Removed.
+ * platform/chromium-linux/editing/deleting/delete-at-start-or-end-expected.png: Removed.
+ * platform/chromium-linux/editing/deleting/delete-block-contents-001-expected.checksum: Removed.
+ * platform/chromium-linux/editing/deleting/delete-block-contents-001-expected.png: Removed.
+ * platform/chromium-linux/editing/deleting/delete-block-contents-002-expected.checksum: Removed.
+ * platform/chromium-linux/editing/deleting/delete-block-contents-002-expected.png: Removed.
+ * platform/chromium-linux/editing/deleting/delete-image-004-expected.checksum: Removed.
+ * platform/chromium-linux/editing/deleting/delete-image-004-expected.png: Removed.
+ * platform/chromium-linux/editing/deleting/delete-select-all-002-expected.checksum: Removed.
+ * platform/chromium-linux/editing/deleting/delete-select-all-002-expected.png: Removed.
+ * platform/chromium-linux/editing/deleting/delete-select-all-003-expected.checksum: Removed.
+ * platform/chromium-linux/editing/deleting/delete-select-all-003-expected.png: Removed.
+ * platform/chromium-linux/editing/undo/5378473-expected.checksum: Removed.
+ * platform/chromium-linux/editing/undo/5378473-expected.png: Removed.
+ * platform/chromium-linux/editing/undo/undo-misspellings-expected.checksum: Removed.
+ * platform/chromium-linux/editing/undo/undo-misspellings-expected.png: Removed.
+ * platform/chromium-linux/fast/backgrounds/bgCompositeCopy-expected.checksum: Removed.
+ * platform/chromium-linux/fast/backgrounds/bgCompositeCopy-expected.png: Removed.
+ * platform/chromium-linux/fast/backgrounds/svg-as-background-2-expected.checksum: Removed.
+ * platform/chromium-linux/fast/backgrounds/svg-as-background-2-expected.png: Removed.
+ * platform/chromium-linux/fast/block/basic/quirk-percent-height-table-cell-expected.checksum: Removed.
+ * platform/chromium-linux/fast/block/basic/quirk-percent-height-table-cell-expected.png: Removed.
+ * platform/chromium-linux/fast/canvas/canvas-as-image-incremental-repaint-expected.checksum: Removed.
+ * platform/chromium-linux/fast/canvas/canvas-as-image-incremental-repaint-expected.png: Removed.
+ * platform/chromium-linux/fast/css/getComputedStyle/computed-style-expected.txt: Removed.
+ * platform/chromium-linux/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: Removed.
+ * platform/chromium-linux/fast/dom/attr_dead_doc-expected.checksum: Removed.
+ * platform/chromium-linux/fast/dom/attr_dead_doc-expected.png: Removed.
+ * platform/chromium-linux/fast/frames/content-opacity-1-expected.checksum: Removed.
+ * platform/chromium-linux/fast/frames/content-opacity-1-expected.png: Removed.
+ * platform/chromium-linux/fast/frames/content-opacity-2-expected.checksum: Removed.
+ * platform/chromium-linux/fast/frames/content-opacity-2-expected.png: Removed.
+ * platform/chromium-linux/fast/frames/iframe-text-contents-expected.checksum: Removed.
+ * platform/chromium-linux/fast/frames/iframe-text-contents-expected.png: Removed.
+ * platform/chromium-linux/fast/layers/add-layer-with-nested-stacking-expected.checksum: Removed.
+ * platform/chromium-linux/fast/layers/add-layer-with-nested-stacking-expected.png: Removed.
+ * platform/chromium-linux/fast/layers/self-painting-outline-expected.checksum: Removed.
+ * platform/chromium-linux/fast/layers/self-painting-outline-expected.png: Removed.
+ * platform/chromium-linux/fast/repaint/background-generated-expected.checksum: Removed.
+ * platform/chromium-linux/fast/repaint/background-generated-expected.png: Removed.
+ * platform/chromium-linux/fast/repaint/background-misaligned-expected.checksum: Removed.
+ * platform/chromium-linux/fast/repaint/background-misaligned-expected.png: Removed.
+ * platform/chromium-linux/fast/repaint/block-selection-gap-in-table-cell-expected.checksum: Removed.
+ * platform/chromium-linux/fast/repaint/block-selection-gap-in-table-cell-expected.png: Removed.
+ * platform/chromium-linux/fast/repaint/block-selection-gap-stale-cache-expected.checksum: Removed.
+ * platform/chromium-linux/fast/repaint/block-selection-gap-stale-cache-expected.png: Removed.
+ * platform/chromium-linux/fast/repaint/button-spurious-layout-hint-expected.checksum: Removed.
+ * platform/chromium-linux/fast/repaint/button-spurious-layout-hint-expected.png: Removed.
+ * platform/chromium-linux/fast/repaint/clip-with-layout-delta-expected.checksum: Removed.
+ * platform/chromium-linux/fast/repaint/clip-with-layout-delta-expected.png: Removed.
+ * platform/chromium-linux/fast/repaint/content-into-overflow-expected.checksum: Removed.
+ * platform/chromium-linux/fast/repaint/content-into-overflow-expected.png: Removed.
+ * platform/chromium-linux/fast/repaint/float-in-new-block-with-layout-delta-expected.checksum: Removed.
+ * platform/chromium-linux/fast/repaint/float-in-new-block-with-layout-delta-expected.png: Removed.
+ * platform/chromium-linux/fast/repaint/float-new-in-block-expected.checksum: Removed.
+ * platform/chromium-linux/fast/repaint/float-new-in-block-expected.png: Removed.
+ * platform/chromium-linux/fast/repaint/focus-ring-expected.checksum: Removed.
+ * platform/chromium-linux/fast/repaint/focus-ring-expected.png: Removed.
+ * platform/chromium-linux/fast/repaint/inline-relative-positioned-expected.checksum: Removed.
+ * platform/chromium-linux/fast/repaint/inline-relative-positioned-expected.png: Removed.
+ * platform/chromium-linux/fast/repaint/intermediate-layout-position-clip-expected.checksum: Removed.
+ * platform/chromium-linux/fast/repaint/intermediate-layout-position-clip-expected.png: Removed.
+ * platform/chromium-linux/fast/repaint/intermediate-layout-position-expected.checksum: Removed.
+ * platform/chromium-linux/fast/repaint/intermediate-layout-position-expected.png: Removed.
+ * platform/chromium-linux/fast/repaint/multicol-repaint-expected.checksum: Removed.
+ * platform/chromium-linux/fast/repaint/multicol-repaint-expected.png: Removed.
+ * platform/chromium-linux/fast/repaint/outline-inset-expected.checksum: Removed.
+ * platform/chromium-linux/fast/repaint/outline-inset-expected.png: Removed.
+ * platform/chromium-linux/fast/repaint/overflow-into-content-expected.checksum: Removed.
+ * platform/chromium-linux/fast/repaint/overflow-into-content-expected.png: Removed.
+ * platform/chromium-linux/fast/repaint/selection-clear-expected.checksum: Removed.
+ * platform/chromium-linux/fast/repaint/selection-clear-expected.png: Removed.
+ * platform/chromium-linux/fast/repaint/table-outer-border-expected.checksum: Removed.
+ * platform/chromium-linux/fast/repaint/table-outer-border-expected.png: Removed.
+ * platform/chromium-linux/fast/repaint/table-section-repaint-expected.checksum: Removed.
+ * platform/chromium-linux/fast/repaint/table-section-repaint-expected.png: Removed.
+ * platform/chromium-linux/fast/repaint/table-two-pass-layout-overpaint-expected.checksum: Removed.
+ * platform/chromium-linux/fast/repaint/table-two-pass-layout-overpaint-expected.png: Removed.
+ * platform/chromium-linux/fast/repaint/transform-disable-layoutstate-expected.checksum: Removed.
+ * platform/chromium-linux/fast/repaint/transform-disable-layoutstate-expected.png: Removed.
+ * platform/chromium-linux/fast/repaint/transform-replaced-shadows-expected.checksum: Removed.
+ * platform/chromium-linux/fast/repaint/transform-replaced-shadows-expected.png: Removed.
+ * platform/chromium-linux/fast/table/border-collapsing/equal-precedence-resolution-expected.checksum: Removed.
+ * platform/chromium-linux/fast/table/border-collapsing/equal-precedence-resolution-expected.png: Removed.
+ * platform/chromium-linux/fast/table/giantRowspan-expected.checksum: Removed.
+ * platform/chromium-linux/fast/table/giantRowspan-expected.png: Removed.
+ * platform/chromium-linux/fast/table/multiple-percent-height-rows-expected.checksum: Removed.
+ * platform/chromium-linux/fast/table/multiple-percent-height-rows-expected.png: Removed.
+ * platform/chromium-linux/svg/css/getComputedStyle-basic-expected.txt: Removed.
+ * platform/chromium-linux/svg/custom/control-points-for-S-and-T-expected.checksum: Removed.
+ * platform/chromium-linux/svg/custom/control-points-for-S-and-T-expected.png: Removed.
+ * platform/chromium-linux/svg/custom/dynamic-empty-path-expected.checksum: Removed.
+ * platform/chromium-linux/svg/custom/dynamic-empty-path-expected.png: Removed.
+ * platform/chromium-linux/svg/custom/feDisplacementMap-01-expected.checksum: Removed.
+ * platform/chromium-linux/svg/custom/feDisplacementMap-01-expected.png: Removed.
+ * platform/chromium-linux/svg/custom/fill-opacity-hsl-expected.checksum: Removed.
+ * platform/chromium-linux/svg/custom/fill-opacity-hsl-expected.png: Removed.
+ * platform/chromium-linux/svg/custom/fill-opacity-rgba-expected.checksum: Removed.
+ * platform/chromium-linux/svg/custom/fill-opacity-rgba-expected.png: Removed.
+ * platform/chromium-linux/svg/custom/gradient-stop-corner-cases-expected.checksum: Removed.
+ * platform/chromium-linux/svg/custom/gradient-stop-corner-cases-expected.png: Removed.
+ * platform/chromium-linux/svg/custom/group-opacity-expected.checksum: Removed.
+ * platform/chromium-linux/svg/custom/group-opacity-expected.png: Removed.
+ * platform/chromium-linux/svg/custom/js-repaint-rect-on-path-with-stroke-expected.checksum: Removed.
+ * platform/chromium-linux/svg/custom/js-repaint-rect-on-path-with-stroke-expected.png: Removed.
+ * platform/chromium-linux/svg/custom/js-update-container-expected.checksum: Removed.
+ * platform/chromium-linux/svg/custom/js-update-container-expected.png: Removed.
+ * platform/chromium-linux/svg/custom/js-update-container2-expected.checksum: Removed.
+ * platform/chromium-linux/svg/custom/js-update-container2-expected.png: Removed.
+ * platform/chromium-linux/svg/custom/js-update-polygon-changes-expected.checksum: Removed.
+ * platform/chromium-linux/svg/custom/js-update-polygon-changes-expected.png: Removed.
+ * platform/chromium-linux/svg/custom/js-update-polygon-removal-expected.checksum: Removed.
+ * platform/chromium-linux/svg/custom/js-update-polygon-removal-expected.png: Removed.
+ * platform/chromium-linux/svg/custom/js-update-style-expected.checksum: Removed.
+ * platform/chromium-linux/svg/custom/js-update-style-expected.png: Removed.
+ * platform/chromium-linux/svg/custom/js-update-transform-addition-expected.checksum: Removed.
+ * platform/chromium-linux/svg/custom/js-update-transform-addition-expected.png: Removed.
+ * platform/chromium-linux/svg/custom/marker-referencePoint-expected.checksum: Removed.
+ * platform/chromium-linux/svg/custom/marker-referencePoint-expected.png: Removed.
+ * platform/chromium-linux/svg/custom/mask-changes-expected.checksum: Removed.
+ * platform/chromium-linux/svg/custom/mask-changes-expected.png: Removed.
+ * platform/chromium-linux/svg/custom/pattern-y-offset-expected.checksum: Removed.
+ * platform/chromium-linux/svg/custom/pattern-y-offset-expected.png: Removed.
+ * platform/chromium-linux/svg/custom/repaint-moving-svg-and-div-expected.checksum: Removed.
+ * platform/chromium-linux/svg/custom/repaint-moving-svg-and-div-expected.png: Removed.
+ * platform/chromium-linux/svg/custom/repaint-stroke-width-changes-expected.checksum: Removed.
+ * platform/chromium-linux/svg/custom/repaint-stroke-width-changes-expected.png: Removed.
+ * platform/chromium-linux/svg/custom/text-dom-removal-expected.checksum: Removed.
+ * platform/chromium-linux/svg/custom/text-dom-removal-expected.png: Removed.
+ * platform/chromium-linux/svg/custom/use-forward-refs-expected.checksum: Removed.
+ * platform/chromium-linux/svg/custom/use-forward-refs-expected.png: Removed.
+ * platform/chromium-linux/svg/hixie/data-types/001-expected.checksum: Removed.
+ * platform/chromium-linux/svg/hixie/data-types/001-expected.png: Removed.
+ * platform/chromium-linux/svg/zoom/text/absolute-sized-document-no-scrollbars-expected.checksum: Removed.
+ * platform/chromium-linux/svg/zoom/text/absolute-sized-document-no-scrollbars-expected.png: Removed.
+ * platform/chromium-linux/svg/zoom/text/absolute-sized-document-scrollbars-expected.checksum: Removed.
+ * platform/chromium-linux/svg/zoom/text/absolute-sized-document-scrollbars-expected.png: Removed.
+ * platform/chromium-linux/svg/zoom/text/relative-sized-document-scrollbars-expected.checksum: Removed.
+ * platform/chromium-linux/svg/zoom/text/relative-sized-document-scrollbars-expected.png: Removed.
+ * platform/chromium-linux/tables/mozilla/bugs/bug106795-expected.checksum: Removed.
+ * platform/chromium-linux/tables/mozilla/bugs/bug106795-expected.png: Removed.
+ * platform/chromium-linux/tables/mozilla/bugs/bug131020-2-expected.checksum: Removed.
+ * platform/chromium-linux/tables/mozilla/bugs/bug131020-2-expected.png: Removed.
+ * platform/chromium-linux/tables/mozilla/bugs/bug13169-expected.checksum: Removed.
+ * platform/chromium-linux/tables/mozilla/bugs/bug13169-expected.png: Removed.
+ * platform/chromium-linux/tables/mozilla/bugs/bug133948-expected.checksum: Removed.
+ * platform/chromium-linux/tables/mozilla/bugs/bug133948-expected.png: Removed.
+ * platform/chromium-linux/tables/mozilla/bugs/bug137388-1-expected.checksum: Removed.
+ * platform/chromium-linux/tables/mozilla/bugs/bug137388-1-expected.png: Removed.
+ * platform/chromium-linux/tables/mozilla/bugs/bug137388-3-expected.checksum: Removed.
+ * platform/chromium-linux/tables/mozilla/bugs/bug137388-3-expected.png: Removed.
+ * platform/chromium-linux/tables/mozilla/bugs/bug1818-1-expected.checksum: Removed.
+ * platform/chromium-linux/tables/mozilla/bugs/bug1818-1-expected.png: Removed.
+ * platform/chromium-linux/tables/mozilla/bugs/bug1818-2-expected.checksum: Removed.
+ * platform/chromium-linux/tables/mozilla/bugs/bug1818-2-expected.png: Removed.
+ * platform/chromium-linux/tables/mozilla/bugs/bug1818-3-expected.checksum: Removed.
+ * platform/chromium-linux/tables/mozilla/bugs/bug1818-3-expected.png: Removed.
+ * platform/chromium-linux/tables/mozilla/bugs/bug1818-4-expected.checksum: Removed.
+ * platform/chromium-linux/tables/mozilla/bugs/bug1818-4-expected.png: Removed.
+ * platform/chromium-linux/tables/mozilla/bugs/bug219693-1-expected.checksum: Removed.
+ * platform/chromium-linux/tables/mozilla/bugs/bug219693-1-expected.png: Removed.
+ * platform/chromium-linux/tables/mozilla/bugs/bug219693-2-expected.checksum: Removed.
+ * platform/chromium-linux/tables/mozilla/bugs/bug219693-2-expected.png: Removed.
+ * platform/chromium-linux/tables/mozilla/bugs/bug26553-expected.checksum: Removed.
+ * platform/chromium-linux/tables/mozilla/bugs/bug26553-expected.png: Removed.
+ * platform/chromium-linux/tables/mozilla/bugs/bug50695-2-expected.checksum: Removed.
+ * platform/chromium-linux/tables/mozilla/bugs/bug50695-2-expected.png: Removed.
+ * platform/chromium-linux/tables/mozilla/bugs/bug56201-expected.checksum: Removed.
+ * platform/chromium-linux/tables/mozilla/bugs/bug56201-expected.png: Removed.
+ * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug23847-expected.checksum: Removed.
+ * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug23847-expected.png: Removed.
+
+2010-09-13 Adam Langley <agl@chromium.org>
+
+ Unreviewed. Layout test re-baseline.
+
+ After r66882, complex text word spacing changed due to a bug fix. This
+ rebaselines the layout test for that case.
+
+ https://bugs.webkit.org/show_bug.cgi?id=45191
+
+ * platform/chromium-linux/fast/text/atsui-spacing-features-expected.checksum:
+ * platform/chromium-linux/fast/text/atsui-spacing-features-expected.png:
+ * platform/chromium-linux/fast/text/atsui-spacing-features-expected.txt:
+ * platform/chromium/test_expectations.txt:
+
+2010-09-13 Adam Barth <abarth@webkit.org>
+
+ Reviewed by Darin Adler.
+
+ Fix </sarcasm>
+ https://bugs.webkit.org/show_bug.cgi?id=45645
+
+ Test that </sarcasm> works properly.
+
+ * html5lib/resources/webkit02.dat:
+
+2010-09-13 Yury Semikhatsky <yurys@chromium.org>
+
+ Unreviewed. Rebaseline inspector/extensions-events.html
+
+ * inspector/extensions-events-expected.txt:
+
+2010-09-13 Chris Fleizach <cfleizach@apple.com>
+
+ Reviewed by Darin Adler.
+
+ REGRESSION (r64816-r64889): Crash in WebCore::AccessibilityRenderObject
+ https://bugs.webkit.org/show_bug.cgi?id=43807
+
+ * platform/mac/accessibility/visible-position-crash-for-text-node-expected.txt: Added.
+ * platform/mac/accessibility/visible-position-crash-for-text-node.html: Added.
+
+2010-09-13 Martin Robinson <mrobinson@igalia.com>
+
+ Reviewed by Andreas Kling.
+
+ [Qt] DOM listeners get wrong keycodes for some keys
+ https://bugs.webkit.org/show_bug.cgi?id=43365
+
+ * platform/qt/Skipped: Unskip tests that are now passing.
+
+2010-09-13 Jonathan Dixon <joth@chromium.org>
+
+ Reviewed by Steve Block.
+
+ [chromium] Port test shell geolocation fixes to DRT
+ https://bugs.webkit.org/show_bug.cgi?id=45313
+
+ Remove exceptions for tests that now pass (in DRT and downstream test_shell)
+
+ * platform/chromium/drt_expectations.txt:
+ * platform/chromium/test_expectations.txt:
+
+2010-09-13 Yury Semikhatsky <yurys@chromium.org>
+
+ Unreviewed. Skip new debugger test on Qt.
+
+ * platform/qt/Skipped:
+
+2010-09-13 Yury Semikhatsky <yurys@chromium.org>
+
+ Reviewed by Pavel Feldman.
+
+ Web Inspector: upstream testExpandScope debugger test
+ https://bugs.webkit.org/show_bug.cgi?id=45260
+
+ Test that scope sections in Scripts panel are expandable and
+ contain correct data.
+
+ * inspector/debugger-expand-scope-expected.txt: Added.
+ * inspector/debugger-expand-scope.html: Added.
+ * platform/chromium/inspector/debugger-expand-scope-expected.txt: Added.
+
+2010-09-13 Pavel Podivilov <podivilov@chromium.org>
+
+ Reviewed by Pavel Feldman.
+
+ [Chromium] add viewport meta tag tests to expectations
+ https://bugs.webkit.org/show_bug.cgi?id=45655
+
+ * platform/chromium/test_expectations.txt:
+
+2010-09-13 MORITA Hajime <morrita@google.com>
+
+ Reviewed by Kent Tamura.
+
+ [Chromium][Test] custom-scrollbar-with-incomplete-style.html need expectation files.
+ https://bugs.webkit.org/show_bug.cgi?id=45646
+
+ Added missing expectations.
+
+ * platform/chromium-linux/scrollbars/custom-scrollbar-with-incomplete-style-expected.checksum: Added.
+ * platform/chromium-linux/scrollbars/custom-scrollbar-with-incomplete-style-expected.png: Added.
+ * platform/chromium-linux/scrollbars/custom-scrollbar-with-incomplete-style-expected.txt: Added.
+ * platform/chromium-mac/scrollbars/custom-scrollbar-with-incomplete-style-expected.checksum: Added.
+ * platform/chromium-mac/scrollbars/custom-scrollbar-with-incomplete-style-expected.png: Added.
+ * platform/chromium-mac/scrollbars/custom-scrollbar-with-incomplete-style-expected.txt: Added.
+ * platform/chromium-win/scrollbars/custom-scrollbar-with-incomplete-style-expected.checksum: Added.
+ * platform/chromium-win/scrollbars/custom-scrollbar-with-incomplete-style-expected.png: Added.
+ * platform/chromium-win/scrollbars/custom-scrollbar-with-incomplete-style-expected.txt: Added.
+ * platform/chromium/test_expectations.txt:
+
+2010-09-13 MORITA Hajime <morrita@google.com>
+
+ Reviewed by Dirk Schulze.
+
+ [chromium] svg/filters/filter-empty-g.svg crashes in linux/mac debug after r63530
+ https://bugs.webkit.org/show_bug.cgi?id=42486
+
+ Removed skip line.
+ This looks fixed with a fix for http://webkit.org/b/41175.
+
+ * platform/chromium/test_expectations.txt:
+
+2010-09-13 Andreas Kling <andreas.kling@nokia.com>
+
+ Unreviewed.
+
+ [Qt] Skip three viewport meta tag tests that fail on the bot.
+
+ * platform/qt/Skipped:
+
+2010-09-13 Pavel Podivilov <podivilov@chromium.org>
+
+ Reviewed by Pavel Feldman.
+
+ [Chromium] update test expectations for tests that pass after rolling out r67328
+ https://bugs.webkit.org/show_bug.cgi?id=45642
+
+ * platform/chromium/test_expectations.txt:
+
+2010-08-27 Kenneth Rohde Christiansen <kenneth@webkit.org>
+
+ Reviewed by Antti Koivisto.
+
+ Add tests for the viewport meta tag algorithm and parsing,
+ based on a test suite developed by Opera employees
+ Rune Lillesveen and Øyvind Stenhaug.
+
+ * fast/viewport/viewport-1-expected.txt: Added.
+ * fast/viewport/viewport-1.html: Added.
+ * fast/viewport/viewport-10-expected.txt: Added.
+ * fast/viewport/viewport-10.html: Added.
+ * fast/viewport/viewport-100-expected.txt: Added.
+ * fast/viewport/viewport-100.html: Added.
+ * fast/viewport/viewport-101-expected.txt: Added.
+ * fast/viewport/viewport-101.html: Added.
+ * fast/viewport/viewport-102-expected.txt: Added.
+ * fast/viewport/viewport-102.html: Added.
+ * fast/viewport/viewport-103-expected.txt: Added.
+ * fast/viewport/viewport-103.html: Added.
+ * fast/viewport/viewport-104-expected.txt: Added.
+ * fast/viewport/viewport-104.html: Added.
+ * fast/viewport/viewport-105-expected.txt: Added.
+ * fast/viewport/viewport-105.html: Added.
+ * fast/viewport/viewport-106-expected.txt: Added.
+ * fast/viewport/viewport-106.html: Added.
+ * fast/viewport/viewport-107-expected.txt: Added.
+ * fast/viewport/viewport-107.html: Added.
+ * fast/viewport/viewport-108-expected.txt: Added.
+ * fast/viewport/viewport-108.html: Added.
+ * fast/viewport/viewport-109-expected.txt: Added.
+ * fast/viewport/viewport-109.html: Added.
+ * fast/viewport/viewport-11-expected.txt: Added.
+ * fast/viewport/viewport-11.html: Added.
+ * fast/viewport/viewport-110-expected.txt: Added.
+ * fast/viewport/viewport-110.html: Added.
+ * fast/viewport/viewport-111-expected.txt: Added.
+ * fast/viewport/viewport-111.html: Added.
+ * fast/viewport/viewport-112-expected.txt: Added.
+ * fast/viewport/viewport-112.html: Added.
+ * fast/viewport/viewport-113-expected.txt: Added.
+ * fast/viewport/viewport-113.html: Added.
+ * fast/viewport/viewport-114-expected.txt: Added.
+ * fast/viewport/viewport-114.html: Added.
+ * fast/viewport/viewport-115-expected.txt: Added.
+ * fast/viewport/viewport-115.html: Added.
+ * fast/viewport/viewport-116-expected.txt: Added.
+ * fast/viewport/viewport-116.html: Added.
+ * fast/viewport/viewport-117-expected.txt: Added.
+ * fast/viewport/viewport-117.html: Added.
+ * fast/viewport/viewport-118-expected.txt: Added.
+ * fast/viewport/viewport-118.html: Added.
+ * fast/viewport/viewport-119-expected.txt: Added.
+ * fast/viewport/viewport-119.html: Added.
+ * fast/viewport/viewport-12-expected.txt: Added.
+ * fast/viewport/viewport-12.html: Added.
+ * fast/viewport/viewport-120-expected.txt: Added.
+ * fast/viewport/viewport-120.html: Added.
+ * fast/viewport/viewport-121-expected.txt: Added.
+ * fast/viewport/viewport-121.html: Added.
+ * fast/viewport/viewport-122-expected.txt: Added.
+ * fast/viewport/viewport-122.html: Added.
+ * fast/viewport/viewport-123-expected.txt: Added.
+ * fast/viewport/viewport-123.html: Added.
+ * fast/viewport/viewport-124-expected.txt: Added.
+ * fast/viewport/viewport-124.html: Added.
+ * fast/viewport/viewport-125-expected.txt: Added.
+ * fast/viewport/viewport-125.html: Added.
+ * fast/viewport/viewport-126.html: Added.
+ * fast/viewport/viewport-127.html: Added.
+ * fast/viewport/viewport-13-expected.txt: Added.
+ * fast/viewport/viewport-13.html: Added.
+ * fast/viewport/viewport-14-expected.txt: Added.
+ * fast/viewport/viewport-14.html: Added.
+ * fast/viewport/viewport-15-expected.txt: Added.
+ * fast/viewport/viewport-15.html: Added.
+ * fast/viewport/viewport-16-expected.txt: Added.
+ * fast/viewport/viewport-16.html: Added.
+ * fast/viewport/viewport-17-expected.txt: Added.
+ * fast/viewport/viewport-17.html: Added.
+ * fast/viewport/viewport-18-expected.txt: Added.
+ * fast/viewport/viewport-18.html: Added.
+ * fast/viewport/viewport-19-expected.txt: Added.
+ * fast/viewport/viewport-19.html: Added.
+ * fast/viewport/viewport-2-expected.txt: Added.
+ * fast/viewport/viewport-2.html: Added.
+ * fast/viewport/viewport-20-expected.txt: Added.
+ * fast/viewport/viewport-20.html: Added.
+ * fast/viewport/viewport-21-expected.txt: Added.
+ * fast/viewport/viewport-21.html: Added.
+ * fast/viewport/viewport-22-expected.txt: Added.
+ * fast/viewport/viewport-22.html: Added.
+ * fast/viewport/viewport-23-expected.txt: Added.
+ * fast/viewport/viewport-23.html: Added.
+ * fast/viewport/viewport-24-expected.txt: Added.
+ * fast/viewport/viewport-24.html: Added.
+ * fast/viewport/viewport-25-expected.txt: Added.
+ * fast/viewport/viewport-25.html: Added.
+ * fast/viewport/viewport-26-expected.txt: Added.
+ * fast/viewport/viewport-26.html: Added.
+ * fast/viewport/viewport-27-expected.txt: Added.
+ * fast/viewport/viewport-27.html: Added.
+ * fast/viewport/viewport-28-expected.txt: Added.
+ * fast/viewport/viewport-28.html: Added.
+ * fast/viewport/viewport-29-expected.txt: Added.
+ * fast/viewport/viewport-29.html: Added.
+ * fast/viewport/viewport-3-expected.txt: Added.
+ * fast/viewport/viewport-3.html: Added.
+ * fast/viewport/viewport-30-expected.txt: Added.
+ * fast/viewport/viewport-30.html: Added.
+ * fast/viewport/viewport-31-expected.txt: Added.
+ * fast/viewport/viewport-31.html: Added.
+ * fast/viewport/viewport-32-expected.txt: Added.
+ * fast/viewport/viewport-32.html: Added.
+ * fast/viewport/viewport-33-expected.txt: Added.
+ * fast/viewport/viewport-33.html: Added.
+ * fast/viewport/viewport-34-expected.txt: Added.
+ * fast/viewport/viewport-34.html: Added.
+ * fast/viewport/viewport-35-expected.txt: Added.
+ * fast/viewport/viewport-35.html: Added.
+ * fast/viewport/viewport-36-expected.txt: Added.
+ * fast/viewport/viewport-36.html: Added.
+ * fast/viewport/viewport-37-expected.txt: Added.
+ * fast/viewport/viewport-37.html: Added.
+ * fast/viewport/viewport-38-expected.txt: Added.
+ * fast/viewport/viewport-38.html: Added.
+ * fast/viewport/viewport-39-expected.txt: Added.
+ * fast/viewport/viewport-39.html: Added.
+ * fast/viewport/viewport-4-expected.txt: Added.
+ * fast/viewport/viewport-4.html: Added.
+ * fast/viewport/viewport-40-expected.txt: Added.
+ * fast/viewport/viewport-40.html: Added.
+ * fast/viewport/viewport-41-expected.txt: Added.
+ * fast/viewport/viewport-41.html: Added.
+ * fast/viewport/viewport-42-expected.txt: Added.
+ * fast/viewport/viewport-42.html: Added.
+ * fast/viewport/viewport-43-expected.txt: Added.
+ * fast/viewport/viewport-43.html: Added.
+ * fast/viewport/viewport-44-expected.txt: Added.
+ * fast/viewport/viewport-44.html: Added.
+ * fast/viewport/viewport-45-expected.txt: Added.
+ * fast/viewport/viewport-45.html: Added.
+ * fast/viewport/viewport-46-expected.txt: Added.
+ * fast/viewport/viewport-46.html: Added.
+ * fast/viewport/viewport-47-expected.txt: Added.
+ * fast/viewport/viewport-47.html: Added.
+ * fast/viewport/viewport-48-expected.txt: Added.
+ * fast/viewport/viewport-48.html: Added.
+ * fast/viewport/viewport-49-expected.txt: Added.
+ * fast/viewport/viewport-49.html: Added.
+ * fast/viewport/viewport-5-expected.txt: Added.
+ * fast/viewport/viewport-5.html: Added.
+ * fast/viewport/viewport-50-expected.txt: Added.
+ * fast/viewport/viewport-50.html: Added.
+ * fast/viewport/viewport-51-expected.txt: Added.
+ * fast/viewport/viewport-51.html: Added.
+ * fast/viewport/viewport-52-expected.txt: Added.
+ * fast/viewport/viewport-52.html: Added.
+ * fast/viewport/viewport-53-expected.txt: Added.
+ * fast/viewport/viewport-53.html: Added.
+ * fast/viewport/viewport-54-expected.txt: Added.
+ * fast/viewport/viewport-54.html: Added.
+ * fast/viewport/viewport-55-expected.txt: Added.
+ * fast/viewport/viewport-55.html: Added.
+ * fast/viewport/viewport-56-expected.txt: Added.
+ * fast/viewport/viewport-56.html: Added.
+ * fast/viewport/viewport-57-expected.txt: Added.
+ * fast/viewport/viewport-57.html: Added.
+ * fast/viewport/viewport-58-expected.txt: Added.
+ * fast/viewport/viewport-58.html: Added.
+ * fast/viewport/viewport-59-expected.txt: Added.
+ * fast/viewport/viewport-59.html: Added.
+ * fast/viewport/viewport-6-expected.txt: Added.
+ * fast/viewport/viewport-6.html: Added.
+ * fast/viewport/viewport-60-expected.txt: Added.
+ * fast/viewport/viewport-60.html: Added.
+ * fast/viewport/viewport-61-expected.txt: Added.
+ * fast/viewport/viewport-61.html: Added.
+ * fast/viewport/viewport-62-expected.txt: Added.
+ * fast/viewport/viewport-62.html: Added.
+ * fast/viewport/viewport-63-expected.txt: Added.
+ * fast/viewport/viewport-63.html: Added.
+ * fast/viewport/viewport-64-expected.txt: Added.
+ * fast/viewport/viewport-64.html: Added.
+ * fast/viewport/viewport-65.html: Added.
+ * fast/viewport/viewport-66-expected.txt: Added.
+ * fast/viewport/viewport-66.html: Added.
+ * fast/viewport/viewport-67-expected.txt: Added.
+ * fast/viewport/viewport-67.html: Added.
+ * fast/viewport/viewport-68-expected.txt: Added.
+ * fast/viewport/viewport-68.html: Added.
+ * fast/viewport/viewport-69-expected.txt: Added.
+ * fast/viewport/viewport-69.html: Added.
+ * fast/viewport/viewport-7-expected.txt: Added.
+ * fast/viewport/viewport-7.html: Added.
+ * fast/viewport/viewport-70-expected.txt: Added.
+ * fast/viewport/viewport-70.html: Added.
+ * fast/viewport/viewport-71-expected.txt: Added.
+ * fast/viewport/viewport-71.html: Added.
+ * fast/viewport/viewport-72-expected.txt: Added.
+ * fast/viewport/viewport-72.html: Added.
+ * fast/viewport/viewport-73-expected.txt: Added.
+ * fast/viewport/viewport-73.html: Added.
+ * fast/viewport/viewport-74-expected.txt: Added.
+ * fast/viewport/viewport-74.html: Added.
+ * fast/viewport/viewport-75-expected.txt: Added.
+ * fast/viewport/viewport-75.html: Added.
+ * fast/viewport/viewport-76-expected.txt: Added.
+ * fast/viewport/viewport-76.html: Added.
+ * fast/viewport/viewport-77-expected.txt: Added.
+ * fast/viewport/viewport-77.html: Added.
+ * fast/viewport/viewport-78-expected.txt: Added.
+ * fast/viewport/viewport-78.html: Added.
+ * fast/viewport/viewport-79-expected.txt: Added.
+ * fast/viewport/viewport-79.html: Added.
+ * fast/viewport/viewport-8-expected.txt: Added.
+ * fast/viewport/viewport-8.html: Added.
+ * fast/viewport/viewport-80-expected.txt: Added.
+ * fast/viewport/viewport-80.html: Added.
+ * fast/viewport/viewport-81-expected.txt: Added.
+ * fast/viewport/viewport-81.html: Added.
+ * fast/viewport/viewport-82.html: Added.
+ * fast/viewport/viewport-83-expected.txt: Added.
+ * fast/viewport/viewport-83.html: Added.
+ * fast/viewport/viewport-84.html: Added.
+ * fast/viewport/viewport-85-expected.txt: Added.
+ * fast/viewport/viewport-85.html: Added.
+ * fast/viewport/viewport-86-expected.txt: Added.
+ * fast/viewport/viewport-86.html: Added.
+ * fast/viewport/viewport-87.html: Added.
+ * fast/viewport/viewport-88-expected.txt: Added.
+ * fast/viewport/viewport-88.html: Added.
+ * fast/viewport/viewport-9-expected.txt: Added.
+ * fast/viewport/viewport-9.html: Added.
+ * fast/viewport/viewport-90-expected.txt: Added.
+ * fast/viewport/viewport-90.html: Added.
+ * platform/gtk/Skipped: Skip tests due to missing DRT support.
+ * platform/mac/Skipped: Skip tests due to missing DRT support.
+ * platform/win/Skipped: Skip tests due to missing DRT support.
+ * platform/qt/Skipped: Skip failing tests.
+
+2010-09-12 Maciej Stachowiak <mjs@apple.com>
+
+ Reviewed by Dan Bernstein.
+
+ Re-skip some layout tests that fail on the bots but not on my system
+ https://bugs.webkit.org/show_bug.cgi?id=45626
+
+ * platform/mac-wk2/Skipped:
+
+2010-09-13 Adam Barth <abarth@webkit.org>
+
+ Reviewed by Eric Seidel.
+
+ Apply spec changes to InForeignContentMode
+ https://bugs.webkit.org/show_bug.cgi?id=45636
+
+ Add some tests of breaking out of foreign content.
+
+ * html5lib/resources/webkit01.dat:
+
+2010-09-12 Adam Barth <abarth@webkit.org>
+
+ Reviewed by Eric Seidel.
+
+ Remove FIXME now that the HTML5 spec has been updated
+ https://bugs.webkit.org/show_bug.cgi?id=45634
+
+ Add tests recommended by Hixie.
+
+ * fast/parser/form-pointer-1-expected.txt: Added.
+ * fast/parser/form-pointer-1.html: Added.
+ * fast/parser/form-pointer-2-expected.txt: Added.
+ * fast/parser/form-pointer-2.html: Added.
+ * fast/parser/form-pointer-3-expected.txt: Added.
+ * fast/parser/form-pointer-3.html: Added.
+ * fast/parser/form-pointer-4-expected.txt: Added.
+ * fast/parser/form-pointer-4.html: Added.
+
+2010-09-12 Robin Qiu <robin.qiu@torchmobile.com.cn>
+
+ Reviewed by Antonio Gomes.
+
+ https://bugs.webkit.org/show_bug.cgi?id=18768
+ Fixed a bug in scroll flow. When we don't have scrollbars, we need to
+ repaintFixedElementsAfterScrolling(), sendScrollEvent() ... as well as
+ scrollContents();
+
+ * scrollbars/resources/scrollable-iframe.html: Added.
+ * scrollbars/scrollevent-iframe-no-scrolling-expected.txt: Added.
+ * scrollbars/scrollevent-iframe-no-scrolling-wheel-expected.txt: Added.
+ * scrollbars/scrollevent-iframe-no-scrolling-wheel.html: Added.
+ * scrollbars/scrollevent-iframe-no-scrolling.html: Added.
+
+2010-09-12 Adam Barth <abarth@webkit.org>
+
+ Revert mistaken changes to test baselines.
+
+ * platform/mac/http/tests/navigation/post-goback1-expected.txt:
+ * platform/mac/http/tests/navigation/postredirect-basic-expected.txt:
+ * platform/mac/http/tests/navigation/postredirect-frames-expected.txt:
+ * platform/mac/http/tests/navigation/postredirect-goback1-expected.txt:
+
+2010-09-10 MORITA Hajime <morrita@google.com>
+
+ Reviewed by Tony Chang.
+
+ [Chromium] Implement textInputController.hasSpellingMarker() for Chromium
+ https://bugs.webkit.org/show_bug.cgi?id=45441
+
+ Add an note for API readiness.
+
+ * platform/chromium/test_expectations.txt:
+
+2010-09-12 Dirk Pranke <dpranke@chromium.org>
+
+ Unreviewed, expectations change.
+
+ Think this is the last set.
+
+ * platform/chromium/test_expectations.txt:
+
+2010-09-12 Dirk Pranke <dpranke@chromium.org>
+
+ Unreviewed, expectations change.
+
+ Suppress some more failures so I can triage the WebKit roll
+ without the tree being red.
+
+ * platform/chromium/test_expectations.txt:
+
+2010-09-12 Dirk Pranke <dpranke@chromium.org>
+
+ Unreviewed, expectations change. Suppress some failures so I can
+ triage the WebKit roll without the tree being red.
+
+ * platform/chromium/test_expectations.txt:
+
+2010-09-12 Dirk Pranke <dpranke@chromium.org>
+
+ Unreviewed, expectations change. Fix a duplicate expectation and
+ remove some passing tests.
+
+ * platform/chromium/test_expectations.txt:
+
+2010-09-12 Adam Barth <abarth@webkit.org>
+
+ Reviewed by Eric Seidel.
+
+ Adoption agency should use takeAllChildrenFrom
+ https://bugs.webkit.org/show_bug.cgi?id=45570
+
+ More test cases.
+
+ * html5lib/resources/webkit01.dat:
+
+2010-09-12 Adam Barth <abarth@webkit.org>
+
+ Reviewed by Eric Seidel.
+
+ isParsingFragment assert hit in new treebuilder
+ https://bugs.webkit.org/show_bug.cgi?id=45621
+
+ Add new tests and (minor) test progression.
+
+ * html5lib/resources/webkit01.dat:
+ * html5lib/runner-expected.txt:
+
+2010-09-12 Robert Hogan <robert@webkit.org>
+
+ Reviewed by Andreas Kling.
+
+ [Qt] Fix http/tests/navigation/reload-subframe-object.html
+
+ Unskip http/tests/navigation/reload-subframe-object.html
+
+ https://bugs.webkit.org/show_bug.cgi?id=45613
+
+ * platform/qt/Skipped:
+
+2010-09-12 Maciej Stachowiak <mjs@apple.com>
+
+ Reviewed by James Robinson.
+
+ Remove some tests from the WebKit2 skipped list that are now passing
+ https://bugs.webkit.org/show_bug.cgi?id=45625
+
+ * platform/mac-wk2/Skipped:
+
+2010-09-12 Dirk Pranke <dpranke@chromium.org>
+
+ Unreviewed, expectations change.
+
+ * platform/chromium/test_expectations.txt:
+
+2010-09-12 Dirk Pranke <dpranke@chromium.org>
+
+ Unreviewed, expectations change.
+
+ * platform/chromium/test_expectations.txt:
+
+2010-09-12 James Robinson <jamesr@chromium.org>
+
+ Unreviewed, rolling out r67328.
+ http://trac.webkit.org/changeset/67328
+ https://bugs.webkit.org/show_bug.cgi?id=45610
+
+ Broke layout tests on mac and chromium.
+
+ * http/tests/navigation/post-basic-expected.txt: Removed.
+ * http/tests/navigation/post-basic.html:
+ * http/tests/navigation/post-frames-expected.txt: Removed.
+ * http/tests/navigation/post-frames.html:
+ * http/tests/navigation/resources/page-that-posts.html: Removed.
+ * http/tests/navigation/resources/postresult.pl:
+ * platform/chromium-linux/http/tests/navigation/post-basic-expected.checksum: Added.
+ * platform/chromium-linux/http/tests/navigation/post-basic-expected.png: Added.
+ * platform/chromium-linux/http/tests/navigation/post-frames-expected.checksum: Added.
+ * platform/chromium-linux/http/tests/navigation/post-frames-expected.png: Added.
+ * platform/chromium-win/http/tests/navigation/post-basic-expected.checksum: Added.
+ * platform/chromium-win/http/tests/navigation/post-basic-expected.png: Added.
+ * platform/chromium-win/http/tests/navigation/post-basic-expected.txt: Added.
+ * platform/chromium-win/http/tests/navigation/post-frames-expected.checksum: Added.
+ * platform/chromium-win/http/tests/navigation/post-frames-expected.png: Added.
+ * platform/chromium-win/http/tests/navigation/post-frames-expected.txt: Added.
+ * platform/chromium/test_expectations.txt:
+ * platform/mac/http/tests/navigation/post-basic-expected.checksum: Copied from LayoutTests/platform/mac/http/tests/navigation/post-goback1-expected.checksum.
+ * platform/mac/http/tests/navigation/post-basic-expected.png: Copied from LayoutTests/platform/mac/http/tests/navigation/post-goback1-expected.png.
+ * platform/mac/http/tests/navigation/post-basic-expected.txt: Added.
+ * platform/mac/http/tests/navigation/post-frames-expected.checksum: Added.
+ * platform/mac/http/tests/navigation/post-frames-expected.png: Added.
+ * platform/mac/http/tests/navigation/post-frames-expected.txt: Added.
+
+2010-09-12 Simon Hausmann <simon.hausmann@nokia.com>
+
+ Reviewed by Antonio Gomes.
+
+ [Qt] Rebase a bunch of tests after r67200.
+
+ * platform/qt/svg/zoom/text/zoom-hixie-mixed-008-expected.txt:
+ * platform/qt/svg/zoom/text/zoom-hixie-mixed-009-expected.txt:
+ * platform/qt/svg/zoom/text/zoom-hixie-rendering-model-004-expected.txt:
+ * platform/qt/svg/zoom/text/zoom-svg-float-border-padding-expected.txt:
+
+2010-09-12 Andreas Kling <andreas.kling@nokia.com>
+
+ Reviewed by Kenneth Rohde Christiansen.
+
+ [Qt] Remove Path::closeSubpath() workaround for broken miter joins
+ https://bugs.webkit.org/show_bug.cgi?id=45618
+
+ Skip fast/canvas/canvas-closePath-single-point.html - it can be unskipped again
+ once the bot is upgraded to Qt 4.7.1.
+
+ * platform/qt/Skipped:
+
+2010-09-12 Mihai Parparita <mihaip@chromium.org>
+
+ Reviewed by Dimitri Glazkov.
+
+ post-basic.html and post-frames.html in http/tests/navigation should not be pixel tests
+ https://bugs.webkit.org/show_bug.cgi?id=45610
+
+ post-basic.html and post-frames.html would be a lot simpler if
+ they weren't pixel tests (post-frames.html doesn't even have the right
+ expectations for Chromium/Mac). Since all they test is that form
+ POSTs are handled correctly, they can just use dumpAsText.
+
+ * http/tests/navigation/post-basic-expected.txt: Added.
+ * http/tests/navigation/post-basic.html:
+ * http/tests/navigation/post-frames-expected.txt: Added.
+ * http/tests/navigation/post-frames.html:
+ * http/tests/navigation/resources/page-that-posts.html: Added.
+ * http/tests/navigation/resources/postresult.pl:
+ * platform/chromium-linux/http/tests/navigation/post-basic-expected.checksum: Removed.
+ * platform/chromium-linux/http/tests/navigation/post-basic-expected.png: Removed.
+ * platform/chromium-linux/http/tests/navigation/post-frames-expected.checksum: Removed.
+ * platform/chromium-linux/http/tests/navigation/post-frames-expected.png: Removed.
+ * platform/chromium-win/http/tests/navigation/post-basic-expected.checksum: Removed.
+ * platform/chromium-win/http/tests/navigation/post-basic-expected.png: Removed.
+ * platform/chromium-win/http/tests/navigation/post-basic-expected.txt: Removed.
+ * platform/chromium-win/http/tests/navigation/post-frames-expected.checksum: Removed.
+ * platform/chromium-win/http/tests/navigation/post-frames-expected.png: Removed.
+ * platform/chromium-win/http/tests/navigation/post-frames-expected.txt: Removed.
+ * platform/chromium/test_expectations.txt:
+ * platform/mac/http/tests/navigation/post-basic-expected.checksum: Removed.
+ * platform/mac/http/tests/navigation/post-basic-expected.png: Removed.
+ * platform/mac/http/tests/navigation/post-basic-expected.txt: Removed.
+ * platform/mac/http/tests/navigation/post-frames-expected.checksum: Removed.
+ * platform/mac/http/tests/navigation/post-frames-expected.png: Removed.
+ * platform/mac/http/tests/navigation/post-frames-expected.txt: Removed.
+
+2010-09-11 Maciej Stachowiak <mjs@apple.com>
+
+ Reviewed by Adam Barth.
+
+ Animations don't seem to run in multiple WebKit2 animation tests
+ https://bugs.webkit.org/show_bug.cgi?id=42137
+
+ * platform/mac-wk2/Skipped:
+ These tests no longer fail, so simply unskip them.
+
+2010-09-11 Maciej Stachowiak <mjs@apple.com>
+
+ Reviewed by Sam Weinig.
+
+ Remove nonexistent test from skipped list
+ https://bugs.webkit.org/show_bug.cgi?id=45608
+
+ * platform/mac-wk2/Skipped:
+
+2010-09-11 Maciej Stachowiak <mjs@apple.com>
+
+ Reviewed by Sam Weinig.
+
+ Skip some new tests that depend on APIs missing from WebKitTestRunner
+ https://bugs.webkit.org/show_bug.cgi?id=45607
+
+ * platform/mac-wk2/Skipped:
+
+2010-09-11 Martin Robinson <mrobinson@igalia.com>
+
+ Add a platform-specific result after r67281.
+
+ * platform/gtk/fast/dynamic/first-letter-display-change-expected.txt: Added.
+
+2010-09-10 Eric Seidel <eric@webkit.org>
+
+ Reviewed by Adam Barth.
+
+ chromium fast/dom/replaceChild.html regression by r67182
+ https://bugs.webkit.org/show_bug.cgi?id=45527
+
+ Turns out this is a progression! Our new images
+ match minefield (and sanity). The old image had a
+ border drawn which should have been removed when the
+ iframe was replaced.
+
+ Other platforms may need to update their results as well.
+
+ * platform/mac/fast/dom/replaceChild-expected.checksum:
+ * platform/mac/fast/dom/replaceChild-expected.png:
+
+2010-09-11 Robert Hogan <robert@webkit.org>
+
+ Unreviewed, unskip passing test.
+
+ Test fixed by http://trac.webkit.org/changeset/56511
+
+ See https://bugs.webkit.org/show_bug.cgi?id=36492
+
+ * platform/qt/Skipped:
+
2010-09-11 Mihai Parparita <mihaip@chromium.org>
+ Reviewed by Tony Chang.
+
+ Implement layoutTestController.dumpResourceResponseMIMETypes in Chromium DRT
+ https://bugs.webkit.org/show_bug.cgi?id=45479
+
+ Remove tests from Chromium expectations that now pass. Add
+ Chromium/Linux expectations for the script test, since it reports a
+ different MIME type (application/javascript vs.
+ application/x-javascript).
+
+ * platform/chromium-linux/fast/dom/HTMLLinkElement/prefetch-expected.txt: Removed.
+ * platform/chromium-linux/fast/preloader/script-expected.txt: Added.
+ * platform/chromium-mac/fast/dom/HTMLLinkElement/prefetch-expected.txt: Removed.
+ * platform/chromium/test_expectations.txt:
+
+2010-09-11 Tony Chang <tony@chromium.org>
+
+ Reviewed by Kent Tamura.
+
+ [chromium] remove passing test svg/custom/transform-ignore-after-invalid.svg
+ https://bugs.webkit.org/show_bug.cgi?id=45579
+
+ * platform/chromium/test_expectations.txt:
+
+2010-09-11 Mihai Parparita <mihaip@chromium.org>
+
Reviewed by Adam Barth.
URIs in styles created via innerHTML are not resolved against the document's base URI
« no previous file with comments | « no previous file | LayoutTests/fast/parser/x-frame-options-detached-document-crash.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698