blob: ea57efa0a732cc7090356e0c5dd33e60f49f1b96 [file] [log] [blame]
2011-03-03 Gavin Barraclough <barraclough@apple.com>
Reviewed by Sam Weinig.
Bug 55736 - Implement seal/freeze/preventExtensions for normal object types.
Provide basic functionallity from section 15.2.4 of ECMA-262.
This support will need expanding to cover arrays, too.
Update results - many more tests PASS.
Also adds a new testcase.
* fast/js/Object-getOwnPropertyNames-expected.txt:
* fast/js/script-tests/Object-getOwnPropertyNames.js:
* ietestcenter/Javascript/15.2.3.10-0-1-expected.txt:
* ietestcenter/Javascript/15.2.3.10-0-2-expected.txt:
* ietestcenter/Javascript/15.2.3.10-1-expected.txt:
* ietestcenter/Javascript/15.2.3.10-2-expected.txt:
* ietestcenter/Javascript/15.2.3.11-0-1-expected.txt:
* ietestcenter/Javascript/15.2.3.11-0-2-expected.txt:
* ietestcenter/Javascript/15.2.3.11-1-expected.txt:
* ietestcenter/Javascript/15.2.3.11-4-1-expected.txt:
* ietestcenter/Javascript/15.2.3.11-4-10-expected.txt:
* ietestcenter/Javascript/15.2.3.11-4-11-expected.txt:
* ietestcenter/Javascript/15.2.3.11-4-12-expected.txt:
* ietestcenter/Javascript/15.2.3.11-4-13-expected.txt:
* ietestcenter/Javascript/15.2.3.11-4-14-expected.txt:
* ietestcenter/Javascript/15.2.3.11-4-15-expected.txt:
* ietestcenter/Javascript/15.2.3.11-4-16-expected.txt:
* ietestcenter/Javascript/15.2.3.11-4-17-expected.txt:
* ietestcenter/Javascript/15.2.3.11-4-18-expected.txt:
* ietestcenter/Javascript/15.2.3.11-4-19-expected.txt:
* ietestcenter/Javascript/15.2.3.11-4-2-expected.txt:
* ietestcenter/Javascript/15.2.3.11-4-20-expected.txt:
* ietestcenter/Javascript/15.2.3.11-4-21-expected.txt:
* ietestcenter/Javascript/15.2.3.11-4-22-expected.txt:
* ietestcenter/Javascript/15.2.3.11-4-23-expected.txt:
* ietestcenter/Javascript/15.2.3.11-4-24-expected.txt:
* ietestcenter/Javascript/15.2.3.11-4-25-expected.txt:
* ietestcenter/Javascript/15.2.3.11-4-26-expected.txt:
* ietestcenter/Javascript/15.2.3.11-4-27-expected.txt:
* ietestcenter/Javascript/15.2.3.11-4-3-expected.txt:
* ietestcenter/Javascript/15.2.3.11-4-4-expected.txt:
* ietestcenter/Javascript/15.2.3.11-4-5-expected.txt:
* ietestcenter/Javascript/15.2.3.11-4-6-expected.txt:
* ietestcenter/Javascript/15.2.3.11-4-7-expected.txt:
* ietestcenter/Javascript/15.2.3.11-4-8-expected.txt:
* ietestcenter/Javascript/15.2.3.11-4-9-expected.txt:
* ietestcenter/Javascript/15.2.3.12-0-1-expected.txt:
* ietestcenter/Javascript/15.2.3.12-0-2-expected.txt:
* ietestcenter/Javascript/15.2.3.12-1-expected.txt:
* ietestcenter/Javascript/15.2.3.12-3-1-expected.txt:
* ietestcenter/Javascript/15.2.3.12-3-10-expected.txt:
* ietestcenter/Javascript/15.2.3.12-3-11-expected.txt:
* ietestcenter/Javascript/15.2.3.12-3-12-expected.txt:
* ietestcenter/Javascript/15.2.3.12-3-13-expected.txt:
* ietestcenter/Javascript/15.2.3.12-3-14-expected.txt:
* ietestcenter/Javascript/15.2.3.12-3-15-expected.txt:
* ietestcenter/Javascript/15.2.3.12-3-16-expected.txt:
* ietestcenter/Javascript/15.2.3.12-3-17-expected.txt:
* ietestcenter/Javascript/15.2.3.12-3-18-expected.txt:
* ietestcenter/Javascript/15.2.3.12-3-19-expected.txt:
* ietestcenter/Javascript/15.2.3.12-3-2-expected.txt:
* ietestcenter/Javascript/15.2.3.12-3-20-expected.txt:
* ietestcenter/Javascript/15.2.3.12-3-21-expected.txt:
* ietestcenter/Javascript/15.2.3.12-3-22-expected.txt:
* ietestcenter/Javascript/15.2.3.12-3-23-expected.txt:
* ietestcenter/Javascript/15.2.3.12-3-24-expected.txt:
* ietestcenter/Javascript/15.2.3.12-3-25-expected.txt:
* ietestcenter/Javascript/15.2.3.12-3-26-expected.txt:
* ietestcenter/Javascript/15.2.3.12-3-27-expected.txt:
* ietestcenter/Javascript/15.2.3.12-3-3-expected.txt:
* ietestcenter/Javascript/15.2.3.12-3-4-expected.txt:
* ietestcenter/Javascript/15.2.3.12-3-5-expected.txt:
* ietestcenter/Javascript/15.2.3.12-3-6-expected.txt:
* ietestcenter/Javascript/15.2.3.12-3-7-expected.txt:
* ietestcenter/Javascript/15.2.3.12-3-8-expected.txt:
* ietestcenter/Javascript/15.2.3.12-3-9-expected.txt:
* ietestcenter/Javascript/15.2.3.13-0-1-expected.txt:
* ietestcenter/Javascript/15.2.3.13-0-2-expected.txt:
* ietestcenter/Javascript/15.2.3.13-0-3-expected.txt:
* ietestcenter/Javascript/15.2.3.13-1-expected.txt:
* ietestcenter/Javascript/15.2.3.13-2-1-expected.txt:
* ietestcenter/Javascript/15.2.3.13-2-10-expected.txt:
* ietestcenter/Javascript/15.2.3.13-2-11-expected.txt:
* ietestcenter/Javascript/15.2.3.13-2-12-expected.txt:
* ietestcenter/Javascript/15.2.3.13-2-13-expected.txt:
* ietestcenter/Javascript/15.2.3.13-2-14-expected.txt:
* ietestcenter/Javascript/15.2.3.13-2-15-expected.txt:
* ietestcenter/Javascript/15.2.3.13-2-16-expected.txt:
* ietestcenter/Javascript/15.2.3.13-2-17-expected.txt:
* ietestcenter/Javascript/15.2.3.13-2-18-expected.txt:
* ietestcenter/Javascript/15.2.3.13-2-19-expected.txt:
* ietestcenter/Javascript/15.2.3.13-2-2-expected.txt:
* ietestcenter/Javascript/15.2.3.13-2-20-expected.txt:
* ietestcenter/Javascript/15.2.3.13-2-21-expected.txt:
* ietestcenter/Javascript/15.2.3.13-2-3-expected.txt:
* ietestcenter/Javascript/15.2.3.13-2-4-expected.txt:
* ietestcenter/Javascript/15.2.3.13-2-5-expected.txt:
* ietestcenter/Javascript/15.2.3.13-2-6-expected.txt:
* ietestcenter/Javascript/15.2.3.13-2-7-expected.txt:
* ietestcenter/Javascript/15.2.3.13-2-8-expected.txt:
* ietestcenter/Javascript/15.2.3.13-2-9-expected.txt:
* ietestcenter/Javascript/15.2.3.14-2-4-expected.txt:
* ietestcenter/Javascript/15.2.3.14-2-5-expected.txt:
* ietestcenter/Javascript/15.2.3.14-2-6-expected.txt:
* ietestcenter/Javascript/15.2.3.3-4-20-expected.txt:
* ietestcenter/Javascript/15.2.3.3-4-21-expected.txt:
* ietestcenter/Javascript/15.2.3.3-4-22-expected.txt:
* ietestcenter/Javascript/15.2.3.3-4-23-expected.txt:
* ietestcenter/Javascript/15.2.3.3-4-24-expected.txt:
* ietestcenter/Javascript/15.2.3.3-4-25-expected.txt:
* ietestcenter/Javascript/15.2.3.4-4-2-expected.txt:
* ietestcenter/Javascript/15.2.3.6-4-1-expected.txt:
* ietestcenter/Javascript/15.2.3.8-0-1-expected.txt:
* ietestcenter/Javascript/15.2.3.8-0-2-expected.txt:
* ietestcenter/Javascript/15.2.3.8-1-expected.txt:
* ietestcenter/Javascript/15.2.3.9-0-1-expected.txt:
* ietestcenter/Javascript/15.2.3.9-0-2-expected.txt:
* ietestcenter/Javascript/15.2.3.9-1-expected.txt:
2011-03-04 Pavel Feldman <pfeldman@chromium.org>
Not reviewed: follow up to 80355, fixing Qt tests.
* http/tests/inspector/inspector-test.js:
2011-03-04 Mihai Parparita <mihaip@chromium.org>
Unreviewed Chromium Snow Leopard rebaseline.
Rebaseline fast/blockflow.
* platform/chromium-mac-leopard/fast/blockflow/english-lr-text-expected.checksum: Copied from LayoutTests/platform/chromium-mac/fast/blockflow/english-lr-text-expected.checksum.
* platform/chromium-mac-leopard/fast/blockflow/english-lr-text-expected.png: Added.
* platform/chromium-mac-leopard/fast/blockflow/japanese-rl-text-with-broken-font-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/blockflow/japanese-rl-text-with-broken-font-expected.png: Added.
* 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/blockflow/border-vertical-lr-expected.checksum:
* platform/chromium-mac/fast/blockflow/border-vertical-lr-expected.png:
* platform/chromium-mac/fast/blockflow/english-lr-text-expected.checksum:
* platform/chromium-mac/fast/blockflow/english-lr-text-expected.png: Added.
* platform/chromium-mac/fast/blockflow/japanese-lr-selection-expected.checksum:
* platform/chromium-mac/fast/blockflow/japanese-lr-selection-expected.png:
* platform/chromium-mac/fast/blockflow/japanese-lr-text-expected.checksum:
* platform/chromium-mac/fast/blockflow/japanese-lr-text-expected.png:
* platform/chromium-mac/fast/blockflow/japanese-rl-selection-expected.checksum:
* platform/chromium-mac/fast/blockflow/japanese-rl-selection-expected.png:
* platform/chromium-mac/fast/blockflow/japanese-rl-text-expected.checksum:
* platform/chromium-mac/fast/blockflow/japanese-rl-text-expected.png: Added.
* platform/chromium-mac/fast/blockflow/japanese-rl-text-with-broken-font-expected.checksum: Added.
* platform/chromium-mac/fast/blockflow/japanese-rl-text-with-broken-font-expected.png: Added.
* platform/chromium-mac/fast/blockflow/vertical-align-table-baseline-expected.checksum:
* platform/chromium-mac/fast/blockflow/vertical-align-table-baseline-expected.png:
* platform/chromium/test_expectations.txt:
2011-03-03 Matthew Delaney <mdelaney@apple.com>
Reviewed by Darin Adler.
Incorrect location for expected result for 2d.line.cap.closed.html
https://bugs.webkit.org/show_bug.cgi?id=55637
* platform/mac-snowleopard/canvas/philip/tests/2d.line.cap.closed-expected.txt: Copied from LayoutTests/platform/mac/canvas/philip/tests/2d.line.cap.closed-expected.txt.
* platform/mac/canvas/philip/tests/2d.line.cap.closed-expected.txt: Removed.
2011-03-04 Mihai Parparita <mihaip@chromium.org>
Unreviewed Chromium expectations update.
Add one expected failure for Snow Leopard, make other failure lines
more specific (since the tests pass on SL) and remove some flaky test
entries for tests that are no longer flaky.
* platform/chromium/test_expectations.txt:
2011-03-04 Tony Gentilcore <tonyg@chromium.org>
Unreviewed expectations update.
[chromium] Rebaseline to match r80351
https://bugs.webkit.org/show_bug.cgi?id=55783
* platform/chromium/inspector/timeline/timeline-network-resource-expected.txt:
2011-03-04 Jessie Berlin <jberlin@apple.com>
[Windows 7 WebKit2 Release Tests] fast/frames/iframe-plugin-load-remove-document-crash.html
and platform/win/plugins/get-value-netscape-window.html crashing.
https://bugs.webkit.org/show_bug.cgi?id=55778
https://bugs.webkit.org/show_bug.cgi?id=55780
Unreviewed. Add these tests to the Windows WebKit2 Skipped list to get the bots green.
* platform/win-wk2/Skipped:
2011-03-04 Philippe Normand <pnormand@igalia.com>
Reviewed by Martin Robinson.
[GTK] media/audio-repaint.html times out
https://bugs.webkit.org/show_bug.cgi?id=55761
* media/audio-repaint.html: Register the seeked event listener
before performing the seek and thus avoid a timeout of the test.
2011-03-04 Pavel Podivilov <podivilov@chromium.org>
Reviewed by Yury Semikhatsky.
Web Inspector: extract all code that depends on source mapping from SourceFrame.
https://bugs.webkit.org/show_bug.cgi?id=55464
* http/tests/inspector/debugger-test.js:
(initialize_DebuggerTest):
* inspector/debugger/debug-inlined-scripts.html:
* inspector/debugger/debugger-breakpoints-not-activated-on-reload.html:
* inspector/debugger/debugger-pause-on-breakpoint.html:
* inspector/debugger/source-frame.html:
2011-03-04 Andrey Kosyakov <caseq@chromium.org>
Reviewed by Pavel Feldman.
Use internal ids for resources in extension server.
Log errors in inspector tests.
Web Inspector: [Extensions API] maintain own, unique & persistent identifiers for resources
https://bugs.webkit.org/show_bug.cgi?id=55686
* http/tests/inspector/inspector-test.js:
(initialize_InspectorTest.consoleOutputHook):
2011-03-04 Pavel Feldman <pfeldman@chromium.org>
Not reviewed: fix inspector test flake.
* inspector/timeline/timeline-network-resource-expected.txt:
* inspector/timeline/timeline-network-resource.html:
2011-03-04 Ilya Tikhonovsky <loislo@chromium.org>
Reviewed by Yury Semikhatsky.
Web Inspector: rename RuntimeAgent's function from releaseWrapperObjectGroup to releaseObjectGroup.
https://bugs.webkit.org/show_bug.cgi?id=55773
* inspector/protocol/runtime-agent-expected.txt:
* inspector/protocol/runtime-agent.html:
2011-03-04 Ilya Tikhonovsky <loislo@chromium.org>
Reviewed by Yury Semikhatsky.
Web Inspector: Remove unnecessary domain and success flags from the response messages.
https://bugs.webkit.org/show_bug.cgi?id=55768
We have domain property in the response messages but it is not used because we dispatch
the responses on the callback associated with seq.
If we have property 'errors' in the response then success eq false and true in the other case.
* inspector/protocol/runtime-agent-expected.txt:
* inspector/report-protocol-errors-expected.txt:
2011-03-04 Csaba Osztrogonác <ossy@webkit.org>
Unreviewed.
[Qt] Two http auth tests fail with Qt 4.7.2
https://bugs.webkit.org/show_bug.cgi?id=55767
Add failing tests to the Skipped list to make buildbot happy.
* platform/qt/Skipped: Add http/tests/appcache/auth.html and http/tests/xmlhttprequest/basic-auth.html.
2011-03-03 Ilya Tikhonovsky <loislo@chromium.org>
Reviewed by Yury Semikhatsky.
Web Inspector: introduce a protocol test for RuntimeAgent API.
https://bugs.webkit.org/show_bug.cgi?id=55482
* http/tests/inspector/protocol-test.js: Added.
(initialize_ProtocolTest.InspectorTest.filterProps):
(initialize_ProtocolTest.InspectorTest._dumpStepResult):
(initialize_ProtocolTest.InspectorTest._runNextStep):
(initialize_ProtocolTest.InspectorTest.runProtocolTestSuite):
(initialize_ProtocolTest):
* inspector/protocol/runtime-agent-expected.txt: Added.
* inspector/protocol/runtime-agent.html: Added.
2011-03-03 Pavel Feldman <pfeldman@chromium.org>
Reviewed by Yury Semikhatsky.
Web Inspector: do not push document into front-end, make it request one.
https://bugs.webkit.org/show_bug.cgi?id=55664
* http/tests/inspector/debugger-test.js:
(initialize_DebuggerTest.):
(initialize_DebuggerTest):
* http/tests/inspector/elements-test.js:
(initialize_ElementTest.InspectorTest.nodeWithId.documentRequested):
(initialize_ElementTest.InspectorTest.nodeWithId):
(initialize_ElementTest.InspectorTest.dumpDOMAgentTree):
(initialize_ElementTest):
* inspector/console/command-line-api-inspect.html:
* inspector/elements/dom-agent-query-selector.html:
* inspector/elements/mutate-unknown-node.html:
* inspector/styles/styles-new-API.html:
2011-03-03 Adam Klein <adamk@chromium.org>
Reviewed by David Levin.
Correct EntrySync.toURI test expectations to get the test passing under Chromium.
https://bugs.webkit.org/show_bug.cgi?id=55724
* fast/filesystem/workers/file-entry-to-uri-sync-expected.txt:
2011-03-02 Ojan Vafai <ojan@chromium.org>
Reviewed by Darin Adler.
crash in adoptNode with mutation events
https://bugs.webkit.org/show_bug.cgi?id=50046
* fast/dom/adopt-node-crash.html:
2011-03-03 Andy Estes <aestes@apple.com>
Reviewed by Adam Barth.
Assertion failure in toElement(WebCore::Node*)
https://bugs.webkit.org/show_bug.cgi?id=55697
* fast/parser/fragment-foreign-content-expected.txt: Added.
* fast/parser/fragment-foreign-content.html: Added.
2011-03-03 Mahesh Kulkarni <mahesh.kulkarni@nokia.com>
Reviewed by Kenneth Rohde Christiansen.
[QT] Implement mock client-based geolocation for layout testing
https://bugs.webkit.org/show_bug.cgi?id=54334
Re-enable geolocation layout testing for qt port. Also enable a long pending
failure with geolocation as it works with client-based geolocation.
Skipped one last case related to multiple window which needs some code cleanup in qt DRT.
* platform/qt/Skipped:
2011-03-03 Fumitoshi Ukai <ukai@chromium.org>
Unreviewed, update chromium test expectations.
Update GPU media/media-document-audio-repaint.html
http://test-results.appspot.com/dashboards/flakiness_dashboard.html#group=%40ToT%20GPU%20Mesa%20-%20chromium.org&tests=media%2Fmedia-document-audio-repaint.html
* platform/chromium/test_expectations.txt:
2011-03-03 Jeremy Moskovich <jeremy@chromium.org>
Reviewed by Dimitri Glazkov.
Annotate bidi tests which we intentionally fail.
https://bugs.webkit.org/show_bug.cgi?id=48522
Add a readme file in fast/text/international detailing
a bunch of tests that we intentionally fail. This
mimics a similar file in fast/block/positioning/.
* fast/text/international/readme.txt: Added.
2011-03-03 David Levin <levin@chromium.org>
Reviewed by Darin Adler.
Need web worker referer layout test for xhr requests.
https://bugs.webkit.org/show_bug.cgi?id=55590
Verify that the referrer is set for sync and async XHR requests
from both workers and shared workers.
* http/tests/xmlhttprequest/workers/referer-expected.txt: Added.
* http/tests/xmlhttprequest/workers/referer.html: Added.
* http/tests/xmlhttprequest/workers/resources/referer-test.js: Added.
* http/tests/xmlhttprequest/workers/resources/referer.js: Added.
* http/tests/xmlhttprequest/workers/shared-worker-referer-expected.txt: Added.
* http/tests/xmlhttprequest/workers/shared-worker-referer.html: Added.
2011-03-02 Jeremy Orlow <jorlow@chromium.org>
Reviewed by Steve Block.
Cursor.continue with a key param should test less than, not equal to
https://bugs.webkit.org/show_bug.cgi?id=55640
* storage/indexeddb/cursor-continue-expected.txt: Added.
* storage/indexeddb/cursor-continue.html: Added.
2011-03-03 Mihai Parparita <mihaip@chromium.org>
Unreviewed Chromium Snow Leopard expectations update.
Fix a couple more media/ expectations.
* platform/chromium/test_expectations.txt:
2011-03-03 Mihai Parparita <mihaip@chromium.org>
Unreviewed Chromium Snow Leopard expectations update.
Add another media/ crash.
* platform/chromium/test_expectations.txt:
2011-03-03 Mihai Parparita <mihaip@chromium.org>
Unreviewed Chromium Snow Leopard rebaseline.
Rebaseline tables/mozilla/bugs/ tests for Snow Leopard. The current
expectations were just checksums, I also added their corresponding PNGs.
We can't use the mac/ baselines since we scale the images differently
(most likely due to CG i386 vs. x86_64 differences, see bug 52335).
* platform/chromium-mac-leopard/tables/mozilla/bugs/bug101674-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug101674-expected.checksum.
* platform/chromium-mac-leopard/tables/mozilla/bugs/bug101674-expected.png: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug101674-expected.png.
* platform/chromium-mac-leopard/tables/mozilla/bugs/bug10565-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug10565-expected.checksum.
* platform/chromium-mac-leopard/tables/mozilla/bugs/bug10565-expected.png: Added.
* platform/chromium-mac-leopard/tables/mozilla/bugs/bug11026-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug11026-expected.checksum.
* platform/chromium-mac-leopard/tables/mozilla/bugs/bug11026-expected.png: Added.
* platform/chromium-mac-leopard/tables/mozilla/bugs/bug12908-1-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug12908-1-expected.checksum.
* platform/chromium-mac-leopard/tables/mozilla/bugs/bug12908-1-expected.png: Added.
* platform/chromium-mac-leopard/tables/mozilla/bugs/bug12910-2-expected.png: Added.
* platform/chromium-mac-leopard/tables/mozilla/bugs/bug1296-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug1296-expected.checksum.
* platform/chromium-mac-leopard/tables/mozilla/bugs/bug1296-expected.png: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug1296-expected.png.
* platform/chromium-mac-leopard/tables/mozilla/bugs/bug1430-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug1430-expected.checksum.
* platform/chromium-mac-leopard/tables/mozilla/bugs/bug1430-expected.png: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug1430-expected.png.
* platform/chromium-mac-leopard/tables/mozilla/bugs/bug14929-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug14929-expected.checksum.
* platform/chromium-mac-leopard/tables/mozilla/bugs/bug14929-expected.png: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug14929-expected.png.
* platform/chromium-mac-leopard/tables/mozilla/bugs/bug15544-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug15544-expected.checksum.
* platform/chromium-mac-leopard/tables/mozilla/bugs/bug15544-expected.png: Added.
* platform/chromium-mac-leopard/tables/mozilla/bugs/bug17138-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug17138-expected.checksum.
* platform/chromium-mac-leopard/tables/mozilla/bugs/bug17138-expected.png: Added.
* platform/chromium-mac-leopard/tables/mozilla/bugs/bug2981-2-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug2981-2-expected.checksum.
* platform/chromium-mac-leopard/tables/mozilla/bugs/bug2981-2-expected.png: Added.
* platform/chromium-mac-leopard/tables/mozilla/bugs/bug4093-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug4093-expected.checksum.
* platform/chromium-mac-leopard/tables/mozilla/bugs/bug4093-expected.png: Added.
* platform/chromium-mac-leopard/tables/mozilla/bugs/bug4284-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug4284-expected.checksum.
* platform/chromium-mac-leopard/tables/mozilla/bugs/bug4284-expected.png: Added.
* platform/chromium-mac-leopard/tables/mozilla/bugs/bug4427-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug4427-expected.checksum.
* platform/chromium-mac-leopard/tables/mozilla/bugs/bug4427-expected.png: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug4427-expected.png.
* platform/chromium-mac-leopard/tables/mozilla/bugs/bug4523-expected.png: Added.
* platform/chromium-mac-leopard/tables/mozilla/bugs/bug56563-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug56563-expected.checksum.
* platform/chromium-mac-leopard/tables/mozilla/bugs/bug56563-expected.png: Added.
* platform/chromium-mac-leopard/tables/mozilla/bugs/bug5797-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug5797-expected.checksum.
* platform/chromium-mac-leopard/tables/mozilla/bugs/bug5797-expected.png: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug5797-expected.png.
* platform/chromium-mac-leopard/tables/mozilla/bugs/bug625-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug625-expected.checksum.
* platform/chromium-mac-leopard/tables/mozilla/bugs/bug625-expected.png: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug625-expected.png.
* platform/chromium-mac-leopard/tables/mozilla/bugs/bug6404-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug6404-expected.checksum.
* platform/chromium-mac-leopard/tables/mozilla/bugs/bug6404-expected.png: Added.
* platform/chromium-mac-leopard/tables/mozilla/bugs/bug86708-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug86708-expected.checksum.
* platform/chromium-mac-leopard/tables/mozilla/bugs/bug86708-expected.png: Added.
* platform/chromium-mac-leopard/tables/mozilla/bugs/bug97383-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug97383-expected.checksum.
* platform/chromium-mac-leopard/tables/mozilla/bugs/bug97383-expected.png: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug97383-expected.png.
* platform/chromium-mac/tables/mozilla/bugs/bug101674-expected.checksum:
* platform/chromium-mac/tables/mozilla/bugs/bug101674-expected.png:
* platform/chromium-mac/tables/mozilla/bugs/bug10565-expected.checksum:
* platform/chromium-mac/tables/mozilla/bugs/bug10565-expected.png: Added.
* platform/chromium-mac/tables/mozilla/bugs/bug11026-expected.checksum:
* platform/chromium-mac/tables/mozilla/bugs/bug11026-expected.png: Added.
* platform/chromium-mac/tables/mozilla/bugs/bug1188-expected.checksum:
* platform/chromium-mac/tables/mozilla/bugs/bug1188-expected.png: Added.
* platform/chromium-mac/tables/mozilla/bugs/bug12908-1-expected.checksum:
* platform/chromium-mac/tables/mozilla/bugs/bug12908-1-expected.png: Added.
* platform/chromium-mac/tables/mozilla/bugs/bug1296-expected.checksum:
* platform/chromium-mac/tables/mozilla/bugs/bug1296-expected.png:
* platform/chromium-mac/tables/mozilla/bugs/bug1318-expected.checksum:
* platform/chromium-mac/tables/mozilla/bugs/bug1318-expected.png: Added.
* platform/chromium-mac/tables/mozilla/bugs/bug1430-expected.checksum:
* platform/chromium-mac/tables/mozilla/bugs/bug1430-expected.png:
* platform/chromium-mac/tables/mozilla/bugs/bug14929-expected.checksum:
* platform/chromium-mac/tables/mozilla/bugs/bug14929-expected.png:
* platform/chromium-mac/tables/mozilla/bugs/bug15544-expected.checksum:
* platform/chromium-mac/tables/mozilla/bugs/bug15544-expected.png: Added.
* platform/chromium-mac/tables/mozilla/bugs/bug17138-expected.checksum:
* platform/chromium-mac/tables/mozilla/bugs/bug17138-expected.png: Added.
* platform/chromium-mac/tables/mozilla/bugs/bug2981-2-expected.checksum:
* platform/chromium-mac/tables/mozilla/bugs/bug2981-2-expected.png: Added.
* platform/chromium-mac/tables/mozilla/bugs/bug4093-expected.checksum:
* platform/chromium-mac/tables/mozilla/bugs/bug4093-expected.png: Added.
* platform/chromium-mac/tables/mozilla/bugs/bug4284-expected.checksum:
* platform/chromium-mac/tables/mozilla/bugs/bug4284-expected.png: Added.
* platform/chromium-mac/tables/mozilla/bugs/bug4427-expected.checksum:
* platform/chromium-mac/tables/mozilla/bugs/bug4427-expected.png:
* platform/chromium-mac/tables/mozilla/bugs/bug4527-expected.checksum:
* platform/chromium-mac/tables/mozilla/bugs/bug4527-expected.png: Added.
* platform/chromium-mac/tables/mozilla/bugs/bug56563-expected.checksum:
* platform/chromium-mac/tables/mozilla/bugs/bug56563-expected.png: Added.
* platform/chromium-mac/tables/mozilla/bugs/bug5797-expected.checksum:
* platform/chromium-mac/tables/mozilla/bugs/bug5797-expected.png:
* platform/chromium-mac/tables/mozilla/bugs/bug625-expected.checksum:
* platform/chromium-mac/tables/mozilla/bugs/bug625-expected.png:
* platform/chromium-mac/tables/mozilla/bugs/bug6404-expected.checksum:
* platform/chromium-mac/tables/mozilla/bugs/bug6404-expected.png: Added.
* platform/chromium-mac/tables/mozilla/bugs/bug86708-expected.checksum:
* platform/chromium-mac/tables/mozilla/bugs/bug86708-expected.png: Added.
* platform/chromium-mac/tables/mozilla/bugs/bug97383-expected.checksum:
* platform/chromium-mac/tables/mozilla/bugs/bug97383-expected.png:
* platform/chromium/test_expectations.txt:
2011-03-03 Dan Bernstein <mitz@apple.com>
Reviewed by Sam Weinig.
Rename -webkit-hyphenate-locale to -webkit-locale
https://bugs.webkit.org/show_bug.cgi?id=55709
* fast/text/hyphenate-character.html:
* fast/text/hyphenate-first-word.html:
* fast/text/hyphenate-locale.html:
* fast/text/hyphens.html:
2011-03-03 Mihai Parparita <mihaip@chromium.org>
Unreviewed Chromium expectations update.
Two tests crash on Snow Leopard on the GPU path.
* platform/chromium/test_expectations.txt:
2011-03-03 Sheriff Bot <webkit.review.bot@gmail.com>
Unreviewed, rolling out r80272.
http://trac.webkit.org/changeset/80272
https://bugs.webkit.org/show_bug.cgi?id=55700
the test are flaky (Requested by loislo_ on #webkit).
* http/tests/inspector/inspector-test.js:
(initialize_InspectorTest.InspectorTest.addObject):
* http/tests/inspector/protocol-test.js: Removed.
* inspector/protocol/runtime-agent-expected.txt: Removed.
* inspector/protocol/runtime-agent.html: Removed.
2011-03-03 Ilya Tikhonovsky <loislo@chromium.org>
Reviewed by Yury Semikhatsky.
Web Inspector: introduce a protocol test for RuntimeAgent API.
https://bugs.webkit.org/show_bug.cgi?id=55482
* http/tests/inspector/protocol-test.js: Added.
(initialize_ProtocolTest.InspectorTest.filterProps):
(initialize_ProtocolTest.InspectorTest._dumpStepResult):
(initialize_ProtocolTest.InspectorTest._runNextStep):
(initialize_ProtocolTest.InspectorTest.runProtocolTestSuite):
(initialize_ProtocolTest):
* inspector/protocol/runtime-agent-expected.txt: Added.
* inspector/protocol/runtime-agent.html: Added.
2011-03-03 Kenji Imasaki <imasaki@chromium.org>
Reviewed by Mihai Parparita.
[Chromium] Snow Leopard rebaseline of media/video-layer-crash
http://code.google.com/p/chromium/issues/detail?id=60744
* platform/chromium-mac-leopard/media/video-layer-crash-expected.checksum: Copied from LayoutTests/platform/chromium-mac/media/video-layer-crash-expected.checksum.
* platform/chromium-mac-leopard/media/video-layer-crash-expected.png: Copied from LayoutTests/platform/chromium-mac/media/video-layer-crash-expected.png.
* platform/chromium-mac/media/video-layer-crash-expected.checksum:
* platform/chromium-mac/media/video-layer-crash-expected.png:
2011-03-03 Victoria Kirst <vrk@google.com>
Reviewed by Eric Carlson.
Enable media tests in chromium-gpu/test_expectations
https://bugs.webkit.org/show_bug.cgi?id=53608
Suppressing the test failures until baselines are added.
* platform/chromium/test_expectations.txt:
2011-03-03 Kenji Imasaki <imasaki@chromium.org>
Reviewed by Tony Gentilcore.
[Chromium] Revert the change in http/tests/media/video-referer.html
in rev80227
* platform/chromium/test_expectations.txt:
2011-03-03 Mihai Parparita <mihaip@chromium.org>
Unreviewed Chromium Snow Leopard rebaseline.
Rebaseline tables/mozilla/marvin/ tests for Snow Leopard. The current
expectations were just checksums, I also added their corresponding PNGs.
We can't use the mac/ baselines since we scale the raptor image
differently (most likely due to CG i386 vs. x86_64 differences, see
bug 52335).
* platform/chromium-mac-leopard/tables/mozilla/marvin/tbody_valign_baseline-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/marvin/tbody_valign_baseline-expected.checksum.
* platform/chromium-mac-leopard/tables/mozilla/marvin/tbody_valign_baseline-expected.png: Added.
* platform/chromium-mac-leopard/tables/mozilla/marvin/tbody_valign_bottom-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/marvin/tbody_valign_bottom-expected.checksum.
* platform/chromium-mac-leopard/tables/mozilla/marvin/tbody_valign_bottom-expected.png: Added.
* platform/chromium-mac-leopard/tables/mozilla/marvin/tbody_valign_middle-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/marvin/tbody_valign_middle-expected.checksum.
* platform/chromium-mac-leopard/tables/mozilla/marvin/tbody_valign_middle-expected.png: Added.
* platform/chromium-mac-leopard/tables/mozilla/marvin/tbody_valign_top-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/marvin/tbody_valign_top-expected.checksum.
* platform/chromium-mac-leopard/tables/mozilla/marvin/tbody_valign_top-expected.png: Added.
* platform/chromium-mac-leopard/tables/mozilla/marvin/td_valign_baseline-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/marvin/td_valign_baseline-expected.checksum.
* platform/chromium-mac-leopard/tables/mozilla/marvin/td_valign_baseline-expected.png: Added.
* platform/chromium-mac-leopard/tables/mozilla/marvin/td_valign_bottom-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/marvin/td_valign_bottom-expected.checksum.
* platform/chromium-mac-leopard/tables/mozilla/marvin/td_valign_bottom-expected.png: Added.
* platform/chromium-mac-leopard/tables/mozilla/marvin/td_valign_middle-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/marvin/td_valign_middle-expected.checksum.
* platform/chromium-mac-leopard/tables/mozilla/marvin/td_valign_middle-expected.png: Added.
* platform/chromium-mac-leopard/tables/mozilla/marvin/td_valign_top-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/marvin/td_valign_top-expected.checksum.
* platform/chromium-mac-leopard/tables/mozilla/marvin/td_valign_top-expected.png: Added.
* platform/chromium-mac-leopard/tables/mozilla/marvin/tfoot_valign_baseline-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/marvin/tfoot_valign_baseline-expected.checksum.
* platform/chromium-mac-leopard/tables/mozilla/marvin/tfoot_valign_baseline-expected.png: Added.
* platform/chromium-mac-leopard/tables/mozilla/marvin/tfoot_valign_bottom-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/marvin/tfoot_valign_bottom-expected.checksum.
* platform/chromium-mac-leopard/tables/mozilla/marvin/tfoot_valign_bottom-expected.png: Added.
* platform/chromium-mac-leopard/tables/mozilla/marvin/tfoot_valign_middle-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/marvin/tfoot_valign_middle-expected.checksum.
* platform/chromium-mac-leopard/tables/mozilla/marvin/tfoot_valign_middle-expected.png: Added.
* platform/chromium-mac-leopard/tables/mozilla/marvin/tfoot_valign_top-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/marvin/tfoot_valign_top-expected.checksum.
* platform/chromium-mac-leopard/tables/mozilla/marvin/tfoot_valign_top-expected.png: Added.
* platform/chromium-mac-leopard/tables/mozilla/marvin/th_valign_baseline-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/marvin/th_valign_baseline-expected.checksum.
* platform/chromium-mac-leopard/tables/mozilla/marvin/th_valign_baseline-expected.png: Added.
* platform/chromium-mac-leopard/tables/mozilla/marvin/th_valign_bottom-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/marvin/th_valign_bottom-expected.checksum.
* platform/chromium-mac-leopard/tables/mozilla/marvin/th_valign_bottom-expected.png: Added.
* platform/chromium-mac-leopard/tables/mozilla/marvin/th_valign_middle-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/marvin/th_valign_middle-expected.checksum.
* platform/chromium-mac-leopard/tables/mozilla/marvin/th_valign_middle-expected.png: Added.
* platform/chromium-mac-leopard/tables/mozilla/marvin/th_valign_top-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/marvin/th_valign_top-expected.checksum.
* platform/chromium-mac-leopard/tables/mozilla/marvin/th_valign_top-expected.png: Added.
* platform/chromium-mac-leopard/tables/mozilla/marvin/thead_valign_baseline-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/marvin/thead_valign_baseline-expected.checksum.
* platform/chromium-mac-leopard/tables/mozilla/marvin/thead_valign_baseline-expected.png: Added.
* platform/chromium-mac-leopard/tables/mozilla/marvin/thead_valign_bottom-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/marvin/thead_valign_bottom-expected.checksum.
* platform/chromium-mac-leopard/tables/mozilla/marvin/thead_valign_bottom-expected.png: Added.
* platform/chromium-mac-leopard/tables/mozilla/marvin/thead_valign_middle-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/marvin/thead_valign_middle-expected.checksum.
* platform/chromium-mac-leopard/tables/mozilla/marvin/thead_valign_middle-expected.png: Added.
* platform/chromium-mac-leopard/tables/mozilla/marvin/thead_valign_top-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/marvin/thead_valign_top-expected.checksum.
* platform/chromium-mac-leopard/tables/mozilla/marvin/thead_valign_top-expected.png: Added.
* platform/chromium-mac-leopard/tables/mozilla/marvin/tr_valign_baseline-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/marvin/tr_valign_baseline-expected.checksum.
* platform/chromium-mac-leopard/tables/mozilla/marvin/tr_valign_baseline-expected.png: Added.
* platform/chromium-mac-leopard/tables/mozilla/marvin/tr_valign_bottom-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/marvin/tr_valign_bottom-expected.checksum.
* platform/chromium-mac-leopard/tables/mozilla/marvin/tr_valign_bottom-expected.png: Added.
* platform/chromium-mac-leopard/tables/mozilla/marvin/tr_valign_middle-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/marvin/tr_valign_middle-expected.checksum.
* platform/chromium-mac-leopard/tables/mozilla/marvin/tr_valign_middle-expected.png: Added.
* platform/chromium-mac-leopard/tables/mozilla/marvin/tr_valign_top-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/marvin/tr_valign_top-expected.checksum.
* platform/chromium-mac-leopard/tables/mozilla/marvin/tr_valign_top-expected.png: Added.
* platform/chromium-mac/tables/mozilla/marvin/tbody_valign_baseline-expected.checksum:
* platform/chromium-mac/tables/mozilla/marvin/tbody_valign_baseline-expected.png: Added.
* platform/chromium-mac/tables/mozilla/marvin/tbody_valign_bottom-expected.checksum:
* platform/chromium-mac/tables/mozilla/marvin/tbody_valign_bottom-expected.png: Added.
* platform/chromium-mac/tables/mozilla/marvin/tbody_valign_middle-expected.checksum:
* platform/chromium-mac/tables/mozilla/marvin/tbody_valign_middle-expected.png: Added.
* platform/chromium-mac/tables/mozilla/marvin/tbody_valign_top-expected.checksum:
* platform/chromium-mac/tables/mozilla/marvin/tbody_valign_top-expected.png: Added.
* platform/chromium-mac/tables/mozilla/marvin/td_valign_baseline-expected.checksum:
* platform/chromium-mac/tables/mozilla/marvin/td_valign_baseline-expected.png: Added.
* platform/chromium-mac/tables/mozilla/marvin/td_valign_bottom-expected.checksum:
* platform/chromium-mac/tables/mozilla/marvin/td_valign_bottom-expected.png: Added.
* platform/chromium-mac/tables/mozilla/marvin/td_valign_middle-expected.checksum:
* platform/chromium-mac/tables/mozilla/marvin/td_valign_middle-expected.png: Added.
* platform/chromium-mac/tables/mozilla/marvin/td_valign_top-expected.checksum:
* platform/chromium-mac/tables/mozilla/marvin/td_valign_top-expected.png: Added.
* platform/chromium-mac/tables/mozilla/marvin/tfoot_valign_baseline-expected.checksum:
* platform/chromium-mac/tables/mozilla/marvin/tfoot_valign_baseline-expected.png: Added.
* platform/chromium-mac/tables/mozilla/marvin/tfoot_valign_bottom-expected.checksum:
* platform/chromium-mac/tables/mozilla/marvin/tfoot_valign_bottom-expected.png: Added.
* platform/chromium-mac/tables/mozilla/marvin/tfoot_valign_middle-expected.checksum:
* platform/chromium-mac/tables/mozilla/marvin/tfoot_valign_middle-expected.png: Added.
* platform/chromium-mac/tables/mozilla/marvin/tfoot_valign_top-expected.checksum:
* platform/chromium-mac/tables/mozilla/marvin/tfoot_valign_top-expected.png: Added.
* platform/chromium-mac/tables/mozilla/marvin/th_valign_baseline-expected.checksum:
* platform/chromium-mac/tables/mozilla/marvin/th_valign_baseline-expected.png: Added.
* platform/chromium-mac/tables/mozilla/marvin/th_valign_bottom-expected.checksum:
* platform/chromium-mac/tables/mozilla/marvin/th_valign_bottom-expected.png: Added.
* platform/chromium-mac/tables/mozilla/marvin/th_valign_middle-expected.checksum:
* platform/chromium-mac/tables/mozilla/marvin/th_valign_middle-expected.png: Added.
* platform/chromium-mac/tables/mozilla/marvin/th_valign_top-expected.checksum:
* platform/chromium-mac/tables/mozilla/marvin/th_valign_top-expected.png: Added.
* platform/chromium-mac/tables/mozilla/marvin/thead_valign_baseline-expected.checksum:
* platform/chromium-mac/tables/mozilla/marvin/thead_valign_baseline-expected.png: Added.
* platform/chromium-mac/tables/mozilla/marvin/thead_valign_bottom-expected.checksum:
* platform/chromium-mac/tables/mozilla/marvin/thead_valign_bottom-expected.png: Added.
* platform/chromium-mac/tables/mozilla/marvin/thead_valign_middle-expected.checksum:
* platform/chromium-mac/tables/mozilla/marvin/thead_valign_middle-expected.png: Added.
* platform/chromium-mac/tables/mozilla/marvin/thead_valign_top-expected.checksum:
* platform/chromium-mac/tables/mozilla/marvin/thead_valign_top-expected.png: Added.
* platform/chromium-mac/tables/mozilla/marvin/tr_valign_baseline-expected.checksum:
* platform/chromium-mac/tables/mozilla/marvin/tr_valign_baseline-expected.png: Added.
* platform/chromium-mac/tables/mozilla/marvin/tr_valign_bottom-expected.checksum:
* platform/chromium-mac/tables/mozilla/marvin/tr_valign_bottom-expected.png: Added.
* platform/chromium-mac/tables/mozilla/marvin/tr_valign_middle-expected.checksum:
* platform/chromium-mac/tables/mozilla/marvin/tr_valign_middle-expected.png: Added.
* platform/chromium-mac/tables/mozilla/marvin/tr_valign_top-expected.checksum:
* platform/chromium-mac/tables/mozilla/marvin/tr_valign_top-expected.png: Added.
* platform/chromium/test_expectations.txt:
2011-03-03 Alexey Proskuryakov <ap@apple.com>
Reviewed by Darin Adler.
WebCore should check for "Upgrade" and "Connection" header fields in WebSockets handshake
https://bugs.webkit.org/show_bug.cgi?id=55498
<rdar://problem/8752706>
* http/tests/websocket/tests/handshake-fail-by-no-connection-header-expected.txt: Added.
* http/tests/websocket/tests/handshake-fail-by-no-connection-header.html: Added.
* http/tests/websocket/tests/handshake-fail-by-no-connection-header_wsh.py: Added.
* http/tests/websocket/tests/handshake-fail-by-no-upgrade-header-expected.txt: Added.
* http/tests/websocket/tests/handshake-fail-by-no-upgrade-header.html: Added.
* http/tests/websocket/tests/handshake-fail-by-no-upgrade-header_wsh.py: Added.
2011-03-03 Mihai Parparita <mihaip@chromium.org>
Unreviewed Chromium Snow Leopard rebaseline.
Rebaseline remaining editing/ tests for Snow Leopard. The current
expectations were just checksums, I also added their corresponding PNGs.
We can't use the mac/ baselines since we render selections differently.
* platform/chromium-mac-leopard/editing/selection/4402375-expected.checksum: Copied from LayoutTests/platform/chromium-mac/editing/selection/4402375-expected.checksum.
* platform/chromium-mac-leopard/editing/selection/4402375-expected.png: Added.
* platform/chromium-mac-leopard/editing/selection/image-before-linebreak-expected.checksum: Copied from LayoutTests/platform/chromium-mac/editing/selection/image-before-linebreak-expected.checksum.
* platform/chromium-mac-leopard/editing/selection/image-before-linebreak-expected.png: Added.
* platform/chromium-mac-leopard/editing/selection/replaced-boundaries-1-expected.checksum: Copied from LayoutTests/platform/chromium-mac/editing/selection/replaced-boundaries-1-expected.checksum.
* platform/chromium-mac-leopard/editing/selection/replaced-boundaries-1-expected.png: Added.
* platform/chromium-mac-leopard/editing/selection/replaced-boundaries-2-expected.checksum: Copied from LayoutTests/platform/chromium-mac/editing/selection/replaced-boundaries-2-expected.checksum.
* platform/chromium-mac-leopard/editing/selection/replaced-boundaries-2-expected.png: Added.
* platform/chromium-mac/editing/selection/4402375-expected.checksum:
* platform/chromium-mac/editing/selection/4402375-expected.png: Added.
* platform/chromium-mac/editing/selection/image-before-linebreak-expected.checksum:
* platform/chromium-mac/editing/selection/image-before-linebreak-expected.png: Added.
* platform/chromium-mac/editing/selection/replaced-boundaries-1-expected.checksum:
* platform/chromium-mac/editing/selection/replaced-boundaries-1-expected.png: Added.
* platform/chromium-mac/editing/selection/replaced-boundaries-2-expected.checksum:
* platform/chromium-mac/editing/selection/replaced-boundaries-2-expected.png: Added.
* platform/chromium/test_expectations.txt:
2011-03-03 Helder Correia <helder@sencha.com>
Reviewed by Andreas Kling.
[Qt] fast/canvas/canvas-strokePath-gradient-shadow.html fails
https://bugs.webkit.org/show_bug.cgi?id=55651
When relying on ContextShadow and using a gradient stroke for a path,
the alpha of the shadow is incorrect.
* platform/qt/Skipped: Remove test from skipped list.
2011-03-03 Philippe Normand <pnormand@igalia.com>
Unreviewed, skip failing test on GTK. See bug 55682.
* platform/gtk/Skipped: Skip fast/images/support-broken-image-delegate.html
2011-03-03 Philippe Normand <pnormand@igalia.com>
Unreviewed, skip svg test failing on 32-bits Release, likely due
to a rounding error, see bug 39022.
* platform/gtk/Skipped:
2011-03-03 Carlos Garcia Campos <cgarcia@igalia.com>
Reviewed by Martin Robinson.
[GTK] DRT needs implementation of EventSender.scheduleAsynchronousClick
https://bugs.webkit.org/show_bug.cgi?id=53960
* platform/gtk/Skipped: Unskip
fast/events/popup-blocking-click-in-iframe.html that passes now.
2011-03-03 Martin Robinson <mrobinson@igalia.com>
Unskipped one test that just needs platform-independent results (it
does not fail on GTK+) and one failure so that we can get a test diff
from it (not failing locally or when run manually on the bots).
2011-03-03 Philippe Normand <pnormand@igalia.com>
Unreviewed, skip failing test on GTK.
* platform/gtk/Skipped: Skip fast/canvas/rgba-parsing.html
2011-03-03 Philippe Normand <pnormand@igalia.com>
Unreviewed, GTK baselines for new tests.
* platform/gtk/fast/block/positioning/differing-writing-modes-expected.checksum: Added.
* platform/gtk/fast/block/positioning/differing-writing-modes-expected.png: Added.
* platform/gtk/fast/block/positioning/differing-writing-modes-expected.txt: Added.
* platform/gtk/fast/block/positioning/differing-writing-modes-replaced-expected.checksum: Added.
* platform/gtk/fast/block/positioning/differing-writing-modes-replaced-expected.png: Added.
* platform/gtk/fast/block/positioning/differing-writing-modes-replaced-expected.txt: Added.
* platform/gtk/fast/replaced/vertical-lr/absolute-position-percentage-width-expected.checksum: Added.
* platform/gtk/fast/replaced/vertical-lr/absolute-position-percentage-width-expected.png: Added.
* platform/gtk/fast/replaced/vertical-lr/absolute-position-percentage-width-expected.txt: Added.
* platform/gtk/fast/replaced/vertical-lr/absolute-position-with-auto-height-and-top-and-bottom-expected.checksum: Added.
* platform/gtk/fast/replaced/vertical-lr/absolute-position-with-auto-height-and-top-and-bottom-expected.png: Added.
* platform/gtk/fast/replaced/vertical-lr/absolute-position-with-auto-height-and-top-and-bottom-expected.txt: Added.
* platform/gtk/fast/replaced/vertical-lr/absolute-position-with-auto-width-and-left-and-right-expected.checksum: Added.
* platform/gtk/fast/replaced/vertical-lr/absolute-position-with-auto-width-and-left-and-right-expected.png: Added.
* platform/gtk/fast/replaced/vertical-lr/absolute-position-with-auto-width-and-left-and-right-expected.txt: Added.
* platform/gtk/fast/replaced/vertical-rl/absolute-position-percentage-width-expected.checksum: Added.
* platform/gtk/fast/replaced/vertical-rl/absolute-position-percentage-width-expected.png: Added.
* platform/gtk/fast/replaced/vertical-rl/absolute-position-percentage-width-expected.txt: Added.
* platform/gtk/fast/replaced/vertical-rl/absolute-position-with-auto-height-and-top-and-bottom-expected.checksum: Added.
* platform/gtk/fast/replaced/vertical-rl/absolute-position-with-auto-height-and-top-and-bottom-expected.png: Added.
* platform/gtk/fast/replaced/vertical-rl/absolute-position-with-auto-height-and-top-and-bottom-expected.txt: Added.
* platform/gtk/fast/replaced/vertical-rl/absolute-position-with-auto-width-and-left-and-right-expected.checksum: Added.
* platform/gtk/fast/replaced/vertical-rl/absolute-position-with-auto-width-and-left-and-right-expected.png: Added.
* platform/gtk/fast/replaced/vertical-rl/absolute-position-with-auto-width-and-left-and-right-expected.txt: Added.
* platform/gtk/fast/ruby/base-shorter-than-text-expected.checksum: Added.
* platform/gtk/fast/ruby/base-shorter-than-text-expected.png: Added.
* platform/gtk/fast/ruby/base-shorter-than-text-expected.txt: Added.
* platform/gtk/fast/spatial-navigation/snav-multiple-select-focusring-expected.png:
* platform/gtk/fast/spatial-navigation/snav-multiple-select-focusring-expected.txt: Added.
* platform/gtk/fast/table/table-and-parts-outline-expected.checksum: Added.
* platform/gtk/fast/table/table-and-parts-outline-expected.png: Added.
* platform/gtk/fast/table/table-and-parts-outline-expected.txt: Added.
* platform/gtk/fast/table/table-continuation-outline-paint-crash-expected.checksum: Added.
* platform/gtk/fast/table/table-continuation-outline-paint-crash-expected.png: Added.
* platform/gtk/fast/table/table-continuation-outline-paint-crash-expected.txt: Added.
* platform/gtk/fast/viewport/viewport-91-expected.txt: Added.
* platform/gtk/fast/viewport/viewport-92-expected.txt: Added.
* platform/gtk/fast/viewport/viewport-93-expected.txt: Added.
* platform/gtk/fast/viewport/viewport-94-expected.txt: Added.
* platform/gtk/fast/viewport/viewport-95-expected.txt: Added.
* platform/gtk/fast/viewport/viewport-96-expected.txt: Added.
* platform/gtk/svg/W3C-SVG-1.1-SE/color-prop-05-t-expected.checksum: Added.
* platform/gtk/svg/W3C-SVG-1.1-SE/color-prop-05-t-expected.png: Added.
* platform/gtk/svg/W3C-SVG-1.1-SE/color-prop-05-t-expected.txt: Added.
* platform/gtk/svg/css/path-gradient-stroke-shadow-expected.checksum: Added.
* platform/gtk/svg/css/path-gradient-stroke-shadow-expected.png: Added.
* platform/gtk/svg/css/path-gradient-stroke-shadow-expected.txt: Added.
* platform/gtk/svg/custom/SVGPaint-mutate-attribute-expected.checksum: Added.
* platform/gtk/svg/custom/SVGPaint-mutate-attribute-expected.png: Added.
* platform/gtk/svg/custom/SVGPaint-mutate-attribute-expected.txt: Added.
* platform/gtk/svg/custom/SVGPaint-mutate-inline-style-expected.checksum: Added.
* platform/gtk/svg/custom/SVGPaint-mutate-inline-style-expected.png: Added.
* platform/gtk/svg/custom/SVGPaint-mutate-inline-style-expected.txt: Added.
2011-03-03 Andras Becsi <abecsi@webkit.org>
Reviewed by Andreas Kling.
CSS RGBA fast-path color parsing should clamp of out-of-range alpha values
https://bugs.webkit.org/show_bug.cgi?id=55661
Test case originally written by Andreas Kling <andreas.kling@nokia.com>
Add a test of rgba() color parsing for the edge cases.
* fast/canvas/rgba-parsing-expected.txt: Added.
* fast/canvas/rgba-parsing.html: Added.
* fast/canvas/script-tests/rgba-parsing.js: Added.
(parse):
2011-03-03 Yury Semikhatsky <yurys@chromium.org>
Reviewed by Pavel Feldman.
Web Inspector: inspector protocol should allow different domains to have methods with same name
https://bugs.webkit.org/show_bug.cgi?id=55558
* inspector/report-protocol-errors-expected.txt:
* inspector/report-protocol-errors.html:
2011-03-03 Kenji Imasaki <imasaki@chromium.org>
Reviewed by David Levin.
[Chromium] Remove non-flaky tests and update bugs/comments in
media related layout tests in test expectation
* platform/chromium/test_expectations.txt:
2011-03-03 Jia Pu <jpu@apple.com>
Reviewed by Darin Adler.
On Mac OS X, spelling suggestion panel stops showing up after change set 80121
https://bugs.webkit.org/show_bug.cgi?id=55628
Rebaselined tests affected by changeset 80121.
* platform/mac/editing/spelling/autocorrection-contraction-expected.txt:
* platform/mac/editing/spelling/autocorrection-delete-expected.txt:
* platform/mac/editing/spelling/autocorrection-removing-underline-after-paste-expected.txt:
* platform/mac/editing/spelling/autocorrection-removing-underline-expected.txt:
* platform/mac/editing/spelling/autocorrection-simple-expected.txt:
* platform/mac/editing/spelling/click-autocorrected-word-expected.txt:
* platform/mac/editing/spelling/click-autocorrected-word.html:
* platform/mac/editing/spelling/delete-autocorrected-word-1-expected.txt:
* platform/mac/editing/spelling/delete-into-autocorrected-word-expected.checksum:
* platform/mac/editing/spelling/delete-into-autocorrected-word-expected.png:
* platform/mac/editing/spelling/delete-into-autocorrected-word-expected.txt:
* platform/mac/editing/spelling/delete-into-autocorrected-word.html:
* platform/mac/editing/spelling/forward-delete-into-autocorrected-word-expected.checksum:
* platform/mac/editing/spelling/forward-delete-into-autocorrected-word-expected.png:
* platform/mac/editing/spelling/forward-delete-into-autocorrected-word-expected.txt:
* platform/mac/editing/spelling/forward-delete-into-autocorrected-word.html:
* platform/mac/editing/spelling/move-cursor-to-autocorrected-word-expected.checksum:
* platform/mac/editing/spelling/move-cursor-to-autocorrected-word-expected.png:
* platform/mac/editing/spelling/move-cursor-to-autocorrected-word-expected.txt:
* platform/mac/editing/spelling/move-cursor-to-autocorrected-word.html:
* platform/mac/editing/spelling/move-cursor-to-beginning-of-autocorrected-word-expected.checksum:
* platform/mac/editing/spelling/move-cursor-to-beginning-of-autocorrected-word-expected.png:
* platform/mac/editing/spelling/move-cursor-to-beginning-of-autocorrected-word-expected.txt:
* platform/mac/editing/spelling/move-cursor-to-beginning-of-autocorrected-word.html:
* platform/mac/editing/spelling/removing-underline-after-accepting-autocorrection-using-punctuation-expected.txt:
2011-03-03 Pavel Podivilov <podivilov@chromium.org>
Reviewed by Pavel Feldman.
Web Inspector: rename "sourceName" to "sourceFileId" in ScriptsPanel.js.
https://bugs.webkit.org/show_bug.cgi?id=55569
* inspector/debugger/scripts-panel.html:
2011-03-03 Jeremy Moskovich <jeremy@chromium.org>
Reviewed by Dimitri Glazkov.
Convert offsetLeft-offsetTop-borders.html to dumpAsText()
https://bugs.webkit.org/show_bug.cgi?id=55612
This test outputs the values of offsetLeft/offsetTop for portions
of the DOM. It appears it would do just as well as a text-based test.
* fast/block/positioning/offsetLeft-offsetTop-borders-expected.txt: Added.
* fast/block/positioning/offsetLeft-offsetTop-borders.html:
* platform/chromium-linux/fast/block/positioning/offsetLeft-offsetTop-borders-expected.checksum: Removed.
* platform/chromium-linux/fast/block/positioning/offsetLeft-offsetTop-borders-expected.png: Removed.
* platform/chromium-win/fast/block/positioning/offsetLeft-offsetTop-borders-expected.checksum: Removed.
* platform/chromium-win/fast/block/positioning/offsetLeft-offsetTop-borders-expected.png: Removed.
* platform/chromium-win/fast/block/positioning/offsetLeft-offsetTop-borders-expected.txt: Removed.
* platform/gtk/fast/block/positioning/offsetLeft-offsetTop-borders-expected.checksum: Removed.
* platform/gtk/fast/block/positioning/offsetLeft-offsetTop-borders-expected.png: Removed.
* platform/gtk/fast/block/positioning/offsetLeft-offsetTop-borders-expected.txt: Removed.
* platform/mac-leopard/fast/block/positioning/offsetLeft-offsetTop-borders-expected.checksum: Removed.
* platform/mac-leopard/fast/block/positioning/offsetLeft-offsetTop-borders-expected.png: Removed.
* platform/mac/fast/block/positioning/offsetLeft-offsetTop-borders-expected.checksum: Removed.
* platform/mac/fast/block/positioning/offsetLeft-offsetTop-borders-expected.png: Removed.
* platform/mac/fast/block/positioning/offsetLeft-offsetTop-borders-expected.txt: Removed.
* platform/qt/fast/block/positioning/offsetLeft-offsetTop-borders-expected.txt: Removed.
2011-03-03 Peter Kasting <pkasting@google.com>
Reviewed by James Robinson.
Drop redundant "Windows; " from the Windows-specific User Agent string.
https://bugs.webkit.org/show_bug.cgi?id=54567
* http/tests/navigation/useragent-expected.txt:
* http/tests/navigation/useragent.php:
2011-03-03 Peter Varga <pvarga@webkit.org>
Reviewed by Oliver Hunt.
Begin Characters Optimization Causes YARR Interpreter Errors
https://bugs.webkit.org/show_bug.cgi?id=55479
The addBeginTerm function is removed because it doesn't correctly handle those
cases when an "invalid" term has been
collected (e.g. CharacterClass). Move the removed function to the
setupAlternativeBeginTerms method's switch-case
where the non-allowed cases are correctly handled.
Reenable the Beginning Character Optimization in the YARR Interpreter again.
* fast/js/regexp-alternatives-expected.txt: Added.
* fast/js/regexp-alternatives.html: Added.
* fast/js/script-tests/regexp-alternatives.js: Added.
2011-03-03 Philippe Normand <pnormand@igalia.com>
Unreviewed, unskip tests fixed by r80214 on GTK.
* platform/gtk/Skipped:
2011-03-03 Mario Sanchez Prada <msanchez@igalia.com>
Reviewed by Martin Robinson.
[GTK] Combo boxes should emit object:selection-changed even when collapsed
https://bugs.webkit.org/show_bug.cgi?id=53146
New GTK-specific layout test to check the right signals are emitted.
* platform/gtk/accessibility/combo-box-collapsed-selection-changed-expected.txt: Added.
* platform/gtk/accessibility/combo-box-collapsed-selection-changed.html: Added.
2011-03-02 Mihai Parparita <mihaip@chromium.org>
Unreviewed Chromium Snow Leopard baseline update
With the exception of fast/repaint/select-option-background-color.html
and fast/repaint/slider-thumb-drag-release.html (which didn't have any
SL baselines at all), this was updating of baselines after r78846.
* platform/chromium-mac-leopard/fast/repaint/select-option-background-color-expected.checksum: Copied from LayoutTests/platform/chromium-mac/fast/repaint/select-option-background-color-expected.checksum.
* platform/chromium-mac-leopard/fast/repaint/select-option-background-color-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/repaint/select-option-background-color-expected.png.
* platform/chromium-mac-leopard/fast/repaint/slider-thumb-drag-release-expected.checksum: Copied from LayoutTests/platform/chromium-mac/fast/repaint/slider-thumb-drag-release-expected.checksum.
* platform/chromium-mac-leopard/fast/repaint/slider-thumb-drag-release-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/repaint/slider-thumb-drag-release-expected.png.
* platform/chromium-mac/fast/repaint/japanese-rl-selection-clear-expected.checksum:
* platform/chromium-mac/fast/repaint/japanese-rl-selection-clear-expected.png:
* platform/chromium-mac/fast/repaint/japanese-rl-selection-repaint-expected.checksum:
* platform/chromium-mac/fast/repaint/japanese-rl-selection-repaint-expected.png:
* 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/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/repaint/repaint-across-writing-mode-boundary-expected.checksum:
* platform/chromium-mac/fast/repaint/repaint-across-writing-mode-boundary-expected.png:
* platform/chromium-mac/fast/repaint/select-option-background-color-expected.checksum:
* platform/chromium-mac/fast/repaint/select-option-background-color-expected.png:
* platform/chromium-mac/fast/repaint/slider-thumb-drag-release-expected.checksum:
* platform/chromium-mac/fast/repaint/slider-thumb-drag-release-expected.png:
* platform/chromium/test_expectations.txt:
2011-03-02 Fumitoshi Ukai <ukai@chromium.org>
Unreviewed Chromium expectations update
Mark http/tests/cache/subresource-expiration-*.html as SLOW on Win
* platform/chromium/test_expectations.txt:
2011-03-02 Mihai Parparita <mihaip@chromium.org>
Unreviewed Chromium expectations update
Clean up svg/ expectations (there were some non-test files with
expectations, as well as a couple of tests that have never failed).
* platform/chromium/test_expectations.txt:
2011-03-02 Yury Semikhatsky <yurys@chromium.org>
Reviewed by Pavel Feldman.
Web Inspector: break down InspectorFrontend into domain-specific classes
https://bugs.webkit.org/show_bug.cgi?id=55584
* inspector/elements/elements-panel-search.html:
2011-03-02 Mihai Parparita <mihaip@chromium.org>
Reviewed by Tony Gentilcore.
Split up http/tests/cache/subresource-expiration.html so it stops timing out
https://bugs.webkit.org/show_bug.cgi?id=55639
http/tests/cache/subresource-expiration.html does a lot of sequential
loads, some with delays in between them. This seems unavoidable, so
to make the test less likely to time out (especially on debug bots),
the test cases are split across two tests.
* http/tests/cache/subresource-expiration-1-expected.txt: Added.
* http/tests/cache/subresource-expiration-1.html: Added.
* http/tests/cache/subresource-expiration-2-expected.txt: Added.
* http/tests/cache/subresource-expiration-2.html: Added.
* http/tests/cache/subresource-expiration-expected.txt: Removed.
* http/tests/cache/subresource-expiration.html: Removed.
* platform/chromium/test_expectations.txt:
* platform/mac-wk2/Skipped:
* platform/mac/test_expectations.txt:
* platform/qt-wk2/Skipped:
* platform/win/Skipped:
2011-03-02 Tony Gentilcore <tonyg@chromium.org>
Unreviewed expectations update
[chromium] xss-ALLOWED-from-javascript-url-sub-frame-to-javascript-url-sub-frame.html is crashy
https://bugs.webkit.org/show_bug.cgi?id=55634
* platform/chromium/test_expectations.txt:
2011-03-02 Mihai Parparita <mihaip@chromium.org>
Unreviewed Chromium expectations update.
Mark the other compositing/ directory as expected to fail on Leopard.
* platform/chromium/test_expectations.txt:
2011-03-02 David Grogan <dgrogan@chromium.org>
Reviewed by Jeremy Orlow.
IndexedDB: fire versionchange events when calling setVersion
https://bugs.webkit.org/show_bug.cgi?id=55095
* storage/indexeddb/set_version_queue-expected.txt:
* storage/indexeddb/set_version_queue.html:
2011-03-02 Sheriff Bot <webkit.review.bot@gmail.com>
Unreviewed, rolling out r80139.
http://trac.webkit.org/changeset/80139
https://bugs.webkit.org/show_bug.cgi?id=55620
failing and crashing tests on Snow Leopard bot (Requested by
mihaip1 on #webkit).
* fast/dom/Geolocation/iframe-reparent-expected.txt: Removed.
* fast/dom/Geolocation/iframe-reparent.html: Removed.
* fast/dom/Geolocation/page-reload-cancel-permission-requests-expected.txt: Removed.
* fast/dom/Geolocation/page-reload-cancel-permission-requests.html: Removed.
* fast/dom/Geolocation/resources/iframe-reparent-page-iframe.html: Removed.
* fast/dom/Geolocation/resources/iframe-reparent-page.html: Removed.
* fast/dom/Geolocation/resources/page-reload-cancel-permission-requests-inner.html: Removed.
* fast/dom/Geolocation/script-tests/iframe-reparent.js: Removed.
* fast/dom/Geolocation/script-tests/page-reload-cancel-permission-requests.js: Removed.
* platform/gtk/Skipped:
* platform/qt-wk2/Skipped:
* platform/qt/Skipped:
2011-03-02 Mihai Parparita <mihaip@chromium.org>
Unreviewed Chromium expectations update.
compositing/geometry/object-clip-rects-assertion.html no longer times
out on the Mac (was just a bad bot).
* platform/chromium/test_expectations.txt:
2011-03-02 Mihai Parparita <mihaip@chromium.org>
Unreviewed expectations update.
Promote expectations for fast/table/table-and-parts-outline.html and
svg/css/path-gradient-stroke-shadow.svg from chromium-mac/ to
mac-leopard/ so that 1) the test passes on mac-leopard 2) the test
on chromium-mac-snowlopard (which will now use the mac/ baselines).
* platform/mac-leopard/fast/table/table-and-parts-outline-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/fast/table/table-and-parts-outline-expected.checksum.
* platform/mac-leopard/fast/table/table-and-parts-outline-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/table/table-and-parts-outline-expected.png.
* platform/mac-leopard/svg/css/path-gradient-stroke-shadow-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/svg/css/path-gradient-stroke-shadow-expected.checksum.
* platform/mac-leopard/svg/css/path-gradient-stroke-shadow-expected.png: Renamed from LayoutTests/platform/chromium-mac/svg/css/path-gradient-stroke-shadow-expected.png.
2011-02-28 Jeremy Orlow <jorlow@chromium.org>
Reviewed by James Robinson.
Split IDBCursor.value into IDBCursor.primaryKey and IDBCursor.value
https://bugs.webkit.org/show_bug.cgi?id=55443
* storage/indexeddb/cursor-delete-expected.txt:
* storage/indexeddb/cursor-index-delete-expected.txt:
* storage/indexeddb/cursor-update-expected.txt:
* storage/indexeddb/cursor-update.html:
* storage/indexeddb/duplicates-expected.txt:
* storage/indexeddb/duplicates.html:
* storage/indexeddb/index-basics-expected.txt:
* storage/indexeddb/index-basics.html:
* storage/indexeddb/index-cursor-expected.txt:
* storage/indexeddb/index-cursor.html:
2011-03-02 Martin Robinson <mrobinson@igalia.com>
Update GTK+ baselines after r80151.
* platform/gtk/fast/css-generated-content/005-expected.txt:
* platform/gtk/fast/css-generated-content/beforeAfter-interdocument-expected.txt:
* platform/gtk/fast/css-generated-content/no-openclose-quote-expected.txt:
* platform/gtk/fast/invalid/residual-style-expected.txt:
2011-03-02 Tony Gentilcore <tonyg@chromium.org>
Unreviewed expectations update
[chromium] plugins/embed-attributes-setting.html is crashy
https://bugs.webkit.org/show_bug.cgi?id=55616
* platform/chromium/test_expectations.txt:
2011-03-02 Mihai Parparita <mihaip@chromium.org>
Unreviewed Chromium expectations update.
Remove chromium-gpu-mac/ text expectations mistakenly added by r80163
(tests should pass with mac/ expectations).
* platform/chromium-gpu-mac/compositing/geometry/clipped-video-controller-expected.txt: Removed.
* platform/chromium-gpu-mac/compositing/geometry/video-fixed-scrolling-expected.txt: Removed.
* platform/chromium-gpu-mac/compositing/geometry/video-opacity-overlay-expected.txt: Removed.
* platform/chromium-gpu-mac/compositing/layers-inside-overflow-scroll-expected.txt: Removed.
* platform/chromium-gpu-mac/compositing/overflow/overflow-compositing-descendant-expected.txt: Removed.
* platform/chromium-gpu-mac/compositing/overflow/scroll-ancestor-update-expected.txt: Removed.
* platform/chromium-gpu-mac/compositing/reflections/load-video-in-reflection-expected.txt: Removed.
* platform/chromium-gpu-mac/compositing/self-painting-layers-expected.txt: Removed.
2011-03-02 Tony Gentilcore <tonyg@chromium.org>
Unreviewed expectations update
[chromium] Expectations update
https://bugs.webkit.org/show_bug.cgi?id=55615
* platform/chromium-linux/fast/repaint/control-clip-expected.checksum:
* platform/chromium-linux/fast/repaint/control-clip-expected.png:
* platform/chromium-win/fast/repaint/control-clip-expected.checksum:
* platform/chromium-win/fast/repaint/control-clip-expected.png:
2011-03-02 Tony Gentilcore <tonyg@chromium.org>
Unreviewed expectations update
[chromium] Expectations to match r80157
https://bugs.webkit.org/show_bug.cgi?id=55613
* platform/chromium-linux/fast/invalid/residual-style-expected.txt:
* platform/chromium-win/fast/invalid/residual-style-expected.txt:
2011-03-02 Mihai Parparita <mihaip@chromium.org>
Unreviewed Chromium expectations update.
Rebaseline Chromium GPU results for Snow Leopard.
* platform/chromium-gpu-mac/compositing/animation/state-at-end-event-transform-layer-expected.checksum: Added.
* platform/chromium-gpu-mac/compositing/animation/state-at-end-event-transform-layer-expected.png: Added.
* platform/chromium-gpu-mac/compositing/color-matching/image-color-matching-expected.checksum:
* platform/chromium-gpu-mac/compositing/color-matching/image-color-matching-expected.png:
* platform/chromium-gpu-mac/compositing/compositing-visible-descendant-expected.checksum: Added.
* platform/chromium-gpu-mac/compositing/compositing-visible-descendant-expected.png: Added.
* platform/chromium-gpu-mac/compositing/direct-image-compositing-expected.checksum: Added.
* platform/chromium-gpu-mac/compositing/direct-image-compositing-expected.png: Added.
* platform/chromium-gpu-mac/compositing/generated-content-expected.checksum: Added.
* platform/chromium-gpu-mac/compositing/generated-content-expected.png: Added.
* platform/chromium-gpu-mac/compositing/geometry/abs-position-inside-opacity-expected.checksum:
* platform/chromium-gpu-mac/compositing/geometry/abs-position-inside-opacity-expected.png:
* platform/chromium-gpu-mac/compositing/geometry/clipped-video-controller-expected.checksum:
* platform/chromium-gpu-mac/compositing/geometry/clipped-video-controller-expected.png:
* platform/chromium-gpu-mac/compositing/geometry/clipped-video-controller-expected.txt: Added.
* platform/chromium-gpu-mac/compositing/geometry/clipping-foreground-expected.checksum: Added.
* platform/chromium-gpu-mac/compositing/geometry/clipping-foreground-expected.png: Added.
* platform/chromium-gpu-mac/compositing/geometry/fixed-in-composited-expected.checksum: Added.
* platform/chromium-gpu-mac/compositing/geometry/fixed-in-composited-expected.png: Added.
* platform/chromium-gpu-mac/compositing/geometry/fixed-position-expected.checksum: Added.
* platform/chromium-gpu-mac/compositing/geometry/fixed-position-expected.png: Added.
* platform/chromium-gpu-mac/compositing/geometry/horizontal-scroll-composited-expected.checksum: Added.
* platform/chromium-gpu-mac/compositing/geometry/horizontal-scroll-composited-expected.png: Added.
* platform/chromium-gpu-mac/compositing/geometry/layer-due-to-layer-children-deep-expected.checksum: Added.
* platform/chromium-gpu-mac/compositing/geometry/layer-due-to-layer-children-deep-expected.png: Added.
* platform/chromium-gpu-mac/compositing/geometry/layer-due-to-layer-children-expected.checksum: Added.
* platform/chromium-gpu-mac/compositing/geometry/layer-due-to-layer-children-expected.png: Added.
* platform/chromium-gpu-mac/compositing/geometry/outline-change-expected.checksum: Added.
* platform/chromium-gpu-mac/compositing/geometry/outline-change-expected.png: Added.
* platform/chromium-gpu-mac/compositing/geometry/partial-layout-update-expected.checksum: Added.
* platform/chromium-gpu-mac/compositing/geometry/partial-layout-update-expected.png: Added.
* platform/chromium-gpu-mac/compositing/geometry/root-layer-update-expected.checksum: Added.
* platform/chromium-gpu-mac/compositing/geometry/root-layer-update-expected.png: Added.
* platform/chromium-gpu-mac/compositing/geometry/tall-page-composited-expected.checksum: Added.
* platform/chromium-gpu-mac/compositing/geometry/tall-page-composited-expected.png: Added.
* platform/chromium-gpu-mac/compositing/geometry/transfrom-origin-on-zero-size-layer-expected.checksum: Added.
* platform/chromium-gpu-mac/compositing/geometry/transfrom-origin-on-zero-size-layer-expected.png: Added.
* platform/chromium-gpu-mac/compositing/geometry/vertical-scroll-composited-expected.checksum: Added.
* platform/chromium-gpu-mac/compositing/geometry/vertical-scroll-composited-expected.png: Added.
* platform/chromium-gpu-mac/compositing/geometry/video-fixed-scrolling-expected.checksum:
* platform/chromium-gpu-mac/compositing/geometry/video-fixed-scrolling-expected.png:
* platform/chromium-gpu-mac/compositing/geometry/video-fixed-scrolling-expected.txt: Added.
* platform/chromium-gpu-mac/compositing/geometry/video-opacity-overlay-expected.checksum:
* platform/chromium-gpu-mac/compositing/geometry/video-opacity-overlay-expected.png:
* platform/chromium-gpu-mac/compositing/geometry/video-opacity-overlay-expected.txt: Added.
* platform/chromium-gpu-mac/compositing/iframes/composited-iframe-scroll-expected.checksum: Added.
* platform/chromium-gpu-mac/compositing/iframes/composited-iframe-scroll-expected.png: Added.
* platform/chromium-gpu-mac/compositing/iframes/iframe-content-flipping-expected.checksum: Added.
* platform/chromium-gpu-mac/compositing/iframes/iframe-content-flipping-expected.png: Added.
* platform/chromium-gpu-mac/compositing/iframes/iframe-copy-on-scroll-expected.checksum: Added.
* platform/chromium-gpu-mac/compositing/iframes/iframe-copy-on-scroll-expected.png: Added.
* platform/chromium-gpu-mac/compositing/iframes/iframe-in-composited-layer-expected.checksum: Added.
* platform/chromium-gpu-mac/compositing/iframes/iframe-in-composited-layer-expected.png: Added.
* platform/chromium-gpu-mac/compositing/images/direct-image-background-color-expected.checksum: Added.
* platform/chromium-gpu-mac/compositing/images/direct-image-background-color-expected.png: Added.
* platform/chromium-gpu-mac/compositing/images/direct-svg-image-expected.checksum: Added.
* platform/chromium-gpu-mac/compositing/images/direct-svg-image-expected.png: Added.
* platform/chromium-gpu-mac/compositing/layers-inside-overflow-scroll-expected.checksum:
* platform/chromium-gpu-mac/compositing/layers-inside-overflow-scroll-expected.png:
* platform/chromium-gpu-mac/compositing/layers-inside-overflow-scroll-expected.txt: Added.
* platform/chromium-gpu-mac/compositing/masks/direct-image-mask-expected.checksum:
* platform/chromium-gpu-mac/compositing/masks/direct-image-mask-expected.png:
* platform/chromium-gpu-mac/compositing/masks/masked-ancestor-expected.checksum:
* platform/chromium-gpu-mac/compositing/masks/masked-ancestor-expected.png:
* platform/chromium-gpu-mac/compositing/masks/multiple-masks-expected.checksum: Added.
* platform/chromium-gpu-mac/compositing/masks/multiple-masks-expected.png: Added.
* platform/chromium-gpu-mac/compositing/masks/simple-composited-mask-expected.checksum:
* platform/chromium-gpu-mac/compositing/masks/simple-composited-mask-expected.png:
* platform/chromium-gpu-mac/compositing/overflow/ancestor-overflow-expected.checksum: Added.
* platform/chromium-gpu-mac/compositing/overflow/ancestor-overflow-expected.png: Added.
* platform/chromium-gpu-mac/compositing/overflow/fixed-position-ancestor-clip-expected.checksum:
* platform/chromium-gpu-mac/compositing/overflow/fixed-position-ancestor-clip-expected.png:
* platform/chromium-gpu-mac/compositing/overflow/overflow-compositing-descendant-expected.checksum:
* platform/chromium-gpu-mac/compositing/overflow/overflow-compositing-descendant-expected.png:
* platform/chromium-gpu-mac/compositing/overflow/overflow-compositing-descendant-expected.txt: Added.
* platform/chromium-gpu-mac/compositing/overflow/overflow-positioning-expected.checksum: Added.
* platform/chromium-gpu-mac/compositing/overflow/overflow-positioning-expected.png: Added.
* platform/chromium-gpu-mac/compositing/overflow/overflow-scroll-expected.checksum:
* platform/chromium-gpu-mac/compositing/overflow/overflow-scroll-expected.png:
* platform/chromium-gpu-mac/compositing/overflow/parent-overflow-expected.checksum: Added.
* platform/chromium-gpu-mac/compositing/overflow/parent-overflow-expected.png: Added.
* platform/chromium-gpu-mac/compositing/overflow/scroll-ancestor-update-expected.checksum:
* platform/chromium-gpu-mac/compositing/overflow/scroll-ancestor-update-expected.png:
* platform/chromium-gpu-mac/compositing/overflow/scroll-ancestor-update-expected.txt: Added.
* platform/chromium-gpu-mac/compositing/overflow/scrollbar-painting-expected.checksum: Added.
* platform/chromium-gpu-mac/compositing/overflow/scrollbar-painting-expected.png: Added.
* platform/chromium-gpu-mac/compositing/overflow/zero-size-overflow-expected.checksum: Added.
* platform/chromium-gpu-mac/compositing/overflow/zero-size-overflow-expected.png: Added.
* platform/chromium-gpu-mac/compositing/reflections/animation-inside-reflection-expected.checksum: Added.
* platform/chromium-gpu-mac/compositing/reflections/animation-inside-reflection-expected.png: Added.
* platform/chromium-gpu-mac/compositing/reflections/backface-hidden-reflection-expected.checksum: Added.
* platform/chromium-gpu-mac/compositing/reflections/backface-hidden-reflection-expected.png: Added.
* platform/chromium-gpu-mac/compositing/reflections/compositing-change-inside-reflection-expected.checksum: Added.
* platform/chromium-gpu-mac/compositing/reflections/compositing-change-inside-reflection-expected.png: Added.
* platform/chromium-gpu-mac/compositing/reflections/deeply-nested-reflections-expected.checksum:
* platform/chromium-gpu-mac/compositing/reflections/deeply-nested-reflections-expected.png:
* platform/chromium-gpu-mac/compositing/reflections/load-video-in-reflection-expected.checksum:
* platform/chromium-gpu-mac/compositing/reflections/load-video-in-reflection-expected.png:
* platform/chromium-gpu-mac/compositing/reflections/load-video-in-reflection-expected.txt: Added.
* platform/chromium-gpu-mac/compositing/reflections/masked-reflection-on-composited-expected.checksum: Added.
* platform/chromium-gpu-mac/compositing/reflections/masked-reflection-on-composited-expected.png: Added.
* platform/chromium-gpu-mac/compositing/reflections/nested-reflection-animated-expected.checksum: Added.
* platform/chromium-gpu-mac/compositing/reflections/nested-reflection-animated-expected.png: Added.
* platform/chromium-gpu-mac/compositing/reflections/nested-reflection-expected.checksum: Added.
* platform/chromium-gpu-mac/compositing/reflections/nested-reflection-expected.png: Added.
* platform/chromium-gpu-mac/compositing/reflections/nested-reflection-mask-change-expected.checksum: Added.
* platform/chromium-gpu-mac/compositing/reflections/nested-reflection-mask-change-expected.png: Added.
* platform/chromium-gpu-mac/compositing/reflections/nested-reflection-on-overflow-expected.checksum: Added.
* platform/chromium-gpu-mac/compositing/reflections/nested-reflection-on-overflow-expected.png: Added.
* platform/chromium-gpu-mac/compositing/reflections/nested-reflection-opacity-expected.checksum: Added.
* platform/chromium-gpu-mac/compositing/reflections/nested-reflection-opacity-expected.png: Added.
* platform/chromium-gpu-mac/compositing/reflections/nested-reflection-size-change-expected.checksum: Added.
* platform/chromium-gpu-mac/compositing/reflections/nested-reflection-size-change-expected.png: Added.
* platform/chromium-gpu-mac/compositing/reflections/nested-reflection-transformed-expected.checksum: Added.
* platform/chromium-gpu-mac/compositing/reflections/nested-reflection-transformed-expected.png: Added.
* platform/chromium-gpu-mac/compositing/reflections/nested-reflection-transformed2-expected.checksum: Added.
* platform/chromium-gpu-mac/compositing/reflections/nested-reflection-transformed2-expected.png: Added.
* platform/chromium-gpu-mac/compositing/reflections/nested-reflection-transition-expected.checksum: Added.
* platform/chromium-gpu-mac/compositing/reflections/nested-reflection-transition-expected.png: Added.
* platform/chromium-gpu-mac/compositing/reflections/reflection-in-composited-expected.checksum: Added.
* platform/chromium-gpu-mac/compositing/reflections/reflection-in-composited-expected.png: Added.
* platform/chromium-gpu-mac/compositing/reflections/reflection-on-composited-expected.checksum: Added.
* platform/chromium-gpu-mac/compositing/reflections/reflection-on-composited-expected.png: Added.
* platform/chromium-gpu-mac/compositing/reflections/reflection-ordering-expected.checksum: Added.
* platform/chromium-gpu-mac/compositing/reflections/reflection-ordering-expected.png: Added.
* platform/chromium-gpu-mac/compositing/reflections/reflection-positioning-expected.checksum: Added.
* platform/chromium-gpu-mac/compositing/reflections/reflection-positioning-expected.png: Added.
* platform/chromium-gpu-mac/compositing/reflections/reflection-positioning2-expected.checksum: Added.
* platform/chromium-gpu-mac/compositing/reflections/reflection-positioning2-expected.png: Added.
* platform/chromium-gpu-mac/compositing/reflections/remove-add-reflection-expected.checksum: Added.
* platform/chromium-gpu-mac/compositing/reflections/remove-add-reflection-expected.png: Added.
* platform/chromium-gpu-mac/compositing/reflections/simple-composited-reflections-expected.checksum: Added.
* platform/chromium-gpu-mac/compositing/reflections/simple-composited-reflections-expected.png: Added.
* platform/chromium-gpu-mac/compositing/reflections/transform-inside-reflection-expected.checksum: Added.
* platform/chromium-gpu-mac/compositing/reflections/transform-inside-reflection-expected.png: Added.
* platform/chromium-gpu-mac/compositing/repaint/composited-document-element-expected.checksum:
* platform/chromium-gpu-mac/compositing/repaint/composited-document-element-expected.png:
* platform/chromium-gpu-mac/compositing/repaint/content-into-overflow-expected.checksum: Added.
* platform/chromium-gpu-mac/compositing/repaint/content-into-overflow-expected.png: Added.
* platform/chromium-gpu-mac/compositing/repaint/layer-repaint-expected.checksum: Added.
* platform/chromium-gpu-mac/compositing/repaint/layer-repaint-expected.png: Added.
* platform/chromium-gpu-mac/compositing/repaint/opacity-between-absolute-expected.checksum: Added.
* platform/chromium-gpu-mac/compositing/repaint/opacity-between-absolute-expected.png: Added.
* platform/chromium-gpu-mac/compositing/repaint/opacity-between-absolute2-expected.checksum:
* platform/chromium-gpu-mac/compositing/repaint/opacity-between-absolute2-expected.png:
* platform/chromium-gpu-mac/compositing/repaint/overflow-into-content-expected.checksum: Added.
* platform/chromium-gpu-mac/compositing/repaint/overflow-into-content-expected.png: Added.
* platform/chromium-gpu-mac/compositing/self-painting-layers-expected.checksum:
* platform/chromium-gpu-mac/compositing/self-painting-layers-expected.png:
* platform/chromium-gpu-mac/compositing/self-painting-layers-expected.txt: Added.
* platform/chromium-gpu-mac/compositing/shadows/shadow-drawing-expected.checksum:
* platform/chromium-gpu-mac/compositing/shadows/shadow-drawing-expected.png:
* platform/chromium-gpu-mac/compositing/sibling-positioning-expected.checksum: Added.
* platform/chromium-gpu-mac/compositing/sibling-positioning-expected.png: Added.
* platform/chromium-gpu-mac/compositing/text-on-large-layer-expected.checksum:
* platform/chromium-gpu-mac/compositing/text-on-large-layer-expected.png:
* platform/chromium-gpu-mac/compositing/transitions/scale-transition-no-start-expected.checksum:
* platform/chromium-gpu-mac/compositing/transitions/scale-transition-no-start-expected.png:
* platform/chromium-gpu-mac/compositing/transitions/singular-scale-transition-expected.checksum: Added.
* platform/chromium-gpu-mac/compositing/transitions/singular-scale-transition-expected.png: Added.
* platform/chromium-gpu-mac/compositing/webgl/webgl-reflection-expected.checksum: Added.
* platform/chromium-gpu-mac/compositing/webgl/webgl-reflection-expected.png: Added.
* platform/chromium-gpu-mac/platform/chromium/compositing/layout-width-change-expected.checksum:
* platform/chromium-gpu-mac/platform/chromium/compositing/layout-width-change-expected.png:
* platform/chromium/test_expectations.txt:
2011-03-02 Tony Gentilcore <tonyg@chromium.org>
Unreviewed expectations update.
[chromium] Update expectations to match those in r80151
https://bugs.webkit.org/show_bug.cgi?id=55610
* platform/chromium-win/fast/css-generated-content/005-expected.txt:
* platform/chromium-win/fast/css-generated-content/beforeAfter-interdocument-expected.txt:
* platform/chromium-win/fast/css-generated-content/no-openclose-quote-expected.txt:
2011-03-02 Tony Gentilcore <tonyg@chromium.org>
Unreviewed expectations
Updating expectations after r80151
https://bugs.webkit.org/show_bug.cgi?id=55601
* platform/mac/fast/invalid/residual-style-expected.txt:
2011-03-02 Mihai Parparita <mihaip@chromium.org>
Unreviewed expectations update.
Add more Snow Leopard-only flakiness.
* platform/chromium/test_expectations.txt:
2011-03-02 Carol Szabo <carol.szabo@nokia.com>
Reviewed by David Hyatt <hyatt@apple.com>
content property doesn't support quotes
https://bugs.webkit.org/show_bug.cgi?id=6503
Added new tests for quotes. Fixed a few afected expected results.
* fast/css/content/content-quotes-01-expected.txt: Added.
* fast/css/content/content-quotes-01.html: Added.
* fast/css/content/content-quotes-02-expected.txt: Added.
* fast/css/content/content-quotes-02.html: Added.
* fast/css/content/content-quotes-03-expected.txt: Added.
* fast/css/content/content-quotes-03.html: Added.
* fast/css/content/content-quotes-04-expected.txt: Added.
* fast/css/content/content-quotes-04.html: Added.
* fast/css/content/content-quotes-05-expected.txt: Added.
* fast/css/content/content-quotes-05.html: Added.
* fast/css/content/content-quotes-06-expected.txt: Added.
* fast/css/content/content-quotes-06.html: Added.
* platform/mac/fast/css-generated-content/005-expected.txt:
* platform/mac/fast/css-generated-content/beforeAfter-interdocument-expected.txt:
* platform/mac/fast/css-generated-content/no-openclose-quote-expected.txt:
* platform/qt/fast/css-generated-content/005-expected.txt:
* platform/qt/fast/css-generated-content/beforeAfter-interdocument-expected.txt:
* platform/qt/fast/css-generated-content/no-openclose-quote-expected.txt:
2011-03-02 Tony Gentilcore <tonyg@chromium.org>
Unreviewed expectations update
[chromium] svg/text/font-size-below-point-five.svg doesn't pass on mac release
https://bugs.webkit.org/show_bug.cgi?id=55593
* platform/chromium/test_expectations.txt:
2011-03-02 Sergey Glazunov <serg.glazunov@gmail.com>
Reviewed by Dimitri Glazkov.
A WebKitCSSKeyframesRule object should set itself as the parent for inserted rules
https://bugs.webkit.org/show_bug.cgi?id=55488
* fast/css/css-keyframe-parent-expected.txt: Added.
* fast/css/css-keyframe-parent.html: Added.
2011-03-02 Adam Roben <aroben@apple.com>
Add some new tests to the WebKit2 Skipped file
* platform/mac-wk2/Skipped:
2011-02-16 John Knottenbelt <jknotten@chromium.org>
Reviewed by Dmitry Titov.
Detach Geolocation from Frame when Page destroyed.
https://bugs.webkit.org/show_bug.cgi?id=52877
Ensure that all geolocation permission requests are cancelled
when the page is detached from its frame.
* fast/dom/Geolocation/iframe-reparent-expected.txt: Added.
* fast/dom/Geolocation/iframe-reparent.html: Added.
* fast/dom/Geolocation/page-reload-cancel-permission-requests-expected.txt: Added.
* fast/dom/Geolocation/page-reload-cancel-permission-requests.html: Added.
* fast/dom/Geolocation/resources/iframe-reparent-page-iframe.html: Added.
* fast/dom/Geolocation/resources/iframe-reparent-page.html: Added.
* fast/dom/Geolocation/resources/page-reload-cancel-permission-requests-inner.html: Added.
* fast/dom/Geolocation/script-tests/iframe-reparent.js: Added.
(window2Loaded):
(firstWatchUpdate):
(secondWatchUpdate):
(firstWatchError):
(secondWatchError):
(maybeFinish):
* fast/dom/Geolocation/script-tests/page-reload-cancel-permission-requests.js: Added.
* platform/gtk/Skipped:
* platform/qt-wk2/Skipped:
* platform/qt/Skipped:
2011-03-02 Martin Maly <mmaly@chromium.org>
Reviewed by Dimitri Glazkov.
[Chromium] Expectation updates for strict mode V8 features.
https://bugs.webkit.org/show_bug.cgi?id=55538
* platform/chromium/fast/js/mozilla/strict/15.10.7-expected.txt: Added.
* platform/chromium/fast/js/mozilla/strict/15.3.5.1-expected.txt: Added.
* platform/chromium/fast/js/mozilla/strict/15.5.5.1-expected.txt: Added.
* platform/chromium/test_expectations.txt:
2011-03-02 Ryosuke Niwa <rniwa@webkit.org>
Yet another unreviewed Chromium rebaselines for r80121.
* platform/chromium-win/editing/pasteboard/subframe-dragndrop-1-expected.txt:
2011-03-02 Ryosuke Niwa <rniwa@webkit.org>
Another unreviewed Chromium rebaselines for r80121.
* platform/chromium-mac/editing/pasteboard/paste-xml-expected.txt: Added.
* platform/chromium-win/editing/pasteboard/paste-xml-expected.txt:
* platform/chromium/test_expectations.txt:
2011-03-02 Adam Roben <aroben@apple.com>
Skip a crashing test on Windows
<http://webkit.org/b/55069> tracks the failure.
* platform/win/Skipped: Added fast/text/international/text-combine-parser-test.html.
2011-03-02 Csaba Osztrogonác <ossy@webkit.org>
Unreviewed.
Assertion failure after removing a selection in keydown handler
https://bugs.webkit.org/show_bug.cgi?id=51389
Remove unnecessary Qt specific expected result.
* platform/qt/editing/style/remove-underline-from-stylesheet-expected.txt: Removed.
2011-03-02 Ryosuke Niwa <rniwa@webkit.org>
Unreviewed Chromium rebaselines for r80121; Added the failing expectation for
editing/input/setting-input-value-cancel-ime-composition.html due to the bug 55560.
* platform/chromium/test_expectations.txt:
* platform/chromium-linux/editing/pasteboard/smart-paste-003-expected.txt: Updated.
* platform/chromium-linux/editing/pasteboard/smart-paste-004-expected.txt: Ditto.
* platform/chromium-win/editing/ [...]: Ditto.
2011-03-02 Ryosuke Niwa <rniwa@webkit.org>
Unreviewed GTK rebaselines for r80121; Also skip editing/input/setting-input-value-cancel-ime-composition.html
because GTK port doesn't implement textInputController.hasMarkedText().
* platform/gtk/Skipped:
* platform/gtk/editing/ [...]: Updated.
* platform/gtk/fast/dom/delete-contents-expected.txt: Ditto.
2011-03-02 Csaba Osztrogonác <ossy@webkit.org>
Unreviewed.
Assertion failure after removing a selection in keydown handler
https://bugs.webkit.org/show_bug.cgi?id=51389
Update Qt specific expected results after r80121.
* platform/qt/Skipped: Add editing/input/setting-input-value-cancel-ime-composition.html because of missing feature.
* platform/qt/editing/ [...] : Updated.
2011-03-02 Adam Roben <aroben@apple.com>
Skip new test added in r80121 on Windows
It depends on textInputController, which DRT doesn't have on Windows.
* platform/win/Skipped: Added editing/input/setting-input-value-cancel-ime-composition.html.
2011-03-01 Ryosuke Niwa <rniwa@webkit.org>
Reviewed by Darin Adler.
Assertion failure after removing a selection in keydown handler
https://bugs.webkit.org/show_bug.cgi?id=51389
Added tests to ensure WebKit updates offset properly when deleting date
to editing/selection/character-data-mutation.html.
Added a test to ensure WebKit clears composition marks inside an input
element when the value is set programatically.
Many tests are rebaselined due to selection changed caused by the patch
and additional respondToChangedSelection calls.
* editing/deleting/delete-all-text-in-text-field-assertion-expected.txt:
* editing/deleting/delete-by-word-001-expected.txt:
* editing/deleting/delete-by-word-002-expected.txt:
* editing/deleting/delete-ligature-001-expected.txt:
* editing/deleting/delete-ligature-002-expected.txt:
* editing/deleting/delete-ligature-003-expected.txt:
* editing/deleting/pruning-after-merge-1-expected.txt:
* editing/deleting/skip-virama-001-expected.txt:
* editing/execCommand/createLink-expected.txt:
* editing/execCommand/hilitecolor-expected.txt:
* editing/execCommand/outdent-nested-lists-1-expected.txt:
* editing/execCommand/unlink-expected.txt:
* editing/input/setting-input-value-cancel-ime-composition-expected.txt: Added.
* editing/input/setting-input-value-cancel-ime-composition.html: Added.
* editing/inserting/insert-thai-characters-001-expected.txt:
* editing/pasteboard/copy-in-password-field-expected.txt:
* editing/pasteboard/paste-into-anchor-text-expected.txt:
* editing/selection/character-data-mutation-expected.txt:
* editing/selection/character-data-mutation.html:
* editing/style/remove-underline-from-stylesheet-expected.txt:
* editing/style/style-3690704-fix-expected.txt:
* editing/style/typing-style-003-expected.txt:
* editing/undo/redo-style-expected.txt:
* platform/mac/accessibility/selection-value-changes-for-aria-textbox-expected.txt:
* platform/mac/editing/deleting/collapse-whitespace-3587601-fix-expected.txt:
* platform/mac/editing/deleting/delete-3608430-fix-expected.txt:
* platform/mac/editing/deleting/delete-3608445-fix-expected.txt:
* platform/mac/editing/deleting/delete-3608462-fix-expected.txt:
* platform/mac/editing/deleting/delete-3775172-fix-expected.txt:
* platform/mac/editing/deleting/delete-3800834-fix-expected.txt:
* platform/mac/editing/deleting/delete-3857753-fix-expected.txt:
* platform/mac/editing/deleting/delete-3928305-fix-expected.txt:
* platform/mac/editing/deleting/delete-4083333-fix-expected.txt:
* platform/mac/editing/deleting/delete-after-span-ws-001-expected.txt:
* platform/mac/editing/deleting/delete-and-undo-expected.txt:
* platform/mac/editing/deleting/delete-at-paragraph-boundaries-008-expected.txt:
* platform/mac/editing/deleting/delete-block-merge-contents-010-expected.txt:
* platform/mac/editing/deleting/delete-block-merge-contents-012-expected.txt:
* platform/mac/editing/deleting/delete-block-merge-contents-013-expected.txt:
* platform/mac/editing/deleting/delete-block-merge-contents-014-expected.txt:
* platform/mac/editing/deleting/delete-block-merge-contents-015-expected.txt:
* platform/mac/editing/deleting/delete-block-merge-contents-016-expected.txt:
* platform/mac/editing/deleting/delete-block-merge-contents-018-expected.txt:
* platform/mac/editing/deleting/delete-block-merge-contents-019-expected.txt:
* platform/mac/editing/deleting/delete-block-merge-contents-020-expected.txt:
* platform/mac/editing/deleting/delete-block-merge-contents-021-expected.txt:
* platform/mac/editing/deleting/delete-block-merge-contents-022-expected.txt:
* platform/mac/editing/deleting/delete-block-table-expected.txt:
* platform/mac/editing/deleting/delete-br-007-expected.txt:
* platform/mac/editing/deleting/delete-character-001-expected.txt:
* platform/mac/editing/deleting/delete-hr-expected.txt:
* platform/mac/editing/deleting/delete-line-end-ws-001-expected.txt:
* platform/mac/editing/deleting/delete-line-end-ws-002-expected.txt:
* platform/mac/editing/deleting/delete-listitem-001-expected.txt:
* platform/mac/editing/deleting/delete-listitem-002-expected.txt:
* platform/mac/editing/deleting/delete-selection-001-expected.txt:
* platform/mac/editing/deleting/delete-tab-001-expected.txt:
* platform/mac/editing/deleting/delete-tab-002-expected.txt:
* platform/mac/editing/deleting/delete-tab-003-expected.txt:
* platform/mac/editing/deleting/delete-tab-004-expected.txt:
* platform/mac/editing/deleting/delete-trailing-ws-001-expected.txt:
* platform/mac/editing/deleting/delete-trailing-ws-002-expected.txt:
* platform/mac/editing/deleting/delete-ws-fixup-001-expected.txt:
* platform/mac/editing/deleting/delete-ws-fixup-003-expected.txt:
* platform/mac/editing/deleting/delete-ws-fixup-004-expected.txt:
* platform/mac/editing/deleting/forward-delete-expected.txt:
* platform/mac/editing/deleting/list-item-1-expected.txt:
* platform/mac/editing/deleting/paragraph-in-preserveNewline-expected.txt:
* platform/mac/editing/deleting/whitespace-pre-1-expected.txt:
* platform/mac/editing/execCommand/find-after-replace-expected.txt:
* platform/mac/editing/execCommand/insertHorizontalRule-expected.txt:
* platform/mac/editing/execCommand/paste-1-expected.txt:
* platform/mac/editing/execCommand/paste-2-expected.txt:
* platform/mac/editing/input/5576619-expected.txt:
* platform/mac/editing/input/emacs-ctrl-o-expected.txt:
* platform/mac/editing/input/firstrectforcharacterrange-styled-expected.txt:
* platform/mac/editing/input/text-input-controller-expected.txt:
* platform/mac/editing/inserting/4278698-expected.txt:
* platform/mac/editing/inserting/editing-empty-divs-expected.txt:
* platform/mac/editing/inserting/insert-3654864-fix-expected.txt:
* platform/mac/editing/inserting/insert-3851164-fix-expected.txt:
* platform/mac/editing/inserting/insert-after-delete-001-expected.txt:
* platform/mac/editing/inserting/insert-br-003-expected.txt:
* platform/mac/editing/inserting/insert-br-006-expected.txt:
* platform/mac/editing/inserting/insert-br-007-expected.txt:
* platform/mac/editing/inserting/insert-br-008-expected.txt:
* platform/mac/editing/inserting/insert-br-009-expected.txt:
* platform/mac/editing/inserting/insert-br-at-tabspan-002-expected.txt:
* platform/mac/editing/inserting/insert-br-at-tabspan-003-expected.txt:
* platform/mac/editing/inserting/insert-div-003-expected.txt:
* platform/mac/editing/inserting/insert-div-006-expected.txt:
* platform/mac/editing/inserting/insert-div-007-expected.txt:
* platform/mac/editing/inserting/insert-div-008-expected.txt:
* platform/mac/editing/inserting/insert-div-024-expected.txt:
* platform/mac/editing/inserting/insert-div-025-expected.txt:
* platform/mac/editing/inserting/insert-space-in-empty-doc-expected.txt:
* platform/mac/editing/inserting/insert-tab-003-expected.txt:
* platform/mac/editing/inserting/insert-text-at-tabspan-001-expected.txt:
* platform/mac/editing/inserting/insert-text-at-tabspan-002-expected.txt:
* platform/mac/editing/inserting/insert-text-with-newlines-expected.txt:
* platform/mac/editing/inserting/multiple-lines-selected-expected.txt:
* platform/mac/editing/inserting/paragraph-separator-03-expected.txt:
* platform/mac/editing/inserting/redo-expected.txt:
* platform/mac/editing/inserting/return-key-with-selection-003-expected.txt:
* platform/mac/editing/inserting/typing-001-expected.txt:
* platform/mac/editing/inserting/typing-002-expected.txt:
* platform/mac/editing/inserting/typing-003-expected.txt:
* platform/mac/editing/inserting/typing-around-br-001-expected.txt:
* platform/mac/editing/inserting/typing-around-image-001-expected.txt:
* platform/mac/editing/pasteboard/4076267-2-expected.txt:
* platform/mac/editing/pasteboard/4076267-3-expected.txt:
* platform/mac/editing/pasteboard/4076267-expected.txt:
* platform/mac/editing/pasteboard/4700297-expected.txt:
* platform/mac/editing/pasteboard/8145-3-expected.txt:
* platform/mac/editing/pasteboard/bad-placeholder-expected.txt:
* platform/mac/editing/pasteboard/cut-text-001-expected.txt:
* platform/mac/editing/pasteboard/emacs-ctrl-a-k-y-expected.txt:
* platform/mac/editing/pasteboard/emacs-ctrl-k-y-001-expected.txt:
* platform/mac/editing/pasteboard/interchange-newline-1-expected.txt:
* platform/mac/editing/pasteboard/interchange-newline-2-expected.txt:
* platform/mac/editing/pasteboard/merge-end-1-expected.txt:
* platform/mac/editing/pasteboard/merge-end-2-expected.txt:
* platform/mac/editing/pasteboard/merge-end-3-expected.txt:
* platform/mac/editing/pasteboard/merge-end-4-expected.txt:
* platform/mac/editing/pasteboard/merge-end-5-expected.txt:
* platform/mac/editing/pasteboard/merge-end-blockquote-expected.txt:
* platform/mac/editing/pasteboard/merge-end-borders-expected.txt:
* platform/mac/editing/pasteboard/merge-end-list-expected.txt:
* platform/mac/editing/pasteboard/merge-end-table-expected.txt:
* platform/mac/editing/pasteboard/paste-line-endings-007-expected.txt:
* platform/mac/editing/pasteboard/paste-line-endings-008-expected.txt:
* platform/mac/editing/pasteboard/paste-line-endings-009-expected.txt:
* platform/mac/editing/pasteboard/paste-line-endings-010-expected.txt:
* platform/mac/editing/pasteboard/paste-match-style-001-expected.txt:
* platform/mac/editing/pasteboard/paste-pre-001-expected.txt:
* platform/mac/editing/pasteboard/paste-pre-002-expected.txt:
* platform/mac/editing/pasteboard/paste-table-003-expected.txt:
* platform/mac/editing/pasteboard/paste-table-cells-expected.txt:
* platform/mac/editing/pasteboard/paste-text-001-expected.txt:
* platform/mac/editing/pasteboard/paste-text-002-expected.txt:
* platform/mac/editing/pasteboard/paste-text-003-expected.txt:
* platform/mac/editing/pasteboard/paste-text-004-expected.txt:
* platform/mac/editing/pasteboard/paste-text-005-expected.txt:
* platform/mac/editing/pasteboard/paste-text-008-expected.txt:
* platform/mac/editing/pasteboard/paste-text-009-expected.txt:
* platform/mac/editing/pasteboard/paste-text-019-expected.txt:
* platform/mac/editing/pasteboard/paste-text-at-tabspan-001-expected.txt:
* platform/mac/editing/pasteboard/paste-text-at-tabspan-002-expected.txt:
* platform/mac/editing/pasteboard/paste-text-at-tabspan-003-expected.txt:
* platform/mac/editing/pasteboard/paste-xml-expected.txt:
* platform/mac/editing/pasteboard/pasting-object-expected.txt:
* platform/mac/editing/pasteboard/smart-paste-002-expected.txt:
* platform/mac/editing/pasteboard/smart-paste-003-expected.txt:
* platform/mac/editing/pasteboard/smart-paste-004-expected.txt:
* platform/mac/editing/pasteboard/smart-paste-005-expected.txt:
* platform/mac/editing/pasteboard/smart-paste-006-expected.txt:
* platform/mac/editing/pasteboard/smart-paste-007-expected.txt:
* platform/mac/editing/pasteboard/smart-paste-008-expected.txt:
* platform/mac/editing/selection/move-between-blocks-no-001-expected.txt:
* platform/mac/editing/selection/replace-selection-1-expected.txt:
* platform/mac/editing/selection/select-all-iframe-expected.txt:
* platform/mac/editing/spelling/spelling-expected.txt:
* platform/mac/editing/style/relative-font-size-change-002-expected.txt:
* platform/mac/editing/style/relative-font-size-change-003-expected.txt:
* platform/mac/editing/style/smoosh-styles-001-expected.txt:
* platform/mac/editing/style/style-3681552-fix-001-expected.txt:
* platform/mac/editing/style/style-3681552-fix-002-expected.txt:
* platform/mac/editing/style/style-boundary-002-expected.txt:
* platform/mac/editing/style/style-boundary-003-expected.txt:
* platform/mac/editing/style/style-boundary-005-expected.txt:
* platform/mac/editing/style/typing-style-001-expected.txt:
* platform/mac/editing/style/typing-style-002-expected.txt:
* platform/mac/editing/style/unbold-in-bold-expected.txt:
* platform/mac/editing/undo/4063751-expected.txt:
* platform/mac/editing/undo/redo-typing-001-expected.txt:
* platform/mac/editing/undo/undo-combined-delete-boundary-expected.txt:
* platform/mac/editing/undo/undo-combined-delete-expected.txt:
* platform/mac/editing/undo/undo-delete-boundary-expected.txt:
* platform/mac/editing/undo/undo-delete-expected.txt:
* platform/mac/editing/undo/undo-forward-delete-boundary-expected.txt:
* platform/mac/editing/undo/undo-forward-delete-expected.txt:
* platform/mac/editing/undo/undo-misspellings-expected.txt:
* platform/mac/editing/undo/undo-typing-001-expected.txt:
* platform/mac/editing/unsupported-content/list-type-after-expected.txt:
* platform/mac/editing/unsupported-content/list-type-before-expected.txt:
* platform/mac/editing/unsupported-content/table-type-after-expected.txt:
* platform/mac/editing/unsupported-content/table-type-before-expected.txt:
* platform/mac/fast/dom/delete-contents-expected.txt:
2011-03-02 Sergio Villar Senin <svillar@igalia.com>
Unreviewed.
Replaced 2 tests in GTK Skipped list that were skipped by mistake
by the ones that are actually failing.
* platform/gtk/Skipped:
2011-03-02 Ryosuke Niwa <rniwa@webkit.org>
Unreviewed; added the missing blank line at the end.
* platform/qt/http/tests/security/xss-DENIED-xml-external-entity-expected.txt:
2011-03-02 Sergio Villar Senin <svillar@igalia.com>
Unreviewed.
Adding 3 new tests to the skipped list waiting for better viewport
error/warning messages.
* platform/gtk/Skipped:
2011-03-02 Ryosuke Niwa <rniwa@webkit.org>
Unreviewed Qt rebaselines for r80061.
* platform/qt/http/tests/security/xss-DENIED-xml-external-entity-expected.txt: Added.
2011-03-02 Sergio Villar Senin <svillar@igalia.com>
Unreviewed.
Rebaseline after r80061 and r80107.
* platform/gtk/fast/xsl/xslt-mismatched-tags-in-xslt-expected.txt:
* platform/gtk/fast/xsl/xslt-missing-namespace-in-xslt-expected.txt:
2011-03-02 Csaba Osztrogonác <ossy@webkit.org>
Unreviewed.
REGRESSION (r79762): Items in <select multiple> have focus rings, but shouldn't
https://bugs.webkit.org/show_bug.cgi?id=55323
Add Qt specific expected result for test introduced in r79934.
* platform/qt/fast/spatial-navigation/snav-multiple-select-focusring-expected.checksum: Added.
* platform/qt/fast/spatial-navigation/snav-multiple-select-focusring-expected.png: Added.
* platform/qt/fast/spatial-navigation/snav-multiple-select-focusring-expected.txt: Added.
2011-03-02 Joseph Pecoraro <joepeck@webkit.org>
Unreviewed expectations update. This is a follow-up to r80061.
Viewport tests were expected to produce new error, warning,
and tip console messages. The current output is correct,
but many of the warnings are wrong. Fixing the incorrect
warnings will be handled by:
https://bugs.webkit.org/show_bug.cgi?id=53707
There are also a number of xsl tests that have extra warnings
in qt when "Running an XSL-T 1.0 stylesheet with a 2.0 processor".
These tests now have qt platform specific results.
* fast/viewport/viewport-100-expected.txt:
* fast/viewport/viewport-101-expected.txt:
* fast/viewport/viewport-102-expected.txt:
* fast/viewport/viewport-103-expected.txt:
* fast/viewport/viewport-112-expected.txt:
* fast/viewport/viewport-115-expected.txt:
* fast/viewport/viewport-116-expected.txt:
* fast/viewport/viewport-117-expected.txt:
* fast/viewport/viewport-121-expected.txt:
* fast/viewport/viewport-122-expected.txt:
* fast/viewport/viewport-125-expected.txt:
* fast/viewport/viewport-129-expected.txt:
* fast/viewport/viewport-29-expected.txt:
* fast/viewport/viewport-30-expected.txt:
* fast/viewport/viewport-31-expected.txt:
* fast/viewport/viewport-32-expected.txt:
* fast/viewport/viewport-35-expected.txt:
* fast/viewport/viewport-36-expected.txt:
* fast/viewport/viewport-38-expected.txt:
* fast/viewport/viewport-39-expected.txt:
* fast/viewport/viewport-40-expected.txt:
* fast/viewport/viewport-41-expected.txt:
* fast/viewport/viewport-42-expected.txt:
* fast/viewport/viewport-43-expected.txt:
* fast/viewport/viewport-44-expected.txt:
* fast/viewport/viewport-46-expected.txt:
* fast/viewport/viewport-47-expected.txt:
* fast/viewport/viewport-48-expected.txt:
* fast/viewport/viewport-49-expected.txt:
* fast/viewport/viewport-52-expected.txt:
* fast/viewport/viewport-53-expected.txt:
* fast/viewport/viewport-54-expected.txt:
* fast/viewport/viewport-55-expected.txt:
* fast/viewport/viewport-61-expected.txt:
* fast/viewport/viewport-62-expected.txt:
* fast/viewport/viewport-63-expected.txt:
* fast/viewport/viewport-64-expected.txt:
* fast/viewport/viewport-66-expected.txt:
* fast/viewport/viewport-67-expected.txt:
* fast/viewport/viewport-68-expected.txt:
* fast/viewport/viewport-69-expected.txt:
* fast/viewport/viewport-70-expected.txt:
* fast/viewport/viewport-71-expected.txt:
* fast/viewport/viewport-72-expected.txt:
* fast/viewport/viewport-73-expected.txt:
* fast/viewport/viewport-74-expected.txt:
* fast/viewport/viewport-75-expected.txt:
* fast/viewport/viewport-76-expected.txt:
* fast/viewport/viewport-77-expected.txt:
* fast/viewport/viewport-78-expected.txt:
* fast/viewport/viewport-79-expected.txt:
* fast/viewport/viewport-80-expected.txt:
* fast/viewport/viewport-81-expected.txt:
* fast/viewport/viewport-83-expected.txt:
* fast/viewport/viewport-85-expected.txt:
* fast/viewport/viewport-90-expected.txt:
* platform/qt/fast/events/xsl-onload-expected.txt: Added.
* platform/qt/fast/parser/xslt-with-html-expected.txt: Added.
* platform/qt/fast/xsl/document-function-expected.txt:
* platform/qt/fast/xsl/subframe-location-expected.txt: Added.
* platform/qt/fast/xsl/transform-to-html-expected.txt: Added.
* platform/qt/fast/xsl/utf8-chunks-expected.txt: Added.
* platform/qt/fast/xsl/xslt-bad-import-uri-expected.txt: Added.
* platform/qt/fast/xsl/xslt-doc-noenc-expected.txt: Added.
* platform/qt/fast/xsl/xslt-entity-enc-expected.txt: Added.
* platform/qt/fast/xsl/xslt-mismatched-tags-in-xslt-expected.txt:
* platform/qt/fast/xsl/xslt-recursion-expected.txt: Added.
* platform/qt/http/tests/misc/location-test-xsl-style-sheet-expected.txt: Added.
* platform/qt/http/tests/security/xss-DENIED-xsl-document-expected.txt:
* platform/qt/http/tests/security/xss-DENIED-xsl-document-redirect-expected.txt:
* platform/qt/http/tests/security/xss-DENIED-xsl-external-entity-expected.txt: Added.
* platform/qt/http/tests/security/xss-DENIED-xsl-external-entity-redirect-expected.txt: Added.
2011-03-02 Kent Tamura <tkent@chromium.org>
Unreviewed, a trivial fix for r80096.
REGRESSION (r80096): [Chromium] fast/forms/input-number-unacceptable-style.html failure
https://bugs.webkit.org/show_bug.cgi?id=55562
* platform/chromium/test_expectations.txt:
2011-03-02 Kent Tamura <tkent@chromium.org>
Unreviewed, test expectation update.
* platform/chromium/test_expectations.txt:
Mark fast/forms/input-number-unacceptable-style.html as TEXT.
2011-03-02 Kent Tamura <tkent@chromium.org>
Unreviewed.
Update a test and test expectation for r80096.
* fast/forms/input-number-unacceptable-style-expected.txt:
* fast/forms/input-number-unacceptable-style.html:
ICU seems to accept "-1+" as a number. So change it to "-1a".
* 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-mac/fast/speech/input-appearance-numberandspeech-expected.checksum:
* platform/chromium-mac/fast/speech/input-appearance-numberandspeech-expected.png:
* platform/chromium-mac/fast/speech/input-appearance-numberandspeech-expected.txt:
* 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:
2011-03-01 Anna Cavender <annacc@chromium.org>
Reviewed by Eric Carlson.
Remove playing of video in media/video-replaces-poster.html and update text results.
https://bugs.webkit.org/show_bug.cgi?id=54910
* media/video-replaces-poster-expected.txt: Added.
* media/video-replaces-poster.html:
* platform/chromium-win/media/video-replaces-poster-expected.txt: Removed.
* platform/gtk/media/video-replaces-poster-expected.txt: Removed.
* platform/mac/media/video-replaces-poster-expected.txt: Removed.
2011-03-01 Kent Tamura <tkent@chromium.org>
Reviewed by Dimitri Glazkov.
Assertion fails when a form validation bubble appears
https://bugs.webkit.org/show_bug.cgi?id=55550
* fast/forms/interactive-validation-attach-assertion-expected.txt: Added.
* fast/forms/interactive-validation-attach-assertion.html: Added.
* platform/gtk/Skipped:
* platform/mac/Skipped:
* platform/qt/Skipped:
* platform/win/Skipped:
2011-03-01 Kent Tamura <tkent@chromium.org>
Reviewed by Dimitri Glazkov.
Support localized numbers in <input type=number>
https://bugs.webkit.org/show_bug.cgi?id=42484
Update an existing test because of removing the keyboard input
restriction feature.
* fast/forms/input-number-keyoperation-expected.txt:
* fast/forms/script-tests/input-number-keyoperation.js:
2011-03-01 Victoria Kirst <vrk@chromium.org>
Reviewed by Kenneth Russell.
[Chromium] videos are not painted for compositing/ tests
https://bugs.webkit.org/show_bug.cgi?id=54694
Videos are now painted for compositing tests. This patch uploads the
expected layout results and enables the tests again.
* platform/chromium-gpu-linux/compositing/geometry/clipped-video-controller-expected.checksum: Added.
* platform/chromium-gpu-linux/compositing/geometry/clipped-video-controller-expected.png: Added.
* platform/chromium-gpu-linux/compositing/geometry/video-fixed-scrolling-expected.checksum: Added.
* platform/chromium-gpu-linux/compositing/geometry/video-fixed-scrolling-expected.png: Added.
* platform/chromium-gpu-linux/compositing/geometry/video-opacity-overlay-expected.checksum: Added.
* platform/chromium-gpu-linux/compositing/geometry/video-opacity-overlay-expected.png: Added.
* platform/chromium-gpu-linux/compositing/layers-inside-overflow-scroll-expected.checksum: Added.
* platform/chromium-gpu-linux/compositing/layers-inside-overflow-scroll-expected.png: Added.
* platform/chromium-gpu-linux/compositing/overflow/overflow-compositing-descendant-expected.checksum: Added.
* platform/chromium-gpu-linux/compositing/overflow/overflow-compositing-descendant-expected.png: Added.
* platform/chromium-gpu-linux/compositing/overflow/scroll-ancestor-update-expected.checksum: Added.
* platform/chromium-gpu-linux/compositing/overflow/scroll-ancestor-update-expected.png: Added.
* platform/chromium-gpu-linux/compositing/reflections/load-video-in-reflection-expected.checksum: Added.
* platform/chromium-gpu-linux/compositing/reflections/load-video-in-reflection-expected.png: Added.
* platform/chromium-gpu-linux/compositing/self-painting-layers-expected.checksum: Added.
* platform/chromium-gpu-linux/compositing/self-painting-layers-expected.png: Added.
* platform/chromium-gpu-mac/compositing/geometry/clipped-video-controller-expected.checksum: Added.
* platform/chromium-gpu-mac/compositing/geometry/clipped-video-controller-expected.png: Added.
* platform/chromium-gpu-mac/compositing/geometry/video-fixed-scrolling-expected.checksum: Added.
* platform/chromium-gpu-mac/compositing/geometry/video-fixed-scrolling-expected.png: Added.
* platform/chromium-gpu-mac/compositing/geometry/video-opacity-overlay-expected.checksum: Added.
* platform/chromium-gpu-mac/compositing/geometry/video-opacity-overlay-expected.png: Added.
* platform/chromium-gpu-mac/compositing/layers-inside-overflow-scroll-expected.checksum: Added.
* platform/chromium-gpu-mac/compositing/layers-inside-overflow-scroll-expected.png: Added.
* platform/chromium-gpu-mac/compositing/overflow/overflow-compositing-descendant-expected.checksum: Added.
* platform/chromium-gpu-mac/compositing/overflow/overflow-compositing-descendant-expected.png: Added.
* platform/chromium-gpu-mac/compositing/overflow/scroll-ancestor-update-expected.checksum: Added.
* platform/chromium-gpu-mac/compositing/overflow/scroll-ancestor-update-expected.png: Added.
* platform/chromium-gpu-mac/compositing/reflections/load-video-in-reflection-expected.checksum: Added.
* platform/chromium-gpu-mac/compositing/reflections/load-video-in-reflection-expected.png: Added.
* platform/chromium-gpu-mac/compositing/self-painting-layers-expected.checksum: Added.
* platform/chromium-gpu-mac/compositing/self-painting-layers-expected.png: Added.
* platform/chromium-gpu-win/compositing/geometry/clipped-video-controller-expected.checksum: Added.
* platform/chromium-gpu-win/compositing/geometry/clipped-video-controller-expected.png: Added.
* platform/chromium-gpu-win/compositing/geometry/clipped-video-controller-expected.txt: Added.
* platform/chromium-gpu-win/compositing/geometry/video-fixed-scrolling-expected.checksum: Added.
* platform/chromium-gpu-win/compositing/geometry/video-fixed-scrolling-expected.png: Added.
* platform/chromium-gpu-win/compositing/geometry/video-fixed-scrolling-expected.txt: Added.
* platform/chromium-gpu-win/compositing/geometry/video-opacity-overlay-expected.checksum: Added.
* platform/chromium-gpu-win/compositing/geometry/video-opacity-overlay-expected.png: Added.
* platform/chromium-gpu-win/compositing/geometry/video-opacity-overlay-expected.txt: Added.
* platform/chromium-gpu-win/compositing/layers-inside-overflow-scroll-expected.checksum: Added.
* platform/chromium-gpu-win/compositing/layers-inside-overflow-scroll-expected.png: Added.
* platform/chromium-gpu-win/compositing/layers-inside-overflow-scroll-expected.txt: Added.
* platform/chromium-gpu-win/compositing/overflow/overflow-compositing-descendant-expected.checksum: Added.
* platform/chromium-gpu-win/compositing/overflow/overflow-compositing-descendant-expected.png: Added.
* platform/chromium-gpu-win/compositing/overflow/overflow-compositing-descendant-expected.txt: Added.
* platform/chromium-gpu-win/compositing/overflow/scroll-ancestor-update-expected.checksum: Added.
* platform/chromium-gpu-win/compositing/overflow/scroll-ancestor-update-expected.png: Added.
* platform/chromium-gpu-win/compositing/overflow/scroll-ancestor-update-expected.txt: Added.
* platform/chromium-gpu-win/compositing/reflections/load-video-in-reflection-expected.checksum: Added.
* platform/chromium-gpu-win/compositing/reflections/load-video-in-reflection-expected.png: Added.
* platform/chromium-gpu-win/compositing/reflections/load-video-in-reflection-expected.txt: Added.
* platform/chromium-gpu-win/compositing/self-painting-layers-expected.checksum: Added.
* platform/chromium-gpu-win/compositing/self-painting-layers-expected.png: Added.
* platform/chromium-gpu-win/compositing/self-painting-layers-expected.txt: Added.
* platform/chromium/test_expectations.txt:
2011-03-01 Joseph Pecoraro <joepeck@webkit.org>
Unreviewed expectations update. This is a follow-up to r80061.
Leopard has a slightly different error message, so
platform/mac-leopard needs its own expected results for the
websocket test. Added platform specific expected results for
the other tests which are consistently failing with an extra
console message on the bots.
* platform/mac-leopard/http/tests/inspector/console-websocket-error-expected.txt:
* platform/mac-leopard/http/tests/security/xss-DENIED-xml-external-entity-expected.txt: Added.
* platform/mac-leopard/http/tests/security/xss-DENIED-xsl-external-entity-expected.txt: Added.
2011-03-01 Joseph Pecoraro <joepeck@webkit.org>
Unreviewed expectations update. This is expected
behavior after r80061, which enabled printing
of more console messages.
* http/tests/xmlviewer/dumpAsText/wml-expected.txt:
2011-03-01 Sheriff Bot <webkit.review.bot@gmail.com>
Unreviewed, rolling out r80078.
http://trac.webkit.org/changeset/80078
https://bugs.webkit.org/show_bug.cgi?id=55545
underlying change was rolled out (Requested by tonyg-cr on
#webkit).
* platform/chromium/test_expectations.txt:
2011-03-01 Tony Gentilcore <tonyg@chromium.org>
Unreviewed new baselines
[chromium] Add expectations for new tests in r80049
https://bugs.webkit.org/show_bug.cgi?id=55543
* platform/chromium-mac/svg/css/path-gradient-stroke-shadow-expected.checksum: Added.
* platform/chromium-mac/svg/css/path-gradient-stroke-shadow-expected.png: Added.
* platform/chromium-win/svg/css/path-gradient-stroke-shadow-expected.checksum: Added.
* platform/chromium-win/svg/css/path-gradient-stroke-shadow-expected.png: Added.
2011-03-01 Tony Gentilcore <tonyg@chromium.org>
Unreviewed expectations
[chromium] Skip new viewport tests added by r80068
https://bugs.webkit.org/show_bug.cgi?id=55539
LayoutTestController doesn't implement dumpConfigurationForViewport() which is needed for this test.
* platform/chromium/test_expectations.txt:
2011-03-01 Joseph Pecoraro <joepeck@webkit.org>
Unreviewed. Roll out r80068 and r80073 due to breaking WebKit2 Qt port.
* fast/viewport/viewport-warnings-1.html: Removed.
* fast/viewport/viewport-warnings-2.html: Removed.
* fast/viewport/viewport-warnings-3.html: Removed.
* fast/viewport/viewport-warnings-4.html: Removed.
* fast/viewport/viewport-warnings-5.html: Removed.
* fast/viewport/viewport-warnings-6.html: Removed.
* fast/viewport/viewport-warnings-7.html: Removed.
2011-03-01 Jeremy Orlow <jorlow@chromium.org>
Reviewed by James Robinson.
IDBKeyRange.bound() should not use the optional options object
https://bugs.webkit.org/show_bug.cgi?id=55419
* storage/indexeddb/index-cursor.html:
* storage/indexeddb/keyrange-expected.txt:
* storage/indexeddb/keyrange.html:
* storage/indexeddb/objectstore-cursor.html:
2011-03-01 Tony Gentilcore <tonyg@chromium.org>
Unreviewed expectations update
[chromium] Expectations updates from r80061
https://bugs.webkit.org/show_bug.cgi?id=55533
* platform/chromium-linux/fast/xsl/xslt-missing-namespace-in-xslt-expected.txt: Added.
* platform/chromium-linux/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt: Added.
* platform/chromium-linux/http/tests/xmlviewer/dumpAsText/wml-expected.txt: Added.
2011-03-01 Helder Correia <helder@sencha.com>
Unreviewed Qt skipped tests update.
The manually committed patch didn't include the update to
fast/canvas/canvas-strokePath-gradient-shadow.html by mistake:
No shadow when stroking a path with a gradient
https://bugs.webkit.org/show_bug.cgi?id=55436
* platform/qt/Skipped: Skip new test since it fails.
2011-03-01 Joseph Pecoraro <joepeck@webkit.org>
Reviewed by Kenneth Rohde Christiansen.
Viewport Warning/Error Messages Are Now Inaccurate
https://bugs.webkit.org/show_bug.cgi?id=53707
Added tests specifically to test Console warnings.
* fast/viewport/viewport-warnings-1.html: Added.
* fast/viewport/viewport-warnings-2.html: Added.
* fast/viewport/viewport-warnings-3.html: Added.
* fast/viewport/viewport-warnings-4.html: Added.
* fast/viewport/viewport-warnings-5.html: Added.
* fast/viewport/viewport-warnings-6.html: Added.
* fast/viewport/viewport-warnings-7.html: Added.
2011-03-01 Tony Gentilcore <tonyg@chromium.org>
Unreviewed baseline
[chromium] Add baseline for test added by r80040
https://bugs.webkit.org/show_bug.cgi?id=55529
* platform/chromium-mac/fast/table/table-and-parts-outline-expected.checksum: Added.
* platform/chromium-mac/fast/table/table-and-parts-outline-expected.png: Added.
2011-03-01 Ryosuke Niwa <rniwa@webkit.org>
Reviewed by Alexey Proskuryakov.
Fix a bug in platform/mac/editing/input/selection-change-closes-typing.html
https://bugs.webkit.org/show_bug.cgi?id=55523
The marked text is at offset 0 with length 1, not at offset 1 with length 0.
* platform/mac/editing/input/selection-change-closes-typing.html:
2011-03-01 Tony Gentilcore <tonyg@chromium.org>
Unreviewed expectations
[chromium] Add expectations for new tests in r80049
https://bugs.webkit.org/show_bug.cgi?id=55526
* platform/chromium-linux/svg/css/path-gradient-stroke-shadow-expected.checksum: Added.
* platform/chromium-linux/svg/css/path-gradient-stroke-shadow-expected.png: Added.
* platform/chromium/test_expectations.txt:
2011-03-01 Joseph Pecoraro <joepeck@webkit.org>
Reviewed by Kenneth Rohde Christiansen.
Viewport parsing no longer accepts "1.0;" value as valid.
https://bugs.webkit.org/show_bug.cgi?id=53705
Adding expected results generated from the build-bot. They look
correct, as the viewport "123x135" has the expected width of "123".
* fast/viewport/viewport-129-expected.txt: Added.
2011-03-01 Ryosuke Niwa <rniwa@webkit.org>
Reviewed by Darin Adler.
WebKit does not merge text decorations in the typing style and the selected element properly
https://bugs.webkit.org/show_bug.cgi?id=55349
Added a test to ensure WebKit merges text decorations in the typing style and the inline style
of the element around the caret when computing the style at the selection start.
* editing/execCommand/merge-text-decoration-with-typing-style-expected.txt: Added.
* editing/execCommand/merge-text-decoration-with-typing-style.html: Added.
* editing/style/push-down-inline-styles-expected.txt: Rebaselined due to the change in which text decoration
values appear.
* editing/style/script-tests/push-down-inline-styles.js: Ditto.
2011-03-01 Tony Gentilcore <tonyg@chromium.org>
Unreviewed expectations update
[chromium] Rebaseline fast/ruby/base-shorter-than-text.html
https://bugs.webkit.org/show_bug.cgi?id=55522
This changed as a result of r80015.
* platform/chromium-mac/fast/ruby/base-shorter-than-text-expected.checksum: Added.
* platform/chromium-mac/fast/ruby/base-shorter-than-text-expected.png: Added.
2011-03-01 Jeremy Orlow <jorlow@chromium.org>
Reviewed by Steve Block.
When an IDBTransaction is aborted, all requests that have not yet fired should fire an ABORT_ERR
https://bugs.webkit.org/show_bug.cgi?id=54785
* storage/indexeddb/transaction-abort.html: Added
* storage/indexeddb/transaction-abort-expected.txt: Added
2011-03-01 Tony Gentilcore <tonyg@chromium.org>
Unreviewed new baseline
[chromium] Add win baseline for fast/table/table-and-parts-outline.html
https://bugs.webkit.org/show_bug.cgi?id=55517
Test was added by r80040
* platform/chromium-win/fast/table/table-and-parts-outline-expected.checksum: Added.
* platform/chromium-win/fast/table/table-and-parts-outline-expected.png: Added.
* platform/chromium-win/fast/table/table-and-parts-outline-expected.txt: Added.
2011-03-01 Helder Correia <helder@sencha.com>
Reviewed by Simon Fraser.
No shadow when stroking a path with a gradient
https://bugs.webkit.org/show_bug.cgi?id=55436
This happens in CG and is related to bug 52509, this time to be fixed
in GraphicsContext::strokePath(). The gradient needs to be drawn
clipped to the stroke on a CGLayer first, then the layer drawn on the
GraphicsContext.
* fast/canvas/canvas-strokePath-gradient-shadow-expected.txt: Added.
* fast/canvas/canvas-strokePath-gradient-shadow.html: Added.
* fast/canvas/script-tests/canvas-strokePath-gradient-shadow.js: Added.
* platform/chromium/test_expectations.txt: Skip new test since it fails.
* platform/mac/svg/css/path-gradient-stroke-shadow-expected.checksum: Added.
* platform/mac/svg/css/path-gradient-stroke-shadow-expected.png: Added.
* platform/mac/svg/css/path-gradient-stroke-shadow-expected.txt: Added.
* platform/qt/Skipped: Skip new test since it fails.
* platform/qt/svg/css/path-gradient-stroke-shadow-expected.checksum: Added.
* platform/qt/svg/css/path-gradient-stroke-shadow-expected.png: Added.
* platform/qt/svg/css/path-gradient-stroke-shadow-expected.txt: Added.
* svg/css/path-gradient-stroke-shadow.svg: Added.
2011-03-01 Tony Gentilcore <tonyg@chromium.org>
Unreviewed new baseline
[chromium] Add linux baseline for fast/table/table-and-parts-outline.html
https://bugs.webkit.org/show_bug.cgi?id=55511
Test was added by r80040
* platform/chromium-linux/fast/table/table-and-parts-outline-expected.checksum: Added.
* platform/chromium-linux/fast/table/table-and-parts-outline-expected.png: Added.
* platform/chromium-linux/fast/table/table-and-parts-outline-expected.txt: Added.
2011-03-01 James Simonsen <simonjam@chromium.org>
Reviewed by Tony Gentilcore.
[Web Timing] Handle the case where no responseEnd time is available.
https://bugs.webkit.org/show_bug.cgi?id=55444
* platform/chromium/test_expectations.txt: Remove CRASH from fast/dom/prototype-inheritance-2.html
2011-03-01 Sheriff Bot <webkit.review.bot@gmail.com>
Unreviewed, rolling out r80037.
http://trac.webkit.org/changeset/80037
https://bugs.webkit.org/show_bug.cgi?id=55508
broke compile on SL (Requested by tonyg-cr on #webkit).
* fast/css/content/content-quotes-01-expected.txt: Removed.
* fast/css/content/content-quotes-01.html: Removed.
* fast/css/content/content-quotes-02-expected.txt: Removed.
* fast/css/content/content-quotes-02.html: Removed.
* fast/css/content/content-quotes-03-expected.txt: Removed.
* fast/css/content/content-quotes-03.html: Removed.
* fast/css/content/content-quotes-04-expected.txt: Removed.
* fast/css/content/content-quotes-04.html: Removed.
* fast/css/content/content-quotes-05-expected.txt: Removed.
* fast/css/content/content-quotes-05.html: Removed.
* fast/css/content/content-quotes-06-expected.txt: Removed.
* fast/css/content/content-quotes-06.html: Removed.
2011-03-01 Abhishek Arya <inferno@chromium.org>
Reviewed by Dave Hyatt.
Tests that we draw outlines for table and table cells.
https://bugs.webkit.org/show_bug.cgi?id=55474
* fast/table/table-and-parts-outline.html: Added.
* platform/mac/fast/table/table-and-parts-outline-expected.checksum: Added.
* platform/mac/fast/table/table-and-parts-outline-expected.png: Added.
* platform/mac/fast/table/table-and-parts-outline-expected.txt: Added.
2011-03-01 Sheriff Bot <webkit.review.bot@gmail.com>
Unreviewed, rolling out r80028.
http://trac.webkit.org/changeset/80028
https://bugs.webkit.org/show_bug.cgi?id=55502
'caused crashes; rolling out while investigating' (Requested
by jorlow on #webkit).
* storage/indexeddb/transaction-abort-expected.txt: Removed.
* storage/indexeddb/transaction-abort.html: Removed.
2011-03-01 Carol Szabo <carol.szabo@nokia.com>
Reviewed by David Hyatt <hyatt@apple.com>
content property doesn't support quotes
https://bugs.webkit.org/show_bug.cgi?id=6503
Added new tests for quotes.
* fast/css/content/content-quotes-01-expected.txt: Added.
* fast/css/content/content-quotes-01.html: Added.
* fast/css/content/content-quotes-02-expected.txt: Added.
* fast/css/content/content-quotes-02.html: Added.
* fast/css/content/content-quotes-03-expected.txt: Added.
* fast/css/content/content-quotes-03.html: Added.
* fast/css/content/content-quotes-04-expected.txt: Added.
* fast/css/content/content-quotes-04.html: Added.
* fast/css/content/content-quotes-05-expected.txt: Added.
* fast/css/content/content-quotes-05.html: Added.
2011-03-01 Michael Nordman <michaeln@google.com>
Reviewed by Alexey Proskuryakov.
Tests for the correct relative priorities of network vs fallback namespaces in the appcache.
If a resource url is in an appcache's network namespace and fallback namespace, the network
namespace wins (with the exception of the special '*' network namespace which does not take
priority over the fallback namespace.
https://bugs.webkit.org/show_bug.cgi?id=49292
* http/tests/appcache/online-fallback-layering-expected.txt: Added.
* http/tests/appcache/online-fallback-layering.html: Added.
* http/tests/appcache/resources/fallbacknamespace-fallback-resource.txt: Added.
* http/tests/appcache/resources/fallbacknamespace-networknamespace-existing-resource.html: Added.
* http/tests/appcache/resources/online-fallback-layering.manifest: Added.
2011-03-01 Tony Gentilcore <tonyg@chromium.org>
Unreviewed expectations update.
[chromium] fast/text/font-size-zero.html
https://bugs.webkit.org/show_bug.cgi?id=55497
Appears to have been fixed by r79694.
* platform/chromium/test_expectations.txt:
2011-03-01 Joseph Pecoraro <joepeck@webkit.org>
Unreviewed, fix GTK DumpRenderTree crash.
Viewport parsing no longer accepts "1.0;" value as valid.
https://bugs.webkit.org/show_bug.cgi?id=53705
Follow-up fix. Pass the correct number of arguments
into layoutTestController.dumpConfigurationForViewport.
* fast/viewport/viewport-129.html:
2011-02-18 Jeremy Orlow <jorlow@chromium.org>
Reviewed by Steve Block.
When an IDBTransaction is aborted, all requests that have not yet fired should fire an ABORT_ERR
https://bugs.webkit.org/show_bug.cgi?id=54785
* storage/indexeddb/transaction-abort.html: Added
* storage/indexeddb/transaction-abort-expected.txt: Added
2011-03-01 Tony Gentilcore <tonyg@chromium.org>
Unreviewed build fix.
[chromium] Skip test added w/o expectations
https://bugs.webkit.org/show_bug.cgi?id=55496
Added by r80012 without expectations
* platform/chromium/test_expectations.txt:
2011-03-01 Mihai Parparita <mihaip@chromium.org>
Unreviewed Chromium expectations change. Remove failing expectations for
editing/ tests that pass after r79961.
* platform/chromium/test_expectations.txt:
2011-02-28 Jeremy Orlow <jorlow@chromium.org>
Reviewed by Steve Block.
Only IndexedDB's error event should be cancelable
https://bugs.webkit.org/show_bug.cgi?id=55413
Add checks to existing tests.
* storage/indexeddb/objectstore-basics.html:
* storage/indexeddb/transaction-basics.html:
2011-03-01 Jia Pu <jpu@apple.com>
Reviewed by Darin Adler.
Remove CorrectionIndicator markers sooner.
https://bugs.webkit.org/show_bug.cgi?id=54893
<rdar://problem/8997524>
See WebCore/ChangeLog for detail.
* platform/mac-leopard/Skipped:
* platform/mac-snowleopard/Skipped:
* platform/mac-tiger/Skipped:
* platform/mac-wk2/Skipped:
* platform/mac/editing/spelling/autocorrection-simple-expected.checksum:
* platform/mac/editing/spelling/autocorrection-simple-expected.png:
* platform/mac/editing/spelling/autocorrection-simple-expected.txt:
* platform/mac/editing/spelling/autocorrection-simple.html:
* platform/mac/editing/spelling/delete-into-autocorrected-word-expected.checksum:
* platform/mac/editing/spelling/delete-into-autocorrected-word-expected.png:
* platform/mac/editing/spelling/removing-underline-after-accepting-autocorrection-using-punctuation-expected.checksum: Added.
* platform/mac/editing/spelling/removing-underline-after-accepting-autocorrection-using-punctuation-expected.png: Added.
* platform/mac/editing/spelling/removing-underline-after-accepting-autocorrection-using-punctuation-expected.txt: Copied from LayoutTests/platform/mac/editing/spelling/autocorrection-simple-expected.txt.
* platform/mac/editing/spelling/removing-underline-after-accepting-autocorrection-using-punctuation.html: Copied from LayoutTests/platform/mac/editing/spelling/autocorrection-simple.html.
2011-03-01 Tony Gentilcore <tonyg@chromium.org>
Unreviewed build fix.
[chromium] pass fast/table/fixed-with-auto-with-colspan-vertical.html
https://bugs.webkit.org/show_bug.cgi?id=55491
Fixed by r79760.
* platform/chromium/test_expectations.txt:
2011-03-01 Steve Lacey <sjl@chromium.org>
Reviewed by Eric Carlson.
Create layout test for progress event and remove test for suspend event.
LayoutTests/http/tests/media/video-play-suspend is now hanging on chromium
https://bugs.webkit.org/show_bug.cgi?id=55198
* http/tests/media/video-play-progress-expected.txt: Added.
* http/tests/media/video-play-progress.html: Added.
* http/tests/media/video-play-suspend-expected.txt: Removed.
* http/tests/media/video-play-suspend.html: Removed.
* platform/gtk/Skipped:
* platform/mac/Skipped:
* platform/win/Skipped:
2011-03-01 Martin Robinson <mrobinson@igalia.com>
REGRESSION (r79762): Items in <select multiple> have focus rings, but shouldn't
https://bugs.webkit.org/show_bug.cgi?id=55323
Add new GTK+ test results.
* platform/gtk/fast/forms/select-listbox-multiple-no-focusring-expected.checksum: Added.
* platform/gtk/fast/forms/select-listbox-multiple-no-focusring-expected.png: Added.
* platform/gtk/fast/forms/select-listbox-multiple-no-focusring-expected.txt: Added.
* platform/gtk/fast/spatial-navigation/snav-multiple-select-focusring-expected.checksum: Added.
* platform/gtk/fast/spatial-navigation/snav-multiple-select-focusring-expected.png: Added.
2011-03-01 Dan Bernstein <mitz@apple.com>
Reviewed by Darin Adler.
<rdar://problem/8902714> Expand ruby text when it is shorter than the ruby base
https://bugs.webkit.org/show_bug.cgi?id=55487
* platform/mac/fast/blockflow/Kusa-Makura-background-canvas-expected.checksum:
* platform/mac/fast/blockflow/Kusa-Makura-background-canvas-expected.png:
* platform/mac/fast/blockflow/Kusa-Makura-background-canvas-expected.txt:
* platform/mac/fast/blockflow/japanese-ruby-horizontal-bt-expected.checksum:
* platform/mac/fast/blockflow/japanese-ruby-horizontal-bt-expected.png:
* platform/mac/fast/blockflow/japanese-ruby-horizontal-bt-expected.txt:
* platform/mac/fast/blockflow/japanese-ruby-vertical-lr-expected.checksum:
* platform/mac/fast/blockflow/japanese-ruby-vertical-lr-expected.png:
* platform/mac/fast/blockflow/japanese-ruby-vertical-lr-expected.txt:
* platform/mac/fast/blockflow/japanese-ruby-vertical-rl-expected.checksum:
* platform/mac/fast/blockflow/japanese-ruby-vertical-rl-expected.png:
* platform/mac/fast/blockflow/japanese-ruby-vertical-rl-expected.txt:
2011-03-01 Sergio Villar Senin <svillar@igalia.com>
Unreviewed.
Added new GTK test expectations.
* platform/gtk/fast/block/positioning/auto/vertical-lr/: 7 tests.
* platform/gtk/fast/block/positioning/auto/vertical-rl/: 7 tests.
2011-02-23 Joseph Pecoraro <joepeck@webkit.org>
Reviewed by Timothy Hatcher.
All Console Messages should be passed to ChromeClients.
https://bugs.webkit.org/show_bug.cgi?id=54926
Passing more message types to the ChromeClient allows
some more messages to get output during tests. Specifically
HTML, XML, and Other message types.
* inspector/audits/audits-panel-functional.html: correct a legitimate HTML parse error.
* http/tests/security/cross-origin-xsl-BLOCKED-expected.txt:
* http/tests/security/mixedContent/insecure-css-in-main-frame-expected.txt:
* http/tests/security/mixedContent/insecure-iframe-in-main-frame-expected.txt:
* http/tests/security/mixedContent/insecure-image-in-main-frame-expected.txt:
* http/tests/security/mixedContent/insecure-plugin-in-iframe-expected.txt:
* http/tests/security/mixedContent/insecure-script-in-iframe-expected.txt:
* http/tests/security/mixedContent/redirect-http-to-https-iframe-in-main-frame-expected.txt:
* http/tests/security/mixedContent/redirect-http-to-https-script-in-iframe-expected.txt:
* http/tests/security/mixedContent/redirect-https-to-http-iframe-in-main-frame-expected.txt:
* http/tests/security/xss-DENIED-xml-external-entity-expected.txt:
* http/tests/security/xss-DENIED-xsl-document-expected.txt:
* http/tests/security/xss-DENIED-xsl-external-entity-expected.txt:
* platform/mac/fast/xsl/xslt-mismatched-tags-in-xslt-expected.txt:
* platform/mac/fast/xsl/xslt-missing-namespace-in-xslt-expected.txt:
* platform/mac/http/tests/inspector/console-websocket-error-expected.txt:
2011-02-23 Joseph Pecoraro <joepeck@webkit.org>
Reviewed by Kenneth Rohde Christiansen.
Viewport parsing no longer accepts "1.0;" value as valid.
https://bugs.webkit.org/show_bug.cgi?id=53705
Add a new test to check viewport argument parsing of
value "123x456", which although not completely a number
should return the numeric prefix "123" as the value.
Note that this affects "semicolons as separators" even
though semicolons are not valid separators.
* fast/viewport/viewport-129.html: Added.
2011-03-01 Sergio Villar Senin <svillar@igalia.com>
Unreviewed.
Removed accessibility/canvas-fallback-content.html from Skipped
list as it was removed in 79920
* platform/gtk/Skipped:
2011-03-01 Pavel Feldman <pfeldman@chromium.org>
Reviewed by Yury Semikhatsky.
Web Inspector: remove manual watchdog from the inspector tests.
https://bugs.webkit.org/show_bug.cgi?id=55447
* http/tests/inspector/inspector-test.js:
2011-03-01 Adam Roben <aroben@apple.com>
Skip another timing-out test on Windows XP
<http://webkit.org/b/51596> tracks the failure.
* platform/win-xp/Skipped: Added http/tests/xmlhttprequest/basic-auth-nouser.html.
2011-03-01 Adam Roben <aroben@apple.com>
Skip fast/events/pageshow-pagehide-on-back-cached.html on Windows
It is flaky. The failure is tracked by <http://webkit.org/b/55329>.
* platform/win/Skipped:
* platform/win/fast/events/pageshow-pagehide-on-back-cached-expected.txt: Removed.
2011-03-01 Adam Roben <aroben@apple.com>
Check in Windows pixel results to match text results added in r79979
Fixes <http://webkit.org/b/55451> [Win] select-listbox-multiple-no-focusring.html needs
rebaseline
* platform/win/fast/forms/select-listbox-multiple-no-focusring-expected.checksum: Added.
* platform/win/fast/forms/select-listbox-multiple-no-focusring-expected.png: Added.
2011-03-01 Philippe Normand <pnormand@igalia.com>
Unreviewed, skip one crashing tests on GTK. See also
https://bugs.webkit.org/show_bug.cgi?id=53146
* platform/gtk/Skipped:
2011-03-01 Philippe Normand <pnormand@igalia.com>
Unreviewed, skip 2 crashing tests on GTK. See also
https://bugs.webkit.org/show_bug.cgi?id=53146
* platform/gtk/Skipped:
2011-03-01 Nikolas Zimmermann <nzimmermann@rim.com>
Reviewed by Antti Koivisto.
SVG 1.1 2nd Edition color-prop-05-t.svg exposes bug in 'currentColor' handling
https://bugs.webkit.org/show_bug.cgi?id=54800
Add new layout test from the SVG 1.1 2nd Edition test suite, covering currentColor handling.
Add tests ensuring that mutating a previously shared SVGPaint object makes it unique, so that
mutations take affect, but don't affect other renderers which shared the SVGPaint object before.
* platform/mac/svg/W3C-SVG-1.1-SE/color-prop-05-t-expected.checksum: Added.
* platform/mac/svg/W3C-SVG-1.1-SE/color-prop-05-t-expected.png: Added.
* platform/mac/svg/W3C-SVG-1.1-SE/color-prop-05-t-expected.txt: Added.
* platform/mac/svg/custom/SVGPaint-mutate-attribute-expected.checksum: Added.
* platform/mac/svg/custom/SVGPaint-mutate-attribute-expected.png: Added.
* platform/mac/svg/custom/SVGPaint-mutate-attribute-expected.txt: Added.
* platform/mac/svg/custom/SVGPaint-mutate-inline-style-expected.checksum: Added.
* platform/mac/svg/custom/SVGPaint-mutate-inline-style-expected.png: Added.
* platform/mac/svg/custom/SVGPaint-mutate-inline-style-expected.txt: Added.
* svg/W3C-SVG-1.1-SE/color-prop-05-t.svg: Added.
* svg/animations/animate-color-fill-currentColor-expected.txt: Added.
* svg/animations/animate-color-fill-currentColor.html: Added.
* svg/animations/script-tests/animate-color-fill-currentColor.js: Added.
* svg/custom/SVGPaint-mutate-attribute.svg: Added.
* svg/custom/SVGPaint-mutate-inline-style.svg: Added.
* svg/dom/SVGColor-expected.txt: SVGColor mutations now reflected in style/computed style.
* svg/dom/SVGPaint-expected.txt: Same for SVGPaint.
2011-03-01 Pavel Feldman <pfeldman@chromium.org>
Not reviewed: fixing flaky snow XMLViewer test on snow leopard.
* http/tests/xmlviewer/dumpAsText/frames.html:
2011-03-01 Ryosuke Niwa <rniwa@webkit.org>
Unreviewed Windows rebaseline. The bug 55451 tracks this rebaseline.
* platform/win/fast/forms/select-listbox-multiple-no-focusring-expected.txt: Added.
2011-02-28 Tony Gentilcore <tonyg@chromium.org>
Reviewed by Darin Adler.
Fix a race condition in editing/selection/4975120
https://bugs.webkit.org/show_bug.cgi?id=55429
If the parser yields between the iframe and the script, it would have been
possible for step2() to be called before runTest() and the test would hang.
* editing/selection/4975120.html:
2011-02-28 Benjamin Kalman <kalman@chromium.org>
Reviewed by Ryosuke Niwa.
Make editing/selection/extend-selection-home-end test match other extend-selection with granularity tests
https://bugs.webkit.org/show_bug.cgi?id=55422
The other extend-selection tests which test a granularity just call into resources/extend-selection.js with the
granularity they're testing. The lineboundary test didn't due to RTL bugs in lineboundary, but these have now
been fixed.
* editing/selection/extend-selection-home-end-expected.txt:
* editing/selection/extend-selection-home-end.html:
* platform/mac/editing/selection/extend-selection-home-end-expected.txt:
* platform/win/editing/selection/extend-selection-home-end-expected.txt:
2011-02-28 James Robinson <jamesr@chromium.org>
Chromium baseline updates.
* platform/chromium-linux/svg/text/font-size-below-point-five-expected.txt:
* platform/chromium/test_expectations.txt:
* platform/mac-leopard/svg/text/font-size-below-point-five-expected.txt:
2011-02-28 Mihai Parparita <mihaip@chromium.org>
Unreviewed Chromium expectations change.
Rebaseline editing/ tests for Snow Leopard (mac/ baselines can't be used
due to spell checking differences).
* platform/chromium-mac-leopard/editing/deleting/delete-ws-fixup-002-expected.checksum: Added.
* platform/chromium-mac-leopard/editing/deleting/delete-ws-fixup-002-expected.png: Added.
* platform/chromium-mac-leopard/editing/inserting/typing-around-br-001-expected.checksum: Added.
* platform/chromium-mac-leopard/editing/inserting/typing-around-br-001-expected.png: Added.
* platform/chromium-mac-leopard/editing/pasteboard/paste-blockquote-3-expected.checksum: Added.
* platform/chromium-mac-leopard/editing/pasteboard/paste-blockquote-3-expected.png: Added.
* platform/chromium-mac-leopard/editing/selection/4932260-3-expected.checksum: Added.
* platform/chromium-mac-leopard/editing/selection/4932260-3-expected.png: Added.
* platform/chromium-mac-leopard/editing/selection/5234383-1-expected.checksum: Added.
* platform/chromium-mac-leopard/editing/selection/5234383-1-expected.png: Added.
* platform/chromium-mac-leopard/editing/selection/5234383-2-expected.checksum: Added.
* platform/chromium-mac-leopard/editing/selection/5234383-2-expected.png: Added.
* platform/chromium-mac-leopard/editing/selection/drag-in-iframe-expected.checksum: Added.
* platform/chromium-mac-leopard/editing/selection/drag-in-iframe-expected.png: Added.
* platform/chromium-mac/editing/deleting/delete-ws-fixup-002-expected.checksum: Added.
* platform/chromium-mac/editing/deleting/delete-ws-fixup-002-expected.png: Added.
* platform/chromium-mac/editing/inserting/typing-around-br-001-expected.checksum: Added.
* platform/chromium-mac/editing/inserting/typing-around-br-001-expected.png: Added.
* platform/chromium-mac/editing/pasteboard/paste-blockquote-3-expected.checksum: Added.
* platform/chromium-mac/editing/pasteboard/paste-blockquote-3-expected.png: Added.
* platform/chromium-mac/editing/selection/4932260-3-expected.checksum: Added.
* platform/chromium-mac/editing/selection/4932260-3-expected.png: Added.
* platform/chromium-mac/editing/selection/5234383-1-expected.checksum: Added.
* platform/chromium-mac/editing/selection/5234383-1-expected.png: Added.
* platform/chromium-mac/editing/selection/5234383-2-expected.checksum: Added.
* platform/chromium-mac/editing/selection/5234383-2-expected.png: Added.
* platform/chromium-mac/editing/selection/drag-in-iframe-expected.checksum: Added.
* platform/chromium-mac/editing/selection/drag-in-iframe-expected.png: Added.
2011-02-28 Mihai Parparita <mihaip@chromium.org>
Unreviewed Chromium expectations change.
Update Snow Leopard expectations.
* platform/chromium/test_expectations.txt:
2011-02-28 Chang Shu <cshu@webkit.org>
Reviewed by Ryosuke Niwa.
Remove the support of Frame::isContentEditable and its dependencies.
https://bugs.webkit.org/show_bug.cgi?id=54292
Updated expected results after the change that syncs the WebKit isEditable
and WebCore isContentEditable.
* platform/mac/editing/selection/designmode-no-caret-expected.txt:
2011-02-28 Kent Tamura <tkent@chromium.org>
Reviewed by Darin Adler.
Number type input cannot be set to empty string if it has an initial value
https://bugs.webkit.org/show_bug.cgi?id=53744
* fast/forms/input-value-sanitization-expected.txt:
* fast/forms/script-tests/input-value-sanitization.js: Add some tests.
2011-02-28 Kent Tamura <tkent@chromium.org>
Reviewed by Darin Adler.
Number type input should not handle mouse wheel events if it has no focus.
https://bugs.webkit.org/show_bug.cgi?id=53638
Add a test case.
* fast/forms/input-number-wheel-expected.txt:
* fast/forms/script-tests/input-number-wheel.js:
2011-02-28 Tony Gentilcore <tonyg@chromium.org>
Reviewed by Darin Adler.
Fix race condition in 4 media tests
https://bugs.webkit.org/show_bug.cgi?id=55414
The parser may yield and give events a chance to dispatch between any two tokens. So
it is possible that the loadstart event fires immediately after the video tag is
inserted into the document but before the subsequent script is parsed. This is very
rare in the layout test environment since these small files are loaded from disk.
This patch eliminates that race condition by allowing waitForEvent to register for
events that bubble up to the document from any element. Then the registration can
happen before before the element is inserted into the document.
* media/video-source-media.html:
* media/video-source-none-supported.html:
* media/video-source-type-params.html:
* media/video-source-type.html:
* media/video-test.js:
(waitForEvent):
(waitForEventAndTest):
2011-02-28 Tony Gentilcore <tonyg@chromium.org>
Reviewed by Adam Barth.
Follow HTML5 spec for document.open() a little more closely
https://bugs.webkit.org/show_bug.cgi?id=55392
* fast/parser/double-write-from-closed-iframe-expected.txt: Added.
* fast/parser/double-write-from-closed-iframe.html: Added. Prior to this patch, the second write of 'PASS' could fail indeterminately.
* fast/parser/script-tests/double-write-from-closed-iframe.js: Added.
* fast/regex/script-tests/cross-frame-callable.js: Necessary to close late writes.
2011-02-28 James Robinson <jamesr@chromium.org>
Update chromium expectations and baselines.
* platform/chromium-linux/fast/block/positioning/auto/vertical-lr/001-expected.checksum: Added.
* platform/chromium-linux/fast/block/positioning/auto/vertical-lr/001-expected.png: Added.
* platform/chromium-linux/fast/block/positioning/auto/vertical-lr/002-expected.checksum: Added.
* platform/chromium-linux/fast/block/positioning/auto/vertical-lr/002-expected.png: Added.
* platform/chromium-linux/fast/block/positioning/auto/vertical-lr/003-expected.checksum: Added.
* platform/chromium-linux/fast/block/positioning/auto/vertical-lr/003-expected.png: Added.
* platform/chromium-linux/fast/block/positioning/auto/vertical-lr/004-expected.checksum: Added.
* platform/chromium-linux/fast/block/positioning/auto/vertical-lr/004-expected.png: Added.
* platform/chromium-linux/fast/block/positioning/auto/vertical-lr/005-expected.checksum: Added.
* platform/chromium-linux/fast/block/positioning/auto/vertical-lr/005-expected.png: Added.
* platform/chromium-linux/fast/block/positioning/auto/vertical-lr/006-expected.checksum: Added.
* platform/chromium-linux/fast/block/positioning/auto/vertical-lr/006-expected.png: Added.
* platform/chromium-linux/fast/block/positioning/auto/vertical-lr/007-expected.checksum: Added.
* platform/chromium-linux/fast/block/positioning/auto/vertical-lr/007-expected.png: Added.
* platform/chromium-linux/fast/block/positioning/auto/vertical-rl/001-expected.checksum: Added.
* platform/chromium-linux/fast/block/positioning/auto/vertical-rl/001-expected.png: Added.
* platform/chromium-linux/fast/block/positioning/auto/vertical-rl/002-expected.checksum: Added.
* platform/chromium-linux/fast/block/positioning/auto/vertical-rl/002-expected.png: Added.
* platform/chromium-linux/fast/block/positioning/auto/vertical-rl/003-expected.checksum: Added.
* platform/chromium-linux/fast/block/positioning/auto/vertical-rl/003-expected.png: Added.
* platform/chromium-linux/fast/block/positioning/auto/vertical-rl/004-expected.checksum: Added.
* platform/chromium-linux/fast/block/positioning/auto/vertical-rl/004-expected.png: Added.
* platform/chromium-linux/fast/block/positioning/auto/vertical-rl/005-expected.checksum: Added.
* platform/chromium-linux/fast/block/positioning/auto/vertical-rl/005-expected.png: Added.
* platform/chromium-linux/fast/block/positioning/auto/vertical-rl/006-expected.checksum: Added.
* platform/chromium-linux/fast/block/positioning/auto/vertical-rl/006-expected.png: Added.
* platform/chromium-linux/fast/block/positioning/auto/vertical-rl/007-expected.checksum: Added.
* platform/chromium-linux/fast/block/positioning/auto/vertical-rl/007-expected.png: Added.
* platform/chromium-linux/fast/forms/select-listbox-multiple-no-focusring-expected.checksum: Added.
* platform/chromium-linux/fast/forms/select-listbox-multiple-no-focusring-expected.png: Added.
* platform/chromium-linux/fast/forms/select-listbox-multiple-no-focusring-expected.txt: Added.
* platform/chromium-win/fast/block/positioning/auto/vertical-lr/001-expected.checksum: Added.
* platform/chromium-win/fast/block/positioning/auto/vertical-lr/001-expected.png: Added.
* platform/chromium-win/fast/block/positioning/auto/vertical-lr/001-expected.txt: Added.
* platform/chromium-win/fast/block/positioning/auto/vertical-lr/002-expected.checksum: Added.
* platform/chromium-win/fast/block/positioning/auto/vertical-lr/002-expected.png: Added.
* platform/chromium-win/fast/block/positioning/auto/vertical-lr/002-expected.txt: Added.
* platform/chromium-win/fast/block/positioning/auto/vertical-lr/003-expected.checksum: Added.
* platform/chromium-win/fast/block/positioning/auto/vertical-lr/003-expected.png: Added.
* platform/chromium-win/fast/block/positioning/auto/vertical-lr/003-expected.txt: Added.
* platform/chromium-win/fast/block/positioning/auto/vertical-lr/004-expected.checksum: Added.
* platform/chromium-win/fast/block/positioning/auto/vertical-lr/004-expected.png: Added.
* platform/chromium-win/fast/block/positioning/auto/vertical-lr/004-expected.txt: Added.
* platform/chromium-win/fast/block/positioning/auto/vertical-lr/005-expected.checksum: Added.
* platform/chromium-win/fast/block/positioning/auto/vertical-lr/005-expected.png: Added.
* platform/chromium-win/fast/block/positioning/auto/vertical-lr/005-expected.txt: Added.
* platform/chromium-win/fast/block/positioning/auto/vertical-lr/006-expected.checksum: Added.
* platform/chromium-win/fast/block/positioning/auto/vertical-lr/006-expected.png: Added.
* platform/chromium-win/fast/block/positioning/auto/vertical-lr/006-expected.txt: Added.
* platform/chromium-win/fast/block/positioning/auto/vertical-lr/007-expected.checksum: Added.
* platform/chromium-win/fast/block/positioning/auto/vertical-lr/007-expected.png: Added.
* platform/chromium-win/fast/block/positioning/auto/vertical-lr/007-expected.txt: Added.
* platform/chromium-win/fast/block/positioning/auto/vertical-rl/001-expected.checksum: Added.
* platform/chromium-win/fast/block/positioning/auto/vertical-rl/001-expected.png: Added.
* platform/chromium-win/fast/block/positioning/auto/vertical-rl/001-expected.txt: Added.
* platform/chromium-win/fast/block/positioning/auto/vertical-rl/002-expected.checksum: Added.
* platform/chromium-win/fast/block/positioning/auto/vertical-rl/002-expected.png: Added.
* platform/chromium-win/fast/block/positioning/auto/vertical-rl/002-expected.txt: Added.
* platform/chromium-win/fast/block/positioning/auto/vertical-rl/003-expected.checksum: Added.
* platform/chromium-win/fast/block/positioning/auto/vertical-rl/003-expected.png: Added.
* platform/chromium-win/fast/block/positioning/auto/vertical-rl/003-expected.txt: Added.
* platform/chromium-win/fast/block/positioning/auto/vertical-rl/004-expected.checksum: Added.
* platform/chromium-win/fast/block/positioning/auto/vertical-rl/004-expected.png: Added.
* platform/chromium-win/fast/block/positioning/auto/vertical-rl/004-expected.txt: Added.
* platform/chromium-win/fast/block/positioning/auto/vertical-rl/005-expected.checksum: Added.
* platform/chromium-win/fast/block/positioning/auto/vertical-rl/005-expected.png: Added.
* platform/chromium-win/fast/block/positioning/auto/vertical-rl/005-expected.txt: Added.
* platform/chromium-win/fast/block/positioning/auto/vertical-rl/006-expected.checksum: Added.
* platform/chromium-win/fast/block/positioning/auto/vertical-rl/006-expected.png: Added.
* platform/chromium-win/fast/block/positioning/auto/vertical-rl/006-expected.txt: Added.
* platform/chromium-win/fast/block/positioning/auto/vertical-rl/007-expected.checksum: Added.
* platform/chromium-win/fast/block/positioning/auto/vertical-rl/007-expected.png: Added.
* platform/chromium-win/fast/block/positioning/auto/vertical-rl/007-expected.txt: Added.
* platform/chromium-win/fast/forms/select-listbox-multiple-no-focusring-expected.checksum: Added.
* platform/chromium-win/fast/forms/select-listbox-multiple-no-focusring-expected.png: Added.
* platform/chromium-win/fast/forms/select-listbox-multiple-no-focusring-expected.txt: Added.
* platform/chromium/fast/dom/prototype-inheritance-expected.txt:
* platform/chromium/test_expectations.txt:
2011-02-28 Chang Shu <cshu@webkit.org>
Reviewed by Antonio Gomes.
REGRESSION (r79762): Items in <select multiple> have focus rings, but shouldn't
https://bugs.webkit.org/show_bug.cgi?id=55323
Added test case that draws focus rings on selected items when spatial navigation is enabled.
* fast/spatial-navigation/snav-multiple-select-focusring.html: Added.
* platform/mac/fast/spatial-navigation: Added.
* platform/mac/fast/spatial-navigation/snav-multiple-select-focusring-expected.checksum: Added.
* platform/mac/fast/spatial-navigation/snav-multiple-select-focusring-expected.png: Added.
* platform/mac/fast/spatial-navigation/snav-multiple-select-focusring-expected.txt: Added.
2011-02-28 David Hyatt <hyatt@apple.com>
Reviewed by Dan Bernstein.
https://bugs.webkit.org/show_bug.cgi?id=46500, make positioned elements work with vertical text. Change staticX and staticY
to be staticInlinePosition and staticBlockPosition. Patch all of the computations involving these variables to be writing
mode aware. Mixed writing modes are not yet supported.
Added new tests in fast/block/positioning/auto.
* fast/block/positioning/auto/vertical-lr: Added.
* fast/block/positioning/auto/vertical-lr/001.html: Added.
* fast/block/positioning/auto/vertical-lr/002.html: Added.
* fast/block/positioning/auto/vertical-lr/003.html: Added.
* fast/block/positioning/auto/vertical-lr/004.html: Added.
* fast/block/positioning/auto/vertical-lr/005.html: Added.
* fast/block/positioning/auto/vertical-lr/006.html: Added.
* fast/block/positioning/auto/vertical-lr/007.html: Added.
* fast/block/positioning/auto/vertical-rl: Added.
* fast/block/positioning/auto/vertical-rl/001.html: Added.
* fast/block/positioning/auto/vertical-rl/002.html: Added.
* fast/block/positioning/auto/vertical-rl/003.html: Added.
* fast/block/positioning/auto/vertical-rl/004.html: Added.
* fast/block/positioning/auto/vertical-rl/005.html: Added.
* fast/block/positioning/auto/vertical-rl/006.html: Added.
* fast/block/positioning/auto/vertical-rl/007.html: Added.
* platform/mac/fast/block/positioning/auto/vertical-lr: Added.
* platform/mac/fast/block/positioning/auto/vertical-lr/001-expected.checksum: Added.
* platform/mac/fast/block/positioning/auto/vertical-lr/001-expected.png: Added.
* platform/mac/fast/block/positioning/auto/vertical-lr/001-expected.txt: Added.
* platform/mac/fast/block/positioning/auto/vertical-lr/002-expected.checksum: Added.
* platform/mac/fast/block/positioning/auto/vertical-lr/002-expected.png: Added.
* platform/mac/fast/block/positioning/auto/vertical-lr/002-expected.txt: Added.
* platform/mac/fast/block/positioning/auto/vertical-lr/003-expected.checksum: Added.
* platform/mac/fast/block/positioning/auto/vertical-lr/003-expected.png: Added.
* platform/mac/fast/block/positioning/auto/vertical-lr/003-expected.txt: Added.
* platform/mac/fast/block/positioning/auto/vertical-lr/004-expected.checksum: Added.
* platform/mac/fast/block/positioning/auto/vertical-lr/004-expected.png: Added.
* platform/mac/fast/block/positioning/auto/vertical-lr/004-expected.txt: Added.
* platform/mac/fast/block/positioning/auto/vertical-lr/005-expected.checksum: Added.
* platform/mac/fast/block/positioning/auto/vertical-lr/005-expected.png: Added.
* platform/mac/fast/block/positioning/auto/vertical-lr/005-expected.txt: Added.
* platform/mac/fast/block/positioning/auto/vertical-lr/006-expected.checksum: Added.
* platform/mac/fast/block/positioning/auto/vertical-lr/006-expected.png: Added.
* platform/mac/fast/block/positioning/auto/vertical-lr/006-expected.txt: Added.
* platform/mac/fast/block/positioning/auto/vertical-lr/007-expected.checksum: Added.
* platform/mac/fast/block/positioning/auto/vertical-lr/007-expected.png: Added.
* platform/mac/fast/block/positioning/auto/vertical-lr/007-expected.txt: Added.
* platform/mac/fast/block/positioning/auto/vertical-rl: Added.
* platform/mac/fast/block/positioning/auto/vertical-rl/001-expected.checksum: Added.
* platform/mac/fast/block/positioning/auto/vertical-rl/001-expected.png: Added.
* platform/mac/fast/block/positioning/auto/vertical-rl/001-expected.txt: Added.
* platform/mac/fast/block/positioning/auto/vertical-rl/002-expected.checksum: Added.
* platform/mac/fast/block/positioning/auto/vertical-rl/002-expected.png: Added.
* platform/mac/fast/block/positioning/auto/vertical-rl/002-expected.txt: Added.
* platform/mac/fast/block/positioning/auto/vertical-rl/003-expected.checksum: Added.
* platform/mac/fast/block/positioning/auto/vertical-rl/003-expected.png: Added.
* platform/mac/fast/block/positioning/auto/vertical-rl/003-expected.txt: Added.
* platform/mac/fast/block/positioning/auto/vertical-rl/004-expected.checksum: Added.
* platform/mac/fast/block/positioning/auto/vertical-rl/004-expected.png: Added.
* platform/mac/fast/block/positioning/auto/vertical-rl/004-expected.txt: Added.
* platform/mac/fast/block/positioning/auto/vertical-rl/005-expected.checksum: Added.
* platform/mac/fast/block/positioning/auto/vertical-rl/005-expected.png: Added.
* platform/mac/fast/block/positioning/auto/vertical-rl/005-expected.txt: Added.
* platform/mac/fast/block/positioning/auto/vertical-rl/006-expected.checksum: Added.
* platform/mac/fast/block/positioning/auto/vertical-rl/006-expected.png: Added.
* platform/mac/fast/block/positioning/auto/vertical-rl/006-expected.txt: Added.
* platform/mac/fast/block/positioning/auto/vertical-rl/007-expected.checksum: Added.
* platform/mac/fast/block/positioning/auto/vertical-rl/007-expected.png: Added.
* platform/mac/fast/block/positioning/auto/vertical-rl/007-expected.txt: Added.
2011-02-28 Jungshik Shin <jshin@chromium.org>
https://bugs.webkit.org/show_bug.cgi?id=55121
[chromium] Unreviewed change of test_expectations.txt
With the platform-specific expectation file landed in r79912,
fast/xsl/sort-locale-expected.txt should pass now on chromium.
So, remove it from the failure list.
* platform/chromium/test_expectations.txt:
2011-02-28 Sheriff Bot <webkit.review.bot@gmail.com>
Unreviewed, rolling out r78789.
http://trac.webkit.org/changeset/78789
https://bugs.webkit.org/show_bug.cgi?id=55409
Incorrect canvas fallback implementation (Requested by
inferno-sec on #webkit).
* accessibility/canvas-fallback-content-expected.txt: Removed.
* accessibility/canvas-fallback-content.html: Removed.
* accessibility/canvas.html:
2011-02-28 Sheriff Bot <webkit.review.bot@gmail.com>
Unreviewed, rolling out r79425.
http://trac.webkit.org/changeset/79425
https://bugs.webkit.org/show_bug.cgi?id=55406
Incorrect canvas fallback implementation. (Requested by
inferno-sec on #webkit).
* canvas/canvas-mouse-events-expected.txt: Removed.
* canvas/canvas-mouse-events.html: Removed.
* platform/mac-wk2/Skipped:
* platform/qt-wk2/Skipped:
* platform/win-wk2/Skipped:
2011-02-28 Adam Klein <adamk@chromium.org>
Reviewed by Adam Barth.
[fileapi] Implement LocalFileSystem.resolveLocalFileSystemURI
https://bugs.webkit.org/show_bug.cgi?id=54774
Tests for resolveLocalFileSystemURI.
* fast/filesystem/resolve-uri-expected.txt: Added.
* fast/filesystem/resolve-uri.html: Added.
* fast/filesystem/script-tests/resolve-uri.js: Added.
2011-02-28 Mihai Parparita <mihaip@chromium.org>
Unreviewed Chromium rebaseline.
Fix 3 tests for Snow Leopard by removing out of date chromium-mac
baselines (there are already chromium-mac-leopard results).
Revert rebaseline done by r79881 since the behavior was reverted by
r79900.
* platform/chromium-mac/fast/blockflow/japanese-ruby-vertical-lr-expected.checksum: Removed.
* platform/chromium-mac/fast/blockflow/japanese-ruby-vertical-lr-expected.png: Removed.
* platform/chromium-mac/fast/blockflow/japanese-ruby-vertical-rl-expected.checksum: Removed.
* platform/chromium-mac/fast/blockflow/japanese-ruby-vertical-rl-expected.png: Removed.
* platform/chromium-mac/fast/forms/placeholder-position-expected.checksum: Removed.
* platform/chromium-mac/fast/forms/placeholder-position-expected.png: Removed.
* platform/chromium/test_expectations.txt:
* platform/mac/fast/forms/listbox-hit-test-zoomed-expected.checksum:
* platform/mac/fast/forms/listbox-hit-test-zoomed-expected.png:
2011-02-28 Jungshik Shin <jshin@chromium.org>
Reviewed by Tony Chang
https://bugs.webkit.org/show_bug.cgi?id=55121
[chromium] Recently, French Academy changed the sorting
rules for French in such a way that accents are not weighted
from the end of a word any more. ICU 4.6 / CLDR 1.9
incorporated the change. Canadian French hasn't adopted the
change, yet.
Chrome is the only port that uses new rules with ICU 4.6. So,
for now, I'm changing the expectation file for Chrome only.
* platform/chromium/fast/xsl: Added.
* platform/chromium/fast/xsl/sort-locale-expected.txt: Copied from LayoutTests/fast/xsl/sort-locale-expected.txt.
2011-02-28 Chang Shu <cshu@webkit.org>
Reviewed by Adele Peterson.
REGRESSION (r79762): Items in <select multiple> have focus rings, but shouldn't
https://bugs.webkit.org/show_bug.cgi?id=55323
Added test case to make sure no focus ring is drawn on selected items.
* fast/forms/select-listbox-multiple-no-focusring.html: Added.
* platform/mac/fast/forms/select-listbox-multiple-no-focusring-expected.checksum: Added.
* platform/mac/fast/forms/select-listbox-multiple-no-focusring-expected.png: Added.
* platform/mac/fast/forms/select-listbox-multiple-no-focusring-expected.txt: Added.
2011-02-28 Abhishek Arya <inferno@chromium.org>
Reviewed by Anders Carlsson.
Unskip crashing test fast/frames/iframe-plugin-load-remove-document-crash.html.
https://bugs.webkit.org/show_bug.cgi?id=55307
* platform/gtk/Skipped:
* platform/qt/Skipped:
* platform/win/Skipped:
2011-02-28 Adam Klein <adamk@chromium.org>
Reviewed by James Robinson.
[chromium] Remove "PASS TEXT" expectation for fast/filesystem/op-get-entry.html
https://bugs.webkit.org/show_bug.cgi?id=55262
Test now passes as Chromium has rolled past r76098.
* platform/chromium/test_expectations.txt:
2011-02-28 Sergio Villar Senin <svillar@igalia.com>
Reviewed by Martin Robinson.
[Gtk] Resource size is incorrectly reported to WebCore
https://bugs.webkit.org/show_bug.cgi?id=53228
* platform/gtk/Skipped: unskipped http/tests/inspector/network-size.html
2011-02-28 Csaba Osztrogonác <ossy@webkit.org>
Unreviewed.
[Qt] Add Qt specific expected results for passing fast tests.
* platform/qt/Skipped: Unskip passing tests.
* platform/qt/fast/transforms [...] : Added.
* platform/qt/fast/tokenizer [...] : Added.
* platform/qt/fast/replaced [...] : Added.
* platform/qt/fast/runin [...] : Added.
* platform/qt/fast/selectors [...] : Added.
* platform/qt/fast/table [...] : Added.
* ChangeLog : Remove duplicated ChangeLog entry.
2011-02-28 Mihai Parparita <mihaip@chromium.org>
Unreviewed Chromium expectations change.
Skip over fast/overflow/horizontal-scroll-after-back.html added by
r79844, since it's page cache-specific.
* platform/chromium/test_expectations.txt:
2011-02-28 Mihai Parparita <mihaip@chromium.org>
Unreviewed Chromium expectations change.
Rebaseline fast/forms/listbox-hit-test-zoomed.html after r79762.
Also make a new other expectations more specific.
* platform/chromium/test_expectations.txt:
* platform/mac/fast/forms/listbox-hit-test-zoomed-expected.checksum:
* platform/mac/fast/forms/listbox-hit-test-zoomed-expected.png:
2011-02-28 Pavel Podivilov <podivilov@chromium.org>
Reviewed by Pavel Feldman.
Web Inspector: add live edit test.
https://bugs.webkit.org/show_bug.cgi?id=55360
* http/tests/inspector/debugger-test.js:
(initialize_DebuggerTest):
* inspector/debugger/debug-inlined-scripts.html:
* inspector/debugger/live-edit-expected.txt: Added.
* inspector/debugger/live-edit.html: Added.
* inspector/debugger/resources/edit-me.js: Added.
* platform/gtk/Skipped:
* platform/mac/Skipped:
* platform/qt/Skipped:
* platform/win/Skipped:
2011-02-28 Pavel Feldman <pfeldman@chromium.org>
Not reviewed. More follow ups to XML Viewer tests commit.
* http/tests/xmlviewer/dumpAsText/frames.html:
* platform/qt/Skipped:
2011-02-28 Sheriff Bot <webkit.review.bot@gmail.com>
Unreviewed, rolling out r79784.
http://trac.webkit.org/changeset/79784
https://bugs.webkit.org/show_bug.cgi?id=55386
This change causes lots of assertion failures in Debug builds
(Requested by aroben on #webkit).
* transitions/matched-transform-functions.html:
* transitions/retargetted-transition.html:
2011-02-28 Pavel Feldman <pfeldman@chromium.org>
Not reviewed: follow up to r79861, moved utf-16-no-bom to its new home, fixed flaky frames.html.
* fast/encoding/dumpAsText/utf-16-no-bom.xml: Renamed from LayoutTests/fast/encoding/utf-16-no-bom.xml.
* http/tests/xmlviewer/dumpAsText/frames.html:
2011-02-28 Pavel Podivilov <podivilov@chromium.org>
Reviewed by Pavel Feldman.
Web Inspector: [REGRESSION] source frame is recreated for each inlined script in document.
https://bugs.webkit.org/show_bug.cgi?id=55377
* inspector/debugger/scripts-panel-expected.txt:
* inspector/debugger/scripts-panel.html:
2011-02-28 Csaba Osztrogonác <ossy@webkit.org>
Unreviewed.
[Qt] Remove non-existent tests from Skipped list after r79861.
* platform/qt/Skipped:
2011-02-28 Csaba Osztrogonác <ossy@webkit.org>
Unreviewed.
[Qt] Add Qt specific expected results for passing fast/css tests.
* platform/qt/Skipped:
* platform/qt/fast/css [...] : Added.
2011-02-28 Adam Roben <aroben@apple.com>
Skip a sometimes-crashing test on Windows
The failure is tracked by <http://webkit.org/b/55375>.
* platform/win/Skipped: Added http/tests/websocket/tests/reload-crash.html.
2011-02-28 Adam Roben <aroben@apple.com>
Add a test for the paint rect passed via WM_PAINT to windowless plugins
Test for <http://webkit.org/b/55365> <rdar://problem/9031089> REGRESSION (r79040): WebKit2:
Large portions of pages with plugins paint black
Reviewed by Anders Carlsson.
* platform/win-wk2/platform/win/plugins/windowless-paint-rect-coordinates-expected.txt: Added.
* platform/win/plugins/windowless-paint-rect-coordinates-expected.txt: Added. WebKit1
doesn't pass a paint rect via WM_PAINT, so we have different results there.
* platform/win/plugins/windowless-paint-rect-coordinates.html: Added.
2011-02-28 Vsevolod Vlasov <vsevik@chromium.org>
Reviewed by Pavel Feldman.
XML without style should render as syntax-highlighted source.
https://bugs.webkit.org/show_bug.cgi?id=13807
Added tests for XML tree view mode. Testing both logic for entering
XML tree view mode and rendering itself.
Tests are disabled for QT since this logic is not yet implemented, see
https://bugs.webkit.org/show_bug.cgi?id=55302
* fast/css/dumpAsText/xml-stylesheet-pi-not-in-prolog-expected.txt: Copied from LayoutTests/fast/css/xml-stylesheet-pi-not-in-prolog.xml.
* fast/css/dumpAsText/xml-stylesheet-pi-not-in-prolog.xml: Renamed from LayoutTests/fast/css/xml-stylesheet-pi-not-in-prolog.xml.
* fast/encoding/dumpAsText/utf-16-no-bom-expected.txt: Added.
* fast/encoding/dumpAsText/utf-16-no-bom.xml: Renamed from LayoutTests/fast/encoding/utf-16-no-bom.xml.
* http/tests/xmlviewer/dumpAsText/css-stylesheet-expected.txt: Added.
* http/tests/xmlviewer/dumpAsText/css-stylesheet.xml: Added.
* http/tests/xmlviewer/dumpAsText/frames-expected.txt: Added.
* http/tests/xmlviewer/dumpAsText/frames.html: Added.
* http/tests/xmlviewer/dumpAsText/mathml-expected.txt: Added.
* http/tests/xmlviewer/dumpAsText/mathml.xml: Added.
* http/tests/xmlviewer/dumpAsText/resources/css-stylesheet.css: Added.
(assertion):
* http/tests/xmlviewer/dumpAsText/resources/frames-helper.xml: Added.
* http/tests/xmlviewer/dumpAsText/resources/xsl.xml: Added.
* http/tests/xmlviewer/dumpAsText/svg-expected.txt: Added.
* http/tests/xmlviewer/dumpAsText/svg.xml: Added.
* http/tests/xmlviewer/dumpAsText/wml-expected.txt: Added.
* http/tests/xmlviewer/dumpAsText/wml.xml: Added.
* http/tests/xmlviewer/dumpAsText/xhtml-tag-expected.txt: Added.
* http/tests/xmlviewer/dumpAsText/xhtml-tag.xml: Added.
* http/tests/xmlviewer/dumpAsText/xlink-expected.txt: Added.
* http/tests/xmlviewer/dumpAsText/xlink.xml: Added.
* http/tests/xmlviewer/dumpAsText/xmlviewer-charset-cp1251-expected.txt: Added.
* http/tests/xmlviewer/dumpAsText/xmlviewer-charset-cp1251.xml: Added.
* http/tests/xmlviewer/dumpAsText/xmlviewer-charset-utf8-expected.txt: Added.
* http/tests/xmlviewer/dumpAsText/xmlviewer-charset-utf8.xml: Added.
* http/tests/xmlviewer/dumpAsText/xmlviewer-expected.txt: Added.
* http/tests/xmlviewer/dumpAsText/xmlviewer.xml: Added.
* http/tests/xmlviewer/dumpAsText/xsl-stylesheet-expected.txt: Added.
* http/tests/xmlviewer/dumpAsText/xsl-stylesheet.xml: Added.
* http/tests/xmlviewer/dumpAsText/xul-expected.txt: Added.
* http/tests/xmlviewer/dumpAsText/xul.xml: Added.
* platform/chromium-linux/fast/css/xml-stylesheet-pi-not-in-prolog-expected.checksum: Removed.
* platform/chromium-linux/fast/css/xml-stylesheet-pi-not-in-prolog-expected.png: Removed.
* platform/chromium-linux/fast/encoding/utf-16-no-bom-expected.checksum: Removed.
* platform/chromium-linux/fast/encoding/utf-16-no-bom-expected.png: Removed.
* platform/chromium-linux/svg/hixie/error/004-expected.checksum: Removed.
* platform/chromium-linux/svg/hixie/error/004-expected.png: Removed.
* platform/chromium-linux/svg/hixie/error/005-expected.checksum: Removed.
* platform/chromium-linux/svg/hixie/error/005-expected.png: Removed.
* platform/chromium-win/fast/css/xml-stylesheet-pi-not-in-prolog-expected.checksum: Removed.
* platform/chromium-win/fast/css/xml-stylesheet-pi-not-in-prolog-expected.png: Removed.
* platform/chromium-win/fast/css/xml-stylesheet-pi-not-in-prolog-expected.txt: Removed.
* platform/chromium-win/fast/encoding/utf-16-no-bom-expected.checksum: Removed.
* platform/chromium-win/fast/encoding/utf-16-no-bom-expected.png: Removed.
* platform/chromium-win/fast/encoding/utf-16-no-bom-expected.txt: Removed.
* platform/chromium-win/svg/hixie/error/004-expected.checksum: Removed.
* platform/chromium-win/svg/hixie/error/004-expected.png: Removed.
* platform/chromium-win/svg/hixie/error/004-expected.txt: Removed.
* platform/chromium-win/svg/hixie/error/005-expected.checksum: Removed.
* platform/chromium-win/svg/hixie/error/005-expected.png: Removed.
* platform/chromium-win/svg/hixie/error/005-expected.txt: Removed.
* platform/chromium/http/tests/xmlviewer/dumpAsText/mathml-expected.txt: Added.
* platform/gtk/fast/css/xml-stylesheet-pi-not-in-prolog-expected.checksum: Removed.
* platform/gtk/fast/css/xml-stylesheet-pi-not-in-prolog-expected.png: Removed.
* platform/gtk/fast/css/xml-stylesheet-pi-not-in-prolog-expected.txt: Removed.
* platform/gtk/fast/encoding/utf-16-no-bom-expected.checksum: Removed.
* platform/gtk/fast/encoding/utf-16-no-bom-expected.png: Removed.
* platform/gtk/fast/encoding/utf-16-no-bom-expected.txt: Removed.
* platform/gtk/svg/hixie/error/004-expected.checksum: Removed.
* platform/gtk/svg/hixie/error/004-expected.png: Removed.
* platform/gtk/svg/hixie/error/004-expected.txt: Removed.
* platform/gtk/svg/hixie/error/005-expected.checksum: Removed.
* platform/gtk/svg/hixie/error/005-expected.png: Removed.
* platform/gtk/svg/hixie/error/005-expected.txt: Removed.
* platform/mac-leopard/fast/css/xml-stylesheet-pi-not-in-prolog-expected.checksum: Removed.
* platform/mac-leopard/fast/css/xml-stylesheet-pi-not-in-prolog-expected.png: Removed.
* platform/mac-leopard/fast/encoding/utf-16-no-bom-expected.checksum: Removed.
* platform/mac-leopard/fast/encoding/utf-16-no-bom-expected.png: Removed.
* platform/mac-leopard/svg/hixie/error/004-expected.checksum: Removed.
* platform/mac-leopard/svg/hixie/error/004-expected.png: Removed.
* platform/mac-leopard/svg/hixie/error/005-expected.checksum: Removed.
* platform/mac-leopard/svg/hixie/error/005-expected.png: Removed.
* platform/mac/fast/css/xml-stylesheet-pi-not-in-prolog-expected.checksum: Removed.
* platform/mac/fast/css/xml-stylesheet-pi-not-in-prolog-expected.png: Removed.
* platform/mac/fast/css/xml-stylesheet-pi-not-in-prolog-expected.txt: Removed.
* platform/mac/fast/encoding/utf-16-no-bom-expected.checksum: Removed.
* platform/mac/fast/encoding/utf-16-no-bom-expected.png: Removed.
* platform/mac/fast/encoding/utf-16-no-bom-expected.txt: Removed.
* platform/mac/svg/hixie/error/004-expected.checksum: Removed.
* platform/mac/svg/hixie/error/004-expected.png: Removed.
* platform/mac/svg/hixie/error/004-expected.txt: Removed.
* platform/mac/svg/hixie/error/005-expected.checksum: Removed.
* platform/mac/svg/hixie/error/005-expected.png: Removed.
* platform/mac/svg/hixie/error/005-expected.txt: Removed.
* platform/qt/Skipped:
* platform/qt/fast/css/dumpAsText/xml-stylesheet-pi-not-in-prolog-expected.txt: Added.
* platform/qt/fast/css/xml-stylesheet-pi-not-in-prolog-expected.txt: Removed.
* platform/qt/fast/encoding/dumpAsText/utf-16-no-bom-expected.txt: Added.
* platform/qt/fast/encoding/utf-16-no-bom-expected.txt: Removed.
* platform/qt/svg/hixie/error/004-expected.txt: Removed.
* platform/qt/svg/hixie/error/005-expected.txt: Removed.
* platform/qt/svg/hixie/error/dumpAsText/004-expected.txt: Added.
* platform/qt/svg/hixie/error/dumpAsText/005-expected.txt: Added.
* svg/hixie/error/dumpAsText/004-expected.txt: Added.
* svg/hixie/error/dumpAsText/004.xml: Renamed from LayoutTests/svg/hixie/error/004.xml.
* svg/hixie/error/dumpAsText/005-expected.txt: Added.
* svg/hixie/error/dumpAsText/005.xml: Renamed from LayoutTests/svg/hixie/error/005.xml.
2011-02-28 Pavel Feldman <pfeldman@chromium.org>
Not reviewed: skipping new inspector network tests on win.
* platform/win/Skipped:
2011-02-28 Yury Semikhatsky <yurys@chromium.org>
Reviewed by Pavel Feldman.
Web Inspector: debugger agents should have same livetime as InspectorAgent
https://bugs.webkit.org/show_bug.cgi?id=55369
* inspector/report-protocol-errors-expected.txt:
* inspector/report-protocol-errors.html:
2011-02-28 Pavel Feldman <pfeldman@chromium.org>
Not reviewed: updated inspector test harness and chromium expectations.
* http/tests/inspector/network/network-size-expected.txt:
* http/tests/inspector/network/network-timing.html:
* http/tests/inspector/network/resources/resource.php:
* platform/chromium/http/tests/inspector/network/network-size-expected.txt: Copied from LayoutTests/http/tests/inspector/network/network-size-expected.txt.
* platform/gtk/Skipped:
* platform/qt/Skipped:
2011-02-28 Pavel Feldman <pfeldman@chromium.org>
Reviewed by Yury Semikhatsky.
Web Inspector: add first network test, improve harness.
https://bugs.webkit.org/show_bug.cgi?id=55306
* http/tests/inspector/inspector-test.js:
(initialize_InspectorTest.InspectorTest.assertGreaterOrEqual):
* http/tests/inspector/network/network-size-expected.txt: Added.
* http/tests/inspector/network/network-size.html: Added.
* http/tests/inspector/network/network-timing-expected.txt: Added.
* http/tests/inspector/network/network-timing.html: Added.
* http/tests/inspector/network/resources/resource.php: Added.
2011-02-27 Aparna Nandyal <aparna.nand@wipro.com>
Reviewed by Antonio Gomes.
[Qt] QtTestBrowser - Horizontal scrollbar disappears on navigating pages using Back/Forward
https://bugs.webkit.org/show_bug.cgi?id=53917
The bug got fixed by other changes. Adding test case to avoid
regressions in the future.
* fast/overflow/horizontal-scroll-after-back-expected.txt: Added.
* fast/overflow/horizontal-scroll-after-back.html: Added.
2011-02-27 Adam Roben <aroben@apple.com>
Add Windows expected failure results for fast/events/pageshow-pagehide-on-back-cached.html
<http://webkit.org/b/55329> tracks the failure.
* platform/win/fast/events/pageshow-pagehide-on-back-cached-expected.txt: Added.
2011-02-27 Adam Roben <aroben@apple.com>
Add Windows expected failure results for fast/images/support-broken-image-delegate.html
<http://webkit.org/b/55324> tracks the failure.
* platform/win/fast/images/support-broken-image-delegate-expected.txt: Added.
2011-02-27 Adam Roben <aroben@apple.com>
Remove Windows-specific html5lib results
I suspect these haven't been needed since r77781.
* platform/win/html5lib/runner-expected.txt: Removed.
2011-02-27 Adam Roben <aroben@apple.com>
Skip fast/frames/iframe-plugin-load-remove-document-crash.html on Windows
It's been crashing since it was added in r79808. <http://webkit.org/b/55307> tracks the
failure.
* platform/win/Skipped:
2011-02-27 Patrick Gansterer <paroga@webkit.org>
Reviewed by Andreas Kling.
[Qt] fast/loader/user-stylesheet-fast-path.html fails
https://bugs.webkit.org/show_bug.cgi?id=50911
* platform/qt/Skipped: Unskip test which is now passing.
2011-02-26 Abhishek Arya <inferno@chromium.org>
Unreviewed.
Skip the test on QT, GTK until we can figure out the plugin load problem.
https://bugs.webkit.org/show_bug.cgi?id=55307
* platform/gtk/Skipped:
* platform/qt/Skipped:
2011-02-26 Justin Schuh <jschuh@chromium.org>
Reviewed by Darin Adler.
Delay firing of mutation events while setting attribute values
https://bugs.webkit.org/show_bug.cgi?id=55199
* fast/dom/attribute-change-on-mutate-expected.txt: Added.
* fast/dom/attribute-change-on-mutate.html: Added.
2011-02-25 Abhishek Arya <inferno@chromium.org>
Reviewed by Adam Barth.
Tests that removing a document during a plugin load does not result
in crash.
https://bugs.webkit.org/show_bug.cgi?id=55289
* fast/frames/iframe-plugin-load-remove-document-crash-expected.txt: Added.
* fast/frames/iframe-plugin-load-remove-document-crash.html: Added.
2011-02-26 Pavel Feldman <pfeldman@chromium.org>
Not reviewed: rolling out 79799 and 79804 for breaking xml tests on mac.
2011-02-26 Pavel Feldman <pfeldman@chromium.org>
Not reviewed: follow up to r79799. Fixing WinCE+Efl, mute new tests on Qt.
https://bugs.webkit.org/show_bug.cgi?id=55302
* platform/qt/Skipped:
2011-02-26 Mihai Parparita <mihaip@chromium.org>
Unreviewed Chromium expectations update.
Add failing expectation for fast/images/support-broken-image-delegate.html
* platform/chromium/test_expectations.txt:
2011-02-26 Mihai Parparita <mihaip@chromium.org>
Unreviewed update of the Chromium html5lib expectations after r79765
(diff matches the base expectations change).
* platform/chromium/html5lib/runner-expected.txt:
2011-02-25 Vsevolod Vlasov <vsevik@chromium.org>
Reviewed by Pavel Feldman.
XML without style should render as syntax-highlighted source.
https://bugs.webkit.org/show_bug.cgi?id=13807
Added tests for XML tree view mode. Testing both logic for entering
XML tree view mode and rendering itself.
* http/tests/xmlviewer/dumpAsText/css-stylesheet-expected.txt: Added.
* http/tests/xmlviewer/dumpAsText/css-stylesheet.xml: Added.
* http/tests/xmlviewer/dumpAsText/frames-expected.txt: Added.
* http/tests/xmlviewer/dumpAsText/frames.html: Added.
* http/tests/xmlviewer/dumpAsText/mathml-expected.txt: Added.
* http/tests/xmlviewer/dumpAsText/mathml.xml: Added.
* http/tests/xmlviewer/dumpAsText/resources/css-stylesheet.css: Added.
(assertion):
* http/tests/xmlviewer/dumpAsText/resources/frames-helper.xml: Added.
* http/tests/xmlviewer/dumpAsText/resources/xsl.xml: Added.
* http/tests/xmlviewer/dumpAsText/svg-expected.txt: Added.
* http/tests/xmlviewer/dumpAsText/svg.xml: Added.
* http/tests/xmlviewer/dumpAsText/wml-expected.txt: Added.
* http/tests/xmlviewer/dumpAsText/wml.xml: Added.
* http/tests/xmlviewer/dumpAsText/xhtml-tag-expected.txt: Added.
* http/tests/xmlviewer/dumpAsText/xhtml-tag.xml: Added.
* http/tests/xmlviewer/dumpAsText/xlink-expected.txt: Added.
* http/tests/xmlviewer/dumpAsText/xlink.xml: Added.
* http/tests/xmlviewer/dumpAsText/xmlviewer-charset-cp1251-expected.txt: Added.
* http/tests/xmlviewer/dumpAsText/xmlviewer-charset-cp1251.xml: Added.
* http/tests/xmlviewer/dumpAsText/xmlviewer-charset-utf8-expected.txt: Added.
* http/tests/xmlviewer/dumpAsText/xmlviewer-charset-utf8.xml: Added.
* http/tests/xmlviewer/dumpAsText/xmlviewer-expected.txt: Added.
* http/tests/xmlviewer/dumpAsText/xmlviewer.xml: Added.
* http/tests/xmlviewer/dumpAsText/xsl-stylesheet-expected.txt: Added.
* http/tests/xmlviewer/dumpAsText/xsl-stylesheet.xml: Added.
* http/tests/xmlviewer/dumpAsText/xul-expected.txt: Added.
* http/tests/xmlviewer/dumpAsText/xul.xml: Added.
* platform/chromium/http/tests/xmlviewer/dumpAsText/mathml-expected.txt: Added.
2011-02-26 Adam Klein <adamk@chromium.org>
Reviewed by James Robinson.
[chromium] Update op-get-entry filesystem test to match spec
https://bugs.webkit.org/show_bug.cgi?id=55263
Chromium behavior changed in r76098. This patch updates WebKit test
to match. Both now match the spec, which says of TYPE_MISMATCH_ERR:
user agent MUST use this code when the user has attempted to look up
a file or directory, but the Entry found is of the wrong type
Reference: http://dev.w3.org/2009/dap/file-system/file-dir-sys.html#error-code-descriptions
* fast/filesystem/op-get-entry-expected.txt:
* fast/filesystem/resources/op-get-entry.js:
GetFile/GetDirectory now expected to return TYPE_MISMATCH_ERR
if requesting a non-file/non-directory.
* platform/chromium/test_expectations.txt:
Allow op-get-entry to pass while waiting for Chromium roll.
2011-02-26 Mihai Parparita <mihaip@chromium.org>
Unreviewed Chromium expectations change.
Remove failing Snow Leopard expectations for tests that were fixed by
r79754.
Skip more viewport tests added by r79783.
* platform/chromium/test_expectations.txt:
2011-02-26 Ryosuke Niwa <rniwa@webkit.org>
Reviewed by Kent Tamura.
REGRESSION(r79398): Webkit crash on dojo theme tester page
https://bugs.webkit.org/show_bug.cgi?id=55290
Added a test to ensure WebKit does not crash when querying style value without selection.
* editing/execCommand/value-without-selection-crash-expected.txt: Added.
* editing/execCommand/value-without-selection-crash.html: Added.
2011-02-26 Rik Cabanier <cabanier@adobe.com>
Reviewed by David Hyatt.
Fix that allows fixed length values to be floating point
https://bugs.webkit.org/show_bug.cgi?id=52699
Transitions now return matrices in floating point. 2 of the transition tests were failing
because they expected integer values.
* transitions/matched-transform-functions.html:
* transitions/retargetted-transition.html:
2011-02-26 Kenneth Rohde Christiansen <kenneth@webkit.org>
Reviewed by Andreas Kling.
Make it possible to test the targetdensity-dpi support
https://bugs.webkit.org/show_bug.cgi?id=55142
* fast/viewport/viewport-*.html: Update to new JS API.
* fast/viewport/viewport-91.html: Add new tests.
* fast/viewport/viewport-92.html:
* fast/viewport/viewport-93.html:
* fast/viewport/viewport-94.html:
* fast/viewport/viewport-95.html:
* fast/viewport/viewport-96.html:
2011-02-26 Adam Klein <adamk@chromium.org>
Reviewed by Adam Barth.
[fileapi] Implement EntrySync.toURI by moving Entry::toURI to EntryBase
https://bugs.webkit.org/show_bug.cgi?id=54585
* fast/filesystem/resources/file-entry-to-uri-sync.js: Added.
* fast/filesystem/workers/file-entry-to-uri-sync-expected.txt: Added.
* fast/filesystem/workers/file-entry-to-uri-sync.html: Added.
2011-02-26 Alice Boxhall <aboxhall@chromium.org>
Reviewed by Ojan Vafai.
Tests that typing enter in the input element does not fire textInput.
https://bugs.webkit.org/show_bug.cgi?id=54152
* fast/forms/textinput-not-fired-on-enter-in-input-expected.txt: Added.
* fast/forms/textinput-not-fired-on-enter-in-input.html: Added.
2011-02-26 James Simonsen <simonjam@chromium.org>
Reviewed by Tony Gentilcore.
[Web Timing] loadEvent timing should refer to first load event if there are many
https://bugs.webkit.org/show_bug.cgi?id=55201
* fast/dom/script-tests/webtiming-document-open.js:
(testTimingWithDocumentOpen): Fire via setTimeout to match w3c test and reveal loadEventEnd.
(finishTest): Fire via setTimeout to match w3c test.
2011-02-26 Yongjun Zhang <yongjun_zhang@apple.com>
Reviewed by David Kilzer.
https://bugs.webkit.org/show_bug.cgi?id=48781
Add a resource load delegate method to query if WebCore should paint the default broken image for failed images.
* fast/images/resources/broken-image-with-invalid-format.png: Added.
* fast/images/support-broken-image-delegate.html: Added.
* platform/mac/fast/images/support-broken-image-delegate-expected.txt: Added.
2011-02-26 Eric Seidel <eric@webkit.org>
Reviewed by Alexey Proskuryakov.
Remove disabled xmlhttprequest/web-apps tests
https://bugs.webkit.org/show_bug.cgi?id=55181
Per ap's suggestion in:
https://bugs.webkit.org/show_bug.cgi?id=55164#c15
I don't think we've ever run these tests. Some of them
depend on 10 minute timeouts and another nonsense. :)
* http/tests/xmlhttprequest/web-apps/006-test.cgi: Removed.
* http/tests/xmlhttprequest/web-apps/006.html-disabled: Removed.
* http/tests/xmlhttprequest/web-apps/009-test.cgi: Removed.
* http/tests/xmlhttprequest/web-apps/009.html-disabled: Removed.
* http/tests/xmlhttprequest/web-apps/016-test.cgi: Removed.
* http/tests/xmlhttprequest/web-apps/016.html-disabled: Removed.
* http/tests/xmlhttprequest/web-apps/017.html-disabled: Removed.
* http/tests/xmlhttprequest/web-apps/recursion/001.html-disabled: Removed.
* http/tests/xmlhttprequest/web-apps/recursion/README: Removed.
2011-02-26 Adam Barth <abarth@webkit.org>
Reviewed by Eric Seidel.
Synchronized tests with html5lib
https://bugs.webkit.org/show_bug.cgi?id=55128
I didn't copy all of plain-test-unsafe because it confuses pretty-diff.
* html5lib/resources/pending-spec-changes-plain-text-unsafe.dat:
* html5lib/resources/pending-spec-changes.dat:
* html5lib/resources/tests1.dat:
* html5lib/resources/tests10.dat:
* html5lib/resources/tests19.dat:
* html5lib/resources/tests20.dat:
* html5lib/resources/tests22.dat: Added.
* html5lib/resources/tests23.dat: Added.
* html5lib/resources/tests24.dat: Added.
* html5lib/resources/tests25.dat: Added.
* html5lib/resources/tests26.dat: Added.
* html5lib/resources/tests3.dat:
* html5lib/resources/tests6.dat:
* html5lib/runner-expected.txt:
* html5lib/runner.html:
2011-02-26 Xianzhu Wang <wangxianzhu@google.com>
Reviewed by Eric Seidel.
Fix Chromium test failure http://crbug.com/33358
https://bugs.webkit.org/show_bug.cgi?id=55125
* platform/chromium/test_expectations.txt:
* platform/chromium/fast/dom/Window/window-postmessage-clone-frames-expected.txt: Added.
2011-02-26 Chang Shu <chang.shu@nokia.com>
Reviewed by Antonio Gomes.
Spatial Navigation: Add support for <select> element in multiple selection mode
https://bugs.webkit.org/show_bug.cgi?id=49261
Enhanced existing tests and added new tests for the bug.
* fast/spatial-navigation/snav-multiple-select-expected.txt:
* fast/spatial-navigation/snav-multiple-select.html:
* fast/spatial-navigation/snav-single-select-list-expected.txt: Added.
* fast/spatial-navigation/snav-single-select-list.html: Added.
2011-02-25 Ryosuke Niwa <rniwa@webkit.org>
Reviewed by Eric Seidel.
Make positioned elements work with vertical text
https://bugs.webkit.org/show_bug.cgi?id=46500
Rebaseline fast/table/fixed-with-auto-with-colspan-vertical.html for r79725.
* platform/gtk/fast/table/fixed-with-auto-with-colspan-vertical-expected.txt:
* platform/mac/fast/table/fixed-with-auto-with-colspan-vertical-expected.checksum:
* platform/mac/fast/table/fixed-with-auto-with-colspan-vertical-expected.png:
* platform/mac/fast/table/fixed-with-auto-with-colspan-vertical-expected.txt:
* platform/qt/fast/table/fixed-with-auto-with-colspan-vertical-expected.txt:
2011-02-25 James Robinson <jamesr@chromium.org>
Update chromium expectations and add new chromium and mac-leopard baselines for new tests.
* platform/chromium-linux/fast/block/positioning/differing-writing-modes-expected.checksum: Added.
* platform/chromium-linux/fast/block/positioning/differing-writing-modes-expected.png: Added.
* platform/chromium-linux/fast/block/positioning/differing-writing-modes-replaced-expected.checksum: Added.
* platform/chromium-linux/fast/block/positioning/differing-writing-modes-replaced-expected.png: Added.
* platform/chromium-linux/fast/table/table-continuation-outline-paint-crash-expected.checksum: Added.
* platform/chromium-linux/fast/table/table-continuation-outline-paint-crash-expected.png: Added.
* platform/chromium-win/fast/block/positioning/differing-writing-modes-expected.checksum: Added.
* platform/chromium-win/fast/block/positioning/differing-writing-modes-expected.png: Added.
* platform/chromium-win/fast/block/positioning/differing-writing-modes-expected.txt: Added.
* platform/chromium-win/fast/block/positioning/differing-writing-modes-replaced-expected.checksum: Added.
* platform/chromium-win/fast/block/positioning/differing-writing-modes-replaced-expected.png: Added.
* platform/chromium-win/fast/block/positioning/differing-writing-modes-replaced-expected.txt: Added.
* platform/chromium-win/fast/table/table-continuation-outline-paint-crash-expected.checksum: Added.
* platform/chromium-win/fast/table/table-continuation-outline-paint-crash-expected.png: Added.
* platform/chromium-win/fast/table/table-continuation-outline-paint-crash-expected.txt: Added.
* platform/chromium/test_expectations.txt:
* platform/mac-leopard/fast/block/positioning/differing-writing-modes-expected.checksum: Added.
* platform/mac-leopard/fast/block/positioning/differing-writing-modes-expected.png: Added.
* platform/mac-leopard/fast/block/positioning/differing-writing-modes-replaced-expected.checksum: Added.
* platform/mac-leopard/fast/block/positioning/differing-writing-modes-replaced-expected.png: Added.
* platform/mac-leopard/fast/table/table-continuation-outline-paint-crash-expected.checksum: Added.
* platform/mac-leopard/fast/table/table-continuation-outline-paint-crash-expected.png: Added.
2011-02-25 Mihai Parparita <mihaip@chromium.org>
Unreviewed rebaseline.
Update mac/ pixel baselines for Snow Leopard (new results match
chromium-mac and/or chromium-mac-leopard ones, which are known to be
good).
* platform/mac/fast/backgrounds/svg-as-background-5-expected.checksum:
* platform/mac/fast/backgrounds/svg-as-background-5-expected.png:
* platform/mac/fast/block/margin-collapse/103-expected.checksum:
* platform/mac/fast/block/margin-collapse/103-expected.png:
* platform/mac/fast/blockflow/japanese-ruby-vertical-lr-expected.checksum:
* platform/mac/fast/blockflow/japanese-ruby-vertical-lr-expected.png:
* platform/mac/fast/blockflow/japanese-ruby-vertical-rl-expected.checksum:
* platform/mac/fast/blockflow/japanese-ruby-vertical-rl-expected.png:
* platform/mac/fast/css/empty-pseudo-class-expected.checksum:
* platform/mac/fast/css/empty-pseudo-class-expected.png:
* platform/mac/fast/css/first-child-pseudo-class-expected.checksum:
* platform/mac/fast/css/first-child-pseudo-class-expected.png:
* platform/mac/fast/css/first-of-type-pseudo-class-expected.checksum:
* platform/mac/fast/css/first-of-type-pseudo-class-expected.png:
* platform/mac/fast/css/font-face-default-font-expected.checksum:
* platform/mac/fast/css/font-face-default-font-expected.png:
* platform/mac/fast/css/font_property_normal-expected.checksum:
* platform/mac/fast/css/font_property_normal-expected.png:
* platform/mac/fast/css/last-child-pseudo-class-expected.checksum:
* platform/mac/fast/css/last-child-pseudo-class-expected.png:
* platform/mac/fast/css/last-of-type-pseudo-class-expected.checksum:
* platform/mac/fast/css/last-of-type-pseudo-class-expected.png:
* platform/mac/fast/css/line-height-font-order-expected.checksum:
* platform/mac/fast/css/line-height-font-order-expected.png:
* platform/mac/fast/css/only-child-pseudo-class-expected.checksum:
* platform/mac/fast/css/only-child-pseudo-class-expected.png:
* platform/mac/fast/css/only-of-type-pseudo-class-expected.checksum:
* platform/mac/fast/css/only-of-type-pseudo-class-expected.png:
* platform/mac/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.checksum:
* platform/mac/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.png:
* platform/mac/fast/dynamic/008-expected.checksum:
* platform/mac/fast/dynamic/008-expected.png:
* platform/mac/fast/events/context-no-deselect-expected.checksum:
* platform/mac/fast/events/context-no-deselect-expected.png:
* platform/mac/fast/forms/placeholder-position-expected.checksum:
* platform/mac/fast/forms/placeholder-position-expected.png:
* platform/mac/fast/html/keygen-expected.checksum:
* platform/mac/fast/html/keygen-expected.png:
* platform/mac/fast/lists/dynamic-marker-crash-expected.checksum:
* platform/mac/fast/lists/dynamic-marker-crash-expected.png:
* platform/mac/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.checksum:
* platform/mac/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.png:
* platform/mac/fast/selectors/166-expected.checksum:
* platform/mac/fast/selectors/166-expected.png:
* platform/mac/fast/text/international/bidi-control-chars-treated-as-ZWS-expected.checksum:
* platform/mac/fast/text/international/bidi-control-chars-treated-as-ZWS-expected.png:
* platform/mac/fast/text/international/bidi-linebreak-001-expected.checksum:
* platform/mac/fast/text/international/bidi-linebreak-001-expected.png:
* platform/mac/fast/text/international/bidi-linebreak-002-expected.checksum:
* platform/mac/fast/text/international/bidi-linebreak-002-expected.png:
* platform/mac/fast/text/international/bidi-linebreak-003-expected.checksum:
* platform/mac/fast/text/international/bidi-linebreak-003-expected.png:
* platform/mac/fast/text/international/bidi-mirror-he-ar-expected.checksum:
* platform/mac/fast/text/international/bidi-mirror-he-ar-expected.png:
* platform/mac/fast/text/international/bidi-neutral-directionality-paragraph-start-expected.checksum:
* platform/mac/fast/text/international/bidi-neutral-directionality-paragraph-start-expected.png:
* platform/mac/fonts/sans-serif-expected.checksum:
* platform/mac/fonts/sans-serif-expected.png:
* platform/mac/svg/custom/text-dom-01-f-expected.checksum:
* platform/mac/svg/custom/text-dom-01-f-expected.png:
* platform/mac/tables/mozilla/bugs/bug113235-1-expected.checksum:
* platform/mac/tables/mozilla/bugs/bug113235-1-expected.png:
* platform/mac/tables/mozilla/bugs/bug113424-expected.checksum:
* platform/mac/tables/mozilla/bugs/bug113424-expected.png:
* platform/mac/tables/mozilla/bugs/bug1188-expected.checksum:
* platform/mac/tables/mozilla/bugs/bug1188-expected.png:
* platform/mac/tables/mozilla/bugs/bug1318-expected.checksum:
* platform/mac/tables/mozilla/bugs/bug1318-expected.png:
* platform/mac/tables/mozilla/bugs/bug16012-expected.checksum:
* platform/mac/tables/mozilla/bugs/bug16012-expected.png:
* platform/mac/tables/mozilla/bugs/bug2479-2-expected.checksum:
* platform/mac/tables/mozilla/bugs/bug2479-2-expected.png:
* platform/mac/tables/mozilla/bugs/bug8858-expected.checksum:
* platform/mac/tables/mozilla/bugs/bug8858-expected.png:
* platform/mac/tables/mozilla/core/bloomberg-expected.checksum:
* platform/mac/tables/mozilla/core/bloomberg-expected.png:
* platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.checksum:
* platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.png:
2011-02-25 Martin Robinson <mrobinson@igalia.com>
Add the final set of missing GTK+ SVG pixel results.
* platform/gtk/svg/dynamic-updates: Add missing results.
2011-02-25 Martin Robinson <mrobinson@igalia.com>
Add another set of missing GTK+ SVG pixel results.
* platform/gtk/svg/dynamic-updates: Add missing pixel results.
2011-02-25 Martin Robinson <mrobinson@igalia.com>
Add the next set of missing GTK+ SVG pixel results.
* platform/gtk/svg/dom/SVGRectElement: Add missing pixel reults.
* platform/gtk/svg/dynamic-updates: Ditto.
2011-02-25 Martin Robinson <mrobinson@igalia.com>
Add some missing GTK+ SVG pixel results.
* platform/gtk/svg: Add missing GTK+ SVG pixel results.
2011-02-25 Martin Robinson <mrobinson@igalia.com>
Update GTK+ SVG pixel results which have changed.
* platform/gtk/svg: Update SVG pixel resultsj
2011-02-25 Abhishek Arya <inferno@chromium.org>
Reviewed by Dave Hyatt.
Ensure that we do not add the inline continuation flow to the table's continuation
table map for painting. The layout test should not crash on assert and should show
a solid outline around the inline child.
https://bugs.webkit.org/show_bug.cgi?id=54690
* fast/table/table-continuation-outline-paint-crash.html: Added.
* platform/mac/fast/table/table-continuation-outline-paint-crash-expected.checksum: Added.
* platform/mac/fast/table/table-continuation-outline-paint-crash-expected.png: Added.
* platform/mac/fast/table/table-continuation-outline-paint-crash-expected.txt: Added.
2011-02-25 James Robinson <jamesr@chromium.org>
Update chromium test expectations.
* platform/chromium/test_expectations.txt:
2011-02-25 Mihai Parparita <mihaip@chromium.org>
Unreviewed Chromium expectations update.
Fix 16 tests for Chromium Snow Leopard by promoting chromium-mac-leopard
results to mac-leopard and removing outdated chromium-mac and
chromium-mac-snowleopard ones.
* platform/chromium-mac-leopard/svg/batik/masking/maskRegions-expected.checksum: Removed.
* platform/chromium-mac-leopard/svg/batik/masking/maskRegions-expected.png: Removed.
* platform/chromium-mac-leopard/svg/batik/masking/maskRegions-expected.txt: Removed.
* platform/chromium-mac-leopard/svg/custom/absolute-sized-content-with-resources-expected.checksum: Removed.
* platform/chromium-mac-leopard/svg/custom/absolute-sized-content-with-resources-expected.png: Removed.
* platform/chromium-mac-leopard/svg/custom/junk-data-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/svg/custom/junk-data-expected.checksum.
* platform/chromium-mac-leopard/svg/custom/junk-data-expected.png: Renamed from LayoutTests/platform/chromium-mac/svg/custom/junk-data-expected.png.
* platform/chromium-mac-leopard/svg/custom/junk-data-expected.txt: Renamed from LayoutTests/platform/chromium-mac/svg/custom/junk-data-expected.txt.
* platform/chromium-mac-leopard/svg/custom/missing-xlink-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/svg/custom/missing-xlink-expected.checksum.
* platform/chromium-mac-leopard/svg/custom/missing-xlink-expected.png: Renamed from LayoutTests/platform/chromium-mac/svg/custom/missing-xlink-expected.png.
* platform/chromium-mac-leopard/svg/custom/missing-xlink-expected.txt: Renamed from LayoutTests/platform/chromium-mac/svg/custom/missing-xlink-expected.txt.
* platform/chromium-mac-leopard/svg/custom/viewBox-hit-expected.checksum: Removed.
* platform/chromium-mac-leopard/svg/custom/viewBox-hit-expected.png: Removed.
* platform/chromium-mac-leopard/svg/filters/filterRes-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/svg/filters/filterRes-expected.checksum.
* 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.
* platform/chromium-mac/fast/text/justify-ideograph-simple-expected.checksum:
* platform/chromium-mac/fast/text/justify-ideograph-simple-expected.png:
* platform/chromium-mac/svg/W3C-SVG-1.1/text-intro-05-t-expected.checksum: Removed.
* platform/chromium-mac/svg/W3C-SVG-1.1/text-intro-05-t-expected.png: Removed.
* platform/chromium-mac/svg/batik/masking/maskRegions-expected.checksum: Removed.
* platform/chromium-mac/svg/batik/masking/maskRegions-expected.png: Removed.
* platform/chromium-mac/svg/css/text-gradient-shadow-expected.checksum: Removed.
* platform/chromium-mac/svg/custom/absolute-sized-content-with-resources-expected.checksum: Removed.
* platform/chromium-mac/svg/custom/absolute-sized-content-with-resources-expected.png: Removed.
* platform/chromium-mac/svg/custom/viewBox-hit-expected.checksum: Removed.
* platform/chromium-mac/svg/custom/viewBox-hit-expected.png: Removed.
* platform/chromium-mac/svg/filters/feComposite-expected.checksum: Removed.
* platform/chromium-mac/svg/filters/feComposite-expected.png: Removed.
* platform/chromium-mac/svg/hixie/perf/007-expected.checksum: Removed.
* platform/chromium-mac/svg/hixie/perf/007-expected.png: Removed.
* platform/chromium-mac/svg/repaint/filter-repaint-expected.checksum: Removed.
* platform/chromium-mac/svg/repaint/filter-repaint-expected.png: Removed.
* platform/chromium-mac/tables/mozilla/bugs/bug23235-expected.checksum: Removed.
* platform/chromium-mac/tables/mozilla/bugs/bug23235-expected.png: Removed.
* platform/chromium-mac/tables/mozilla/marvin/x_thead_align_justify-expected.checksum: Removed.
* platform/chromium-mac/tables/mozilla/marvin/x_thead_align_justify-expected.png: Removed.
* platform/chromium-mac/tables/mozilla_expected_failures/bugs/97619-expected.checksum: Removed.
* platform/chromium/test_expectations.txt:
* platform/mac-leopard/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.checksum.
* platform/mac-leopard/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.png: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.png.
* platform/mac-leopard/svg/W3C-SVG-1.1/text-intro-05-t-expected.checksum:
* platform/mac-leopard/svg/W3C-SVG-1.1/text-intro-05-t-expected.png:
* platform/mac-leopard/svg/batik/masking/maskRegions-expected.checksum:
* platform/mac-leopard/svg/batik/masking/maskRegions-expected.png:
* platform/mac-leopard/svg/batik/masking/maskRegions-expected.txt: Removed.
* platform/mac-leopard/svg/custom/absolute-sized-content-with-resources-expected.checksum:
* platform/mac-leopard/svg/custom/absolute-sized-content-with-resources-expected.png:
* platform/mac-leopard/svg/custom/viewBox-hit-expected.checksum:
* platform/mac-leopard/svg/custom/viewBox-hit-expected.png:
* platform/mac-leopard/tables/mozilla/bugs/bug23235-expected.checksum:
* platform/mac-leopard/tables/mozilla/bugs/bug23235-expected.png:
* platform/mac-leopard/tables/mozilla/marvin/x_thead_align_justify-expected.checksum:
* platform/mac-leopard/tables/mozilla/marvin/x_thead_align_justify-expected.png:
* platform/mac-leopard/tables/mozilla_expected_failures/bugs/97619-expected.checksum:
* platform/mac-leopard/tables/mozilla_expected_failures/bugs/97619-expected.png:
2011-02-25 David Hyatt <hyatt@apple.com>
Reviewed by Sam Weinig.
https://bugs.webkit.org/show_bug.cgi?id=46500, make positioned elements work with vertical text.
Make positioned objects work with all possible crazy combinations of mixed writing modes. Added new helper
functions that flip around the padding box of the containing block and then add in the appropriate border
side to ensure that the offset of the positioned object is actually correctly placed in the containing block's
local coordinate space.
Added two new tests of both replaced and non-replaced positioned elements in mixed writing mode environments.
* fast/block/positioning/differing-writing-modes-replaced.html: Added.
* fast/block/positioning/differing-writing-modes.html: Added.
* platform/mac/fast/block/positioning/differing-writing-modes-expected.checksum: Added.
* platform/mac/fast/block/positioning/differing-writing-modes-expected.png: Added.
* platform/mac/fast/block/positioning/differing-writing-modes-expected.txt: Added.
* platform/mac/fast/block/positioning/differing-writing-modes-replaced-expected.checksum: Added.
* platform/mac/fast/block/positioning/differing-writing-modes-replaced-expected.png: Added.
* platform/mac/fast/block/positioning/differing-writing-modes-replaced-expected.txt: Added.
2011-02-25 Jessie Berlin <jberlin@apple.com>
[Windows 7 Release Tests] http/tests/xmlhttprequest/basic-auth-nouser.html and
basic-auth-nopassword.html failing since introduction in r74609
https://bugs.webkit.org/show_bug.cgi?id=51596
Unreviewed. Adding http/tests/xmlhttprequest/basic-auth-nopassword.html to the Skipped list
because it is consistently timing out on the Windows XP Debug bot.
* platform/win-xp/Skipped:
2011-02-25 Mihai Parparita <mihaip@chromium.org>
Fix 10 tests for Chromium Snow Leopard by promoting chromium-mac-leopard
results to mac-leopard and removing outdated chromium-mac and
chromium-mac-snowleopard ones.
* 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/forms/select-baseline-expected.checksum: Removed.
* platform/chromium-mac-leopard/fast/forms/select-baseline-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/text/atsui-negative-spacing-features-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/text/atsui-negative-spacing-features-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/text/atsui-spacing-features-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/text/atsui-spacing-features-expected.png: Removed.
* platform/chromium-mac/fast/blockflow/vertical-baseline-alignment-expected.checksum: Removed.
* platform/chromium-mac/fast/blockflow/vertical-baseline-alignment-expected.png: Removed.
* platform/chromium-mac/fast/forms/select-baseline-expected.checksum: Removed.
* platform/chromium-mac/fast/forms/select-baseline-expected.png: Removed.
* platform/chromium-mac/fast/forms/text-style-color-expected.checksum: Removed.
* platform/chromium-mac/fast/forms/text-style-color-expected.png: Removed.
* platform/chromium-mac/fast/multicol/shadow-breaking-expected.checksum: Removed.
* platform/chromium-mac/fast/multicol/shadow-breaking-expected.png: Removed.
* platform/chromium-mac/fast/table/028-vertical-expected.checksum: Removed.
* platform/chromium-mac/fast/table/028-vertical-expected.png: Removed.
* platform/chromium-mac/fast/text/complex-text-opacity-expected.checksum: Removed.
* platform/chromium-mac/fast/text/complex-text-opacity-expected.png: Removed.
* platform/chromium/test_expectations.txt:
* platform/mac-leopard/fast/blockflow/vertical-baseline-alignment-expected.checksum:
* platform/mac-leopard/fast/blockflow/vertical-baseline-alignment-expected.png:
* platform/mac-leopard/fast/dom/isindex-002-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/fast/dom/isindex-002-expected.checksum.
* platform/mac-leopard/fast/dom/isindex-002-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/dom/isindex-002-expected.png.
* platform/mac-leopard/fast/dom/replaceChild-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/fast/dom/replaceChild-expected.checksum.
* platform/mac-leopard/fast/dom/replaceChild-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/dom/replaceChild-expected.png.
* platform/mac-leopard/fast/forms/select-baseline-expected.checksum:
* platform/mac-leopard/fast/forms/select-baseline-expected.png:
* platform/mac-leopard/fast/forms/text-style-color-expected.checksum: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/forms/text-style-color-expected.checksum.
* platform/mac-leopard/fast/forms/text-style-color-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/forms/text-style-color-expected.png.
* platform/mac-leopard/fast/multicol/shadow-breaking-expected.checksum: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/multicol/shadow-breaking-expected.checksum.
* platform/mac-leopard/fast/multicol/shadow-breaking-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/multicol/shadow-breaking-expected.png.
* platform/mac-leopard/fast/table/028-vertical-expected.checksum:
* platform/mac-leopard/fast/table/028-vertical-expected.png:
* platform/mac-leopard/fast/text/atsui-negative-spacing-features-expected.checksum: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/text/atsui-negative-spacing-features-expected.checksum.
* platform/mac-leopard/fast/text/atsui-negative-spacing-features-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/text/atsui-negative-spacing-features-expected.png.
* platform/mac-leopard/fast/text/atsui-spacing-features-expected.checksum: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/text/atsui-spacing-features-expected.checksum.
* platform/mac-leopard/fast/text/atsui-spacing-features-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/text/atsui-spacing-features-expected.png.
* platform/mac-leopard/fast/text/complex-text-opacity-expected.checksum:
* platform/mac-leopard/fast/text/complex-text-opacity-expected.png:
2011-02-25 James Robinson <jamesr@chromium.org>
Add chromium win/linux baselines for new vertical replaced test and update various expectations.
* platform/chromium-gpu-win/platform/chromium/compositing/layout-width-change-expected.checksum:
* platform/chromium-gpu-win/platform/chromium/compositing/layout-width-change-expected.png:
* platform/chromium-linux/fast/replaced/vertical-lr/absolute-position-percentage-width-expected.checksum: Added.
* platform/chromium-linux/fast/replaced/vertical-lr/absolute-position-percentage-width-expected.png: Added.
* platform/chromium-linux/fast/replaced/vertical-lr/absolute-position-with-auto-height-and-top-and-bottom-expected.checksum: Added.
* platform/chromium-linux/fast/replaced/vertical-lr/absolute-position-with-auto-height-and-top-and-bottom-expected.png: Added.
* platform/chromium-linux/fast/replaced/vertical-lr/absolute-position-with-auto-width-and-left-and-right-expected.checksum: Added.
* platform/chromium-linux/fast/replaced/vertical-lr/absolute-position-with-auto-width-and-left-and-right-expected.png: Added.
* platform/chromium-linux/fast/replaced/vertical-rl/absolute-position-percentage-width-expected.checksum: Added.
* platform/chromium-linux/fast/replaced/vertical-rl/absolute-position-percentage-width-expected.png: Added.
* platform/chromium-linux/fast/replaced/vertical-rl/absolute-position-with-auto-height-and-top-and-bottom-expected.checksum: Added.
* platform/chromium-linux/fast/replaced/vertical-rl/absolute-position-with-auto-height-and-top-and-bottom-expected.png: Added.
* platform/chromium-linux/fast/replaced/vertical-rl/absolute-position-with-auto-width-and-left-and-right-expected.checksum: Added.
* platform/chromium-linux/fast/replaced/vertical-rl/absolute-position-with-auto-width-and-left-and-right-expected.png: Added.
* platform/chromium-win/fast/replaced/vertical-lr/absolute-position-percentage-width-expected.checksum: Added.
* platform/chromium-win/fast/replaced/vertical-lr/absolute-position-percentage-width-expected.png: Added.
* platform/chromium-win/fast/replaced/vertical-lr/absolute-position-percentage-width-expected.txt: Added.
* platform/chromium-win/fast/replaced/vertical-lr/absolute-position-with-auto-height-and-top-and-bottom-expected.checksum: Added.
* platform/chromium-win/fast/replaced/vertical-lr/absolute-position-with-auto-height-and-top-and-bottom-expected.png: Added.
* platform/chromium-win/fast/replaced/vertical-lr/absolute-position-with-auto-height-and-top-and-bottom-expected.txt: Added.
* platform/chromium-win/fast/replaced/vertical-lr/absolute-position-with-auto-width-and-left-and-right-expected.checksum: Added.
* platform/chromium-win/fast/replaced/vertical-lr/absolute-position-with-auto-width-and-left-and-right-expected.png: Added.
* platform/chromium-win/fast/replaced/vertical-lr/absolute-position-with-auto-width-and-left-and-right-expected.txt: Added.
* platform/chromium-win/fast/replaced/vertical-rl/absolute-position-percentage-width-expected.checksum: Added.
* platform/chromium-win/fast/replaced/vertical-rl/absolute-position-percentage-width-expected.png: Added.
* platform/chromium-win/fast/replaced/vertical-rl/absolute-position-percentage-width-expected.txt: Added.
* platform/chromium-win/fast/replaced/vertical-rl/absolute-position-with-auto-height-and-top-and-bottom-expected.checksum: Added.
* platform/chromium-win/fast/replaced/vertical-rl/absolute-position-with-auto-height-and-top-and-bottom-expected.png: Added.
* platform/chromium-win/fast/replaced/vertical-rl/absolute-position-with-auto-height-and-top-and-bottom-expected.txt: Added.
* platform/chromium-win/fast/replaced/vertical-rl/absolute-position-with-auto-width-and-left-and-right-expected.checksum: Added.
* platform/chromium-win/fast/replaced/vertical-rl/absolute-position-with-auto-width-and-left-and-right-expected.png: Added.
* platform/chromium-win/fast/replaced/vertical-rl/absolute-position-with-auto-width-and-left-and-right-expected.txt: Added.
* platform/chromium/test_expectations.txt:
2011-02-25 Tony Chang <tony@chromium.org>
Unreviewed, updating chromium linux baselines after changes to
RGBToHSL code in chromium.
* platform/chromium-linux/fast/forms/menulist-restrict-line-height-expected.checksum:
* platform/chromium-linux/fast/forms/menulist-restrict-line-height-expected.png:
* platform/chromium-linux/fast/forms/menulist-style-color-expected.checksum:
* platform/chromium-linux/fast/forms/menulist-style-color-expected.png:
* platform/chromium-linux/fast/forms/select-baseline-expected.checksum:
* platform/chromium-linux/fast/forms/select-baseline-expected.png:
2011-02-25 Eric Carlson <eric.carlson@apple.com>
Reviewed by Eric Seidel.
'load' and 'error' events fired for @poster
https://bugs.webkit.org/show_bug.cgi?id=54908
* media/video-poster.html: Register listeners for 'load' and 'error' events so the test will
fail if they ever fire.
2011-02-25 Jessie Berlin <jberlin@apple.com>
media/controls-without-preload.html failing on Windows.
https://bugs.webkit.org/show_bug.cgi?id=50471
Unreviewed. Add Windows-XP specific (failing?) results to get the bots green.
* platform/win-xp/media/controls-without-preload-expected.txt: Added.
2011-02-25 Mihai Parparita <mihaip@chromium.org>
Unreviewed Chromium expectations update.
Add recent Snow Leopard failures.
* platform/chromium/test_expectations.txt:
2011-02-25 Mihai Parparita <mihaip@chromium.org>
Unreviewed Chromium expectations update.
Fix fast/inline/inline-box-background-repeat-x.html, fast/inline/
inline-box-background-repeat-y.html and fast/inline/
inline-box-background.html for Chromium Snow Leopard by promoting
chromium-mac-leopard results to mac-leopard and removing outdated
chromium-mac ones.
* platform/chromium-mac/fast/inline/inline-box-background-expected.checksum: Removed.
* platform/chromium-mac/fast/inline/inline-box-background-expected.png: Removed.
* platform/chromium-mac/fast/inline/inline-box-background-repeat-x-expected.checksum: Removed.
* platform/chromium-mac/fast/inline/inline-box-background-repeat-x-expected.png: Removed.
* platform/chromium-mac/fast/inline/inline-box-background-repeat-y-expected.checksum: Removed.
* platform/chromium-mac/fast/inline/inline-box-background-repeat-y-expected.png: Removed.
* platform/chromium/test_expectations.txt:
* platform/mac-leopard/fast/inline/inline-box-background-expected.checksum: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/inline/inline-box-background-expected.checksum.
* platform/mac-leopard/fast/inline/inline-box-background-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/inline/inline-box-background-expected.png.
* platform/mac-leopard/fast/inline/inline-box-background-repeat-x-expected.checksum: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/inline/inline-box-background-repeat-x-expected.checksum.
* platform/mac-leopard/fast/inline/inline-box-background-repeat-x-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/inline/inline-box-background-repeat-x-expected.png.
* platform/mac-leopard/fast/inline/inline-box-background-repeat-y-expected.checksum: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/inline/inline-box-background-repeat-y-expected.checksum.
* platform/mac-leopard/fast/inline/inline-box-background-repeat-y-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/inline/inline-box-background-repeat-y-expected.png.
2011-02-25 Mihai Parparita <mihaip@chromium.org>
Unreviewed Chromium expectations update.
Fix fast/dom/34176.html and fast/dom/52776.html for Chromium Snow
Leopard by promoting chromium-mac-leopard results to mac-leopard and
removing outdated chromium-mac ones.
* platform/chromium-mac-leopard/fast/dom/52776-expected.txt: Removed.
* platform/chromium-mac/fast/dom/52776-expected.txt: Removed.
* platform/mac-leopard/fast/dom/34176-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/fast/dom/34176-expected.checksum.
* platform/mac-leopard/fast/dom/34176-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/dom/34176-expected.png.
* platform/mac-leopard/fast/dom/52776-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/fast/dom/52776-expected.checksum.
* platform/mac-leopard/fast/dom/52776-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/dom/52776-expected.png.
2011-02-25 James Robinson <jamesr@chromium.org>
More chromium expectations and baselines.
* platform/chromium-gpu-linux/platform/chromium/compositing/layout-width-change-expected.checksum: Added.
* platform/chromium-gpu-linux/platform/chromium/compositing/layout-width-change-expected.png: Added.
* platform/chromium-gpu-mac/platform/chromium/compositing/layout-width-change-expected.checksum: Added.
* platform/chromium-gpu-mac/platform/chromium/compositing/layout-width-change-expected.png: Added.
* platform/chromium-gpu-win/platform/chromium/compositing/layout-width-change-expected.checksum: Added.
* platform/chromium-gpu-win/platform/chromium/compositing/layout-width-change-expected.png: Added.
* platform/chromium/test_expectations.txt:
2011-02-25 James Robinson <jamesr@chromium.org>
Fix typo in Chromium test expectations.
* platform/chromium/test_expectations.txt:
2011-02-25 David Hyatt <hyatt@apple.com>
Reviewed by Sam Weinig.
https://bugs.webkit.org/show_bug.cgi?id=46500, make positioned elements work with vertical text.
Patch computePositionedLogicalHeightReplaced to be writing-mode aware.
Added six new tests in fast/replaced.
* fast/replaced/vertical-lr: Added.
* fast/replaced/vertical-lr/absolute-position-percentage-width.html: Added.
* fast/replaced/vertical-lr/absolute-position-with-auto-height-and-top-and-bottom.html: Added.
* fast/replaced/vertical-lr/absolute-position-with-auto-width-and-left-and-right.html: Added.
* fast/replaced/vertical-rl: Added.
* fast/replaced/vertical-rl/absolute-position-percentage-width.html: Added.
* fast/replaced/vertical-rl/absolute-position-with-auto-height-and-top-and-bottom.html: Added.
* fast/replaced/vertical-rl/absolute-position-with-auto-width-and-left-and-right.html: Added.
2011-02-25 James Robinson <jamesr@chromium.org>
Update chromium expectations and baselines for some ruby tests.
* 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/blockflow/japanese-ruby-vertical-lr-expected.checksum: Added.
* platform/chromium-mac/fast/blockflow/japanese-ruby-vertical-lr-expected.png: Added.
* platform/chromium-mac/fast/blockflow/japanese-ruby-vertical-rl-expected.checksum: Added.
* platform/chromium-mac/fast/blockflow/japanese-ruby-vertical-rl-expected.png: Added.
* platform/chromium/test_expectations.txt:
2011-02-25 Mihai Parparita <mihaip@chromium.org>
Unreviewed Chromium expectations update.
Fix editing/selection/caret-rtl* for Chromium Snow Leopard. Remove
outdated chromium-mac baselines (the test will pass on Chromium SL with
the mac/ baselines). Promote the chromium-mac-leopard baselines to
mac-leopard (since the Mac port will pass with them on Leopard).
* platform/chromium-mac/editing/selection/caret-rtl-2-expected.checksum: Removed.
* platform/chromium-mac/editing/selection/caret-rtl-2-expected.png: Removed.
* platform/chromium-mac/editing/selection/caret-rtl-2-left-expected.checksum: Removed.
* platform/chromium-mac/editing/selection/caret-rtl-2-left-expected.png: Removed.
* platform/chromium-mac/editing/selection/caret-rtl-expected.checksum: Removed.
* platform/chromium-mac/editing/selection/caret-rtl-expected.png: Removed.
* platform/chromium-mac/editing/selection/caret-rtl-right-expected.checksum: Removed.
* platform/chromium-mac/editing/selection/caret-rtl-right-expected.png: Removed.
* platform/chromium/test_expectations.txt:
* platform/mac-leopard/editing/selection/caret-rtl-2-expected.checksum: Renamed from LayoutTests/platform/chromium-mac-leopard/editing/selection/caret-rtl-2-expected.checksum.
* platform/mac-leopard/editing/selection/caret-rtl-2-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/editing/selection/caret-rtl-2-expected.png.
* platform/mac-leopard/editing/selection/caret-rtl-2-left-expected.checksum: Renamed from LayoutTests/platform/chromium-mac-leopard/editing/selection/caret-rtl-2-left-expected.checksum.
* platform/mac-leopard/editing/selection/caret-rtl-2-left-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/editing/selection/caret-rtl-2-left-expected.png.
* platform/mac-leopard/editing/selection/caret-rtl-expected.checksum: Renamed from LayoutTests/platform/chromium-mac-leopard/editing/selection/caret-rtl-expected.checksum.
* platform/mac-leopard/editing/selection/caret-rtl-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/editing/selection/caret-rtl-expected.png.
* platform/mac-leopard/editing/selection/caret-rtl-right-expected.checksum: Renamed from LayoutTests/platform/chromium-mac-leopard/editing/selection/caret-rtl-right-expected.checksum.
* platform/mac-leopard/editing/selection/caret-rtl-right-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/editing/selection/caret-rtl-right-expected.png.
2011-02-25 Mihai Parparita <mihaip@chromium.org>
Unreviewed Chromium expectations update.
editing/pasteboard/merge-end-list.html was failing on Chromium Snow
Leopard because it was picking up the .checksum file in chromium-mac/,
even though it would pass with the mac/ .png/.checksum. Additionally, the
chromium-mac .checksum had no corresponding .png.
Fixes things by deleting the lone .checksum in chromium-mac and updating
the mac-leopard results (which can be used by both the Mac and Chromium
ports).
* platform/chromium-mac/editing/pasteboard/merge-end-list-expected.checksum: Removed.
* platform/chromium/test_expectations.txt:
* platform/mac-leopard/editing/pasteboard/merge-end-list-expected.checksum:
* platform/mac-leopard/editing/pasteboard/merge-end-list-expected.png:
2011-02-25 Vangelis Kokkevis <vangelis@chromium.org>
Reviewed by Simon Fraser.
[chromium] Adding test to ensure clipping layer gets updated when layout
width/height change in the page.
https://bugs.webkit.org/show_bug.cgi?id=55103
* platform/chromium/compositing/layout-width-change-expected.checksum: Added.
* platform/chromium/compositing/layout-width-change-expected.png: Added.
* platform/chromium/compositing/layout-width-change-expected.txt: Added.
* platform/chromium/compositing/layout-width-change.html: Added.
2011-02-25 Jessie Berlin <jberlin@apple.com>
[Windows 7 Release Tests] fast/ruby/base-shorter-than-text.html failing since introduction
in r79629.
https://bugs.webkit.org/show_bug.cgi?id=55230
Add Windows-specific expected results. Unreviewed.
* platform/win/fast/ruby/base-shorter-than-text-expected.checksum: Added.
* platform/win/fast/ruby/base-shorter-than-text-expected.png: Added.
* platform/win/fast/ruby/base-shorter-than-text-expected.txt: Added.
2011-02-25 Sergio Villar Senin <svillar@igalia.com>
Unreviewed.
Added new GTK+ expectations for new tests.
* platform/gtk/svg/custom/animate-target-id-changed-expected.checksum: Added.
* platform/gtk/svg/custom/animate-target-id-changed-expected.png: Added.
* platform/gtk/svg/custom/animate-target-id-changed-expected.txt: Added.
* platform/gtk/svg/custom/animate-target-removed-from-document-expected.checksum: Added.
* platform/gtk/svg/custom/animate-target-removed-from-document-expected.png: Added.
* platform/gtk/svg/custom/animate-target-removed-from-document-expected.txt: Added.
* platform/gtk/transitions/default-timing-function-expected.checksum: Added.
* platform/gtk/transitions/default-timing-function-expected.png: Added.
* platform/gtk/transitions/default-timing-function-expected.txt: Added.
2011-02-25 Abhishek Arya <inferno@chromium.org>
Reviewed by Dave Hyatt.
Tests that we do not crash when removing a text node adjacent to a word break node.
https://bugs.webkit.org/show_bug.cgi?id=55206
* fast/text/resources/word-break-next-linebox-not-dirty-crash.html: Added.
* fast/text/word-break-next-linebox-not-dirty-crash-main-expected.txt: Added.
* fast/text/word-break-next-linebox-not-dirty-crash-main.html: Added.
2011-02-25 Mihai Parparita <mihaip@chromium.org>
Unreviewed Chromium Snow Leopard expectations update. Remove failing
expectations for tests that pass after r79653. Add one more known
failure and flake.
* platform/chromium/test_expectations.txt:
2011-02-25 Sergio Villar Senin <svillar@igalia.com>
Unreviewed.
Added an inspector test that fails on GTK debug bots.
* platform/gtk/Skipped: inspector/extensions/extensions-events.html
2011-02-25 Andrey Adaikin <aandrey@google.com>
Reviewed by Pavel Feldman.
Web Inspector: [Text editor] Add basic layout tests for the highlighter
https://bugs.webkit.org/show_bug.cgi?id=54751
Adding basic tests for the highlighter.
* inspector/editor/highlighter-basics-expected.txt: Added.
* inspector/editor/highlighter-basics.html: Added.
2011-02-25 Sergio Villar Senin <svillar@igalia.com>
Unreviewed.
Added new GTK test expectations.
* platform/gtk/fast/block/positioning/vertical-lr: Added 6 new
test expectations.
* platform/gtk/fast/block/positioning/vertical-rl: Added 6 new
test expectations.
2011-02-25 Nikolas Zimmermann <nzimmermann@rim.com>
Reviewed by Dirk Schulze.
Implement SVGColor/SVGPaint API
https://bugs.webkit.org/show_bug.cgi?id=55119
SVGColor::cssText() shouldn't return #RRGGBBAA colors
https://bugs.webkit.org/show_bug.cgi?id=48120
Add two new tests covering the SVGColor/SVGPaint APIs.
Adapt to SVGColor::cssText() changes, color is properly serialized now.
* svg/animations/animate-color-transparent-expected.txt:
* svg/animations/animate-currentColor-expected.txt:
* svg/animations/animate-dynamic-update-attributeName-expected.txt:
* svg/animations/animate-inherit-css-property-expected.txt:
* svg/animations/script-tests/animate-color-transparent.js:
(expectTransparent):
(expectOtherColor):
* svg/animations/script-tests/animate-currentColor.js:
(sample1):
* svg/animations/script-tests/animate-inherit-css-property.js:
(sample1):
* svg/css/getComputedStyle-basic-expected.txt:
* svg/custom/getPresentationAttribute-modify.svg:
* svg/custom/rgbcolor-syntax.svg:
* svg/dom/SVGColor-expected.txt: Added.
* svg/dom/SVGColor.html: Added.
* svg/dom/SVGPaint-expected.txt: Added.
* svg/dom/SVGPaint.html: Added.
* svg/dom/script-tests/SVGColor.js: Added.
(checkStopColor):
* svg/dom/script-tests/SVGPaint.js: Added.
(resetStyle):
(checkFillColor):
2011-02-25 Renata Hodovan <reni@webkit.org>
Reviewed by Nikolas Zimmermann.
FESpecularLightingElement changes doesn't require relayout.
https://bugs.webkit.org/show_bug.cgi?id=54451
Test what happens if we remove the light source of specularLight.
* platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-remove-lightSource-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-remove-lightSource-expected.png: Added.
* svg/dynamic-updates/SVGFESpecularLightingElement-remove-lightSource-expected.txt: Added.
* svg/dynamic-updates/SVGFESpecularLightingElement-remove-lightSource.html: Added.
* svg/dynamic-updates/script-tests/SVGFESpecularLightingElement-remove-lightSource.js: Added.
(executeTest):
2011-02-25 Sergio Villar Senin <svillar@igalia.com>
Unreviewed.
Updated GTK test expectations after r79618.
* platform/gtk/fast/table/colspanMinWidth-vertical-expected.txt:
* platform/gtk/fast/table/fixed-with-auto-with-colspan-vertical-expected.txt:
2011-02-25 Sergio Villar Senin <svillar@igalia.com>
Unreviewed.
Skipped 3 SVG tests failing in GTK 32-bit release bot.
* platform/gtk/Skipped:
2011-02-25 Csaba Osztrogonác <ossy@webkit.org>
Unreviewed.
Update a Qt specific expected file after r79618.
* platform/qt/fast/table/fixed-with-auto-with-colspan-vertical-expected.checksum:
* platform/qt/fast/table/fixed-with-auto-with-colspan-vertical-expected.png:
* platform/qt/fast/table/fixed-with-auto-with-colspan-vertical-expected.txt:
2011-02-24 Mihai Parparita <mihaip@chromium.org>
Unreviewed Chromium expectations update.
Rebaseline media/audio-repaint.html and media/video-display-toggle.html
for Snow Leopard.
* platform/chromium-mac-leopard/media/video-display-toggle-expected.checksum: Copied from LayoutTests/platform/chromium-mac/media/video-display-toggle-expected.checksum.
* platform/chromium-mac-leopard/media/video-display-toggle-expected.png: Copied from LayoutTests/platform/chromium-mac/media/video-display-toggle-expected.png.
* platform/chromium-mac/media/audio-repaint-expected.checksum:
* platform/chromium-mac/media/audio-repaint-expected.png:
* platform/chromium-mac/media/video-display-toggle-expected.checksum:
* platform/chromium-mac/media/video-display-toggle-expected.png:
2011-02-24 Simon Fraser <simon.fraser@apple.com>
Reviewed by Dan Bernstein.
fast/repaint/bugzilla-6473.html is flakey
https://bugs.webkit.org/show_bug.cgi?id=53655
Add a waitUntilDone() and notifyDone() to this test, since it uses
a setTimeout(), and update results accordingly.
* fast/repaint/bugzilla-6473.html:
* platform/mac/fast/repaint/bugzilla-6473-expected.checksum:
* platform/mac/fast/repaint/bugzilla-6473-expected.png:
* platform/mac/fast/repaint/bugzilla-6473-expected.txt:
2011-02-24 Dan Bernstein <mitz@apple.com>
Updated results after r79629.
* platform/mac/fast/blockflow/Kusa-Makura-background-canvas-expected.checksum:
* platform/mac/fast/blockflow/Kusa-Makura-background-canvas-expected.png:
2011-02-24 Dan Bernstein <mitz@apple.com>
Updated results after r79629.
* platform/mac/fast/blockflow/Kusa-Makura-background-canvas-expected.txt:
2011-02-24 Mihai Parparita <mihaip@chromium.org>
Unreviewed Chromium expectations update.
Fix a few css1/ and css2.1/ Snow Leopard failures by deleting obsolete
chromium-mac baselines (so that we fall back on correct mac ones)
Also promotes some chromium-mac-leopard baselines to mac-leopard, since
they appear to work for the mac port too.
* platform/chromium-mac-leopard/css1/box_properties/clear_float-expected.checksum: Removed.
* platform/chromium-mac-leopard/css1/box_properties/clear_float-expected.png: Removed.
* platform/chromium-mac-leopard/css1/box_properties/float_on_text_elements-expected.checksum: Removed.
* platform/chromium-mac-leopard/css1/box_properties/float_on_text_elements-expected.png: Removed.
* platform/chromium-mac-leopard/css2.1/t0905-c5525-fltwidth-00-c-g-expected.checksum: Removed.
* platform/chromium-mac-leopard/css2.1/t0905-c5525-fltwidth-00-c-g-expected.png: Removed.
* platform/chromium-mac/css1/box_properties/clear_float-expected.checksum: Removed.
* platform/chromium-mac/css1/box_properties/clear_float-expected.png: Removed.
* platform/chromium-mac/css1/box_properties/float_on_text_elements-expected.checksum: Removed.
* platform/chromium-mac/css1/box_properties/float_on_text_elements-expected.png: Removed.
* platform/chromium-mac/css2.1/t0905-c5525-fltcont-00-d-g-expected.checksum: Removed.
* platform/chromium-mac/css2.1/t0905-c5525-fltcont-00-d-g-expected.png: Removed.
* platform/chromium-mac/css2.1/t0905-c5525-fltwidth-00-c-g-expected.checksum: Removed.
* platform/chromium-mac/css2.1/t0905-c5525-fltwidth-00-c-g-expected.png: Removed.
* platform/mac-leopard/css1/box_properties/clear_float-expected.checksum:
* platform/mac-leopard/css1/box_properties/clear_float-expected.png:
* platform/mac-leopard/css1/box_properties/float_on_text_elements-expected.checksum:
* platform/mac-leopard/css1/box_properties/float_on_text_elements-expected.png:
* platform/mac-leopard/css2.1/t0905-c5525-fltwidth-00-c-g-expected.checksum:
* platform/mac-leopard/css2.1/t0905-c5525-fltwidth-00-c-g-expected.png:
* platform/mac/css1/box_properties/float_elements_in_series-expected.checksum:
* platform/mac/css1/box_properties/float_elements_in_series-expected.png:
* platform/mac/css1/text_properties/text_align-expected.checksum:
* platform/mac/css1/text_properties/text_align-expected.png:
2011-02-24 Matthew Delaney <mdelaney@apple.com>
Reviewed by Simon Fraser.
ImageBuffer::clip creates an image of the incorrect context in IOSurface case
https://bugs.webkit.org/show_bug.cgi?id=55170
* fast/canvas/2d.fillText.gradient.html: Added. Draws a large "I" with an all-green
gradient over a previously red canvas. Checks if (75,75) pixel is green to make sure
the bottom left base of the I was painted, and checks (25,25) to make sure the red
background wasn't overwritten by the textFill.
2011-02-24 James Robinson <jamesr@chromium.org>
Update chromium-linux expectations for media/video-replaces-poster.html and expectations for V8 bugs.
* platform/chromium-linux/media/video-replaces-poster-expected.checksum:
* platform/chromium-linux/media/video-replaces-poster-expected.png:
* platform/chromium/test_expectations.txt:
2011-02-24 Mihai Parparita <mihaip@chromium.org>
Unreviewed Chromium expectations update.
Add LEOPARD modifier to tests that only fail on Leopard, not on Snow
Leopard.
Also updates Leopard expectations for fast/box-shadow/inset-expected.html
(SL expectations were updated in r78062).
* platform/chromium/test_expectations.txt:
* platform/mac-leopard/fast/box-shadow/inset-expected.checksum:
* platform/mac-leopard/fast/box-shadow/inset-expected.png:
2011-02-24 James Robinson <jamesr@chromium.org>
Update chromium test expectations and baselines.
* platform/chromium-mac-leopard/media/media-document-audio-repaint-expected.checksum: Added.
* platform/chromium-mac-leopard/media/media-document-audio-repaint-expected.png: Added.
* platform/chromium-mac-leopard/media/video-controls-rendering-expected.checksum: Added.
* platform/chromium-mac-leopard/media/video-controls-rendering-expected.png: Added.
* platform/chromium-mac-leopard/media/video-replaces-poster-expected.checksum: Added.
* platform/chromium-mac-leopard/media/video-replaces-poster-expected.png: Added.
* platform/chromium-win/fast/block/positioning/vertical-rl/001-expected.checksum:
* platform/chromium-win/fast/block/positioning/vertical-rl/001-expected.png:
* platform/chromium-win/fast/block/positioning/vertical-rl/001-expected.txt:
* platform/chromium/test_expectations.txt:
2011-02-24 James Robinson <jamesr@chromium.org>
Update chromium test expectations and baselines.
* platform/chromium-linux/fast/ruby/base-shorter-than-text-expected.checksum: Added.
* platform/chromium-linux/fast/ruby/base-shorter-than-text-expected.png: Added.
* platform/chromium-linux/fast/ruby/base-shorter-than-text-expected.txt: Added.
* platform/chromium-win/fast/ruby/base-shorter-than-text-expected.checksum: Added.
* platform/chromium-win/fast/ruby/base-shorter-than-text-expected.png: Added.
* platform/chromium-win/fast/ruby/base-shorter-than-text-expected.txt: Added.
* platform/chromium/test_expectations.txt:
* platform/mac-leopard/fast/ruby/base-shorter-than-text-expected.checksum: Added.
* platform/mac-leopard/fast/ruby/base-shorter-than-text-expected.png: Added.
2011-02-24 Mihai Parparita <mihaip@chromium.org>
Unreviewed expectations update.
- svg/custom/use-multiple-on-nested-disallowed-font.html has not crashed
recently
- Rebaseline fast/css/text-overflow-ellipsis.html for Leopard (Snow
Leopard baselines were checked in with r78890)
- Rebaseline fast/table/colspanMinWidth-vertical.html and
fast/table/fixed-with-auto-with-colspan-vertical.html after r79618
* platform/chromium-mac/fast/table/fixed-with-auto-with-colspan-vertical-expected.txt: Removed.
* platform/chromium-win/fast/table/colspanMinWidth-vertical-expected.txt:
* platform/chromium-win/fast/table/fixed-with-auto-with-colspan-vertical-expected.txt: Removed.
* platform/chromium/test_expectations.txt:
* platform/mac-leopard/fast/css/text-overflow-ellipsis-expected.checksum:
* platform/mac-leopard/fast/css/text-overflow-ellipsis-expected.png:
* platform/mac/fast/table/colspanMinWidth-vertical-expected.txt:
* platform/mac/fast/table/fixed-with-auto-with-colspan-vertical-expected.checksum:
* platform/mac/fast/table/fixed-with-auto-with-colspan-vertical-expected.png:
* platform/mac/fast/table/fixed-with-auto-with-colspan-vertical-expected.txt:
2011-02-24 James Robinson <jamesr@chromium.org>
Add chromium baselines for new fast/block/position/vertical- tests.
* platform/chromium-linux/fast/block/positioning/vertical-lr/001-expected.checksum: Added.
* platform/chromium-linux/fast/block/positioning/vertical-lr/001-expected.png: Added.
* platform/chromium-linux/fast/block/positioning/vertical-lr/002-expected.checksum: Added.
* platform/chromium-linux/fast/block/positioning/vertical-lr/002-expected.png: Added.
* platform/chromium-linux/fast/block/positioning/vertical-rl/001-expected.checksum: Added.
* platform/chromium-linux/fast/block/positioning/vertical-rl/001-expected.png: Added.
* platform/chromium-linux/fast/block/positioning/vertical-rl/001-expected.txt: Added.
* platform/chromium-linux/fast/block/positioning/vertical-rl/002-expected.checksum: Added.
* platform/chromium-linux/fast/block/positioning/vertical-rl/002-expected.png: Added.
* platform/chromium-win/fast/block/positioning/vertical-lr/001-expected.checksum: Added.
* platform/chromium-win/fast/block/positioning/vertical-lr/001-expected.png: Added.
* platform/chromium-win/fast/block/positioning/vertical-lr/001-expected.txt: Added.
* platform/chromium-win/fast/block/positioning/vertical-lr/002-expected.checksum: Added.
* platform/chromium-win/fast/block/positioning/vertical-lr/002-expected.png: Added.
* platform/chromium-win/fast/block/positioning/vertical-lr/002-expected.txt: Added.
* platform/chromium-win/fast/block/positioning/vertical-rl/001-expected.checksum: Added.
* platform/chromium-win/fast/block/positioning/vertical-rl/001-expected.png: Added.
* platform/chromium-win/fast/block/positioning/vertical-rl/001-expected.txt: Added.
* platform/chromium-win/fast/block/positioning/vertical-rl/002-expected.checksum: Added.
* platform/chromium-win/fast/block/positioning/vertical-rl/002-expected.png: Added.
* platform/chromium-win/fast/block/positioning/vertical-rl/002-expected.txt: Added.
2011-02-24 Alexey Proskuryakov <ap@apple.com>
Rubber-stamped by Eric Seidel
Moving a test that doesn't need to be an http one out of http/tests.
* fast/css/counter-crash-expected.txt: Copied from http/tests/css/counter-crash-expected.txt.
* fast/css/counter-crash.html: Copied from http/tests/css/counter-crash.html.
* fast/css/resources/counter-crash-frame-src.html: Copied from http/tests/css/resources/counter-crash-frame-src.html.
* http/tests/css/counter-crash-expected.txt: Removed.
* http/tests/css/counter-crash.html: Removed.
* http/tests/css/resources/counter-crash-frame-src.html: Removed.
2011-02-24 Anna Cavender <annacc@chromium.org>
Reviewed by Eric Seidel.
New baselines for media/video-replaces-poster.html needed after r79401
https://bugs.webkit.org/show_bug.cgi?id=54910
* platform/chromium-linux/media/video-replaces-poster-expected.checksum:
* platform/chromium-linux/media/video-replaces-poster-expected.png:
* platform/chromium-mac/media/video-replaces-poster-expected.checksum:
* platform/chromium-mac/media/video-replaces-poster-expected.png:
* platform/chromium-win/media/video-replaces-poster-expected.checksum:
* platform/chromium-win/media/video-replaces-poster-expected.png:
* platform/chromium/test_expectations.txt:
2011-02-24 Victoria Kirst <vrk@google.com>
Reviewed by Mihai Parparita.
[chromium] Move media-file.js and video-test.js back to media/ for UILayoutTests
https://bugs.webkit.org/show_bug.cgi?id=55089
Media's UILayoutTests rely on video-test.js and media-file.js to be in
the media/ folder.
* http/tests/media/pdf-served-as-pdf.html:
* http/tests/media/reload-after-dialog.html:
* http/tests/media/remove-while-loading.html:
* http/tests/media/text-served-as-text.html:
* http/tests/media/video-buffered.html:
* http/tests/media/video-cancel-load.html:
* http/tests/media/video-cookie.html:
* http/tests/media/video-error-abort.html:
* http/tests/media/video-load-twice.html:
* http/tests/media/video-play-stall-seek.html:
* http/tests/media/video-play-stall.html:
* http/tests/media/video-play-suspend.html:
* http/tests/media/video-referer.html:
* http/tests/media/video-seekable-stall.html:
* http/tests/media/video-served-as-text.html:
* media/adopt-node-crash.html:
* media/audio-constructor-preload.html:
* media/audio-constructor-src.html:
* media/audio-constructor.html:
* media/audio-controls-rendering.html:
* media/audio-data-url.html:
* media/audio-delete-while-slider-thumb-clicked.html:
* media/audio-delete-while-step-button-clicked.html:
* media/audio-mpeg-supported.html:
* media/audio-mpeg4-supported.html:
* media/audio-play-event.html:
* media/before-load-member-access.html:
* media/broken-video.html:
* media/constructors.html:
* media/context-menu-actions.html:
* media/controls-after-reload.html:
* media/controls-css-overload.html:
* media/controls-drag-timebar.html:
* media/controls-right-click-on-timebar.html:
* media/controls-strict.html:
* media/controls-styling.html:
* media/controls-without-preload.html:
* media/event-attributes.html:
* media/invalid-media-url-crash.html:
* media/media-can-play-mpeg-audio.html:
* media/media-can-play-mpeg4-video.html:
* media/media-can-play-octet-stream.html:
* media/media-can-play-ogg.html:
* media/media-can-play-wav-audio.html:
* media/media-captions.html:
* media/media-constants.html:
* media/media-file.js: Renamed from LayoutTests/http/tests/media/media-file.js.
* media/media-fullscreen-inline.html:
* media/media-fullscreen-not-in-document.html:
* media/media-load-event.html:
* media/media-startTime.html:
* media/remove-from-document-no-load.html:
* media/remove-from-document.html:
* media/restore-from-page-cache.html:
* media/unsupported-rtsp.html:
* media/unsupported-tracks.html:
* media/video-append-source.html:
* media/video-aspect-ratio.html:
* media/video-autoplay.html:
* media/video-buffered.html:
* media/video-can-play-type.html:
* media/video-canvas-alpha.html:
* media/video-canvas-source.html:
* media/video-click-dblckick-standalone.html:
* media/video-controls-rendering.html:
* media/video-controls-transformed.html:
* media/video-controls-visible-audio-only.html:
* media/video-controls-zoomed.html:
* media/video-controls.html:
* media/video-currentTime-delay.html:
* media/video-currentTime-set.html:
* media/video-currentTime-set2.html:
* media/video-currentTime.html:
* media/video-delay-load-event.html:
* media/video-display-aspect-ratio.html:
* media/video-display-none-crash.html:
* media/video-display-toggle.html:
* media/video-does-not-loop.html:
* media/video-dom-autoplay.html:
* media/video-dom-preload.html:
* media/video-dom-src.html:
* media/video-duration-known-after-eos.html:
* media/video-error-does-not-exist.html:
* media/video-frame-accurate-seek.html:
* media/video-layer-crash.html:
* media/video-load-networkState.html:
* media/video-load-readyState.html:
* media/video-loop.html:
* media/video-muted.html:
* media/video-no-audio.html:
* media/video-no-autoplay.html:
* media/video-pause-empty-events.html:
* media/video-pause-immediately.html:
* media/video-play-empty-events.html:
* media/video-play-pause-events.html:
* media/video-play-pause-exception.html:
* media/video-played-collapse.html:
* media/video-played-ranges-1.html:
* media/video-played-reset.html:
* media/video-poster-delayed.html:
* media/video-poster-scale.html:
* media/video-poster.html:
* media/video-preload.html:
* media/video-replaces-poster.html:
* media/video-reverse-play-duration.html:
* media/video-seek-by-small-increment.html:
* media/video-seek-no-src-exception.html:
* media/video-seek-past-end-paused.html:
* media/video-seek-past-end-playing.html:
* media/video-seekable.html:
* media/video-seeking.html:
* media/video-size-intrinsic-scale.html:
* media/video-size.html:
* media/video-source-error-no-candidate.html:
* media/video-source-error.html:
* media/video-source-inserted.html:
* media/video-source-media.html:
* media/video-source-moved.html:
* media/video-source-none-supported.html:
* media/video-source-removed.html:
* media/video-source-type-params.html:
* media/video-source-type.html:
* media/video-source.html:
* media/video-src-change.html:
* media/video-src-invalid-remove.html:
* media/video-src-none.html:
* media/video-src-plus-source.html:
* media/video-src-remove.html:
* media/video-src-set.html:
* media/video-src-source.html:
* media/video-src.html:
* media/video-test.js: Renamed from LayoutTests/http/tests/media/video-test.js.
* media/video-timeupdate-during-playback.html:
* media/video-timeupdate-reverse-play.html:
* media/video-transformed.html:
* media/video-volume-slider.html:
* media/video-volume.html:
* media/video-width-height.html:
* media/video-zoom-controls.html:
* media/video-zoom.html:
2011-02-24 Dan Bernstein <mitz@apple.com>
Reviewed by Dave Hyatt.
<rdar://problem/8902740> Expand ruby base when it is shorter than the ruby text
https://bugs.webkit.org/show_bug.cgi?id=55183
* fast/ruby/base-shorter-than-text.html: Added.
* platform/mac/fast/ruby/base-shorter-than-text-expected.checksum: Added.
* platform/mac/fast/ruby/base-shorter-than-text-expected.png: Added.
* platform/mac/fast/ruby/base-shorter-than-text-expected.txt: Added.
2011-02-24 Xianzhu Wang <wangxianzhu@google.com>
Reviewed by Eric Seidel.
In layout tests, iframe's onload handler should not use script function
defined after the iframe.
https://bugs.webkit.org/show_bug.cgi?id=54942
* editing/pasteboard/paste-noscript-svg-expected.txt:
* editing/pasteboard/paste-noscript-svg.html:
* editing/selection/cleared-by-relayout.html:
* editing/undo/undo-iframe-location-change.html:
* fast/dom/DOMImplementation/createDocument-with-used-doctype-expected.txt:
* fast/dom/DOMImplementation/createDocument-with-used-doctype.html:
* fast/dom/Window/window-postmessage-clone-frames.html:
* fast/dom/wrapper-classes.html:
* fast/dynamic/paused-event-dispatch.html:
* fast/replaced/max-width-percent.html:
2011-02-24 James Robinson <jamesr@chromium.org>
Unreviewed, rolling out r79598.
http://trac.webkit.org/changeset/79598
https://bugs.webkit.org/show_bug.cgi?id=55089
Appears to be causing trouble with httpd on windows
* http/tests/media/media-file.js: Renamed from LayoutTests/media/media-file.js.
():
(mimeTypeForExtension):
(setSrcByTagName):
(setSrcById):
(stripExtension):
* http/tests/media/pdf-served-as-pdf.html:
* http/tests/media/reload-after-dialog.html:
* http/tests/media/remove-while-loading.html:
* http/tests/media/text-served-as-text.html:
* http/tests/media/video-buffered.html:
* http/tests/media/video-cancel-load.html:
* http/tests/media/video-cookie.html:
* http/tests/media/video-error-abort.html:
* http/tests/media/video-load-twice.html:
* http/tests/media/video-play-stall-seek.html:
* http/tests/media/video-play-stall.html:
* http/tests/media/video-play-suspend.html:
* http/tests/media/video-referer.html:
* http/tests/media/video-seekable-stall.html:
* http/tests/media/video-served-as-text.html:
* http/tests/media/video-test.js: Renamed from LayoutTests/media/video-test.js.
(disableFullTestDetailsPrinting):
(enableFullTestDetailsPrinting):
(logConsole):
(findMediaElement):
(testAndEnd):
(test):
(testExpected):
(reportExpected):
(runSilently):
(run):
(waitForEventAndEnd):
(waitForEvent._eventCallback):
(waitForEvent):
(waitForEventTestAndEnd):
(waitForEventAndFail):
(waitForEventAndTest._eventCallback):
(waitForEventAndTest):
(testException):
(endTest):
(endTestLater):
(failTestIn):
(failTest):
(logResult):
(consoleWrite):
(relativeURL):
(isInTimeRanges):
* media/adopt-node-crash.html:
* media/audio-constructor-preload.html:
* media/audio-constructor-src.html:
* media/audio-constructor.html:
* media/audio-controls-rendering.html:
* media/audio-data-url.html:
* media/audio-delete-while-slider-thumb-clicked.html:
* media/audio-delete-while-step-button-clicked.html:
* media/audio-mpeg-supported.html:
* media/audio-mpeg4-supported.html:
* media/audio-play-event.html:
* media/before-load-member-access.html:
* media/broken-video.html:
* media/constructors.html:
* media/context-menu-actions.html:
* media/controls-after-reload.html:
* media/controls-css-overload.html:
* media/controls-drag-timebar.html:
* media/controls-right-click-on-timebar.html:
* media/controls-strict.html:
* media/controls-styling.html:
* media/controls-without-preload.html:
* media/event-attributes.html:
* media/invalid-media-url-crash.html:
* media/media-can-play-mpeg-audio.html:
* media/media-can-play-mpeg4-video.html:
* media/media-can-play-octet-stream.html:
* media/media-can-play-ogg.html:
* media/media-can-play-wav-audio.html:
* media/media-captions.html:
* media/media-constants.html:
* media/media-fullscreen-inline.html:
* media/media-fullscreen-not-in-document.html:
* media/media-load-event.html:
* media/media-startTime.html:
* media/remove-from-document-no-load.html:
* media/remove-from-document.html:
* media/restore-from-page-cache.html:
* media/unsupported-rtsp.html:
* media/unsupported-tracks.html:
* media/video-append-source.html:
* media/video-aspect-ratio.html:
* media/video-autoplay.html:
* media/video-buffered.html:
* media/video-can-play-type.html:
* media/video-canvas-alpha.html:
* media/video-canvas-source.html:
* media/video-click-dblckick-standalone.html:
* media/video-controls-in-media-document.html:
* media/video-controls-rendering.html:
* media/video-controls-transformed.html:
* media/video-controls-visible-audio-only.html:
* media/video-controls-zoomed.html:
* media/video-controls.html:
* media/video-currentTime-delay.html:
* media/video-currentTime-set.html:
* media/video-currentTime-set2.html:
* media/video-currentTime.html:
* media/video-delay-load-event.html:
* media/video-display-aspect-ratio.html:
* media/video-display-none-crash.html:
* media/video-display-toggle.html:
* media/video-does-not-loop.html:
* media/video-dom-autoplay.html:
* media/video-dom-preload.html:
* media/video-dom-src.html:
* media/video-duration-known-after-eos.html:
* media/video-error-does-not-exist.html:
* media/video-frame-accurate-seek.html:
* media/video-layer-crash.html:
* media/video-load-networkState.html:
* media/video-load-readyState.html:
* media/video-loop.html:
* media/video-muted.html:
* media/video-no-audio.html:
* media/video-no-autoplay.html:
* media/video-pause-empty-events.html:
* media/video-pause-immediately.html:
* media/video-play-empty-events.html:
* media/video-play-pause-events.html:
* media/video-play-pause-exception.html:
* media/video-played-collapse.html:
* media/video-played-ranges-1.html:
* media/video-played-reset.html:
* media/video-plays-past-end-of-test.html:
* media/video-poster-delayed.html:
* media/video-poster-scale.html:
* media/video-poster.html:
* media/video-preload.html:
* media/video-replaces-poster.html:
* media/video-reverse-play-duration.html:
* media/video-seek-by-small-increment.html:
* media/video-seek-no-src-exception.html:
* media/video-seek-past-end-paused.html:
* media/video-seek-past-end-playing.html:
* media/video-seekable.html:
* media/video-seeking.html:
* media/video-size-intrinsic-scale.html:
* media/video-size.html:
* media/video-source-error-no-candidate.html:
* media/video-source-error.html:
* media/video-source-inserted.html:
* media/video-source-media.html:
* media/video-source-moved.html:
* media/video-source-none-supported.html:
* media/video-source-removed.html:
* media/video-source-type-params.html:
* media/video-source-type.html:
* media/video-source.html:
* media/video-src-change.html:
* media/video-src-invalid-remove.html:
* media/video-src-none.html:
* media/video-src-plus-source.html:
* media/video-src-remove.html:
* media/video-src-set.html:
* media/video-src-source.html:
* media/video-src.html:
* media/video-timeupdate-during-playback.html:
* media/video-timeupdate-reverse-play.html:
* media/video-transformed.html:
* media/video-volume-slider.html:
* media/video-volume.html:
* media/video-width-height.html:
* media/video-zoom-controls.html:
* media/video-zoom.html:
2011-02-24 Mihai Parparita <mihaip@chromium.org>
Unreviewed Chromium Snow Leopard expectations update.
* platform/chromium-mac/editing/deleting/delete-tab-003-expected.checksum: Added.
* platform/chromium-mac/editing/deleting/delete-tab-003-expected.png: Added.
* platform/chromium-mac/editing/deleting/delete-ws-fixup-001-expected.checksum: Added.
* platform/chromium-mac/editing/deleting/delete-ws-fixup-001-expected.png: Added.
* platform/chromium-mac/editing/inserting/insert-tab-003-expected.checksum: Added.
* platform/chromium-mac/editing/inserting/insert-tab-003-expected.png: Added.
* platform/chromium-mac/editing/pasteboard/paste-blockquote-2-expected.checksum: Added.
* platform/chromium-mac/editing/pasteboard/paste-blockquote-2-expected.png: Added.
* platform/chromium-mac/editing/selection/replaced-boundaries-3-expected.checksum:
* platform/chromium-mac/editing/selection/replaced-boundaries-3-expected.png: Added.
* platform/chromium-mac/editing/selection/select-from-textfield-outwards-expected.checksum: Added.
* platform/chromium-mac/editing/selection/select-from-textfield-outwards-expected.png: Added.
* platform/chromium-mac/fast/speech/input-appearance-speechbutton-expected.checksum:
* platform/chromium-mac/fast/speech/input-appearance-speechbutton-expected.png:
* platform/chromium-mac/fast/speech/input-appearance-speechbutton-expected.txt:
* platform/chromium/test_expectations.txt:
2011-02-24 James Robinson <jamesr@chromium.org>
Unreviewed, rolling out r79604.
http://trac.webkit.org/changeset/79604
https://bugs.webkit.org/show_bug.cgi?id=55017
Causes assertions to fail on some SVG tests
* svg/misc/SVGImage-leak-ResourceLoader-expected.txt: Removed.
* svg/misc/SVGImage-leak-ResourceLoader.html: Removed.
* svg/misc/resources/load-script.html: Removed.
* svg/misc/resources/small.png: Removed.
2011-02-24 David Hyatt <hyatt@apple.com>
Reviewed by Simon Fraser.
https://bugs.webkit.org/show_bug.cgi?id=46500, make positioned elements work with vertical text.
Rework the logical height computation for positioned elements to work in terms of before and after. That way the offset is determined from
the correct container side in flipped block writing modes (e.g., vertical-rl).
Patch locationOffsetIncludingFlipping to use the containing block to flip so that it will behave correctly with absolute/fixed positioned
elements.
Patch offsetFromContainer to use the flipped location offset for absolute/fixed positioned elements so that localToAbsolute works properly.
Added twelve tests in fast/block/positioning/vertical-rl and fast/block/positioning/vertical-lr.
* fast/block/positioning/vertical-lr: Added.
* fast/block/positioning/vertical-lr/001.html: Added.
* fast/block/positioning/vertical-lr/002.html: Added.
* fast/block/positioning/vertical-lr/003.html: Added.
* fast/block/positioning/vertical-lr/004.html: Added.
* fast/block/positioning/vertical-lr/005.html: Added.
* fast/block/positioning/vertical-lr/006.html: Added.
* fast/block/positioning/vertical-rl: Added.
* fast/block/positioning/vertical-rl/001.html: Added.
* fast/block/positioning/vertical-rl/002.html: Added.
* fast/block/positioning/vertical-rl/003.html: Added.
* fast/block/positioning/vertical-rl/004.html: Added.
* fast/block/positioning/vertical-rl/005.html: Added.
* fast/block/positioning/vertical-rl/006.html: Added.
* platform/mac/fast/block/positioning/vertical-lr: Added.
* platform/mac/fast/block/positioning/vertical-lr/001-expected.checksum: Added.
* platform/mac/fast/block/positioning/vertical-lr/001-expected.png: Added.
* platform/mac/fast/block/positioning/vertical-lr/001-expected.txt: Added.
* platform/mac/fast/block/positioning/vertical-lr/002-expected.checksum: Added.
* platform/mac/fast/block/positioning/vertical-lr/002-expected.png: Added.
* platform/mac/fast/block/positioning/vertical-lr/002-expected.txt: Added.
* platform/mac/fast/block/positioning/vertical-lr/003-expected.checksum: Added.
* platform/mac/fast/block/positioning/vertical-lr/003-expected.png: Added.
* platform/mac/fast/block/positioning/vertical-lr/003-expected.txt: Added.
* platform/mac/fast/block/positioning/vertical-lr/004-expected.checksum: Added.
* platform/mac/fast/block/positioning/vertical-lr/004-expected.png: Added.
* platform/mac/fast/block/positioning/vertical-lr/004-expected.txt: Added.
* platform/mac/fast/block/positioning/vertical-lr/005-expected.checksum: Added.
* platform/mac/fast/block/positioning/vertical-lr/005-expected.png: Added.
* platform/mac/fast/block/positioning/vertical-lr/005-expected.txt: Added.
* platform/mac/fast/block/positioning/vertical-lr/006-expected.checksum: Added.
* platform/mac/fast/block/positioning/vertical-lr/006-expected.png: Added.
* platform/mac/fast/block/positioning/vertical-lr/006-expected.txt: Added.
* platform/mac/fast/block/positioning/vertical-rl: Added.
* platform/mac/fast/block/positioning/vertical-rl/001-expected.checksum: Added.
* platform/mac/fast/block/positioning/vertical-rl/001-expected.png: Added.
* platform/mac/fast/block/positioning/vertical-rl/001-expected.txt: Added.
* platform/mac/fast/block/positioning/vertical-rl/002-expected.checksum: Added.
* platform/mac/fast/block/positioning/vertical-rl/002-expected.png: Added.
* platform/mac/fast/block/positioning/vertical-rl/002-expected.txt: Added.
* platform/mac/fast/block/positioning/vertical-rl/003-expected.checksum: Added.
* platform/mac/fast/block/positioning/vertical-rl/003-expected.png: Added.
* platform/mac/fast/block/positioning/vertical-rl/003-expected.txt: Added.
* platform/mac/fast/block/positioning/vertical-rl/004-expected.checksum: Added.
* platform/mac/fast/block/positioning/vertical-rl/004-expected.png: Added.
* platform/mac/fast/block/positioning/vertical-rl/004-expected.txt: Added.
* platform/mac/fast/block/positioning/vertical-rl/005-expected.checksum: Added.
* platform/mac/fast/block/positioning/vertical-rl/005-expected.png: Added.
* platform/mac/fast/block/positioning/vertical-rl/005-expected.txt: Added.
* platform/mac/fast/block/positioning/vertical-rl/006-expected.checksum: Added.
* platform/mac/fast/block/positioning/vertical-rl/006-expected.png: Added.
* platform/mac/fast/block/positioning/vertical-rl/006-expected.txt: Added.
2011-02-24 Kenneth Russell <kbr@google.com>
Reviewed by Darin Fisher.
Layout test fast/dom/timer-increase-then-decrease-min-interval.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=55176
Wait twice as long (1 second instead of 0.5 seconds) for results
from these two tests. They were on the verge of passing when
failures occurred previously, so this increase should push them
well over the passing threshold.
* fast/dom/timer-increase-then-decrease-min-interval-repeating.html:
* fast/dom/timer-increase-then-decrease-min-interval.html:
2011-02-24 Mihai Parparita <mihaip@chromium.org>
Unreviewed Leopard baseline update for some text tests after r78846
(Snow Leopard baselines were updated with r78862). chromium-mac (the
Leopard bot) should be passing with the mac-leopard baselines.
* platform/chromium/test_expectations.txt:
* platform/mac-leopard/editing/selection/move-past-trailing-space-expected.checksum:
* platform/mac-leopard/editing/selection/move-past-trailing-space-expected.png:
* platform/mac-leopard/fast/text/trailing-white-space-2-expected.checksum:
* platform/mac-leopard/fast/text/trailing-white-space-2-expected.png:
* platform/mac-leopard/fast/text/trailing-white-space-expected.checksum:
* platform/mac-leopard/fast/text/trailing-white-space-expected.png:
2011-02-24 Tom Sepez <tsepez@chromium.org>
Reviewed by Darin Fisher.
Add test for frame removal during resize event handler. Update
other tests to account for async onresize event disptach.
https://bugs.webkit.org/show_bug.cgi?id=54467
* fast/dynamic/paused-event-dispatch.html:
* fast/events/resize-subframe.html:
* fast/replaced/frame-removed-during-resize-smaller-expected.txt: Added.
* fast/replaced/frame-removed-during-resize-smaller.html: Added.
2011-02-24 Xianzhu Wang <wangxianzhu@google.com>
Reviewed by Adam Barth.
Add a test to ensure SVGImage won't cause ResourceLoader leaks.
https://bugs.webkit.org/show_bug.cgi?id=55017
* svg/misc: Added.
* svg/misc/SVGImage-leak-ResourceLoader-expected.txt: Added.
* svg/misc/SVGImage-leak-ResourceLoader.html: Added.
* svg/misc/resources: Added.
* svg/misc/resources/load-script.html: Added.
* svg/misc/resources/small.png: Added.
2011-02-24 Anna Cavender <annacc@chromium.org>
Reviewed by Mihai Parparita.
Rebaselines for media tests under snowleopard.
https://bugs.webkit.org/show_bug.cgi?id=54994
* platform/chromium-mac-leopard/media/audio-repaint-expected.checksum: Copied from LayoutTests/platform/chromium-mac/media/audio-repaint-expected.checksum.
* platform/chromium-mac-leopard/media/audio-repaint-expected.png: Copied from LayoutTests/platform/chromium-mac/media/audio-repaint-expected.png.
* platform/chromium-mac-leopard/media/audio-repaint-expected.txt: Added.
* platform/chromium-mac-leopard/media/video-aspect-ratio-expected.checksum: Copied from LayoutTests/platform/chromium-mac/media/video-aspect-ratio-expected.checksum.
* platform/chromium-mac-leopard/media/video-aspect-ratio-expected.png: Copied from LayoutTests/platform/chromium-mac/media/video-aspect-ratio-expected.png.
* platform/chromium-mac-leopard/media/video-zoom-expected.checksum: Copied from LayoutTests/platform/chromium-mac/media/video-zoom-expected.checksum.
* platform/chromium-mac-leopard/media/video-zoom-expected.png: Copied from LayoutTests/platform/chromium-mac/media/video-zoom-expected.png.
* platform/chromium-mac/media/audio-controls-rendering-expected.txt:
* platform/chromium-mac/media/audio-repaint-expected.checksum:
* platform/chromium-mac/media/audio-repaint-expected.png:
* platform/chromium-mac/media/controls-after-reload-expected.checksum:
* platform/chromium-mac/media/controls-after-reload-expected.png:
* platform/chromium-mac/media/controls-after-reload-expected.txt:
* platform/chromium-mac/media/controls-strict-expected.checksum:
* platform/chromium-mac/media/controls-strict-expected.png:
* platform/chromium-mac/media/controls-strict-expected.txt:
* platform/chromium-mac/media/controls-styling-expected.checksum:
* platform/chromium-mac/media/controls-styling-expected.png:
* platform/chromium-mac/media/controls-styling-expected.txt:
* platform/chromium-mac/media/controls-without-preload-expected.checksum:
* platform/chromium-mac/media/controls-without-preload-expected.png:
* platform/chromium-mac/media/media-document-audio-repaint-expected.checksum:
* platform/chromium-mac/media/media-document-audio-repaint-expected.png:
* platform/chromium-mac/media/video-aspect-ratio-expected.checksum:
* platform/chromium-mac/media/video-aspect-ratio-expected.png:
* platform/chromium-mac/media/video-empty-source-expected.txt:
* platform/chromium-mac/media/video-no-audio-expected.txt:
* platform/chromium-mac/media/video-volume-slider-expected.txt:
* platform/chromium-mac/media/video-zoom-controls-expected.checksum:
* platform/chromium-mac/media/video-zoom-controls-expected.png:
* platform/chromium-mac/media/video-zoom-expected.checksum:
* platform/chromium-mac/media/video-zoom-expected.png:
* platform/chromium/test_expectations.txt:
2011-02-24 James Robinson <jamesr@chromium.org>
Update chromium test expectations.
* platform/chromium-linux/media/video-display-toggle-expected.checksum:
* platform/chromium-linux/media/video-display-toggle-expected.png:
* platform/chromium-linux/transitions/default-timing-function-expected.checksum: Added.
* platform/chromium-linux/transitions/default-timing-function-expected.png: Added.
* platform/chromium-win/media/video-display-toggle-expected.checksum:
* platform/chromium-win/media/video-display-toggle-expected.png:
* platform/chromium-win/transitions/default-timing-function-expected.checksum: Added.
* platform/chromium-win/transitions/default-timing-function-expected.png: Added.
* platform/chromium-win/transitions/default-timing-function-expected.txt: Added.
* platform/chromium/inspector/debugger/dom-breakpoints-expected.txt: Added.
* platform/mac-leopard/transitions/default-timing-function-expected.checksum: Added.
* platform/mac-leopard/transitions/default-timing-function-expected.png: Added.
2011-02-24 Victoria Kirst <vrk@google.com>
Reviewed by Mihai Parparita.
[chromium] Move media-file.js and video-test.js back to media/ for UILayoutTests
https://bugs.webkit.org/show_bug.cgi?id=55089
Media's UILayoutTests rely on video-test.js and media-file.js to be in
the media/ folder.
* http/tests/media/pdf-served-as-pdf.html:
* http/tests/media/reload-after-dialog.html:
* http/tests/media/remove-while-loading.html:
* http/tests/media/text-served-as-text.html:
* http/tests/media/video-buffered.html:
* http/tests/media/video-cancel-load.html:
* http/tests/media/video-cookie.html:
* http/tests/media/video-error-abort.html:
* http/tests/media/video-load-twice.html:
* http/tests/media/video-play-stall-seek.html:
* http/tests/media/video-play-stall.html:
* http/tests/media/video-play-suspend.html:
* http/tests/media/video-referer.html:
* http/tests/media/video-seekable-stall.html:
* http/tests/media/video-served-as-text.html:
* media/adopt-node-crash.html:
* media/audio-constructor-preload.html:
* media/audio-constructor-src.html:
* media/audio-constructor.html:
* media/audio-controls-rendering.html:
* media/audio-data-url.html:
* media/audio-delete-while-slider-thumb-clicked.html:
* media/audio-delete-while-step-button-clicked.html:
* media/audio-mpeg-supported.html:
* media/audio-mpeg4-supported.html:
* media/audio-play-event.html:
* media/before-load-member-access.html:
* media/broken-video.html:
* media/constructors.html:
* media/context-menu-actions.html:
* media/controls-after-reload.html:
* media/controls-css-overload.html:
* media/controls-drag-timebar.html:
* media/controls-right-click-on-timebar.html:
* media/controls-strict.html:
* media/controls-styling.html:
* media/controls-without-preload.html:
* media/event-attributes.html:
* media/invalid-media-url-crash.html:
* media/media-can-play-mpeg-audio.html:
* media/media-can-play-mpeg4-video.html:
* media/media-can-play-octet-stream.html:
* media/media-can-play-ogg.html:
* media/media-can-play-wav-audio.html:
* media/media-captions.html:
* media/media-constants.html:
* media/media-file.js: Renamed from LayoutTests/http/tests/media/media-file.js.
* media/media-fullscreen-inline.html:
* media/media-fullscreen-not-in-document.html:
* media/media-load-event.html:
* media/media-startTime.html:
* media/remove-from-document-no-load.html:
* media/remove-from-document.html:
* media/restore-from-page-cache.html:
* media/unsupported-rtsp.html:
* media/unsupported-tracks.html:
* media/video-append-source.html:
* media/video-aspect-ratio.html:
* media/video-autoplay.html:
* media/video-buffered.html:
* media/video-can-play-type.html:
* media/video-canvas-alpha.html:
* media/video-canvas-source.html:
* media/video-click-dblckick-standalone.html:
* media/video-controls-rendering.html:
* media/video-controls-transformed.html:
* media/video-controls-visible-audio-only.html:
* media/video-controls-zoomed.html:
* media/video-controls.html:
* media/video-currentTime-delay.html:
* media/video-currentTime-set.html:
* media/video-currentTime-set2.html:
* media/video-currentTime.html:
* media/video-delay-load-event.html:
* media/video-display-aspect-ratio.html:
* media/video-display-none-crash.html:
* media/video-display-toggle.html:
* media/video-does-not-loop.html:
* media/video-dom-autoplay.html:
* media/video-dom-preload.html:
* media/video-dom-src.html:
* media/video-duration-known-after-eos.html:
* media/video-error-does-not-exist.html:
* media/video-frame-accurate-seek.html:
* media/video-layer-crash.html:
* media/video-load-networkState.html:
* media/video-load-readyState.html:
* media/video-loop.html:
* media/video-muted.html:
* media/video-no-audio.html:
* media/video-no-autoplay.html:
* media/video-pause-empty-events.html:
* media/video-pause-immediately.html:
* media/video-play-empty-events.html:
* media/video-play-pause-events.html:
* media/video-play-pause-exception.html:
* media/video-played-collapse.html:
* media/video-played-ranges-1.html:
* media/video-played-reset.html:
* media/video-poster-delayed.html:
* media/video-poster-scale.html:
* media/video-poster.html:
* media/video-preload.html:
* media/video-replaces-poster.html:
* media/video-reverse-play-duration.html:
* media/video-seek-by-small-increment.html:
* media/video-seek-no-src-exception.html:
* media/video-seek-past-end-paused.html:
* media/video-seek-past-end-playing.html:
* media/video-seekable.html:
* media/video-seeking.html:
* media/video-size-intrinsic-scale.html:
* media/video-size.html:
* media/video-source-error-no-candidate.html:
* media/video-source-error.html:
* media/video-source-inserted.html:
* media/video-source-media.html:
* media/video-source-moved.html:
* media/video-source-none-supported.html:
* media/video-source-removed.html:
* media/video-source-type-params.html:
* media/video-source-type.html:
* media/video-source.html:
* media/video-src-change.html:
* media/video-src-invalid-remove.html:
* media/video-src-none.html:
* media/video-src-plus-source.html:
* media/video-src-remove.html:
* media/video-src-set.html:
* media/video-src-source.html:
* media/video-src.html:
* media/video-test.js: Renamed from LayoutTests/http/tests/media/video-test.js.
* media/video-timeupdate-during-playback.html:
* media/video-timeupdate-reverse-play.html:
* media/video-transformed.html:
* media/video-volume-slider.html:
* media/video-volume.html:
* media/video-width-height.html:
* media/video-zoom-controls.html:
* media/video-zoom.html:
2011-02-24 Anna Cavender <annacc@chromium.org>
Reviewed by Ojan Vafai.
rebaseline for media/video-controls-rendering.html on mac
https://bugs.webkit.org/show_bug.cgi?id=55108
* platform/chromium-mac/media/video-controls-rendering-expected.checksum:
* platform/chromium-mac/media/video-controls-rendering-expected.png:
* platform/chromium-mac/media/video-controls-rendering-expected.txt:
* platform/chromium/test_expectations.txt:
2011-02-20 Martin Robinson <mrobinson@igalia.com>
Reviewed by Nikolas Zimmermann.
[CAIRO] Support ImageBuffers clip operation on all Cairo ports
https://bugs.webkit.org/show_bug.cgi?id=23526
Update results for tests which are now passing and unskip them.
* platform/gtk/Skipped: Unskip tests which are now passing.
* platform/gtk/fast/backgrounds/animated-svg-as-mask-expected.checksum: Added.
* platform/gtk/fast/backgrounds/animated-svg-as-mask-expected.png: Added.
* platform/gtk/fast/backgrounds/animated-svg-as-mask-expected.txt: Added.
* platform/gtk/fast/backgrounds/svg-as-mask-expected.checksum: Added.
* platform/gtk/fast/backgrounds/svg-as-mask-expected.png: Added.
* platform/gtk/fast/backgrounds/svg-as-mask-expected.txt: Added.
* platform/gtk/svg/W3C-SVG-1.1/filters-example-01-b-expected.checksum:
* platform/gtk/svg/W3C-SVG-1.1/filters-example-01-b-expected.png:
* platform/gtk/svg/W3C-SVG-1.1/filters-offset-01-b-expected.checksum:
* platform/gtk/svg/W3C-SVG-1.1/filters-offset-01-b-expected.png:
* platform/gtk/svg/W3C-SVG-1.1/filters-turb-02-f-expected.checksum: Added.
* platform/gtk/svg/W3C-SVG-1.1/filters-turb-02-f-expected.png: Added.
* platform/gtk/svg/W3C-SVG-1.1/filters-turb-02-f-expected.txt: Added.
* platform/gtk/svg/W3C-SVG-1.1/masking-intro-01-f-expected.checksum:
* platform/gtk/svg/W3C-SVG-1.1/masking-intro-01-f-expected.png:
* platform/gtk/svg/W3C-SVG-1.1/masking-mask-01-b-expected.checksum:
* platform/gtk/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png:
* platform/gtk/svg/W3C-SVG-1.1/masking-path-01-b-expected.checksum:
* platform/gtk/svg/W3C-SVG-1.1/masking-path-01-b-expected.png:
* platform/gtk/svg/W3C-SVG-1.1/masking-path-04-b-expected.checksum:
* platform/gtk/svg/W3C-SVG-1.1/masking-path-04-b-expected.png:
* platform/gtk/svg/batik/masking/maskRegions-expected.checksum:
* platform/gtk/svg/batik/masking/maskRegions-expected.png:
* platform/gtk/svg/batik/text/textEffect2-expected.checksum:
* platform/gtk/svg/batik/text/textEffect2-expected.png:
* platform/gtk/svg/clip-path/clip-in-mask-expected.checksum:
* platform/gtk/svg/clip-path/clip-in-mask-expected.png:
* platform/gtk/svg/clip-path/clip-in-mask-objectBoundingBox-expected.checksum:
* platform/gtk/svg/clip-path/clip-in-mask-objectBoundingBox-expected.png:
* platform/gtk/svg/clip-path/clip-in-mask-userSpaceOnUse-expected.checksum:
* platform/gtk/svg/clip-path/clip-in-mask-userSpaceOnUse-expected.png:
* platform/gtk/svg/clip-path/clip-path-child-clipped-expected.checksum:
* platform/gtk/svg/clip-path/clip-path-child-clipped-expected.png:
* platform/gtk/svg/clip-path/clip-path-childs-clipped-expected.checksum:
* platform/gtk/svg/clip-path/clip-path-childs-clipped-expected.png:
* platform/gtk/svg/clip-path/clip-path-clipped-evenodd-twice-expected.checksum:
* platform/gtk/svg/clip-path/clip-path-clipped-evenodd-twice-expected.png:
* platform/gtk/svg/clip-path/clip-path-clipped-expected.checksum:
* platform/gtk/svg/clip-path/clip-path-clipped-expected.png:
* platform/gtk/svg/clip-path/clip-path-clipped-no-content-expected.checksum:
* platform/gtk/svg/clip-path/clip-path-clipped-no-content-expected.png:
* platform/gtk/svg/clip-path/clip-path-clipped-nonzero-expected.checksum:
* platform/gtk/svg/clip-path/clip-path-clipped-nonzero-expected.png:
* platform/gtk/svg/clip-path/clip-path-evenodd-expected.checksum:
* platform/gtk/svg/clip-path/clip-path-evenodd-expected.png:
* platform/gtk/svg/clip-path/clip-path-evenodd-nonzero-expected.checksum:
* platform/gtk/svg/clip-path/clip-path-evenodd-nonzero-expected.png:
* platform/gtk/svg/clip-path/clip-path-nonzero-evenodd-expected.checksum:
* platform/gtk/svg/clip-path/clip-path-nonzero-evenodd-expected.png:
* platform/gtk/svg/clip-path/clip-path-nonzero-expected.checksum:
* platform/gtk/svg/clip-path/clip-path-nonzero-expected.png:
* platform/gtk/svg/clip-path/clip-path-pixelation-expected.checksum:
* platform/gtk/svg/clip-path/clip-path-pixelation-expected.png:
* platform/gtk/svg/clip-path/clip-path-text-and-shape-expected.checksum:
* platform/gtk/svg/clip-path/clip-path-text-and-shape-expected.png:
* platform/gtk/svg/clip-path/clip-path-text-and-stroke-expected.checksum:
* platform/gtk/svg/clip-path/clip-path-text-and-stroke-expected.png:
* platform/gtk/svg/clip-path/clip-path-text-expected.checksum:
* platform/gtk/svg/clip-path/clip-path-text-expected.png:
* platform/gtk/svg/clip-path/clip-path-use-as-child2-expected.checksum:
* platform/gtk/svg/clip-path/clip-path-use-as-child2-expected.png:
* platform/gtk/svg/clip-path/clip-path-use-as-child3-expected.checksum:
* platform/gtk/svg/clip-path/clip-path-use-as-child3-expected.png:
* platform/gtk/svg/clip-path/clip-path-use-as-child4-expected.checksum:
* platform/gtk/svg/clip-path/clip-path-use-as-child4-expected.png:
* platform/gtk/svg/clip-path/clip-path-with-different-unittypes-expected.checksum:
* platform/gtk/svg/clip-path/clip-path-with-different-unittypes-expected.png:
* platform/gtk/svg/clip-path/clip-path-with-different-unittypes2-expected.checksum:
* platform/gtk/svg/clip-path/clip-path-with-different-unittypes2-expected.png:
* platform/gtk/svg/clip-path/clip-path-with-text-clipped-expected.checksum:
* platform/gtk/svg/clip-path/clip-path-with-text-clipped-expected.png:
* platform/gtk/svg/clip-path/deep-nested-clip-in-mask-different-unitTypes-expected.checksum:
* platform/gtk/svg/clip-path/deep-nested-clip-in-mask-different-unitTypes-expected.png:
* platform/gtk/svg/clip-path/deep-nested-clip-in-mask-expected.checksum:
* platform/gtk/svg/clip-path/deep-nested-clip-in-mask-expected.png:
* platform/gtk/svg/clip-path/deep-nested-clip-in-mask-panning-expected.checksum:
* platform/gtk/svg/clip-path/deep-nested-clip-in-mask-panning-expected.png:
* platform/gtk/svg/clip-path/nested-clip-in-mask-image-based-clipping-expected.checksum:
* platform/gtk/svg/clip-path/nested-clip-in-mask-image-based-clipping-expected.png:
* platform/gtk/svg/clip-path/nested-clip-in-mask-path-and-image-based-clipping-expected.checksum:
* platform/gtk/svg/clip-path/nested-clip-in-mask-path-and-image-based-clipping-expected.png:
* platform/gtk/svg/clip-path/nested-clip-in-mask-path-based-clipping-expected.checksum:
* platform/gtk/svg/clip-path/nested-clip-in-mask-path-based-clipping-expected.png:
* platform/gtk/svg/css/circle-in-mask-with-shadow-expected.checksum: Added.
* platform/gtk/svg/css/circle-in-mask-with-shadow-expected.png: Added.
* platform/gtk/svg/css/circle-in-mask-with-shadow-expected.txt: Added.
* platform/gtk/svg/css/clippath-with-shadow-expected.checksum: Added.
* platform/gtk/svg/css/clippath-with-shadow-expected.png: Added.
* platform/gtk/svg/css/clippath-with-shadow-expected.txt: Added.
* platform/gtk/svg/custom/absolute-sized-content-with-resources-expected.checksum: Added.
* platform/gtk/svg/custom/absolute-sized-content-with-resources-expected.png: Added.
* platform/gtk/svg/custom/absolute-sized-content-with-resources-expected.txt: Added.
* platform/gtk/svg/custom/circular-marker-reference-2-expected.txt:
* platform/gtk/svg/custom/js-late-mask-and-object-creation-expected.checksum:
* platform/gtk/svg/custom/js-late-mask-and-object-creation-expected.png:
* platform/gtk/svg/custom/js-late-mask-creation-expected.checksum:
* platform/gtk/svg/custom/js-late-mask-creation-expected.png:
* platform/gtk/svg/custom/marker-child-changes-css-expected.checksum: Added.
* platform/gtk/svg/custom/marker-child-changes-css-expected.png: Copied from LayoutTests/platform/gtk/svg/custom/mask-changes-expected.png.
* platform/gtk/svg/custom/marker-child-changes-css-expected.txt: Added.
* platform/gtk/svg/custom/mask-changes-expected.checksum:
* platform/gtk/svg/custom/mask-changes-expected.png:
* platform/gtk/svg/custom/mask-child-changes-expected.checksum:
* platform/gtk/svg/custom/mask-child-changes-expected.png:
* platform/gtk/svg/custom/mask-colorspace-expected.checksum: Added.
* platform/gtk/svg/custom/mask-colorspace-expected.png: Added.
* platform/gtk/svg/custom/mask-colorspace-expected.txt: Added.
* platform/gtk/svg/custom/mask-inside-defs-expected.checksum:
* platform/gtk/svg/custom/mask-inside-defs-expected.png:
* platform/gtk/svg/custom/mask-on-multiple-objects-expected.checksum: Added.
* platform/gtk/svg/custom/mask-on-multiple-objects-expected.png: Added.
* platform/gtk/svg/custom/mask-on-multiple-objects-expected.txt: Added.
* platform/gtk/svg/custom/mask-with-all-units-expected.checksum:
* platform/gtk/svg/custom/mask-with-all-units-expected.png:
* platform/gtk/svg/custom/non-circular-marker-reference-expected.txt:
* platform/gtk/svg/custom/recursive-mask-expected.checksum: Added.
* platform/gtk/svg/custom/recursive-mask-expected.png: Added.
* platform/gtk/svg/custom/recursive-mask-expected.txt:
* platform/gtk/svg/custom/visibility-override-mask-expected.checksum:
* platform/gtk/svg/custom/visibility-override-mask-expected.png:
* platform/gtk/svg/filters/feGaussianBlur-expected.checksum: Added.
* platform/gtk/svg/filters/feGaussianBlur-expected.png: Added.
* platform/gtk/svg/filters/feGaussianBlur-expected.txt: Added.
* platform/gtk/svg/filters/filter-clip-expected.checksum: Added.
* platform/gtk/svg/filters/filter-clip-expected.png: Added.
* platform/gtk/svg/filters/filter-clip-expected.txt: Added.
* platform/gtk/svg/filters/shadow-on-filter-expected.checksum: Added.
* platform/gtk/svg/filters/shadow-on-filter-expected.png: Added.
* platform/gtk/svg/filters/shadow-on-filter-expected.txt: Added.
* platform/gtk/svg/filters/shadow-on-rect-with-filter-expected.checksum: Added.
* platform/gtk/svg/filters/shadow-on-rect-with-filter-expected.png: Added.
* platform/gtk/svg/filters/shadow-on-rect-with-filter-expected.txt: Added.
* platform/gtk/svg/transforms/text-with-mask-with-svg-transform-expected.checksum: Added.
* platform/gtk/svg/transforms/text-with-mask-with-svg-transform-expected.png: Added.
* platform/gtk/svg/transforms/text-with-mask-with-svg-transform-expected.txt: Added.
* platform/gtk/svg/zoom/page/zoom-mask-with-percentages-expected.checksum: Added.
* platform/gtk/svg/zoom/page/zoom-mask-with-percentages-expected.png: Added.
* platform/gtk/svg/zoom/page/zoom-mask-with-percentages-expected.txt:
2011-02-24 Peter Kasting <pkasting@google.com>
Reviewed by Eric Seidel.
Drop the "U; " encryption level from the User Agent string.
https://bugs.webkit.org/show_bug.cgi?id=54566
* http/tests/navigation/useragent-expected.txt:
* http/tests/navigation/useragent.php:
2011-02-24 Pavel Feldman <pfeldman@chromium.org>
Reviewed by Yury Semikhatsky.
Web Inspector: move querySelectorAll from CSS agent to DOM agent where it belongs.
https://bugs.webkit.org/show_bug.cgi?id=55131
* http/tests/inspector/inspector-test.js:
* inspector/elements/dom-agent-query-selector-expected.txt: Added.
* inspector/elements/dom-agent-query-selector.html: Added.
2011-02-24 Eric Seidel <eric@webkit.org>
Reviewed by Adam Barth.
Fragment parsing does not need to use HTMLSourceTracker
https://bugs.webkit.org/show_bug.cgi?id=55011
Remove support of XSS-filtering innerHTML content.
* http/tests/security/xssAuditor/dom-write-innerHTML-expected.txt:
2011-02-24 Pavel Feldman <pfeldman@chromium.org>
Not reviewed: beautified inspector test suite output.
* http/tests/inspector/debugger-test.js:
(initialize_DebuggerTest.InspectorTest.runDebuggerTestSuite.runner):
(initialize_DebuggerTest.InspectorTest.runDebuggerTestSuite):
* http/tests/inspector/inspector-test.js:
(initialize_InspectorTest.InspectorTest.runTestSuite.runner):
(initialize_InspectorTest.InspectorTest.runTestSuite):
* inspector/debugger/source-frame-expected.txt:
* inspector/elements/insert-node-collapsed-expected.txt:
* inspector/elements/insert-node-expected.txt:
* inspector/elements/modify-chardata-expected.txt:
* inspector/elements/remove-node-expected.txt:
* inspector/elements/set-attribute-expected.txt:
2011-02-24 Adam Roben <aroben@apple.com>
Update Windows XP test results after r78846
* platform/win-xp/fast/text/backslash-to-yen-sign-euc-expected.checksum: Added.
* platform/win-xp/fast/text/backslash-to-yen-sign-euc-expected.png: Added.
* platform/win-xp/fast/text/backslash-to-yen-sign-euc-expected.txt:
2011-02-24 Emil A Eklund <eae@chromium.org>
Reviewed by Simon Fraser.
Add support for missing properties to getComputedStyle
https://bugs.webkit.org/show_bug.cgi?id=23668
Test getComputedStyle for the content, counter and outline-offset
properties.
* fast/css/getComputedStyle/computed-style-properties-expected.txt: Added.
* fast/css/getComputedStyle/computed-style-properties.html: Added.
2011-02-24 Dirk Schulze <krit@webkit.org>
Reviewed by Darin Adler.
Removing a SVG animation target during animation crashes WebKit
https://bugs.webkit.org/show_bug.cgi?id=12065
SVGAnimations with IRI references via 'xlink:href' are slow
https://bugs.webkit.org/show_bug.cgi?id=49437
Test that WebKit does not crash, if the target element of a SVG animation gets removed, or if
its id changed.
* platform/mac/svg/custom/animate-target-id-changed-expected.checksum: Added.
* platform/mac/svg/custom/animate-target-id-changed-expected.png: Added.
* platform/mac/svg/custom/animate-target-id-changed-expected.txt: Added.
* platform/mac/svg/custom/animate-target-removed-from-document-expected.checksum: Added.
* platform/mac/svg/custom/animate-target-removed-from-document-expected.png: Added.
* platform/mac/svg/custom/animate-target-removed-from-document-expected.txt: Added.
* svg/custom/animate-target-id-changed.svg: Added.
* svg/custom/animate-target-removed-from-document.svg: Added.
2011-02-24 Simon Fraser <simon.fraser@apple.com>
Reviewed by Eric Seidel.
REGRESSION: Accelerated transitions are jumpy
https://bugs.webkit.org/show_bug.cgi?id=55022
Testcase with 'transform' and 'left' transitions whose pixel result shows whether
the correct timing function is being used for the accelerated transition.
* platform/mac/transitions/default-timing-function-expected.checksum: Added.
* platform/mac/transitions/default-timing-function-expected.png: Added.
* platform/mac/transitions/default-timing-function-expected.txt: Added.
* transitions/default-timing-function.html: Added.
2011-02-24 Andrey Adaikin <aandrey@google.com>
Reviewed by Pavel Feldman.
Web Inspector: [Text editor] Bug in the highlighter
https://bugs.webkit.org/show_bug.cgi?id=54876
Fixing two bugs: 1) When restoring the state from a successful updateHighlight() call, we should restore the old state only if it is greater (closer to the end) than the current one.
2) When a long line is being highlighted in more than one chunk (timer tick), we wrongly deleted the result of the work done in the previous tick, rather than updating it with the new results.
* inspector/editor/highlighter-long-line-expected.txt: Added.
* inspector/editor/highlighter-long-line.html: Added.
* inspector/editor/highlighter-paste-in-comment-expected.txt: Added.
* inspector/editor/highlighter-paste-in-comment.html: Added.
* inspector/editor/highlighter-test.js: Added.
(initialize_HighlighterTests.InspectorTest.dumpTextModel):
(initialize_HighlighterTests):
2011-02-24 James Simonsen <simonjam@chromium.org>
Reviewed by Tony Gentilcore.
[Web Timing] Zero out navigationStart and unloadEvent on cross-origin redirect
https://bugs.webkit.org/show_bug.cgi?id=55068
* http/tests/misc/resources/webtiming-cross-origin-and-back2.html: Expect navStart and unload to be zero.
* http/tests/misc/resources/webtiming-cross-origin-redirect.html: Expect navStart to be zero.
* http/tests/misc/webtiming-origins-expected.txt:
2011-02-24 Pavel Podivilov <podivilov@chromium.org>
Unreviewed, fix bad expectation for new test added in r79555.
* inspector/debugger/scripts-panel-expected.txt:
2011-02-24 Chris Fleizach <cfleizach@apple.com>
Reviewed by Eric Seidel.
AX: WebKit should expose MathML at least as well as it exposes ARIA role="math"
https://bugs.webkit.org/show_bug.cgi?id=55049
* platform/mac/accessibility/math-alttext-expected.txt: Added.
* platform/mac/accessibility/math-alttext.html: Added.
2011-02-23 Pavel Feldman <pfeldman@chromium.org>
Reviewed by Yury Semikhatsky.
Web Inspector: refactor inspect() workflow so that it did not push dom nodes.
https://bugs.webkit.org/show_bug.cgi?id=55057
* http/tests/inspector/inspector-test.js:
(initialize_InspectorTest.InspectorTest.runTestSuite.runner):
(initialize_InspectorTest.InspectorTest.runTestSuite):
* inspector/console/command-line-api-inspect-expected.txt: Added.
* inspector/console/command-line-api-inspect.html: Added.
2011-02-24 Pavel Feldman <pfeldman@chromium.org>
Not reviewed: beautified inspector test suite output.
* http/tests/inspector/debugger-test.js:
(initialize_DebuggerTest.InspectorTest.runDebuggerTestSuite.runner):
(initialize_DebuggerTest.InspectorTest.runDebuggerTestSuite):
* http/tests/inspector/inspector-test.js:
(initialize_InspectorTest.InspectorTest.runTestSuite.runner):
(initialize_InspectorTest.InspectorTest.runTestSuite):
* inspector/debugger/source-frame-expected.txt:
* inspector/elements/insert-node-collapsed-expected.txt:
* inspector/elements/insert-node-expected.txt:
* inspector/elements/modify-chardata-expected.txt:
* inspector/elements/remove-node-expected.txt:
* inspector/elements/set-attribute-expected.txt:
2011-02-22 Pavel Podivilov <podivilov@chromium.org>
Reviewed by Pavel Feldman.
Web Inspector: refactor "script or resource" mess in scripts panel.
https://bugs.webkit.org/show_bug.cgi?id=54961
- Use sourceName instead of scriptOrResource
- Replace two huge functions _addScriptToFilesMenu and _showScriptOrResource that are
calling each other recursively with small one-purpose non-recursive functions
* http/tests/inspector/debugger-test.js:
(initialize_DebuggerTest.InspectorTest.showScriptSource):
(initialize_DebuggerTest.InspectorTest._showScriptSource):
* http/tests/inspector/inspector-test.js:
(initialize_InspectorTest.InspectorTest.assertEquals):
(initialize_InspectorTest.InspectorTest.safeWrap):
* inspector/debugger/resources/script1.js: Added.
(f1):
* inspector/debugger/resources/script2.js: Added.
(f2):
* inspector/debugger/resources/script3.js: Added.
(f3):
* inspector/debugger/scripts-panel-expected.txt: Added.
* inspector/debugger/scripts-panel.html: Added.
2011-02-24 Eric Seidel <eric@webkit.org>
Reviewed by Adam Barth.
Fragment parsing does not need to use HTMLSourceTracker
https://bugs.webkit.org/show_bug.cgi?id=55011
Remove support of XSS-filtering innerHTML content.
* http/tests/security/xssAuditor/dom-write-innerHTML-expected.txt:
2011-02-24 Pavel Feldman <pfeldman@chromium.org>
Not reviewed: beautified inspector test suite output.
* http/tests/inspector/debugger-test.js:
(initialize_DebuggerTest.InspectorTest.runDebuggerTestSuite.runner):
(initialize_DebuggerTest.InspectorTest.runDebuggerTestSuite):
* http/tests/inspector/inspector-test.js:
(initialize_InspectorTest.InspectorTest.runTestSuite.runner):
(initialize_InspectorTest.InspectorTest.runTestSuite):
* inspector/debugger/source-frame-expected.txt:
* inspector/elements/insert-node-collapsed-expected.txt:
* inspector/elements/insert-node-expected.txt:
* inspector/elements/modify-chardata-expected.txt:
* inspector/elements/remove-node-expected.txt:
* inspector/elements/set-attribute-expected.txt:
2011-02-24 Philippe Normand <pnormand@igalia.com>
Unreviewed, skipping crashing test on GTK
* platform/gtk/Skipped:
2011-02-24 Ryosuke Niwa <rniwa@webkit.org>
Unreviewed Chromium Mac test expectations update.
fast/text/shadow-no-blur.html has been passing for a while.
http tests have been passing since r79279.
media/video-display-toggle.html has been passing since r79415.
svg/text/font-size-below-point-five.svg has been passing since r78844.
* platform/chromium/test_expectations.txt:
2011-02-24 Adam Barth <abarth@webkit.org>
Reviewed by Eric Seidel.
CSP's script-src should block JavaScript URLs
https://bugs.webkit.org/show_bug.cgi?id=54787
Test how various CSP policies affect JavaScript URLs. We could test
more contexts in the future, but this is a start.
* http/tests/security/contentSecurityPolicy/javascript-url-expected.txt: Added.
* http/tests/security/contentSecurityPolicy/javascript-url.html: Added.
* http/tests/security/contentSecurityPolicy/resources/javascript-url.pl: Added.
2011-02-24 Zan Dobersek <zandobersek@gmail.com>
Reviewed by Eric Seidel.
[gtk] Failing collinear arcTo canvas tests
https://bugs.webkit.org/show_bug.cgi?id=54658
Enable two more tests that pass after adding collinearity check
when drawing arcTo in canvas.
* platform/gtk/Skipped:
2011-02-24 Ryosuke Niwa <rniwa@webkit.org>
Unreviewed Chromium test expectations update.
Removed tests that have been passing since r79478.
* platform/chromium/test_expectations.txt:
2011-02-24 Ryosuke Niwa <rniwa@webkit.org>
Reviewed by Ojan Vafai.
Crash when deleting inside a blockquote with a large offset
https://bugs.webkit.org/show_bug.cgi?id=55098
Added a test to ensure WebKit doesn't crash when deleting line inside a blockquote
and the caret is programmatically set to have a large offset.
Co-author: Abhishek Arya <inferno@chromium.org>.
* editing/deleting/delete-blockquote-large-offsets-expected.txt: Added.
* editing/deleting/delete-blockquote-large-offsets.html: Added.
2011-02-24 MORITA Hajime <morrita@google.com>
Unreviewed test_expectations.txt update
* platform/chromium/test_expectations.txt:
2011-02-24 Andreas Kling <kling@webkit.org>
Unreviewed Qt rebaseline.
* platform/qt/fast/table/fixed-with-auto-with-colspan-vertical-expected.txt:
2011-02-24 Ryosuke Niwa <rniwa@webkit.org>
Unreviewed Mac rebaselines for r79490 and r79493.
* fast/repaint/text-emphasis-h-expected.txt:
* platform/mac/fast/table/fixed-with-auto-with-colspan-vertical-expected.txt:
2011-02-24 Philippe Normand <pnormand@igalia.com>
Unreviewed, unskip 2 fixed SVG tests on GTK after r79530.
* platform/gtk/Skipped:
2011-02-24 MORITA Hajime <morrita@google.com>
Unreviewed skipping failing tests. (r79517 removed too many.)
* platform/chromium/test_expectations.txt:
2011-02-24 Philippe Normand <pnormand@igalia.com>
Unreviewed; skip canvas/philip/tests/2d.imageData.object.round.html and
canvas/philip/tests/2d.imageData.object.wrap.html on GTK.
They were passing before r79501.
* platform/gtk/Skipped:
2011-02-24 Ryosuke Niwa <rniwa@webkit.org>
Unreviewed; skip canvas/philip/tests/2d.imageData.object.round.html and
canvas/philip/tests/2d.imageData.object.wrap.html on Mac.
It was removed from the skipped list in r64156 but it wasn't added back
when r79501 reverted it.
* platform/mac/Skipped:
2011-02-24 Philippe Normand <pnormand@igalia.com>
Unreviewed, skip flaky media test on GTK.
* platform/gtk/Skipped:
2011-02-24 Philippe Normand <pnormand@igalia.com>
Unreviewed, skipping 2 GTK+ SVG crashing tests.
* platform/gtk/Skipped:
2011-02-24 MORITA Hajime <morrita@google.com>
Unreviewed skipping failing tests.
* platform/chromium/test_expectations.txt:
2011-02-23 MORITA Hajime <morrita@google.com>
Unreviewed unskipping another passed tests.
* platform/chromium/test_expectations.txt:
2011-02-23 Martin Robinson <mrobinson@igalia.com>
Rebaseline a couple GTK+ test results.
* platform/gtk/fast/repaint/text-emphasis-h-expected.txt:
* platform/gtk/fast/table/fixed-with-auto-with-colspan-vertical-expected.txt:
2011-02-23 MORITA Hajime <morrita@google.com>
Unreviewed unskipping passed tests.
* platform/chromium/test_expectations.txt:
2011-02-23 Andrew Wilson <atwilson@chromium.org>
Removed outdated/incorrect chromium baselins. Unreviewed.
* platform/chromium-mac-leopard/editing/deleting/delete-tab-003-expected.txt: Removed.
* platform/chromium-mac-leopard/editing/deleting/delete-ws-fixup-001-expected.txt: Removed.
* platform/chromium-mac-leopard/editing/inserting/insert-tab-003-expected.txt: Removed.
* platform/chromium-mac-leopard/editing/selection/select-from-textfield-outwards-expected.txt: Removed.
* platform/chromium/test_expectations.txt:
2011-02-23 James Robinson <jamesr@chromium.org>
Update chromium expectations for fast/repaint/text-emphasis-h.html
* platform/chromium/test_expectations.txt:
2011-02-23 James Robinson <jamesr@chromium.org>
Update chromium baselines and expectations.
* platform/chromium-mac/fast/repaint/text-emphasis-h-expected.txt: Added.
* platform/chromium-mac/fast/table/fixed-with-auto-with-colspan-vertical-expected.txt: Added.
* platform/chromium-win/fast/table/fixed-with-auto-with-colspan-vertical-expected.txt: Added.
* platform/chromium/test_expectations.txt:
2011-02-23 Oliver Hunt <oliver@apple.com>
Roll out r64156 as it introduces incorrect behaviour.
* canvas/philip/tests/2d.imageData.object.round.html:
* fast/canvas/canvas-ImageData-behaviour-expected.txt:
* fast/canvas/canvas-ImageData-behaviour.js:
* platform/qt/Skipped:
2011-02-23 Mihai Parparita <mihaip@chromium.org>
Unreviewed. Revert incorrect baseline added by r79473.
* platform/mac-leopard/fast/forms/text-control-intrinsic-widths-expected.txt: Removed.
2011-02-23 Mihai Parparita <mihaip@chromium.org>
Unreviewed Chromium expectations update. Remove tests that pass after
r79473, do the equivalent chromium-mac-leopard update for
fast/text/international/pop-up-button-text-alignment-and-direction.html
* platform/chromium-mac-leopard/fast/text/international/pop-up-button-text-alignment-and-direction-expected.txt: Renamed from LayoutTests/platform/chromium-mac/fast/text/international/pop-up-button-text-alignment-and-direction-expected.txt.
* platform/chromium/test_expectations.txt:
2011-02-23 Andrew Wilson <atwilson@chromium.org>
Unreviewed removal of superfluous chromium expectations.
* platform/chromium-mac/editing/selection/move-past-trailing-space-expected.checksum: Removed.
* platform/chromium-mac/editing/style/create-block-for-style-011-expected.checksum: Removed.
* platform/chromium-mac/editing/style/create-block-for-style-011-expected.png: Removed.
* platform/chromium-mac/editing/style/create-block-for-style-012-expected.checksum: Removed.
* platform/chromium-mac/editing/style/create-block-for-style-012-expected.png: Removed.
* platform/chromium-mac/fast/repaint/shadow-multiple-horizontal-expected.checksum: Removed.
* platform/chromium-mac/fast/repaint/shadow-multiple-horizontal-expected.png: Removed.
* 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/repaint/shadow-multiple-vertical-expected.checksum: Removed.
* platform/chromium-mac/fast/repaint/shadow-multiple-vertical-expected.png: Removed.
* platform/chromium-mac/fast/text/trailing-white-space-2-expected.checksum: Removed.
* platform/chromium-mac/fast/text/trailing-white-space-expected.checksum: Removed.
2011-02-23 Andrew Wilson <atwilson@chromium.org>
More unreviewed expectations cleanup for chromium.
* platform/chromium-mac-leopard/editing/deleting/delete-tab-003-expected.checksum: Added.
* platform/chromium-mac-leopard/editing/deleting/delete-tab-003-expected.png: Added.
* platform/chromium-mac-leopard/editing/deleting/delete-ws-fixup-001-expected.checksum: Added.
* platform/chromium-mac-leopard/editing/deleting/delete-ws-fixup-001-expected.png: Added.
* platform/chromium-mac-leopard/editing/inserting/insert-tab-003-expected.checksum: Added.
* platform/chromium-mac-leopard/editing/inserting/insert-tab-003-expected.png: Added.
* platform/chromium-mac-leopard/editing/selection/select-from-textfield-outwards-expected.checksum: Added.
* platform/chromium-mac-leopard/editing/selection/select-from-textfield-outwards-expected.png: Added.
2011-02-23 Mihai Parparita <mihaip@chromium.org>
Unreviewed Chromium expectations update. Add failing expectations for
two editing tests that were hidden by the TIMEOUT expectation remove by
r79480.
* platform/chromium/test_expectations.txt:
2011-02-23 Mihai Parparita <mihaip@chromium.org>
Unreviewed.
Many tests started timing out on the chrome mac canaries around r79035
https://bugs.webkit.org/show_bug.cgi?id=54885
Remove TIMEOUT expectations from tests, they were caused by a bad bot
(and are passing now that the bot has been restarted).
* platform/chromium/test_expectations.txt:
2011-02-23 Andrew Wilson <atwilson@chromium.org>
Unreviewed expectations update for chromium.
* platform/chromium-mac-leopard/editing/inserting/typing-tab-designmode-forms-expected.checksum: Added.
* platform/chromium-mac-leopard/editing/inserting/typing-tab-designmode-forms-expected.png: Added.
* platform/chromium-mac-leopard/editing/pasteboard/4641033-expected.checksum: Added.
* platform/chromium-mac-leopard/editing/pasteboard/4641033-expected.png: Added.
* platform/chromium-mac-leopard/editing/pasteboard/block-wrappers-necessary-expected.checksum: Added.
* platform/chromium-mac-leopard/editing/pasteboard/block-wrappers-necessary-expected.png: Added.
* platform/chromium-mac-leopard/editing/pasteboard/nested-blocks-with-text-area-expected.checksum: Added.
* platform/chromium-mac-leopard/editing/pasteboard/nested-blocks-with-text-area-expected.png: Added.
* platform/chromium-mac-leopard/editing/pasteboard/nested-blocks-with-text-field-expected.checksum: Added.
* platform/chromium-mac-leopard/editing/pasteboard/nested-blocks-with-text-field-expected.png: Added.
* platform/chromium-mac-leopard/editing/pasteboard/paste-blockquote-2-expected.checksum: Added.
* platform/chromium-mac-leopard/editing/pasteboard/paste-blockquote-2-expected.png: Added.
* platform/chromium-mac-leopard/editing/pasteboard/pasting-tabs-expected.checksum: Added.
* platform/chromium-mac-leopard/editing/pasteboard/pasting-tabs-expected.png: Added.
* platform/chromium-mac-leopard/editing/selection/3690703-2-expected.checksum: Added.
* platform/chromium-mac-leopard/editing/selection/3690703-2-expected.png: Added.
* platform/chromium-mac-leopard/editing/selection/3690703-expected.checksum: Added.
* platform/chromium-mac-leopard/editing/selection/3690703-expected.png: Added.
* platform/chromium-mac-leopard/editing/selection/3690719-expected.checksum: Added.
* platform/chromium-mac-leopard/editing/selection/3690719-expected.png: Added.
* platform/chromium-mac-leopard/editing/selection/4975120-expected.checksum: Added.
* platform/chromium-mac-leopard/editing/selection/4975120-expected.png: Added.
* platform/chromium-mac-leopard/editing/selection/5240265-expected.checksum: Added.
* platform/chromium-mac-leopard/editing/selection/5240265-expected.png: Added.
* platform/chromium-mac-leopard/editing/selection/replaced-boundaries-3-expected.checksum: Added.
* platform/chromium-mac-leopard/editing/selection/replaced-boundaries-3-expected.png: Added.
* platform/chromium-mac-leopard/editing/style/5046875-1-expected.checksum: Added.
* platform/chromium-mac-leopard/editing/style/5046875-1-expected.png: Added.
* platform/chromium-mac-leopard/editing/style/table-selection-expected.checksum: Added.
* platform/chromium-mac-leopard/editing/style/table-selection-expected.png: Added.
* platform/chromium-mac-leopard/fast/block/positioning/inline-block-relposition-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/block/positioning/inline-block-relposition-expected.png: Added.
* platform/chromium-mac-leopard/fast/blockflow/Kusa-Makura-background-canvas-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/blockflow/Kusa-Makura-background-canvas-expected.png: Added.
* platform/chromium-mac-leopard/fast/blockflow/japanese-ruby-vertical-lr-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/blockflow/japanese-ruby-vertical-lr-expected.png: Added.
* platform/chromium-mac-leopard/fast/blockflow/japanese-ruby-vertical-rl-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/blockflow/japanese-ruby-vertical-rl-expected.png: Added.
* platform/chromium-mac-leopard/fast/css/continuationCrash-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/css/continuationCrash-expected.png: Added.
* platform/chromium-mac-leopard/fast/css/css2-system-fonts-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/css/css2-system-fonts-expected.png: Added.
* platform/chromium-mac-leopard/fast/css/font-face-locally-installed-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/css/font-face-locally-installed-expected.png: Added.
* platform/chromium-mac-leopard/fast/css/margin-top-bottom-dynamic-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/css/margin-top-bottom-dynamic-expected.png: Added.
* platform/chromium-mac-leopard/fast/css/text-overflow-ellipsis-strict-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/css/text-overflow-ellipsis-strict-expected.png: Added.
* platform/chromium-mac-leopard/fast/dom/HTMLInputElement/input-image-alt-text-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/dom/HTMLInputElement/input-image-alt-text-expected.png: Added.
* platform/chromium-mac-leopard/fast/dom/HTMLTextAreaElement/reset-textarea-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png: Added.
* platform/chromium-mac-leopard/fast/events/autoscroll-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/events/autoscroll-expected.png: Added.
* platform/chromium-mac-leopard/fast/forms/HTMLOptionElement_label01-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/forms/HTMLOptionElement_label01-expected.png: Added.
* platform/chromium-mac-leopard/fast/forms/HTMLOptionElement_label02-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/forms/HTMLOptionElement_label02-expected.png: Added.
* platform/chromium-mac-leopard/fast/forms/HTMLOptionElement_label03-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/forms/HTMLOptionElement_label03-expected.png: Added.
* platform/chromium-mac-leopard/fast/forms/HTMLOptionElement_label04-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/forms/HTMLOptionElement_label04-expected.png: Added.
* platform/chromium-mac-leopard/fast/forms/basic-textareas-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/forms/basic-textareas-expected.png: Added.
* platform/chromium-mac-leopard/fast/forms/basic-textareas-quirks-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/forms/basic-textareas-quirks-expected.png: Added.
* platform/chromium-mac-leopard/fast/forms/blankbuttons-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/forms/blankbuttons-expected.png: Added.
* platform/chromium-mac-leopard/fast/forms/button-align-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/forms/button-align-expected.png: Added.
* platform/chromium-mac-leopard/fast/forms/button-cannot-be-nested-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/forms/button-cannot-be-nested-expected.png: Added.
* platform/chromium-mac-leopard/fast/forms/button-default-title-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/forms/button-default-title-expected.png: Added.
* platform/chromium-mac-leopard/fast/forms/button-generated-content-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/forms/button-generated-content-expected.png: Added.
* platform/chromium-mac-leopard/fast/forms/button-positioned-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/forms/button-positioned-expected.png: Added.
* platform/chromium-mac-leopard/fast/forms/button-style-color-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/forms/button-style-color-expected.png: Added.
* platform/chromium-mac-leopard/fast/forms/button-table-styles-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/forms/button-table-styles-expected.png: Added.
* platform/chromium-mac-leopard/fast/forms/button-text-transform-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/forms/button-text-transform-expected.png: Added.
* platform/chromium-mac-leopard/fast/forms/button-white-space-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/forms/button-white-space-expected.png: Added.
* platform/chromium-mac-leopard/fast/forms/control-clip-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/forms/control-clip-expected.png: Added.
* platform/chromium-mac-leopard/fast/forms/control-restrict-line-height-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/forms/control-restrict-line-height-expected.png: Added.
* platform/chromium-mac-leopard/fast/forms/formmove3-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/forms/formmove3-expected.png: Added.
* platform/chromium-mac-leopard/fast/forms/input-align-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/forms/input-align-expected.png: Added.
* platform/chromium-mac-leopard/fast/forms/input-appearance-default-bkcolor-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/forms/input-appearance-default-bkcolor-expected.png: Added.
* platform/chromium-mac-leopard/fast/forms/input-appearance-disabled-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/forms/input-appearance-disabled-expected.png: Added.
* platform/chromium-mac-leopard/fast/forms/input-appearance-focus-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/forms/input-appearance-focus-expected.png: Added.
* platform/chromium-mac-leopard/fast/forms/input-appearance-preventDefault-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/forms/input-appearance-preventDefault-expected.png: Added.
* platform/chromium-mac-leopard/fast/forms/input-appearance-readonly-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/forms/input-appearance-readonly-expected.png: Added.
* platform/chromium-mac-leopard/fast/forms/input-appearance-selection-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/forms/input-appearance-selection-expected.png: Added.
* platform/chromium-mac-leopard/fast/forms/input-appearance-visibility-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/forms/input-appearance-visibility-expected.png: Added.
* platform/chromium-mac-leopard/fast/forms/input-appearance-width-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/forms/input-appearance-width-expected.png: Added.
* platform/chromium-mac-leopard/fast/forms/input-disabled-color-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/forms/input-disabled-color-expected.png: Added.
* platform/chromium-mac-leopard/fast/forms/input-double-click-selection-gap-bug-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/forms/input-double-click-selection-gap-bug-expected.png: Added.
* platform/chromium-mac-leopard/fast/forms/input-field-text-truncated-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/forms/input-field-text-truncated-expected.png: Added.
* platform/chromium-mac-leopard/fast/forms/input-first-letter-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/forms/input-first-letter-expected.png: Added.
* platform/chromium-mac-leopard/fast/forms/input-readonly-autoscroll-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/forms/input-readonly-autoscroll-expected.png: Added.
* platform/chromium-mac-leopard/fast/forms/input-readonly-dimmed-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/forms/input-readonly-dimmed-expected.png: Added.
* platform/chromium-mac-leopard/fast/forms/input-spaces-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/forms/input-spaces-expected.png: Added.
* platform/chromium-mac-leopard/fast/forms/input-table-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/forms/input-table-expected.png: Added.
* platform/chromium-mac-leopard/fast/forms/input-text-double-click-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/forms/input-text-double-click-expected.png: Added.
* platform/chromium-mac-leopard/fast/forms/input-text-drag-down-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/forms/input-text-drag-down-expected.png: Added.
* platform/chromium-mac-leopard/fast/forms/input-text-scroll-left-on-blur-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/forms/input-text-scroll-left-on-blur-expected.png: Added.
* platform/chromium-mac-leopard/fast/forms/input-text-word-wrap-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/forms/input-text-word-wrap-expected.png: Added.
* platform/chromium-mac-leopard/fast/forms/menulist-no-overflow-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/forms/menulist-no-overflow-expected.png: Added.
* platform/chromium-mac-leopard/fast/forms/menulist-width-change-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/forms/menulist-width-change-expected.png: Added.
* platform/chromium-mac-leopard/fast/forms/option-strip-whitespace-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/forms/option-strip-whitespace-expected.png: Added.
* platform/chromium-mac-leopard/fast/forms/option-text-clip-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/forms/option-text-clip-expected.png: Added.
* platform/chromium-mac-leopard/fast/forms/placeholder-set-value-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/forms/placeholder-set-value-expected.png: Added.
* platform/chromium-mac-leopard/fast/forms/plaintext-mode-2-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/forms/plaintext-mode-2-expected.png: Added.
* platform/chromium-mac-leopard/fast/forms/search-cancel-button-style-sharing-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/forms/search-cancel-button-style-sharing-expected.png: Added.
* platform/chromium-mac-leopard/fast/forms/search-rtl-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/forms/search-rtl-expected.png: Added.
* platform/chromium-mac-leopard/fast/forms/search-zoomed-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/forms/search-zoomed-expected.png: Added.
* platform/chromium-mac-leopard/fast/forms/select-align-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/forms/select-align-expected.png: Added.
* platform/chromium-mac-leopard/fast/forms/select-change-listbox-to-popup-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/forms/select-change-listbox-to-popup-expected.png: Added.
* platform/chromium-mac-leopard/fast/forms/select-disabled-appearance-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/forms/select-disabled-appearance-expected.png: Added.
* platform/chromium-mac-leopard/fast/forms/select-initial-position-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/forms/select-initial-position-expected.png: Added.
* platform/chromium-mac-leopard/fast/forms/select-selected-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/forms/select-selected-expected.png: Added.
* platform/chromium-mac-leopard/fast/forms/stuff-on-my-optgroup-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/forms/stuff-on-my-optgroup-expected.png: Added.
* platform/chromium-mac-leopard/fast/forms/tabbing-input-iframe-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/forms/tabbing-input-iframe-expected.png: Added.
* platform/chromium-mac-leopard/fast/forms/targeted-frame-submission-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/forms/targeted-frame-submission-expected.png: Added.
* platform/chromium-mac-leopard/fast/forms/textarea-align-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/forms/textarea-align-expected.png: Added.
* platform/chromium-mac-leopard/fast/forms/textarea-placeholder-set-value-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/forms/textarea-placeholder-set-value-expected.png: Added.
* platform/chromium-mac-leopard/fast/forms/textarea-scroll-height-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/forms/textarea-scroll-height-expected.png: Added.
* platform/chromium-mac-leopard/fast/forms/textarea-scrolled-type-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/forms/textarea-scrolled-type-expected.png: Added.
* platform/chromium-mac-leopard/fast/parser/document-write-option-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/parser/document-write-option-expected.png: Added.
* platform/chromium-mac-leopard/fast/parser/entity-comment-in-textarea-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/parser/entity-comment-in-textarea-expected.png: Added.
* platform/chromium-mac-leopard/fast/parser/open-comment-in-textarea-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/parser/open-comment-in-textarea-expected.png: Added.
* platform/chromium-mac-leopard/fast/replaced/width100percent-button-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/replaced/width100percent-button-expected.png: Added.
* platform/chromium-mac-leopard/fast/replaced/width100percent-searchfield-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/replaced/width100percent-searchfield-expected.png: Added.
* platform/chromium-mac-leopard/fast/replaced/width100percent-textfield-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/replaced/width100percent-textfield-expected.png: Added.
* platform/chromium-mac-leopard/fast/selectors/064-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/selectors/064-expected.png: Added.
* platform/chromium-mac-leopard/fast/speech/input-appearance-speechbutton-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/speech/input-appearance-speechbutton-expected.png: Added.
* platform/chromium-mac-leopard/fast/speech/input-appearance-speechbutton-expected.txt: Added.
* platform/chromium-mac-leopard/fast/table/append-cells2-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/table/append-cells2-expected.png: Added.
* platform/chromium-mac-leopard/fast/table/border-collapsing/004-vertical-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/table/border-collapsing/004-vertical-expected.png: Added.
* platform/chromium-mac-leopard/fast/table/frame-and-rules-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/table/frame-and-rules-expected.png: Added.
* platform/chromium-mac-leopard/fast/table/remove-td-display-none-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/table/remove-td-display-none-expected.png: Added.
* platform/chromium-mac-leopard/fast/text/atsui-partial-selection-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/text/atsui-partial-selection-expected.png: Added.
* platform/chromium-mac-leopard/fast/text/backslash-to-yen-sign-euc-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/text/backslash-to-yen-sign-euc-expected.png: Added.
* platform/chromium-mac-leopard/fast/text/capitalize-boundaries-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/text/capitalize-boundaries-expected.png: Added.
* platform/chromium-mac-leopard/fast/text/line-breaks-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/text/line-breaks-expected.png: Added.
* platform/chromium-mac-leopard/fast/text/word-break-run-rounding-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/text/word-break-run-rounding-expected.png: Added.
* platform/chromium-mac-leopard/tables/mozilla/bugs/bug138725-expected.checksum: Added.
* platform/chromium-mac-leopard/tables/mozilla/bugs/bug138725-expected.png: Added.
* platform/chromium-mac-leopard/tables/mozilla/bugs/bug14323-expected.checksum: Added.
* platform/chromium-mac-leopard/tables/mozilla/bugs/bug14323-expected.png: Added.
* platform/chromium-mac-leopard/tables/mozilla/bugs/bug18359-expected.checksum: Added.
* platform/chromium-mac-leopard/tables/mozilla/bugs/bug18359-expected.png: Added.
* platform/chromium-mac-leopard/tables/mozilla/bugs/bug2479-3-expected.checksum: Added.
* platform/chromium-mac-leopard/tables/mozilla/bugs/bug2479-3-expected.png: Added.
* platform/chromium-mac-leopard/tables/mozilla/bugs/bug26178-expected.checksum: Added.
* platform/chromium-mac-leopard/tables/mozilla/bugs/bug26178-expected.png: Added.
* platform/chromium-mac-leopard/tables/mozilla/bugs/bug28928-expected.checksum: Added.
* platform/chromium-mac-leopard/tables/mozilla/bugs/bug28928-expected.png: Added.
* platform/chromium-mac-leopard/tables/mozilla/bugs/bug2962-expected.checksum: Added.
* platform/chromium-mac-leopard/tables/mozilla/bugs/bug2962-expected.png: Added.
* platform/chromium-mac-leopard/tables/mozilla/bugs/bug30692-expected.checksum: Added.
* platform/chromium-mac-leopard/tables/mozilla/bugs/bug30692-expected.png: Added.
* platform/chromium-mac-leopard/tables/mozilla/bugs/bug33855-expected.checksum: Added.
* platform/chromium-mac-leopard/tables/mozilla/bugs/bug33855-expected.png: Added.
* platform/chromium-mac-leopard/tables/mozilla/bugs/bug39209-expected.checksum: Added.
* platform/chromium-mac-leopard/tables/mozilla/bugs/bug39209-expected.png: Added.
* platform/chromium-mac-leopard/tables/mozilla/bugs/bug4429-expected.checksum: Added.
* platform/chromium-mac-leopard/tables/mozilla/bugs/bug4429-expected.png: Added.
* platform/chromium-mac-leopard/tables/mozilla/bugs/bug44505-expected.checksum: Added.
* platform/chromium-mac-leopard/tables/mozilla/bugs/bug44505-expected.png: Added.
* platform/chromium-mac-leopard/tables/mozilla/bugs/bug46368-1-expected.checksum: Added.
* platform/chromium-mac-leopard/tables/mozilla/bugs/bug46368-1-expected.png: Added.
* platform/chromium-mac-leopard/tables/mozilla/bugs/bug46368-2-expected.checksum: Added.
* platform/chromium-mac-leopard/tables/mozilla/bugs/bug46368-2-expected.png: Added.
* platform/chromium-mac-leopard/tables/mozilla/bugs/bug51037-expected.checksum: Added.
* platform/chromium-mac-leopard/tables/mozilla/bugs/bug51037-expected.png: Added.
* platform/chromium-mac-leopard/tables/mozilla/bugs/bug51727-expected.checksum: Added.
* platform/chromium-mac-leopard/tables/mozilla/bugs/bug51727-expected.png: Added.
* platform/chromium-mac-leopard/tables/mozilla/bugs/bug52505-expected.checksum: Added.
* platform/chromium-mac-leopard/tables/mozilla/bugs/bug52505-expected.png: Added.
* platform/chromium-mac-leopard/tables/mozilla/bugs/bug52506-expected.checksum: Added.
* platform/chromium-mac-leopard/tables/mozilla/bugs/bug52506-expected.png: Added.
* platform/chromium-mac-leopard/tables/mozilla/bugs/bug60749-expected.checksum: Added.
* platform/chromium-mac-leopard/tables/mozilla/bugs/bug60749-expected.png: Added.
* platform/chromium-mac-leopard/tables/mozilla/bugs/bug67915-1-expected.checksum: Added.
* platform/chromium-mac-leopard/tables/mozilla/bugs/bug67915-1-expected.png: Added.
* platform/chromium-mac-leopard/tables/mozilla/bugs/bug68912-expected.checksum: Added.
* platform/chromium-mac-leopard/tables/mozilla/bugs/bug68912-expected.png: Added.
* platform/chromium-mac-leopard/tables/mozilla/bugs/bug7342-expected.checksum: Added.
* platform/chromium-mac-leopard/tables/mozilla/bugs/bug7342-expected.png: Added.
* platform/chromium-mac-leopard/tables/mozilla/bugs/bug88035-1-expected.checksum: Added.
* platform/chromium-mac-leopard/tables/mozilla/bugs/bug88035-1-expected.png: Added.
* platform/chromium-mac-leopard/tables/mozilla/bugs/bug88035-2-expected.checksum: Added.
* platform/chromium-mac-leopard/tables/mozilla/bugs/bug88035-2-expected.png: Added.
* platform/chromium-mac-leopard/tables/mozilla/bugs/bug96334-expected.checksum: Added.
* platform/chromium-mac-leopard/tables/mozilla/bugs/bug96334-expected.png: Added.
* platform/chromium-mac-leopard/tables/mozilla/collapsing_borders/bug41262-4-expected.checksum: Added.
* platform/chromium-mac-leopard/tables/mozilla/collapsing_borders/bug41262-4-expected.png: Added.
* platform/chromium-mac-leopard/tables/mozilla/dom/tableDom-expected.checksum: Added.
* platform/chromium-mac-leopard/tables/mozilla/dom/tableDom-expected.png: Added.
* platform/chromium-mac-leopard/tables/mozilla/other/move_row-expected.checksum: Added.
* platform/chromium-mac-leopard/tables/mozilla/other/move_row-expected.png: Added.
* platform/chromium-mac-leopard/tables/mozilla_expected_failures/bugs/bug1725-expected.checksum: Added.
* platform/chromium-mac-leopard/tables/mozilla_expected_failures/bugs/bug1725-expected.png: Added.
* platform/chromium-mac-leopard/tables/mozilla_expected_failures/bugs/bug2479-5-expected.checksum: Added.
* platform/chromium-mac-leopard/tables/mozilla_expected_failures/bugs/bug2479-5-expected.png: Added.
* platform/chromium-mac-leopard/tables/mozilla_expected_failures/bugs/bug58402-2-expected.checksum: Added.
* platform/chromium-mac-leopard/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png: Added.
* platform/chromium-mac-leopard/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.checksum: Added.
* platform/chromium-mac-leopard/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.png: Added.
* platform/chromium-mac-leopard/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.checksum: Added.
* platform/chromium-mac-leopard/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.png: Added.
2011-02-23 Sergey Glazunov <serg.glazunov@gmail.com>
Reviewed by James Robinson.
SVGCursorElement::removeClient() should verify that its argument is connected with
the proper cursor element.
https://bugs.webkit.org/show_bug.cgi?id=54979
* svg/css/multiple-cursors-crash-expected.txt: Added.
* svg/css/multiple-cursors-crash.html: Added.
2011-02-22 Simon Fraser <simon.fraser@apple.com>
New Leopard results after r78846.
* platform/mac-leopard/css2.1/t1202-counter-04-b-expected.txt:
* platform/mac-leopard/css2.1/t1202-counters-04-b-expected.txt:
* platform/mac-leopard/fast/blockflow/border-vertical-lr-expected.txt: Added.
* platform/mac-leopard/fast/dom/52776-expected.txt:
* platform/mac-leopard/fast/forms/basic-selects-expected.txt:
* platform/mac-leopard/fast/forms/select-writing-direction-natural-expected.txt:
* platform/mac-leopard/fast/forms/text-control-intrinsic-widths-expected.txt: Added.
* platform/mac-leopard/fast/text/international/bidi-AN-after-L-expected.txt:
* platform/mac-leopard/fast/text/international/bidi-menulist-expected.txt:
* platform/mac-leopard/fast/text/international/bidi-neutral-run-expected.txt:
* platform/mac-leopard/fast/text/international/pop-up-button-text-alignment-and-direction-expected.txt:
* platform/mac-leopard/fast/text/international/text-combine-image-test-expected.txt: Added.
* platform/mac-leopard/media/controls-after-reload-expected.txt:
* platform/mac-leopard/media/controls-strict-expected.txt:
* platform/mac-leopard/media/controls-styling-expected.txt:
* platform/mac-leopard/media/video-controls-rendering-expected.txt:
* platform/mac-leopard/media/video-display-toggle-expected.txt:
* platform/mac-leopard/media/video-no-audio-expected.txt:
* platform/mac-leopard/svg/zoom/page/zoom-hixie-mixed-008-expected.txt: Removed.
* platform/mac-leopard/svg/zoom/text/zoom-hixie-mixed-008-expected.txt: Removed.
2011-02-23 Abhishek Arya <inferno@chromium.org>
Unreviewed. Qt rebaseline for my crasher test in r79462.
* platform/qt/fast/overflow/overflow-height-float-not-removed-crash3-expected.txt: Added.
2011-02-23 Abhishek Arya <inferno@chromium.org>
Reviewed by Dave Hyatt.
Rename a layouttest for conformity. Tests that we do not crash
when trying to overflow the logical height of a root inline box.
https://bugs.webkit.org/show_bug.cgi?id=54995
* fast/overflow/overflow-block-logical-height-crash-expected.txt: Removed.
* fast/overflow/overflow-block-logical-height-crash.html: Removed.
* fast/overflow/overflow-height-float-not-removed-crash2-expected.txt: Added.
* fast/overflow/overflow-height-float-not-removed-crash2.html: Added.
* fast/overflow/overflow-height-float-not-removed-crash3-expected.txt: Added.
* fast/overflow/overflow-height-float-not-removed-crash3.html: Added.
2011-02-23 Hans Wennborg <hans@chromium.org>
Reviewed by Jeremy Orlow.
IndexedDB: Each layout test should use a separate DB
https://bugs.webkit.org/show_bug.cgi?id=55042
Each layout test should use a separate database to avoid problems in
case tests are run concurrently.
* storage/indexeddb/basics-expected.txt:
* storage/indexeddb/basics.html:
* storage/indexeddb/create-and-remove-object-store-expected.txt:
* storage/indexeddb/create-and-remove-object-store.html:
* 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/cursor-skip-deleted-expected.txt:
* storage/indexeddb/cursor-skip-deleted.html:
* storage/indexeddb/cursor-update-expected.txt:
* storage/indexeddb/cursor-update.html:
* storage/indexeddb/data-corruption-expected.txt:
* storage/indexeddb/data-corruption.html:
* storage/indexeddb/database-basics-expected.txt:
* storage/indexeddb/database-basics.html:
* storage/indexeddb/database-quota-expected.txt:
* storage/indexeddb/database-quota.html:
* storage/indexeddb/duplicates-expected.txt:
* storage/indexeddb/duplicates.html:
* storage/indexeddb/error-causes-abort-by-default-expected.txt:
* storage/indexeddb/error-causes-abort-by-default.html:
* storage/indexeddb/exception-in-event-aborts-expected.txt:
* storage/indexeddb/exception-in-event-aborts.html:
* storage/indexeddb/index-basics-expected.txt:
* storage/indexeddb/index-basics.html:
* storage/indexeddb/index-cursor-expected.txt:
* storage/indexeddb/index-cursor.html:
* storage/indexeddb/objectstore-autoincrement-expected.txt:
* storage/indexeddb/objectstore-autoincrement.html:
* storage/indexeddb/objectstore-basics-expected.txt:
* storage/indexeddb/objectstore-basics.html:
* storage/indexeddb/objectstore-clear-expected.txt:
* storage/indexeddb/objectstore-clear.html:
* storage/indexeddb/objectstore-cursor-expected.txt:
* storage/indexeddb/objectstore-cursor.html:
* storage/indexeddb/objectstore-removeobjectstore-expected.txt:
* storage/indexeddb/objectstore-removeobjectstore.html:
* storage/indexeddb/open-cursor-expected.txt:
* storage/indexeddb/open-cursor.html:
* storage/indexeddb/queued-commands-expected.txt:
* storage/indexeddb/queued-commands.html:
* storage/indexeddb/request-event-propagation-expected.txt:
* storage/indexeddb/request-event-propagation.html:
* storage/indexeddb/set_version_blocked-expected.txt:
* storage/indexeddb/set_version_blocked.html:
* storage/indexeddb/set_version_queue-expected.txt:
* storage/indexeddb/set_version_queue.html:
* storage/indexeddb/transaction-after-close-expected.txt:
* storage/indexeddb/transaction-after-close.html:
* storage/indexeddb/transaction-and-objectstore-calls-expected.txt:
* storage/indexeddb/transaction-and-objectstore-calls.html:
* storage/indexeddb/transaction-basics-expected.txt:
* storage/indexeddb/transaction-basics.html:
* storage/indexeddb/transaction-crash-on-abort-expected.txt:
* storage/indexeddb/transaction-crash-on-abort.html:
* storage/indexeddb/transaction-event-propagation-expected.txt:
* storage/indexeddb/transaction-event-propagation.html:
* storage/indexeddb/transaction-read-only-expected.txt:
* storage/indexeddb/transaction-read-only.html:
* storage/indexeddb/tutorial.html:
2011-02-23 Mihai Parparita <mihaip@chromium.org>
Unreviewed Chromium expectations update. Add final set of
Snow Leopard-only failures.
* platform/chromium/test_expectations.txt:
2011-02-23 Kenneth Russell <kbr@google.com>
Reviewed by Darin Fisher.
Per-page minimum DOMTimer interval broken for repeating timers
https://bugs.webkit.org/show_bug.cgi?id=55014
Add tests using setInterval rather than setTimeout.
timer-increase-then-decrease-min-interval-repeating.html catches
the bug.
* fast/dom/timer-increase-min-interval-repeating-expected.txt: Added.
* fast/dom/timer-increase-min-interval-repeating.html: Added.
* fast/dom/timer-increase-then-decrease-min-interval-repeating-expected.txt: Added.
* fast/dom/timer-increase-then-decrease-min-interval-repeating.html: Added.
* platform/mac-wk2/Skipped:
2011-02-23 Jessie Berlin <jberlin@apple.com>
[Windows 7 Release Tests] ~26 tests failing after r78846
https://bugs.webkit.org/show_bug.cgi?id=54748
Update the pixel results for fast/blockflow/Kusa-Makura-background-canvas.html.
The pixel results for fast/ruby/nested-ruby.html turned out to be identical to
those before r78846. Unreviewed.
* platform/win/fast/blockflow/Kusa-Makura-background-canvas-expected.checksum:
* platform/win/fast/blockflow/Kusa-Makura-background-canvas-expected.png:
2011-02-23 Mihai Parparita <mihaip@chromium.org>
Unreviewed Chromium expectations update. Mark failures from bug 54885
as being Leopard-only (which they are) so that they don't result in
duplicates with all the Snow Leopard expectations.
* platform/chromium/test_expectations.txt:
2011-02-23 Mihai Parparita <mihaip@chromium.org>
Unreviewed Chromium expectations update. Add more Snow Leopard-only
failures.
* platform/chromium/test_expectations.txt:
2011-02-23 Mihai Parparita <mihaip@chromium.org>
Unreviewed Chromium expectations update. Add more Snow Leopard-only
failures.
* platform/chromium/test_expectations.txt:
2011-02-23 MORITA Hajime <morrita@google.com>
Unreviewed test_expectations.txt update.
Added TIMEOUTs that the last change missed.
* platform/chromium/test_expectations.txt:
2011-02-23 MORITA Hajime <morrita@google.com>
Unreviewed test_expectations.txt update.
* platform/chromium/test_expectations.txt:
2011-02-23 MORITA Hajime <morrita@google.com>
Unreviewed test_expectations.txt update.
* platform/chromium/test_expectations.txt:
2011-02-23 MORITA Hajime <morrita@google.com>
Unreviewed test_expectations.txt update.
* platform/chromium/test_expectations.txt:
2011-02-23 Csaba Osztrogonác <ossy@webkit.org>
Unreviewed.
[Qt] media/controls-without-preload.html is flakey
https://bugs.webkit.org/show_bug.cgi?id=55028
* platform/qt/Skipped: Add media/controls-without-preload.html until fix.
2011-02-23 Yuzo Fujishima <yuzo@google.com>
Unreviewed attempt to fix a flaky test.
https://bugs.webkit.org/show_bug.cgi?id=51757
* fast/css/font-face-download-error.html: Increase the wait to 200ms.
2011-02-23 Benjamin Kalman <kalman@chromium.org>
Reviewed by Ojan Vafai.
Moving or selecting backwards by words jumps to start of contenteditable region if contenteditable=false span is encountered
https://bugs.webkit.org/show_bug.cgi?id=51001
Add regression test.
* editing/selection/extend-backward-by-word-over-non-editable-expected.txt: Added.
* editing/selection/extend-backward-by-word-over-non-editable.html: Added.
2011-02-23 Dominic Mazzoni <dmazzoni@google.com>
Reviewed by Kenneth Russell.
Add a new test to make sure that a canvas can receive click events and
that hit testing is working correctly.
https://bugs.webkit.org/show_bug.cgi?id=54697
* canvas/canvas-mouse-events-expected.txt: Added.
* canvas/canvas-mouse-events.html: Added.
* platform/mac-wk2/Skipped:
* platform/qt-wk2/Skipped:
* platform/win-wk2/Skipped:
2011-02-23 MORITA Hajime <morrita@google.com>
Unreviewed test_expectations.txt update.
Recovered "BUGWK54736 MAC" lines which was removed at r79413.
The failure type became from TEXT+IMAGE to IMAGAE.
* platform/chromium/test_expectations.txt:
2011-02-23 Philippe Normand <pnormand@igalia.com>
Unreviewed, GTK rebaseline of media tests.
* platform/gtk/media/audio-repaint-expected.txt:
* platform/gtk/media/media-document-audio-repaint-expected.txt:
2011-02-23 Csaba Osztrogonác <ossy@webkit.org>
Unreviewed.
* platform/qt/Skipped: Remove passing tests.
2011-02-23 Anna Cavender <annacc@chromium.org>
Reviewed by Mihai Parparita.
Avoid flakiness due to async drawing of control glyphs by acting on "canplaythrough" instead of "playing".
https://bugs.webkit.org/show_bug.cgi?id=54640
* media/video-display-toggle.html:
2011-02-22 Csaba Osztrogonác <ossy@webkit.org>
Unreviewed.
[Qt] <select>s on http://www.ryanair.com render wrong
https://bugs.webkit.org/show_bug.cgi?id=29647
Update Qt specific expected files after r79407.
* platform/qt/editing/pasteboard/4641033-expected.checksum: Added.
* platform/qt/editing/pasteboard/4641033-expected.png: Added.
* platform/qt/editing/pasteboard/4641033-expected.txt:
* platform/qt/editing/pasteboard/4944770-1-expected.checksum: Added.
* platform/qt/editing/pasteboard/4944770-1-expected.png: Added.
* platform/qt/editing/pasteboard/4944770-1-expected.txt:
* platform/qt/editing/pasteboard/4944770-2-expected.checksum: Added.
* platform/qt/editing/pasteboard/4944770-2-expected.png: Added.
* platform/qt/editing/pasteboard/4944770-2-expected.txt:
* platform/qt/editing/selection/caret-before-select-expected.checksum:
* platform/qt/editing/selection/caret-before-select-expected.png:
* platform/qt/editing/selection/caret-before-select-expected.txt:
* platform/qt/editing/selection/replaced-boundaries-3-expected.checksum:
* platform/qt/editing/selection/replaced-boundaries-3-expected.png:
* platform/qt/editing/selection/replaced-boundaries-3-expected.txt:
* platform/qt/fast/forms/basic-selects-expected.checksum:
* platform/qt/fast/forms/basic-selects-expected.png:
* platform/qt/fast/forms/basic-selects-expected.txt:
* platform/qt/fast/forms/menulist-style-color-expected.checksum: Added.
* platform/qt/fast/forms/menulist-style-color-expected.png: Added.
* platform/qt/fast/forms/menulist-style-color-expected.txt:
* platform/qt/http/tests/navigation/javascriptlink-frames-expected.checksum: Added.
* platform/qt/http/tests/navigation/javascriptlink-frames-expected.png: Added.
* platform/qt/http/tests/navigation/javascriptlink-frames-expected.txt:
* platform/qt/tables/mozilla/bugs/bug1188-expected.checksum:
* platform/qt/tables/mozilla/bugs/bug1188-expected.png:
* platform/qt/tables/mozilla/bugs/bug1188-expected.txt:
* platform/qt/tables/mozilla/bugs/bug18359-expected.checksum:
* platform/qt/tables/mozilla/bugs/bug18359-expected.png:
* platform/qt/tables/mozilla/bugs/bug18359-expected.txt:
* platform/qt/tables/mozilla/bugs/bug2479-3-expected.checksum:
* platform/qt/tables/mozilla/bugs/bug2479-3-expected.png:
* platform/qt/tables/mozilla/bugs/bug2479-3-expected.txt:
* platform/qt/tables/mozilla/bugs/bug2479-4-expected.txt:
* platform/qt/tables/mozilla/bugs/bug29326-expected.checksum:
* platform/qt/tables/mozilla/bugs/bug29326-expected.png:
* platform/qt/tables/mozilla/bugs/bug29326-expected.txt:
* platform/qt/tables/mozilla/bugs/bug33855-expected.checksum:
* platform/qt/tables/mozilla/bugs/bug33855-expected.png:
* platform/qt/tables/mozilla/bugs/bug33855-expected.txt:
* platform/qt/tables/mozilla/bugs/bug4382-expected.checksum:
* platform/qt/tables/mozilla/bugs/bug4382-expected.png:
* platform/qt/tables/mozilla/bugs/bug4382-expected.txt:
* platform/qt/tables/mozilla/bugs/bug96334-expected.checksum:
* platform/qt/tables/mozilla/bugs/bug96334-expected.png:
* platform/qt/tables/mozilla/bugs/bug96334-expected.txt:
* platform/qt/tables/mozilla/core/margins-expected.checksum:
* platform/qt/tables/mozilla/core/margins-expected.png:
* platform/qt/tables/mozilla/core/margins-expected.txt:
* platform/qt/tables/mozilla/dom/tableDom-expected.checksum:
* platform/qt/tables/mozilla/dom/tableDom-expected.png:
* platform/qt/tables/mozilla/dom/tableDom-expected.txt:
2011-02-22 MORITA Hajime <morrita@google.com>
Unreviewed, added or updated more Leopard-specific expectations for Chromium.
* platform/chromium-mac-leopard/css1/text_properties/text_align-expected.checksum:
* platform/chromium-mac-leopard/css1/text_properties/text_align-expected.png:
* platform/chromium-mac-leopard/css2.1/t0805-c5518-brdr-t-01-e-expected.checksum:
* platform/chromium-mac-leopard/css2.1/t0805-c5518-brdr-t-01-e-expected.png:
* platform/chromium-mac-leopard/css2.1/t1202-counter-03-b-expected.checksum:
* platform/chromium-mac-leopard/css2.1/t1202-counter-03-b-expected.png:
* platform/chromium-mac-leopard/css2.1/t1202-counter-04-b-expected.checksum:
* platform/chromium-mac-leopard/css2.1/t1202-counter-04-b-expected.png:
* platform/chromium-mac-leopard/css2.1/t1202-counter-04-b-expected.txt: Added.
* platform/chromium-mac-leopard/css2.1/t1202-counters-03-b-expected.checksum:
* platform/chromium-mac-leopard/css2.1/t1202-counters-03-b-expected.png:
* platform/chromium-mac-leopard/css2.1/t1202-counters-04-b-expected.checksum:
* platform/chromium-mac-leopard/css2.1/t1202-counters-04-b-expected.png:
* platform/chromium-mac-leopard/css2.1/t1202-counters-04-b-expected.txt: Added.
* platform/chromium-mac-leopard/css2.1/t1602-c43-center-00-d-ag-expected.checksum: Added.
* platform/chromium-mac-leopard/css2.1/t1602-c43-center-00-d-ag-expected.png: Added.
* platform/chromium-mac-leopard/css2.1/t1602-c546-txt-align-00-b-expected.checksum:
* platform/chromium-mac-leopard/css2.1/t1602-c546-txt-align-00-b-expected.png: Added.
* platform/chromium-mac-leopard/editing/deleting/delete-tab-003-expected.txt: Added.
* platform/chromium-mac-leopard/editing/deleting/delete-ws-fixup-001-expected.txt: Added.
* platform/chromium-mac-leopard/editing/inserting/insert-tab-003-expected.txt: Added.
* platform/chromium-mac-leopard/editing/selection/4397952-expected.checksum:
* platform/chromium-mac-leopard/editing/selection/4397952-expected.png:
* platform/chromium-mac-leopard/editing/selection/caret-rtl-2-expected.checksum:
* platform/chromium-mac-leopard/editing/selection/caret-rtl-2-expected.png:
* platform/chromium-mac-leopard/editing/selection/caret-rtl-2-left-expected.checksum:
* platform/chromium-mac-leopard/editing/selection/caret-rtl-2-left-expected.png:
* platform/chromium-mac-leopard/editing/selection/caret-rtl-expected.checksum:
* platform/chromium-mac-leopard/editing/selection/caret-rtl-expected.png:
* platform/chromium-mac-leopard/editing/selection/caret-rtl-right-expected.checksum:
* platform/chromium-mac-leopard/editing/selection/caret-rtl-right-expected.png:
* platform/chromium-mac-leopard/editing/selection/extend-selection-bidi-expected.checksum:
* platform/chromium-mac-leopard/editing/selection/extend-selection-bidi-expected.png:
* platform/chromium-mac-leopard/editing/selection/select-from-textfield-outwards-expected.txt: Added.
* platform/chromium-mac-leopard/fast/block/margin-collapse/103-expected.checksum:
* platform/chromium-mac-leopard/fast/block/margin-collapse/103-expected.png:
* platform/chromium-mac-leopard/fast/blockflow/border-vertical-lr-expected.checksum:
* platform/chromium-mac-leopard/fast/blockflow/border-vertical-lr-expected.png:
* platform/chromium-mac-leopard/fast/blockflow/border-vertical-lr-expected.txt: Added.
* platform/chromium-mac-leopard/fast/blockflow/japanese-lr-selection-expected.checksum:
* platform/chromium-mac-leopard/fast/blockflow/japanese-lr-selection-expected.png:
* platform/chromium-mac-leopard/fast/blockflow/japanese-lr-text-expected.checksum:
* platform/chromium-mac-leopard/fast/blockflow/japanese-lr-text-expected.png:
* platform/chromium-mac-leopard/fast/blockflow/japanese-rl-selection-expected.checksum:
* platform/chromium-mac-leopard/fast/blockflow/japanese-rl-selection-expected.png:
* platform/chromium-mac-leopard/fast/blockflow/japanese-rl-text-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/blockflow/japanese-rl-text-expected.png: Added.
* platform/chromium-mac-leopard/fast/blockflow/vertical-align-table-baseline-expected.checksum:
* platform/chromium-mac-leopard/fast/blockflow/vertical-align-table-baseline-expected.png:
* platform/chromium-mac-leopard/fast/blockflow/vertical-font-fallback-expected.checksum:
* platform/chromium-mac-leopard/fast/blockflow/vertical-font-fallback-expected.png:
* platform/chromium-mac-leopard/fast/css/beforeSelectorOnCodeElement-expected.checksum:
* platform/chromium-mac-leopard/fast/css/beforeSelectorOnCodeElement-expected.png:
* platform/chromium-mac-leopard/fast/css/rtl-ordering-expected.checksum:
* platform/chromium-mac-leopard/fast/css/rtl-ordering-expected.png:
* platform/chromium-mac-leopard/fast/css/text-input-with-webkit-border-radius-expected.checksum:
* platform/chromium-mac-leopard/fast/css/text-input-with-webkit-border-radius-expected.png: Added.
* platform/chromium-mac-leopard/fast/css/text-overflow-ellipsis-bidi-expected.checksum:
* platform/chromium-mac-leopard/fast/css/text-overflow-ellipsis-bidi-expected.png:
* platform/chromium-mac-leopard/fast/css/text-security-expected.checksum:
* platform/chromium-mac-leopard/fast/css/text-security-expected.png:
* platform/chromium-mac-leopard/fast/forms/basic-selects-expected.checksum:
* platform/chromium-mac-leopard/fast/forms/basic-selects-expected.png:
* platform/chromium-mac-leopard/fast/forms/basic-selects-expected.txt: Added.
* platform/chromium-mac-leopard/fast/forms/file-input-direction-expected.checksum:
* platform/chromium-mac-leopard/fast/forms/file-input-direction-expected.png:
* platform/chromium-mac-leopard/fast/forms/file-input-direction-expected.txt: Added.
* platform/chromium-mac-leopard/fast/forms/input-button-sizes-expected.checksum:
* platform/chromium-mac-leopard/fast/forms/input-button-sizes-expected.png: Added.
* platform/chromium-mac-leopard/fast/forms/input-file-re-render-expected.checksum:
* platform/chromium-mac-leopard/fast/forms/input-file-re-render-expected.png:
* platform/chromium-mac-leopard/fast/forms/menulist-option-wrap-expected.checksum:
* platform/chromium-mac-leopard/fast/forms/menulist-option-wrap-expected.png:
* platform/chromium-mac-leopard/fast/forms/menulist-restrict-line-height-expected.checksum:
* platform/chromium-mac-leopard/fast/forms/menulist-restrict-line-height-expected.png:
* platform/chromium-mac-leopard/fast/forms/menulist-style-color-expected.checksum:
* platform/chromium-mac-leopard/fast/forms/menulist-style-color-expected.png:
* platform/chromium-mac-leopard/fast/forms/placeholder-position-expected.checksum:
* platform/chromium-mac-leopard/fast/forms/placeholder-position-expected.png:
* platform/chromium-mac-leopard/fast/forms/search-transformed-expected.checksum:
* platform/chromium-mac-leopard/fast/forms/search-transformed-expected.png:
* platform/chromium-mac-leopard/fast/forms/select-baseline-expected.checksum:
* platform/chromium-mac-leopard/fast/forms/select-baseline-expected.png:
* platform/chromium-mac-leopard/fast/forms/select-visual-hebrew-expected.checksum:
* platform/chromium-mac-leopard/fast/forms/select-visual-hebrew-expected.png:
* platform/chromium-mac-leopard/fast/forms/text-style-color-expected.checksum:
* platform/chromium-mac-leopard/fast/forms/text-style-color-expected.png:
* platform/chromium-mac-leopard/fast/forms/visual-hebrew-text-field-expected.checksum:
* platform/chromium-mac-leopard/fast/forms/visual-hebrew-text-field-expected.png:
* platform/chromium-mac-leopard/fast/multicol/float-avoidance-expected.checksum:
* platform/chromium-mac-leopard/fast/multicol/float-avoidance-expected.png: Added.
* platform/chromium-mac-leopard/fast/repaint/japanese-rl-selection-clear-expected.checksum:
* platform/chromium-mac-leopard/fast/repaint/japanese-rl-selection-clear-expected.png:
* platform/chromium-mac-leopard/fast/repaint/japanese-rl-selection-repaint-expected.checksum:
* platform/chromium-mac-leopard/fast/repaint/japanese-rl-selection-repaint-expected.png:
* platform/chromium-mac-leopard/fast/repaint/repaint-across-writing-mode-boundary-expected.checksum:
* platform/chromium-mac-leopard/fast/repaint/repaint-across-writing-mode-boundary-expected.png:
* platform/chromium-mac-leopard/fast/replaced/width100percent-textarea-expected.checksum:
* platform/chromium-mac-leopard/fast/replaced/width100percent-textarea-expected.png:
* platform/chromium-mac-leopard/fast/text/atsui-negative-spacing-features-expected.checksum:
* platform/chromium-mac-leopard/fast/text/atsui-negative-spacing-features-expected.png:
* platform/chromium-mac-leopard/fast/text/atsui-spacing-features-expected.checksum:
* platform/chromium-mac-leopard/fast/text/atsui-spacing-features-expected.png: Added.
* platform/chromium-mac-leopard/fast/text/bidi-embedding-pop-and-push-same-expected.checksum:
* platform/chromium-mac-leopard/fast/text/bidi-embedding-pop-and-push-same-expected.png:
* platform/chromium-mac-leopard/fast/text/in-rendered-text-rtl-expected.checksum:
* platform/chromium-mac-leopard/fast/text/in-rendered-text-rtl-expected.png:
* platform/chromium-mac-leopard/fast/text/international/bidi-AN-after-L-expected.checksum:
* platform/chromium-mac-leopard/fast/text/international/bidi-AN-after-L-expected.png:
* platform/chromium-mac-leopard/fast/text/international/bidi-AN-after-L-expected.txt: Added.
* platform/chromium-mac-leopard/fast/text/international/bidi-L2-run-reordering-expected.checksum:
* platform/chromium-mac-leopard/fast/text/international/bidi-L2-run-reordering-expected.png:
* platform/chromium-mac-leopard/fast/text/international/bidi-LDB-2-CSS-expected.checksum:
* platform/chromium-mac-leopard/fast/text/international/bidi-LDB-2-CSS-expected.png:
* platform/chromium-mac-leopard/fast/text/international/bidi-LDB-2-HTML-expected.checksum:
* platform/chromium-mac-leopard/fast/text/international/bidi-LDB-2-HTML-expected.png:
* platform/chromium-mac-leopard/fast/text/international/bidi-LDB-2-formatting-characters-expected.checksum:
* platform/chromium-mac-leopard/fast/text/international/bidi-LDB-2-formatting-characters-expected.png:
* platform/chromium-mac-leopard/fast/text/international/bidi-european-terminators-expected.checksum:
* platform/chromium-mac-leopard/fast/text/international/bidi-european-terminators-expected.png:
* platform/chromium-mac-leopard/fast/text/international/bidi-ignored-for-first-child-inline-expected.checksum:
* platform/chromium-mac-leopard/fast/text/international/bidi-ignored-for-first-child-inline-expected.png:
* platform/chromium-mac-leopard/fast/text/international/bidi-innertext-expected.checksum:
* platform/chromium-mac-leopard/fast/text/international/bidi-innertext-expected.png:
* platform/chromium-mac-leopard/fast/text/international/bidi-layout-across-linebreak-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/text/international/bidi-layout-across-linebreak-expected.png: Added.
* platform/chromium-mac-leopard/fast/text/international/bidi-linebreak-001-expected.checksum:
* platform/chromium-mac-leopard/fast/text/international/bidi-linebreak-001-expected.png:
* platform/chromium-mac-leopard/fast/text/international/bidi-linebreak-002-expected.checksum:
* platform/chromium-mac-leopard/fast/text/international/bidi-linebreak-002-expected.png:
* platform/chromium-mac-leopard/fast/text/international/bidi-linebreak-003-expected.checksum:
* platform/chromium-mac-leopard/fast/text/international/bidi-linebreak-003-expected.png:
* platform/chromium-mac-leopard/fast/text/international/bidi-listbox-atsui-expected.checksum:
* platform/chromium-mac-leopard/fast/text/international/bidi-listbox-atsui-expected.png:
* platform/chromium-mac-leopard/fast/text/international/bidi-listbox-expected.checksum:
* platform/chromium-mac-leopard/fast/text/international/bidi-listbox-expected.png:
* platform/chromium-mac-leopard/fast/text/international/bidi-mirror-he-ar-expected.checksum:
* platform/chromium-mac-leopard/fast/text/international/bidi-mirror-he-ar-expected.png:
* platform/chromium-mac-leopard/fast/text/international/bidi-mirror-he-ar-expected.txt:
* platform/chromium-mac-leopard/fast/text/international/bidi-neutral-run-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/text/international/bidi-neutral-run-expected.png: Added.
* platform/chromium-mac-leopard/fast/text/international/bidi-neutral-run-expected.txt:
* platform/chromium-mac-leopard/fast/text/international/bidi-override-expected.checksum:
* platform/chromium-mac-leopard/fast/text/international/bidi-override-expected.png:
* platform/chromium-mac-leopard/fast/text/international/hebrew-vowels-expected.checksum:
* platform/chromium-mac-leopard/fast/text/international/hebrew-vowels-expected.png:
* platform/chromium-mac-leopard/fast/text/international/hindi-spacing-expected.checksum:
* platform/chromium-mac-leopard/fast/text/international/hindi-spacing-expected.png:
* platform/chromium-mac-leopard/fast/text/international/pop-up-button-text-alignment-and-direction-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/text/international/pop-up-button-text-alignment-and-direction-expected.png: Added.
* platform/chromium-mac-leopard/fast/text/international/rtl-caret-expected.checksum:
* platform/chromium-mac-leopard/fast/text/international/rtl-caret-expected.png:
* platform/chromium-mac-leopard/fast/text/international/rtl-white-space-pre-wrap-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/text/international/rtl-white-space-pre-wrap-expected.png: Added.
* platform/chromium-mac-leopard/fast/text/justified-selection-at-edge-expected.checksum:
* platform/chromium-mac-leopard/fast/text/justified-selection-at-edge-expected.png: Added.
* platform/chromium-mac-leopard/svg/custom/inline-svg-in-xhtml-expected.checksum:
* platform/chromium-mac-leopard/svg/custom/inline-svg-in-xhtml-expected.png:
* platform/chromium-mac-leopard/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.checksum:
* platform/chromium-mac-leopard/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
* platform/chromium-mac-leopard/svg/zoom/page/zoom-hixie-mixed-008-expected.checksum: Added.
* platform/chromium-mac-leopard/tables/mozilla/marvin/x_tbody_align_justify-expected.checksum:
* platform/chromium-mac-leopard/tables/mozilla/marvin/x_tbody_align_justify-expected.png:
* platform/chromium-mac-leopard/tables/mozilla/marvin/x_td_align_justify-expected.checksum:
* platform/chromium-mac-leopard/tables/mozilla/marvin/x_td_align_justify-expected.png:
* platform/chromium-mac-leopard/tables/mozilla/marvin/x_tfoot_align_justify-expected.checksum:
* platform/chromium-mac-leopard/tables/mozilla/marvin/x_tfoot_align_justify-expected.png:
* platform/chromium-mac-leopard/tables/mozilla/marvin/x_th_align_justify-expected.checksum:
* platform/chromium-mac-leopard/tables/mozilla/marvin/x_th_align_justify-expected.png:
* platform/chromium-mac-leopard/tables/mozilla/marvin/x_tr_align_justify-expected.checksum:
* platform/chromium-mac-leopard/tables/mozilla/marvin/x_tr_align_justify-expected.png:
* platform/chromium/test_expectations.txt:
2011-02-22 MORITA Hajime <morrita@google.com>
Unreviewed test_expectations.txt update.
* platform/chromium/test_expectations.txt:
2011-02-22 MORITA Hajime <morrita@google.com>
Unreviewed, added Leopard-specific expectations for Chromium.
* platform/chromium-mac-leopard/css1/box_properties/clear_float-expected.checksum: Added.
* platform/chromium-mac-leopard/css1/box_properties/clear_float-expected.png: Added.
* platform/chromium-mac-leopard/css1/box_properties/float_elements_in_series-expected.checksum: Added.
* platform/chromium-mac-leopard/css1/box_properties/float_elements_in_series-expected.png: Added.
* platform/chromium-mac-leopard/css1/box_properties/float_on_text_elements-expected.checksum: Added.
* platform/chromium-mac-leopard/css1/box_properties/float_on_text_elements-expected.png: Added.
* platform/chromium-mac-leopard/css2.1/t0905-c5525-fltcont-00-d-g-expected.checksum: Added.
* platform/chromium-mac-leopard/css2.1/t0905-c5525-fltcont-00-d-g-expected.png: Added.
* platform/chromium-mac-leopard/css2.1/t0905-c5525-fltwidth-00-c-g-expected.checksum: Added.
* platform/chromium-mac-leopard/css2.1/t0905-c5525-fltwidth-00-c-g-expected.png: Added.
* platform/chromium-mac-leopard/fast/blockflow/vertical-baseline-alignment-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/blockflow/vertical-baseline-alignment-expected.png: Added.
* platform/chromium-mac-leopard/fast/css/font-face-default-font-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/css/font-face-default-font-expected.png: Added.
* platform/chromium-mac-leopard/fast/dom/52776-expected.txt: Added.
* platform/chromium-mac-leopard/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.png: Added.
* platform/chromium-mac-leopard/fast/dynamic/008-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/dynamic/008-expected.png: Added.
* platform/chromium-mac-leopard/fast/events/context-no-deselect-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/events/context-no-deselect-expected.png: Added.
* platform/chromium-mac-leopard/fast/forms/basic-buttons-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/forms/basic-buttons-expected.png: Added.
* platform/chromium-mac-leopard/fast/forms/button-sizes-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/forms/button-sizes-expected.png: Added.
* platform/chromium-mac-leopard/fast/forms/input-appearance-bkcolor-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/forms/input-appearance-bkcolor-expected.png: Added.
* platform/chromium-mac-leopard/fast/html/keygen-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/html/keygen-expected.png: Added.
* platform/chromium-mac-leopard/fast/inline/inline-box-background-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/inline/inline-box-background-expected.png: Added.
* platform/chromium-mac-leopard/fast/inline/inline-box-background-long-image-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/inline/inline-box-background-long-image-expected.png: Added.
* platform/chromium-mac-leopard/fast/inline/inline-box-background-repeat-x-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/inline/inline-box-background-repeat-x-expected.png: Added.
* platform/chromium-mac-leopard/fast/inline/inline-box-background-repeat-y-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/inline/inline-box-background-repeat-y-expected.png: Added.
* platform/chromium-mac-leopard/fast/lists/dynamic-marker-crash-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/lists/dynamic-marker-crash-expected.png: Added.
* platform/chromium-mac-leopard/fast/multicol/shadow-breaking-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/multicol/shadow-breaking-expected.png: Added.
* platform/chromium-mac-leopard/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.png: Added.
* platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-1-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-1-expected.png: Added.
* platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-10-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-10-expected.png: Added.
* platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-2-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-2-expected.png: Added.
* platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-3-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-3-expected.png: Added.
* platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-4-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-4-expected.png: Added.
* platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-5-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-5-expected.png: Added.
* platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-6-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-6-expected.png: Added.
* platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-7-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-7-expected.png: Added.
* platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-8-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-8-expected.png: Added.
* platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-9-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-9-expected.png: Added.
* platform/chromium-mac-leopard/fast/text/international/text-combine-image-test-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/text/international/text-combine-image-test-expected.png: Added.
* platform/chromium-mac-leopard/fast/text/international/text-combine-image-test-expected.txt: Added.
* platform/chromium-mac-leopard/fast/text/justify-ideograph-simple-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/text/justify-ideograph-simple-expected.png: Added.
* platform/chromium-mac-leopard/fast/text/justify-ideograph-vertical-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/text/justify-ideograph-vertical-expected.png: Added.
* platform/chromium-mac-leopard/fast/text/justify-nbsp-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/text/justify-nbsp-expected.png: Added.
* platform/chromium-mac-leopard/fonts/sans-serif-expected.checksum: Added.
* platform/chromium-mac-leopard/fonts/sans-serif-expected.png: Added.
* platform/chromium-mac-leopard/svg/custom/animate-path-discrete-expected.checksum: Added.
* platform/chromium-mac-leopard/svg/custom/animate-path-discrete-expected.png: Added.
* platform/chromium-mac-leopard/svg/custom/svg-fonts-in-html-expected.checksum: Added.
* platform/chromium-mac-leopard/svg/custom/svg-fonts-in-html-expected.png:
* platform/chromium-mac-leopard/svg/custom/text-dom-01-f-expected.checksum: Added.
* platform/chromium-mac-leopard/svg/custom/text-dom-01-f-expected.png: Added.
* platform/chromium-mac-leopard/svg/hixie/mixed/003-expected.checksum: Added.
* platform/chromium-mac-leopard/svg/hixie/mixed/003-expected.png: Added.
* platform/chromium-mac-leopard/tables/mozilla/bugs/bug113424-expected.checksum: Added.
* platform/chromium-mac-leopard/tables/mozilla/bugs/bug113424-expected.png: Added.
* platform/chromium-mac-leopard/tables/mozilla/bugs/bug1188-expected.checksum: Added.
* platform/chromium-mac-leopard/tables/mozilla/bugs/bug1188-expected.png: Added.
* platform/chromium-mac-leopard/tables/mozilla/bugs/bug1318-expected.checksum: Added.
* platform/chromium-mac-leopard/tables/mozilla/bugs/bug1318-expected.png: Added.
* platform/chromium-mac-leopard/tables/mozilla/bugs/bug2479-2-expected.checksum: Added.
* platform/chromium-mac-leopard/tables/mozilla/bugs/bug2479-2-expected.png: Added.
* platform/chromium-mac-leopard/tables/mozilla/bugs/bug4527-expected.checksum: Added.
* platform/chromium-mac-leopard/tables/mozilla/bugs/bug4527-expected.png: Added.
* platform/chromium-mac-leopard/tables/mozilla/core/bloomberg-expected.checksum: Added.
* platform/chromium-mac-leopard/tables/mozilla/core/bloomberg-expected.png: Added.
* platform/chromium-mac-leopard/tables/mozilla/core/misc-expected.checksum: Added.
* platform/chromium-mac-leopard/tables/mozilla/core/misc-expected.png: Added.
* platform/chromium-mac-leopard/tables/mozilla/marvin/x_thead_align_justify-expected.checksum: Added.
* platform/chromium-mac-leopard/tables/mozilla/marvin/x_thead_align_justify-expected.png: Added.
2011-02-22 Anna Cavender <annacc@chromium.org>
Reviewed by Eric Carlson.
Fix for media/video-replaces-poster.html. The test was failing because it assumes the
results of a seek will be immediately available, when in fact the seek is asynchronous.
I did not remove the line in test-expectations because rebaselines for many (all?) platforms
will likely be needed after this patch lands.
See also, http://code.google.com/p/chromium/issues/detail?id=60244
https://bugs.webkit.org/show_bug.cgi?id=54910
* media/video-replaces-poster.html:
2011-02-22 Ryosuke Niwa <rniwa@webkit.org>
Unreviewed; second attempt to land Windows 7 expected failure results for new tests from r79318
http://webkit.org/b/54966 tracks the failure.
* platform/win/media/audio-repaint-expected.txt:
* platform/win/media/media-document-audio-repaint-expected.txt:
2011-02-22 Laszlo Gombos <laszlo.1.gombos@nokia.com>
Reviewed by Alexey Proskuryakov.
Drop the language tag part from the User Agent string
https://bugs.webkit.org/show_bug.cgi?id=54560
* http/tests/navigation/useragent-expected.txt: Added.
* http/tests/navigation/useragent.php: Added.
2011-02-22 Mihai Parparita <mihaip@chromium.org>
Unreviewed Chromium expectations update. Update Snow Leopard
expectations (some SVG tests now pass thanks to patches for bug 54474,
others now fail).
* platform/chromium/test_expectations.txt:
2011-02-22 Ryosuke Niwa <rniwa@webkit.org>
Unreviewed; fixed Windows expected failure results added by r79328 for new tests from r79318
http://webkit.org/b/54966 tracks the failure.
* platform/win-xp/media: Added.
* platform/win-xp/media/audio-repaint-expected.txt: Added.
* platform/win-xp/media/media-document-audio-repaint-expected.txt: Added.
* platform/win/media/audio-repaint-expected.txt:
* platform/win/media/media-document-audio-repaint-expected.txt:
2011-02-22 Mihai Parparita <mihaip@chromium.org>
Unreviewed Chromium expectations update. Uncomment SNOWLEOPARD
expectations, since we still fail all those tests on Snow Leopard
(lines were commented out by r79275).
* platform/chromium/test_expectations.txt:
2011-02-22 Andrew Wilson <atwilson@chromium.org>
Marked tests as failing (image + text) on chromium, to reflect now-deleted rebaselines.
* platform/chromium/test_expectations.txt:
2011-02-22 Martin Robinson <mrobinson@igalia.com>
Add missing files from r79351. These are expected results for new media tests.
* platform/gtk/media/audio-repaint-expected.checksum: Added.
* platform/gtk/media/audio-repaint-expected.png: Added.
* platform/gtk/media/audio-repaint-expected.txt: Added.
* platform/gtk/media/media-document-audio-repaint-expected.checksum: Added.
* platform/gtk/media/media-document-audio-repaint-expected.png: Added.
* platform/gtk/media/media-document-audio-repaint-expected.txt: Added.
2011-02-22 Andrew Wilson <atwilson@chromium.org>
Unreviewed chromium-gpu expectations update.
* platform/chromium-gpu-linux/compositing/masks/masked-ancestor-expected.checksum:
* platform/chromium-gpu-linux/compositing/masks/masked-ancestor-expected.png:
* platform/chromium-gpu-linux/compositing/masks/simple-composited-mask-expected.checksum:
* platform/chromium-gpu-linux/compositing/masks/simple-composited-mask-expected.png:
* platform/chromium-gpu-linux/compositing/overflow/fixed-position-ancestor-clip-expected.checksum:
* platform/chromium-gpu-linux/compositing/overflow/fixed-position-ancestor-clip-expected.png:
* platform/chromium-gpu-linux/fast/canvas/canvas-text-alignment-expected.checksum:
* platform/chromium-gpu-linux/fast/canvas/canvas-text-alignment-expected.png:
* platform/chromium-gpu-linux/fast/canvas/image-object-in-canvas-expected.checksum:
* platform/chromium-gpu-linux/fast/canvas/image-object-in-canvas-expected.png:
* platform/chromium-gpu-mac/compositing/masks/masked-ancestor-expected.checksum: Added.
* platform/chromium-gpu-mac/compositing/masks/masked-ancestor-expected.png: Added.
* platform/chromium-gpu-mac/compositing/masks/simple-composited-mask-expected.checksum: Added.
* platform/chromium-gpu-mac/compositing/masks/simple-composited-mask-expected.png: Added.
* platform/chromium-gpu-mac/compositing/overflow/fixed-position-ancestor-clip-expected.checksum: Added.
* platform/chromium-gpu-mac/compositing/overflow/fixed-position-ancestor-clip-expected.png: Added.
* platform/chromium-gpu-win/compositing/overflow/fixed-position-ancestor-clip-expected.checksum:
* platform/chromium-gpu-win/compositing/overflow/fixed-position-ancestor-clip-expected.png:
* platform/chromium-gpu-win/fast/canvas/canvas-text-alignment-expected.checksum:
* platform/chromium-gpu-win/fast/canvas/canvas-text-alignment-expected.png:
* platform/chromium-gpu-win/fast/canvas/image-object-in-canvas-expected.checksum:
* platform/chromium-gpu-win/fast/canvas/image-object-in-canvas-expected.png:
* platform/chromium/test_expectations.txt:
2011-02-22 Andrew Wilson <atwilson@chromium.org>
Unreviewed expectations change for chromium.
* platform/chromium-gpu-linux/compositing/reflections/deeply-nested-reflections-expected.checksum:
* platform/chromium-gpu-linux/compositing/reflections/deeply-nested-reflections-expected.png:
* platform/chromium-gpu-mac/compositing/reflections/deeply-nested-reflections-expected.checksum: Added.
* platform/chromium-gpu-mac/compositing/reflections/deeply-nested-reflections-expected.png: Added.
* platform/chromium-gpu-win/compositing/reflections/deeply-nested-reflections-expected.checksum:
* platform/chromium-gpu-win/compositing/reflections/deeply-nested-reflections-expected.png:
* platform/chromium-gpu-win/compositing/reflections/deeply-nested-reflections-expected.txt:
* platform/chromium/test_expectations.txt:
2011-02-22 MORITA Hajime <morrita@google.com>
Unreviewed expectation update to catch up r79359.
* platform/chromium-linux/media/audio-repaint-expected.checksum:
* platform/chromium-linux/media/audio-repaint-expected.png:
* platform/chromium-linux/media/audio-repaint-expected.txt: Removed.
* platform/chromium-linux/media/media-document-audio-repaint-expected.checksum:
* platform/chromium-linux/media/media-document-audio-repaint-expected.png:
* platform/chromium-linux/media/media-document-audio-repaint-expected.txt: Removed.
* platform/chromium-mac/media/audio-repaint-expected.checksum:
* platform/chromium-mac/media/audio-repaint-expected.png:
* platform/chromium-mac/media/audio-repaint-expected.txt:
* platform/chromium-mac/media/media-document-audio-repaint-expected.checksum:
* platform/chromium-mac/media/media-document-audio-repaint-expected.png:
* platform/chromium-mac/media/media-document-audio-repaint-expected.txt:
* platform/chromium-win/media/audio-repaint-expected.checksum:
* platform/chromium-win/media/audio-repaint-expected.png:
* platform/chromium-win/media/audio-repaint-expected.txt:
* platform/chromium-win/media/media-document-audio-repaint-expected.checksum:
* platform/chromium-win/media/media-document-audio-repaint-expected.png:
* platform/chromium-win/media/media-document-audio-repaint-expected.txt:
2011-02-22 Ami Fischman <fischman@chromium.org>
Reviewed by Peter Kasting.
Remove no-longer-necessary test expectation (LINUX video-cancel-load)
https://bugs.webkit.org/show_bug.cgi?id=55003
* platform/chromium/test_expectations.txt:
2011-02-22 Andrew Wilson <atwilson@chromium.org>
Reverted r79034 because the baselines were landed in the wrong directory (should be in chromium-mac-leopard). Unreviewed.
* platform/chromium-mac/compositing/reflections/deeply-nested-reflections-expected.checksum: Removed.
* platform/chromium-mac/compositing/reflections/deeply-nested-reflections-expected.png: Removed.
* platform/chromium-mac/css1/box_properties/clear_float-expected.checksum:
* platform/chromium-mac/css1/box_properties/clear_float-expected.png:
* platform/chromium-mac/css1/box_properties/float_elements_in_series-expected.checksum: Removed.
* platform/chromium-mac/css1/box_properties/float_elements_in_series-expected.png: Removed.
* platform/chromium-mac/css1/box_properties/float_on_text_elements-expected.checksum:
* platform/chromium-mac/css1/box_properties/float_on_text_elements-expected.png:
* platform/chromium-mac/css1/text_properties/text_align-expected.checksum: Removed.
* platform/chromium-mac/css1/text_properties/text_align-expected.png: Removed.
* platform/chromium-mac/css2.1/t0805-c5518-brdr-t-01-e-expected.checksum: Removed.
* platform/chromium-mac/css2.1/t0805-c5518-brdr-t-01-e-expected.png: Removed.
* platform/chromium-mac/css2.1/t0905-c5525-fltcont-00-d-g-expected.checksum:
* platform/chromium-mac/css2.1/t0905-c5525-fltcont-00-d-g-expected.png:
* platform/chromium-mac/css2.1/t0905-c5525-fltwidth-00-c-g-expected.checksum:
* platform/chromium-mac/css2.1/t0905-c5525-fltwidth-00-c-g-expected.png:
* platform/chromium-mac/css2.1/t1202-counter-03-b-expected.checksum: Removed.
* platform/chromium-mac/css2.1/t1202-counter-03-b-expected.png: Removed.
* platform/chromium-mac/css2.1/t1202-counter-04-b-expected.checksum: Removed.
* platform/chromium-mac/css2.1/t1202-counter-04-b-expected.png: Removed.
* platform/chromium-mac/css2.1/t1202-counter-04-b-expected.txt: Removed.
* platform/chromium-mac/css2.1/t1202-counters-03-b-expected.checksum: Removed.
* platform/chromium-mac/css2.1/t1202-counters-03-b-expected.png: Removed.
* platform/chromium-mac/css2.1/t1202-counters-04-b-expected.checksum: Removed.
* platform/chromium-mac/css2.1/t1202-counters-04-b-expected.png: Removed.
* platform/chromium-mac/css2.1/t1202-counters-04-b-expected.txt: Removed.
* platform/chromium-mac/css2.1/t1602-c43-center-00-d-ag-expected.checksum: Removed.
* platform/chromium-mac/css2.1/t1602-c43-center-00-d-ag-expected.png: Removed.
* platform/chromium-mac/css2.1/t1602-c546-txt-align-00-b-expected.checksum: Removed.
* platform/chromium-mac/css2.1/t1602-c546-txt-align-00-b-expected.png: Removed.
* platform/chromium-mac/editing/deleting/delete-tab-003-expected.checksum: Removed.
* platform/chromium-mac/editing/deleting/delete-tab-003-expected.png: Removed.
* platform/chromium-mac/editing/deleting/delete-ws-fixup-001-expected.checksum: Removed.
* platform/chromium-mac/editing/deleting/delete-ws-fixup-001-expected.png: Removed.
* platform/chromium-mac/editing/inserting/insert-tab-003-expected.checksum: Removed.
* platform/chromium-mac/editing/inserting/insert-tab-003-expected.png: Removed.
* platform/chromium-mac/editing/inserting/typing-tab-designmode-forms-expected.checksum: Removed.
* platform/chromium-mac/editing/inserting/typing-tab-designmode-forms-expected.png: Removed.
* platform/chromium-mac/editing/pasteboard/4641033-expected.checksum: Removed.
* platform/chromium-mac/editing/pasteboard/4641033-expected.png: Removed.
* platform/chromium-mac/editing/pasteboard/block-wrappers-necessary-expected.checksum: Removed.
* platform/chromium-mac/editing/pasteboard/block-wrappers-necessary-expected.png: Removed.
* platform/chromium-mac/editing/pasteboard/nested-blocks-with-text-area-expected.checksum: Removed.
* platform/chromium-mac/editing/pasteboard/nested-blocks-with-text-area-expected.png: Removed.
* platform/chromium-mac/editing/pasteboard/nested-blocks-with-text-field-expected.checksum: Removed.
* platform/chromium-mac/editing/pasteboard/nested-blocks-with-text-field-expected.png: Removed.
* platform/chromium-mac/editing/pasteboard/paste-blockquote-2-expected.checksum: Removed.
* platform/chromium-mac/editing/pasteboard/paste-blockquote-2-expected.png: Removed.
* platform/chromium-mac/editing/pasteboard/pasting-tabs-expected.checksum: Removed.
* platform/chromium-mac/editing/pasteboard/pasting-tabs-expected.png: Removed.
* platform/chromium-mac/editing/selection/3690703-2-expected.checksum: Removed.
* platform/chromium-mac/editing/selection/3690703-2-expected.png: Removed.
* platform/chromium-mac/editing/selection/3690703-expected.checksum: Removed.
* platform/chromium-mac/editing/selection/3690703-expected.png: Removed.
* platform/chromium-mac/editing/selection/3690719-expected.checksum: Removed.
* platform/chromium-mac/editing/selection/3690719-expected.png: Removed.
* platform/chromium-mac/editing/selection/4397952-expected.checksum: Removed.
* platform/chromium-mac/editing/selection/4397952-expected.png: Removed.
* platform/chromium-mac/editing/selection/4975120-expected.checksum: Removed.
* platform/chromium-mac/editing/selection/4975120-expected.png: Removed.
* platform/chromium-mac/editing/selection/5240265-expected.checksum: Removed.
* platform/chromium-mac/editing/selection/5240265-expected.png: Removed.
* platform/chromium-mac/editing/selection/caret-rtl-2-expected.checksum:
* platform/chromium-mac/editing/selection/caret-rtl-2-expected.png:
* platform/chromium-mac/editing/selection/caret-rtl-2-left-expected.checksum:
* platform/chromium-mac/editing/selection/caret-rtl-2-left-expected.png:
* platform/chromium-mac/editing/selection/caret-rtl-expected.checksum:
* platform/chromium-mac/editing/selection/caret-rtl-expected.png:
* platform/chromium-mac/editing/selection/caret-rtl-right-expected.checksum:
* platform/chromium-mac/editing/selection/caret-rtl-right-expected.png:
* platform/chromium-mac/editing/selection/extend-selection-bidi-expected.checksum: Removed.
* platform/chromium-mac/editing/selection/extend-selection-bidi-expected.png: Removed.
* platform/chromium-mac/editing/selection/move-past-trailing-space-expected.checksum: Added.
* platform/chromium-mac/editing/selection/replaced-boundaries-3-expected.checksum:
* platform/chromium-mac/editing/selection/replaced-boundaries-3-expected.png: Removed.
* platform/chromium-mac/editing/selection/select-from-textfield-outwards-expected.checksum: Removed.
* platform/chromium-mac/editing/selection/select-from-textfield-outwards-expected.png: Removed.
* platform/chromium-mac/editing/style/5046875-1-expected.checksum: Removed.
* platform/chromium-mac/editing/style/5046875-1-expected.png: Removed.
* platform/chromium-mac/editing/style/create-block-for-style-011-expected.checksum: Added.
* platform/chromium-mac/editing/style/create-block-for-style-011-expected.png: Added.
* platform/chromium-mac/editing/style/create-block-for-style-012-expected.checksum: Added.
* platform/chromium-mac/editing/style/create-block-for-style-012-expected.png: Added.
* platform/chromium-mac/editing/style/table-selection-expected.checksum: Removed.
* platform/chromium-mac/editing/style/table-selection-expected.png: Removed.
* platform/chromium-mac/fast/block/margin-collapse/103-expected.checksum:
* platform/chromium-mac/fast/block/margin-collapse/103-expected.png:
* platform/chromium-mac/fast/block/positioning/inline-block-relposition-expected.checksum: Removed.
* platform/chromium-mac/fast/block/positioning/inline-block-relposition-expected.png: Removed.
* platform/chromium-mac/fast/blockflow/Kusa-Makura-background-canvas-expected.checksum: Removed.
* platform/chromium-mac/fast/blockflow/Kusa-Makura-background-canvas-expected.png: Removed.
* platform/chromium-mac/fast/blockflow/border-vertical-lr-expected.checksum:
* platform/chromium-mac/fast/blockflow/border-vertical-lr-expected.png:
* platform/chromium-mac/fast/blockflow/border-vertical-lr-expected.txt: Removed.
* platform/chromium-mac/fast/blockflow/japanese-lr-selection-expected.checksum:
* platform/chromium-mac/fast/blockflow/japanese-lr-selection-expected.png:
* platform/chromium-mac/fast/blockflow/japanese-lr-text-expected.checksum:
* platform/chromium-mac/fast/blockflow/japanese-lr-text-expected.png:
* platform/chromium-mac/fast/blockflow/japanese-rl-selection-expected.checksum:
* platform/chromium-mac/fast/blockflow/japanese-rl-selection-expected.png:
* platform/chromium-mac/fast/blockflow/japanese-rl-text-expected.checksum:
* platform/chromium-mac/fast/blockflow/japanese-rl-text-expected.png: Removed.
* platform/chromium-mac/fast/blockflow/japanese-ruby-vertical-lr-expected.checksum: Removed.
* platform/chromium-mac/fast/blockflow/japanese-ruby-vertical-lr-expected.png: Removed.
* platform/chromium-mac/fast/blockflow/japanese-ruby-vertical-rl-expected.checksum: Removed.
* platform/chromium-mac/fast/blockflow/japanese-ruby-vertical-rl-expected.png: Removed.
* platform/chromium-mac/fast/blockflow/vertical-align-table-baseline-expected.checksum:
* platform/chromium-mac/fast/blockflow/vertical-align-table-baseline-expected.png:
* platform/chromium-mac/fast/blockflow/vertical-baseline-alignment-expected.checksum:
* platform/chromium-mac/fast/blockflow/vertical-baseline-alignment-expected.png:
* platform/chromium-mac/fast/blockflow/vertical-font-fallback-expected.checksum: Removed.
* platform/chromium-mac/fast/blockflow/vertical-font-fallback-expected.png: Removed.
* platform/chromium-mac/fast/css/beforeSelectorOnCodeElement-expected.checksum: Removed.
* platform/chromium-mac/fast/css/beforeSelectorOnCodeElement-expected.png: Removed.
* platform/chromium-mac/fast/css/continuationCrash-expected.checksum: Removed.
* platform/chromium-mac/fast/css/continuationCrash-expected.png: Removed.
* platform/chromium-mac/fast/css/css2-system-fonts-expected.checksum: Removed.
* platform/chromium-mac/fast/css/css2-system-fonts-expected.png: Removed.
* platform/chromium-mac/fast/css/font-face-default-font-expected.checksum: Removed.
* platform/chromium-mac/fast/css/font-face-default-font-expected.png: Removed.
* platform/chromium-mac/fast/css/font-face-locally-installed-expected.checksum: Removed.
* platform/chromium-mac/fast/css/font-face-locally-installed-expected.png: Removed.
* platform/chromium-mac/fast/css/margin-top-bottom-dynamic-expected.checksum: Removed.
* platform/chromium-mac/fast/css/margin-top-bottom-dynamic-expected.png: Removed.
* platform/chromium-mac/fast/css/rtl-ordering-expected.checksum: Removed.
* platform/chromium-mac/fast/css/rtl-ordering-expected.png: Removed.
* platform/chromium-mac/fast/css/text-input-with-webkit-border-radius-expected.checksum: Removed.
* platform/chromium-mac/fast/css/text-input-with-webkit-border-radius-expected.png: Removed.
* platform/chromium-mac/fast/css/text-overflow-ellipsis-bidi-expected.checksum: Removed.
* platform/chromium-mac/fast/css/text-overflow-ellipsis-bidi-expected.png: Removed.
* platform/chromium-mac/fast/css/text-overflow-ellipsis-strict-expected.checksum: Removed.
* platform/chromium-mac/fast/css/text-overflow-ellipsis-strict-expected.png: Removed.
* platform/chromium-mac/fast/css/text-security-expected.checksum: Removed.
* platform/chromium-mac/fast/css/text-security-expected.png: Removed.
* platform/chromium-mac/fast/dom/52776-expected.txt:
* platform/chromium-mac/fast/dom/HTMLInputElement/input-image-alt-text-expected.checksum: Removed.
* platform/chromium-mac/fast/dom/HTMLInputElement/input-image-alt-text-expected.png: Removed.
* platform/chromium-mac/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.checksum: Removed.
* platform/chromium-mac/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.png: Removed.
* platform/chromium-mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.checksum: Removed.
* platform/chromium-mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png: Removed.
* platform/chromium-mac/fast/dynamic/008-expected.checksum: Removed.
* platform/chromium-mac/fast/dynamic/008-expected.png: Removed.
* platform/chromium-mac/fast/events/autoscroll-expected.checksum: Removed.
* platform/chromium-mac/fast/events/autoscroll-expected.png: Removed.
* platform/chromium-mac/fast/events/context-no-deselect-expected.checksum: Removed.
* platform/chromium-mac/fast/events/context-no-deselect-expected.png: Removed.
* platform/chromium-mac/fast/forms/HTMLOptionElement_label01-expected.checksum: Removed.
* platform/chromium-mac/fast/forms/HTMLOptionElement_label01-expected.png: Removed.
* platform/chromium-mac/fast/forms/HTMLOptionElement_label02-expected.checksum: Removed.
* platform/chromium-mac/fast/forms/HTMLOptionElement_label02-expected.png: Removed.
* platform/chromium-mac/fast/forms/HTMLOptionElement_label03-expected.checksum: Removed.
* platform/chromium-mac/fast/forms/HTMLOptionElement_label03-expected.png: Removed.
* platform/chromium-mac/fast/forms/HTMLOptionElement_label04-expected.checksum: Removed.
* platform/chromium-mac/fast/forms/HTMLOptionElement_label04-expected.png: Removed.
* platform/chromium-mac/fast/forms/basic-buttons-expected.checksum: Removed.
* platform/chromium-mac/fast/forms/basic-buttons-expected.png: Removed.
* platform/chromium-mac/fast/forms/basic-selects-expected.checksum: Removed.
* platform/chromium-mac/fast/forms/basic-selects-expected.png: Removed.
* platform/chromium-mac/fast/forms/basic-selects-expected.txt: Removed.
* platform/chromium-mac/fast/forms/basic-textareas-expected.checksum: Removed.
* platform/chromium-mac/fast/forms/basic-textareas-expected.png: Removed.
* platform/chromium-mac/fast/forms/basic-textareas-quirks-expected.checksum: Removed.
* platform/chromium-mac/fast/forms/basic-textareas-quirks-expected.png: Removed.
* platform/chromium-mac/fast/forms/blankbuttons-expected.checksum: Removed.
* platform/chromium-mac/fast/forms/blankbuttons-expected.png: Removed.
* platform/chromium-mac/fast/forms/button-align-expected.checksum: Removed.
* platform/chromium-mac/fast/forms/button-align-expected.png: Removed.
* platform/chromium-mac/fast/forms/button-cannot-be-nested-expected.checksum: Removed.
* platform/chromium-mac/fast/forms/button-cannot-be-nested-expected.png: Removed.
* platform/chromium-mac/fast/forms/button-default-title-expected.checksum: Removed.
* platform/chromium-mac/fast/forms/button-default-title-expected.png: Removed.
* platform/chromium-mac/fast/forms/button-generated-content-expected.checksum: Removed.
* platform/chromium-mac/fast/forms/button-generated-content-expected.png: Removed.
* platform/chromium-mac/fast/forms/button-positioned-expected.checksum: Removed.
* platform/chromium-mac/fast/forms/button-positioned-expected.png: Removed.
* platform/chromium-mac/fast/forms/button-sizes-expected.checksum: Removed.
* platform/chromium-mac/fast/forms/button-sizes-expected.png: Removed.
* platform/chromium-mac/fast/forms/button-style-color-expected.checksum: Removed.
* platform/chromium-mac/fast/forms/button-style-color-expected.png: Removed.
* platform/chromium-mac/fast/forms/button-table-styles-expected.checksum: Removed.
* platform/chromium-mac/fast/forms/button-table-styles-expected.png: Removed.
* platform/chromium-mac/fast/forms/button-text-transform-expected.checksum: Removed.
* platform/chromium-mac/fast/forms/button-text-transform-expected.png: Removed.
* platform/chromium-mac/fast/forms/button-white-space-expected.checksum: Removed.
* platform/chromium-mac/fast/forms/button-white-space-expected.png: Removed.
* platform/chromium-mac/fast/forms/control-clip-expected.checksum: Removed.
* platform/chromium-mac/fast/forms/control-clip-expected.png: Removed.
* platform/chromium-mac/fast/forms/control-restrict-line-height-expected.checksum: Removed.
* platform/chromium-mac/fast/forms/control-restrict-line-height-expected.png: Removed.
* platform/chromium-mac/fast/forms/file-input-direction-expected.checksum:
* platform/chromium-mac/fast/forms/file-input-direction-expected.png:
* platform/chromium-mac/fast/forms/file-input-direction-expected.txt:
* platform/chromium-mac/fast/forms/formmove3-expected.checksum: Removed.
* platform/chromium-mac/fast/forms/formmove3-expected.png: Removed.
* platform/chromium-mac/fast/forms/input-align-expected.checksum: Removed.
* platform/chromium-mac/fast/forms/input-align-expected.png: Removed.
* platform/chromium-mac/fast/forms/input-appearance-bkcolor-expected.checksum:
* platform/chromium-mac/fast/forms/input-appearance-bkcolor-expected.png: Removed.
* platform/chromium-mac/fast/forms/input-appearance-default-bkcolor-expected.checksum: Removed.
* platform/chromium-mac/fast/forms/input-appearance-default-bkcolor-expected.png: Removed.
* platform/chromium-mac/fast/forms/input-appearance-disabled-expected.checksum: Removed.
* platform/chromium-mac/fast/forms/input-appearance-disabled-expected.png: Removed.
* platform/chromium-mac/fast/forms/input-appearance-focus-expected.checksum: Removed.
* platform/chromium-mac/fast/forms/input-appearance-focus-expected.png: Removed.
* platform/chromium-mac/fast/forms/input-appearance-preventDefault-expected.checksum: Removed.
* platform/chromium-mac/fast/forms/input-appearance-preventDefault-expected.png: Removed.
* platform/chromium-mac/fast/forms/input-appearance-readonly-expected.checksum: Removed.
* platform/chromium-mac/fast/forms/input-appearance-readonly-expected.png: Removed.
* platform/chromium-mac/fast/forms/input-appearance-selection-expected.checksum: Removed.
* platform/chromium-mac/fast/forms/input-appearance-selection-expected.png: Removed.
* platform/chromium-mac/fast/forms/input-appearance-visibility-expected.checksum: Removed.
* platform/chromium-mac/fast/forms/input-appearance-visibility-expected.png: Removed.
* platform/chromium-mac/fast/forms/input-appearance-width-expected.checksum: Removed.
* platform/chromium-mac/fast/forms/input-appearance-width-expected.png: Removed.
* platform/chromium-mac/fast/forms/input-button-sizes-expected.checksum: Removed.
* platform/chromium-mac/fast/forms/input-button-sizes-expected.png: Removed.
* platform/chromium-mac/fast/forms/input-disabled-color-expected.checksum: Removed.
* platform/chromium-mac/fast/forms/input-disabled-color-expected.png: Removed.
* platform/chromium-mac/fast/forms/input-double-click-selection-gap-bug-expected.checksum: Removed.
* platform/chromium-mac/fast/forms/input-double-click-selection-gap-bug-expected.png: Removed.
* platform/chromium-mac/fast/forms/input-field-text-truncated-expected.checksum: Removed.
* platform/chromium-mac/fast/forms/input-field-text-truncated-expected.png: Removed.
* platform/chromium-mac/fast/forms/input-file-re-render-expected.checksum:
* platform/chromium-mac/fast/forms/input-file-re-render-expected.png:
* platform/chromium-mac/fast/forms/input-first-letter-expected.checksum: Removed.
* platform/chromium-mac/fast/forms/input-first-letter-expected.png: Removed.
* platform/chromium-mac/fast/forms/input-readonly-autoscroll-expected.checksum: Removed.
* platform/chromium-mac/fast/forms/input-readonly-autoscroll-expected.png: Removed.
* platform/chromium-mac/fast/forms/input-readonly-dimmed-expected.checksum: Removed.
* platform/chromium-mac/fast/forms/input-readonly-dimmed-expected.png: Removed.
* platform/chromium-mac/fast/forms/input-spaces-expected.checksum: Removed.
* platform/chromium-mac/fast/forms/input-spaces-expected.png: Removed.
* platform/chromium-mac/fast/forms/input-table-expected.checksum: Removed.
* platform/chromium-mac/fast/forms/input-table-expected.png: Removed.
* platform/chromium-mac/fast/forms/input-text-double-click-expected.checksum: Removed.
* platform/chromium-mac/fast/forms/input-text-double-click-expected.png: Removed.
* platform/chromium-mac/fast/forms/input-text-drag-down-expected.checksum: Removed.
* platform/chromium-mac/fast/forms/input-text-drag-down-expected.png: Removed.
* platform/chromium-mac/fast/forms/input-text-scroll-left-on-blur-expected.checksum: Removed.
* platform/chromium-mac/fast/forms/input-text-scroll-left-on-blur-expected.png: Removed.
* platform/chromium-mac/fast/forms/input-text-word-wrap-expected.checksum: Removed.
* platform/chromium-mac/fast/forms/input-text-word-wrap-expected.png: Removed.
* platform/chromium-mac/fast/forms/menulist-no-overflow-expected.checksum: Removed.
* platform/chromium-mac/fast/forms/menulist-no-overflow-expected.png: Removed.
* platform/chromium-mac/fast/forms/menulist-option-wrap-expected.checksum: Removed.
* platform/chromium-mac/fast/forms/menulist-option-wrap-expected.png: Removed.
* platform/chromium-mac/fast/forms/menulist-restrict-line-height-expected.checksum: Removed.
* platform/chromium-mac/fast/forms/menulist-restrict-line-height-expected.png: Removed.
* platform/chromium-mac/fast/forms/menulist-style-color-expected.checksum: Removed.
* platform/chromium-mac/fast/forms/menulist-style-color-expected.png: Removed.
* platform/chromium-mac/fast/forms/menulist-width-change-expected.checksum: Removed.
* platform/chromium-mac/fast/forms/menulist-width-change-expected.png: Removed.
* platform/chromium-mac/fast/forms/option-strip-whitespace-expected.checksum: Removed.
* platform/chromium-mac/fast/forms/option-strip-whitespace-expected.png: Removed.
* platform/chromium-mac/fast/forms/option-text-clip-expected.checksum: Removed.
* platform/chromium-mac/fast/forms/option-text-clip-expected.png: Removed.
* platform/chromium-mac/fast/forms/placeholder-position-expected.checksum:
* platform/chromium-mac/fast/forms/placeholder-position-expected.png:
* platform/chromium-mac/fast/forms/placeholder-set-value-expected.checksum: Removed.
* platform/chromium-mac/fast/forms/placeholder-set-value-expected.png: Removed.
* platform/chromium-mac/fast/forms/plaintext-mode-2-expected.checksum: Removed.
* platform/chromium-mac/fast/forms/plaintext-mode-2-expected.png: Removed.
* platform/chromium-mac/fast/forms/search-cancel-button-style-sharing-expected.checksum: Removed.
* platform/chromium-mac/fast/forms/search-cancel-button-style-sharing-expected.png: Removed.
* platform/chromium-mac/fast/forms/search-rtl-expected.checksum: Removed.
* platform/chromium-mac/fast/forms/search-rtl-expected.png: Removed.
* platform/chromium-mac/fast/forms/search-transformed-expected.checksum:
* platform/chromium-mac/fast/forms/search-transformed-expected.png:
* platform/chromium-mac/fast/forms/search-zoomed-expected.checksum: Removed.
* platform/chromium-mac/fast/forms/search-zoomed-expected.png: Removed.
* platform/chromium-mac/fast/forms/select-align-expected.checksum: Removed.
* platform/chromium-mac/fast/forms/select-align-expected.png: Removed.
* platform/chromium-mac/fast/forms/select-baseline-expected.checksum:
* platform/chromium-mac/fast/forms/select-baseline-expected.png:
* platform/chromium-mac/fast/forms/select-change-listbox-to-popup-expected.checksum: Removed.
* platform/chromium-mac/fast/forms/select-change-listbox-to-popup-expected.png: Removed.
* platform/chromium-mac/fast/forms/select-disabled-appearance-expected.checksum: Removed.
* platform/chromium-mac/fast/forms/select-disabled-appearance-expected.png: Removed.
* platform/chromium-mac/fast/forms/select-initial-position-expected.checksum: Removed.
* platform/chromium-mac/fast/forms/select-initial-position-expected.png: Removed.
* platform/chromium-mac/fast/forms/select-selected-expected.checksum: Removed.
* platform/chromium-mac/fast/forms/select-selected-expected.png: Removed.
* platform/chromium-mac/fast/forms/select-visual-hebrew-expected.checksum: Removed.
* platform/chromium-mac/fast/forms/select-visual-hebrew-expected.png: Removed.
* platform/chromium-mac/fast/forms/stuff-on-my-optgroup-expected.checksum: Removed.
* platform/chromium-mac/fast/forms/stuff-on-my-optgroup-expected.png: Removed.
* platform/chromium-mac/fast/forms/tabbing-input-iframe-expected.checksum: Removed.
* platform/chromium-mac/fast/forms/tabbing-input-iframe-expected.png: Removed.
* platform/chromium-mac/fast/forms/targeted-frame-submission-expected.checksum: Removed.
* platform/chromium-mac/fast/forms/targeted-frame-submission-expected.png: Removed.
* platform/chromium-mac/fast/forms/text-style-color-expected.checksum:
* platform/chromium-mac/fast/forms/text-style-color-expected.png:
* platform/chromium-mac/fast/forms/textarea-align-expected.checksum: Removed.
* platform/chromium-mac/fast/forms/textarea-align-expected.png: Removed.
* platform/chromium-mac/fast/forms/textarea-placeholder-set-value-expected.checksum: Removed.
* platform/chromium-mac/fast/forms/textarea-placeholder-set-value-expected.png: Removed.
* platform/chromium-mac/fast/forms/textarea-scroll-height-expected.checksum: Removed.
* platform/chromium-mac/fast/forms/textarea-scroll-height-expected.png: Removed.
* platform/chromium-mac/fast/forms/textarea-scrolled-type-expected.checksum: Removed.
* platform/chromium-mac/fast/forms/textarea-scrolled-type-expected.png: Removed.
* platform/chromium-mac/fast/forms/visual-hebrew-text-field-expected.checksum: Removed.
* platform/chromium-mac/fast/forms/visual-hebrew-text-field-expected.png: Removed.
* platform/chromium-mac/fast/html/keygen-expected.checksum: Removed.
* platform/chromium-mac/fast/html/keygen-expected.png: Removed.
* platform/chromium-mac/fast/inline/inline-box-background-expected.checksum:
* platform/chromium-mac/fast/inline/inline-box-background-expected.png:
* platform/chromium-mac/fast/inline/inline-box-background-long-image-expected.checksum:
* platform/chromium-mac/fast/inline/inline-box-background-long-image-expected.png:
* platform/chromium-mac/fast/inline/inline-box-background-repeat-x-expected.checksum:
* platform/chromium-mac/fast/inline/inline-box-background-repeat-x-expected.png:
* platform/chromium-mac/fast/inline/inline-box-background-repeat-y-expected.checksum:
* platform/chromium-mac/fast/inline/inline-box-background-repeat-y-expected.png:
* platform/chromium-mac/fast/lists/dynamic-marker-crash-expected.checksum: Removed.
* platform/chromium-mac/fast/lists/dynamic-marker-crash-expected.png: Removed.
* platform/chromium-mac/fast/multicol/float-avoidance-expected.checksum: Removed.
* platform/chromium-mac/fast/multicol/float-avoidance-expected.png: Removed.
* platform/chromium-mac/fast/multicol/shadow-breaking-expected.checksum:
* platform/chromium-mac/fast/multicol/shadow-breaking-expected.png:
* platform/chromium-mac/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.checksum: Removed.
* platform/chromium-mac/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.png: Removed.
* platform/chromium-mac/fast/parser/document-write-option-expected.checksum: Removed.
* platform/chromium-mac/fast/parser/document-write-option-expected.png: Removed.
* platform/chromium-mac/fast/parser/entity-comment-in-textarea-expected.checksum: Removed.
* platform/chromium-mac/fast/parser/entity-comment-in-textarea-expected.png: Removed.
* platform/chromium-mac/fast/parser/open-comment-in-textarea-expected.checksum: Removed.
* platform/chromium-mac/fast/parser/open-comment-in-textarea-expected.png: Removed.
* platform/chromium-mac/fast/repaint/japanese-rl-selection-clear-expected.checksum:
* platform/chromium-mac/fast/repaint/japanese-rl-selection-clear-expected.png:
* platform/chromium-mac/fast/repaint/japanese-rl-selection-repaint-expected.checksum:
* platform/chromium-mac/fast/repaint/japanese-rl-selection-repaint-expected.png:
* 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/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/repaint/repaint-across-writing-mode-boundary-expected.checksum:
* platform/chromium-mac/fast/repaint/repaint-across-writing-mode-boundary-expected.png:
* platform/chromium-mac/fast/repaint/shadow-multiple-horizontal-expected.checksum: Added.
* platform/chromium-mac/fast/repaint/shadow-multiple-horizontal-expected.png: Added.
* platform/chromium-mac/fast/repaint/shadow-multiple-strict-horizontal-expected.checksum: Added.
* platform/chromium-mac/fast/repaint/shadow-multiple-strict-horizontal-expected.png: Added.
* platform/chromium-mac/fast/repaint/shadow-multiple-strict-vertical-expected.checksum: Added.
* platform/chromium-mac/fast/repaint/shadow-multiple-strict-vertical-expected.png: Added.
* platform/chromium-mac/fast/repaint/shadow-multiple-vertical-expected.checksum: Added.
* platform/chromium-mac/fast/repaint/shadow-multiple-vertical-expected.png: Added.
* platform/chromium-mac/fast/replaced/width100percent-button-expected.checksum: Removed.
* platform/chromium-mac/fast/replaced/width100percent-button-expected.png: Removed.
* platform/chromium-mac/fast/replaced/width100percent-searchfield-expected.checksum: Removed.
* platform/chromium-mac/fast/replaced/width100percent-searchfield-expected.png: Removed.
* platform/chromium-mac/fast/replaced/width100percent-textarea-expected.checksum:
* platform/chromium-mac/fast/replaced/width100percent-textarea-expected.png:
* platform/chromium-mac/fast/replaced/width100percent-textfield-expected.checksum: Removed.
* platform/chromium-mac/fast/replaced/width100percent-textfield-expected.png: Removed.
* platform/chromium-mac/fast/selectors/064-expected.checksum: Removed.
* platform/chromium-mac/fast/selectors/064-expected.png: Removed.
* platform/chromium-mac/fast/speech/input-appearance-speechbutton-expected.checksum:
* platform/chromium-mac/fast/speech/input-appearance-speechbutton-expected.png:
* platform/chromium-mac/fast/speech/input-appearance-speechbutton-expected.txt:
* platform/chromium-mac/fast/table/append-cells2-expected.checksum: Removed.
* platform/chromium-mac/fast/table/append-cells2-expected.png: Removed.
* platform/chromium-mac/fast/table/border-collapsing/004-vertical-expected.checksum: Removed.
* platform/chromium-mac/fast/table/border-collapsing/004-vertical-expected.png: Removed.
* platform/chromium-mac/fast/table/frame-and-rules-expected.checksum: Removed.
* platform/chromium-mac/fast/table/frame-and-rules-expected.png: Removed.
* platform/chromium-mac/fast/table/remove-td-display-none-expected.checksum: Removed.
* platform/chromium-mac/fast/table/remove-td-display-none-expected.png: Removed.
* platform/chromium-mac/fast/text/atsui-negative-spacing-features-expected.checksum: Removed.
* platform/chromium-mac/fast/text/atsui-negative-spacing-features-expected.png: Removed.
* platform/chromium-mac/fast/text/atsui-partial-selection-expected.checksum: Removed.
* platform/chromium-mac/fast/text/atsui-partial-selection-expected.png: Removed.
* platform/chromium-mac/fast/text/atsui-spacing-features-expected.checksum: Removed.
* platform/chromium-mac/fast/text/atsui-spacing-features-expected.png: Removed.
* platform/chromium-mac/fast/text/backslash-to-yen-sign-euc-expected.checksum: Removed.
* platform/chromium-mac/fast/text/backslash-to-yen-sign-euc-expected.png: Removed.
* platform/chromium-mac/fast/text/bidi-embedding-pop-and-push-same-expected.checksum: Removed.
* platform/chromium-mac/fast/text/bidi-embedding-pop-and-push-same-expected.png: Removed.
* platform/chromium-mac/fast/text/capitalize-boundaries-expected.checksum: Removed.
* platform/chromium-mac/fast/text/capitalize-boundaries-expected.png: Removed.
* platform/chromium-mac/fast/text/in-rendered-text-rtl-expected.checksum: Removed.
* platform/chromium-mac/fast/text/in-rendered-text-rtl-expected.png: Removed.
* platform/chromium-mac/fast/text/international/bidi-AN-after-L-expected.checksum: Removed.
* platform/chromium-mac/fast/text/international/bidi-AN-after-L-expected.png: Removed.
* platform/chromium-mac/fast/text/international/bidi-AN-after-L-expected.txt: Removed.
* platform/chromium-mac/fast/text/international/bidi-L2-run-reordering-expected.checksum: Removed.
* platform/chromium-mac/fast/text/international/bidi-L2-run-reordering-expected.png: Removed.
* platform/chromium-mac/fast/text/international/bidi-LDB-2-CSS-expected.checksum: Removed.
* platform/chromium-mac/fast/text/international/bidi-LDB-2-CSS-expected.png: Removed.
* platform/chromium-mac/fast/text/international/bidi-LDB-2-HTML-expected.checksum: Removed.
* platform/chromium-mac/fast/text/international/bidi-LDB-2-HTML-expected.png: Removed.
* platform/chromium-mac/fast/text/international/bidi-LDB-2-formatting-characters-expected.checksum: Removed.
* platform/chromium-mac/fast/text/international/bidi-LDB-2-formatting-characters-expected.png: Removed.
* platform/chromium-mac/fast/text/international/bidi-european-terminators-expected.checksum: Removed.
* platform/chromium-mac/fast/text/international/bidi-european-terminators-expected.png: Removed.
* platform/chromium-mac/fast/text/international/bidi-ignored-for-first-child-inline-expected.checksum: Removed.
* platform/chromium-mac/fast/text/international/bidi-ignored-for-first-child-inline-expected.png: Removed.
* platform/chromium-mac/fast/text/international/bidi-innertext-expected.checksum: Removed.
* platform/chromium-mac/fast/text/international/bidi-innertext-expected.png: Removed.
* platform/chromium-mac/fast/text/international/bidi-layout-across-linebreak-expected.checksum: Removed.
* platform/chromium-mac/fast/text/international/bidi-layout-across-linebreak-expected.png: Removed.
* platform/chromium-mac/fast/text/international/bidi-linebreak-001-expected.checksum: Removed.
* platform/chromium-mac/fast/text/international/bidi-linebreak-001-expected.png: Removed.
* platform/chromium-mac/fast/text/international/bidi-linebreak-002-expected.checksum: Removed.
* platform/chromium-mac/fast/text/international/bidi-linebreak-002-expected.png: Removed.
* platform/chromium-mac/fast/text/international/bidi-linebreak-003-expected.checksum: Removed.
* platform/chromium-mac/fast/text/international/bidi-linebreak-003-expected.png: Removed.
* platform/chromium-mac/fast/text/international/bidi-listbox-atsui-expected.checksum: Removed.
* platform/chromium-mac/fast/text/international/bidi-listbox-atsui-expected.png: Removed.
* platform/chromium-mac/fast/text/international/bidi-listbox-expected.checksum: Removed.
* platform/chromium-mac/fast/text/international/bidi-listbox-expected.png: Removed.
* platform/chromium-mac/fast/text/international/bidi-mirror-he-ar-expected.checksum: Removed.
* platform/chromium-mac/fast/text/international/bidi-mirror-he-ar-expected.png: Removed.
* platform/chromium-mac/fast/text/international/bidi-mirror-he-ar-expected.txt: Removed.
* platform/chromium-mac/fast/text/international/bidi-neutral-run-expected.checksum: Removed.
* platform/chromium-mac/fast/text/international/bidi-neutral-run-expected.png: Removed.
* platform/chromium-mac/fast/text/international/bidi-neutral-run-expected.txt: Removed.
* platform/chromium-mac/fast/text/international/bidi-override-expected.checksum: Removed.
* platform/chromium-mac/fast/text/international/bidi-override-expected.png: Removed.
* platform/chromium-mac/fast/text/international/hebrew-vowels-expected.checksum: Removed.
* platform/chromium-mac/fast/text/international/hebrew-vowels-expected.png: Removed.
* platform/chromium-mac/fast/text/international/hindi-spacing-expected.checksum: Removed.
* platform/chromium-mac/fast/text/international/hindi-spacing-expected.png: Removed.
* platform/chromium-mac/fast/text/international/pop-up-button-text-alignment-and-direction-expected.checksum:
* platform/chromium-mac/fast/text/international/pop-up-button-text-alignment-and-direction-expected.png:
* platform/chromium-mac/fast/text/international/pop-up-button-text-alignment-and-direction-expected.txt: Added.
* platform/chromium-mac/fast/text/international/rtl-caret-expected.checksum: Removed.
* platform/chromium-mac/fast/text/international/rtl-caret-expected.png: Removed.
* platform/chromium-mac/fast/text/international/rtl-white-space-pre-wrap-expected.checksum: Removed.
* platform/chromium-mac/fast/text/international/rtl-white-space-pre-wrap-expected.png: Removed.
* platform/chromium-mac/fast/text/international/text-combine-image-test-expected.checksum: Removed.
* platform/chromium-mac/fast/text/international/text-combine-image-test-expected.png: Removed.
* platform/chromium-mac/fast/text/international/text-combine-image-test-expected.txt: Removed.
* platform/chromium-mac/fast/text/justified-selection-at-edge-expected.checksum: Removed.
* platform/chromium-mac/fast/text/justified-selection-at-edge-expected.png: Removed.
* 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:
* platform/chromium-mac/fast/text/justify-nbsp-expected.checksum: Removed.
* platform/chromium-mac/fast/text/justify-nbsp-expected.png: Removed.
* platform/chromium-mac/fast/text/line-breaks-expected.checksum: Removed.
* platform/chromium-mac/fast/text/line-breaks-expected.png: Removed.
* platform/chromium-mac/fast/text/trailing-white-space-2-expected.checksum: Added.
* platform/chromium-mac/fast/text/trailing-white-space-expected.checksum: Added.
* platform/chromium-mac/fast/text/word-break-run-rounding-expected.checksum: Removed.
* platform/chromium-mac/fast/text/word-break-run-rounding-expected.png: Removed.
* platform/chromium-mac/fonts/sans-serif-expected.checksum: Removed.
* platform/chromium-mac/fonts/sans-serif-expected.png: Removed.
* platform/chromium-mac/svg/custom/animate-path-discrete-expected.checksum: Removed.
* platform/chromium-mac/svg/custom/animate-path-discrete-expected.png: Removed.
* platform/chromium-mac/svg/custom/inline-svg-in-xhtml-expected.checksum:
* platform/chromium-mac/svg/custom/inline-svg-in-xhtml-expected.png:
* platform/chromium-mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.checksum:
* platform/chromium-mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-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/custom/text-dom-01-f-expected.checksum: Removed.
* platform/chromium-mac/svg/custom/text-dom-01-f-expected.png: Removed.
* platform/chromium-mac/svg/hixie/mixed/003-expected.checksum:
* platform/chromium-mac/svg/hixie/mixed/003-expected.png:
* platform/chromium-mac/svg/zoom/page/zoom-hixie-mixed-008-expected.checksum: Removed.
* platform/chromium-mac/tables/mozilla/bugs/bug113424-expected.checksum: Removed.
* platform/chromium-mac/tables/mozilla/bugs/bug113424-expected.png: Removed.
* platform/chromium-mac/tables/mozilla/bugs/bug1188-expected.checksum:
* platform/chromium-mac/tables/mozilla/bugs/bug1188-expected.png: Removed.
* platform/chromium-mac/tables/mozilla/bugs/bug1318-expected.checksum:
* platform/chromium-mac/tables/mozilla/bugs/bug1318-expected.png: Removed.
* platform/chromium-mac/tables/mozilla/bugs/bug138725-expected.checksum: Removed.
* platform/chromium-mac/tables/mozilla/bugs/bug138725-expected.png: Removed.
* platform/chromium-mac/tables/mozilla/bugs/bug14323-expected.checksum: Removed.
* platform/chromium-mac/tables/mozilla/bugs/bug14323-expected.png: Removed.
* platform/chromium-mac/tables/mozilla/bugs/bug18359-expected.checksum: Removed.
* platform/chromium-mac/tables/mozilla/bugs/bug18359-expected.png: Removed.
* platform/chromium-mac/tables/mozilla/bugs/bug2479-2-expected.checksum: Removed.
* platform/chromium-mac/tables/mozilla/bugs/bug2479-2-expected.png: Removed.
* platform/chromium-mac/tables/mozilla/bugs/bug2479-3-expected.checksum: Removed.
* platform/chromium-mac/tables/mozilla/bugs/bug2479-3-expected.png: Removed.
* platform/chromium-mac/tables/mozilla/bugs/bug26178-expected.checksum: Removed.
* platform/chromium-mac/tables/mozilla/bugs/bug26178-expected.png: Removed.
* platform/chromium-mac/tables/mozilla/bugs/bug28928-expected.checksum: Removed.
* platform/chromium-mac/tables/mozilla/bugs/bug28928-expected.png: Removed.
* platform/chromium-mac/tables/mozilla/bugs/bug2962-expected.checksum: Removed.
* platform/chromium-mac/tables/mozilla/bugs/bug2962-expected.png: Removed.
* platform/chromium-mac/tables/mozilla/bugs/bug30692-expected.checksum: Removed.
* platform/chromium-mac/tables/mozilla/bugs/bug30692-expected.png: Removed.
* platform/chromium-mac/tables/mozilla/bugs/bug33855-expected.checksum: Removed.
* platform/chromium-mac/tables/mozilla/bugs/bug33855-expected.png: Removed.
* platform/chromium-mac/tables/mozilla/bugs/bug39209-expected.checksum: Removed.
* platform/chromium-mac/tables/mozilla/bugs/bug39209-expected.png: Removed.
* platform/chromium-mac/tables/mozilla/bugs/bug4429-expected.checksum: Removed.
* platform/chromium-mac/tables/mozilla/bugs/bug4429-expected.png: Removed.
* platform/chromium-mac/tables/mozilla/bugs/bug44505-expected.checksum: Removed.
* platform/chromium-mac/tables/mozilla/bugs/bug44505-expected.png: Removed.
* platform/chromium-mac/tables/mozilla/bugs/bug4527-expected.checksum:
* platform/chromium-mac/tables/mozilla/bugs/bug4527-expected.png: Removed.
* platform/chromium-mac/tables/mozilla/bugs/bug46368-1-expected.checksum: Removed.
* platform/chromium-mac/tables/mozilla/bugs/bug46368-1-expected.png: Removed.
* platform/chromium-mac/tables/mozilla/bugs/bug46368-2-expected.checksum: Removed.
* platform/chromium-mac/tables/mozilla/bugs/bug46368-2-expected.png: Removed.
* platform/chromium-mac/tables/mozilla/bugs/bug51037-expected.checksum: Removed.
* platform/chromium-mac/tables/mozilla/bugs/bug51037-expected.png: Removed.
* platform/chromium-mac/tables/mozilla/bugs/bug51727-expected.checksum: Removed.
* platform/chromium-mac/tables/mozilla/bugs/bug51727-expected.png: Removed.
* platform/chromium-mac/tables/mozilla/bugs/bug52505-expected.checksum: Removed.
* platform/chromium-mac/tables/mozilla/bugs/bug52505-expected.png: Removed.
* platform/chromium-mac/tables/mozilla/bugs/bug52506-expected.checksum: Removed.
* platform/chromium-mac/tables/mozilla/bugs/bug52506-expected.png: Removed.
* platform/chromium-mac/tables/mozilla/bugs/bug60749-expected.checksum: Removed.
* platform/chromium-mac/tables/mozilla/bugs/bug60749-expected.png: Removed.
* platform/chromium-mac/tables/mozilla/bugs/bug67915-1-expected.checksum: Removed.
* platform/chromium-mac/tables/mozilla/bugs/bug67915-1-expected.png: Removed.
* platform/chromium-mac/tables/mozilla/bugs/bug68912-expected.checksum: Removed.
* platform/chromium-mac/tables/mozilla/bugs/bug68912-expected.png: Removed.
* platform/chromium-mac/tables/mozilla/bugs/bug7342-expected.checksum: Removed.
* platform/chromium-mac/tables/mozilla/bugs/bug7342-expected.png: Removed.
* platform/chromium-mac/tables/mozilla/bugs/bug88035-1-expected.checksum: Removed.
* platform/chromium-mac/tables/mozilla/bugs/bug88035-1-expected.png: Removed.
* platform/chromium-mac/tables/mozilla/bugs/bug88035-2-expected.checksum: Removed.
* platform/chromium-mac/tables/mozilla/bugs/bug88035-2-expected.png: Removed.
* platform/chromium-mac/tables/mozilla/bugs/bug96334-expected.checksum: Removed.
* platform/chromium-mac/tables/mozilla/bugs/bug96334-expected.png: Removed.
* platform/chromium-mac/tables/mozilla/collapsing_borders/bug41262-4-expected.checksum: Removed.
* platform/chromium-mac/tables/mozilla/collapsing_borders/bug41262-4-expected.png: Removed.
* platform/chromium-mac/tables/mozilla/core/bloomberg-expected.checksum:
* platform/chromium-mac/tables/mozilla/core/bloomberg-expected.png:
* platform/chromium-mac/tables/mozilla/core/misc-expected.checksum:
* platform/chromium-mac/tables/mozilla/core/misc-expected.png: Removed.
* platform/chromium-mac/tables/mozilla/dom/tableDom-expected.checksum: Removed.
* platform/chromium-mac/tables/mozilla/dom/tableDom-expected.png: Removed.
* platform/chromium-mac/tables/mozilla/marvin/x_tbody_align_justify-expected.checksum: Removed.
* platform/chromium-mac/tables/mozilla/marvin/x_tbody_align_justify-expected.png: Removed.
* platform/chromium-mac/tables/mozilla/marvin/x_td_align_justify-expected.checksum: Removed.
* platform/chromium-mac/tables/mozilla/marvin/x_td_align_justify-expected.png: Removed.
* platform/chromium-mac/tables/mozilla/marvin/x_tfoot_align_justify-expected.checksum: Removed.
* platform/chromium-mac/tables/mozilla/marvin/x_tfoot_align_justify-expected.png: Removed.
* platform/chromium-mac/tables/mozilla/marvin/x_th_align_justify-expected.checksum: Removed.
* platform/chromium-mac/tables/mozilla/marvin/x_th_align_justify-expected.png: Removed.
* platform/chromium-mac/tables/mozilla/marvin/x_thead_align_justify-expected.checksum:
* platform/chromium-mac/tables/mozilla/marvin/x_thead_align_justify-expected.png:
* platform/chromium-mac/tables/mozilla/marvin/x_tr_align_justify-expected.checksum: Removed.
* platform/chromium-mac/tables/mozilla/marvin/x_tr_align_justify-expected.png: Removed.
* platform/chromium-mac/tables/mozilla/other/move_row-expected.checksum: Removed.
* platform/chromium-mac/tables/mozilla/other/move_row-expected.png: Removed.
* platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug1725-expected.checksum: Removed.
* platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug1725-expected.png: Removed.
* platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.checksum: Removed.
* platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.png: Removed.
* platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug58402-2-expected.checksum: Removed.
* platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png: Removed.
* platform/chromium-mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.checksum: Removed.
* platform/chromium-mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.png: Removed.
* platform/chromium-mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.checksum: Removed.
* platform/chromium-mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.png: Removed.
2011-02-22 Jer Noble <jer.noble@apple.com>
Unreviewed; neglected to update an expected result after changing some
boilerplate text at the top of the test.
* media/audio-repaint-expected.txt:
2011-02-22 Ami Fischman <fischman@chromium.org>
Reviewed by Eric Carlson.
Second attempt at removing flakiness from media/video-poster.html (in
service of http://crbug.com/60845). First attempt (r79161)
relied on load & error events firing on the video element for
poster-related events, which the standard does not specify (and
are thus a bug). This change instead relies on a 20ms sleep loop to
observe the new expected dimensions (and relies on the test
runner to time out if the expectations fail to be met).
https://bugs.webkit.org/show_bug.cgi?id=54685
* media/video-poster.html:
2011-02-22 Andrew Wilson <atwilson@chromium.org>
Unreviewed, rolling out r79339.
http://trac.webkit.org/changeset/79339
https://bugs.webkit.org/show_bug.cgi?id=54974
Baselines were put in the wrong directory, so we need to
continue to ignore failures
* platform/chromium/test_expectations.txt:
2011-02-22 Jer Noble <jer.noble@apple.com>
Reviewed by Eric Carlson.
media/audio-repaint.html flakey.
https://bugs.webkit.org/show_bug.cgi?id=54970
Audio repaint tests flakey, as they took a snapshot 1.5s into a 7s file. Tests
modified to test against a 1s file, and will trigger a snapshot when the audio
finishes seeking to the 1/2way point.
* media/audio-repaint-expected.txt:
* media/audio-repaint.html:
* media/content/silence.wav: Added.
* media/media-document-audio-repaint-expected.txt:
* media/media-document-audio-repaint.html:
* platform/mac/media/audio-repaint-expected.checksum:
* platform/mac/media/audio-repaint-expected.png:
* platform/mac/media/media-document-audio-repaint-expected.checksum:
* platform/mac/media/media-document-audio-repaint-expected.png:
2011-02-22 Csaba Osztrogonác <ossy@webkit.org>
Unreviewed.
[Qt] New fails caused by change(s) between r79317-r79320.
* platform/qt/Skipped: Skip tests until fix.
2011-02-22 Andrew Wilson <atwilson@chromium.org>
Unreviewed expectations change.
[Chromium] Generate results for media/audio-repaint.html and media/media-document-audio-repaint.html
https://bugs.webkit.org/show_bug.cgi?id=54983
* platform/chromium-linux/media/audio-repaint-expected.checksum: Added.
* platform/chromium-linux/media/audio-repaint-expected.png: Added.
* platform/chromium-linux/media/audio-repaint-expected.txt: Added.
* platform/chromium-linux/media/media-document-audio-repaint-expected.checksum: Added.
* platform/chromium-linux/media/media-document-audio-repaint-expected.png: Added.
* platform/chromium-linux/media/media-document-audio-repaint-expected.txt: Added.
* platform/chromium-mac/media/audio-repaint-expected.checksum: Added.
* platform/chromium-mac/media/audio-repaint-expected.png: Added.
* platform/chromium-mac/media/audio-repaint-expected.txt: Added.
* platform/chromium-mac/media/media-document-audio-repaint-expected.checksum: Added.
* platform/chromium-mac/media/media-document-audio-repaint-expected.png: Added.
* platform/chromium-mac/media/media-document-audio-repaint-expected.txt: Added.
* platform/chromium-win/media/audio-repaint-expected.checksum: Added.
* platform/chromium-win/media/audio-repaint-expected.png: Added.
* platform/chromium-win/media/audio-repaint-expected.txt: Added.
* platform/chromium-win/media/media-document-audio-repaint-expected.checksum: Added.
* platform/chromium-win/media/media-document-audio-repaint-expected.png: Added.
* platform/chromium-win/media/media-document-audio-repaint-expected.txt: Added.
* platform/chromium/test_expectations.txt:
2011-02-22 Martin Robinson <mrobinson@igalia.com>
Add some GTK+-specific expectations for new media tests.
* platform/gtk/Skipped: Unskip tests which now have results.
2011-01-17 Martin Robinson <mrobinson@igalia.com>
Reviewed by Xan Lopez.
[GTK] fast/events/scroll-after-click-on-tab-index has been failing on the bots
https://bugs.webkit.org/show_bug.cgi?id=49177
* platform/gtk/Skipped: Unskip passing test.
2011-02-22 Jer Noble <jer.noble@apple.com>
Unreviewed, adding new pixel tests to the skipped list of various platforms.
media/audio-repaint.html flakey.
https://bugs.webkit.org/show_bug.cgi?id=54970
* platform/chromium/test_expectations.txt:
* platform/gtk/Skipped:
* platform/qt/Skipped:
2011-02-22 Andrew Wilson <atwilson@chromium.org>
Unreviewed, rolling out r79337.
http://trac.webkit.org/changeset/79337
GPU-only test should have GPU baselines
* platform/chromium-linux/compositing/reflections/deeply-nested-reflections-expected.checksum: Removed.
* platform/chromium-linux/compositing/reflections/deeply-nested-reflections-expected.png: Removed.
* platform/chromium-win/compositing/reflections/deeply-nested-reflections-expected.checksum: Removed.
* platform/chromium-win/compositing/reflections/deeply-nested-reflections-expected.png: Removed.
* platform/chromium-win/compositing/reflections/deeply-nested-reflections-expected.txt: Removed.
* platform/chromium/test_expectations.txt:
2011-02-22 Adrienne Walker <enne@google.com>
Unreviewed rebaseline of some GPU tests.
This cleans up the rest of the BUGWK54409 expectations after r79084.
* platform/chromium-gpu-linux/compositing/direct-image-compositing-expected.checksum:
* platform/chromium-gpu-linux/compositing/direct-image-compositing-expected.png:
* platform/chromium-gpu-linux/compositing/geometry/fixed-position-expected.checksum:
* platform/chromium-gpu-linux/compositing/geometry/fixed-position-expected.png:
* platform/chromium-gpu-linux/compositing/geometry/horizontal-scroll-composited-expected.checksum:
* platform/chromium-gpu-linux/compositing/geometry/horizontal-scroll-composited-expected.png:
* platform/chromium-gpu-linux/compositing/geometry/vertical-scroll-composited-expected.checksum:
* platform/chromium-gpu-linux/compositing/geometry/vertical-scroll-composited-expected.png:
* platform/chromium-gpu-win/compositing/geometry/fixed-position-expected.checksum:
* platform/chromium-gpu-win/compositing/geometry/fixed-position-expected.png:
* platform/chromium-gpu-win/compositing/geometry/horizontal-scroll-composited-expected.checksum:
* platform/chromium-gpu-win/compositing/geometry/horizontal-scroll-composited-expected.png:
* platform/chromium-gpu-win/compositing/geometry/vertical-scroll-composited-expected.checksum:
* platform/chromium-gpu-win/compositing/geometry/vertical-scroll-composited-expected.png:
* platform/chromium/test_expectations.txt:
2011-02-22 Adam Roben <aroben@apple.com>
Skip a flaky Inspector test on Windows
<http://webkit.org/b/54974> tracks the failure.
* platform/win/Skipped: Added inspector/extensions/extensions-events.html.
2011-02-22 Andrew Wilson <atwilson@chromium.org>
Unreviewed. Prospectively removing test_expectations entries for some tests that seem to be passing now on the canaries.
* platform/chromium/test_expectations.txt:
2011-02-22 Andrew Wilson <atwilson@chromium.org>
Unreviewed expectations update for deeply-nested-reflections.html
* platform/chromium-linux/compositing/reflections/deeply-nested-reflections-expected.checksum: Added.
* platform/chromium-linux/compositing/reflections/deeply-nested-reflections-expected.png: Added.
* platform/chromium-win/compositing/reflections/deeply-nested-reflections-expected.checksum: Added.
* platform/chromium-win/compositing/reflections/deeply-nested-reflections-expected.png: Added.
* platform/chromium-win/compositing/reflections/deeply-nested-reflections-expected.txt: Added.
* platform/chromium/test_expectations.txt:
2011-02-22 Philippe Normand <pnormand@igalia.com>
Unreviewed, rolling out r79321.
http://trac.webkit.org/changeset/79321
https://bugs.webkit.org/show_bug.cgi?id=53146
Regresses fast/forms/listbox-typeahead-cyrillic.html and fast
/spatial-navigation/snav-single-select.html on GTK
* platform/gtk/accessibility/combo-box-collapsed-selection-changed-expected.txt: Removed.
* platform/gtk/accessibility/combo-box-collapsed-selection-changed.html: Removed.
2011-02-02 Martin Robinson <mrobinson@igalia.com>
Reviewed by Xan Lopez.
[GTK] DRT needs an implementation of LayoutTestController.setSelectTrailingWhitespace
https://bugs.webkit.org/show_bug.cgi?id=53603
* platform/gtk/Skipped: Unskip passing tests.
2011-02-22 Adam Roben <aroben@apple.com>
Add Windows expected failure results for new tests from r79318
<http://webkit.org/b/54966> tracks the failure.
* platform/win/media/audio-repaint-expected.txt: Added.
* platform/win/media/media-document-audio-repaint-expected.txt: Added.
2011-02-22 Yury Semikhatsky <yurys@chromium.org>
Reviewed by Pavel Feldman.
Web Inspector: Timeline agent should have same lifetime as InspectorAgent
https://bugs.webkit.org/show_bug.cgi?id=54951
* inspector/timeline/timeline-network-resource.html:
* inspector/timeline/timeline-script-tag-1.html:
* inspector/timeline/timeline-script-tag-2.html:
* inspector/timeline/timeline-test.js:
(initialize_Timeline.InspectorTest.performActionsAndPrint.step2):
* inspector/timeline/timeline-trivial.html:
2011-02-22 Ilya Tikhonovsky <loislo@chromium.org>
Reviewed by Pavel Feldman.
Web Inspector: flakyness of inspector tests.
https://bugs.webkit.org/show_bug.cgi?id=54729
As far as we have the protocol with sequence numbers we can simplify test harness support
and drop out chomium specific methods.
* http/tests/inspector/inspector-test.js:
(initialize_InspectorTest.InspectorTest.runAfterPendingDispatches):
2011-02-22 Mario Sanchez Prada <msanchez@igalia.com>
Reviewed by Martin Robinson.
[GTK] Combo boxes should emit object:selection-changed even when collapsed
https://bugs.webkit.org/show_bug.cgi?id=53146
New GTK-specific layout test to check the right signals are emitted.
* platform/gtk/accessibility/combo-box-collapsed-selection-changed-expected.txt: Added.
* platform/gtk/accessibility/combo-box-collapsed-selection-changed.html: Added.
2011-02-15 Jer Noble <jer.noble@apple.com>
Reviewed by Darin Adler.
Built-in HTML5 <audio> (and sometimes <video>) UI doesn't update playhead location or time displays
https://bugs.webkit.org/show_bug.cgi?id=46142
Added a repaint test which ensures the timeline controls repaint in an audio-only MediaDocument. Since
the change also affects in-page audio, also added a repaint test for those cases as well.
Other platforms will need to have results generated.
* media/audio-repaint.html: Added.
* media/media-document-audio-repaint-expected.txt: Added.
* media/media-document-audio-repaint.html: Added.
* platform/mac/media/audio-repaint-expected.checksum: Added.
* platform/mac/media/audio-repaint-expected.png: Added.
* platform/mac/media/audio-repaint-expected.txt: Added.
* platform/mac/media/media-document-audio-repaint-expected.checksum: Added.
* platform/mac/media/media-document-audio-repaint-expected.png: Added.
2011-02-21 Pavel Podivilov <podivilov@chromium.org>
Reviewed by Pavel Feldman.
Web Inspector: move source mapping from SourceFrame to ScriptsPanel.
https://bugs.webkit.org/show_bug.cgi?id=54645
* http/tests/inspector/debugger-test.js:
(initialize_DebuggerTest.InspectorTest.runDebuggerTestSuite.createWrapper.return.try):
(initialize_DebuggerTest.InspectorTest.runDebuggerTestSuite):
(initialize_DebuggerTest.InspectorTest.showScriptSource):
* inspector/debugger/source-frame-expected.txt: Added.
* inspector/debugger/source-frame.html: Added.
2011-02-22 Philippe Normand <pnormand@igalia.com>
Unreviewed, GTK rebaseline of fast/forms/placeholder-position.html
* platform/gtk/fast/forms/placeholder-position-expected.txt:
2011-02-22 Philippe Normand <pnormand@igalia.com>
Unreviewed, GTK rebaseline of media/video-aspect-ratio.html
* platform/gtk/media/video-aspect-ratio-expected.txt:
2011-02-22 Philippe Normand <pnormand@igalia.com>
Unreviewed, skip crashing inspector test on GTK
* platform/gtk/Skipped: Skip http/tests/inspector-enabled/open-close-open.html
2011-02-22 Csaba Osztrogonác <ossy@webkit.org>
Unreviewed.
[Qt] Add Qt specific expected results for passing tables/mozilla tests.
* platform/qt/Skipped: Unskip passing tests.
* platform/qt/tables/mozilla [...] : Added.
2011-02-22 MORITA Hajime <morrita@google.com>
Unreviewed test_expectation.txt update.
Removed more BUGWK54736 lines which are no longer failed.
* platform/chromium/test_expectations.txt:
2011-02-22 MORITA Hajime <morrita@google.com>
Unreviewed test_expectation.txt update.
Mark styles-update-from-js.html as flaky.
* platform/chromium/test_expectations.txt:
2011-02-21 MORITA Hajime <morrita@google.com>
Unreviewed test_expectation.txt update.
r79285 removes too much lines. recover failed one.
* platform/chromium/test_expectations.txt:
2011-02-21 Benjamin Kalman <kalman@chromium.org>
Reviewed by Ryosuke Niwa.
Extending selection by a boundary granularity (LineBoundary/ParagraphBoundary/DocumentBoundary) sets incorrect
start/end of selection for RTL
https://bugs.webkit.org/show_bug.cgi?id=54724
Augment extend-left-by-lineboundary test to extend the selection twice, which triggered the bug.
* editing/selection/extend-left-right-by-lineboundary-expected.txt:
* editing/selection/extend-left-right-by-lineboundary.html:
2011-02-21 MORITA Hajime <morrita@google.com>
Unreviewed expectation rebaseline for r79284.
* platform/chromium-linux/fast/forms/placeholder-position-expected.checksum:
* platform/chromium-linux/fast/forms/placeholder-position-expected.png:
* platform/chromium-linux/fast/forms/search-styled-expected.checksum:
* platform/chromium-linux/fast/forms/search-styled-expected.png:
* platform/chromium-win/fast/forms/placeholder-position-expected.checksum:
* platform/chromium-win/fast/forms/placeholder-position-expected.png:
* platform/chromium-win/fast/forms/placeholder-position-expected.txt:
* platform/chromium-win/fast/forms/search-styled-expected.checksum:
* platform/chromium-win/fast/forms/search-styled-expected.png:
2011-02-21 MORITA Hajime <morrita@google.com>
Unreviewed test_expectation.txt update.
Removed BUGWK54736 lines which are no longer failed.
* platform/chromium/test_expectations.txt:
2011-02-21 Adele Peterson <adele@apple.com>
Reviewed by Dan Bernstein.
Test for https://bugs.webkit.org/show_bug.cgi?id=54402
REGRESSION (r72052): Placeholder text doesn't have the right padding for search fields on Windows
Unfortunately, this doesn't test the Windows theme, since DRT uses the Safari theme, but I also tested this change manually on Windows and Mac.
* fast/forms/placeholder-position.html: Added a case for a search field with the results button.
* platform/mac/fast/forms/placeholder-position-expected.checksum:
* platform/mac/fast/forms/placeholder-position-expected.png:
* platform/mac/fast/forms/placeholder-position-expected.txt:
2011-02-21 Dirk Pranke <dpranke@chromium.org>
Reviewed by Ojan Vafai.
This patch changes a test to work around a bug in PrettyPatch where
it will crash if lines starting with "--" are missing from the actual
output. The actual fix needed to PrettyPatch is described in the
bug.
https://bugs.webkit.org/show_bug.cgi?id=54918
* platform/mac/fast/objc/dom-html-select-activate-expected.txt:
* platform/mac/fast/objc/dom-html-select-activate.html:
2011-02-21 MORITA Hajime <morrita@google.com>
Unreviewed test_expectation.txt update.
Disabled "BUGWK54322 MAC SNOWLEOPARD" lines, which sesms no longer needed.
* platform/chromium/test_expectations.txt:
2011-02-21 MORITA Hajime <morrita@google.com>
Unreviewed test_expectation.txt clenaup.
Removed disabled lines which I commented out.
* platform/chromium/test_expectations.txt:
2011-02-21 James Kozianski <koz@chromium.org>
Reviewed by Kent Tamura.
Causes elements to be unfocusable after tabindex property is removed.
https://bugs.webkit.org/show_bug.cgi?id=54727
* fast/html/tabindex-removal-expected.txt: Added.
* fast/html/tabindex-removal.html: Added.
2011-02-21 Ryosuke Niwa <rniwa@webkit.org>
Unreviewed Chromium test expectations update.
Removed fast/js/kde/math.html because it has been passing since r79246.
Removed fast/text/capitalize-boundaries.html on Mac and Windows because it has been steadily passing.
* platform/chromium/test_expectations.txt:
2011-02-21 Ami Fischman <fischman@chromium.org>
Reviewed by Eric Carlson.
Add regression test for clean shutdown during video playback.
DumpRenderTree used to crash if the test was ended while a video
was still playing. (http://crbug.com/72730).
https://bugs.webkit.org/show_bug.cgi?id=54888
* media/video-plays-past-end-of-test-expected.txt: Added.
* media/video-plays-past-end-of-test.html: Added.
2011-02-21 Martin Robinson <mrobinson@igalia.com>
Reviewed by Xan Lopez.
[GTK] editing/pasteboard/dataTransfer-setData-getData.html fails
https://bugs.webkit.org/show_bug.cgi?id=54895
Update the results for this test which now includes a few more passing
lines. We maintain separate results, because we seem to pass more tests
than other platforms.
* platform/gtk/Skipped: Unskip a test which is now passing.
* platform/gtk/editing/pasteboard/dataTransfer-setData-getData-expected.txt:
2011-02-21 Gavin Barraclough <barraclough@apple.com>
Ruber stamped by Sam Weinig
Bug 54899 - Math.LOG10E should be 0.4342944819032518
This value is quoted in section 15.8.1.5 of the spec.
* fast/js/kde/math-expected.txt:
* fast/js/kde/script-tests/math.js:
2011-02-21 Anna Cavender <annacc@timberline.sea.corp.google.com>
Reviewed by Eric Carlson.
new baselines for video-transformed.html on mac
https://bugs.webkit.org/show_bug.cgi?id=54765
* platform/chromium-mac-leopard/media/video-transformed-expected.checksum: Added.
* platform/chromium-mac-leopard/media/video-transformed-expected.png: Renamed from LayoutTests/platform/chromium-mac/media/video-transformed-expected.png.
* platform/chromium-mac-snowleopard/media/video-transformed-expected.checksum: Added.
* platform/chromium-mac-snowleopard/media/video-transformed-expected.png: Added.
* platform/chromium-mac/media/video-transformed-expected.checksum: Removed.
* platform/chromium/test_expectations.txt:
2011-02-21 Alejandro G. Castro <alex@igalia.com>
Unreviewed, skip
editing/pasteboard/dataTransfer-setData-getData.html. Added bug:
https://bugs.webkit.org/show_bug.cgi?id=54895
* platform/gtk/Skipped:
2011-02-21 Csaba Osztrogonác <ossy@webkit.org>
Unreviewed.
[Qt] Add Qt specific expected results for passing tables/mozilla tests.
* platform/qt/Skipped: Unskip passing tests.
* platform/qt/tables/mozilla [...] : Added.
2011-02-21 Pavel Feldman <pfeldman@chromium.org>
Not reviewed: skip new inspector test on wk2.
* platform/mac-wk2/Skipped:
2011-02-21 Adam Barth <abarth@webkit.org>
Reviewed by Maciej Stachowiak.
Skip WebKit2 tests that need EventSender
https://bugs.webkit.org/show_bug.cgi?id=54890
These tests fail because EventSender is missing.
* platform/mac-wk2/Skipped:
2011-02-21 Csaba Osztrogonác <ossy@webkit.org>
Unreviewed.
REGRESSION(r79157): plugins/get-url-with-javascript-destroying-plugin.html make the next test crash
https://bugs.webkit.org/show_bug.cgi?id=54863
Bug was fixed by http://trac.webkit.org/changeset/79231.
* platform/qt/Skipped: Unskip plugins/get-url-with-javascript-destroying-plugin.html.
2011-02-21 Pavel Feldman <pfeldman@chromium.org>
Reviewed by Yury Semikhatsky.
Web Inspector: navigation does not work after reopening frontend.
https://bugs.webkit.org/show_bug.cgi?id=54879
* http/tests/inspector-enabled/open-close-open-expected.txt: Added.
* http/tests/inspector-enabled/open-close-open.html: Added.
2011-02-21 Martin Robinson <mrobinson@igalia.com>
Add results for tests missing results and unskip a test that
is passing locally and when run manually on the bots.
* platform/gtk/Skipped: Unskip tests that are now passing.
* platform/gtk/editing/deleting/non-smart-delete-expected.checksum: Added.
* platform/gtk/editing/deleting/non-smart-delete-expected.png: Added.
* platform/gtk/editing/deleting/non-smart-delete-expected.txt: Added.
* platform/gtk/fast/repaint/no-caret-repaint-in-non-content-editable-element-expected.checksum: Added.
* platform/gtk/fast/repaint/no-caret-repaint-in-non-content-editable-element-expected.png: Added.
* platform/gtk/fast/repaint/no-caret-repaint-in-non-content-editable-element-expected.txt: Added.
* platform/gtk/fast/runin/generated2-expected.checksum: Added.
* platform/gtk/fast/runin/generated2-expected.png: Added.
* platform/gtk/fast/runin/generated2-expected.txt: Added.
* platform/gtk/fast/runin/generated3-expected.checksum: Added.
* platform/gtk/fast/runin/generated3-expected.png: Added.
* platform/gtk/fast/runin/generated3-expected.txt: Added.
* platform/gtk/fast/runin/generated4-expected.checksum: Added.
* platform/gtk/fast/runin/generated4-expected.png: Added.
* platform/gtk/fast/runin/generated4-expected.txt: Added.
* platform/gtk/media/video-aspect-ratio-expected.checksum: Added.
* platform/gtk/media/video-aspect-ratio-expected.png: Added.
* platform/gtk/media/video-aspect-ratio-expected.txt: Added.
2011-02-21 Alejandro G. Castro <alex@igalia.com>
Unreviewed added more tests with pixel differences between bots.
* platform/gtk/Skipped:
2011-02-21 Andrew Wilson <atwilson@chromium.org>
Unreviewed expectations change to mark tests as timing out.
Many tests started timing out on the chrome mac canaries around r79035
https://bugs.webkit.org/show_bug.cgi?id=54885
* platform/chromium/test_expectations.txt:
2011-02-21 Andrew Wilson <atwilson@chromium.org>
Unreviewed expectations change - ignore styles-update-from-js.html failures on chromium-win.
Web Inspector: inspector/styles/styles-update-from-js.html is sporadically failing on chromium win bots
https://bugs.webkit.org/show_bug.cgi?id=54882
* platform/chromium/test_expectations.txt:
2011-02-21 Anton Muhin <antonm@chromium.org>
Reviewed by Adam Barth and Alexey Proskuryakov.
Propagate security origin of parent document into HTML documents created with DOMImplementation
https://bugs.webkit.org/show_bug.cgi?id=53611
Additional test which checks case when parent document can be collected while
its implementation is alive.
* fast/dom/gc-9.html:
2011-02-21 Ryosuke Niwa <rniwa@webkit.org>
Unreviewed Chromium test expectation update.
* platform/chromium/test_expectations.txt:
2011-02-21 Alexander Pavlov <apavlov@chromium.org>
Reviewed by Yury Semikhatsky.
Web Inspector: [Audits] Image dimensions in inline style not checked
https://bugs.webkit.org/show_bug.cgi?id=54738
* inspector/audits/audits-panel-functional-expected.txt:
* inspector/audits/audits-panel-functional.html:
2011-02-21 Sheriff Bot <webkit.review.bot@gmail.com>
Unreviewed, rolling out r79029.
http://trac.webkit.org/changeset/79029
https://bugs.webkit.org/show_bug.cgi?id=54869
Revert unnecessary Chromium rebaseline (Requested by apavlov
on #webkit).
* platform/chromium-win/inspector/styles-update-from-js-expected.txt: Removed.
2011-02-21 Ryosuke Niwa <rniwa@webkit.org>
Unreviewed; Skip fast/events/menu-keydown-on-hidden-element.html on Mac WebKit 2 since it requires EventSender.
* platform/mac-wk2/Skipped:
2011-02-21 Ryosuke Niwa <rniwa@webkit.org>
Unreviewed; Remove incorrect Chromium test expectations.
* platform/chromium/test_expectations.txt:
2011-02-21 Ryosuke Niwa <rniwa@webkit.org>
Unreviewed; Skip fast/events/selectionchange-user-initiated.html added by r79208 on Mac WebKit 2.
* platform/mac-wk2/Skipped:
2011-02-16 Vitaly Repeshko <vitalyr@chromium.org>
Reviewed by Mihai Parparita.
[V8] SerializedScriptValue: fix JS exception handling.
https://bugs.webkit.org/show_bug.cgi?id=54555
Added an exception throwing test case:
* fast/dom/Window/window-postmessage-clone-expected.txt:
* fast/dom/Window/window-postmessage-clone.html:
2011-02-21 Ryosuke Niwa <rniwa@webkit.org>
Reviewed by Kent Tamura.
Add selectionchange event
https://bugs.webkit.org/show_bug.cgi?id=45712
Added a test to ensure WebKit fires selectionchange event for the correct document
when the document has an iframe, and a test to ensure selectionchange events are fired
on user-initiated events.
* fast/events/selectionchange-iframe-expected.txt: Added.
* fast/events/selectionchange-iframe.html: Added.
* fast/events/selectionchange-user-initiated-expected.txt: Added.
* fast/events/selectionchange-user-initiated.html: Added.
2011-02-21 Csaba Osztrogonác <ossy@webkit.org>
Unreviewed.
REGRESSION(r79157): plugins/get-url-with-javascript-destroying-plugin.html make the next test crash
https://bugs.webkit.org/show_bug.cgi?id=54863
* platform/qt/Skipped: Unskip the innocent plugins/get-user-agent-with-null-npp-from-npp-new.html
and skip the real culprit plugins/get-url-with-javascript-destroying-plugin.html until fix.
2011-02-21 Pavel Feldman <pfeldman@chromium.org>
Reviewed by Yury Semikhatsky.
Web Inspector: [Chromium] inspector/debugger/dom-breakpoints.html TIMEOUTs
https://bugs.webkit.org/show_bug.cgi?id=54638
* http/tests/inspector/change-iframe-src.html:
* http/tests/inspector/debugger-test.js:
(initialize_DebuggerTest.InspectorTest.startDebuggerTest.startTest):
(initialize_DebuggerTest.InspectorTest.startDebuggerTest):
(initialize_DebuggerTest.InspectorTest.completeDebuggerTest.disableDebugger):
(initialize_DebuggerTest.InspectorTest.runDebuggerTestSuite.runner):
(initialize_DebuggerTest.InspectorTest.runDebuggerTestSuite):
(initialize_DebuggerTest.InspectorTest.waitUntilPaused):
(initialize_DebuggerTest.InspectorTest.waitUntilPausedAndDumpStack.step1):
(initialize_DebuggerTest.InspectorTest.waitUntilPausedAndDumpStack):
(initialize_DebuggerTest.InspectorTest.waitUntilResumed):
(initialize_DebuggerTest.InspectorTest.resumeExecution):
(initialize_DebuggerTest.InspectorTest.showScriptSource):
(initialize_DebuggerTest.InspectorTest._showScriptSource):
(initialize_DebuggerTest.InspectorTest.expandProperties.expandNextPath):
(initialize_DebuggerTest.InspectorTest.expandProperties):
* http/tests/inspector/elements-test.js:
(initialize_ElementTest.InspectorTest.nodeWithId.processChildren):
(initialize_ElementTest.InspectorTest.nodeWithId):
(initialize_ElementTest.InspectorTest.selectNodeWithId.mycallback):
(initialize_ElementTest.InspectorTest.selectNodeWithId):
(initialize_ElementTest.InspectorTest.expandElementsTree.mycallback):
(initialize_ElementTest.InspectorTest.expandElementsTree):
(initialize_ElementTest):
* http/tests/inspector/inspector-test.js:
(initialize_InspectorTest.InspectorTest.evaluateInConsole):
(initialize_InspectorTest.InspectorTest.evaluateInConsoleAndDump.mycallback):
(initialize_InspectorTest.InspectorTest.evaluateInConsoleAndDump):
(initialize_InspectorTest.InspectorTest.evaluateInPage.mycallback):
(initialize_InspectorTest.InspectorTest.evaluateInPage):
(initialize_InspectorTest.InspectorTest.evaluateInPageWithTimeout):
(initialize_InspectorTest.InspectorTest.reloadPage):
(initialize_InspectorTest.InspectorTest.runAfterPendingDispatches):
(initialize_InspectorTest.InspectorTest.runTestSuite.runner):
(initialize_InspectorTest.InspectorTest.runTestSuite):
(initialize_InspectorTest.InspectorTest.safeWrap):
* http/tests/inspector/resource-parameters.html:
* inspector/console/console-assert.html:
* inspector/console/console-trace-in-eval.html:
* inspector/console/console-trace.html:
* inspector/debugger/dom-breakpoints-expected.txt:
* inspector/debugger/dom-breakpoints.html:
* inspector/extensions/extensions-audits-tests.js:
(initialize_ExtensionsAuditsTest.InspectorTest.startExtensionAudits):
(initialize_ExtensionsAuditsTest):
* inspector/styles/styles-iframe.html:
* inspector/styles/styles-update-from-js.html:
* inspector/timeline/timeline-network-resource.html:
* inspector/timeline/timeline-script-tag-1.html:
* inspector/timeline/timeline-script-tag-2.html:
* platform/chromium/test_expectations.txt:
2011-02-21 Alejandro G. Castro <alex@igalia.com>
Fixed typo in gtk Skipped list.
* platform/gtk/Skipped:
2011-02-21 Csaba Osztrogonác <ossy@webkit.org>
Unreviewed.
[Qt]REGRESSION(r79157): plugins/get-user-agent-with-null-npp-from-npp-new.html crashes
https://bugs.webkit.org/show_bug.cgi?id=54863
Paper over one more regression to make Qt buildbot happy and green.
* platform/qt/Skipped: Add plugins/get-user-agent-with-null-npp-from-npp-new.html until fix.
2011-02-18 Philippe Normand <pnormand@igalia.com>
Reviewed by Martin Robinson.
[GTK] media/audio-delete-while-slider-thumb-clicked.html still flaky
https://bugs.webkit.org/show_bug.cgi?id=54747
* media/audio-delete-while-slider-thumb-clicked.html: Autoplay the
media element and trigger the seek after playback started.
2011-02-21 MORITA Hajime <morrita@google.com>
Unreviewed expectation update.
* platform/chromium-linux/animations/3d/matrix-transform-type-animation-expected.checksum: Added.
* platform/chromium-linux/animations/3d/matrix-transform-type-animation-expected.png: Added.
* platform/chromium-mac/animations/3d/matrix-transform-type-animation-expected.checksum: Added.
* platform/chromium-mac/animations/3d/matrix-transform-type-animation-expected.png: Added.
* platform/chromium-win/animations/3d/matrix-transform-type-animation-expected.checksum: Added.
* platform/chromium-win/animations/3d/matrix-transform-type-animation-expected.png: Added.
* platform/chromium-win/animations/3d/matrix-transform-type-animation-expected.txt: Added.
2011-02-21 Csaba Osztrogonác <ossy@webkit.org>
Unreviewed.
[Qt] Possible DRT bug revealed by r72003
https://bugs.webkit.org/show_bug.cgi?id=49538
After r79103 we don't need Qt specific expected results
$for these tests because of whitespace differences.
* platform/qt/fast/forms/formaction-attribute-expected.txt: Removed.
* platform/qt/fast/forms/formmethod-attribute-button-html-expected.txt: Removed.
* platform/qt/fast/forms/formtarget-attribute-button-html-expected.txt: Removed.
* platform/qt/fast/forms/mailto/formenctype-attribute-button-html-expected.txt: Updated.
2011-02-21 MORITA Hajime <morrita@google.com>
Another unreviewed attempt to expectation update.
* platform/chromium/test_expectations.txt:
2011-02-21 MORITA Hajime <morrita@google.com>
Unreviewed expectation update. (Removes invalid lines.)
* platform/chromium/test_expectations.txt:
2011-02-20 MORITA Hajime <morrita@google.com>
Unreviewed expectation update.
* platform/chromium/test_expectations.txt:
2011-02-20 MORITA Hajime <morrita@google.com>
Unreviewed expectation update.
* platform/chromium/test_expectations.txt:
2011-02-20 Simon Fraser <simon.fraser@apple.com>
Reviewed by Dirk Schulze.
REGRESSION (r73369-r73405): transform animation interpolates incorrectly
https://bugs.webkit.org/show_bug.cgi?id=54793
Testcase for a matrix animation.
* animations/3d/matrix-transform-type-animation.html: Added.
* platform/mac/animations/3d/matrix-transform-type-animation-expected.checksum: Added.
* platform/mac/animations/3d/matrix-transform-type-animation-expected.png: Added.
* platform/mac/animations/3d/matrix-transform-type-animation-expected.txt: Added.
2011-02-20 Dan Bernstein <mitz@apple.com>
Reviewed by Maciej Stachowiak.
<rdar://problem/9028929> REGRESSION (r75897): Scaling applied twice to an iframe with a transformed ancestor
* fast/frames/iframe-scale-applied-twice-expected.txt: Added.
* fast/frames/iframe-scale-applied-twice.html: Added.
2011-02-20 Ami Fischman <fischman@chromium.org>
Reviewed by Kent Tamura.
Remove flakiness from media/video-poster.html by using event callbacks
instead of 100ms timeouts and hoping that states have transitioned in
time (!).
Removed seemingly-outdated BUG_DRT annotation from test_expectation.
https://bugs.webkit.org/show_bug.cgi?id=54685
http://crbug.com/60845
* media/video-poster.html:
* platform/chromium/test_expectations.txt:
2011-02-21 Benjamin Kalman <kalman@chromium.org>
Reviewed by Ryosuke Niwa.
Make editing/selection/extend-selection tests more human readable and hand-runnable
https://bugs.webkit.org/show_bug.cgi?id=54712
Three changes to achieve this:
- Column-align the "right:", "left:", "forward:", and "backward:" labels in the output.
- Add buttons to switch between LTR and RTL (the test will switch everything to RTL but LTR is useful).
- Fix typo causing failing tests to have a js error (rather than layout error).
Expected results need to change due to column alignment.
* editing/selection/extend-selection-character-expected.txt:
* editing/selection/extend-selection-word-expected.txt:
* editing/selection/resources/extend-selection.js:
(logMismatchingPositions):
(runSelectionTestsWithGranularity):
(getTestNodeContainer.createButton.button.onmousedown):
(getTestNodeContainer.createButton):
(getTestNodeContainer.createButtonToSwitchDirection):
(getTestNodeContainer):
(createNode):
2011-02-20 Anders Carlsson <andersca@apple.com>
Reviewed by Maciej Stachowiak.
Crash when a plug-in requests a javascript: url that destroys the plug-in
https://bugs.webkit.org/show_bug.cgi?id=54837
<rdar://problem/9005475>
Add test.
* plugins/get-url-with-javascript-destroying-plugin-expected.txt: Added.
* plugins/get-url-with-javascript-destroying-plugin.html: Added.
2011-02-20 Dirk Schulze <krit@webkit.org>
Reviewed by Nikolas Zimmermann.
SVG animation - analyze attribute type for animation
https://bugs.webkit.org/show_bug.cgi?id=54542
Check dynamic update of attributeName. The test fails at the moment, because of some wrong
internal mapping. Tested update manually with gdb. Working on a fix to get this test pass
as well.
* svg/animations/animate-dynamic-update-attributeName-expected.txt: Added.
* svg/animations/animate-dynamic-update-attributeName.html: Added.
* svg/animations/script-tests/animate-dynamic-update-attributeName.js: Added.
(sample1):
(sample2):
(sample3):
(executeTest):
2011-02-19 Zan Dobersek <zandobersek@gmail.com>
Reviewed by Martin Robinson.
[cairo][canvas] Drawing from/into float rectangles with width or height in range 0 to 1 fails
https://bugs.webkit.org/show_bug.cgi?id=54491
Enable another passing test after fixing float values rounding.
* platform/gtk/Skipped:
2011-02-19 Alejandro G. Castro <alex@igalia.com>
Unreviewed, fixed typo in the GTK+ skipped file.
* platform/gtk/Skipped:
2011-02-19 Benjamin Poulain <ikipou@gmail.com>
Reviewed by Andreas Kling.
[Qt] Enable the skipped tests combining workers and database
https://bugs.webkit.org/show_bug.cgi?id=54802
Enable the tests that do not seem to be flaky anymore.
* platform/qt/Skipped:
2011-02-19 James Simonsen <simonjam@chromium.org>
Reviewed by Adam Barth.
Make ScriptElement match the HTML5 spec
https://bugs.webkit.org/show_bug.cgi?id=54676
This implements the "prepare a script" section of the HTML5 spec in ScriptElement::prepareScript().
http://www.whatwg.org/specs/web-apps/current-work/multipage/scripting-1.html#prepare-a-script
There are a couple of things missing from the spec that would be new functionality. These will be added later.
- Support for async=false
- Empty src attribute should dispatch an error.
There are a couple of slight behavioral changes to match the spec.
- An XHTML script that is loaded then copied will not fire load on the copy.
- If onbeforeload moves the script to a different document, then it will not try to execute again because wasAlreadyStarted is true.
The parsers were updated to use the new API, but not rewritten to look like the spec. That will be done separately.
* fast/dom/HTMLScriptElement/move-in-beforeload.html: Original author says test was only meant to check for crashes. Beforeload is not specified by HTML5. Test was modified to assume moved script wouldn't execute because wasAlreadyStarted is set.
* fast/dom/script-clone-rerun-src.xhtml: According to HTML5 spec, load should only fire after a script executes. Test was modified to match that. The old broken behavior was that load fired on the cloned element, even though it didn't execute.
2011-02-19 Andrew Wilson <atwilson@chromium.org>
Updated test expectations (more fallout from r78846).
* platform/chromium/test_expectations.txt:
2011-02-19 Charlie Reis <creis@chromium.org>
Reviewed by Mihai Parparita.
Ensure loading has stopped in HistoryController::goToItem
https://bugs.webkit.org/show_bug.cgi?id=54517
Tests that going forward within the same document does not stop loading.
* http/tests/navigation/forward-to-fragment-fires-onload.html: Added.
* http/tests/navigation/forward-to-fragment-fires-onload-expected.txt: Added.
* http/tests/navigation/resources/forward-to-fragment-fires-onload-2.html: Added.
2011-02-19 Adam Barth <abarth@webkit.org>
Reviewed by Daniel Bates.
Fix xssAuditor/iframe-injection.html
https://bugs.webkit.org/show_bug.cgi?id=54591
Update expected results to show that we pass.
* http/tests/security/xssAuditor/iframe-injection-expected.txt:
2011-02-18 Andrew Wilson <atwilson@chromium.org>
Unreviewed test expectations fix.
* platform/chromium/test_expectations.txt:
2011-02-18 Andrew Wilson <atwilson@chromium.org>
Unreviewed test expectations fix.
* platform/chromium/test_expectations.txt:
2011-02-18 Andrew Wilson <atwilson@chromium.org>
Unreviewed. Mark object-clip-rects-assertion.html as timing out.
* platform/chromium/test_expectations.txt:
2011-02-18 Andrew Wilson <atwilson@chromium.org>
Unreviewed chromium expectations change.
* platform/chromium/test_expectations.txt:
2011-02-18 Andrew Wilson <atwilson@chromium.org>
Unreviewed expectations change for chromium.
* platform/chromium/test_expectations.txt:
2011-02-18 Andrew Wilson <atwilson@chromium.org>
Unreviewed expectations change because my rebaselines didn't seem to work.
* platform/chromium/test_expectations.txt:
2011-02-18 Adrienne Walker <enne@google.com>
Reviewed by Kenneth Russell.
Adjust expectations for chromium GPU tests.
https://bugs.webkit.org/show_bug.cgi?id=54409
https://bugs.webkit.org/show_bug.cgi?id=54509
Correct baselines for the 54409 images will be generated after this lands.
* platform/chromium/test_expectations.txt:
2011-02-18 Peter Kasting <pkasting@google.com>
Reviewed by James Robinson.
https://bugs.webkit.org/show_bug.cgi?id=54605
Remove some time limits in a test, let test harnesses kill the test if
it runs long. Also changes a busy loop from 1 ms to 5 ms repeats since
this should be much less CPU at little visible cost.
* http/tests/security/resources/cross-frame-access.js:
(canAccessFrame.test):
(canAccessFrame):
(cannotAccessFrame.test):
(cannotAccessFrame):
(closeWindowAndNotifyDone.doneHandler):
(closeWindowAndNotifyDone):
2011-02-18 chris reiss <christopher.reiss@nokia.com>
Reviewed by Andreas Kling.
REGRESSION: Date.parse("Tue Nov 23 20:40:05 2010 GMT") returns NaN
https://bugs.webkit.org/show_bug.cgi?id=49989
* fast/js/date-parse-test-expected.txt:
* fast/js/script-tests/date-parse-test.js:
2011-02-18 Emil A Eklund <eae@chromium.org>
Reviewed by Darin Adler.
Crash in EventHandler::sendContextMenuEventForKey
https://bugs.webkit.org/show_bug.cgi?id=54495
Add test for triggering the context menu key event (VK_APPS) on a hidden
element.
* fast/events/menu-keydown-on-hidden-element-expected.txt: Added.
* fast/events/menu-keydown-on-hidden-element.html: Added.
2011-02-18 Csaba Osztrogonác <ossy@webkit.org>
Unreviewed.
[Qt] Add Qt specific expected results for passing svg/custom tests.
* platform/qt/Skipped: Unskip passing tests.
* platform/qt/svg/custom/ [...] : Added.
2011-02-18 Andrew Wilson <atwilson@chromium.org>
Unreviewed expectations change.
* platform/chromium/test_expectations.txt:
2011-02-18 Andrew Wilson <atwilson@chromium.org>
Unreviewed rebaselines for Chromium.
* platform/chromium-mac/compositing/reflections/deeply-nested-reflections-expected.checksum: Added.
* platform/chromium-mac/compositing/reflections/deeply-nested-reflections-expected.png: Added.
* platform/chromium-mac/css1/box_properties/clear_float-expected.checksum:
* platform/chromium-mac/css1/box_properties/clear_float-expected.png:
* platform/chromium-mac/css1/box_properties/float_elements_in_series-expected.checksum: Added.
* platform/chromium-mac/css1/box_properties/float_elements_in_series-expected.png: Added.
* platform/chromium-mac/css1/box_properties/float_on_text_elements-expected.checksum:
* platform/chromium-mac/css1/box_properties/float_on_text_elements-expected.png:
* platform/chromium-mac/css1/text_properties/text_align-expected.checksum: Added.
* platform/chromium-mac/css1/text_properties/text_align-expected.png: Added.
* platform/chromium-mac/css2.1/t0805-c5518-brdr-t-01-e-expected.checksum: Added.
* platform/chromium-mac/css2.1/t0805-c5518-brdr-t-01-e-expected.png: Added.
* platform/chromium-mac/css2.1/t0905-c5525-fltcont-00-d-g-expected.checksum:
* platform/chromium-mac/css2.1/t0905-c5525-fltcont-00-d-g-expected.png:
* platform/chromium-mac/css2.1/t0905-c5525-fltwidth-00-c-g-expected.checksum:
* platform/chromium-mac/css2.1/t0905-c5525-fltwidth-00-c-g-expected.png:
* platform/chromium-mac/css2.1/t1202-counter-03-b-expected.checksum: Added.
* platform/chromium-mac/css2.1/t1202-counter-03-b-expected.png: Added.
* platform/chromium-mac/css2.1/t1202-counter-04-b-expected.checksum: Added.
* platform/chromium-mac/css2.1/t1202-counter-04-b-expected.png: Added.
* platform/chromium-mac/css2.1/t1202-counter-04-b-expected.txt: Added.
* platform/chromium-mac/css2.1/t1202-counters-03-b-expected.checksum: Added.
* platform/chromium-mac/css2.1/t1202-counters-03-b-expected.png: Added.
* platform/chromium-mac/css2.1/t1202-counters-04-b-expected.checksum: Added.
* platform/chromium-mac/css2.1/t1202-counters-04-b-expected.png: Added.
* platform/chromium-mac/css2.1/t1202-counters-04-b-expected.txt: Added.
* platform/chromium-mac/css2.1/t1602-c43-center-00-d-ag-expected.checksum: Added.
* platform/chromium-mac/css2.1/t1602-c43-center-00-d-ag-expected.png: Added.
* platform/chromium-mac/css2.1/t1602-c546-txt-align-00-b-expected.checksum: Added.
* platform/chromium-mac/css2.1/t1602-c546-txt-align-00-b-expected.png: Added.
* platform/chromium-mac/editing/deleting/delete-tab-003-expected.checksum: Added.
* platform/chromium-mac/editing/deleting/delete-tab-003-expected.png: Added.
* platform/chromium-mac/editing/deleting/delete-ws-fixup-001-expected.checksum: Added.
* platform/chromium-mac/editing/deleting/delete-ws-fixup-001-expected.png: Added.
* platform/chromium-mac/editing/inserting/insert-tab-003-expected.checksum: Added.
* platform/chromium-mac/editing/inserting/insert-tab-003-expected.png: Added.
* platform/chromium-mac/editing/inserting/typing-tab-designmode-forms-expected.checksum: Added.
* platform/chromium-mac/editing/inserting/typing-tab-designmode-forms-expected.png: Added.
* platform/chromium-mac/editing/pasteboard/4641033-expected.checksum: Added.
* platform/chromium-mac/editing/pasteboard/4641033-expected.png: Added.
* platform/chromium-mac/editing/pasteboard/block-wrappers-necessary-expected.checksum: Added.
* platform/chromium-mac/editing/pasteboard/block-wrappers-necessary-expected.png: Added.
* platform/chromium-mac/editing/pasteboard/nested-blocks-with-text-area-expected.checksum: Added.
* platform/chromium-mac/editing/pasteboard/nested-blocks-with-text-area-expected.png: Added.
* platform/chromium-mac/editing/pasteboard/nested-blocks-with-text-field-expected.checksum: Added.
* platform/chromium-mac/editing/pasteboard/nested-blocks-with-text-field-expected.png: Added.
* platform/chromium-mac/editing/pasteboard/paste-blockquote-2-expected.checksum: Added.
* platform/chromium-mac/editing/pasteboard/paste-blockquote-2-expected.png: Added.
* platform/chromium-mac/editing/pasteboard/pasting-tabs-expected.checksum: Added.
* platform/chromium-mac/editing/pasteboard/pasting-tabs-expected.png: Added.
* platform/chromium-mac/editing/selection/3690703-2-expected.checksum: Added.
* platform/chromium-mac/editing/selection/3690703-2-expected.png: Added.
* platform/chromium-mac/editing/selection/3690703-expected.checksum: Added.
* platform/chromium-mac/editing/selection/3690703-expected.png: Added.
* platform/chromium-mac/editing/selection/3690719-expected.checksum: Added.
* platform/chromium-mac/editing/selection/3690719-expected.png: Added.
* platform/chromium-mac/editing/selection/4397952-expected.checksum: Added.
* platform/chromium-mac/editing/selection/4397952-expected.png: Added.
* platform/chromium-mac/editing/selection/4975120-expected.checksum: Added.
* platform/chromium-mac/editing/selection/4975120-expected.png: Added.
* platform/chromium-mac/editing/selection/5240265-expected.checksum: Added.
* platform/chromium-mac/editing/selection/5240265-expected.png: Added.
* platform/chromium-mac/editing/selection/caret-rtl-2-expected.checksum:
* platform/chromium-mac/editing/selection/caret-rtl-2-expected.png:
* platform/chromium-mac/editing/selection/caret-rtl-2-left-expected.checksum:
* platform/chromium-mac/editing/selection/caret-rtl-2-left-expected.png:
* platform/chromium-mac/editing/selection/caret-rtl-expected.checksum:
* platform/chromium-mac/editing/selection/caret-rtl-expected.png:
* platform/chromium-mac/editing/selection/caret-rtl-right-expected.checksum:
* platform/chromium-mac/editing/selection/caret-rtl-right-expected.png:
* platform/chromium-mac/editing/selection/extend-selection-bidi-expected.checksum: Added.
* platform/chromium-mac/editing/selection/extend-selection-bidi-expected.png: Added.
* platform/chromium-mac/editing/selection/move-past-trailing-space-expected.checksum: Removed.
* platform/chromium-mac/editing/selection/replaced-boundaries-3-expected.checksum:
* platform/chromium-mac/editing/selection/replaced-boundaries-3-expected.png: Added.
* platform/chromium-mac/editing/selection/select-from-textfield-outwards-expected.checksum: Added.
* platform/chromium-mac/editing/selection/select-from-textfield-outwards-expected.png: Added.
* platform/chromium-mac/editing/style/5046875-1-expected.checksum: Added.
* platform/chromium-mac/editing/style/5046875-1-expected.png: Added.
* platform/chromium-mac/editing/style/create-block-for-style-011-expected.checksum: Removed.
* platform/chromium-mac/editing/style/create-block-for-style-011-expected.png: Removed.
* platform/chromium-mac/editing/style/create-block-for-style-012-expected.checksum: Removed.
* platform/chromium-mac/editing/style/create-block-for-style-012-expected.png: Removed.
* platform/chromium-mac/editing/style/table-selection-expected.checksum: Added.
* platform/chromium-mac/editing/style/table-selection-expected.png: Added.
* platform/chromium-mac/fast/block/margin-collapse/103-expected.checksum:
* platform/chromium-mac/fast/block/margin-collapse/103-expected.png:
* platform/chromium-mac/fast/block/positioning/inline-block-relposition-expected.checksum: Added.
* platform/chromium-mac/fast/block/positioning/inline-block-relposition-expected.png: Added.
* 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/blockflow/border-vertical-lr-expected.checksum:
* platform/chromium-mac/fast/blockflow/border-vertical-lr-expected.png:
* platform/chromium-mac/fast/blockflow/border-vertical-lr-expected.txt: Added.
* platform/chromium-mac/fast/blockflow/japanese-lr-selection-expected.checksum:
* platform/chromium-mac/fast/blockflow/japanese-lr-selection-expected.png:
* platform/chromium-mac/fast/blockflow/japanese-lr-text-expected.checksum:
* platform/chromium-mac/fast/blockflow/japanese-lr-text-expected.png:
* platform/chromium-mac/fast/blockflow/japanese-rl-selection-expected.checksum:
* platform/chromium-mac/fast/blockflow/japanese-rl-selection-expected.png:
* platform/chromium-mac/fast/blockflow/japanese-rl-text-expected.checksum:
* platform/chromium-mac/fast/blockflow/japanese-rl-text-expected.png: Added.
* platform/chromium-mac/fast/blockflow/japanese-ruby-vertical-lr-expected.checksum: Added.
* platform/chromium-mac/fast/blockflow/japanese-ruby-vertical-lr-expected.png: Added.
* platform/chromium-mac/fast/blockflow/japanese-ruby-vertical-rl-expected.checksum: Added.
* platform/chromium-mac/fast/blockflow/japanese-ruby-vertical-rl-expected.png: Added.
* platform/chromium-mac/fast/blockflow/vertical-align-table-baseline-expected.checksum:
* platform/chromium-mac/fast/blockflow/vertical-align-table-baseline-expected.png:
* platform/chromium-mac/fast/blockflow/vertical-baseline-alignment-expected.checksum:
* platform/chromium-mac/fast/blockflow/vertical-baseline-alignment-expected.png:
* platform/chromium-mac/fast/blockflow/vertical-font-fallback-expected.checksum: Added.
* platform/chromium-mac/fast/blockflow/vertical-font-fallback-expected.png: Added.
* platform/chromium-mac/fast/css/beforeSelectorOnCodeElement-expected.checksum: Added.
* platform/chromium-mac/fast/css/beforeSelectorOnCodeElement-expected.png: Added.
* platform/chromium-mac/fast/css/continuationCrash-expected.checksum: Added.
* platform/chromium-mac/fast/css/continuationCrash-expected.png: Added.
* platform/chromium-mac/fast/css/css2-system-fonts-expected.checksum: Added.
* platform/chromium-mac/fast/css/css2-system-fonts-expected.png: Added.
* platform/chromium-mac/fast/css/font-face-default-font-expected.checksum: Added.
* platform/chromium-mac/fast/css/font-face-default-font-expected.png: Added.
* platform/chromium-mac/fast/css/font-face-locally-installed-expected.checksum: Added.
* platform/chromium-mac/fast/css/font-face-locally-installed-expected.png: Added.
* platform/chromium-mac/fast/css/margin-top-bottom-dynamic-expected.checksum: Added.
* platform/chromium-mac/fast/css/margin-top-bottom-dynamic-expected.png: Added.
* platform/chromium-mac/fast/css/rtl-ordering-expected.checksum: Added.
* platform/chromium-mac/fast/css/rtl-ordering-expected.png: Added.
* platform/chromium-mac/fast/css/text-input-with-webkit-border-radius-expected.checksum: Added.
* platform/chromium-mac/fast/css/text-input-with-webkit-border-radius-expected.png: Added.
* platform/chromium-mac/fast/css/text-overflow-ellipsis-bidi-expected.checksum: Added.
* platform/chromium-mac/fast/css/text-overflow-ellipsis-bidi-expected.png: Added.
* platform/chromium-mac/fast/css/text-overflow-ellipsis-strict-expected.checksum: Added.
* platform/chromium-mac/fast/css/text-overflow-ellipsis-strict-expected.png: Added.
* platform/chromium-mac/fast/css/text-security-expected.checksum: Added.
* platform/chromium-mac/fast/css/text-security-expected.png: Added.
* platform/chromium-mac/fast/dom/52776-expected.txt:
* platform/chromium-mac/fast/dom/HTMLInputElement/input-image-alt-text-expected.checksum: Added.
* platform/chromium-mac/fast/dom/HTMLInputElement/input-image-alt-text-expected.png: Added.
* platform/chromium-mac/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.checksum: Added.
* platform/chromium-mac/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.png: Added.
* platform/chromium-mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.checksum: Added.
* platform/chromium-mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png: Added.
* platform/chromium-mac/fast/dynamic/008-expected.checksum: Added.
* platform/chromium-mac/fast/dynamic/008-expected.png: Added.
* platform/chromium-mac/fast/events/autoscroll-expected.checksum: Added.
* platform/chromium-mac/fast/events/autoscroll-expected.png: Added.
* platform/chromium-mac/fast/events/context-no-deselect-expected.checksum: Added.
* platform/chromium-mac/fast/events/context-no-deselect-expected.png: Added.
* platform/chromium-mac/fast/forms/HTMLOptionElement_label01-expected.checksum: Added.
* platform/chromium-mac/fast/forms/HTMLOptionElement_label01-expected.png: Added.
* platform/chromium-mac/fast/forms/HTMLOptionElement_label02-expected.checksum: Added.
* platform/chromium-mac/fast/forms/HTMLOptionElement_label02-expected.png: Added.
* platform/chromium-mac/fast/forms/HTMLOptionElement_label03-expected.checksum: Added.
* platform/chromium-mac/fast/forms/HTMLOptionElement_label03-expected.png: Added.
* platform/chromium-mac/fast/forms/HTMLOptionElement_label04-expected.checksum: Added.
* platform/chromium-mac/fast/forms/HTMLOptionElement_label04-expected.png: Added.
* platform/chromium-mac/fast/forms/basic-buttons-expected.checksum: Added.
* platform/chromium-mac/fast/forms/basic-buttons-expected.png: Added.
* platform/chromium-mac/fast/forms/basic-selects-expected.checksum: Added.
* platform/chromium-mac/fast/forms/basic-selects-expected.png: Added.
* platform/chromium-mac/fast/forms/basic-selects-expected.txt: Added.
* platform/chromium-mac/fast/forms/basic-textareas-expected.checksum: Added.
* platform/chromium-mac/fast/forms/basic-textareas-expected.png: Added.
* platform/chromium-mac/fast/forms/basic-textareas-quirks-expected.checksum: Added.
* platform/chromium-mac/fast/forms/basic-textareas-quirks-expected.png: Added.
* platform/chromium-mac/fast/forms/blankbuttons-expected.checksum: Added.
* platform/chromium-mac/fast/forms/blankbuttons-expected.png: Added.
* platform/chromium-mac/fast/forms/button-align-expected.checksum: Added.
* platform/chromium-mac/fast/forms/button-align-expected.png: Added.
* platform/chromium-mac/fast/forms/button-cannot-be-nested-expected.checksum: Added.
* platform/chromium-mac/fast/forms/button-cannot-be-nested-expected.png: Added.
* platform/chromium-mac/fast/forms/button-default-title-expected.checksum: Added.
* platform/chromium-mac/fast/forms/button-default-title-expected.png: Added.
* platform/chromium-mac/fast/forms/button-generated-content-expected.checksum: Added.
* platform/chromium-mac/fast/forms/button-generated-content-expected.png: Added.
* platform/chromium-mac/fast/forms/button-positioned-expected.checksum: Added.
* platform/chromium-mac/fast/forms/button-positioned-expected.png: Added.
* platform/chromium-mac/fast/forms/button-sizes-expected.checksum: Added.
* platform/chromium-mac/fast/forms/button-sizes-expected.png: Added.
* platform/chromium-mac/fast/forms/button-style-color-expected.checksum: Added.
* platform/chromium-mac/fast/forms/button-style-color-expected.png: Added.
* platform/chromium-mac/fast/forms/button-table-styles-expected.checksum: Added.
* platform/chromium-mac/fast/forms/button-table-styles-expected.png: Added.
* platform/chromium-mac/fast/forms/button-text-transform-expected.checksum: Added.
* platform/chromium-mac/fast/forms/button-text-transform-expected.png: Added.
* platform/chromium-mac/fast/forms/button-white-space-expected.checksum: Added.
* platform/chromium-mac/fast/forms/button-white-space-expected.png: Added.
* platform/chromium-mac/fast/forms/control-clip-expected.checksum: Added.
* platform/chromium-mac/fast/forms/control-clip-expected.png: Added.
* platform/chromium-mac/fast/forms/control-restrict-line-height-expected.checksum: Added.
* platform/chromium-mac/fast/forms/control-restrict-line-height-expected.png: Added.
* platform/chromium-mac/fast/forms/file-input-direction-expected.checksum:
* platform/chromium-mac/fast/forms/file-input-direction-expected.png:
* platform/chromium-mac/fast/forms/file-input-direction-expected.txt:
* platform/chromium-mac/fast/forms/formmove3-expected.checksum: Added.
* platform/chromium-mac/fast/forms/formmove3-expected.png: Added.
* platform/chromium-mac/fast/forms/input-align-expected.checksum: Added.
* platform/chromium-mac/fast/forms/input-align-expected.png: Added.
* platform/chromium-mac/fast/forms/input-appearance-bkcolor-expected.checksum:
* platform/chromium-mac/fast/forms/input-appearance-bkcolor-expected.png: Added.
* platform/chromium-mac/fast/forms/input-appearance-default-bkcolor-expected.checksum: Added.
* platform/chromium-mac/fast/forms/input-appearance-default-bkcolor-expected.png: Added.
* platform/chromium-mac/fast/forms/input-appearance-disabled-expected.checksum: Added.
* platform/chromium-mac/fast/forms/input-appearance-disabled-expected.png: Added.
* platform/chromium-mac/fast/forms/input-appearance-focus-expected.checksum: Added.
* platform/chromium-mac/fast/forms/input-appearance-focus-expected.png: Added.
* platform/chromium-mac/fast/forms/input-appearance-preventDefault-expected.checksum: Added.
* platform/chromium-mac/fast/forms/input-appearance-preventDefault-expected.png: Added.
* platform/chromium-mac/fast/forms/input-appearance-readonly-expected.checksum: Added.
* platform/chromium-mac/fast/forms/input-appearance-readonly-expected.png: Added.
* platform/chromium-mac/fast/forms/input-appearance-selection-expected.checksum: Added.
* platform/chromium-mac/fast/forms/input-appearance-selection-expected.png: Added.
* platform/chromium-mac/fast/forms/input-appearance-visibility-expected.checksum: Added.
* platform/chromium-mac/fast/forms/input-appearance-visibility-expected.png: Added.
* platform/chromium-mac/fast/forms/input-appearance-width-expected.checksum: Added.
* platform/chromium-mac/fast/forms/input-appearance-width-expected.png: Added.
* platform/chromium-mac/fast/forms/input-button-sizes-expected.checksum: Added.
* platform/chromium-mac/fast/forms/input-button-sizes-expected.png: Added.
* platform/chromium-mac/fast/forms/input-disabled-color-expected.checksum: Added.
* platform/chromium-mac/fast/forms/input-disabled-color-expected.png: Added.
* platform/chromium-mac/fast/forms/input-double-click-selection-gap-bug-expected.checksum: Added.
* platform/chromium-mac/fast/forms/input-double-click-selection-gap-bug-expected.png: Added.
* platform/chromium-mac/fast/forms/input-field-text-truncated-expected.checksum: Added.
* platform/chromium-mac/fast/forms/input-field-text-truncated-expected.png: Added.
* platform/chromium-mac/fast/forms/input-file-re-render-expected.checksum:
* platform/chromium-mac/fast/forms/input-file-re-render-expected.png:
* platform/chromium-mac/fast/forms/input-first-letter-expected.checksum: Added.
* platform/chromium-mac/fast/forms/input-first-letter-expected.png: Added.
* platform/chromium-mac/fast/forms/input-readonly-autoscroll-expected.checksum: Added.
* platform/chromium-mac/fast/forms/input-readonly-autoscroll-expected.png: Added.
* platform/chromium-mac/fast/forms/input-readonly-dimmed-expected.checksum: Added.
* platform/chromium-mac/fast/forms/input-readonly-dimmed-expected.png: Added.
* platform/chromium-mac/fast/forms/input-spaces-expected.checksum: Added.
* platform/chromium-mac/fast/forms/input-spaces-expected.png: Added.
* platform/chromium-mac/fast/forms/input-table-expected.checksum: Added.
* platform/chromium-mac/fast/forms/input-table-expected.png: Added.
* platform/chromium-mac/fast/forms/input-text-double-click-expected.checksum: Added.
* platform/chromium-mac/fast/forms/input-text-double-click-expected.png: Added.
* platform/chromium-mac/fast/forms/input-text-drag-down-expected.checksum: Added.
* platform/chromium-mac/fast/forms/input-text-drag-down-expected.png: Added.
* platform/chromium-mac/fast/forms/input-text-scroll-left-on-blur-expected.checksum: Added.
* platform/chromium-mac/fast/forms/input-text-scroll-left-on-blur-expected.png: Added.
* platform/chromium-mac/fast/forms/input-text-word-wrap-expected.checksum: Added.
* platform/chromium-mac/fast/forms/input-text-word-wrap-expected.png: Added.
* platform/chromium-mac/fast/forms/menulist-no-overflow-expected.checksum: Added.
* platform/chromium-mac/fast/forms/menulist-no-overflow-expected.png: Added.
* platform/chromium-mac/fast/forms/menulist-option-wrap-expected.checksum: Added.
* platform/chromium-mac/fast/forms/menulist-option-wrap-expected.png: Added.
* platform/chromium-mac/fast/forms/menulist-restrict-line-height-expected.checksum: Added.
* platform/chromium-mac/fast/forms/menulist-restrict-line-height-expected.png: Added.
* platform/chromium-mac/fast/forms/menulist-style-color-expected.checksum: Added.
* platform/chromium-mac/fast/forms/menulist-style-color-expected.png: Added.
* platform/chromium-mac/fast/forms/menulist-width-change-expected.checksum: Added.
* platform/chromium-mac/fast/forms/menulist-width-change-expected.png: Added.
* platform/chromium-mac/fast/forms/option-strip-whitespace-expected.checksum: Added.
* platform/chromium-mac/fast/forms/option-strip-whitespace-expected.png: Added.
* platform/chromium-mac/fast/forms/option-text-clip-expected.checksum: Added.
* platform/chromium-mac/fast/forms/option-text-clip-expected.png: Added.
* platform/chromium-mac/fast/forms/placeholder-position-expected.checksum:
* platform/chromium-mac/fast/forms/placeholder-position-expected.png:
* platform/chromium-mac/fast/forms/placeholder-set-value-expected.checksum: Added.
* platform/chromium-mac/fast/forms/placeholder-set-value-expected.png: Added.
* platform/chromium-mac/fast/forms/plaintext-mode-2-expected.checksum: Added.
* platform/chromium-mac/fast/forms/plaintext-mode-2-expected.png: Added.
* platform/chromium-mac/fast/forms/search-cancel-button-style-sharing-expected.checksum: Added.
* platform/chromium-mac/fast/forms/search-cancel-button-style-sharing-expected.png: Added.
* platform/chromium-mac/fast/forms/search-rtl-expected.checksum: Added.
* platform/chromium-mac/fast/forms/search-rtl-expected.png: Added.
* platform/chromium-mac/fast/forms/search-transformed-expected.checksum:
* platform/chromium-mac/fast/forms/search-transformed-expected.png:
* platform/chromium-mac/fast/forms/search-zoomed-expected.checksum: Added.
* platform/chromium-mac/fast/forms/search-zoomed-expected.png: Added.
* platform/chromium-mac/fast/forms/select-align-expected.checksum: Added.
* platform/chromium-mac/fast/forms/select-align-expected.png: Added.
* platform/chromium-mac/fast/forms/select-baseline-expected.checksum:
* platform/chromium-mac/fast/forms/select-baseline-expected.png:
* platform/chromium-mac/fast/forms/select-change-listbox-to-popup-expected.checksum: Added.
* platform/chromium-mac/fast/forms/select-change-listbox-to-popup-expected.png: Added.
* platform/chromium-mac/fast/forms/select-disabled-appearance-expected.checksum: Added.
* platform/chromium-mac/fast/forms/select-disabled-appearance-expected.png: Added.
* platform/chromium-mac/fast/forms/select-initial-position-expected.checksum: Added.
* platform/chromium-mac/fast/forms/select-initial-position-expected.png: Added.
* platform/chromium-mac/fast/forms/select-selected-expected.checksum: Added.
* platform/chromium-mac/fast/forms/select-selected-expected.png: Added.
* platform/chromium-mac/fast/forms/select-visual-hebrew-expected.checksum: Added.
* platform/chromium-mac/fast/forms/select-visual-hebrew-expected.png: Added.
* platform/chromium-mac/fast/forms/stuff-on-my-optgroup-expected.checksum: Added.
* platform/chromium-mac/fast/forms/stuff-on-my-optgroup-expected.png: Added.
* platform/chromium-mac/fast/forms/tabbing-input-iframe-expected.checksum: Added.
* platform/chromium-mac/fast/forms/tabbing-input-iframe-expected.png: Added.
* platform/chromium-mac/fast/forms/targeted-frame-submission-expected.checksum: Added.
* platform/chromium-mac/fast/forms/targeted-frame-submission-expected.png: Added.
* platform/chromium-mac/fast/forms/text-style-color-expected.checksum:
* platform/chromium-mac/fast/forms/text-style-color-expected.png:
* platform/chromium-mac/fast/forms/textarea-align-expected.checksum: Added.
* platform/chromium-mac/fast/forms/textarea-align-expected.png: Added.
* platform/chromium-mac/fast/forms/textarea-placeholder-set-value-expected.checksum: Added.
* platform/chromium-mac/fast/forms/textarea-placeholder-set-value-expected.png: Added.
* platform/chromium-mac/fast/forms/textarea-scroll-height-expected.checksum: Added.
* platform/chromium-mac/fast/forms/textarea-scroll-height-expected.png: Added.
* platform/chromium-mac/fast/forms/textarea-scrolled-type-expected.checksum: Added.
* platform/chromium-mac/fast/forms/textarea-scrolled-type-expected.png: Added.
* platform/chromium-mac/fast/forms/visual-hebrew-text-field-expected.checksum: Added.
* platform/chromium-mac/fast/forms/visual-hebrew-text-field-expected.png: Added.
* platform/chromium-mac/fast/html/keygen-expected.checksum: Added.
* platform/chromium-mac/fast/html/keygen-expected.png: Added.
* platform/chromium-mac/fast/inline/inline-box-background-expected.checksum:
* platform/chromium-mac/fast/inline/inline-box-background-expected.png:
* platform/chromium-mac/fast/inline/inline-box-background-long-image-expected.checksum:
* platform/chromium-mac/fast/inline/inline-box-background-long-image-expected.png:
* platform/chromium-mac/fast/inline/inline-box-background-repeat-x-expected.checksum:
* platform/chromium-mac/fast/inline/inline-box-background-repeat-x-expected.png:
* platform/chromium-mac/fast/inline/inline-box-background-repeat-y-expected.checksum:
* platform/chromium-mac/fast/inline/inline-box-background-repeat-y-expected.png:
* platform/chromium-mac/fast/lists/dynamic-marker-crash-expected.checksum: Added.
* platform/chromium-mac/fast/lists/dynamic-marker-crash-expected.png: Added.
* platform/chromium-mac/fast/multicol/float-avoidance-expected.checksum: Added.
* platform/chromium-mac/fast/multicol/float-avoidance-expected.png: Added.
* platform/chromium-mac/fast/multicol/shadow-breaking-expected.checksum:
* platform/chromium-mac/fast/multicol/shadow-breaking-expected.png:
* platform/chromium-mac/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.checksum: Added.
* platform/chromium-mac/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.png: Added.
* platform/chromium-mac/fast/parser/document-write-option-expected.checksum: Added.
* platform/chromium-mac/fast/parser/document-write-option-expected.png: Added.
* platform/chromium-mac/fast/parser/entity-comment-in-textarea-expected.checksum: Added.
* platform/chromium-mac/fast/parser/entity-comment-in-textarea-expected.png: Added.
* platform/chromium-mac/fast/parser/open-comment-in-textarea-expected.checksum: Added.
* platform/chromium-mac/fast/parser/open-comment-in-textarea-expected.png: Added.
* platform/chromium-mac/fast/repaint/japanese-rl-selection-clear-expected.checksum:
* platform/chromium-mac/fast/repaint/japanese-rl-selection-clear-expected.png:
* platform/chromium-mac/fast/repaint/japanese-rl-selection-repaint-expected.checksum:
* platform/chromium-mac/fast/repaint/japanese-rl-selection-repaint-expected.png:
* 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/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/repaint/repaint-across-writing-mode-boundary-expected.checksum:
* platform/chromium-mac/fast/repaint/repaint-across-writing-mode-boundary-expected.png:
* platform/chromium-mac/fast/repaint/shadow-multiple-horizontal-expected.checksum: Removed.
* platform/chromium-mac/fast/repaint/shadow-multiple-horizontal-expected.png: Removed.
* 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/repaint/shadow-multiple-vertical-expected.checksum: Removed.
* platform/chromium-mac/fast/repaint/shadow-multiple-vertical-expected.png: Removed.
* platform/chromium-mac/fast/replaced/width100percent-button-expected.checksum: Added.
* platform/chromium-mac/fast/replaced/width100percent-button-expected.png: Added.
* platform/chromium-mac/fast/replaced/width100percent-searchfield-expected.checksum: Added.
* platform/chromium-mac/fast/replaced/width100percent-searchfield-expected.png: Added.
* platform/chromium-mac/fast/replaced/width100percent-textarea-expected.checksum:
* platform/chromium-mac/fast/replaced/width100percent-textarea-expected.png:
* platform/chromium-mac/fast/replaced/width100percent-textfield-expected.checksum: Added.
* platform/chromium-mac/fast/replaced/width100percent-textfield-expected.png: Added.
* platform/chromium-mac/fast/selectors/064-expected.checksum: Added.
* platform/chromium-mac/fast/selectors/064-expected.png: Added.
* platform/chromium-mac/fast/speech/input-appearance-speechbutton-expected.checksum:
* platform/chromium-mac/fast/speech/input-appearance-speechbutton-expected.png:
* platform/chromium-mac/fast/speech/input-appearance-speechbutton-expected.txt:
* platform/chromium-mac/fast/table/append-cells2-expected.checksum: Added.
* platform/chromium-mac/fast/table/append-cells2-expected.png: Added.
* platform/chromium-mac/fast/table/border-collapsing/004-vertical-expected.checksum: Added.
* platform/chromium-mac/fast/table/border-collapsing/004-vertical-expected.png: Added.
* platform/chromium-mac/fast/table/frame-and-rules-expected.checksum: Added.
* platform/chromium-mac/fast/table/frame-and-rules-expected.png: Added.
* platform/chromium-mac/fast/table/remove-td-display-none-expected.checksum: Added.
* platform/chromium-mac/fast/table/remove-td-display-none-expected.png: Added.
* platform/chromium-mac/fast/text/atsui-negative-spacing-features-expected.checksum: Added.
* platform/chromium-mac/fast/text/atsui-negative-spacing-features-expected.png: Added.
* platform/chromium-mac/fast/text/atsui-partial-selection-expected.checksum: Added.
* platform/chromium-mac/fast/text/atsui-partial-selection-expected.png: Added.
* platform/chromium-mac/fast/text/atsui-spacing-features-expected.checksum: Added.
* platform/chromium-mac/fast/text/atsui-spacing-features-expected.png: Added.
* platform/chromium-mac/fast/text/backslash-to-yen-sign-euc-expected.checksum: Added.
* platform/chromium-mac/fast/text/backslash-to-yen-sign-euc-expected.png: Added.
* platform/chromium-mac/fast/text/bidi-embedding-pop-and-push-same-expected.checksum: Added.
* platform/chromium-mac/fast/text/bidi-embedding-pop-and-push-same-expected.png: Added.
* platform/chromium-mac/fast/text/capitalize-boundaries-expected.checksum: Added.
* platform/chromium-mac/fast/text/capitalize-boundaries-expected.png: Added.
* platform/chromium-mac/fast/text/in-rendered-text-rtl-expected.checksum: Added.
* platform/chromium-mac/fast/text/in-rendered-text-rtl-expected.png: Added.
* platform/chromium-mac/fast/text/international/bidi-AN-after-L-expected.checksum: Added.
* platform/chromium-mac/fast/text/international/bidi-AN-after-L-expected.png: Added.
* platform/chromium-mac/fast/text/international/bidi-AN-after-L-expected.txt: Added.
* platform/chromium-mac/fast/text/international/bidi-L2-run-reordering-expected.checksum: Added.
* platform/chromium-mac/fast/text/international/bidi-L2-run-reordering-expected.png: Added.
* platform/chromium-mac/fast/text/international/bidi-LDB-2-CSS-expected.checksum: Added.
* platform/chromium-mac/fast/text/international/bidi-LDB-2-CSS-expected.png: Added.
* platform/chromium-mac/fast/text/international/bidi-LDB-2-HTML-expected.checksum: Added.
* platform/chromium-mac/fast/text/international/bidi-LDB-2-HTML-expected.png: Added.
* platform/chromium-mac/fast/text/international/bidi-LDB-2-formatting-characters-expected.checksum: Added.
* platform/chromium-mac/fast/text/international/bidi-LDB-2-formatting-characters-expected.png: Added.
* platform/chromium-mac/fast/text/international/bidi-european-terminators-expected.checksum: Added.
* platform/chromium-mac/fast/text/international/bidi-european-terminators-expected.png: Added.
* platform/chromium-mac/fast/text/international/bidi-ignored-for-first-child-inline-expected.checksum: Added.
* platform/chromium-mac/fast/text/international/bidi-ignored-for-first-child-inline-expected.png: Added.
* platform/chromium-mac/fast/text/international/bidi-innertext-expected.checksum: Added.
* platform/chromium-mac/fast/text/international/bidi-innertext-expected.png: Added.
* platform/chromium-mac/fast/text/international/bidi-layout-across-linebreak-expected.checksum: Added.
* platform/chromium-mac/fast/text/international/bidi-layout-across-linebreak-expected.png: Added.
* platform/chromium-mac/fast/text/international/bidi-linebreak-001-expected.checksum: Added.
* platform/chromium-mac/fast/text/international/bidi-linebreak-001-expected.png: Added.
* platform/chromium-mac/fast/text/international/bidi-linebreak-002-expected.checksum: Added.
* platform/chromium-mac/fast/text/international/bidi-linebreak-002-expected.png: Added.
* platform/chromium-mac/fast/text/international/bidi-linebreak-003-expected.checksum: Added.
* platform/chromium-mac/fast/text/international/bidi-linebreak-003-expected.png: Added.
* platform/chromium-mac/fast/text/international/bidi-listbox-atsui-expected.checksum: Added.
* platform/chromium-mac/fast/text/international/bidi-listbox-atsui-expected.png: Added.
* platform/chromium-mac/fast/text/international/bidi-listbox-expected.checksum: Added.
* platform/chromium-mac/fast/text/international/bidi-listbox-expected.png: Added.
* platform/chromium-mac/fast/text/international/bidi-mirror-he-ar-expected.checksum: Added.
* platform/chromium-mac/fast/text/international/bidi-mirror-he-ar-expected.png: Added.
* platform/chromium-mac/fast/text/international/bidi-mirror-he-ar-expected.txt: Added.
* platform/chromium-mac/fast/text/international/bidi-neutral-run-expected.checksum: Added.
* platform/chromium-mac/fast/text/international/bidi-neutral-run-expected.png: Added.
* platform/chromium-mac/fast/text/international/bidi-neutral-run-expected.txt: Added.
* platform/chromium-mac/fast/text/international/bidi-override-expected.checksum: Added.
* platform/chromium-mac/fast/text/international/bidi-override-expected.png: Added.
* platform/chromium-mac/fast/text/international/hebrew-vowels-expected.checksum: Added.
* platform/chromium-mac/fast/text/international/hebrew-vowels-expected.png: Added.
* platform/chromium-mac/fast/text/international/hindi-spacing-expected.checksum: Added.
* platform/chromium-mac/fast/text/international/hindi-spacing-expected.png: Added.
* platform/chromium-mac/fast/text/international/pop-up-button-text-alignment-and-direction-expected.checksum:
* platform/chromium-mac/fast/text/international/pop-up-button-text-alignment-and-direction-expected.png:
* platform/chromium-mac/fast/text/international/pop-up-button-text-alignment-and-direction-expected.txt: Removed.
* platform/chromium-mac/fast/text/international/rtl-caret-expected.checksum: Added.
* platform/chromium-mac/fast/text/international/rtl-caret-expected.png: Added.
* platform/chromium-mac/fast/text/international/rtl-white-space-pre-wrap-expected.checksum: Added.
* platform/chromium-mac/fast/text/international/rtl-white-space-pre-wrap-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-mac/fast/text/international/text-combine-image-test-expected.txt: Added.
* platform/chromium-mac/fast/text/justified-selection-at-edge-expected.checksum: Added.
* platform/chromium-mac/fast/text/justified-selection-at-edge-expected.png: Added.
* 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:
* platform/chromium-mac/fast/text/justify-nbsp-expected.checksum: Added.
* platform/chromium-mac/fast/text/justify-nbsp-expected.png: Added.
* platform/chromium-mac/fast/text/line-breaks-expected.checksum: Added.
* platform/chromium-mac/fast/text/line-breaks-expected.png: Added.
* platform/chromium-mac/fast/text/trailing-white-space-2-expected.checksum: Removed.
* platform/chromium-mac/fast/text/trailing-white-space-expected.checksum: Removed.
* platform/chromium-mac/fast/text/word-break-run-rounding-expected.checksum: Added.
* platform/chromium-mac/fast/text/word-break-run-rounding-expected.png: Added.
* platform/chromium-mac/fonts/sans-serif-expected.checksum: Added.
* platform/chromium-mac/fonts/sans-serif-expected.png: Added.
* platform/chromium-mac/svg/custom/animate-path-discrete-expected.checksum: Added.
* platform/chromium-mac/svg/custom/animate-path-discrete-expected.png: Added.
* platform/chromium-mac/svg/custom/inline-svg-in-xhtml-expected.checksum:
* platform/chromium-mac/svg/custom/inline-svg-in-xhtml-expected.png:
* platform/chromium-mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.checksum:
* platform/chromium-mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-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/custom/text-dom-01-f-expected.checksum: Added.
* platform/chromium-mac/svg/custom/text-dom-01-f-expected.png: Added.
* platform/chromium-mac/svg/hixie/mixed/003-expected.checksum:
* platform/chromium-mac/svg/hixie/mixed/003-expected.png:
* platform/chromium-mac/svg/zoom/page/zoom-hixie-mixed-008-expected.checksum: Added.
* platform/chromium-mac/tables/mozilla/bugs/bug113424-expected.checksum: Added.
* platform/chromium-mac/tables/mozilla/bugs/bug113424-expected.png: Added.
* platform/chromium-mac/tables/mozilla/bugs/bug1188-expected.checksum:
* platform/chromium-mac/tables/mozilla/bugs/bug1188-expected.png: Added.
* platform/chromium-mac/tables/mozilla/bugs/bug1318-expected.checksum:
* platform/chromium-mac/tables/mozilla/bugs/bug1318-expected.png: Added.
* platform/chromium-mac/tables/mozilla/bugs/bug138725-expected.checksum: Added.
* platform/chromium-mac/tables/mozilla/bugs/bug138725-expected.png: Added.
* platform/chromium-mac/tables/mozilla/bugs/bug14323-expected.checksum: Added.
* platform/chromium-mac/tables/mozilla/bugs/bug14323-expected.png: Added.
* platform/chromium-mac/tables/mozilla/bugs/bug18359-expected.checksum: Added.
* platform/chromium-mac/tables/mozilla/bugs/bug18359-expected.png: Added.
* platform/chromium-mac/tables/mozilla/bugs/bug2479-2-expected.checksum: Added.
* platform/chromium-mac/tables/mozilla/bugs/bug2479-2-expected.png: Added.
* platform/chromium-mac/tables/mozilla/bugs/bug2479-3-expected.checksum: Added.
* platform/chromium-mac/tables/mozilla/bugs/bug2479-3-expected.png: Added.
* platform/chromium-mac/tables/mozilla/bugs/bug26178-expected.checksum: Added.
* platform/chromium-mac/tables/mozilla/bugs/bug26178-expected.png: Added.
* platform/chromium-mac/tables/mozilla/bugs/bug28928-expected.checksum: Added.
* platform/chromium-mac/tables/mozilla/bugs/bug28928-expected.png: Added.
* platform/chromium-mac/tables/mozilla/bugs/bug2962-expected.checksum: Added.
* platform/chromium-mac/tables/mozilla/bugs/bug2962-expected.png: Added.
* platform/chromium-mac/tables/mozilla/bugs/bug30692-expected.checksum: Added.
* platform/chromium-mac/tables/mozilla/bugs/bug30692-expected.png: Added.
* platform/chromium-mac/tables/mozilla/bugs/bug33855-expected.checksum: Added.
* platform/chromium-mac/tables/mozilla/bugs/bug33855-expected.png: Added.
* platform/chromium-mac/tables/mozilla/bugs/bug39209-expected.checksum: Added.
* platform/chromium-mac/tables/mozilla/bugs/bug39209-expected.png: Added.
* platform/chromium-mac/tables/mozilla/bugs/bug4429-expected.checksum: Added.
* platform/chromium-mac/tables/mozilla/bugs/bug4429-expected.png: Added.
* platform/chromium-mac/tables/mozilla/bugs/bug44505-expected.checksum: Added.
* platform/chromium-mac/tables/mozilla/bugs/bug44505-expected.png: Added.
* platform/chromium-mac/tables/mozilla/bugs/bug4527-expected.checksum:
* platform/chromium-mac/tables/mozilla/bugs/bug4527-expected.png: Added.
* platform/chromium-mac/tables/mozilla/bugs/bug46368-1-expected.checksum: Added.
* platform/chromium-mac/tables/mozilla/bugs/bug46368-1-expected.png: Added.
* platform/chromium-mac/tables/mozilla/bugs/bug46368-2-expected.checksum: Added.
* platform/chromium-mac/tables/mozilla/bugs/bug46368-2-expected.png: Added.
* platform/chromium-mac/tables/mozilla/bugs/bug51037-expected.checksum: Added.
* platform/chromium-mac/tables/mozilla/bugs/bug51037-expected.png: Added.
* platform/chromium-mac/tables/mozilla/bugs/bug51727-expected.checksum: Added.
* platform/chromium-mac/tables/mozilla/bugs/bug51727-expected.png: Added.
* platform/chromium-mac/tables/mozilla/bugs/bug52505-expected.checksum: Added.
* platform/chromium-mac/tables/mozilla/bugs/bug52505-expected.png: Added.
* platform/chromium-mac/tables/mozilla/bugs/bug52506-expected.checksum: Added.
* platform/chromium-mac/tables/mozilla/bugs/bug52506-expected.png: Added.
* platform/chromium-mac/tables/mozilla/bugs/bug60749-expected.checksum: Added.
* platform/chromium-mac/tables/mozilla/bugs/bug60749-expected.png: Added.
* platform/chromium-mac/tables/mozilla/bugs/bug67915-1-expected.checksum: Added.
* platform/chromium-mac/tables/mozilla/bugs/bug67915-1-expected.png: Added.
* platform/chromium-mac/tables/mozilla/bugs/bug68912-expected.checksum: Added.
* platform/chromium-mac/tables/mozilla/bugs/bug68912-expected.png: Added.
* platform/chromium-mac/tables/mozilla/bugs/bug7342-expected.checksum: Added.
* platform/chromium-mac/tables/mozilla/bugs/bug7342-expected.png: Added.
* platform/chromium-mac/tables/mozilla/bugs/bug88035-1-expected.checksum: Added.
* platform/chromium-mac/tables/mozilla/bugs/bug88035-1-expected.png: Added.
* platform/chromium-mac/tables/mozilla/bugs/bug88035-2-expected.checksum: Added.
* platform/chromium-mac/tables/mozilla/bugs/bug88035-2-expected.png: Added.
* platform/chromium-mac/tables/mozilla/bugs/bug96334-expected.checksum: Added.
* platform/chromium-mac/tables/mozilla/bugs/bug96334-expected.png: Added.
* platform/chromium-mac/tables/mozilla/collapsing_borders/bug41262-4-expected.checksum: Added.
* platform/chromium-mac/tables/mozilla/collapsing_borders/bug41262-4-expected.png: Added.
* platform/chromium-mac/tables/mozilla/core/bloomberg-expected.checksum:
* platform/chromium-mac/tables/mozilla/core/bloomberg-expected.png:
* platform/chromium-mac/tables/mozilla/core/misc-expected.checksum:
* platform/chromium-mac/tables/mozilla/core/misc-expected.png: Added.
* platform/chromium-mac/tables/mozilla/dom/tableDom-expected.checksum: Added.
* platform/chromium-mac/tables/mozilla/dom/tableDom-expected.png: Added.
* platform/chromium-mac/tables/mozilla/marvin/x_tbody_align_justify-expected.checksum: Added.
* platform/chromium-mac/tables/mozilla/marvin/x_tbody_align_justify-expected.png: Added.
* platform/chromium-mac/tables/mozilla/marvin/x_td_align_justify-expected.checksum: Added.
* platform/chromium-mac/tables/mozilla/marvin/x_td_align_justify-expected.png: Added.
* platform/chromium-mac/tables/mozilla/marvin/x_tfoot_align_justify-expected.checksum: Added.
* platform/chromium-mac/tables/mozilla/marvin/x_tfoot_align_justify-expected.png: Added.
* platform/chromium-mac/tables/mozilla/marvin/x_th_align_justify-expected.checksum: Added.
* platform/chromium-mac/tables/mozilla/marvin/x_th_align_justify-expected.png: Added.
* platform/chromium-mac/tables/mozilla/marvin/x_thead_align_justify-expected.checksum:
* platform/chromium-mac/tables/mozilla/marvin/x_thead_align_justify-expected.png:
* platform/chromium-mac/tables/mozilla/marvin/x_tr_align_justify-expected.checksum: Added.
* platform/chromium-mac/tables/mozilla/marvin/x_tr_align_justify-expected.png: Added.
* platform/chromium-mac/tables/mozilla/other/move_row-expected.checksum: Added.
* platform/chromium-mac/tables/mozilla/other/move_row-expected.png: Added.
* platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug1725-expected.checksum: Added.
* platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug1725-expected.png: Added.
* platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.checksum: Added.
* platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.png: Added.
* platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug58402-2-expected.checksum: Added.
* platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png: Added.
* platform/chromium-mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.checksum: Added.
* platform/chromium-mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.png: Added.
* platform/chromium-mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.checksum: Added.
* platform/chromium-mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.png: Added.
* platform/chromium/test_expectations.txt:
2011-02-18 Mahesh Kulkarni <mahesh.kulkarni@nokia.com>
Reviewed by Kenneth Rohde Christiansen.
[Qt] Implement client based geolocation for qtport
https://bugs.webkit.org/show_bug.cgi?id=42629
Disable Geolocation layout test case until client-based mock layout controller is implemented.
* platform/qt/Skipped:
2011-02-18 Mihai Parparita <mihaip@chromium.org>
Unreviewed mac baseline update. Update some lingering failures after
r78846 (initial baselines in r78884 and r78855 were incorrect).
* media/controls-without-preload-expected.txt:
* platform/mac/fast/forms/text-control-intrinsic-widths-expected.txt:
* platform/mac/fast/text/international/bidi-control-chars-treated-as-ZWS-expected.txt:
* platform/mac/fast/text/international/bidi-mirror-he-ar-expected.txt:
2011-02-18 Martin Robinson <mrobinson@igalia.com>
Reorganize the GTK+ skipped list to make it easier to triage issues
and ease any future switch to test_expectations.txt format.
* platform/gtk/Skipped: Reorganize the GTK+ skipped list.
2011-02-18 Yael Aharon <yael.aharon@nokia.com>
Reviewed by Dave Hyatt.
Add support for dir=auto
https://bugs.webkit.org/show_bug.cgi?id=50916
* fast/dom/HTMLElement/attr-dir-auto-change-before-text-node.html: Added.
* fast/dom/HTMLElement/attr-dir-auto-change-before-text-node-expected.txt: Added.
* fast/dom/HTMLElement/attr-dir-auto-change-child-node-expected.txt: Added.
* fast/dom/HTMLElement/attr-dir-auto-change-child-node.html: Added.
* fast/dom/HTMLElement/attr-dir-auto-change-text-expected.txt: Added.
* fast/dom/HTMLElement/attr-dir-auto-change-text.html: Added.
* fast/dom/HTMLElement/attr-dir-auto-children-expected.txt: Added.
* fast/dom/HTMLElement/attr-dir-auto-children.html: Added.
* fast/dom/HTMLElement/attr-dir-auto-expected.txt: Added.
* fast/dom/HTMLElement/attr-dir-auto-remove-add-children-expected.txt: Added.
* fast/dom/HTMLElement/attr-dir-auto-remove-add-children.html: Added.
* fast/dom/HTMLElement/attr-dir-auto.html: Added.
* fast/dom/HTMLElement/attr-dir-value-change-expected.txt: Added.
* fast/dom/HTMLElement/attr-dir-value-change.html: Added.
2011-02-17 Yael Aharon <yael.aharon@nokia.com>
Reviewed by Antonio Gomes.
Navigating downwards / upwards does not focus on the links spread across more than one line.
https://bugs.webkit.org/show_bug.cgi?id=54639
* fast/spatial-navigation/snav-two-elements-one-line-expected.txt: Added.
* fast/spatial-navigation/snav-two-elements-one-line.html: Added.
2011-02-18 Andrew Wilson <atwilson@chromium.org>
Unreviewed expectations update.
* platform/chromium-win/inspector/styles-update-from-js-expected.txt: Added.
2011-02-18 Andrew Wilson <atwilson@chromium.org>
Unreviewed, rolling out r79007.
http://trac.webkit.org/changeset/79007
Rebaselines were put in the wrong directory due to bug 54691
* platform/chromium-mac-snowleopard/compositing/reflections/deeply-nested-reflections-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/compositing/reflections/deeply-nested-reflections-expected.png: Removed.
* platform/chromium-mac-snowleopard/css1/box_properties/clear_float-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/css1/box_properties/clear_float-expected.png: Removed.
* platform/chromium-mac-snowleopard/css1/box_properties/float_elements_in_series-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/css1/box_properties/float_elements_in_series-expected.png: Removed.
* platform/chromium-mac-snowleopard/css1/box_properties/float_on_text_elements-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/css1/box_properties/float_on_text_elements-expected.png: Removed.
* platform/chromium-mac-snowleopard/css1/text_properties/text_align-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/css1/text_properties/text_align-expected.png: Removed.
* platform/chromium-mac-snowleopard/css2.1/t0805-c5518-brdr-t-01-e-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/css2.1/t0805-c5518-brdr-t-01-e-expected.png: Removed.
* platform/chromium-mac-snowleopard/css2.1/t0905-c5525-fltcont-00-d-g-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/css2.1/t0905-c5525-fltcont-00-d-g-expected.png: Removed.
* platform/chromium-mac-snowleopard/css2.1/t0905-c5525-fltwidth-00-c-g-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/css2.1/t0905-c5525-fltwidth-00-c-g-expected.png: Removed.
* platform/chromium-mac-snowleopard/css2.1/t1202-counter-03-b-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/css2.1/t1202-counter-03-b-expected.png: Removed.
* platform/chromium-mac-snowleopard/css2.1/t1202-counter-04-b-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/css2.1/t1202-counter-04-b-expected.png: Removed.
* platform/chromium-mac-snowleopard/css2.1/t1202-counter-04-b-expected.txt: Removed.
* platform/chromium-mac-snowleopard/css2.1/t1202-counters-03-b-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/css2.1/t1202-counters-03-b-expected.png: Removed.
* platform/chromium-mac-snowleopard/css2.1/t1202-counters-04-b-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/css2.1/t1202-counters-04-b-expected.png: Removed.
* platform/chromium-mac-snowleopard/css2.1/t1202-counters-04-b-expected.txt: Removed.
* platform/chromium-mac-snowleopard/css2.1/t1602-c43-center-00-d-ag-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/css2.1/t1602-c43-center-00-d-ag-expected.png: Removed.
* platform/chromium-mac-snowleopard/css2.1/t1602-c546-txt-align-00-b-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/css2.1/t1602-c546-txt-align-00-b-expected.png: Removed.
* platform/chromium-mac-snowleopard/editing/deleting/delete-tab-003-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/editing/deleting/delete-tab-003-expected.png: Removed.
* platform/chromium-mac-snowleopard/editing/deleting/delete-ws-fixup-001-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/editing/deleting/delete-ws-fixup-001-expected.png: Removed.
* platform/chromium-mac-snowleopard/editing/inserting/insert-tab-003-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/editing/inserting/insert-tab-003-expected.png: Removed.
* platform/chromium-mac-snowleopard/editing/inserting/typing-tab-designmode-forms-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/editing/inserting/typing-tab-designmode-forms-expected.png: Removed.
* platform/chromium-mac-snowleopard/editing/pasteboard/4641033-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/editing/pasteboard/4641033-expected.png: Removed.
* platform/chromium-mac-snowleopard/editing/pasteboard/block-wrappers-necessary-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/editing/pasteboard/block-wrappers-necessary-expected.png: Removed.
* platform/chromium-mac-snowleopard/editing/pasteboard/nested-blocks-with-text-area-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/editing/pasteboard/nested-blocks-with-text-area-expected.png: Removed.
* platform/chromium-mac-snowleopard/editing/pasteboard/nested-blocks-with-text-field-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/editing/pasteboard/nested-blocks-with-text-field-expected.png: Removed.
* platform/chromium-mac-snowleopard/editing/pasteboard/paste-blockquote-2-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/editing/pasteboard/paste-blockquote-2-expected.png: Removed.
* platform/chromium-mac-snowleopard/editing/pasteboard/pasting-tabs-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/editing/pasteboard/pasting-tabs-expected.png: Removed.
* platform/chromium-mac-snowleopard/editing/selection/3690703-2-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/editing/selection/3690703-2-expected.png: Removed.
* platform/chromium-mac-snowleopard/editing/selection/3690703-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/editing/selection/3690703-expected.png: Removed.
* platform/chromium-mac-snowleopard/editing/selection/3690719-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/editing/selection/3690719-expected.png: Removed.
* platform/chromium-mac-snowleopard/editing/selection/4397952-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/editing/selection/4397952-expected.png: Removed.
* platform/chromium-mac-snowleopard/editing/selection/4975120-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/editing/selection/4975120-expected.png: Removed.
* platform/chromium-mac-snowleopard/editing/selection/5240265-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/editing/selection/5240265-expected.png: Removed.
* platform/chromium-mac-snowleopard/editing/selection/caret-rtl-2-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/editing/selection/caret-rtl-2-expected.png: Removed.
* platform/chromium-mac-snowleopard/editing/selection/caret-rtl-2-left-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/editing/selection/caret-rtl-2-left-expected.png: Removed.
* platform/chromium-mac-snowleopard/editing/selection/caret-rtl-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/editing/selection/caret-rtl-expected.png: Removed.
* platform/chromium-mac-snowleopard/editing/selection/caret-rtl-right-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/editing/selection/caret-rtl-right-expected.png: Removed.
* platform/chromium-mac-snowleopard/editing/selection/extend-selection-bidi-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/editing/selection/extend-selection-bidi-expected.png: Removed.
* platform/chromium-mac-snowleopard/editing/selection/move-past-trailing-space-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/editing/selection/replaced-boundaries-3-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/editing/selection/replaced-boundaries-3-expected.png: Removed.
* platform/chromium-mac-snowleopard/editing/selection/select-from-textfield-outwards-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/editing/selection/select-from-textfield-outwards-expected.png: Removed.
* platform/chromium-mac-snowleopard/editing/style/5046875-1-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/editing/style/5046875-1-expected.png: Removed.
* platform/chromium-mac-snowleopard/editing/style/create-block-for-style-011-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/editing/style/create-block-for-style-011-expected.png: Removed.
* platform/chromium-mac-snowleopard/editing/style/create-block-for-style-012-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/editing/style/create-block-for-style-012-expected.png: Removed.
* platform/chromium-mac-snowleopard/editing/style/table-selection-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/editing/style/table-selection-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/block/margin-collapse/103-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/block/margin-collapse/103-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/block/positioning/inline-block-relposition-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/block/positioning/inline-block-relposition-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/blockflow/Kusa-Makura-background-canvas-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/blockflow/Kusa-Makura-background-canvas-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/blockflow/border-vertical-lr-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/blockflow/border-vertical-lr-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/blockflow/border-vertical-lr-expected.txt: Removed.
* platform/chromium-mac-snowleopard/fast/blockflow/japanese-lr-selection-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/blockflow/japanese-lr-selection-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/blockflow/japanese-lr-text-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/blockflow/japanese-lr-text-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/blockflow/japanese-rl-selection-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/blockflow/japanese-rl-selection-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/blockflow/japanese-rl-text-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/blockflow/japanese-rl-text-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/blockflow/japanese-ruby-vertical-lr-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/blockflow/japanese-ruby-vertical-lr-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/blockflow/japanese-ruby-vertical-rl-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/blockflow/japanese-ruby-vertical-rl-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/blockflow/vertical-align-table-baseline-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/blockflow/vertical-align-table-baseline-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/blockflow/vertical-baseline-alignment-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/blockflow/vertical-baseline-alignment-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/blockflow/vertical-font-fallback-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/blockflow/vertical-font-fallback-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/css/beforeSelectorOnCodeElement-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/css/beforeSelectorOnCodeElement-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/css/continuationCrash-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/css/continuationCrash-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/css/css2-system-fonts-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/css/css2-system-fonts-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/css/font-face-default-font-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/css/font-face-default-font-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/css/font-face-locally-installed-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/css/font-face-locally-installed-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/css/margin-top-bottom-dynamic-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/css/margin-top-bottom-dynamic-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/css/rtl-ordering-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/css/rtl-ordering-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/css/text-input-with-webkit-border-radius-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/css/text-input-with-webkit-border-radius-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/css/text-overflow-ellipsis-bidi-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/css/text-overflow-ellipsis-bidi-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/css/text-overflow-ellipsis-strict-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/css/text-overflow-ellipsis-strict-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/css/text-security-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/css/text-security-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/dom/52776-expected.txt: Removed.
* platform/chromium-mac-snowleopard/fast/dom/HTMLInputElement/input-image-alt-text-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/dom/HTMLInputElement/input-image-alt-text-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/dom/HTMLTextAreaElement/reset-textarea-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/dynamic/008-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/dynamic/008-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/events/autoscroll-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/events/autoscroll-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/events/context-no-deselect-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/events/context-no-deselect-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/forms/HTMLOptionElement_label01-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/forms/HTMLOptionElement_label01-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/forms/HTMLOptionElement_label02-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/forms/HTMLOptionElement_label02-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/forms/HTMLOptionElement_label03-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/forms/HTMLOptionElement_label03-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/forms/HTMLOptionElement_label04-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/forms/HTMLOptionElement_label04-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/forms/basic-buttons-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/forms/basic-buttons-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/forms/basic-selects-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/forms/basic-selects-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/forms/basic-selects-expected.txt: Removed.
* platform/chromium-mac-snowleopard/fast/forms/basic-textareas-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/forms/basic-textareas-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/forms/basic-textareas-quirks-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/forms/basic-textareas-quirks-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/forms/blankbuttons-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/forms/blankbuttons-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/forms/button-align-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/forms/button-align-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/forms/button-cannot-be-nested-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/forms/button-cannot-be-nested-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/forms/button-default-title-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/forms/button-default-title-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/forms/button-generated-content-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/forms/button-generated-content-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/forms/button-positioned-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/forms/button-positioned-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/forms/button-sizes-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/forms/button-sizes-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/forms/button-style-color-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/forms/button-style-color-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/forms/button-table-styles-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/forms/button-table-styles-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/forms/button-text-transform-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/forms/button-text-transform-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/forms/button-white-space-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/forms/button-white-space-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/forms/control-clip-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/forms/control-clip-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/forms/control-restrict-line-height-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/forms/control-restrict-line-height-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/forms/file-input-direction-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/forms/file-input-direction-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/forms/file-input-direction-expected.txt: Removed.
* platform/chromium-mac-snowleopard/fast/forms/formmove3-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/forms/formmove3-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/forms/input-align-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/forms/input-align-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/forms/input-appearance-bkcolor-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/forms/input-appearance-bkcolor-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/forms/input-appearance-default-bkcolor-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/forms/input-appearance-default-bkcolor-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/forms/input-appearance-disabled-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/forms/input-appearance-disabled-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/forms/input-appearance-focus-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/forms/input-appearance-focus-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/forms/input-appearance-preventDefault-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/forms/input-appearance-preventDefault-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/forms/input-appearance-readonly-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/forms/input-appearance-readonly-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/forms/input-appearance-selection-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/forms/input-appearance-selection-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/forms/input-appearance-visibility-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/forms/input-appearance-visibility-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/forms/input-appearance-width-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/forms/input-appearance-width-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/forms/input-button-sizes-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/forms/input-button-sizes-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/forms/input-disabled-color-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/forms/input-disabled-color-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/forms/input-double-click-selection-gap-bug-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/forms/input-double-click-selection-gap-bug-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/forms/input-field-text-truncated-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/forms/input-field-text-truncated-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/forms/input-file-re-render-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/forms/input-file-re-render-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/forms/input-first-letter-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/forms/input-first-letter-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/forms/input-readonly-autoscroll-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/forms/input-readonly-autoscroll-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/forms/input-readonly-dimmed-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/forms/input-readonly-dimmed-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/forms/input-spaces-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/forms/input-spaces-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/forms/input-table-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/forms/input-table-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/forms/input-text-double-click-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/forms/input-text-double-click-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/forms/input-text-drag-down-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/forms/input-text-drag-down-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/forms/input-text-scroll-left-on-blur-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/forms/input-text-scroll-left-on-blur-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/forms/input-text-word-wrap-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/forms/input-text-word-wrap-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/forms/menulist-no-overflow-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/forms/menulist-no-overflow-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/forms/menulist-option-wrap-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/forms/menulist-option-wrap-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/forms/menulist-restrict-line-height-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/forms/menulist-restrict-line-height-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/forms/menulist-style-color-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/forms/menulist-style-color-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/forms/menulist-width-change-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/forms/menulist-width-change-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/forms/option-strip-whitespace-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/forms/option-strip-whitespace-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/forms/option-text-clip-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/forms/option-text-clip-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/forms/placeholder-position-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/forms/placeholder-position-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/forms/placeholder-set-value-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/forms/placeholder-set-value-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/forms/plaintext-mode-2-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/forms/plaintext-mode-2-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/forms/search-cancel-button-style-sharing-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/forms/search-cancel-button-style-sharing-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/forms/search-rtl-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/forms/search-rtl-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/forms/search-transformed-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/forms/search-transformed-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/forms/search-zoomed-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/forms/search-zoomed-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/forms/select-align-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/forms/select-align-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/forms/select-baseline-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/forms/select-baseline-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/forms/select-change-listbox-to-popup-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/forms/select-change-listbox-to-popup-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/forms/select-disabled-appearance-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/forms/select-disabled-appearance-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/forms/select-initial-position-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/forms/select-initial-position-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/forms/select-selected-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/forms/select-selected-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/forms/select-visual-hebrew-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/forms/select-visual-hebrew-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/forms/stuff-on-my-optgroup-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/forms/stuff-on-my-optgroup-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/forms/tabbing-input-iframe-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/forms/tabbing-input-iframe-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/forms/targeted-frame-submission-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/forms/targeted-frame-submission-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/forms/text-control-intrinsic-widths-expected.txt: Removed.
* platform/chromium-mac-snowleopard/fast/forms/text-style-color-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/forms/text-style-color-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/forms/textarea-align-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/forms/textarea-align-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/forms/textarea-placeholder-set-value-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/forms/textarea-placeholder-set-value-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/forms/textarea-scroll-height-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/forms/textarea-scroll-height-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/forms/textarea-scrolled-type-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/forms/textarea-scrolled-type-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/forms/visual-hebrew-text-field-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/forms/visual-hebrew-text-field-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/html/keygen-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/html/keygen-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/inline/inline-box-background-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/inline/inline-box-background-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/inline/inline-box-background-long-image-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/inline/inline-box-background-long-image-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/inline/inline-box-background-repeat-x-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/inline/inline-box-background-repeat-x-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/inline/inline-box-background-repeat-y-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/inline/inline-box-background-repeat-y-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/lists/dynamic-marker-crash-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/lists/dynamic-marker-crash-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/multicol/float-avoidance-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/multicol/float-avoidance-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/multicol/shadow-breaking-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/multicol/shadow-breaking-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/parser/document-write-option-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/parser/document-write-option-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/parser/entity-comment-in-textarea-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/parser/entity-comment-in-textarea-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/parser/open-comment-in-textarea-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/parser/open-comment-in-textarea-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/repaint/japanese-rl-selection-clear-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/repaint/japanese-rl-selection-clear-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/repaint/japanese-rl-selection-repaint-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/repaint/japanese-rl-selection-repaint-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/repaint/line-flow-with-floats-1-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/repaint/line-flow-with-floats-1-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/repaint/line-flow-with-floats-10-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/repaint/line-flow-with-floats-10-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/repaint/line-flow-with-floats-2-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/repaint/line-flow-with-floats-2-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/repaint/line-flow-with-floats-3-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/repaint/line-flow-with-floats-3-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/repaint/line-flow-with-floats-4-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/repaint/line-flow-with-floats-4-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/repaint/line-flow-with-floats-5-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/repaint/line-flow-with-floats-5-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/repaint/line-flow-with-floats-6-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/repaint/line-flow-with-floats-6-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/repaint/line-flow-with-floats-7-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/repaint/line-flow-with-floats-7-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/repaint/line-flow-with-floats-8-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/repaint/line-flow-with-floats-8-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/repaint/line-flow-with-floats-9-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/repaint/line-flow-with-floats-9-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/repaint/repaint-across-writing-mode-boundary-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/repaint/repaint-across-writing-mode-boundary-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/repaint/shadow-multiple-horizontal-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/repaint/shadow-multiple-horizontal-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/repaint/shadow-multiple-strict-horizontal-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/repaint/shadow-multiple-strict-horizontal-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/repaint/shadow-multiple-strict-vertical-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/repaint/shadow-multiple-strict-vertical-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/repaint/shadow-multiple-vertical-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/repaint/shadow-multiple-vertical-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/replaced/width100percent-button-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/replaced/width100percent-button-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/replaced/width100percent-searchfield-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/replaced/width100percent-searchfield-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/replaced/width100percent-textarea-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/replaced/width100percent-textarea-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/replaced/width100percent-textfield-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/replaced/width100percent-textfield-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/selectors/064-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/selectors/064-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/speech/input-appearance-speechbutton-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/speech/input-appearance-speechbutton-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/speech/input-appearance-speechbutton-expected.txt: Removed.
* platform/chromium-mac-snowleopard/fast/table/append-cells2-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/table/append-cells2-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/table/border-collapsing/004-vertical-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/table/border-collapsing/004-vertical-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/table/frame-and-rules-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/table/frame-and-rules-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/table/remove-td-display-none-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/table/remove-td-display-none-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/text/atsui-partial-selection-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/text/atsui-partial-selection-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/text/backslash-to-yen-sign-euc-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/text/backslash-to-yen-sign-euc-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/text/bidi-embedding-pop-and-push-same-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/text/bidi-embedding-pop-and-push-same-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/text/capitalize-boundaries-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/text/capitalize-boundaries-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/text/in-rendered-text-rtl-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/text/in-rendered-text-rtl-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/text/international/bidi-AN-after-L-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/text/international/bidi-AN-after-L-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/text/international/bidi-AN-after-L-expected.txt: Removed.
* platform/chromium-mac-snowleopard/fast/text/international/bidi-L2-run-reordering-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/text/international/bidi-L2-run-reordering-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/text/international/bidi-LDB-2-CSS-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/text/international/bidi-LDB-2-CSS-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/text/international/bidi-LDB-2-HTML-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/text/international/bidi-LDB-2-HTML-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/text/international/bidi-LDB-2-formatting-characters-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/text/international/bidi-LDB-2-formatting-characters-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/text/international/bidi-control-chars-treated-as-ZWS-expected.txt: Removed.
* platform/chromium-mac-snowleopard/fast/text/international/bidi-european-terminators-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/text/international/bidi-european-terminators-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/text/international/bidi-ignored-for-first-child-inline-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/text/international/bidi-ignored-for-first-child-inline-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/text/international/bidi-innertext-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/text/international/bidi-innertext-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/text/international/bidi-layout-across-linebreak-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/text/international/bidi-layout-across-linebreak-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/text/international/bidi-linebreak-001-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/text/international/bidi-linebreak-001-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/text/international/bidi-linebreak-002-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/text/international/bidi-linebreak-002-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/text/international/bidi-linebreak-003-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/text/international/bidi-linebreak-003-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/text/international/bidi-listbox-atsui-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/text/international/bidi-listbox-atsui-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/text/international/bidi-listbox-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/text/international/bidi-listbox-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/text/international/bidi-mirror-he-ar-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/text/international/bidi-mirror-he-ar-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/text/international/bidi-mirror-he-ar-expected.txt: Removed.
* platform/chromium-mac-snowleopard/fast/text/international/bidi-neutral-run-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/text/international/bidi-neutral-run-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/text/international/bidi-neutral-run-expected.txt: Removed.
* platform/chromium-mac-snowleopard/fast/text/international/bidi-override-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/text/international/bidi-override-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/text/international/hebrew-vowels-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/text/international/hebrew-vowels-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/text/international/hindi-spacing-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/text/international/hindi-spacing-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/text/international/pop-up-button-text-alignment-and-direction-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/text/international/pop-up-button-text-alignment-and-direction-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/text/international/pop-up-button-text-alignment-and-direction-expected.txt: Removed.
* platform/chromium-mac-snowleopard/fast/text/international/rtl-caret-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/text/international/rtl-caret-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/text/international/rtl-white-space-pre-wrap-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/text/international/rtl-white-space-pre-wrap-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/text/international/text-combine-image-test-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/text/international/text-combine-image-test-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/text/international/text-combine-image-test-expected.txt: Removed.
* platform/chromium-mac-snowleopard/fast/text/justified-selection-at-edge-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/text/justified-selection-at-edge-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/text/justify-ideograph-simple-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/text/justify-ideograph-simple-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/text/justify-ideograph-vertical-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/text/justify-ideograph-vertical-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/text/justify-nbsp-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/text/justify-nbsp-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/text/line-breaks-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/text/line-breaks-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/text/trailing-white-space-2-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/text/trailing-white-space-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/text/word-break-run-rounding-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fast/text/word-break-run-rounding-expected.png: Removed.
* platform/chromium-mac-snowleopard/fonts/sans-serif-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/fonts/sans-serif-expected.png: Removed.
* platform/chromium-mac-snowleopard/svg/custom/animate-path-discrete-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/svg/custom/animate-path-discrete-expected.png: Removed.
* platform/chromium-mac-snowleopard/svg/custom/inline-svg-in-xhtml-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/svg/custom/inline-svg-in-xhtml-expected.png: Removed.
* platform/chromium-mac-snowleopard/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png: Removed.
* platform/chromium-mac-snowleopard/svg/custom/svg-fonts-in-html-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/svg/custom/svg-fonts-in-html-expected.png: Removed.
* platform/chromium-mac-snowleopard/svg/custom/text-dom-01-f-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/svg/custom/text-dom-01-f-expected.png: Removed.
* platform/chromium-mac-snowleopard/svg/hixie/mixed/003-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/svg/hixie/mixed/003-expected.png: Removed.
* platform/chromium-mac-snowleopard/svg/zoom/page/zoom-hixie-mixed-008-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug113424-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug113424-expected.png: Removed.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug1188-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug1188-expected.png: Removed.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug1318-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug1318-expected.png: Removed.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug138725-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug138725-expected.png: Removed.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug14323-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug14323-expected.png: Removed.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug18359-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug18359-expected.png: Removed.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug2479-2-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug2479-2-expected.png: Removed.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug2479-3-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug2479-3-expected.png: Removed.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug26178-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug26178-expected.png: Removed.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug28928-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug28928-expected.png: Removed.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug2962-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug2962-expected.png: Removed.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug30692-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug30692-expected.png: Removed.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug33855-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug33855-expected.png: Removed.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug39209-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug39209-expected.png: Removed.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug4429-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug4429-expected.png: Removed.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug44505-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug44505-expected.png: Removed.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug4527-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug4527-expected.png: Removed.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug46368-1-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug46368-1-expected.png: Removed.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug46368-2-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug46368-2-expected.png: Removed.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug51037-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug51037-expected.png: Removed.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug51727-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug51727-expected.png: Removed.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug52505-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug52505-expected.png: Removed.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug52506-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug52506-expected.png: Removed.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug60749-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug60749-expected.png: Removed.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug67915-1-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug67915-1-expected.png: Removed.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug68912-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug68912-expected.png: Removed.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug7342-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug7342-expected.png: Removed.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug88035-1-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug88035-1-expected.png: Removed.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug88035-2-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug88035-2-expected.png: Removed.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug96334-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug96334-expected.png: Removed.
* platform/chromium-mac-snowleopard/tables/mozilla/collapsing_borders/bug41262-4-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/tables/mozilla/collapsing_borders/bug41262-4-expected.png: Removed.
* platform/chromium-mac-snowleopard/tables/mozilla/core/bloomberg-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/tables/mozilla/core/bloomberg-expected.png: Removed.
* platform/chromium-mac-snowleopard/tables/mozilla/core/misc-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/tables/mozilla/core/misc-expected.png: Removed.
* platform/chromium-mac-snowleopard/tables/mozilla/dom/tableDom-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/tables/mozilla/dom/tableDom-expected.png: Removed.
* platform/chromium-mac-snowleopard/tables/mozilla/marvin/x_tbody_align_justify-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/tables/mozilla/marvin/x_tbody_align_justify-expected.png: Removed.
* platform/chromium-mac-snowleopard/tables/mozilla/marvin/x_td_align_justify-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/tables/mozilla/marvin/x_td_align_justify-expected.png: Removed.
* platform/chromium-mac-snowleopard/tables/mozilla/marvin/x_tfoot_align_justify-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/tables/mozilla/marvin/x_tfoot_align_justify-expected.png: Removed.
* platform/chromium-mac-snowleopard/tables/mozilla/marvin/x_th_align_justify-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/tables/mozilla/marvin/x_th_align_justify-expected.png: Removed.
* platform/chromium-mac-snowleopard/tables/mozilla/marvin/x_thead_align_justify-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/tables/mozilla/marvin/x_thead_align_justify-expected.png: Removed.
* platform/chromium-mac-snowleopard/tables/mozilla/marvin/x_tr_align_justify-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/tables/mozilla/marvin/x_tr_align_justify-expected.png: Removed.
* platform/chromium-mac-snowleopard/tables/mozilla/other/move_row-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/tables/mozilla/other/move_row-expected.png: Removed.
* platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug1725-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug1725-expected.png: Removed.
* platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug2479-5-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug2479-5-expected.png: Removed.
* platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug58402-2-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png: Removed.
* platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.png: Removed.
* platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.checksum: Removed.
* platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.png: Removed.
* platform/chromium/test_expectations.txt:
2011-02-18 Martin Robinson <mrobinson@igalia.com>
Unskip the final set of tests on GTK+ that are missing results.
* platform/gtk/Skipped: Unskip tests that now have results.
2011-02-18 Martin Robinson <mrobinson@igalia.com>
Import the final set of GTK+ baselines for the Mozilla table test suite.
* platform/gtk/Skipped: Unskip tests which now have results.
2011-02-18 Martin Robinson <mrobinson@igalia.com>
Import another set of GTK+ baselines for the Mozilla table tests.
* platform/gtk/Skipped: Unskip tests which now have results.
2011-02-18 Martin Robinson <mrobinson@igalia.com>
Continue importing GTK+ results for Mozilla table tests.
* platform/gtk/Skipped: Unskip test which now have results.
2011-02-18 Jessie Berlin <jberlin@apple.com>
(new) media/video-controls-in-media-documents.html needs baselines for win & mac
https://bugs.webkit.org/show_bug.cgi?id=54757
Unreviewed, adding to the skip list for now until someone can generate the expected results.
* platform/win/Skipped:
2011-02-18 Alexander Pavlov <apavlov@chromium.org>
[Qt] Unreviewed, skip failing inspector/styles/styles-update-from-js.html.
* platform/qt/Skipped:
2011-02-18 Jessie Berlin <jberlin@apple.com>
[Windows 7 Release Tests] ~26 tests failing after r78846
https://bugs.webkit.org/show_bug.cgi?id=54748
Unreviewed. Missed the contents of one of the expected result files.
* platform/win/fast/text/backslash-to-yen-sign-euc-expected.txt:
2011-02-17 Alexander Pavlov <apavlov@chromium.org>
Reviewed by Pavel Feldman.
Web Inspector: reflect changes to styles when they happen outside inspector.
https://bugs.webkit.org/show_bug.cgi?id=44620
* inspector/styles/styles-update-from-js-expected.txt: Added.
* inspector/styles/styles-update-from-js.html: Added.
2011-02-18 Andrew Wilson <atwilson@chromium.org>
Unreviewed expectations changes for Chromium.
* platform/chromium-mac-snowleopard/compositing/reflections/deeply-nested-reflections-expected.checksum: Added.
* platform/chromium-mac-snowleopard/compositing/reflections/deeply-nested-reflections-expected.png: Added.
* platform/chromium-mac-snowleopard/css1/box_properties/clear_float-expected.checksum: Added.
* platform/chromium-mac-snowleopard/css1/box_properties/clear_float-expected.png: Added.
* platform/chromium-mac-snowleopard/css1/box_properties/float_elements_in_series-expected.checksum: Added.
* platform/chromium-mac-snowleopard/css1/box_properties/float_elements_in_series-expected.png: Added.
* platform/chromium-mac-snowleopard/css1/box_properties/float_on_text_elements-expected.checksum: Added.
* platform/chromium-mac-snowleopard/css1/box_properties/float_on_text_elements-expected.png: Added.
* platform/chromium-mac-snowleopard/css1/text_properties/text_align-expected.checksum: Added.
* platform/chromium-mac-snowleopard/css1/text_properties/text_align-expected.png: Added.
* platform/chromium-mac-snowleopard/css2.1/t0805-c5518-brdr-t-01-e-expected.checksum: Added.
* platform/chromium-mac-snowleopard/css2.1/t0805-c5518-brdr-t-01-e-expected.png: Added.
* platform/chromium-mac-snowleopard/css2.1/t0905-c5525-fltcont-00-d-g-expected.checksum: Added.
* platform/chromium-mac-snowleopard/css2.1/t0905-c5525-fltcont-00-d-g-expected.png: Added.
* platform/chromium-mac-snowleopard/css2.1/t0905-c5525-fltwidth-00-c-g-expected.checksum: Added.
* platform/chromium-mac-snowleopard/css2.1/t0905-c5525-fltwidth-00-c-g-expected.png: Added.
* platform/chromium-mac-snowleopard/css2.1/t1202-counter-03-b-expected.checksum: Added.
* platform/chromium-mac-snowleopard/css2.1/t1202-counter-03-b-expected.png: Added.
* platform/chromium-mac-snowleopard/css2.1/t1202-counter-04-b-expected.checksum: Added.
* platform/chromium-mac-snowleopard/css2.1/t1202-counter-04-b-expected.png: Added.
* platform/chromium-mac-snowleopard/css2.1/t1202-counter-04-b-expected.txt: Added.
* platform/chromium-mac-snowleopard/css2.1/t1202-counters-03-b-expected.checksum: Added.
* platform/chromium-mac-snowleopard/css2.1/t1202-counters-03-b-expected.png: Added.
* platform/chromium-mac-snowleopard/css2.1/t1202-counters-04-b-expected.checksum: Added.
* platform/chromium-mac-snowleopard/css2.1/t1202-counters-04-b-expected.png: Added.
* platform/chromium-mac-snowleopard/css2.1/t1202-counters-04-b-expected.txt: Added.
* platform/chromium-mac-snowleopard/css2.1/t1602-c43-center-00-d-ag-expected.checksum: Added.
* platform/chromium-mac-snowleopard/css2.1/t1602-c43-center-00-d-ag-expected.png: Added.
* platform/chromium-mac-snowleopard/css2.1/t1602-c546-txt-align-00-b-expected.checksum: Added.
* platform/chromium-mac-snowleopard/css2.1/t1602-c546-txt-align-00-b-expected.png: Added.
* platform/chromium-mac-snowleopard/editing/deleting/delete-tab-003-expected.checksum: Added.
* platform/chromium-mac-snowleopard/editing/deleting/delete-tab-003-expected.png: Added.
* platform/chromium-mac-snowleopard/editing/deleting/delete-ws-fixup-001-expected.checksum: Added.
* platform/chromium-mac-snowleopard/editing/deleting/delete-ws-fixup-001-expected.png: Added.
* platform/chromium-mac-snowleopard/editing/inserting/insert-tab-003-expected.checksum: Added.
* platform/chromium-mac-snowleopard/editing/inserting/insert-tab-003-expected.png: Added.
* platform/chromium-mac-snowleopard/editing/inserting/typing-tab-designmode-forms-expected.checksum: Added.
* platform/chromium-mac-snowleopard/editing/inserting/typing-tab-designmode-forms-expected.png: Added.
* platform/chromium-mac-snowleopard/editing/pasteboard/4641033-expected.checksum: Added.
* platform/chromium-mac-snowleopard/editing/pasteboard/4641033-expected.png: Added.
* platform/chromium-mac-snowleopard/editing/pasteboard/block-wrappers-necessary-expected.checksum: Added.
* platform/chromium-mac-snowleopard/editing/pasteboard/block-wrappers-necessary-expected.png: Added.
* platform/chromium-mac-snowleopard/editing/pasteboard/nested-blocks-with-text-area-expected.checksum: Added.
* platform/chromium-mac-snowleopard/editing/pasteboard/nested-blocks-with-text-area-expected.png: Added.
* platform/chromium-mac-snowleopard/editing/pasteboard/nested-blocks-with-text-field-expected.checksum: Added.
* platform/chromium-mac-snowleopard/editing/pasteboard/nested-blocks-with-text-field-expected.png: Added.
* platform/chromium-mac-snowleopard/editing/pasteboard/paste-blockquote-2-expected.checksum: Added.
* platform/chromium-mac-snowleopard/editing/pasteboard/paste-blockquote-2-expected.png: Added.
* platform/chromium-mac-snowleopard/editing/pasteboard/pasting-tabs-expected.checksum: Added.
* platform/chromium-mac-snowleopard/editing/pasteboard/pasting-tabs-expected.png: Added.
* platform/chromium-mac-snowleopard/editing/selection/3690703-2-expected.checksum: Added.
* platform/chromium-mac-snowleopard/editing/selection/3690703-2-expected.png: Added.
* platform/chromium-mac-snowleopard/editing/selection/3690703-expected.checksum: Added.
* platform/chromium-mac-snowleopard/editing/selection/3690703-expected.png: Added.
* platform/chromium-mac-snowleopard/editing/selection/3690719-expected.checksum: Added.
* platform/chromium-mac-snowleopard/editing/selection/3690719-expected.png: Added.
* platform/chromium-mac-snowleopard/editing/selection/4397952-expected.checksum: Added.
* platform/chromium-mac-snowleopard/editing/selection/4397952-expected.png: Added.
* platform/chromium-mac-snowleopard/editing/selection/4975120-expected.checksum: Added.
* platform/chromium-mac-snowleopard/editing/selection/4975120-expected.png: Added.
* platform/chromium-mac-snowleopard/editing/selection/5240265-expected.checksum: Added.
* platform/chromium-mac-snowleopard/editing/selection/5240265-expected.png: Added.
* platform/chromium-mac-snowleopard/editing/selection/caret-rtl-2-expected.checksum: Added.
* platform/chromium-mac-snowleopard/editing/selection/caret-rtl-2-expected.png: Added.
* platform/chromium-mac-snowleopard/editing/selection/caret-rtl-2-left-expected.checksum: Added.
* platform/chromium-mac-snowleopard/editing/selection/caret-rtl-2-left-expected.png: Added.
* platform/chromium-mac-snowleopard/editing/selection/caret-rtl-expected.checksum: Added.
* platform/chromium-mac-snowleopard/editing/selection/caret-rtl-expected.png: Added.
* platform/chromium-mac-snowleopard/editing/selection/caret-rtl-right-expected.checksum: Added.
* platform/chromium-mac-snowleopard/editing/selection/caret-rtl-right-expected.png: Added.
* platform/chromium-mac-snowleopard/editing/selection/extend-selection-bidi-expected.checksum: Added.
* platform/chromium-mac-snowleopard/editing/selection/extend-selection-bidi-expected.png: Added.
* platform/chromium-mac-snowleopard/editing/selection/move-past-trailing-space-expected.checksum: Added.
* platform/chromium-mac-snowleopard/editing/selection/replaced-boundaries-3-expected.checksum: Added.
* platform/chromium-mac-snowleopard/editing/selection/replaced-boundaries-3-expected.png: Added.
* platform/chromium-mac-snowleopard/editing/selection/select-from-textfield-outwards-expected.checksum: Added.
* platform/chromium-mac-snowleopard/editing/selection/select-from-textfield-outwards-expected.png: Added.
* platform/chromium-mac-snowleopard/editing/style/5046875-1-expected.checksum: Added.
* platform/chromium-mac-snowleopard/editing/style/5046875-1-expected.png: Added.
* platform/chromium-mac-snowleopard/editing/style/create-block-for-style-011-expected.checksum: Added.
* platform/chromium-mac-snowleopard/editing/style/create-block-for-style-011-expected.png: Added.
* platform/chromium-mac-snowleopard/editing/style/create-block-for-style-012-expected.checksum: Added.
* platform/chromium-mac-snowleopard/editing/style/create-block-for-style-012-expected.png: Added.
* platform/chromium-mac-snowleopard/editing/style/table-selection-expected.checksum: Added.
* platform/chromium-mac-snowleopard/editing/style/table-selection-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/block/margin-collapse/103-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/block/margin-collapse/103-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/block/positioning/inline-block-relposition-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/block/positioning/inline-block-relposition-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/blockflow/Kusa-Makura-background-canvas-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/blockflow/Kusa-Makura-background-canvas-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/blockflow/border-vertical-lr-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/blockflow/border-vertical-lr-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/blockflow/border-vertical-lr-expected.txt: Added.
* platform/chromium-mac-snowleopard/fast/blockflow/japanese-lr-selection-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/blockflow/japanese-lr-selection-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/blockflow/japanese-lr-text-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/blockflow/japanese-lr-text-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/blockflow/japanese-rl-selection-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/blockflow/japanese-rl-selection-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/blockflow/japanese-rl-text-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/blockflow/japanese-rl-text-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/blockflow/japanese-ruby-vertical-lr-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/blockflow/japanese-ruby-vertical-lr-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/blockflow/japanese-ruby-vertical-rl-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/blockflow/japanese-ruby-vertical-rl-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/blockflow/vertical-align-table-baseline-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/blockflow/vertical-align-table-baseline-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/blockflow/vertical-baseline-alignment-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/blockflow/vertical-baseline-alignment-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/blockflow/vertical-font-fallback-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/blockflow/vertical-font-fallback-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/css/beforeSelectorOnCodeElement-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/css/beforeSelectorOnCodeElement-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/css/continuationCrash-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/css/continuationCrash-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/css/css2-system-fonts-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/css/css2-system-fonts-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/css/font-face-default-font-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/css/font-face-default-font-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/css/font-face-locally-installed-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/css/font-face-locally-installed-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/css/margin-top-bottom-dynamic-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/css/margin-top-bottom-dynamic-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/css/rtl-ordering-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/css/rtl-ordering-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/css/text-input-with-webkit-border-radius-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/css/text-input-with-webkit-border-radius-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/css/text-overflow-ellipsis-bidi-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/css/text-overflow-ellipsis-bidi-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/css/text-overflow-ellipsis-strict-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/css/text-overflow-ellipsis-strict-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/css/text-security-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/css/text-security-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/dom/52776-expected.txt: Added.
* platform/chromium-mac-snowleopard/fast/dom/HTMLInputElement/input-image-alt-text-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/dom/HTMLInputElement/input-image-alt-text-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/dom/HTMLTextAreaElement/reset-textarea-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/dynamic/008-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/dynamic/008-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/events/autoscroll-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/events/autoscroll-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/events/context-no-deselect-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/events/context-no-deselect-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/forms/HTMLOptionElement_label01-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/forms/HTMLOptionElement_label01-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/forms/HTMLOptionElement_label02-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/forms/HTMLOptionElement_label02-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/forms/HTMLOptionElement_label03-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/forms/HTMLOptionElement_label03-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/forms/HTMLOptionElement_label04-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/forms/HTMLOptionElement_label04-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/forms/basic-buttons-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/forms/basic-buttons-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/forms/basic-selects-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/forms/basic-selects-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/forms/basic-selects-expected.txt: Added.
* platform/chromium-mac-snowleopard/fast/forms/basic-textareas-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/forms/basic-textareas-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/forms/basic-textareas-quirks-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/forms/basic-textareas-quirks-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/forms/blankbuttons-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/forms/blankbuttons-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/forms/button-align-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/forms/button-align-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/forms/button-cannot-be-nested-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/forms/button-cannot-be-nested-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/forms/button-default-title-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/forms/button-default-title-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/forms/button-generated-content-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/forms/button-generated-content-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/forms/button-positioned-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/forms/button-positioned-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/forms/button-sizes-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/forms/button-sizes-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/forms/button-style-color-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/forms/button-style-color-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/forms/button-table-styles-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/forms/button-table-styles-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/forms/button-text-transform-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/forms/button-text-transform-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/forms/button-white-space-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/forms/button-white-space-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/forms/control-clip-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/forms/control-clip-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/forms/control-restrict-line-height-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/forms/control-restrict-line-height-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/forms/file-input-direction-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/forms/file-input-direction-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/forms/file-input-direction-expected.txt: Added.
* platform/chromium-mac-snowleopard/fast/forms/formmove3-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/forms/formmove3-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/forms/input-align-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/forms/input-align-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/forms/input-appearance-bkcolor-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/forms/input-appearance-bkcolor-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/forms/input-appearance-default-bkcolor-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/forms/input-appearance-default-bkcolor-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/forms/input-appearance-disabled-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/forms/input-appearance-disabled-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/forms/input-appearance-focus-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/forms/input-appearance-focus-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/forms/input-appearance-preventDefault-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/forms/input-appearance-preventDefault-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/forms/input-appearance-readonly-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/forms/input-appearance-readonly-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/forms/input-appearance-selection-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/forms/input-appearance-selection-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/forms/input-appearance-visibility-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/forms/input-appearance-visibility-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/forms/input-appearance-width-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/forms/input-appearance-width-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/forms/input-button-sizes-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/forms/input-button-sizes-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/forms/input-disabled-color-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/forms/input-disabled-color-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/forms/input-double-click-selection-gap-bug-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/forms/input-double-click-selection-gap-bug-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/forms/input-field-text-truncated-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/forms/input-field-text-truncated-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/forms/input-file-re-render-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/forms/input-file-re-render-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/forms/input-first-letter-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/forms/input-first-letter-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/forms/input-readonly-autoscroll-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/forms/input-readonly-autoscroll-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/forms/input-readonly-dimmed-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/forms/input-readonly-dimmed-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/forms/input-spaces-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/forms/input-spaces-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/forms/input-table-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/forms/input-table-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/forms/input-text-double-click-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/forms/input-text-double-click-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/forms/input-text-drag-down-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/forms/input-text-drag-down-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/forms/input-text-scroll-left-on-blur-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/forms/input-text-scroll-left-on-blur-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/forms/input-text-word-wrap-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/forms/input-text-word-wrap-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/forms/menulist-no-overflow-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/forms/menulist-no-overflow-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/forms/menulist-option-wrap-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/forms/menulist-option-wrap-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/forms/menulist-restrict-line-height-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/forms/menulist-restrict-line-height-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/forms/menulist-style-color-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/forms/menulist-style-color-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/forms/menulist-width-change-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/forms/menulist-width-change-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/forms/option-strip-whitespace-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/forms/option-strip-whitespace-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/forms/option-text-clip-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/forms/option-text-clip-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/forms/placeholder-position-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/forms/placeholder-position-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/forms/placeholder-set-value-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/forms/placeholder-set-value-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/forms/plaintext-mode-2-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/forms/plaintext-mode-2-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/forms/search-cancel-button-style-sharing-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/forms/search-cancel-button-style-sharing-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/forms/search-rtl-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/forms/search-rtl-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/forms/search-transformed-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/forms/search-transformed-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/forms/search-zoomed-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/forms/search-zoomed-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/forms/select-align-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/forms/select-align-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/forms/select-baseline-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/forms/select-baseline-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/forms/select-change-listbox-to-popup-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/forms/select-change-listbox-to-popup-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/forms/select-disabled-appearance-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/forms/select-disabled-appearance-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/forms/select-initial-position-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/forms/select-initial-position-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/forms/select-selected-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/forms/select-selected-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/forms/select-visual-hebrew-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/forms/select-visual-hebrew-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/forms/stuff-on-my-optgroup-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/forms/stuff-on-my-optgroup-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/forms/tabbing-input-iframe-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/forms/tabbing-input-iframe-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/forms/targeted-frame-submission-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/forms/targeted-frame-submission-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/forms/text-control-intrinsic-widths-expected.txt: Added.
* platform/chromium-mac-snowleopard/fast/forms/text-style-color-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/forms/text-style-color-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/forms/textarea-align-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/forms/textarea-align-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/forms/textarea-placeholder-set-value-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/forms/textarea-placeholder-set-value-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/forms/textarea-scroll-height-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/forms/textarea-scroll-height-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/forms/textarea-scrolled-type-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/forms/textarea-scrolled-type-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/forms/visual-hebrew-text-field-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/forms/visual-hebrew-text-field-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/html/keygen-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/html/keygen-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/inline/inline-box-background-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/inline/inline-box-background-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/inline/inline-box-background-long-image-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/inline/inline-box-background-long-image-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/inline/inline-box-background-repeat-x-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/inline/inline-box-background-repeat-x-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/inline/inline-box-background-repeat-y-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/inline/inline-box-background-repeat-y-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/lists/dynamic-marker-crash-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/lists/dynamic-marker-crash-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/multicol/float-avoidance-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/multicol/float-avoidance-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/multicol/shadow-breaking-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/multicol/shadow-breaking-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/parser/document-write-option-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/parser/document-write-option-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/parser/entity-comment-in-textarea-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/parser/entity-comment-in-textarea-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/parser/open-comment-in-textarea-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/parser/open-comment-in-textarea-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/repaint/japanese-rl-selection-clear-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/repaint/japanese-rl-selection-clear-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/repaint/japanese-rl-selection-repaint-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/repaint/japanese-rl-selection-repaint-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/repaint/line-flow-with-floats-1-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/repaint/line-flow-with-floats-1-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/repaint/line-flow-with-floats-10-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/repaint/line-flow-with-floats-10-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/repaint/line-flow-with-floats-2-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/repaint/line-flow-with-floats-2-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/repaint/line-flow-with-floats-3-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/repaint/line-flow-with-floats-3-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/repaint/line-flow-with-floats-4-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/repaint/line-flow-with-floats-4-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/repaint/line-flow-with-floats-5-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/repaint/line-flow-with-floats-5-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/repaint/line-flow-with-floats-6-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/repaint/line-flow-with-floats-6-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/repaint/line-flow-with-floats-7-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/repaint/line-flow-with-floats-7-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/repaint/line-flow-with-floats-8-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/repaint/line-flow-with-floats-8-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/repaint/line-flow-with-floats-9-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/repaint/line-flow-with-floats-9-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/repaint/repaint-across-writing-mode-boundary-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/repaint/repaint-across-writing-mode-boundary-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/repaint/shadow-multiple-horizontal-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/repaint/shadow-multiple-horizontal-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/repaint/shadow-multiple-strict-horizontal-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/repaint/shadow-multiple-strict-horizontal-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/repaint/shadow-multiple-strict-vertical-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/repaint/shadow-multiple-strict-vertical-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/repaint/shadow-multiple-vertical-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/repaint/shadow-multiple-vertical-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/replaced/width100percent-button-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/replaced/width100percent-button-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/replaced/width100percent-searchfield-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/replaced/width100percent-searchfield-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/replaced/width100percent-textarea-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/replaced/width100percent-textarea-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/replaced/width100percent-textfield-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/replaced/width100percent-textfield-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/selectors/064-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/selectors/064-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/speech/input-appearance-speechbutton-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/speech/input-appearance-speechbutton-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/speech/input-appearance-speechbutton-expected.txt: Added.
* platform/chromium-mac-snowleopard/fast/table/append-cells2-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/table/append-cells2-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/table/border-collapsing/004-vertical-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/table/border-collapsing/004-vertical-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/table/frame-and-rules-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/table/frame-and-rules-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/table/remove-td-display-none-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/table/remove-td-display-none-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/text/atsui-partial-selection-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/text/atsui-partial-selection-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/text/backslash-to-yen-sign-euc-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/text/backslash-to-yen-sign-euc-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/text/bidi-embedding-pop-and-push-same-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/text/bidi-embedding-pop-and-push-same-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/text/capitalize-boundaries-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/text/capitalize-boundaries-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/text/in-rendered-text-rtl-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/text/in-rendered-text-rtl-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/text/international/bidi-AN-after-L-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/text/international/bidi-AN-after-L-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/text/international/bidi-AN-after-L-expected.txt: Added.
* platform/chromium-mac-snowleopard/fast/text/international/bidi-L2-run-reordering-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/text/international/bidi-L2-run-reordering-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/text/international/bidi-LDB-2-CSS-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/text/international/bidi-LDB-2-CSS-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/text/international/bidi-LDB-2-HTML-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/text/international/bidi-LDB-2-HTML-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/text/international/bidi-LDB-2-formatting-characters-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/text/international/bidi-LDB-2-formatting-characters-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/text/international/bidi-control-chars-treated-as-ZWS-expected.txt: Added.
* platform/chromium-mac-snowleopard/fast/text/international/bidi-european-terminators-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/text/international/bidi-european-terminators-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/text/international/bidi-ignored-for-first-child-inline-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/text/international/bidi-ignored-for-first-child-inline-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/text/international/bidi-innertext-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/text/international/bidi-innertext-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/text/international/bidi-layout-across-linebreak-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/text/international/bidi-layout-across-linebreak-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/text/international/bidi-linebreak-001-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/text/international/bidi-linebreak-001-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/text/international/bidi-linebreak-002-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/text/international/bidi-linebreak-002-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/text/international/bidi-linebreak-003-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/text/international/bidi-linebreak-003-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/text/international/bidi-listbox-atsui-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/text/international/bidi-listbox-atsui-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/text/international/bidi-listbox-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/text/international/bidi-listbox-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/text/international/bidi-mirror-he-ar-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/text/international/bidi-mirror-he-ar-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/text/international/bidi-mirror-he-ar-expected.txt: Added.
* platform/chromium-mac-snowleopard/fast/text/international/bidi-neutral-run-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/text/international/bidi-neutral-run-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/text/international/bidi-neutral-run-expected.txt: Added.
* platform/chromium-mac-snowleopard/fast/text/international/bidi-override-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/text/international/bidi-override-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/text/international/hebrew-vowels-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/text/international/hebrew-vowels-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/text/international/hindi-spacing-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/text/international/hindi-spacing-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/text/international/pop-up-button-text-alignment-and-direction-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/text/international/pop-up-button-text-alignment-and-direction-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/text/international/pop-up-button-text-alignment-and-direction-expected.txt: Added.
* platform/chromium-mac-snowleopard/fast/text/international/rtl-caret-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/text/international/rtl-caret-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/text/international/rtl-white-space-pre-wrap-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/text/international/rtl-white-space-pre-wrap-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/text/international/text-combine-image-test-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/text/international/text-combine-image-test-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/text/international/text-combine-image-test-expected.txt: Added.
* platform/chromium-mac-snowleopard/fast/text/justified-selection-at-edge-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/text/justified-selection-at-edge-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/text/justify-ideograph-simple-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/text/justify-ideograph-simple-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/text/justify-ideograph-vertical-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/text/justify-ideograph-vertical-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/text/justify-nbsp-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/text/justify-nbsp-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/text/line-breaks-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/text/line-breaks-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/text/trailing-white-space-2-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/text/trailing-white-space-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/text/word-break-run-rounding-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/text/word-break-run-rounding-expected.png: Added.
* platform/chromium-mac-snowleopard/fonts/sans-serif-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fonts/sans-serif-expected.png: Added.
* platform/chromium-mac-snowleopard/svg/custom/animate-path-discrete-expected.checksum: Added.
* platform/chromium-mac-snowleopard/svg/custom/animate-path-discrete-expected.png: Added.
* platform/chromium-mac-snowleopard/svg/custom/inline-svg-in-xhtml-expected.checksum: Added.
* platform/chromium-mac-snowleopard/svg/custom/inline-svg-in-xhtml-expected.png: Added.
* platform/chromium-mac-snowleopard/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.checksum: Added.
* platform/chromium-mac-snowleopard/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png: Added.
* platform/chromium-mac-snowleopard/svg/custom/svg-fonts-in-html-expected.checksum: Added.
* platform/chromium-mac-snowleopard/svg/custom/svg-fonts-in-html-expected.png: Added.
* platform/chromium-mac-snowleopard/svg/custom/text-dom-01-f-expected.checksum: Added.
* platform/chromium-mac-snowleopard/svg/custom/text-dom-01-f-expected.png: Added.
* platform/chromium-mac-snowleopard/svg/hixie/mixed/003-expected.checksum: Added.
* platform/chromium-mac-snowleopard/svg/hixie/mixed/003-expected.png: Added.
* platform/chromium-mac-snowleopard/svg/zoom/page/zoom-hixie-mixed-008-expected.checksum: Added.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug113424-expected.checksum: Added.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug113424-expected.png: Added.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug1188-expected.checksum: Added.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug1188-expected.png: Added.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug1318-expected.checksum: Added.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug1318-expected.png: Added.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug138725-expected.checksum: Added.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug138725-expected.png: Added.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug14323-expected.checksum: Added.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug14323-expected.png: Added.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug18359-expected.checksum: Added.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug18359-expected.png: Added.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug2479-2-expected.checksum: Added.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug2479-2-expected.png: Added.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug2479-3-expected.checksum: Added.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug2479-3-expected.png: Added.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug26178-expected.checksum: Added.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug26178-expected.png: Added.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug28928-expected.checksum: Added.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug28928-expected.png: Added.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug2962-expected.checksum: Added.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug2962-expected.png: Added.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug30692-expected.checksum: Added.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug30692-expected.png: Added.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug33855-expected.checksum: Added.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug33855-expected.png: Added.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug39209-expected.checksum: Added.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug39209-expected.png: Added.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug4429-expected.checksum: Added.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug4429-expected.png: Added.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug44505-expected.checksum: Added.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug44505-expected.png: Added.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug4527-expected.checksum: Added.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug4527-expected.png: Added.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug46368-1-expected.checksum: Added.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug46368-1-expected.png: Added.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug46368-2-expected.checksum: Added.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug46368-2-expected.png: Added.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug51037-expected.checksum: Added.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug51037-expected.png: Added.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug51727-expected.checksum: Added.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug51727-expected.png: Added.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug52505-expected.checksum: Added.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug52505-expected.png: Added.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug52506-expected.checksum: Added.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug52506-expected.png: Added.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug60749-expected.checksum: Added.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug60749-expected.png: Added.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug67915-1-expected.checksum: Added.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug67915-1-expected.png: Added.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug68912-expected.checksum: Added.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug68912-expected.png: Added.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug7342-expected.checksum: Added.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug7342-expected.png: Added.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug88035-1-expected.checksum: Added.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug88035-1-expected.png: Added.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug88035-2-expected.checksum: Added.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug88035-2-expected.png: Added.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug96334-expected.checksum: Added.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug96334-expected.png: Added.
* platform/chromium-mac-snowleopard/tables/mozilla/collapsing_borders/bug41262-4-expected.checksum: Added.
* platform/chromium-mac-snowleopard/tables/mozilla/collapsing_borders/bug41262-4-expected.png: Added.
* platform/chromium-mac-snowleopard/tables/mozilla/core/bloomberg-expected.checksum: Added.
* platform/chromium-mac-snowleopard/tables/mozilla/core/bloomberg-expected.png: Added.
* platform/chromium-mac-snowleopard/tables/mozilla/core/misc-expected.checksum: Added.
* platform/chromium-mac-snowleopard/tables/mozilla/core/misc-expected.png: Added.
* platform/chromium-mac-snowleopard/tables/mozilla/dom/tableDom-expected.checksum: Added.
* platform/chromium-mac-snowleopard/tables/mozilla/dom/tableDom-expected.png: Added.
* platform/chromium-mac-snowleopard/tables/mozilla/marvin/x_tbody_align_justify-expected.checksum: Added.
* platform/chromium-mac-snowleopard/tables/mozilla/marvin/x_tbody_align_justify-expected.png: Added.
* platform/chromium-mac-snowleopard/tables/mozilla/marvin/x_td_align_justify-expected.checksum: Added.
* platform/chromium-mac-snowleopard/tables/mozilla/marvin/x_td_align_justify-expected.png: Added.
* platform/chromium-mac-snowleopard/tables/mozilla/marvin/x_tfoot_align_justify-expected.checksum: Added.
* platform/chromium-mac-snowleopard/tables/mozilla/marvin/x_tfoot_align_justify-expected.png: Added.
* platform/chromium-mac-snowleopard/tables/mozilla/marvin/x_th_align_justify-expected.checksum: Added.
* platform/chromium-mac-snowleopard/tables/mozilla/marvin/x_th_align_justify-expected.png: Added.
* platform/chromium-mac-snowleopard/tables/mozilla/marvin/x_thead_align_justify-expected.checksum: Added.
* platform/chromium-mac-snowleopard/tables/mozilla/marvin/x_thead_align_justify-expected.png: Added.
* platform/chromium-mac-snowleopard/tables/mozilla/marvin/x_tr_align_justify-expected.checksum: Added.
* platform/chromium-mac-snowleopard/tables/mozilla/marvin/x_tr_align_justify-expected.png: Added.
* platform/chromium-mac-snowleopard/tables/mozilla/other/move_row-expected.checksum: Added.
* platform/chromium-mac-snowleopard/tables/mozilla/other/move_row-expected.png: Added.
* platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug1725-expected.checksum: Added.
* platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug1725-expected.png: Added.
* platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug2479-5-expected.checksum: Added.
* platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug2479-5-expected.png: Added.
* platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug58402-2-expected.checksum: Added.
* platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png: Added.
* platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.checksum: Added.
* platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.png: Added.
* platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.checksum: Added.
* platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.png: Added.
* platform/chromium/test_expectations.txt:
2011-02-18 Jessie Berlin <jberlin@apple.com>
[Windows 7 Release Tests] ~26 tests failing after r78846
https://bugs.webkit.org/show_bug.cgi?id=54748
Unreviewed. Landing expected (failing?) results to get the Windows 7 Release bots green.
Note: the pixel test results for fast/ruby/nested-ruby.html and
fast/blockflow/Kusa-Makura-background-canvas.html will be landed separately.
* platform/win/css2.1/t0905-c5525-fltwidth-00-c-g-expected.txt:
* platform/win/css2.1/t1202-counter-04-b-expected.txt:
* platform/win/css2.1/t1202-counters-04-b-expected.txt:
* platform/win/editing/pasteboard/nested-blocks-with-text-area-expected.txt:
* platform/win/editing/pasteboard/pasting-tabs-expected.txt:
* platform/win/editing/selection/mixed-editability-10-expected.txt:
* platform/win/fast/blockflow/Kusa-Makura-background-canvas-expected.txt:
* platform/win/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt:
* platform/win/fast/forms/basic-selects-expected.txt:
* platform/win/fast/forms/basic-textareas-expected.txt:
* platform/win/fast/forms/basic-textareas-quirks-expected.txt:
* platform/win/fast/forms/select-writing-direction-natural-expected.txt:
* platform/win/fast/forms/textAreaLineHeight-expected.txt:
* platform/win/fast/forms/textarea-scrollbar-expected.txt:
* platform/win/fast/forms/textarea-scrolled-type-expected.txt:
* platform/win/fast/parser/entity-comment-in-textarea-expected.txt:
* platform/win/fast/parser/open-comment-in-textarea-expected.txt:
* platform/win/fast/ruby/nested-ruby-expected.txt:
* platform/win/fast/text/atsui-negative-spacing-features-expected.txt:
* platform/win/fast/text/backslash-to-yen-sign-euc-expected.txt:
* platform/win/fast/text/international/bidi-control-chars-treated-as-ZWS-expected.txt: Added.
* platform/win/fast/text/international/bidi-menulist-expected.txt:
* platform/win/fast/text/international/pop-up-button-text-alignment-and-direction-expected.txt:
* platform/win/fast/text/justify-ideograph-complex-expected.txt:
* platform/win/fast/text/justify-ideograph-simple-expected.txt:
* platform/win/fast/text/justify-ideograph-vertical-expected.txt:
2011-02-18 Csaba Osztrogonác <ossy@webkit.org>
Unreviewed.
[Qt] Add Qt specific expected results for passing svg/W3C-SVG-1.1 tests.
* platform/qt/Skipped: Unskip passing tests.
* platform/qt/svg/W3C-SVG-1.1/ [...] : Added.
2011-02-18 Philippe Normand <pnormand@igalia.com>
Unreviewed, GTK baselines for two new tests.
* platform/gtk/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt: Added.
* platform/gtk/svg/custom/nested-pattern-boundingBoxModeContent-expected.txt: Added.
2011-02-18 Csaba Osztrogonác <ossy@webkit.org>
Unreviewed.
[Qt] Add Qt specific expected results for passing svg tests.
* platform/qt/Skipped: Unskip a bunch of passing tests.
* platform/qt/svg/clip-path/clip-in-mask-expected.checksum: Added.
* platform/qt/svg/clip-path/clip-in-mask-expected.png: Added.
* platform/qt/svg/clip-path/clip-in-mask-expected.txt: Added.
* platform/qt/svg/clip-path/clip-in-mask-objectBoundingBox-expected.checksum: Added.
* platform/qt/svg/clip-path/clip-in-mask-objectBoundingBox-expected.png: Added.
* platform/qt/svg/clip-path/clip-in-mask-objectBoundingBox-expected.txt: Added.
* platform/qt/svg/clip-path/clip-in-mask-userSpaceOnUse-expected.checksum: Added.
* platform/qt/svg/clip-path/clip-in-mask-userSpaceOnUse-expected.png: Added.
* platform/qt/svg/clip-path/clip-in-mask-userSpaceOnUse-expected.txt: Added.
* platform/qt/svg/clip-path/clip-path-child-clipped-expected.checksum: Added.
* platform/qt/svg/clip-path/clip-path-child-clipped-expected.png: Added.
* platform/qt/svg/clip-path/clip-path-child-clipped-expected.txt: Added.
* platform/qt/svg/clip-path/clip-path-childs-clipped-expected.checksum: Added.
* platform/qt/svg/clip-path/clip-path-childs-clipped-expected.png: Added.
* platform/qt/svg/clip-path/clip-path-childs-clipped-expected.txt: Added.
* platform/qt/svg/clip-path/clip-path-clipped-evenodd-twice-expected.checksum: Added.
* platform/qt/svg/clip-path/clip-path-clipped-evenodd-twice-expected.png: Added.
* platform/qt/svg/clip-path/clip-path-clipped-evenodd-twice-expected.txt: Added.
* platform/qt/svg/clip-path/clip-path-clipped-expected.checksum: Added.
* platform/qt/svg/clip-path/clip-path-clipped-expected.png: Added.
* platform/qt/svg/clip-path/clip-path-clipped-expected.txt: Added.
* platform/qt/svg/clip-path/clip-path-clipped-no-content-expected.checksum: Added.
* platform/qt/svg/clip-path/clip-path-clipped-no-content-expected.png: Added.
* platform/qt/svg/clip-path/clip-path-clipped-no-content-expected.txt: Added.
* platform/qt/svg/clip-path/clip-path-clipped-nonzero-expected.checksum: Added.
* platform/qt/svg/clip-path/clip-path-clipped-nonzero-expected.png: Added.
* platform/qt/svg/clip-path/clip-path-clipped-nonzero-expected.txt: Added.
* platform/qt/svg/clip-path/clip-path-evenodd-expected.checksum: Added.
* platform/qt/svg/clip-path/clip-path-evenodd-expected.png: Added.
* platform/qt/svg/clip-path/clip-path-evenodd-expected.txt: Added.
* platform/qt/svg/clip-path/clip-path-evenodd-nonzero-expected.checksum: Added.
* platform/qt/svg/clip-path/clip-path-evenodd-nonzero-expected.png: Added.
* platform/qt/svg/clip-path/clip-path-evenodd-nonzero-expected.txt: Added.
* platform/qt/svg/clip-path/clip-path-nonzero-evenodd-expected.checksum: Added.
* platform/qt/svg/clip-path/clip-path-nonzero-evenodd-expected.png: Added.
* platform/qt/svg/clip-path/clip-path-nonzero-evenodd-expected.txt: Added.
* platform/qt/svg/clip-path/clip-path-nonzero-expected.checksum: Added.
* platform/qt/svg/clip-path/clip-path-nonzero-expected.png: Added.
* platform/qt/svg/clip-path/clip-path-nonzero-expected.txt: Added.
* platform/qt/svg/clip-path/clip-path-objectBoundingBox-expected.checksum: Added.
* platform/qt/svg/clip-path/clip-path-objectBoundingBox-expected.png: Added.
* platform/qt/svg/clip-path/clip-path-objectBoundingBox-expected.txt: Added.
* platform/qt/svg/clip-path/clip-path-on-clipped-use-expected.checksum: Added.
* platform/qt/svg/clip-path/clip-path-on-clipped-use-expected.png: Added.
* platform/qt/svg/clip-path/clip-path-on-clipped-use-expected.txt: Added.
* platform/qt/svg/clip-path/clip-path-on-g-and-child-expected.checksum: Added.
* platform/qt/svg/clip-path/clip-path-on-g-and-child-expected.png: Added.
* platform/qt/svg/clip-path/clip-path-on-g-and-child-expected.txt: Added.
* platform/qt/svg/clip-path/clip-path-on-g-expected.checksum: Added.
* platform/qt/svg/clip-path/clip-path-on-g-expected.png: Added.
* platform/qt/svg/clip-path/clip-path-on-g-expected.txt: Added.
* platform/qt/svg/clip-path/clip-path-on-svg-and-child-expected.checksum: Added.
* platform/qt/svg/clip-path/clip-path-on-svg-and-child-expected.png: Added.
* platform/qt/svg/clip-path/clip-path-on-svg-and-child-expected.txt: Added.
* platform/qt/svg/clip-path/clip-path-on-svg-expected.checksum: Added.
* platform/qt/svg/clip-path/clip-path-on-svg-expected.png: Added.
* platform/qt/svg/clip-path/clip-path-on-svg-expected.txt: Added.
* platform/qt/svg/clip-path/clip-path-pixelation-expected.checksum: Added.
* platform/qt/svg/clip-path/clip-path-pixelation-expected.png: Added.
* platform/qt/svg/clip-path/clip-path-pixelation-expected.txt: Added.
* platform/qt/svg/clip-path/clip-path-recursive-call-by-child-expected.checksum: Added.
* platform/qt/svg/clip-path/clip-path-recursive-call-by-child-expected.png: Added.
* platform/qt/svg/clip-path/clip-path-recursive-call-by-child-expected.txt: Added.
* platform/qt/svg/clip-path/clip-path-recursive-call-expected.checksum: Added.
* platform/qt/svg/clip-path/clip-path-recursive-call-expected.png: Added.
* platform/qt/svg/clip-path/clip-path-recursive-call-expected.txt: Added.
* platform/qt/svg/clip-path/clip-path-text-and-shape-expected.checksum: Added.
* platform/qt/svg/clip-path/clip-path-text-and-shape-expected.png: Added.
* platform/qt/svg/clip-path/clip-path-text-and-shape-expected.txt: Added.
* platform/qt/svg/clip-path/clip-path-text-and-stroke-expected.checksum: Added.
* platform/qt/svg/clip-path/clip-path-text-and-stroke-expected.png: Added.
* platform/qt/svg/clip-path/clip-path-text-and-stroke-expected.txt: Added.
* platform/qt/svg/clip-path/clip-path-text-expected.checksum: Added.
* platform/qt/svg/clip-path/clip-path-text-expected.png: Added.
* platform/qt/svg/clip-path/clip-path-text-expected.txt: Added.
* platform/qt/svg/clip-path/clip-path-use-as-child-expected.checksum: Added.
* platform/qt/svg/clip-path/clip-path-use-as-child-expected.png: Added.
* platform/qt/svg/clip-path/clip-path-use-as-child-expected.txt: Added.
* platform/qt/svg/clip-path/clip-path-use-as-child2-expected.checksum: Added.
* platform/qt/svg/clip-path/clip-path-use-as-child2-expected.png: Added.
* platform/qt/svg/clip-path/clip-path-use-as-child2-expected.txt: Added.
* platform/qt/svg/clip-path/clip-path-use-as-child3-expected.checksum: Added.
* platform/qt/svg/clip-path/clip-path-use-as-child3-expected.png: Added.
* platform/qt/svg/clip-path/clip-path-use-as-child3-expected.txt: Added.
* platform/qt/svg/clip-path/clip-path-use-as-child4-expected.checksum: Added.
* platform/qt/svg/clip-path/clip-path-use-as-child4-expected.png: Added.
* platform/qt/svg/clip-path/clip-path-use-as-child4-expected.txt: Added.
* platform/qt/svg/clip-path/clip-path-use-as-child5-expected.checksum: Added.
* platform/qt/svg/clip-path/clip-path-use-as-child5-expected.png: Added.
* platform/qt/svg/clip-path/clip-path-use-as-child5-expected.txt: Added.
* platform/qt/svg/clip-path/clip-path-userSpaceOnUse-expected.checksum: Added.
* platform/qt/svg/clip-path/clip-path-userSpaceOnUse-expected.png: Added.
* platform/qt/svg/clip-path/clip-path-userSpaceOnUse-expected.txt: Added.
* platform/qt/svg/clip-path/clip-path-with-container-expected.checksum: Added.
* platform/qt/svg/clip-path/clip-path-with-container-expected.png: Added.
* platform/qt/svg/clip-path/clip-path-with-container-expected.txt: Added.
* platform/qt/svg/clip-path/clip-path-with-different-unittypes-expected.checksum: Added.
* platform/qt/svg/clip-path/clip-path-with-different-unittypes-expected.png: Added.
* platform/qt/svg/clip-path/clip-path-with-different-unittypes-expected.txt: Added.
* platform/qt/svg/clip-path/clip-path-with-different-unittypes2-expected.checksum: Added.
* platform/qt/svg/clip-path/clip-path-with-different-unittypes2-expected.png: Added.
* platform/qt/svg/clip-path/clip-path-with-different-unittypes2-expected.txt: Added.
* platform/qt/svg/clip-path/clip-path-with-invisibile-child-expected.checksum: Added.
* platform/qt/svg/clip-path/clip-path-with-invisibile-child-expected.png: Added.
* platform/qt/svg/clip-path/clip-path-with-invisibile-child-expected.txt: Added.
* platform/qt/svg/clip-path/clip-path-with-text-clipped-expected.checksum: Added.
* platform/qt/svg/clip-path/clip-path-with-text-clipped-expected.png: Added.
* platform/qt/svg/clip-path/clip-path-with-text-clipped-expected.txt: Added.
* platform/qt/svg/clip-path/deep-nested-clip-in-mask-different-unitTypes-expected.checksum: Added.
* platform/qt/svg/clip-path/deep-nested-clip-in-mask-different-unitTypes-expected.png: Added.
* platform/qt/svg/clip-path/deep-nested-clip-in-mask-different-unitTypes-expected.txt: Added.
* platform/qt/svg/clip-path/deep-nested-clip-in-mask-expected.checksum: Added.
* platform/qt/svg/clip-path/deep-nested-clip-in-mask-expected.png: Added.
* platform/qt/svg/clip-path/deep-nested-clip-in-mask-expected.txt: Added.
* platform/qt/svg/clip-path/deep-nested-clip-in-mask-panning-expected.checksum: Added.
* platform/qt/svg/clip-path/deep-nested-clip-in-mask-panning-expected.png: Added.
* platform/qt/svg/clip-path/deep-nested-clip-in-mask-panning-expected.txt: Added.
* platform/qt/svg/clip-path/nested-clip-in-mask-image-based-clipping-expected.checksum: Added.
* platform/qt/svg/clip-path/nested-clip-in-mask-image-based-clipping-expected.png: Added.
* platform/qt/svg/clip-path/nested-clip-in-mask-image-based-clipping-expected.txt: Added.
* platform/qt/svg/clip-path/nested-clip-in-mask-path-and-image-based-clipping-expected.checksum: Added.
* platform/qt/svg/clip-path/nested-clip-in-mask-path-and-image-based-clipping-expected.png: Added.
* platform/qt/svg/clip-path/nested-clip-in-mask-path-and-image-based-clipping-expected.txt: Added.
* platform/qt/svg/clip-path/nested-clip-in-mask-path-based-clipping-expected.checksum: Added.
* platform/qt/svg/clip-path/nested-clip-in-mask-path-based-clipping-expected.png: Added.
* platform/qt/svg/clip-path/nested-clip-in-mask-path-based-clipping-expected.txt: Added.
* platform/qt/svg/custom/clip-path-child-changes-expected.checksum: Added.
* platform/qt/svg/custom/clip-path-child-changes-expected.png: Added.
* platform/qt/svg/custom/clip-path-child-changes-expected.txt: Added.
* platform/qt/svg/custom/clip-path-href-changes-expected.checksum: Added.
* platform/qt/svg/custom/clip-path-href-changes-expected.png: Added.
* platform/qt/svg/custom/clip-path-href-changes-expected.txt: Added.
* platform/qt/svg/custom/clip-path-units-changes-expected.checksum: Added.
* platform/qt/svg/custom/clip-path-units-changes-expected.png: Added.
* platform/qt/svg/custom/clip-path-units-changes-expected.txt: Added.
* platform/qt/svg/custom/clip-path-with-transform-expected.checksum: Added.
* platform/qt/svg/custom/clip-path-with-transform-expected.png: Added.
* platform/qt/svg/custom/clip-path-with-transform-expected.txt: Added.
* platform/qt/svg/custom/marker-overflow-clip-expected.checksum: Added.
* platform/qt/svg/custom/marker-overflow-clip-expected.png: Added.
* platform/qt/svg/custom/marker-overflow-clip-expected.txt: Added.
* platform/qt/svg/custom/mask-with-all-units-expected.checksum: Added.
* platform/qt/svg/custom/mask-with-all-units-expected.png: Added.
* platform/qt/svg/custom/mask-with-all-units-expected.txt: Added.
* platform/qt/svg/custom/recursive-clippath-expected.checksum: Added.
* platform/qt/svg/custom/recursive-clippath-expected.png: Added.
* platform/qt/svg/custom/recursive-clippath-expected.txt: Added.
* platform/qt/svg/custom/svg-fonts-in-text-controls-expected.checksum: Added.
* platform/qt/svg/custom/svg-fonts-in-text-controls-expected.png: Added.
* platform/qt/svg/custom/svg-fonts-in-text-controls-expected.txt: Added.
* platform/qt/svg/custom/text-dom-removal-expected.checksum: Added.
* platform/qt/svg/custom/text-dom-removal-expected.png: Added.
* platform/qt/svg/custom/use-clipped-transform-expected.checksum: Added.
* platform/qt/svg/custom/use-clipped-transform-expected.png: Added.
* platform/qt/svg/dom/length-list-parser-expected.checksum: Added.
* platform/qt/svg/dom/length-list-parser-expected.png: Added.
* platform/qt/svg/dom/length-list-parser-expected.txt:
* platform/qt/svg/text/foreignObject-repaint-expected.checksum: Added.
* platform/qt/svg/text/foreignObject-repaint-expected.png: Added.
* platform/qt/svg/text/foreignObject-repaint-expected.txt: Added.
* platform/qt/svg/text/kerning-expected.checksum: Added.
* platform/qt/svg/text/kerning-expected.png: Added.
* platform/qt/svg/text/kerning-expected.txt: Added.
* platform/qt/svg/text/multichar-glyph-expected.checksum: Added.
* platform/qt/svg/text/multichar-glyph-expected.png: Added.
* platform/qt/svg/text/multichar-glyph-expected.txt: Added.
* platform/qt/svg/text/text-align-01-b-expected.checksum: Added.
* platform/qt/svg/text/text-align-01-b-expected.png: Added.
* platform/qt/svg/text/text-align-01-b-expected.txt: Added.
* platform/qt/svg/text/text-align-02-b-expected.checksum: Added.
* platform/qt/svg/text/text-align-02-b-expected.png: Added.
* platform/qt/svg/text/text-align-02-b-expected.txt: Added.
* platform/qt/svg/text/text-align-03-b-expected.checksum: Added.
* platform/qt/svg/text/text-align-03-b-expected.png: Added.
* platform/qt/svg/text/text-align-03-b-expected.txt: Added.
* platform/qt/svg/text/text-align-04-b-expected.checksum: Added.
* platform/qt/svg/text/text-align-04-b-expected.png: Added.
* platform/qt/svg/text/text-align-04-b-expected.txt: Added.
* platform/qt/svg/text/text-align-05-b-expected.checksum: Added.
* platform/qt/svg/text/text-align-05-b-expected.png: Added.
* platform/qt/svg/text/text-align-05-b-expected.txt: Added.
* platform/qt/svg/text/text-align-06-b-expected.checksum: Added.
* platform/qt/svg/text/text-align-06-b-expected.png: Added.
* platform/qt/svg/text/text-align-06-b-expected.txt: Added.
* platform/qt/svg/text/text-altglyph-01-b-expected.checksum: Added.
* platform/qt/svg/text/text-altglyph-01-b-expected.png: Added.
* platform/qt/svg/text/text-altglyph-01-b-expected.txt: Added.
* platform/qt/svg/text/text-deco-01-b-expected.checksum: Added.
* platform/qt/svg/text/text-deco-01-b-expected.png: Added.
* platform/qt/svg/text/text-deco-01-b-expected.txt: Added.
* platform/qt/svg/text/text-fonts-02-t-expected.checksum: Added.
* platform/qt/svg/text/text-fonts-02-t-expected.png: Added.
* platform/qt/svg/text/text-fonts-02-t-expected.txt: Added.
* platform/qt/svg/text/text-gradient-positioning-expected.checksum: Added.
* platform/qt/svg/text/text-gradient-positioning-expected.png: Added.
* platform/qt/svg/text/text-gradient-positioning-expected.txt: Added.
* platform/qt/svg/text/text-path-01-b-expected.checksum: Added.
* platform/qt/svg/text/text-path-01-b-expected.png: Added.
* platform/qt/svg/text/text-path-01-b-expected.txt: Added.
* platform/qt/svg/text/text-repaint-rects-expected.checksum: Added.
* platform/qt/svg/text/text-repaint-rects-expected.png: Added.
* platform/qt/svg/text/text-repaint-rects-expected.txt: Added.
* platform/qt/svg/text/text-spacing-01-b-expected.checksum: Added.
* platform/qt/svg/text/text-spacing-01-b-expected.png: Added.
* platform/qt/svg/text/text-spacing-01-b-expected.txt: Added.
* platform/qt/svg/text/text-text-01-b-expected.checksum: Added.
* platform/qt/svg/text/text-text-01-b-expected.png: Added.
* platform/qt/svg/text/text-text-01-b-expected.txt: Added.
* platform/qt/svg/text/text-text-03-b-expected.checksum: Added.
* platform/qt/svg/text/text-text-03-b-expected.png: Added.
* platform/qt/svg/text/text-text-03-b-expected.txt: Added.
* platform/qt/svg/text/text-text-04-t-expected.checksum: Added.
* platform/qt/svg/text/text-text-04-t-expected.png: Added.
* platform/qt/svg/text/text-text-04-t-expected.txt: Added.
* platform/qt/svg/text/text-text-05-t-expected.checksum: Added.
* platform/qt/svg/text/text-text-05-t-expected.png: Added.
* platform/qt/svg/text/text-text-05-t-expected.txt: Added.
* platform/qt/svg/text/text-text-06-t-expected.checksum: Added.
* platform/qt/svg/text/text-text-06-t-expected.png: Added.
* platform/qt/svg/text/text-text-06-t-expected.txt: Added.
* platform/qt/svg/text/text-text-07-t-expected.checksum: Added.
* platform/qt/svg/text/text-text-07-t-expected.png: Added.
* platform/qt/svg/text/text-text-07-t-expected.txt: Added.
* platform/qt/svg/text/text-text-08-b-expected.checksum: Added.
* platform/qt/svg/text/text-text-08-b-expected.png: Added.
* platform/qt/svg/text/text-text-08-b-expected.txt: Added.
* platform/qt/svg/text/text-tref-01-b-expected.checksum: Added.
* platform/qt/svg/text/text-tref-01-b-expected.png: Added.
* platform/qt/svg/text/text-tref-01-b-expected.txt: Added.
* platform/qt/svg/text/text-tselect-01-b-expected.checksum: Added.
* platform/qt/svg/text/text-tselect-01-b-expected.png: Added.
* platform/qt/svg/text/text-tselect-01-b-expected.txt: Added.
* platform/qt/svg/text/text-tspan-01-b-expected.checksum: Added.
* platform/qt/svg/text/text-tspan-01-b-expected.png: Added.
* platform/qt/svg/text/text-tspan-01-b-expected.txt: Added.
* platform/qt/svg/text/text-ws-01-t-expected.checksum: Added.
* platform/qt/svg/text/text-ws-01-t-expected.png: Added.
* platform/qt/svg/text/text-ws-01-t-expected.txt: Added.
* platform/qt/svg/text/text-ws-02-t-expected.checksum: Added.
* platform/qt/svg/text/text-ws-02-t-expected.png: Added.
* platform/qt/svg/text/text-ws-02-t-expected.txt: Added.
* platform/qt/svg/text/textPathBoundsBug-expected.checksum: Added.
* platform/qt/svg/text/textPathBoundsBug-expected.png: Added.
* platform/qt/svg/text/textPathBoundsBug-expected.txt: Added.
* platform/qt/svg/transforms/animated-path-inside-transformed-html-expected.checksum: Added.
* platform/qt/svg/transforms/animated-path-inside-transformed-html-expected.png: Added.
* platform/qt/svg/transforms/animated-path-inside-transformed-html-expected.txt: Added.
* platform/qt/svg/transforms/text-with-pattern-inside-transformed-html-expected.checksum: Added.
* platform/qt/svg/transforms/text-with-pattern-inside-transformed-html-expected.png: Added.
* platform/qt/svg/transforms/text-with-pattern-inside-transformed-html-expected.txt: Added.
* platform/qt/svg/transforms/text-with-pattern-with-svg-transform-expected.checksum: Added.
* platform/qt/svg/transforms/text-with-pattern-with-svg-transform-expected.png: Added.
* platform/qt/svg/transforms/text-with-pattern-with-svg-transform-expected.txt: Added.
2011-02-18 Philippe Normand <pnormand@igalia.com>
Unreviewed, skip a GTK media test affected by pixel diferrence
between 32/64-Bits bots.
[GTK] media/video-display-toggle.html is flaky on debug bots
https://bugs.webkit.org/show_bug.cgi?id=54637
* platform/gtk/Skipped:
2011-02-18 Csaba Osztrogonác <ossy@webkit.org>
Unreviewed.
[Qt] Update pixel results for svg tests.
* platform/qt/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.checksum:
* platform/qt/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.png:
* platform/qt/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.checksum:
* platform/qt/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.png:
* platform/qt/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.checksum:
* platform/qt/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.png:
* platform/qt/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.checksum:
* platform/qt/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.png:
* platform/qt/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.checksum:
* platform/qt/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.png:
* platform/qt/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.checksum:
* platform/qt/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.png:
* platform/qt/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.checksum:
* platform/qt/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.png:
* platform/qt/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.checksum:
* platform/qt/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.png:
* platform/qt/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.checksum:
* platform/qt/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.png:
* platform/qt/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.checksum:
* platform/qt/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.png:
* platform/qt/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.checksum:
* platform/qt/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.png:
* platform/qt/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.checksum:
* platform/qt/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.png:
* platform/qt/svg/W3C-SVG-1.1/filters-turb-02-f-expected.checksum:
* platform/qt/svg/W3C-SVG-1.1/filters-turb-02-f-expected.png:
* platform/qt/svg/animations/repeatDur-zero-expected.checksum:
* platform/qt/svg/animations/repeatDur-zero-expected.png:
* platform/qt/svg/batik/paints/patternRegions-positioned-objects-expected.checksum:
* platform/qt/svg/batik/paints/patternRegions-positioned-objects-expected.png:
* platform/qt/svg/batik/text/textDecoration-expected.checksum:
* platform/qt/svg/batik/text/textDecoration-expected.png:
* platform/qt/svg/css/composite-shadow-text-expected.checksum:
* platform/qt/svg/css/composite-shadow-text-expected.png:
* platform/qt/svg/css/text-gradient-shadow-expected.checksum:
* platform/qt/svg/css/text-gradient-shadow-expected.png:
* platform/qt/svg/custom/absolute-sized-content-with-resources-expected.checksum:
* platform/qt/svg/custom/absolute-sized-content-with-resources-expected.png:
* platform/qt/svg/custom/bug45331-expected.checksum:
* platform/qt/svg/custom/bug45331-expected.png:
* platform/qt/svg/custom/clone-element-with-animated-svg-properties-expected.checksum:
* platform/qt/svg/custom/clone-element-with-animated-svg-properties-expected.png:
* platform/qt/svg/custom/convolution-crash-expected.checksum:
* platform/qt/svg/custom/convolution-crash-expected.png:
* platform/qt/svg/custom/getscreenctm-in-scrollable-div-area-expected.checksum:
* platform/qt/svg/custom/getscreenctm-in-scrollable-div-area-expected.png:
* platform/qt/svg/custom/getscreenctm-in-scrollable-div-area-nested-expected.checksum:
* platform/qt/svg/custom/getscreenctm-in-scrollable-div-area-nested-expected.png:
* platform/qt/svg/custom/getscreenctm-in-scrollable-svg-area-expected.checksum:
* platform/qt/svg/custom/getscreenctm-in-scrollable-svg-area-expected.png:
* platform/qt/svg/custom/image-rescale-expected.checksum:
* platform/qt/svg/custom/image-rescale-expected.png:
* platform/qt/svg/custom/image-rescale-scroll-expected.checksum:
* platform/qt/svg/custom/image-rescale-scroll-expected.png:
* platform/qt/svg/custom/js-update-stop-linked-gradient-expected.checksum:
* platform/qt/svg/custom/js-update-stop-linked-gradient-expected.png:
* platform/qt/svg/custom/marker-child-changes-css-expected.checksum:
* platform/qt/svg/custom/marker-child-changes-css-expected.png:
* platform/qt/svg/custom/marker-empty-path-expected.checksum:
* platform/qt/svg/custom/marker-empty-path-expected.png:
* platform/qt/svg/custom/mask-invalidation-expected.checksum:
* platform/qt/svg/custom/mask-invalidation-expected.png:
* platform/qt/svg/custom/massive-coordinates-expected.checksum:
* platform/qt/svg/custom/massive-coordinates-expected.png:
* platform/qt/svg/custom/mouse-move-on-svg-container-expected.checksum:
* platform/qt/svg/custom/mouse-move-on-svg-container-expected.png:
* platform/qt/svg/custom/mouse-move-on-svg-container-standalone-expected.checksum:
* platform/qt/svg/custom/mouse-move-on-svg-container-standalone-expected.png:
* platform/qt/svg/custom/mouse-move-on-svg-root-expected.checksum:
* platform/qt/svg/custom/mouse-move-on-svg-root-expected.png:
* platform/qt/svg/custom/mouse-move-on-svg-root-standalone-expected.checksum:
* platform/qt/svg/custom/mouse-move-on-svg-root-standalone-expected.png:
* platform/qt/svg/custom/non-scaling-stroke-expected.checksum:
* platform/qt/svg/custom/non-scaling-stroke-expected.png:
* platform/qt/svg/custom/pattern-incorrect-tiling-expected.checksum:
* platform/qt/svg/custom/pattern-incorrect-tiling-expected.png:
* platform/qt/svg/custom/pattern-no-pixelation-expected.checksum:
* platform/qt/svg/custom/pattern-no-pixelation-expected.png:
* platform/qt/svg/custom/pattern-size-bigger-than-target-size-expected.checksum:
* platform/qt/svg/custom/pattern-size-bigger-than-target-size-expected.png:
* platform/qt/svg/custom/pattern-skew-transformed-expected.checksum:
* platform/qt/svg/custom/pattern-skew-transformed-expected.png:
* platform/qt/svg/custom/radial-gradient-with-outstanding-focalPoint-expected.checksum:
* platform/qt/svg/custom/radial-gradient-with-outstanding-focalPoint-expected.png:
* platform/qt/svg/custom/recursive-filter-expected.checksum:
* platform/qt/svg/custom/recursive-filter-expected.png:
* platform/qt/svg/custom/recursive-gradient-expected.checksum:
* platform/qt/svg/custom/recursive-gradient-expected.png:
* platform/qt/svg/custom/recursive-mask-expected.checksum:
* platform/qt/svg/custom/recursive-mask-expected.png:
* platform/qt/svg/custom/recursive-pattern-expected.checksum:
* platform/qt/svg/custom/recursive-pattern-expected.png:
* platform/qt/svg/custom/relative-sized-content-with-resources-expected.checksum:
* platform/qt/svg/custom/relative-sized-content-with-resources-expected.png:
* platform/qt/svg/custom/relative-sized-inner-svg-expected.checksum:
* platform/qt/svg/custom/relative-sized-inner-svg-expected.png:
* platform/qt/svg/custom/relative-sized-use-without-attributes-on-symbol-expected.checksum:
* platform/qt/svg/custom/relative-sized-use-without-attributes-on-symbol-expected.png:
* platform/qt/svg/custom/repaint-on-constant-size-change-expected.checksum:
* platform/qt/svg/custom/repaint-on-constant-size-change-expected.png:
* platform/qt/svg/custom/repaint-stroke-width-changes-expected.checksum:
* platform/qt/svg/custom/repaint-stroke-width-changes-expected.png:
* platform/qt/svg/custom/text-rotation-expected.checksum:
* platform/qt/svg/custom/text-rotation-expected.png:
* platform/qt/svg/custom/text-x-dy-lists-expected.checksum:
* platform/qt/svg/custom/text-x-dy-lists-expected.png:
* platform/qt/svg/custom/use-on-clip-path-with-transformation-expected.checksum:
* platform/qt/svg/custom/use-on-clip-path-with-transformation-expected.png:
* platform/qt/svg/custom/use-property-synchronization-crash-expected.checksum:
* platform/qt/svg/custom/use-property-synchronization-crash-expected.png:
* platform/qt/svg/dom/SVGPathSegList-cloning-expected.checksum:
* platform/qt/svg/dom/SVGPathSegList-cloning-expected.png:
* platform/qt/svg/dom/SVGPathSegList-segment-modification-expected.checksum:
* platform/qt/svg/dom/SVGPathSegList-segment-modification-expected.png:
* platform/qt/svg/filters/filter-empty-g-expected.checksum:
* platform/qt/svg/filters/filter-empty-g-expected.png:
* platform/qt/svg/filters/filter-on-filter-for-text-expected.checksum:
* platform/qt/svg/filters/filter-on-filter-for-text-expected.png:
* platform/qt/svg/filters/filter-on-tspan-expected.checksum:
* platform/qt/svg/filters/filter-on-tspan-expected.png:
* platform/qt/svg/filters/filter-width-update-expected.checksum:
* platform/qt/svg/filters/filter-width-update-expected.png:
* platform/qt/svg/foreignObject/disallowed-svg-nodes-as-direct-children-expected.checksum:
* platform/qt/svg/foreignObject/disallowed-svg-nodes-as-direct-children-expected.png:
* platform/qt/svg/foreignObject/no-crash-with-svg-content-in-html-document-expected.checksum:
* platform/qt/svg/foreignObject/no-crash-with-svg-content-in-html-document-expected.png:
* platform/qt/svg/foreignObject/svg-document-as-direct-child-expected.checksum:
* platform/qt/svg/foreignObject/svg-document-as-direct-child-expected.png:
* platform/qt/svg/foreignObject/svg-document-in-html-document-expected.checksum:
* platform/qt/svg/foreignObject/svg-document-in-html-document-expected.png:
* platform/qt/svg/foreignObject/text-tref-02-b-expected.checksum:
* platform/qt/svg/foreignObject/text-tref-02-b-expected.png:
* platform/qt/svg/in-html/circle-expected.checksum:
* platform/qt/svg/in-html/circle-expected.png:
* platform/qt/svg/overflow/overflow-on-outermost-svg-element-defaults-expected.checksum:
* platform/qt/svg/overflow/overflow-on-outermost-svg-element-defaults-expected.png:
* platform/qt/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-1-expected.checksum:
* platform/qt/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-1-expected.png:
* platform/qt/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-2-expected.checksum:
* platform/qt/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-2-expected.png:
* platform/qt/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-3-expected.checksum:
* platform/qt/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-3-expected.png:
* platform/qt/svg/text/lengthAdjust-text-metrics-expected.checksum:
* platform/qt/svg/text/lengthAdjust-text-metrics-expected.png:
* platform/qt/svg/text/selection-styles-expected.checksum:
* platform/qt/svg/text/selection-styles-expected.png:
* platform/qt/svg/text/text-hkern-expected.checksum:
* platform/qt/svg/text/text-hkern-expected.png:
* platform/qt/svg/text/text-hkern-on-vertical-text-expected.checksum:
* platform/qt/svg/text/text-hkern-on-vertical-text-expected.png:
* platform/qt/svg/text/text-vkern-expected.checksum:
* platform/qt/svg/text/text-vkern-expected.png:
* platform/qt/svg/text/text-vkern-on-horizontal-text-expected.checksum:
* platform/qt/svg/text/text-vkern-on-horizontal-text-expected.png:
* platform/qt/svg/zoom/page/zoom-coords-viewattr-01-b-expected.checksum:
* platform/qt/svg/zoom/page/zoom-coords-viewattr-01-b-expected.png:
* platform/qt/svg/zoom/text/zoom-svg-float-border-padding-expected.checksum:
* platform/qt/svg/zoom/text/zoom-svg-float-border-padding-expected.png:
2011-02-18 Csaba Osztrogonác <ossy@webkit.org>
Unreviewed.
[Qt] http/tests/security/xssAuditor/script-tag-with-fancy-unicode.html fails
https://bugs.webkit.org/show_bug.cgi?id=54630
Platform independent expected fail isn't good for Qt, because
this test passes on Qt, so add Qt specific expected result.
* platform/qt/Skipped: Unskip the passing test.
* platform/qt/http/tests/security/xssAuditor/script-tag-with-fancy-unicode-expected.txt: Added.
2011-02-18 Philippe Normand <pnormand@igalia.com>
Unreviewed, skip a GTK media test affected by pixel diferrence
between 32/64-Bits bots.
[GTK] media/video-display-toggle.html is flaky on debug bots
https://bugs.webkit.org/show_bug.cgi?id=54637
* platform/gtk/Skipped:
2011-02-18 Philippe Normand <pnormand@igalia.com>
Unreviewed, rolling out r78979.
http://trac.webkit.org/changeset/78979
https://bugs.webkit.org/show_bug.cgi?id=53146
causes multiple crashes on GTK
* platform/gtk/accessibility/combo-box-collapsed-selection-changed-expected.txt: Removed.
* platform/gtk/accessibility/combo-box-collapsed-selection-changed.html: Removed.
2011-02-18 Philippe Normand <pnormand@igalia.com>
Unreviewed, rolling out r78982.
http://trac.webkit.org/changeset/78982
* platform/gtk/accessibility/combo-box-collapsed-selection-changed-expected.txt:
2011-02-18 Philippe Normand <pnormand@igalia.com>
Unreviewed, update platform/gtk/accessibility test baselines as
requested by Mario Sanchez Prada.
* platform/gtk/accessibility/combo-box-collapsed-selection-changed-expected.txt:
2011-02-17 Hans Wennborg <hans@chromium.org>
Reviewed by Jeremy Orlow.
IndexedDB: Populate indexes created for object stores with data
https://bugs.webkit.org/show_bug.cgi?id=54669
Test that creating an index for an object store that already holds
data works.
* storage/indexeddb/index-basics-expected.txt:
* storage/indexeddb/index-basics.html:
2011-02-18 Mario Sanchez Prada <msanchez@igalia.com>
[GTK] Combo boxes should emit object:selection-changed even when collapsed
https://bugs.webkit.org/show_bug.cgi?id=53146
New GTK-specific layout test to check the right signals are emitted.
* platform/gtk/accessibility/combo-box-collapsed-selection-changed-expected.txt: Added.
* platform/gtk/accessibility/combo-box-collapsed-selection-changed.html: Added.
2011-02-18 Philippe Normand <pnormand@igalia.com>
Unreviewed, update GTK tables/mozilla_expected_failures baselines
* platform/gtk/tables/mozilla_expected_failures/bugs/bug10140-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug10216-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug104898-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug1055-2-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug106966-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug1128-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug14007-1-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug14007-2-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug29058-2-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-11-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-12-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-4-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-5-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-6-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-7-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-8-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug89315-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug91057-expected.txt:
2011-02-18 Philippe Normand <pnormand@igalia.com>
Unreviewed, update GTK media test baselines
* platform/gtk/media/video-controls-in-media-document-expected.txt:
2011-02-17 Philippe Normand <pnormand@igalia.com>
Reviewed by Martin Robinson.
[GTK] media/video-controls-in-media-document.html potentially flaky
https://bugs.webkit.org/show_bug.cgi?id=54631
Refactored the test to roll the element to play before dumping the
DRT. Also added baselines for GTK and fixed the media-file.js
include after r78778.
* media/video-controls-in-media-document.html:
* platform/gtk/media/video-controls-in-media-document-expected.txt: Added.
2011-02-18 Philippe Normand <pnormand@igalia.com>
Unreviewed, update GTK media test baselines
* platform/gtk/media/controls-styling-expected.txt:
2011-02-17 Sergio Villar Senin <svillar@igalia.com>
Unreviewed.
Added another bunch of GTK+ baselines for Mozilla test suites
(tables/mozilla_expected_failures/bugs).
* platform/gtk/Skipped: Unskip tests which now have results.
2011-02-17 Csaba Osztrogonác <ossy@webkit.org>
Unreviewed.
[Qt]REGRESSION(r78846): editing/selection/mixed-editability-10.html
https://bugs.webkit.org/show_bug.cgi?id=54725
* platform/qt/Skipped: Add editing/selection/mixed-editability-10.html until fix.
* platform/qt/fast/text/justify-nbsp-expected.txt: updated after r78846.
2011-02-17 Csaba Osztrogonác <ossy@webkit.org>
Unreviewed.
Update Qt specific expected files after r78846.
* platform/qt/css1/box_properties/clear_float-expected.checksum: Added.
* platform/qt/css1/box_properties/clear_float-expected.png: Added.
* platform/qt/css1/box_properties/clear_float-expected.txt:
* platform/qt/css1/box_properties/float_elements_in_series-expected.checksum: Added.
* platform/qt/css1/box_properties/float_elements_in_series-expected.png: Added.
* platform/qt/css1/box_properties/float_elements_in_series-expected.txt:
* platform/qt/css1/box_properties/float_on_text_elements-expected.checksum: Added.
* platform/qt/css1/box_properties/float_on_text_elements-expected.png: Added.
* platform/qt/css1/box_properties/float_on_text_elements-expected.txt:
* platform/qt/css2.1/t0905-c414-flt-wrap-00-e-expected.txt:
* platform/qt/css2.1/t0905-c5525-fltcont-00-d-g-expected.checksum:
* platform/qt/css2.1/t0905-c5525-fltcont-00-d-g-expected.png:
* platform/qt/css2.1/t0905-c5525-fltcont-00-d-g-expected.txt:
* platform/qt/css2.1/t0905-c5525-fltmult-00-d-g-expected.txt:
* platform/qt/css2.1/t0905-c5525-fltwidth-00-c-g-expected.checksum:
* platform/qt/css2.1/t0905-c5525-fltwidth-00-c-g-expected.png:
* platform/qt/css2.1/t0905-c5525-fltwidth-00-c-g-expected.txt:
* platform/qt/css2.1/t1602-c546-txt-align-00-b-expected.checksum:
* platform/qt/css2.1/t1602-c546-txt-align-00-b-expected.png:
* platform/qt/css2.1/t1602-c546-txt-align-00-b-expected.txt:
* platform/qt/editing/pasteboard/5478250-expected.checksum: Added.
* platform/qt/editing/pasteboard/5478250-expected.png: Added.
* platform/qt/editing/pasteboard/5478250-expected.txt:
* platform/qt/editing/selection/3690703-2-expected.checksum:
* platform/qt/editing/selection/3690703-2-expected.png:
* platform/qt/editing/selection/3690703-2-expected.txt:
* platform/qt/editing/selection/3690703-expected.checksum:
* platform/qt/editing/selection/3690703-expected.png:
* platform/qt/editing/selection/3690703-expected.txt:
* platform/qt/editing/selection/3690719-expected.checksum:
* platform/qt/editing/selection/3690719-expected.png:
* platform/qt/editing/selection/3690719-expected.txt:
* platform/qt/fast/blockflow/box-shadow-horizontal-bt-expected.checksum:
* platform/qt/fast/blockflow/box-shadow-horizontal-bt-expected.png:
* platform/qt/fast/blockflow/box-shadow-horizontal-bt-expected.txt:
* platform/qt/fast/multicol/vertical-lr/float-avoidance-expected.checksum:
* platform/qt/fast/multicol/vertical-lr/float-avoidance-expected.png:
* platform/qt/fast/multicol/vertical-lr/float-avoidance-expected.txt:
* platform/qt/fast/multicol/vertical-rl/float-avoidance-expected.checksum:
* platform/qt/fast/multicol/vertical-rl/float-avoidance-expected.png:
* platform/qt/fast/multicol/vertical-rl/float-avoidance-expected.txt:
* platform/qt/fast/table/035-vertical-expected.png:
* platform/qt/fast/table/035-vertical-expected.txt:
* platform/qt/fast/table/border-collapsing/004-vertical-expected.checksum:
* platform/qt/fast/table/border-collapsing/004-vertical-expected.png:
* platform/qt/fast/table/border-collapsing/004-vertical-expected.txt:
* platform/qt/fast/table/border-collapsing/rtl-border-collapsing-vertical-expected.checksum:
* platform/qt/fast/table/border-collapsing/rtl-border-collapsing-vertical-expected.png:
* platform/qt/fast/table/border-collapsing/rtl-border-collapsing-vertical-expected.txt:
* platform/qt/fast/table/rowspan-paint-order-vertical-expected.checksum:
* platform/qt/fast/table/rowspan-paint-order-vertical-expected.png:
* platform/qt/fast/table/rowspan-paint-order-vertical-expected.txt:
* platform/qt/svg/custom/svg-fonts-with-no-element-reference-expected.checksum:
* platform/qt/svg/custom/svg-fonts-with-no-element-reference-expected.png:
* platform/qt/svg/custom/svg-fonts-with-no-element-reference-expected.txt:
* platform/qt/svg/custom/svg-fonts-without-missing-glyph-expected.checksum:
* platform/qt/svg/custom/svg-fonts-without-missing-glyph-expected.png:
* platform/qt/svg/custom/svg-fonts-without-missing-glyph-expected.txt:
* platform/qt/svg/zoom/page/zoom-hixie-mixed-008-expected.checksum: Added.
* platform/qt/svg/zoom/page/zoom-hixie-mixed-008-expected.png: Added.
* platform/qt/svg/zoom/page/zoom-hixie-mixed-008-expected.txt:
* platform/qt/svg/zoom/text/zoom-hixie-mixed-008-expected.png:
* platform/qt/svg/zoom/text/zoom-hixie-mixed-008-expected.txt:
2011-02-17 Mihai Parparita <mihaip@chromium.org>
Unreviewed Chromium expectations update. Actually mark Windows and Linux
as IMAGE+TEXT.
* platform/chromium/test_expectations.txt:
2011-02-17 Mihai Parparita <mihaip@chromium.org>
Unreviewed Chromium expectations update. Fix expectations after r78951
(there are text difs too on Windows and Linux).
* platform/chromium/test_expectations.txt:
2011-02-17 Mihai Parparita <mihaip@chromium.org>
Reviewed by Kent Tamura.
[chromium] Video-related compositor tests failing in DumpRenderTree
https://bugs.webkit.org/show_bug.cgi?id=47231
Make tests fall back to .ogv (Theora) videos if they can't play the
.mp4/.mov files.
* compositing/geometry/clipped-video-controller.html:
* compositing/geometry/video-fixed-scrolling.html:
* compositing/geometry/video-opacity-overlay.html:
* compositing/layers-inside-overflow-scroll.html:
* compositing/overflow/overflow-compositing-descendant.html:
* compositing/overflow/scroll-ancestor-update.html:
* compositing/reflections/load-video-in-reflection.html:
* compositing/resources/alpha-gradient-small.ogv: Added.
* compositing/resources/video.ogv: Added.
* compositing/self-painting-layers.html:
* compositing/self-painting-layers2.html:
* compositing/video/video-background-color.html:
* compositing/video/video-poster.html:
* platform/chromium/test_expectations.txt:
2011-02-17 Andrew Wilson <atwilson@chromium.org>
Unreviewed expectations fix for chromium.
* platform/chromium/test_expectations.txt:
2011-02-17 Andrew Wilson <atwilson@chromium.org>
Unreviewed expectations tweak in attempt to green up the chromium canaries.
* platform/chromium/test_expectations.txt:
2011-02-17 Andrew Wilson <atwilson@chromium.org>
Unreviewed test expectations change to ignore errors for coords-units-03-b.svg until we can rebaseline it.
* platform/chromium/test_expectations.txt:
2011-02-17 Martin Robinson <mrobinson@igalia.com>
Updated GTK+ expectations after r78846. Add new pixel results for tests that
have changed and are missing them.
2011-02-17 Martin Robinson <mrobinson@igalia.com>
Continue importing GTK+ results for the Mozilla table tests.
* platform/gtk/Skipped: Unskip tests which now have results.
2011-02-17 Andrew Wilson <atwilson@chromium.org>
Unreviewed expectations changes.
* 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_on_text_elements-expected.checksum:
* platform/chromium-linux/css1/box_properties/float_on_text_elements-expected.png:
* platform/chromium-linux/css1/text_properties/text_align-expected.checksum:
* platform/chromium-linux/css1/text_properties/text_align-expected.png:
* platform/chromium-linux/css2.1/t0905-c414-flt-wrap-00-e-expected.checksum:
* platform/chromium-linux/css2.1/t0905-c414-flt-wrap-00-e-expected.png:
* platform/chromium-linux/css2.1/t0905-c5525-fltcont-00-d-g-expected.checksum:
* platform/chromium-linux/css2.1/t0905-c5525-fltcont-00-d-g-expected.png:
* platform/chromium-linux/css2.1/t0905-c5525-fltcont-00-d-g-expected.txt:
* platform/chromium-linux/css2.1/t0905-c5525-fltmult-00-d-g-expected.checksum:
* platform/chromium-linux/css2.1/t0905-c5525-fltmult-00-d-g-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/css2.1/t0905-c5525-fltwidth-00-c-g-expected.txt:
* platform/chromium-linux/css2.1/t1602-c43-center-00-d-ag-expected.checksum:
* platform/chromium-linux/css2.1/t1602-c43-center-00-d-ag-expected.png:
* platform/chromium-linux/css2.1/t1602-c546-txt-align-00-b-expected.checksum:
* platform/chromium-linux/css2.1/t1602-c546-txt-align-00-b-expected.png:
* platform/chromium-linux/editing/pasteboard/block-wrappers-necessary-expected.checksum:
* platform/chromium-linux/editing/pasteboard/block-wrappers-necessary-expected.png:
* platform/chromium-linux/editing/pasteboard/nested-blocks-with-text-area-expected.checksum:
* platform/chromium-linux/editing/pasteboard/nested-blocks-with-text-area-expected.png:
* platform/chromium-linux/editing/pasteboard/nested-blocks-with-text-field-expected.checksum:
* platform/chromium-linux/editing/pasteboard/nested-blocks-with-text-field-expected.png:
* platform/chromium-linux/editing/selection/3690703-2-expected.checksum:
* platform/chromium-linux/editing/selection/3690703-2-expected.png:
* platform/chromium-linux/editing/selection/3690703-2-expected.txt:
* platform/chromium-linux/editing/selection/3690703-expected.checksum:
* platform/chromium-linux/editing/selection/3690703-expected.png:
* platform/chromium-linux/editing/selection/3690703-expected.txt:
* platform/chromium-linux/editing/selection/3690719-expected.checksum:
* platform/chromium-linux/editing/selection/3690719-expected.png:
* platform/chromium-linux/editing/selection/3690719-expected.txt:
* platform/chromium-linux/editing/style/5046875-2-expected.checksum:
* platform/chromium-linux/editing/style/5046875-2-expected.png:
* platform/chromium-linux/editing/style/block-style-001-expected.checksum:
* platform/chromium-linux/editing/style/block-style-001-expected.png:
* platform/chromium-linux/editing/style/block-style-002-expected.checksum:
* platform/chromium-linux/editing/style/block-style-002-expected.png:
* platform/chromium-linux/editing/style/block-style-003-expected.checksum:
* platform/chromium-linux/editing/style/block-style-003-expected.png:
* platform/chromium-linux/editing/style/create-block-for-style-002-expected.checksum:
* platform/chromium-linux/editing/style/create-block-for-style-002-expected.png:
* platform/chromium-linux/editing/style/create-block-for-style-003-expected.checksum:
* platform/chromium-linux/editing/style/create-block-for-style-003-expected.png:
* platform/chromium-linux/editing/style/create-block-for-style-004-expected.checksum:
* platform/chromium-linux/editing/style/create-block-for-style-004-expected.png:
* platform/chromium-linux/editing/style/create-block-for-style-005-expected.checksum:
* platform/chromium-linux/editing/style/create-block-for-style-005-expected.png:
* platform/chromium-linux/editing/style/create-block-for-style-006-expected.checksum:
* platform/chromium-linux/editing/style/create-block-for-style-006-expected.png:
* platform/chromium-linux/editing/style/create-block-for-style-008-expected.checksum:
* platform/chromium-linux/editing/style/create-block-for-style-008-expected.png:
* platform/chromium-linux/editing/style/create-block-for-style-009-expected.checksum:
* platform/chromium-linux/editing/style/create-block-for-style-009-expected.png:
* platform/chromium-linux/editing/style/create-block-for-style-010-expected.checksum:
* platform/chromium-linux/editing/style/create-block-for-style-010-expected.png:
* platform/chromium-linux/editing/style/create-block-for-style-011-expected.checksum:
* platform/chromium-linux/editing/style/create-block-for-style-011-expected.png:
* platform/chromium-linux/editing/style/create-block-for-style-012-expected.checksum:
* platform/chromium-linux/editing/style/create-block-for-style-012-expected.png:
* platform/chromium-linux/editing/style/create-block-for-style-013-expected.checksum:
* platform/chromium-linux/editing/style/create-block-for-style-013-expected.png:
* platform/chromium-linux/editing/style/table-selection-expected.checksum:
* platform/chromium-linux/editing/style/table-selection-expected.png:
* platform/chromium-linux/fast/block/basic/016-expected.checksum:
* platform/chromium-linux/fast/block/basic/016-expected.png:
* platform/chromium-linux/fast/block/basic/016-expected.txt: Removed.
* platform/chromium-linux/fast/block/float/013-expected.checksum:
* platform/chromium-linux/fast/block/float/013-expected.png:
* platform/chromium-linux/fast/block/float/016-expected.checksum:
* platform/chromium-linux/fast/block/float/016-expected.png:
* platform/chromium-linux/fast/block/margin-collapse/103-expected.txt:
* platform/chromium-linux/fast/block/positioning/051-expected.checksum:
* platform/chromium-linux/fast/block/positioning/051-expected.png:
* platform/chromium-linux/fast/block/positioning/inline-block-relposition-expected.checksum:
* platform/chromium-linux/fast/block/positioning/inline-block-relposition-expected.png:
* platform/chromium-linux/fast/block/positioning/inline-block-relposition-expected.txt:
* platform/chromium-linux/fast/blockflow/box-shadow-horizontal-bt-expected.checksum:
* platform/chromium-linux/fast/blockflow/box-shadow-horizontal-bt-expected.png:
* platform/chromium-linux/fast/blockflow/box-shadow-vertical-lr-expected.checksum:
* platform/chromium-linux/fast/blockflow/box-shadow-vertical-lr-expected.png:
* platform/chromium-linux/fast/blockflow/box-shadow-vertical-rl-expected.checksum:
* platform/chromium-linux/fast/blockflow/box-shadow-vertical-rl-expected.png:
* platform/chromium-linux/fast/box-shadow/inset-expected.checksum:
* platform/chromium-linux/fast/box-shadow/inset-expected.png:
* platform/chromium-linux/fast/css/create_element_align-expected.checksum:
* platform/chromium-linux/fast/css/create_element_align-expected.png:
* platform/chromium-linux/fast/dom/HTMLTableElement/createCaption-expected.checksum:
* platform/chromium-linux/fast/dom/HTMLTableElement/createCaption-expected.png:
* platform/chromium-linux/fast/forms/button-default-title-expected.checksum:
* platform/chromium-linux/fast/forms/button-default-title-expected.png:
* platform/chromium-linux/fast/forms/button-default-title-expected.txt:
* platform/chromium-linux/fast/forms/control-clip-expected.checksum:
* platform/chromium-linux/fast/forms/control-clip-expected.png:
* platform/chromium-linux/fast/forms/control-clip-expected.txt:
* platform/chromium-linux/fast/forms/file-input-direction-expected.txt:
* platform/chromium-linux/fast/inline-block/003-expected.checksum:
* platform/chromium-linux/fast/inline-block/003-expected.png:
* platform/chromium-linux/fast/inline-block/inline-block-vertical-align-expected.checksum:
* platform/chromium-linux/fast/inline-block/inline-block-vertical-align-expected.png:
* platform/chromium-linux/fast/multicol/float-avoidance-expected.checksum:
* platform/chromium-linux/fast/multicol/float-avoidance-expected.png:
* platform/chromium-linux/fast/multicol/float-avoidance-expected.txt: Removed.
* platform/chromium-linux/fast/multicol/shadow-breaking-expected.checksum:
* platform/chromium-linux/fast/multicol/shadow-breaking-expected.png:
* platform/chromium-linux/fast/multicol/vertical-lr/float-avoidance-expected.checksum:
* platform/chromium-linux/fast/multicol/vertical-lr/float-avoidance-expected.png:
* platform/chromium-linux/fast/multicol/vertical-rl/float-avoidance-expected.checksum:
* platform/chromium-linux/fast/multicol/vertical-rl/float-avoidance-expected.png:
* platform/chromium-linux/fast/parser/001-expected.checksum:
* platform/chromium-linux/fast/parser/001-expected.png:
* platform/chromium-linux/fast/repaint/continuation-after-outline-expected.checksum:
* platform/chromium-linux/fast/repaint/continuation-after-outline-expected.png:
* platform/chromium-linux/fast/repaint/control-clip-expected.checksum:
* platform/chromium-linux/fast/repaint/control-clip-expected.png:
* platform/chromium-linux/fast/repaint/control-clip-expected.txt:
* 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/fast/repaint/line-flow-with-floats-9-expected.checksum:
* platform/chromium-linux/fast/repaint/line-flow-with-floats-9-expected.png:
* platform/chromium-linux/fast/repaint/reflection-redraw-expected.checksum:
* platform/chromium-linux/fast/repaint/reflection-redraw-expected.png:
* platform/chromium-linux/fast/replaced/007-expected.checksum:
* platform/chromium-linux/fast/replaced/007-expected.png:
* platform/chromium-linux/fast/ruby/nested-ruby-expected.checksum:
* platform/chromium-linux/fast/ruby/nested-ruby-expected.png:
* platform/chromium-linux/fast/ruby/nested-ruby-expected.txt:
* platform/chromium-linux/fast/ruby/ruby-empty-rt-expected.checksum:
* platform/chromium-linux/fast/ruby/ruby-empty-rt-expected.png:
* platform/chromium-linux/fast/ruby/ruby-run-break-expected.checksum:
* platform/chromium-linux/fast/ruby/ruby-run-break-expected.png:
* platform/chromium-linux/fast/ruby/ruby-runs-expected.checksum:
* platform/chromium-linux/fast/ruby/ruby-runs-expected.png:
* platform/chromium-linux/fast/ruby/ruby-runs-spans-expected.checksum:
* platform/chromium-linux/fast/ruby/ruby-runs-spans-expected.png:
* platform/chromium-linux/fast/ruby/rubyDOM-insert-rt-expected.checksum:
* platform/chromium-linux/fast/ruby/rubyDOM-insert-rt-expected.png:
* platform/chromium-linux/fast/ruby/rubyDOM-insert-text1-expected.checksum:
* platform/chromium-linux/fast/ruby/rubyDOM-insert-text1-expected.png:
* platform/chromium-linux/fast/table/011-expected.checksum:
* platform/chromium-linux/fast/table/011-expected.png:
* platform/chromium-linux/fast/table/035-expected.checksum:
* platform/chromium-linux/fast/table/035-expected.png:
* platform/chromium-linux/fast/table/035-vertical-expected.checksum:
* platform/chromium-linux/fast/table/035-vertical-expected.png:
* platform/chromium-linux/fast/table/border-collapsing/004-expected.checksum:
* platform/chromium-linux/fast/table/border-collapsing/004-expected.png:
* platform/chromium-linux/fast/table/border-collapsing/004-vertical-expected.checksum:
* platform/chromium-linux/fast/table/border-collapsing/004-vertical-expected.png:
* platform/chromium-linux/fast/table/border-collapsing/rtl-border-collapsing-vertical-expected.checksum:
* platform/chromium-linux/fast/table/border-collapsing/rtl-border-collapsing-vertical-expected.png:
* platform/chromium-linux/fast/table/colgroup-preceded-by-caption-expected.checksum:
* platform/chromium-linux/fast/table/colgroup-preceded-by-caption-expected.png:
* platform/chromium-linux/fast/table/colgroup-spanning-groups-rules-expected.checksum:
* platform/chromium-linux/fast/table/colgroup-spanning-groups-rules-expected.png:
* platform/chromium-linux/fast/table/frame-and-rules-expected.checksum:
* platform/chromium-linux/fast/table/frame-and-rules-expected.png:
* platform/chromium-linux/fast/table/percent-heights-expected.checksum:
* platform/chromium-linux/fast/table/percent-heights-expected.png:
* platform/chromium-linux/fast/table/rowspan-paint-order-vertical-expected.checksum:
* platform/chromium-linux/fast/table/rowspan-paint-order-vertical-expected.png:
* platform/chromium-linux/fast/text/atsui-negative-spacing-features-expected.checksum:
* platform/chromium-linux/fast/text/atsui-negative-spacing-features-expected.png:
* platform/chromium-linux/fast/text/atsui-negative-spacing-features-expected.txt: Removed.
* 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-linux/fast/text/basic/002-expected.checksum:
* platform/chromium-linux/fast/text/basic/002-expected.png:
* platform/chromium-linux/fast/text/capitalize-boundaries-expected.checksum:
* platform/chromium-linux/fast/text/capitalize-boundaries-expected.png:
* platform/chromium-linux/fast/text/capitalize-boundaries-expected.txt:
* platform/chromium-linux/fast/text/international/bidi-override-expected.checksum:
* platform/chromium-linux/fast/text/international/bidi-override-expected.png:
* platform/chromium-linux/fast/text/justified-selection-at-edge-expected.checksum:
* platform/chromium-linux/fast/text/justified-selection-at-edge-expected.png:
* platform/chromium-linux/fast/text/justified-selection-expected.checksum:
* platform/chromium-linux/fast/text/justified-selection-expected.png:
* platform/chromium-linux/fast/text/justify-nbsp-expected.checksum: Added.
* platform/chromium-linux/fast/text/justify-nbsp-expected.png: Copied from LayoutTests/platform/chromium-linux/fast/repaint/continuation-after-outline-expected.png.
* platform/chromium-linux/fast/text/justify-padding-distribution-expected.checksum: Added.
* platform/chromium-linux/fast/text/justify-padding-distribution-expected.png: Added.
* platform/chromium-linux/fast/text/trailing-white-space-2-expected.checksum:
* platform/chromium-linux/fast/text/trailing-white-space-2-expected.png:
* platform/chromium-linux/fast/text/trailing-white-space-expected.checksum:
* platform/chromium-linux/fast/text/trailing-white-space-expected.png:
* platform/chromium-linux/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.checksum: Added.
* platform/chromium-linux/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.png: Added.
* 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: Removed.
* platform/chromium-linux/svg/hixie/mixed/008-expected.checksum:
* platform/chromium-linux/svg/hixie/mixed/008-expected.png:
* platform/chromium-linux/svg/zoom/page/zoom-hixie-mixed-008-expected.checksum:
* platform/chromium-linux/svg/zoom/page/zoom-hixie-mixed-008-expected.png:
* platform/chromium-linux/svg/zoom/text/zoom-hixie-mixed-008-expected.checksum:
* platform/chromium-linux/svg/zoom/text/zoom-hixie-mixed-008-expected.png:
* platform/chromium-linux/tables/mozilla/bugs/bug10633-expected.checksum:
* platform/chromium-linux/tables/mozilla/bugs/bug10633-expected.png:
* platform/chromium-linux/tables/mozilla/bugs/bug109043-expected.checksum:
* platform/chromium-linux/tables/mozilla/bugs/bug109043-expected.png:
* platform/chromium-linux/tables/mozilla/bugs/bug113424-expected.checksum:
* platform/chromium-linux/tables/mozilla/bugs/bug113424-expected.png:
* platform/chromium-linux/tables/mozilla/bugs/bug11384q-expected.checksum:
* platform/chromium-linux/tables/mozilla/bugs/bug11384q-expected.png:
* platform/chromium-linux/tables/mozilla/bugs/bug11384s-expected.checksum:
* platform/chromium-linux/tables/mozilla/bugs/bug11384s-expected.png:
* platform/chromium-linux/tables/mozilla/bugs/bug1163-1-expected.checksum:
* platform/chromium-linux/tables/mozilla/bugs/bug1163-1-expected.png:
* platform/chromium-linux/tables/mozilla/bugs/bug1188-expected.checksum:
* platform/chromium-linux/tables/mozilla/bugs/bug1188-expected.png:
* platform/chromium-linux/tables/mozilla/bugs/bug1188-expected.txt:
* platform/chromium-linux/tables/mozilla/bugs/bug119786-expected.checksum:
* platform/chromium-linux/tables/mozilla/bugs/bug119786-expected.png:
* platform/chromium-linux/tables/mozilla/bugs/bug126742-expected.checksum:
* platform/chromium-linux/tables/mozilla/bugs/bug126742-expected.png:
* platform/chromium-linux/tables/mozilla/bugs/bug127267-expected.checksum:
* platform/chromium-linux/tables/mozilla/bugs/bug127267-expected.png:
* platform/chromium-linux/tables/mozilla/bugs/bug1302-expected.checksum:
* platform/chromium-linux/tables/mozilla/bugs/bug1302-expected.png:
* platform/chromium-linux/tables/mozilla/bugs/bug131020-expected.checksum:
* platform/chromium-linux/tables/mozilla/bugs/bug131020-expected.png:
* platform/chromium-linux/tables/mozilla/bugs/bug131020_iframe-expected.checksum:
* platform/chromium-linux/tables/mozilla/bugs/bug131020_iframe-expected.png:
* platform/chromium-linux/tables/mozilla/bugs/bug1318-expected.checksum:
* platform/chromium-linux/tables/mozilla/bugs/bug1318-expected.png:
* platform/chromium-linux/tables/mozilla/bugs/bug1318-expected.txt:
* platform/chromium-linux/tables/mozilla/bugs/bug14323-expected.checksum:
* platform/chromium-linux/tables/mozilla/bugs/bug14323-expected.png:
* platform/chromium-linux/tables/mozilla/bugs/bug149275-1-expected.checksum:
* platform/chromium-linux/tables/mozilla/bugs/bug149275-1-expected.png:
* platform/chromium-linux/tables/mozilla/bugs/bug1802-expected.checksum:
* platform/chromium-linux/tables/mozilla/bugs/bug1802-expected.png:
* platform/chromium-linux/tables/mozilla/bugs/bug1802s-expected.checksum:
* platform/chromium-linux/tables/mozilla/bugs/bug1802s-expected.png:
* platform/chromium-linux/tables/mozilla/bugs/bug18664-expected.checksum:
* platform/chromium-linux/tables/mozilla/bugs/bug18664-expected.png:
* platform/chromium-linux/tables/mozilla/bugs/bug222846-expected.checksum:
* platform/chromium-linux/tables/mozilla/bugs/bug222846-expected.png:
* platform/chromium-linux/tables/mozilla/bugs/bug23235-expected.checksum:
* platform/chromium-linux/tables/mozilla/bugs/bug23235-expected.png:
* platform/chromium-linux/tables/mozilla/bugs/bug2479-2-expected.checksum:
* platform/chromium-linux/tables/mozilla/bugs/bug2479-2-expected.png:
* platform/chromium-linux/tables/mozilla/bugs/bug2479-2-expected.txt:
* platform/chromium-linux/tables/mozilla/bugs/bug27038-3-expected.checksum:
* platform/chromium-linux/tables/mozilla/bugs/bug27038-3-expected.png:
* platform/chromium-linux/tables/mozilla/bugs/bug3260-expected.checksum:
* platform/chromium-linux/tables/mozilla/bugs/bug3260-expected.png:
* platform/chromium-linux/tables/mozilla/bugs/bug3454-expected.checksum:
* platform/chromium-linux/tables/mozilla/bugs/bug3454-expected.png:
* platform/chromium-linux/tables/mozilla/bugs/bug3977-expected.checksum:
* platform/chromium-linux/tables/mozilla/bugs/bug3977-expected.png:
* platform/chromium-linux/tables/mozilla/bugs/bug43854-1-expected.checksum:
* platform/chromium-linux/tables/mozilla/bugs/bug43854-1-expected.png:
* platform/chromium-linux/tables/mozilla/bugs/bug43854-2-expected.checksum:
* platform/chromium-linux/tables/mozilla/bugs/bug43854-2-expected.png:
* platform/chromium-linux/tables/mozilla/bugs/bug48028-2-expected.checksum:
* platform/chromium-linux/tables/mozilla/bugs/bug48028-2-expected.png:
* platform/chromium-linux/tables/mozilla/bugs/bug5838-expected.checksum:
* platform/chromium-linux/tables/mozilla/bugs/bug5838-expected.png:
* platform/chromium-linux/tables/mozilla/bugs/bug60804-expected.checksum:
* platform/chromium-linux/tables/mozilla/bugs/bug60804-expected.png:
* platform/chromium-linux/tables/mozilla/bugs/bug60807-expected.checksum:
* platform/chromium-linux/tables/mozilla/bugs/bug60807-expected.png:
* platform/chromium-linux/tables/mozilla/bugs/bug6304-expected.checksum:
* platform/chromium-linux/tables/mozilla/bugs/bug6304-expected.png:
* platform/chromium-linux/tables/mozilla/bugs/bug67915-1-expected.checksum:
* platform/chromium-linux/tables/mozilla/bugs/bug67915-1-expected.png:
* platform/chromium-linux/tables/mozilla/bugs/bug69382-1-expected.checksum:
* platform/chromium-linux/tables/mozilla/bugs/bug69382-1-expected.png:
* platform/chromium-linux/tables/mozilla/bugs/bug81934-expected.checksum:
* platform/chromium-linux/tables/mozilla/bugs/bug81934-expected.png:
* platform/chromium-linux/tables/mozilla/bugs/bug88035-2-expected.checksum:
* platform/chromium-linux/tables/mozilla/bugs/bug88035-2-expected.png:
* platform/chromium-linux/tables/mozilla/bugs/bug8950-expected.checksum:
* platform/chromium-linux/tables/mozilla/bugs/bug8950-expected.png:
* platform/chromium-linux/tables/mozilla/collapsing_borders/bug41262-3-expected.checksum:
* platform/chromium-linux/tables/mozilla/collapsing_borders/bug41262-3-expected.png:
* platform/chromium-linux/tables/mozilla/core/bloomberg-expected.checksum:
* platform/chromium-linux/tables/mozilla/core/bloomberg-expected.png:
* platform/chromium-linux/tables/mozilla/core/bloomberg-expected.txt:
* platform/chromium-linux/tables/mozilla/core/captions-expected.checksum:
* platform/chromium-linux/tables/mozilla/core/captions-expected.png:
* platform/chromium-linux/tables/mozilla/core/misc-expected.checksum:
* platform/chromium-linux/tables/mozilla/core/misc-expected.png:
* platform/chromium-linux/tables/mozilla/core/row_span-expected.checksum:
* platform/chromium-linux/tables/mozilla/core/row_span-expected.png:
* platform/chromium-linux/tables/mozilla/marvin/backgr_layers-opacity-expected.checksum:
* platform/chromium-linux/tables/mozilla/marvin/backgr_layers-opacity-expected.png:
* platform/chromium-linux/tables/mozilla/marvin/backgr_position-table-expected.checksum:
* platform/chromium-linux/tables/mozilla/marvin/backgr_position-table-expected.png:
* platform/chromium-linux/tables/mozilla/marvin/backgr_simple-table-cell-expected.checksum:
* platform/chromium-linux/tables/mozilla/marvin/backgr_simple-table-cell-expected.png:
* platform/chromium-linux/tables/mozilla/marvin/backgr_simple-table-column-expected.checksum:
* platform/chromium-linux/tables/mozilla/marvin/backgr_simple-table-column-expected.png:
* platform/chromium-linux/tables/mozilla/marvin/backgr_simple-table-column-group-expected.checksum:
* platform/chromium-linux/tables/mozilla/marvin/backgr_simple-table-column-group-expected.png:
* platform/chromium-linux/tables/mozilla/marvin/backgr_simple-table-expected.checksum:
* platform/chromium-linux/tables/mozilla/marvin/backgr_simple-table-expected.png:
* platform/chromium-linux/tables/mozilla/marvin/backgr_simple-table-row-expected.checksum:
* platform/chromium-linux/tables/mozilla/marvin/backgr_simple-table-row-expected.png:
* platform/chromium-linux/tables/mozilla/marvin/backgr_simple-table-row-group-expected.checksum:
* platform/chromium-linux/tables/mozilla/marvin/backgr_simple-table-row-group-expected.png:
* platform/chromium-linux/tables/mozilla/marvin/body_col-expected.checksum:
* platform/chromium-linux/tables/mozilla/marvin/body_col-expected.png:
* platform/chromium-linux/tables/mozilla/marvin/body_tbody-expected.checksum:
* platform/chromium-linux/tables/mozilla/marvin/body_tbody-expected.png:
* platform/chromium-linux/tables/mozilla/marvin/body_tfoot-expected.checksum:
* platform/chromium-linux/tables/mozilla/marvin/body_tfoot-expected.png:
* platform/chromium-linux/tables/mozilla/marvin/colgroup_align_center-expected.checksum:
* platform/chromium-linux/tables/mozilla/marvin/colgroup_align_center-expected.png:
* platform/chromium-linux/tables/mozilla/marvin/colgroup_align_justify-expected.checksum:
* platform/chromium-linux/tables/mozilla/marvin/colgroup_align_justify-expected.png:
* platform/chromium-linux/tables/mozilla/marvin/colgroup_align_left-expected.checksum:
* platform/chromium-linux/tables/mozilla/marvin/colgroup_align_left-expected.png:
* platform/chromium-linux/tables/mozilla/marvin/colgroup_align_right-expected.checksum:
* platform/chromium-linux/tables/mozilla/marvin/colgroup_align_right-expected.png:
* platform/chromium-linux/tables/mozilla/marvin/colgroup_span-expected.checksum:
* platform/chromium-linux/tables/mozilla/marvin/colgroup_span-expected.png:
* platform/chromium-linux/tables/mozilla/marvin/colgroup_valign_baseline-expected.checksum:
* platform/chromium-linux/tables/mozilla/marvin/colgroup_valign_baseline-expected.png:
* platform/chromium-linux/tables/mozilla/marvin/colgroup_valign_bottom-expected.checksum:
* platform/chromium-linux/tables/mozilla/marvin/colgroup_valign_bottom-expected.png:
* platform/chromium-linux/tables/mozilla/marvin/colgroup_valign_middle-expected.checksum:
* platform/chromium-linux/tables/mozilla/marvin/colgroup_valign_middle-expected.png:
* platform/chromium-linux/tables/mozilla/marvin/colgroup_valign_top-expected.checksum:
* platform/chromium-linux/tables/mozilla/marvin/colgroup_valign_top-expected.png:
* platform/chromium-linux/tables/mozilla/marvin/colgroup_width_pct-expected.checksum:
* platform/chromium-linux/tables/mozilla/marvin/colgroup_width_pct-expected.png:
* platform/chromium-linux/tables/mozilla/marvin/colgroup_width_px-expected.checksum:
* platform/chromium-linux/tables/mozilla/marvin/colgroup_width_px-expected.png:
* platform/chromium-linux/tables/mozilla/marvin/table_frame_border-expected.checksum:
* platform/chromium-linux/tables/mozilla/marvin/table_frame_border-expected.png:
* platform/chromium-linux/tables/mozilla/marvin/table_frame_box-expected.checksum:
* platform/chromium-linux/tables/mozilla/marvin/table_frame_box-expected.png:
* platform/chromium-linux/tables/mozilla/marvin/table_row_align_center-expected.checksum:
* platform/chromium-linux/tables/mozilla/marvin/table_row_align_center-expected.png:
* platform/chromium-linux/tables/mozilla/marvin/table_rules_all-expected.checksum:
* platform/chromium-linux/tables/mozilla/marvin/table_rules_all-expected.png:
* platform/chromium-linux/tables/mozilla/marvin/tables_row_th_nowrap-expected.checksum:
* platform/chromium-linux/tables/mozilla/marvin/tables_row_th_nowrap-expected.png:
* platform/chromium-linux/tables/mozilla/marvin/tables_th_align_center-expected.checksum:
* platform/chromium-linux/tables/mozilla/marvin/tables_th_align_center-expected.png:
* platform/chromium-linux/tables/mozilla/marvin/tables_th_colspan-expected.checksum:
* platform/chromium-linux/tables/mozilla/marvin/tables_th_colspan-expected.png:
* platform/chromium-linux/tables/mozilla/marvin/tables_th_height-expected.checksum:
* platform/chromium-linux/tables/mozilla/marvin/tables_th_height-expected.png:
* platform/chromium-linux/tables/mozilla/marvin/tbody_align_center-expected.checksum:
* platform/chromium-linux/tables/mozilla/marvin/tbody_align_center-expected.png:
* platform/chromium-linux/tables/mozilla/marvin/tfoot_align_center-expected.checksum:
* platform/chromium-linux/tables/mozilla/marvin/tfoot_align_center-expected.png:
* platform/chromium-linux/tables/mozilla/marvin/th_valign_baseline-expected.checksum:
* platform/chromium-linux/tables/mozilla/marvin/th_valign_baseline-expected.png:
* platform/chromium-linux/tables/mozilla/marvin/th_valign_bottom-expected.checksum:
* platform/chromium-linux/tables/mozilla/marvin/th_valign_bottom-expected.png:
* platform/chromium-linux/tables/mozilla/marvin/th_valign_middle-expected.checksum:
* platform/chromium-linux/tables/mozilla/marvin/th_valign_middle-expected.png:
* platform/chromium-linux/tables/mozilla/marvin/th_valign_top-expected.checksum:
* platform/chromium-linux/tables/mozilla/marvin/th_valign_top-expected.png:
* platform/chromium-linux/tables/mozilla/marvin/thead_align_center-expected.checksum:
* platform/chromium-linux/tables/mozilla/marvin/thead_align_center-expected.png:
* platform/chromium-linux/tables/mozilla/marvin/x_caption_align_bottom-expected.checksum:
* platform/chromium-linux/tables/mozilla/marvin/x_caption_align_bottom-expected.png:
* platform/chromium-linux/tables/mozilla/marvin/x_caption_align_top-expected.checksum:
* platform/chromium-linux/tables/mozilla/marvin/x_caption_align_top-expected.png:
* platform/chromium-linux/tables/mozilla/marvin/x_caption_class-expected.checksum:
* platform/chromium-linux/tables/mozilla/marvin/x_caption_class-expected.png:
* platform/chromium-linux/tables/mozilla/marvin/x_caption_id-expected.checksum:
* platform/chromium-linux/tables/mozilla/marvin/x_caption_id-expected.png:
* platform/chromium-linux/tables/mozilla/marvin/x_caption_style-expected.checksum:
* platform/chromium-linux/tables/mozilla/marvin/x_caption_style-expected.png:
* platform/chromium-linux/tables/mozilla/marvin/x_table-expected.checksum:
* platform/chromium-linux/tables/mozilla/marvin/x_table-expected.png:
* platform/chromium-linux/tables/mozilla/marvin/x_tbody_align_justify-expected.checksum:
* platform/chromium-linux/tables/mozilla/marvin/x_tbody_align_justify-expected.png:
* platform/chromium-linux/tables/mozilla/marvin/x_td_align_center-expected.checksum:
* platform/chromium-linux/tables/mozilla/marvin/x_td_align_center-expected.png:
* platform/chromium-linux/tables/mozilla/marvin/x_td_align_justify-expected.checksum:
* platform/chromium-linux/tables/mozilla/marvin/x_td_align_justify-expected.png:
* platform/chromium-linux/tables/mozilla/marvin/x_tfoot_align_justify-expected.checksum:
* platform/chromium-linux/tables/mozilla/marvin/x_tfoot_align_justify-expected.png:
* platform/chromium-linux/tables/mozilla/marvin/x_th_align_justify-expected.checksum:
* platform/chromium-linux/tables/mozilla/marvin/x_th_align_justify-expected.png:
* platform/chromium-linux/tables/mozilla/marvin/x_th_colspan-expected.checksum:
* platform/chromium-linux/tables/mozilla/marvin/x_th_colspan-expected.png:
* platform/chromium-linux/tables/mozilla/marvin/x_th_valign_baseline-expected.checksum:
* platform/chromium-linux/tables/mozilla/marvin/x_th_valign_baseline-expected.png:
* platform/chromium-linux/tables/mozilla/marvin/x_th_valign_bottom-expected.checksum:
* platform/chromium-linux/tables/mozilla/marvin/x_th_valign_bottom-expected.png:
* platform/chromium-linux/tables/mozilla/marvin/x_th_width-expected.checksum:
* platform/chromium-linux/tables/mozilla/marvin/x_th_width-expected.png:
* platform/chromium-linux/tables/mozilla/marvin/x_thead_align_justify-expected.checksum:
* platform/chromium-linux/tables/mozilla/marvin/x_thead_align_justify-expected.png:
* platform/chromium-linux/tables/mozilla/marvin/x_tr_align_center-expected.checksum:
* platform/chromium-linux/tables/mozilla/marvin/x_tr_align_center-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-linux/tables/mozilla/other/body_col-expected.checksum:
* platform/chromium-linux/tables/mozilla/other/body_col-expected.png:
* platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug10140-expected.checksum:
* platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug10140-expected.png:
* platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug10216-expected.checksum:
* platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug10216-expected.png:
* platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug1055-2-expected.checksum:
* platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug1055-2-expected.png:
* platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug106966-expected.checksum:
* platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug106966-expected.png:
* platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug1128-expected.checksum:
* platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug1128-expected.png:
* platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug14007-1-expected.checksum:
* platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug14007-1-expected.png:
* platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug29058-2-expected.checksum:
* platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug29058-2-expected.png:
* platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug3166-11-expected.checksum:
* platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug3166-11-expected.png:
* platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug3166-9-expected.checksum:
* platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug3166-9-expected.png:
* platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug91057-expected.checksum:
* platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug91057-expected.png:
* platform/chromium-linux/tables/mozilla_expected_failures/core/captions1-expected.checksum:
* platform/chromium-linux/tables/mozilla_expected_failures/core/captions1-expected.png:
* platform/chromium-linux/tables/mozilla_expected_failures/core/captions2-expected.checksum:
* platform/chromium-linux/tables/mozilla_expected_failures/core/captions2-expected.png:
* platform/chromium-linux/tables/mozilla_expected_failures/core/captions3-expected.checksum:
* platform/chromium-linux/tables/mozilla_expected_failures/core/captions3-expected.png:
* platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.checksum:
* platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.png:
* platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.checksum:
* platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.png:
* platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.checksum:
* platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.png:
* platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.checksum:
* platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.png:
* platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.checksum:
* platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.png:
* platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.checksum:
* platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.png:
* platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.checksum:
* platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.png:
* platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.checksum:
* platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.png:
* platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.checksum:
* platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.png:
* platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.checksum:
* platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.png:
* platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.checksum:
* platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.png:
* platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.checksum:
* platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.png:
* platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.checksum:
* platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.png:
* platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.checksum:
* platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.png:
* platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_frame_above-expected.checksum:
* platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_frame_above-expected.png:
* platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_frame_below-expected.checksum:
* platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_frame_below-expected.png:
* platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_frame_hsides-expected.checksum:
* platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_frame_hsides-expected.png:
* platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_frame_lhs-expected.checksum:
* platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_frame_lhs-expected.png:
* platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_frame_rhs-expected.checksum:
* platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_frame_rhs-expected.png:
* platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_frame_void-expected.checksum:
* platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_frame_void-expected.png:
* platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_frame_vsides-expected.checksum:
* platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_frame_vsides-expected.png:
* platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_rules_cols-expected.checksum:
* platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_rules_cols-expected.png:
* platform/chromium-linux/tables/mozilla_expected_failures/marvin/x_caption_align_left-expected.checksum:
* platform/chromium-linux/tables/mozilla_expected_failures/marvin/x_caption_align_left-expected.png:
* platform/chromium-linux/tables/mozilla_expected_failures/marvin/x_caption_align_right-expected.checksum:
* platform/chromium-linux/tables/mozilla_expected_failures/marvin/x_caption_align_right-expected.png:
* platform/chromium-linux/tables/mozilla_expected_failures/other/test4-expected.checksum:
* platform/chromium-linux/tables/mozilla_expected_failures/other/test4-expected.png:
* platform/chromium-mac-snowleopard/fast/text/atsui-negative-spacing-features-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/text/atsui-negative-spacing-features-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/text/atsui-spacing-features-expected.checksum: Added.
* platform/chromium-mac-snowleopard/fast/text/atsui-spacing-features-expected.png: Added.
2011-02-17 Andrew Wilson <atwilson@chromium.org>
Unreviewed expectations change.
Added expectations for new test (still disabled for linux until canaries catch up).
* platform/chromium-mac/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.checksum: Added.
* platform/chromium-mac/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.png: Added.
* platform/chromium/test_expectations.txt:
2011-02-17 Andrew Wilson <atwilson@chromium.org>
Unreviewed win expectations update after recent font rendering changes.
* 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/clear_float-expected.txt:
* 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/css1/box_properties/float_on_text_elements-expected.txt:
* platform/chromium-win/css1/text_properties/text_align-expected.checksum:
* platform/chromium-win/css1/text_properties/text_align-expected.png:
* platform/chromium-win/css1/text_properties/text_align-expected.txt:
* platform/chromium-win/css2.1/t0805-c5518-brdr-t-01-e-expected.checksum:
* platform/chromium-win/css2.1/t0805-c5518-brdr-t-01-e-expected.png:
* platform/chromium-win/css2.1/t0805-c5518-brdr-t-01-e-expected.txt:
* platform/chromium-win/css2.1/t0805-c5520-brdr-b-01-e-expected.checksum:
* platform/chromium-win/css2.1/t0805-c5520-brdr-b-01-e-expected.png:
* platform/chromium-win/css2.1/t0805-c5520-brdr-b-01-e-expected.txt:
* platform/chromium-win/css2.1/t0905-c414-flt-wrap-00-e-expected.checksum:
* platform/chromium-win/css2.1/t0905-c414-flt-wrap-00-e-expected.png:
* platform/chromium-win/css2.1/t0905-c414-flt-wrap-00-e-expected.txt:
* platform/chromium-win/css2.1/t0905-c5525-fltcont-00-d-g-expected.checksum:
* platform/chromium-win/css2.1/t0905-c5525-fltcont-00-d-g-expected.png:
* platform/chromium-win/css2.1/t0905-c5525-fltcont-00-d-g-expected.txt:
* platform/chromium-win/css2.1/t0905-c5525-fltmult-00-d-g-expected.checksum:
* platform/chromium-win/css2.1/t0905-c5525-fltmult-00-d-g-expected.png:
* platform/chromium-win/css2.1/t0905-c5525-fltmult-00-d-g-expected.txt:
* 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/css2.1/t0905-c5525-fltwidth-00-c-g-expected.txt:
* platform/chromium-win/css2.1/t1602-c43-center-00-d-ag-expected.checksum:
* platform/chromium-win/css2.1/t1602-c43-center-00-d-ag-expected.png:
* platform/chromium-win/css2.1/t1602-c43-center-00-d-ag-expected.txt:
* platform/chromium-win/css2.1/t1602-c546-txt-align-00-b-expected.checksum:
* platform/chromium-win/css2.1/t1602-c546-txt-align-00-b-expected.png:
* platform/chromium-win/css2.1/t1602-c546-txt-align-00-b-expected.txt:
* platform/chromium-win/editing/pasteboard/block-wrappers-necessary-expected.checksum:
* platform/chromium-win/editing/pasteboard/block-wrappers-necessary-expected.png:
* platform/chromium-win/editing/pasteboard/block-wrappers-necessary-expected.txt:
* platform/chromium-win/editing/pasteboard/nested-blocks-with-text-area-expected.checksum:
* platform/chromium-win/editing/pasteboard/nested-blocks-with-text-area-expected.png:
* platform/chromium-win/editing/pasteboard/nested-blocks-with-text-area-expected.txt:
* platform/chromium-win/editing/pasteboard/nested-blocks-with-text-field-expected.checksum:
* platform/chromium-win/editing/pasteboard/nested-blocks-with-text-field-expected.png:
* platform/chromium-win/editing/pasteboard/nested-blocks-with-text-field-expected.txt:
* platform/chromium-win/editing/selection/3690703-2-expected.checksum:
* platform/chromium-win/editing/selection/3690703-2-expected.png:
* platform/chromium-win/editing/selection/3690703-2-expected.txt:
* platform/chromium-win/editing/selection/3690703-expected.checksum:
* platform/chromium-win/editing/selection/3690703-expected.png:
* platform/chromium-win/editing/selection/3690703-expected.txt:
* platform/chromium-win/editing/selection/3690719-expected.checksum:
* platform/chromium-win/editing/selection/3690719-expected.png:
* platform/chromium-win/editing/selection/3690719-expected.txt:
* platform/chromium-win/editing/style/5046875-2-expected.checksum:
* platform/chromium-win/editing/style/5046875-2-expected.png:
* platform/chromium-win/editing/style/5046875-2-expected.txt:
* platform/chromium-win/editing/style/block-style-001-expected.checksum:
* platform/chromium-win/editing/style/block-style-001-expected.png:
* platform/chromium-win/editing/style/block-style-001-expected.txt:
* platform/chromium-win/editing/style/block-style-002-expected.checksum:
* platform/chromium-win/editing/style/block-style-002-expected.png:
* platform/chromium-win/editing/style/block-style-002-expected.txt:
* platform/chromium-win/editing/style/block-style-003-expected.checksum:
* platform/chromium-win/editing/style/block-style-003-expected.png:
* platform/chromium-win/editing/style/block-style-003-expected.txt:
* platform/chromium-win/editing/style/create-block-for-style-002-expected.checksum:
* platform/chromium-win/editing/style/create-block-for-style-002-expected.png:
* platform/chromium-win/editing/style/create-block-for-style-002-expected.txt:
* platform/chromium-win/editing/style/create-block-for-style-003-expected.checksum:
* platform/chromium-win/editing/style/create-block-for-style-003-expected.png:
* platform/chromium-win/editing/style/create-block-for-style-003-expected.txt:
* platform/chromium-win/editing/style/create-block-for-style-004-expected.checksum:
* platform/chromium-win/editing/style/create-block-for-style-004-expected.png:
* platform/chromium-win/editing/style/create-block-for-style-004-expected.txt:
* platform/chromium-win/editing/style/create-block-for-style-005-expected.checksum:
* platform/chromium-win/editing/style/create-block-for-style-005-expected.png:
* platform/chromium-win/editing/style/create-block-for-style-005-expected.txt:
* platform/chromium-win/editing/style/create-block-for-style-006-expected.checksum:
* platform/chromium-win/editing/style/create-block-for-style-006-expected.png:
* platform/chromium-win/editing/style/create-block-for-style-006-expected.txt:
* platform/chromium-win/editing/style/create-block-for-style-008-expected.checksum:
* platform/chromium-win/editing/style/create-block-for-style-008-expected.png:
* platform/chromium-win/editing/style/create-block-for-style-008-expected.txt:
* platform/chromium-win/editing/style/create-block-for-style-009-expected.checksum:
* platform/chromium-win/editing/style/create-block-for-style-009-expected.png:
* platform/chromium-win/editing/style/create-block-for-style-009-expected.txt:
* platform/chromium-win/editing/style/create-block-for-style-010-expected.checksum:
* platform/chromium-win/editing/style/create-block-for-style-010-expected.png:
* platform/chromium-win/editing/style/create-block-for-style-010-expected.txt:
* platform/chromium-win/editing/style/create-block-for-style-011-expected.checksum:
* platform/chromium-win/editing/style/create-block-for-style-011-expected.png:
* platform/chromium-win/editing/style/create-block-for-style-011-expected.txt:
* platform/chromium-win/editing/style/create-block-for-style-012-expected.checksum:
* platform/chromium-win/editing/style/create-block-for-style-012-expected.png:
* platform/chromium-win/editing/style/create-block-for-style-012-expected.txt:
* platform/chromium-win/editing/style/create-block-for-style-013-expected.checksum:
* platform/chromium-win/editing/style/create-block-for-style-013-expected.png:
* platform/chromium-win/editing/style/create-block-for-style-013-expected.txt:
* platform/chromium-win/editing/style/table-selection-expected.checksum:
* platform/chromium-win/editing/style/table-selection-expected.png:
* platform/chromium-win/editing/style/table-selection-expected.txt:
* platform/chromium-win/fast/block/basic/016-expected.checksum:
* platform/chromium-win/fast/block/basic/016-expected.png:
* platform/chromium-win/fast/block/basic/016-expected.txt:
* platform/chromium-win/fast/block/float/013-expected.checksum:
* platform/chromium-win/fast/block/float/013-expected.png:
* platform/chromium-win/fast/block/float/013-expected.txt:
* platform/chromium-win/fast/block/float/016-expected.checksum:
* platform/chromium-win/fast/block/float/016-expected.png:
* platform/chromium-win/fast/block/float/016-expected.txt:
* platform/chromium-win/fast/block/margin-collapse/103-expected.txt:
* platform/chromium-win/fast/block/positioning/051-expected.checksum:
* platform/chromium-win/fast/block/positioning/051-expected.png:
* platform/chromium-win/fast/block/positioning/051-expected.txt:
* platform/chromium-win/fast/block/positioning/inline-block-relposition-expected.checksum:
* platform/chromium-win/fast/block/positioning/inline-block-relposition-expected.png:
* platform/chromium-win/fast/block/positioning/inline-block-relposition-expected.txt:
* platform/chromium-win/fast/blockflow/box-shadow-horizontal-bt-expected.checksum:
* platform/chromium-win/fast/blockflow/box-shadow-horizontal-bt-expected.png:
* platform/chromium-win/fast/blockflow/box-shadow-horizontal-bt-expected.txt:
* platform/chromium-win/fast/blockflow/box-shadow-vertical-lr-expected.checksum:
* platform/chromium-win/fast/blockflow/box-shadow-vertical-lr-expected.png:
* platform/chromium-win/fast/blockflow/box-shadow-vertical-lr-expected.txt:
* platform/chromium-win/fast/blockflow/box-shadow-vertical-rl-expected.checksum:
* platform/chromium-win/fast/blockflow/box-shadow-vertical-rl-expected.png:
* platform/chromium-win/fast/blockflow/box-shadow-vertical-rl-expected.txt:
* platform/chromium-win/fast/box-shadow/inset-expected.checksum:
* platform/chromium-win/fast/box-shadow/inset-expected.png:
* platform/chromium-win/fast/box-shadow/inset-expected.txt:
* platform/chromium-win/fast/css/create_element_align-expected.checksum:
* platform/chromium-win/fast/css/create_element_align-expected.png:
* platform/chromium-win/fast/css/create_element_align-expected.txt:
* platform/chromium-win/fast/dom/HTMLTableElement/createCaption-expected.checksum:
* platform/chromium-win/fast/dom/HTMLTableElement/createCaption-expected.png:
* platform/chromium-win/fast/dom/HTMLTableElement/createCaption-expected.txt:
* platform/chromium-win/fast/forms/button-default-title-expected.checksum:
* platform/chromium-win/fast/forms/button-default-title-expected.png:
* platform/chromium-win/fast/forms/button-default-title-expected.txt:
* platform/chromium-win/fast/forms/control-clip-expected.checksum:
* platform/chromium-win/fast/forms/control-clip-expected.png:
* platform/chromium-win/fast/forms/control-clip-expected.txt:
* platform/chromium-win/fast/forms/file-input-direction-expected.txt:
* platform/chromium-win/fast/inline-block/003-expected.checksum:
* platform/chromium-win/fast/inline-block/003-expected.png:
* platform/chromium-win/fast/inline-block/003-expected.txt:
* platform/chromium-win/fast/inline-block/inline-block-vertical-align-expected.checksum:
* platform/chromium-win/fast/inline-block/inline-block-vertical-align-expected.png:
* platform/chromium-win/fast/inline-block/inline-block-vertical-align-expected.txt:
* platform/chromium-win/fast/multicol/float-avoidance-expected.checksum:
* platform/chromium-win/fast/multicol/float-avoidance-expected.png:
* platform/chromium-win/fast/multicol/float-avoidance-expected.txt:
* platform/chromium-win/fast/multicol/shadow-breaking-expected.checksum:
* platform/chromium-win/fast/multicol/shadow-breaking-expected.png:
* platform/chromium-win/fast/multicol/vertical-lr/float-avoidance-expected.checksum:
* platform/chromium-win/fast/multicol/vertical-lr/float-avoidance-expected.png:
* platform/chromium-win/fast/multicol/vertical-lr/float-avoidance-expected.txt:
* platform/chromium-win/fast/multicol/vertical-rl/float-avoidance-expected.checksum:
* platform/chromium-win/fast/multicol/vertical-rl/float-avoidance-expected.png:
* platform/chromium-win/fast/multicol/vertical-rl/float-avoidance-expected.txt:
* platform/chromium-win/fast/parser/001-expected.checksum:
* platform/chromium-win/fast/parser/001-expected.png:
* platform/chromium-win/fast/parser/001-expected.txt:
* platform/chromium-win/fast/repaint/continuation-after-outline-expected.checksum:
* platform/chromium-win/fast/repaint/continuation-after-outline-expected.png:
* platform/chromium-win/fast/repaint/continuation-after-outline-expected.txt:
* platform/chromium-win/fast/repaint/control-clip-expected.checksum:
* platform/chromium-win/fast/repaint/control-clip-expected.png:
* platform/chromium-win/fast/repaint/control-clip-expected.txt:
* 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-1-expected.txt:
* 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-10-expected.txt:
* 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-2-expected.txt:
* 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-3-expected.txt:
* 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-4-expected.txt:
* 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-5-expected.txt:
* 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-6-expected.txt:
* 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-7-expected.txt:
* 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/fast/repaint/line-flow-with-floats-8-expected.txt:
* platform/chromium-win/fast/repaint/line-flow-with-floats-9-expected.checksum:
* platform/chromium-win/fast/repaint/line-flow-with-floats-9-expected.png:
* platform/chromium-win/fast/repaint/line-flow-with-floats-9-expected.txt:
* platform/chromium-win/fast/repaint/reflection-redraw-expected.checksum:
* platform/chromium-win/fast/repaint/reflection-redraw-expected.png:
* platform/chromium-win/fast/repaint/reflection-redraw-expected.txt:
* platform/chromium-win/fast/replaced/007-expected.checksum:
* platform/chromium-win/fast/replaced/007-expected.png:
* platform/chromium-win/fast/replaced/007-expected.txt:
* platform/chromium-win/fast/ruby/nested-ruby-expected.checksum:
* platform/chromium-win/fast/ruby/nested-ruby-expected.png:
* platform/chromium-win/fast/ruby/nested-ruby-expected.txt:
* platform/chromium-win/fast/ruby/ruby-empty-rt-expected.checksum:
* platform/chromium-win/fast/ruby/ruby-empty-rt-expected.png:
* platform/chromium-win/fast/ruby/ruby-empty-rt-expected.txt:
* platform/chromium-win/fast/ruby/ruby-run-break-expected.checksum:
* platform/chromium-win/fast/ruby/ruby-run-break-expected.png:
* platform/chromium-win/fast/ruby/ruby-run-break-expected.txt:
* platform/chromium-win/fast/ruby/ruby-runs-expected.checksum:
* platform/chromium-win/fast/ruby/ruby-runs-expected.png:
* platform/chromium-win/fast/ruby/ruby-runs-expected.txt:
* platform/chromium-win/fast/ruby/ruby-runs-spans-expected.checksum:
* platform/chromium-win/fast/ruby/ruby-runs-spans-expected.png:
* platform/chromium-win/fast/ruby/ruby-runs-spans-expected.txt:
* platform/chromium-win/fast/ruby/rubyDOM-insert-rt-expected.checksum:
* platform/chromium-win/fast/ruby/rubyDOM-insert-rt-expected.png:
* platform/chromium-win/fast/ruby/rubyDOM-insert-rt-expected.txt:
* platform/chromium-win/fast/ruby/rubyDOM-insert-text1-expected.checksum:
* platform/chromium-win/fast/ruby/rubyDOM-insert-text1-expected.png:
* platform/chromium-win/fast/ruby/rubyDOM-insert-text1-expected.txt:
* platform/chromium-win/fast/table/011-expected.checksum:
* platform/chromium-win/fast/table/011-expected.png:
* platform/chromium-win/fast/table/011-expected.txt:
* platform/chromium-win/fast/table/035-expected.checksum:
* platform/chromium-win/fast/table/035-expected.png:
* platform/chromium-win/fast/table/035-expected.txt:
* platform/chromium-win/fast/table/035-vertical-expected.checksum:
* platform/chromium-win/fast/table/035-vertical-expected.png:
* platform/chromium-win/fast/table/035-vertical-expected.txt:
* platform/chromium-win/fast/table/border-collapsing/004-expected.checksum:
* platform/chromium-win/fast/table/border-collapsing/004-expected.png:
* platform/chromium-win/fast/table/border-collapsing/004-expected.txt:
* platform/chromium-win/fast/table/border-collapsing/004-vertical-expected.checksum:
* platform/chromium-win/fast/table/border-collapsing/004-vertical-expected.png:
* platform/chromium-win/fast/table/border-collapsing/004-vertical-expected.txt:
* platform/chromium-win/fast/table/border-collapsing/rtl-border-collapsing-vertical-expected.checksum:
* platform/chromium-win/fast/table/border-collapsing/rtl-border-collapsing-vertical-expected.png:
* platform/chromium-win/fast/table/border-collapsing/rtl-border-collapsing-vertical-expected.txt:
* platform/chromium-win/fast/table/colgroup-preceded-by-caption-expected.checksum:
* platform/chromium-win/fast/table/colgroup-preceded-by-caption-expected.png:
* platform/chromium-win/fast/table/colgroup-preceded-by-caption-expected.txt:
* platform/chromium-win/fast/table/colgroup-spanning-groups-rules-expected.checksum:
* platform/chromium-win/fast/table/colgroup-spanning-groups-rules-expected.png:
* platform/chromium-win/fast/table/colgroup-spanning-groups-rules-expected.txt:
* platform/chromium-win/fast/table/frame-and-rules-expected.checksum:
* platform/chromium-win/fast/table/frame-and-rules-expected.png:
* platform/chromium-win/fast/table/frame-and-rules-expected.txt:
* platform/chromium-win/fast/table/percent-heights-expected.checksum:
* platform/chromium-win/fast/table/percent-heights-expected.png:
* platform/chromium-win/fast/table/percent-heights-expected.txt:
* platform/chromium-win/fast/table/rowspan-paint-order-vertical-expected.checksum:
* platform/chromium-win/fast/table/rowspan-paint-order-vertical-expected.png:
* platform/chromium-win/fast/text/atsui-negative-spacing-features-expected.checksum:
* platform/chromium-win/fast/text/atsui-negative-spacing-features-expected.png:
* platform/chromium-win/fast/text/atsui-negative-spacing-features-expected.txt:
* platform/chromium-win/fast/text/atsui-spacing-features-expected.checksum:
* platform/chromium-win/fast/text/atsui-spacing-features-expected.png:
* platform/chromium-win/fast/text/atsui-spacing-features-expected.txt:
* platform/chromium-win/fast/text/basic/002-expected.checksum:
* platform/chromium-win/fast/text/basic/002-expected.png:
* platform/chromium-win/fast/text/basic/002-expected.txt:
* platform/chromium-win/fast/text/international/bidi-override-expected.checksum:
* platform/chromium-win/fast/text/international/bidi-override-expected.png:
* platform/chromium-win/fast/text/international/bidi-override-expected.txt:
* platform/chromium-win/fast/text/justified-selection-at-edge-expected.checksum:
* platform/chromium-win/fast/text/justified-selection-at-edge-expected.png:
* platform/chromium-win/fast/text/justified-selection-at-edge-expected.txt:
* platform/chromium-win/fast/text/justified-selection-expected.checksum:
* platform/chromium-win/fast/text/justified-selection-expected.png:
* platform/chromium-win/fast/text/justified-selection-expected.txt:
* platform/chromium-win/fast/text/justify-padding-distribution-expected.checksum: Added.
* platform/chromium-win/fast/text/justify-padding-distribution-expected.png: Added.
* platform/chromium-win/fast/text/trailing-white-space-2-expected.checksum:
* platform/chromium-win/fast/text/trailing-white-space-2-expected.png:
* platform/chromium-win/fast/text/trailing-white-space-2-expected.txt:
* platform/chromium-win/fast/text/trailing-white-space-expected.checksum:
* platform/chromium-win/fast/text/trailing-white-space-expected.png:
* platform/chromium-win/fast/text/trailing-white-space-expected.txt:
* platform/chromium-win/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.checksum: Added.
* platform/chromium-win/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.png: Added.
* platform/chromium-win/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt: Added.
* 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-without-missing-glyph-expected.txt:
* platform/chromium-win/svg/hixie/mixed/008-expected.checksum:
* platform/chromium-win/svg/hixie/mixed/008-expected.png:
* platform/chromium-win/svg/hixie/mixed/008-expected.txt:
* platform/chromium-win/svg/zoom/page/zoom-hixie-mixed-008-expected.checksum:
* platform/chromium-win/svg/zoom/page/zoom-hixie-mixed-008-expected.png:
* platform/chromium-win/svg/zoom/page/zoom-hixie-mixed-008-expected.txt:
* platform/chromium-win/svg/zoom/text/zoom-hixie-mixed-008-expected.checksum:
* platform/chromium-win/svg/zoom/text/zoom-hixie-mixed-008-expected.png:
* platform/chromium-win/svg/zoom/text/zoom-hixie-mixed-008-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug10633-expected.checksum:
* platform/chromium-win/tables/mozilla/bugs/bug10633-expected.png:
* platform/chromium-win/tables/mozilla/bugs/bug10633-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug109043-expected.checksum:
* platform/chromium-win/tables/mozilla/bugs/bug109043-expected.png:
* platform/chromium-win/tables/mozilla/bugs/bug109043-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug113424-expected.checksum:
* platform/chromium-win/tables/mozilla/bugs/bug113424-expected.png:
* platform/chromium-win/tables/mozilla/bugs/bug113424-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug11384q-expected.checksum:
* platform/chromium-win/tables/mozilla/bugs/bug11384q-expected.png:
* platform/chromium-win/tables/mozilla/bugs/bug11384q-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug11384s-expected.checksum:
* platform/chromium-win/tables/mozilla/bugs/bug11384s-expected.png:
* platform/chromium-win/tables/mozilla/bugs/bug11384s-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug1163-1-expected.checksum:
* platform/chromium-win/tables/mozilla/bugs/bug1163-1-expected.png:
* platform/chromium-win/tables/mozilla/bugs/bug1163-1-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug1188-expected.checksum:
* platform/chromium-win/tables/mozilla/bugs/bug1188-expected.png:
* platform/chromium-win/tables/mozilla/bugs/bug1188-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug119786-expected.checksum:
* platform/chromium-win/tables/mozilla/bugs/bug119786-expected.png:
* platform/chromium-win/tables/mozilla/bugs/bug119786-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug126742-expected.checksum:
* platform/chromium-win/tables/mozilla/bugs/bug126742-expected.png:
* platform/chromium-win/tables/mozilla/bugs/bug126742-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug127267-expected.checksum:
* platform/chromium-win/tables/mozilla/bugs/bug127267-expected.png:
* platform/chromium-win/tables/mozilla/bugs/bug127267-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug1302-expected.checksum:
* platform/chromium-win/tables/mozilla/bugs/bug1302-expected.png:
* platform/chromium-win/tables/mozilla/bugs/bug1302-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug131020-expected.checksum:
* platform/chromium-win/tables/mozilla/bugs/bug131020-expected.png:
* platform/chromium-win/tables/mozilla/bugs/bug131020-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug131020_iframe-expected.checksum:
* platform/chromium-win/tables/mozilla/bugs/bug131020_iframe-expected.png:
* platform/chromium-win/tables/mozilla/bugs/bug131020_iframe-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug1318-expected.checksum:
* platform/chromium-win/tables/mozilla/bugs/bug1318-expected.png:
* platform/chromium-win/tables/mozilla/bugs/bug1318-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug14323-expected.checksum:
* platform/chromium-win/tables/mozilla/bugs/bug14323-expected.png:
* platform/chromium-win/tables/mozilla/bugs/bug14323-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug149275-1-expected.checksum:
* platform/chromium-win/tables/mozilla/bugs/bug149275-1-expected.png:
* platform/chromium-win/tables/mozilla/bugs/bug149275-1-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug1802-expected.checksum:
* platform/chromium-win/tables/mozilla/bugs/bug1802-expected.png:
* platform/chromium-win/tables/mozilla/bugs/bug1802-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug1802s-expected.checksum:
* platform/chromium-win/tables/mozilla/bugs/bug1802s-expected.png:
* platform/chromium-win/tables/mozilla/bugs/bug1802s-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug18664-expected.checksum:
* platform/chromium-win/tables/mozilla/bugs/bug18664-expected.png:
* platform/chromium-win/tables/mozilla/bugs/bug18664-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug222846-expected.checksum:
* platform/chromium-win/tables/mozilla/bugs/bug222846-expected.png:
* platform/chromium-win/tables/mozilla/bugs/bug222846-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug23235-expected.checksum:
* platform/chromium-win/tables/mozilla/bugs/bug23235-expected.png:
* platform/chromium-win/tables/mozilla/bugs/bug23235-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug2479-2-expected.checksum:
* platform/chromium-win/tables/mozilla/bugs/bug2479-2-expected.png:
* platform/chromium-win/tables/mozilla/bugs/bug2479-2-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug26553-expected.checksum:
* platform/chromium-win/tables/mozilla/bugs/bug26553-expected.png:
* platform/chromium-win/tables/mozilla/bugs/bug26553-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug27038-3-expected.checksum:
* platform/chromium-win/tables/mozilla/bugs/bug27038-3-expected.png:
* platform/chromium-win/tables/mozilla/bugs/bug27038-3-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug3260-expected.checksum:
* platform/chromium-win/tables/mozilla/bugs/bug3260-expected.png:
* platform/chromium-win/tables/mozilla/bugs/bug3260-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug3454-expected.checksum:
* platform/chromium-win/tables/mozilla/bugs/bug3454-expected.png:
* platform/chromium-win/tables/mozilla/bugs/bug3454-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug3977-expected.checksum:
* platform/chromium-win/tables/mozilla/bugs/bug3977-expected.png:
* platform/chromium-win/tables/mozilla/bugs/bug3977-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug43854-1-expected.checksum:
* platform/chromium-win/tables/mozilla/bugs/bug43854-1-expected.png:
* platform/chromium-win/tables/mozilla/bugs/bug43854-1-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug43854-2-expected.checksum:
* platform/chromium-win/tables/mozilla/bugs/bug43854-2-expected.png:
* platform/chromium-win/tables/mozilla/bugs/bug43854-2-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug48028-2-expected.checksum:
* platform/chromium-win/tables/mozilla/bugs/bug48028-2-expected.png:
* platform/chromium-win/tables/mozilla/bugs/bug48028-2-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug5838-expected.checksum:
* platform/chromium-win/tables/mozilla/bugs/bug5838-expected.png:
* platform/chromium-win/tables/mozilla/bugs/bug5838-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug59354-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug60804-expected.checksum:
* platform/chromium-win/tables/mozilla/bugs/bug60804-expected.png:
* platform/chromium-win/tables/mozilla/bugs/bug60804-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug60807-expected.checksum:
* platform/chromium-win/tables/mozilla/bugs/bug60807-expected.png:
* platform/chromium-win/tables/mozilla/bugs/bug60807-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug6304-expected.checksum:
* platform/chromium-win/tables/mozilla/bugs/bug6304-expected.png:
* platform/chromium-win/tables/mozilla/bugs/bug6304-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug67915-1-expected.checksum:
* platform/chromium-win/tables/mozilla/bugs/bug67915-1-expected.png:
* platform/chromium-win/tables/mozilla/bugs/bug67915-1-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug69382-1-expected.checksum:
* platform/chromium-win/tables/mozilla/bugs/bug69382-1-expected.png:
* platform/chromium-win/tables/mozilla/bugs/bug69382-1-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug7112-1-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug7112-2-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug81934-expected.checksum:
* platform/chromium-win/tables/mozilla/bugs/bug81934-expected.png:
* platform/chromium-win/tables/mozilla/bugs/bug81934-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug88035-2-expected.checksum:
* platform/chromium-win/tables/mozilla/bugs/bug88035-2-expected.png:
* platform/chromium-win/tables/mozilla/bugs/bug88035-2-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug8950-expected.checksum:
* platform/chromium-win/tables/mozilla/bugs/bug8950-expected.png:
* platform/chromium-win/tables/mozilla/bugs/bug8950-expected.txt:
* platform/chromium-win/tables/mozilla/collapsing_borders/bug41262-3-expected.checksum:
* platform/chromium-win/tables/mozilla/collapsing_borders/bug41262-3-expected.png:
* platform/chromium-win/tables/mozilla/collapsing_borders/bug41262-3-expected.txt:
* platform/chromium-win/tables/mozilla/core/bloomberg-expected.checksum:
* platform/chromium-win/tables/mozilla/core/bloomberg-expected.png:
* platform/chromium-win/tables/mozilla/core/bloomberg-expected.txt:
* platform/chromium-win/tables/mozilla/core/captions-expected.checksum:
* platform/chromium-win/tables/mozilla/core/captions-expected.png:
* platform/chromium-win/tables/mozilla/core/captions-expected.txt:
* platform/chromium-win/tables/mozilla/core/misc-expected.checksum:
* platform/chromium-win/tables/mozilla/core/misc-expected.png:
* platform/chromium-win/tables/mozilla/core/misc-expected.txt:
* platform/chromium-win/tables/mozilla/core/row_span-expected.checksum:
* platform/chromium-win/tables/mozilla/core/row_span-expected.png:
* platform/chromium-win/tables/mozilla/core/row_span-expected.txt:
* platform/chromium-win/tables/mozilla/marvin/backgr_layers-opacity-expected.checksum:
* platform/chromium-win/tables/mozilla/marvin/backgr_layers-opacity-expected.png:
* platform/chromium-win/tables/mozilla/marvin/backgr_layers-opacity-expected.txt:
* platform/chromium-win/tables/mozilla/marvin/backgr_position-table-expected.checksum:
* platform/chromium-win/tables/mozilla/marvin/backgr_position-table-expected.png:
* platform/chromium-win/tables/mozilla/marvin/backgr_position-table-expected.txt:
* platform/chromium-win/tables/mozilla/marvin/backgr_simple-table-cell-expected.checksum:
* platform/chromium-win/tables/mozilla/marvin/backgr_simple-table-cell-expected.png:
* platform/chromium-win/tables/mozilla/marvin/backgr_simple-table-cell-expected.txt:
* platform/chromium-win/tables/mozilla/marvin/backgr_simple-table-column-expected.checksum:
* platform/chromium-win/tables/mozilla/marvin/backgr_simple-table-column-expected.png:
* platform/chromium-win/tables/mozilla/marvin/backgr_simple-table-column-expected.txt:
* platform/chromium-win/tables/mozilla/marvin/backgr_simple-table-column-group-expected.checksum:
* platform/chromium-win/tables/mozilla/marvin/backgr_simple-table-column-group-expected.png:
* platform/chromium-win/tables/mozilla/marvin/backgr_simple-table-column-group-expected.txt:
* platform/chromium-win/tables/mozilla/marvin/backgr_simple-table-expected.checksum:
* platform/chromium-win/tables/mozilla/marvin/backgr_simple-table-expected.png:
* platform/chromium-win/tables/mozilla/marvin/backgr_simple-table-expected.txt:
* platform/chromium-win/tables/mozilla/marvin/backgr_simple-table-row-expected.checksum:
* platform/chromium-win/tables/mozilla/marvin/backgr_simple-table-row-expected.png:
* platform/chromium-win/tables/mozilla/marvin/backgr_simple-table-row-expected.txt:
* platform/chromium-win/tables/mozilla/marvin/backgr_simple-table-row-group-expected.checksum:
* platform/chromium-win/tables/mozilla/marvin/backgr_simple-table-row-group-expected.png:
* platform/chromium-win/tables/mozilla/marvin/backgr_simple-table-row-group-expected.txt:
* platform/chromium-win/tables/mozilla/marvin/body_col-expected.checksum:
* platform/chromium-win/tables/mozilla/marvin/body_col-expected.png:
* platform/chromium-win/tables/mozilla/marvin/body_col-expected.txt:
* platform/chromium-win/tables/mozilla/marvin/body_tbody-expected.checksum:
* platform/chromium-win/tables/mozilla/marvin/body_tbody-expected.png:
* platform/chromium-win/tables/mozilla/marvin/body_tbody-expected.txt:
* platform/chromium-win/tables/mozilla/marvin/body_tfoot-expected.checksum:
* platform/chromium-win/tables/mozilla/marvin/body_tfoot-expected.png:
* platform/chromium-win/tables/mozilla/marvin/body_tfoot-expected.txt:
* platform/chromium-win/tables/mozilla/marvin/colgroup_align_center-expected.checksum:
* platform/chromium-win/tables/mozilla/marvin/colgroup_align_center-expected.png:
* platform/chromium-win/tables/mozilla/marvin/colgroup_align_center-expected.txt:
* platform/chromium-win/tables/mozilla/marvin/colgroup_align_justify-expected.checksum:
* platform/chromium-win/tables/mozilla/marvin/colgroup_align_justify-expected.png:
* platform/chromium-win/tables/mozilla/marvin/colgroup_align_justify-expected.txt:
* platform/chromium-win/tables/mozilla/marvin/colgroup_align_left-expected.checksum:
* platform/chromium-win/tables/mozilla/marvin/colgroup_align_left-expected.png:
* platform/chromium-win/tables/mozilla/marvin/colgroup_align_left-expected.txt:
* platform/chromium-win/tables/mozilla/marvin/colgroup_align_right-expected.checksum:
* platform/chromium-win/tables/mozilla/marvin/colgroup_align_right-expected.png:
* platform/chromium-win/tables/mozilla/marvin/colgroup_align_right-expected.txt:
* platform/chromium-win/tables/mozilla/marvin/colgroup_span-expected.checksum:
* platform/chromium-win/tables/mozilla/marvin/colgroup_span-expected.png:
* platform/chromium-win/tables/mozilla/marvin/colgroup_span-expected.txt:
* platform/chromium-win/tables/mozilla/marvin/colgroup_valign_baseline-expected.checksum:
* platform/chromium-win/tables/mozilla/marvin/colgroup_valign_baseline-expected.png:
* platform/chromium-win/tables/mozilla/marvin/colgroup_valign_baseline-expected.txt:
* platform/chromium-win/tables/mozilla/marvin/colgroup_valign_bottom-expected.checksum:
* platform/chromium-win/tables/mozilla/marvin/colgroup_valign_bottom-expected.png:
* platform/chromium-win/tables/mozilla/marvin/colgroup_valign_bottom-expected.txt:
* platform/chromium-win/tables/mozilla/marvin/colgroup_valign_middle-expected.checksum:
* platform/chromium-win/tables/mozilla/marvin/colgroup_valign_middle-expected.png:
* platform/chromium-win/tables/mozilla/marvin/colgroup_valign_middle-expected.txt:
* platform/chromium-win/tables/mozilla/marvin/colgroup_valign_top-expected.checksum:
* platform/chromium-win/tables/mozilla/marvin/colgroup_valign_top-expected.png:
* platform/chromium-win/tables/mozilla/marvin/colgroup_valign_top-expected.txt:
* platform/chromium-win/tables/mozilla/marvin/colgroup_width_pct-expected.checksum:
* platform/chromium-win/tables/mozilla/marvin/colgroup_width_pct-expected.png:
* platform/chromium-win/tables/mozilla/marvin/colgroup_width_pct-expected.txt:
* platform/chromium-win/tables/mozilla/marvin/colgroup_width_px-expected.checksum:
* platform/chromium-win/tables/mozilla/marvin/colgroup_width_px-expected.png:
* platform/chromium-win/tables/mozilla/marvin/colgroup_width_px-expected.txt:
* platform/chromium-win/tables/mozilla/marvin/table_frame_border-expected.checksum:
* platform/chromium-win/tables/mozilla/marvin/table_frame_border-expected.png:
* platform/chromium-win/tables/mozilla/marvin/table_frame_border-expected.txt:
* platform/chromium-win/tables/mozilla/marvin/table_frame_box-expected.checksum:
* platform/chromium-win/tables/mozilla/marvin/table_frame_box-expected.png:
* platform/chromium-win/tables/mozilla/marvin/table_frame_box-expected.txt:
* platform/chromium-win/tables/mozilla/marvin/table_row_align_center-expected.checksum:
* platform/chromium-win/tables/mozilla/marvin/table_row_align_center-expected.png:
* platform/chromium-win/tables/mozilla/marvin/table_row_align_center-expected.txt:
* platform/chromium-win/tables/mozilla/marvin/table_rules_all-expected.checksum:
* platform/chromium-win/tables/mozilla/marvin/table_rules_all-expected.png:
* platform/chromium-win/tables/mozilla/marvin/table_rules_all-expected.txt:
* platform/chromium-win/tables/mozilla/marvin/tables_row_th_nowrap-expected.checksum:
* platform/chromium-win/tables/mozilla/marvin/tables_row_th_nowrap-expected.png:
* platform/chromium-win/tables/mozilla/marvin/tables_row_th_nowrap-expected.txt:
* platform/chromium-win/tables/mozilla/marvin/tables_th_align_center-expected.checksum:
* platform/chromium-win/tables/mozilla/marvin/tables_th_align_center-expected.png:
* platform/chromium-win/tables/mozilla/marvin/tables_th_align_center-expected.txt:
* platform/chromium-win/tables/mozilla/marvin/tables_th_colspan-expected.checksum:
* platform/chromium-win/tables/mozilla/marvin/tables_th_colspan-expected.png:
* platform/chromium-win/tables/mozilla/marvin/tables_th_colspan-expected.txt:
* platform/chromium-win/tables/mozilla/marvin/tables_th_height-expected.checksum:
* platform/chromium-win/tables/mozilla/marvin/tables_th_height-expected.png:
* platform/chromium-win/tables/mozilla/marvin/tables_th_height-expected.txt:
* platform/chromium-win/tables/mozilla/marvin/tbody_align_center-expected.checksum:
* platform/chromium-win/tables/mozilla/marvin/tbody_align_center-expected.png:
* platform/chromium-win/tables/mozilla/marvin/tbody_align_center-expected.txt:
* platform/chromium-win/tables/mozilla/marvin/tfoot_align_center-expected.checksum:
* platform/chromium-win/tables/mozilla/marvin/tfoot_align_center-expected.png:
* platform/chromium-win/tables/mozilla/marvin/tfoot_align_center-expected.txt:
* platform/chromium-win/tables/mozilla/marvin/th_valign_baseline-expected.checksum:
* platform/chromium-win/tables/mozilla/marvin/th_valign_baseline-expected.png:
* platform/chromium-win/tables/mozilla/marvin/th_valign_baseline-expected.txt:
* platform/chromium-win/tables/mozilla/marvin/th_valign_bottom-expected.checksum:
* platform/chromium-win/tables/mozilla/marvin/th_valign_bottom-expected.png:
* platform/chromium-win/tables/mozilla/marvin/th_valign_bottom-expected.txt:
* platform/chromium-win/tables/mozilla/marvin/th_valign_middle-expected.checksum:
* platform/chromium-win/tables/mozilla/marvin/th_valign_middle-expected.png:
* platform/chromium-win/tables/mozilla/marvin/th_valign_middle-expected.txt:
* platform/chromium-win/tables/mozilla/marvin/th_valign_top-expected.checksum:
* platform/chromium-win/tables/mozilla/marvin/th_valign_top-expected.png:
* platform/chromium-win/tables/mozilla/marvin/th_valign_top-expected.txt:
* platform/chromium-win/tables/mozilla/marvin/thead_align_center-expected.checksum:
* platform/chromium-win/tables/mozilla/marvin/thead_align_center-expected.png:
* platform/chromium-win/tables/mozilla/marvin/thead_align_center-expected.txt:
* platform/chromium-win/tables/mozilla/marvin/x_caption_align_bottom-expected.checksum:
* platform/chromium-win/tables/mozilla/marvin/x_caption_align_bottom-expected.png:
* platform/chromium-win/tables/mozilla/marvin/x_caption_align_bottom-expected.txt:
* platform/chromium-win/tables/mozilla/marvin/x_caption_align_top-expected.checksum:
* platform/chromium-win/tables/mozilla/marvin/x_caption_align_top-expected.png:
* platform/chromium-win/tables/mozilla/marvin/x_caption_align_top-expected.txt:
* platform/chromium-win/tables/mozilla/marvin/x_caption_class-expected.checksum:
* platform/chromium-win/tables/mozilla/marvin/x_caption_class-expected.png:
* platform/chromium-win/tables/mozilla/marvin/x_caption_class-expected.txt:
* platform/chromium-win/tables/mozilla/marvin/x_caption_id-expected.checksum:
* platform/chromium-win/tables/mozilla/marvin/x_caption_id-expected.png:
* platform/chromium-win/tables/mozilla/marvin/x_caption_id-expected.txt:
* platform/chromium-win/tables/mozilla/marvin/x_caption_style-expected.checksum:
* platform/chromium-win/tables/mozilla/marvin/x_caption_style-expected.png:
* platform/chromium-win/tables/mozilla/marvin/x_caption_style-expected.txt:
* platform/chromium-win/tables/mozilla/marvin/x_table-expected.checksum:
* platform/chromium-win/tables/mozilla/marvin/x_table-expected.png:
* platform/chromium-win/tables/mozilla/marvin/x_table-expected.txt:
* platform/chromium-win/tables/mozilla/marvin/x_tbody_align_justify-expected.checksum:
* platform/chromium-win/tables/mozilla/marvin/x_tbody_align_justify-expected.png:
* platform/chromium-win/tables/mozilla/marvin/x_tbody_align_justify-expected.txt:
* platform/chromium-win/tables/mozilla/marvin/x_td_align_center-expected.checksum:
* platform/chromium-win/tables/mozilla/marvin/x_td_align_center-expected.png:
* platform/chromium-win/tables/mozilla/marvin/x_td_align_center-expected.txt:
* platform/chromium-win/tables/mozilla/marvin/x_td_align_justify-expected.checksum:
* platform/chromium-win/tables/mozilla/marvin/x_td_align_justify-expected.png:
* platform/chromium-win/tables/mozilla/marvin/x_td_align_justify-expected.txt:
* platform/chromium-win/tables/mozilla/marvin/x_tfoot_align_justify-expected.checksum:
* platform/chromium-win/tables/mozilla/marvin/x_tfoot_align_justify-expected.png:
* platform/chromium-win/tables/mozilla/marvin/x_tfoot_align_justify-expected.txt:
* platform/chromium-win/tables/mozilla/marvin/x_th_align_justify-expected.checksum:
* platform/chromium-win/tables/mozilla/marvin/x_th_align_justify-expected.png:
* platform/chromium-win/tables/mozilla/marvin/x_th_align_justify-expected.txt:
* platform/chromium-win/tables/mozilla/marvin/x_th_colspan-expected.checksum:
* platform/chromium-win/tables/mozilla/marvin/x_th_colspan-expected.png:
* platform/chromium-win/tables/mozilla/marvin/x_th_colspan-expected.txt:
* platform/chromium-win/tables/mozilla/marvin/x_th_valign_baseline-expected.checksum:
* platform/chromium-win/tables/mozilla/marvin/x_th_valign_baseline-expected.png:
* platform/chromium-win/tables/mozilla/marvin/x_th_valign_baseline-expected.txt:
* platform/chromium-win/tables/mozilla/marvin/x_th_valign_bottom-expected.checksum:
* platform/chromium-win/tables/mozilla/marvin/x_th_valign_bottom-expected.png:
* platform/chromium-win/tables/mozilla/marvin/x_th_valign_bottom-expected.txt:
* platform/chromium-win/tables/mozilla/marvin/x_th_width-expected.checksum:
* platform/chromium-win/tables/mozilla/marvin/x_th_width-expected.png:
* platform/chromium-win/tables/mozilla/marvin/x_th_width-expected.txt:
* platform/chromium-win/tables/mozilla/marvin/x_thead_align_justify-expected.checksum:
* platform/chromium-win/tables/mozilla/marvin/x_thead_align_justify-expected.png:
* platform/chromium-win/tables/mozilla/marvin/x_thead_align_justify-expected.txt:
* platform/chromium-win/tables/mozilla/marvin/x_tr_align_center-expected.checksum:
* platform/chromium-win/tables/mozilla/marvin/x_tr_align_center-expected.png:
* platform/chromium-win/tables/mozilla/marvin/x_tr_align_center-expected.txt:
* platform/chromium-win/tables/mozilla/marvin/x_tr_align_justify-expected.checksum:
* platform/chromium-win/tables/mozilla/marvin/x_tr_align_justify-expected.png:
* platform/chromium-win/tables/mozilla/marvin/x_tr_align_justify-expected.txt:
* platform/chromium-win/tables/mozilla/other/body_col-expected.checksum:
* platform/chromium-win/tables/mozilla/other/body_col-expected.png:
* platform/chromium-win/tables/mozilla/other/body_col-expected.txt:
* platform/chromium-win/tables/mozilla/other/wa_table_thtd_rowspan-expected.txt:
* platform/chromium-win/tables/mozilla/other/wa_table_tr_align-expected.txt:
* platform/chromium-win/tables/mozilla_expected_failures/bugs/bug10140-expected.checksum:
* platform/chromium-win/tables/mozilla_expected_failures/bugs/bug10140-expected.png:
* platform/chromium-win/tables/mozilla_expected_failures/bugs/bug10140-expected.txt:
* platform/chromium-win/tables/mozilla_expected_failures/bugs/bug10216-expected.checksum:
* platform/chromium-win/tables/mozilla_expected_failures/bugs/bug10216-expected.png:
* platform/chromium-win/tables/mozilla_expected_failures/bugs/bug10216-expected.txt:
* platform/chromium-win/tables/mozilla_expected_failures/bugs/bug1055-2-expected.checksum:
* platform/chromium-win/tables/mozilla_expected_failures/bugs/bug1055-2-expected.png:
* platform/chromium-win/tables/mozilla_expected_failures/bugs/bug1055-2-expected.txt:
* platform/chromium-win/tables/mozilla_expected_failures/bugs/bug106966-expected.checksum:
* platform/chromium-win/tables/mozilla_expected_failures/bugs/bug106966-expected.png:
* platform/chromium-win/tables/mozilla_expected_failures/bugs/bug106966-expected.txt:
* platform/chromium-win/tables/mozilla_expected_failures/bugs/bug1128-expected.checksum:
* platform/chromium-win/tables/mozilla_expected_failures/bugs/bug1128-expected.png:
* platform/chromium-win/tables/mozilla_expected_failures/bugs/bug1128-expected.txt:
* platform/chromium-win/tables/mozilla_expected_failures/bugs/bug14007-1-expected.checksum:
* platform/chromium-win/tables/mozilla_expected_failures/bugs/bug14007-1-expected.png:
* platform/chromium-win/tables/mozilla_expected_failures/bugs/bug14007-1-expected.txt:
* platform/chromium-win/tables/mozilla_expected_failures/bugs/bug14007-2-expected.checksum:
* platform/chromium-win/tables/mozilla_expected_failures/bugs/bug14007-2-expected.png:
* platform/chromium-win/tables/mozilla_expected_failures/bugs/bug14007-2-expected.txt:
* platform/chromium-win/tables/mozilla_expected_failures/bugs/bug29058-2-expected.checksum:
* platform/chromium-win/tables/mozilla_expected_failures/bugs/bug29058-2-expected.png:
* platform/chromium-win/tables/mozilla_expected_failures/bugs/bug29058-2-expected.txt:
* platform/chromium-win/tables/mozilla_expected_failures/bugs/bug3166-11-expected.checksum:
* platform/chromium-win/tables/mozilla_expected_failures/bugs/bug3166-11-expected.png:
* platform/chromium-win/tables/mozilla_expected_failures/bugs/bug3166-11-expected.txt:
* platform/chromium-win/tables/mozilla_expected_failures/bugs/bug3166-9-expected.checksum:
* platform/chromium-win/tables/mozilla_expected_failures/bugs/bug3166-9-expected.png:
* platform/chromium-win/tables/mozilla_expected_failures/bugs/bug3166-9-expected.txt:
* platform/chromium-win/tables/mozilla_expected_failures/bugs/bug91057-expected.checksum:
* platform/chromium-win/tables/mozilla_expected_failures/bugs/bug91057-expected.png:
* platform/chromium-win/tables/mozilla_expected_failures/bugs/bug91057-expected.txt:
* platform/chromium-win/tables/mozilla_expected_failures/core/captions1-expected.checksum:
* platform/chromium-win/tables/mozilla_expected_failures/core/captions1-expected.png:
* platform/chromium-win/tables/mozilla_expected_failures/core/captions1-expected.txt:
* platform/chromium-win/tables/mozilla_expected_failures/core/captions2-expected.checksum:
* platform/chromium-win/tables/mozilla_expected_failures/core/captions2-expected.png:
* platform/chromium-win/tables/mozilla_expected_failures/core/captions2-expected.txt:
* platform/chromium-win/tables/mozilla_expected_failures/core/captions3-expected.checksum:
* platform/chromium-win/tables/mozilla_expected_failures/core/captions3-expected.png:
* platform/chromium-win/tables/mozilla_expected_failures/core/captions3-expected.txt:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.checksum:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.png:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.txt:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.checksum:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.png:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.txt:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.checksum:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.png:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.txt:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.checksum:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.png:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.txt:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.checksum:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.png:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.txt:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.checksum:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.png:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.txt:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.checksum:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.png:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.txt:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.checksum:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.png:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.txt:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.checksum:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.png:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.txt:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.txt:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.checksum:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.png:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.txt:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.checksum:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.png:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.txt:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.checksum:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.png:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.txt:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.checksum:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.png:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.txt:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.checksum:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.png:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.txt:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/table_frame_above-expected.checksum:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/table_frame_above-expected.png:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/table_frame_above-expected.txt:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/table_frame_below-expected.checksum:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/table_frame_below-expected.png:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/table_frame_below-expected.txt:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/table_frame_hsides-expected.checksum:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/table_frame_hsides-expected.png:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/table_frame_hsides-expected.txt:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/table_frame_lhs-expected.checksum:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/table_frame_lhs-expected.png:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/table_frame_lhs-expected.txt:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/table_frame_rhs-expected.checksum:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/table_frame_rhs-expected.png:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/table_frame_rhs-expected.txt:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/table_frame_void-expected.checksum:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/table_frame_void-expected.png:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/table_frame_void-expected.txt:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/table_frame_vsides-expected.checksum:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/table_frame_vsides-expected.png:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/table_frame_vsides-expected.txt:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/table_rules_cols-expected.checksum:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/table_rules_cols-expected.png:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/table_rules_cols-expected.txt:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/x_caption_align_left-expected.checksum:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/x_caption_align_left-expected.png:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/x_caption_align_left-expected.txt:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/x_caption_align_right-expected.checksum:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/x_caption_align_right-expected.png:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/x_caption_align_right-expected.txt:
* platform/chromium-win/tables/mozilla_expected_failures/other/test4-expected.checksum:
* platform/chromium-win/tables/mozilla_expected_failures/other/test4-expected.png:
* platform/chromium-win/tables/mozilla_expected_failures/other/test4-expected.txt:
* platform/chromium/test_expectations.txt:
2011-02-17 Kenneth Russell <kbr@google.com>
Unreviewed. Skip fast/canvas/webgl/context-destroyed-crash.html
due to missing LayoutTestController.overridePreference.
* platform/mac-wk2/Skipped:
2011-02-17 Kenneth Russell <kbr@google.com>
Unreviewed. Fixed skip entries for
LayoutTestController.setMinimumTimerInterval which I messed up the
first time.
* platform/mac-wk2/Skipped:
2011-02-17 Sergey Glazunov <serg.glazunov@gmail.com>
Reviewed by Kenneth Russell.
Null out the WEBKIT_lose_context WebGL extension's context pointer when
the WebGL rendering context is removed.
https://bugs.webkit.org/show_bug.cgi?id=54679
* fast/canvas/webgl/context-destroyed-crash-expected.txt: Added.
* fast/canvas/webgl/context-destroyed-crash.html: Added.
2011-02-17 Kenneth Russell <kbr@google.com>
Reviewed by Chris Marrin.
Construction of Uint8Array from JS Array (and possibly others) incorrectly clamps values
https://bugs.webkit.org/show_bug.cgi?id=52768
Synchronized array-unit-tests.html with version in Khronos
repository. Tested in Chromium, Safari, Chromium DRT on Mac and
WebKit DRT on Mac.
* fast/canvas/webgl/array-unit-tests-expected.txt:
* fast/canvas/webgl/array-unit-tests.html:
2011-02-17 Andrew Wilson <atwilson@chromium.org>
Unreviewed expectations change.
Updated win expectations after r78846.
* 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/clear_float-expected.txt:
* 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/css1/box_properties/float_on_text_elements-expected.txt:
* platform/chromium-win/css1/text_properties/text_align-expected.checksum:
* platform/chromium-win/css1/text_properties/text_align-expected.png:
* platform/chromium-win/css1/text_properties/text_align-expected.txt:
* platform/chromium-win/css2.1/t0805-c5518-brdr-t-01-e-expected.checksum:
* platform/chromium-win/css2.1/t0805-c5518-brdr-t-01-e-expected.png:
* platform/chromium-win/css2.1/t0805-c5518-brdr-t-01-e-expected.txt:
* platform/chromium-win/css2.1/t0805-c5520-brdr-b-01-e-expected.checksum:
* platform/chromium-win/css2.1/t0805-c5520-brdr-b-01-e-expected.png:
* platform/chromium-win/css2.1/t0805-c5520-brdr-b-01-e-expected.txt:
* platform/chromium-win/css2.1/t0905-c414-flt-wrap-00-e-expected.checksum:
* platform/chromium-win/css2.1/t0905-c414-flt-wrap-00-e-expected.png:
* platform/chromium-win/css2.1/t0905-c414-flt-wrap-00-e-expected.txt:
* platform/chromium-win/css2.1/t0905-c5525-fltcont-00-d-g-expected.checksum:
* platform/chromium-win/css2.1/t0905-c5525-fltcont-00-d-g-expected.png:
* platform/chromium-win/css2.1/t0905-c5525-fltcont-00-d-g-expected.txt:
* platform/chromium-win/css2.1/t0905-c5525-fltmult-00-d-g-expected.checksum:
* platform/chromium-win/css2.1/t0905-c5525-fltmult-00-d-g-expected.png:
* platform/chromium-win/css2.1/t0905-c5525-fltmult-00-d-g-expected.txt:
* 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/css2.1/t0905-c5525-fltwidth-00-c-g-expected.txt:
* platform/chromium-win/css2.1/t1602-c43-center-00-d-ag-expected.checksum:
* platform/chromium-win/css2.1/t1602-c43-center-00-d-ag-expected.png:
* platform/chromium-win/css2.1/t1602-c43-center-00-d-ag-expected.txt:
* platform/chromium-win/css2.1/t1602-c546-txt-align-00-b-expected.checksum:
* platform/chromium-win/css2.1/t1602-c546-txt-align-00-b-expected.png:
* platform/chromium-win/css2.1/t1602-c546-txt-align-00-b-expected.txt:
* platform/chromium-win/editing/pasteboard/block-wrappers-necessary-expected.checksum:
* platform/chromium-win/editing/pasteboard/block-wrappers-necessary-expected.png:
* platform/chromium-win/editing/pasteboard/block-wrappers-necessary-expected.txt:
* platform/chromium-win/editing/pasteboard/nested-blocks-with-text-area-expected.checksum:
* platform/chromium-win/editing/pasteboard/nested-blocks-with-text-area-expected.png:
* platform/chromium-win/editing/pasteboard/nested-blocks-with-text-area-expected.txt:
* platform/chromium-win/editing/pasteboard/nested-blocks-with-text-field-expected.checksum:
* platform/chromium-win/editing/pasteboard/nested-blocks-with-text-field-expected.png:
* platform/chromium-win/editing/pasteboard/nested-blocks-with-text-field-expected.txt:
* platform/chromium-win/editing/selection/3690703-2-expected.checksum:
* platform/chromium-win/editing/selection/3690703-2-expected.png:
* platform/chromium-win/editing/selection/3690703-2-expected.txt:
* platform/chromium-win/editing/selection/3690703-expected.checksum:
* platform/chromium-win/editing/selection/3690703-expected.png:
* platform/chromium-win/editing/selection/3690703-expected.txt:
* platform/chromium-win/editing/selection/3690719-expected.checksum:
* platform/chromium-win/editing/selection/3690719-expected.png:
* platform/chromium-win/editing/selection/3690719-expected.txt:
* platform/chromium-win/editing/style/5046875-2-expected.checksum:
* platform/chromium-win/editing/style/5046875-2-expected.png:
* platform/chromium-win/editing/style/5046875-2-expected.txt:
* platform/chromium-win/editing/style/block-style-001-expected.checksum:
* platform/chromium-win/editing/style/block-style-001-expected.png:
* platform/chromium-win/editing/style/block-style-001-expected.txt:
* platform/chromium-win/editing/style/block-style-002-expected.checksum:
* platform/chromium-win/editing/style/block-style-002-expected.png:
* platform/chromium-win/editing/style/block-style-002-expected.txt:
* platform/chromium-win/editing/style/block-style-003-expected.checksum:
* platform/chromium-win/editing/style/block-style-003-expected.png:
* platform/chromium-win/editing/style/block-style-003-expected.txt:
* platform/chromium-win/editing/style/create-block-for-style-002-expected.checksum:
* platform/chromium-win/editing/style/create-block-for-style-002-expected.png:
* platform/chromium-win/editing/style/create-block-for-style-002-expected.txt:
* platform/chromium-win/editing/style/create-block-for-style-003-expected.checksum:
* platform/chromium-win/editing/style/create-block-for-style-003-expected.png:
* platform/chromium-win/editing/style/create-block-for-style-003-expected.txt:
* platform/chromium-win/editing/style/create-block-for-style-004-expected.checksum:
* platform/chromium-win/editing/style/create-block-for-style-004-expected.png:
* platform/chromium-win/editing/style/create-block-for-style-004-expected.txt:
* platform/chromium-win/editing/style/create-block-for-style-005-expected.checksum:
* platform/chromium-win/editing/style/create-block-for-style-005-expected.png:
* platform/chromium-win/editing/style/create-block-for-style-005-expected.txt:
* platform/chromium-win/editing/style/create-block-for-style-006-expected.checksum:
* platform/chromium-win/editing/style/create-block-for-style-006-expected.png:
* platform/chromium-win/editing/style/create-block-for-style-006-expected.txt:
* platform/chromium-win/editing/style/create-block-for-style-008-expected.checksum:
* platform/chromium-win/editing/style/create-block-for-style-008-expected.png:
* platform/chromium-win/editing/style/create-block-for-style-008-expected.txt:
* platform/chromium-win/editing/style/create-block-for-style-009-expected.checksum:
* platform/chromium-win/editing/style/create-block-for-style-009-expected.png:
* platform/chromium-win/editing/style/create-block-for-style-009-expected.txt:
* platform/chromium-win/editing/style/create-block-for-style-010-expected.checksum:
* platform/chromium-win/editing/style/create-block-for-style-010-expected.png:
* platform/chromium-win/editing/style/create-block-for-style-010-expected.txt:
* platform/chromium-win/editing/style/create-block-for-style-011-expected.checksum:
* platform/chromium-win/editing/style/create-block-for-style-011-expected.png:
* platform/chromium-win/editing/style/create-block-for-style-011-expected.txt:
* platform/chromium-win/editing/style/create-block-for-style-012-expected.checksum:
* platform/chromium-win/editing/style/create-block-for-style-012-expected.png:
* platform/chromium-win/editing/style/create-block-for-style-012-expected.txt:
* platform/chromium-win/editing/style/create-block-for-style-013-expected.checksum:
* platform/chromium-win/editing/style/create-block-for-style-013-expected.png:
* platform/chromium-win/editing/style/create-block-for-style-013-expected.txt:
* platform/chromium-win/editing/style/table-selection-expected.checksum:
* platform/chromium-win/editing/style/table-selection-expected.png:
* platform/chromium-win/editing/style/table-selection-expected.txt:
* platform/chromium-win/fast/block/basic/016-expected.checksum:
* platform/chromium-win/fast/block/basic/016-expected.png:
* platform/chromium-win/fast/block/basic/016-expected.txt:
* platform/chromium-win/fast/block/float/013-expected.checksum:
* platform/chromium-win/fast/block/float/013-expected.png:
* platform/chromium-win/fast/block/float/013-expected.txt:
* platform/chromium-win/fast/block/float/016-expected.checksum:
* platform/chromium-win/fast/block/float/016-expected.png:
* platform/chromium-win/fast/block/float/016-expected.txt:
* platform/chromium-win/fast/block/margin-collapse/103-expected.txt:
* platform/chromium-win/fast/block/positioning/051-expected.checksum:
* platform/chromium-win/fast/block/positioning/051-expected.png:
* platform/chromium-win/fast/block/positioning/051-expected.txt:
* platform/chromium-win/fast/block/positioning/inline-block-relposition-expected.checksum:
* platform/chromium-win/fast/block/positioning/inline-block-relposition-expected.png:
* platform/chromium-win/fast/block/positioning/inline-block-relposition-expected.txt:
* platform/chromium-win/fast/blockflow/box-shadow-horizontal-bt-expected.checksum:
* platform/chromium-win/fast/blockflow/box-shadow-horizontal-bt-expected.png:
* platform/chromium-win/fast/blockflow/box-shadow-horizontal-bt-expected.txt:
* platform/chromium-win/fast/blockflow/box-shadow-vertical-lr-expected.checksum:
* platform/chromium-win/fast/blockflow/box-shadow-vertical-lr-expected.png:
* platform/chromium-win/fast/blockflow/box-shadow-vertical-lr-expected.txt:
* platform/chromium-win/fast/blockflow/box-shadow-vertical-rl-expected.checksum:
* platform/chromium-win/fast/blockflow/box-shadow-vertical-rl-expected.png:
* platform/chromium-win/fast/blockflow/box-shadow-vertical-rl-expected.txt:
* platform/chromium-win/fast/box-shadow/inset-expected.checksum:
* platform/chromium-win/fast/box-shadow/inset-expected.png:
* platform/chromium-win/fast/box-shadow/inset-expected.txt:
* platform/chromium-win/fast/css/create_element_align-expected.checksum:
* platform/chromium-win/fast/css/create_element_align-expected.png:
* platform/chromium-win/fast/css/create_element_align-expected.txt:
* platform/chromium-win/fast/dom/HTMLTableElement/createCaption-expected.checksum:
* platform/chromium-win/fast/dom/HTMLTableElement/createCaption-expected.png:
* platform/chromium-win/fast/dom/HTMLTableElement/createCaption-expected.txt:
* platform/chromium-win/fast/forms/button-default-title-expected.checksum:
* platform/chromium-win/fast/forms/button-default-title-expected.png:
* platform/chromium-win/fast/forms/button-default-title-expected.txt:
* platform/chromium-win/fast/forms/control-clip-expected.checksum:
* platform/chromium-win/fast/forms/control-clip-expected.png:
* platform/chromium-win/fast/forms/control-clip-expected.txt:
* platform/chromium-win/fast/forms/file-input-direction-expected.txt:
* platform/chromium-win/fast/inline-block/003-expected.checksum:
* platform/chromium-win/fast/inline-block/003-expected.png:
* platform/chromium-win/fast/inline-block/003-expected.txt:
* platform/chromium-win/fast/inline-block/inline-block-vertical-align-expected.checksum:
* platform/chromium-win/fast/inline-block/inline-block-vertical-align-expected.png:
* platform/chromium-win/fast/inline-block/inline-block-vertical-align-expected.txt:
* platform/chromium-win/fast/multicol/float-avoidance-expected.checksum:
* platform/chromium-win/fast/multicol/float-avoidance-expected.png:
* platform/chromium-win/fast/multicol/float-avoidance-expected.txt:
* platform/chromium-win/fast/multicol/shadow-breaking-expected.checksum:
* platform/chromium-win/fast/multicol/shadow-breaking-expected.png:
* platform/chromium-win/fast/multicol/vertical-lr/float-avoidance-expected.checksum:
* platform/chromium-win/fast/multicol/vertical-lr/float-avoidance-expected.png:
* platform/chromium-win/fast/multicol/vertical-lr/float-avoidance-expected.txt:
* platform/chromium-win/fast/multicol/vertical-rl/float-avoidance-expected.checksum:
* platform/chromium-win/fast/multicol/vertical-rl/float-avoidance-expected.png:
* platform/chromium-win/fast/multicol/vertical-rl/float-avoidance-expected.txt:
* platform/chromium-win/fast/parser/001-expected.checksum:
* platform/chromium-win/fast/parser/001-expected.png:
* platform/chromium-win/fast/parser/001-expected.txt:
* platform/chromium-win/fast/repaint/continuation-after-outline-expected.checksum:
* platform/chromium-win/fast/repaint/continuation-after-outline-expected.png:
* platform/chromium-win/fast/repaint/continuation-after-outline-expected.txt:
* platform/chromium-win/fast/repaint/control-clip-expected.checksum:
* platform/chromium-win/fast/repaint/control-clip-expected.png:
* platform/chromium-win/fast/repaint/control-clip-expected.txt:
* 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-1-expected.txt:
* 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-10-expected.txt:
* 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-2-expected.txt:
* 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-3-expected.txt:
* 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-4-expected.txt:
* 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-5-expected.txt:
* 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-6-expected.txt:
* 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-7-expected.txt:
* 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/fast/repaint/line-flow-with-floats-8-expected.txt:
* platform/chromium-win/fast/repaint/line-flow-with-floats-9-expected.checksum:
* platform/chromium-win/fast/repaint/line-flow-with-floats-9-expected.png:
* platform/chromium-win/fast/repaint/line-flow-with-floats-9-expected.txt:
* platform/chromium-win/fast/repaint/reflection-redraw-expected.checksum:
* platform/chromium-win/fast/repaint/reflection-redraw-expected.png:
* platform/chromium-win/fast/repaint/reflection-redraw-expected.txt:
* platform/chromium-win/fast/replaced/007-expected.checksum:
* platform/chromium-win/fast/replaced/007-expected.png:
* platform/chromium-win/fast/replaced/007-expected.txt:
* platform/chromium-win/fast/ruby/nested-ruby-expected.checksum:
* platform/chromium-win/fast/ruby/nested-ruby-expected.png:
* platform/chromium-win/fast/ruby/nested-ruby-expected.txt:
* platform/chromium-win/fast/ruby/ruby-empty-rt-expected.checksum:
* platform/chromium-win/fast/ruby/ruby-empty-rt-expected.png:
* platform/chromium-win/fast/ruby/ruby-empty-rt-expected.txt:
* platform/chromium-win/fast/ruby/ruby-run-break-expected.checksum:
* platform/chromium-win/fast/ruby/ruby-run-break-expected.png:
* platform/chromium-win/fast/ruby/ruby-run-break-expected.txt:
* platform/chromium-win/fast/ruby/ruby-runs-expected.checksum:
* platform/chromium-win/fast/ruby/ruby-runs-expected.png:
* platform/chromium-win/fast/ruby/ruby-runs-expected.txt:
* platform/chromium-win/fast/ruby/ruby-runs-spans-expected.checksum:
* platform/chromium-win/fast/ruby/ruby-runs-spans-expected.png:
* platform/chromium-win/fast/ruby/ruby-runs-spans-expected.txt:
* platform/chromium-win/fast/ruby/rubyDOM-insert-rt-expected.checksum:
* platform/chromium-win/fast/ruby/rubyDOM-insert-rt-expected.png:
* platform/chromium-win/fast/ruby/rubyDOM-insert-rt-expected.txt:
* platform/chromium-win/fast/ruby/rubyDOM-insert-text1-expected.checksum:
* platform/chromium-win/fast/ruby/rubyDOM-insert-text1-expected.png:
* platform/chromium-win/fast/ruby/rubyDOM-insert-text1-expected.txt:
* platform/chromium-win/fast/table/011-expected.checksum:
* platform/chromium-win/fast/table/011-expected.png:
* platform/chromium-win/fast/table/011-expected.txt:
* platform/chromium-win/fast/table/035-expected.checksum:
* platform/chromium-win/fast/table/035-expected.png:
* platform/chromium-win/fast/table/035-expected.txt:
* platform/chromium-win/fast/table/035-vertical-expected.checksum:
* platform/chromium-win/fast/table/035-vertical-expected.png:
* platform/chromium-win/fast/table/035-vertical-expected.txt:
* platform/chromium-win/fast/table/border-collapsing/004-expected.checksum:
* platform/chromium-win/fast/table/border-collapsing/004-expected.png:
* platform/chromium-win/fast/table/border-collapsing/004-expected.txt:
* platform/chromium-win/fast/table/border-collapsing/004-vertical-expected.checksum:
* platform/chromium-win/fast/table/border-collapsing/004-vertical-expected.png:
* platform/chromium-win/fast/table/border-collapsing/004-vertical-expected.txt:
* platform/chromium-win/fast/table/border-collapsing/rtl-border-collapsing-vertical-expected.checksum:
* platform/chromium-win/fast/table/border-collapsing/rtl-border-collapsing-vertical-expected.png:
* platform/chromium-win/fast/table/border-collapsing/rtl-border-collapsing-vertical-expected.txt:
* platform/chromium-win/fast/table/colgroup-preceded-by-caption-expected.checksum:
* platform/chromium-win/fast/table/colgroup-preceded-by-caption-expected.png:
* platform/chromium-win/fast/table/colgroup-preceded-by-caption-expected.txt:
* platform/chromium-win/fast/table/colgroup-spanning-groups-rules-expected.checksum:
* platform/chromium-win/fast/table/colgroup-spanning-groups-rules-expected.png:
* platform/chromium-win/fast/table/colgroup-spanning-groups-rules-expected.txt:
* platform/chromium-win/fast/table/frame-and-rules-expected.checksum:
* platform/chromium-win/fast/table/frame-and-rules-expected.png:
* platform/chromium-win/fast/table/frame-and-rules-expected.txt:
* platform/chromium-win/fast/table/percent-heights-expected.checksum:
* platform/chromium-win/fast/table/percent-heights-expected.png:
* platform/chromium-win/fast/table/percent-heights-expected.txt:
* platform/chromium-win/fast/table/rowspan-paint-order-vertical-expected.checksum:
* platform/chromium-win/fast/table/rowspan-paint-order-vertical-expected.png:
* platform/chromium-win/fast/text/atsui-negative-spacing-features-expected.checksum:
* platform/chromium-win/fast/text/atsui-negative-spacing-features-expected.png:
* platform/chromium-win/fast/text/atsui-negative-spacing-features-expected.txt:
* platform/chromium-win/fast/text/atsui-spacing-features-expected.checksum:
* platform/chromium-win/fast/text/atsui-spacing-features-expected.png:
* platform/chromium-win/fast/text/atsui-spacing-features-expected.txt:
* platform/chromium-win/fast/text/basic/002-expected.checksum:
* platform/chromium-win/fast/text/basic/002-expected.png:
* platform/chromium-win/fast/text/basic/002-expected.txt:
* platform/chromium-win/fast/text/international/bidi-override-expected.checksum:
* platform/chromium-win/fast/text/international/bidi-override-expected.png:
* platform/chromium-win/fast/text/international/bidi-override-expected.txt:
* platform/chromium-win/fast/text/justified-selection-at-edge-expected.checksum:
* platform/chromium-win/fast/text/justified-selection-at-edge-expected.png:
* platform/chromium-win/fast/text/justified-selection-at-edge-expected.txt:
* platform/chromium-win/fast/text/justified-selection-expected.checksum:
* platform/chromium-win/fast/text/justified-selection-expected.png:
* platform/chromium-win/fast/text/justified-selection-expected.txt:
* platform/chromium-win/fast/text/justify-padding-distribution-expected.checksum: Added.
* platform/chromium-win/fast/text/justify-padding-distribution-expected.png: Added.
* platform/chromium-win/fast/text/trailing-white-space-2-expected.checksum:
* platform/chromium-win/fast/text/trailing-white-space-2-expected.png:
* platform/chromium-win/fast/text/trailing-white-space-2-expected.txt:
* platform/chromium-win/fast/text/trailing-white-space-expected.checksum:
* platform/chromium-win/fast/text/trailing-white-space-expected.png:
* platform/chromium-win/fast/text/trailing-white-space-expected.txt:
* platform/chromium-win/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.checksum: Added.
* platform/chromium-win/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.png: Added.
* platform/chromium-win/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt: Added.
* 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-without-missing-glyph-expected.txt:
* platform/chromium-win/svg/hixie/mixed/008-expected.checksum:
* platform/chromium-win/svg/hixie/mixed/008-expected.png:
* platform/chromium-win/svg/hixie/mixed/008-expected.txt:
* platform/chromium-win/svg/zoom/page/zoom-hixie-mixed-008-expected.checksum:
* platform/chromium-win/svg/zoom/page/zoom-hixie-mixed-008-expected.png:
* platform/chromium-win/svg/zoom/page/zoom-hixie-mixed-008-expected.txt:
* platform/chromium-win/svg/zoom/text/zoom-hixie-mixed-008-expected.checksum:
* platform/chromium-win/svg/zoom/text/zoom-hixie-mixed-008-expected.png:
* platform/chromium-win/svg/zoom/text/zoom-hixie-mixed-008-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug10633-expected.checksum:
* platform/chromium-win/tables/mozilla/bugs/bug10633-expected.png:
* platform/chromium-win/tables/mozilla/bugs/bug10633-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug109043-expected.checksum:
* platform/chromium-win/tables/mozilla/bugs/bug109043-expected.png:
* platform/chromium-win/tables/mozilla/bugs/bug109043-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug113424-expected.checksum:
* platform/chromium-win/tables/mozilla/bugs/bug113424-expected.png:
* platform/chromium-win/tables/mozilla/bugs/bug113424-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug11384q-expected.checksum:
* platform/chromium-win/tables/mozilla/bugs/bug11384q-expected.png:
* platform/chromium-win/tables/mozilla/bugs/bug11384q-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug11384s-expected.checksum:
* platform/chromium-win/tables/mozilla/bugs/bug11384s-expected.png:
* platform/chromium-win/tables/mozilla/bugs/bug11384s-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug1163-1-expected.checksum:
* platform/chromium-win/tables/mozilla/bugs/bug1163-1-expected.png:
* platform/chromium-win/tables/mozilla/bugs/bug1163-1-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug1188-expected.checksum:
* platform/chromium-win/tables/mozilla/bugs/bug1188-expected.png:
* platform/chromium-win/tables/mozilla/bugs/bug1188-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug119786-expected.checksum:
* platform/chromium-win/tables/mozilla/bugs/bug119786-expected.png:
* platform/chromium-win/tables/mozilla/bugs/bug119786-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug126742-expected.checksum:
* platform/chromium-win/tables/mozilla/bugs/bug126742-expected.png:
* platform/chromium-win/tables/mozilla/bugs/bug126742-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug127267-expected.checksum:
* platform/chromium-win/tables/mozilla/bugs/bug127267-expected.png:
* platform/chromium-win/tables/mozilla/bugs/bug127267-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug1302-expected.checksum:
* platform/chromium-win/tables/mozilla/bugs/bug1302-expected.png:
* platform/chromium-win/tables/mozilla/bugs/bug1302-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug131020-expected.checksum:
* platform/chromium-win/tables/mozilla/bugs/bug131020-expected.png:
* platform/chromium-win/tables/mozilla/bugs/bug131020-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug131020_iframe-expected.checksum:
* platform/chromium-win/tables/mozilla/bugs/bug131020_iframe-expected.png:
* platform/chromium-win/tables/mozilla/bugs/bug131020_iframe-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug1318-expected.checksum:
* platform/chromium-win/tables/mozilla/bugs/bug1318-expected.png:
* platform/chromium-win/tables/mozilla/bugs/bug1318-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug14323-expected.checksum:
* platform/chromium-win/tables/mozilla/bugs/bug14323-expected.png:
* platform/chromium-win/tables/mozilla/bugs/bug14323-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug149275-1-expected.checksum:
* platform/chromium-win/tables/mozilla/bugs/bug149275-1-expected.png:
* platform/chromium-win/tables/mozilla/bugs/bug149275-1-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug1802-expected.checksum:
* platform/chromium-win/tables/mozilla/bugs/bug1802-expected.png:
* platform/chromium-win/tables/mozilla/bugs/bug1802-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug1802s-expected.checksum:
* platform/chromium-win/tables/mozilla/bugs/bug1802s-expected.png:
* platform/chromium-win/tables/mozilla/bugs/bug1802s-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug18664-expected.checksum:
* platform/chromium-win/tables/mozilla/bugs/bug18664-expected.png:
* platform/chromium-win/tables/mozilla/bugs/bug18664-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug222846-expected.checksum:
* platform/chromium-win/tables/mozilla/bugs/bug222846-expected.png:
* platform/chromium-win/tables/mozilla/bugs/bug222846-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug23235-expected.checksum:
* platform/chromium-win/tables/mozilla/bugs/bug23235-expected.png:
* platform/chromium-win/tables/mozilla/bugs/bug23235-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug2479-2-expected.checksum:
* platform/chromium-win/tables/mozilla/bugs/bug2479-2-expected.png:
* platform/chromium-win/tables/mozilla/bugs/bug2479-2-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug26553-expected.checksum:
* platform/chromium-win/tables/mozilla/bugs/bug26553-expected.png:
* platform/chromium-win/tables/mozilla/bugs/bug26553-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug27038-3-expected.checksum:
* platform/chromium-win/tables/mozilla/bugs/bug27038-3-expected.png:
* platform/chromium-win/tables/mozilla/bugs/bug27038-3-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug3260-expected.checksum:
* platform/chromium-win/tables/mozilla/bugs/bug3260-expected.png:
* platform/chromium-win/tables/mozilla/bugs/bug3260-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug3454-expected.checksum:
* platform/chromium-win/tables/mozilla/bugs/bug3454-expected.png:
* platform/chromium-win/tables/mozilla/bugs/bug3454-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug3977-expected.checksum:
* platform/chromium-win/tables/mozilla/bugs/bug3977-expected.png:
* platform/chromium-win/tables/mozilla/bugs/bug3977-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug43854-1-expected.checksum:
* platform/chromium-win/tables/mozilla/bugs/bug43854-1-expected.png:
* platform/chromium-win/tables/mozilla/bugs/bug43854-1-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug43854-2-expected.checksum:
* platform/chromium-win/tables/mozilla/bugs/bug43854-2-expected.png:
* platform/chromium-win/tables/mozilla/bugs/bug43854-2-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug48028-2-expected.checksum:
* platform/chromium-win/tables/mozilla/bugs/bug48028-2-expected.png:
* platform/chromium-win/tables/mozilla/bugs/bug48028-2-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug5838-expected.checksum:
* platform/chromium-win/tables/mozilla/bugs/bug5838-expected.png:
* platform/chromium-win/tables/mozilla/bugs/bug5838-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug59354-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug60804-expected.checksum:
* platform/chromium-win/tables/mozilla/bugs/bug60804-expected.png:
* platform/chromium-win/tables/mozilla/bugs/bug60804-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug60807-expected.checksum:
* platform/chromium-win/tables/mozilla/bugs/bug60807-expected.png:
* platform/chromium-win/tables/mozilla/bugs/bug60807-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug6304-expected.checksum:
* platform/chromium-win/tables/mozilla/bugs/bug6304-expected.png:
* platform/chromium-win/tables/mozilla/bugs/bug6304-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug67915-1-expected.checksum:
* platform/chromium-win/tables/mozilla/bugs/bug67915-1-expected.png:
* platform/chromium-win/tables/mozilla/bugs/bug67915-1-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug69382-1-expected.checksum:
* platform/chromium-win/tables/mozilla/bugs/bug69382-1-expected.png:
* platform/chromium-win/tables/mozilla/bugs/bug69382-1-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug7112-1-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug7112-2-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug81934-expected.checksum:
* platform/chromium-win/tables/mozilla/bugs/bug81934-expected.png:
* platform/chromium-win/tables/mozilla/bugs/bug81934-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug88035-2-expected.checksum:
* platform/chromium-win/tables/mozilla/bugs/bug88035-2-expected.png:
* platform/chromium-win/tables/mozilla/bugs/bug88035-2-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug8950-expected.checksum:
* platform/chromium-win/tables/mozilla/bugs/bug8950-expected.png:
* platform/chromium-win/tables/mozilla/bugs/bug8950-expected.txt:
* platform/chromium-win/tables/mozilla/collapsing_borders/bug41262-3-expected.checksum:
* platform/chromium-win/tables/mozilla/collapsing_borders/bug41262-3-expected.png:
* platform/chromium-win/tables/mozilla/collapsing_borders/bug41262-3-expected.txt:
* platform/chromium-win/tables/mozilla/core/bloomberg-expected.checksum:
* platform/chromium-win/tables/mozilla/core/bloomberg-expected.png:
* platform/chromium-win/tables/mozilla/core/bloomberg-expected.txt:
* platform/chromium-win/tables/mozilla/core/captions-expected.checksum:
* platform/chromium-win/tables/mozilla/core/captions-expected.png:
* platform/chromium-win/tables/mozilla/core/captions-expected.txt:
* platform/chromium-win/tables/mozilla/core/misc-expected.checksum:
* platform/chromium-win/tables/mozilla/core/misc-expected.png:
* platform/chromium-win/tables/mozilla/core/misc-expected.txt:
* platform/chromium-win/tables/mozilla/core/row_span-expected.checksum:
* platform/chromium-win/tables/mozilla/core/row_span-expected.png:
* platform/chromium-win/tables/mozilla/core/row_span-expected.txt:
* platform/chromium-win/tables/mozilla/marvin/backgr_layers-opacity-expected.checksum:
* platform/chromium-win/tables/mozilla/marvin/backgr_layers-opacity-expected.png:
* platform/chromium-win/tables/mozilla/marvin/backgr_layers-opacity-expected.txt:
* platform/chromium-win/tables/mozilla/marvin/backgr_position-table-expected.checksum:
* platform/chromium-win/tables/mozilla/marvin/backgr_position-table-expected.png:
* platform/chromium-win/tables/mozilla/marvin/backgr_position-table-expected.txt:
* platform/chromium-win/tables/mozilla/marvin/backgr_simple-table-cell-expected.checksum:
* platform/chromium-win/tables/mozilla/marvin/backgr_simple-table-cell-expected.png:
* platform/chromium-win/tables/mozilla/marvin/backgr_simple-table-cell-expected.txt:
* platform/chromium-win/tables/mozilla/marvin/backgr_simple-table-column-expected.checksum:
* platform/chromium-win/tables/mozilla/marvin/backgr_simple-table-column-expected.png:
* platform/chromium-win/tables/mozilla/marvin/backgr_simple-table-column-expected.txt:
* platform/chromium-win/tables/mozilla/marvin/backgr_simple-table-column-group-expected.checksum:
* platform/chromium-win/tables/mozilla/marvin/backgr_simple-table-column-group-expected.png:
* platform/chromium-win/tables/mozilla/marvin/backgr_simple-table-column-group-expected.txt:
* platform/chromium-win/tables/mozilla/marvin/backgr_simple-table-expected.checksum:
* platform/chromium-win/tables/mozilla/marvin/backgr_simple-table-expected.png:
* platform/chromium-win/tables/mozilla/marvin/backgr_simple-table-expected.txt:
* platform/chromium-win/tables/mozilla/marvin/backgr_simple-table-row-expected.checksum:
* platform/chromium-win/tables/mozilla/marvin/backgr_simple-table-row-expected.png:
* platform/chromium-win/tables/mozilla/marvin/backgr_simple-table-row-expected.txt:
* platform/chromium-win/tables/mozilla/marvin/backgr_simple-table-row-group-expected.checksum:
* platform/chromium-win/tables/mozilla/marvin/backgr_simple-table-row-group-expected.png:
* platform/chromium-win/tables/mozilla/marvin/backgr_simple-table-row-group-expected.txt:
* platform/chromium-win/tables/mozilla/marvin/body_col-expected.checksum:
* platform/chromium-win/tables/mozilla/marvin/body_col-expected.png:
* platform/chromium-win/tables/mozilla/marvin/body_col-expected.txt:
* platform/chromium-win/tables/mozilla/marvin/body_tbody-expected.checksum:
* platform/chromium-win/tables/mozilla/marvin/body_tbody-expected.png:
* platform/chromium-win/tables/mozilla/marvin/body_tbody-expected.txt:
* platform/chromium-win/tables/mozilla/marvin/body_tfoot-expected.checksum:
* platform/chromium-win/tables/mozilla/marvin/body_tfoot-expected.png:
* platform/chromium-win/tables/mozilla/marvin/body_tfoot-expected.txt:
* platform/chromium-win/tables/mozilla/marvin/colgroup_align_center-expected.checksum:
* platform/chromium-win/tables/mozilla/marvin/colgroup_align_center-expected.png:
* platform/chromium-win/tables/mozilla/marvin/colgroup_align_center-expected.txt:
* platform/chromium-win/tables/mozilla/marvin/colgroup_align_justify-expected.checksum:
* platform/chromium-win/tables/mozilla/marvin/colgroup_align_justify-expected.png:
* platform/chromium-win/tables/mozilla/marvin/colgroup_align_justify-expected.txt:
* platform/chromium-win/tables/mozilla/marvin/colgroup_align_left-expected.checksum:
* platform/chromium-win/tables/mozilla/marvin/colgroup_align_left-expected.png:
* platform/chromium-win/tables/mozilla/marvin/colgroup_align_left-expected.txt:
* platform/chromium-win/tables/mozilla/marvin/colgroup_align_right-expected.checksum:
* platform/chromium-win/tables/mozilla/marvin/colgroup_align_right-expected.png:
* platform/chromium-win/tables/mozilla/marvin/colgroup_align_right-expected.txt:
* platform/chromium-win/tables/mozilla/marvin/colgroup_span-expected.checksum:
* platform/chromium-win/tables/mozilla/marvin/colgroup_span-expected.png:
* platform/chromium-win/tables/mozilla/marvin/colgroup_span-expected.txt:
* platform/chromium-win/tables/mozilla/marvin/colgroup_valign_baseline-expected.checksum:
* platform/chromium-win/tables/mozilla/marvin/colgroup_valign_baseline-expected.png:
* platform/chromium-win/tables/mozilla/marvin/colgroup_valign_baseline-expected.txt:
* platform/chromium-win/tables/mozilla/marvin/colgroup_valign_bottom-expected.checksum:
* platform/chromium-win/tables/mozilla/marvin/colgroup_valign_bottom-expected.png:
* platform/chromium-win/tables/mozilla/marvin/colgroup_valign_bottom-expected.txt:
* platform/chromium-win/tables/mozilla/marvin/colgroup_valign_middle-expected.checksum:
* platform/chromium-win/tables/mozilla/marvin/colgroup_valign_middle-expected.png:
* platform/chromium-win/tables/mozilla/marvin/colgroup_valign_middle-expected.txt:
* platform/chromium-win/tables/mozilla/marvin/colgroup_valign_top-expected.checksum:
* platform/chromium-win/tables/mozilla/marvin/colgroup_valign_top-expected.png:
* platform/chromium-win/tables/mozilla/marvin/colgroup_valign_top-expected.txt:
* platform/chromium-win/tables/mozilla/marvin/colgroup_width_pct-expected.checksum:
* platform/chromium-win/tables/mozilla/marvin/colgroup_width_pct-expected.png:
* platform/chromium-win/tables/mozilla/marvin/colgroup_width_pct-expected.txt:
* platform/chromium-win/tables/mozilla/marvin/colgroup_width_px-expected.checksum:
* platform/chromium-win/tables/mozilla/marvin/colgroup_width_px-expected.png:
* platform/chromium-win/tables/mozilla/marvin/colgroup_width_px-expected.txt:
* platform/chromium-win/tables/mozilla/marvin/table_frame_border-expected.checksum:
* platform/chromium-win/tables/mozilla/marvin/table_frame_border-expected.png:
* platform/chromium-win/tables/mozilla/marvin/table_frame_border-expected.txt:
* platform/chromium-win/tables/mozilla/marvin/table_frame_box-expected.checksum:
* platform/chromium-win/tables/mozilla/marvin/table_frame_box-expected.png:
* platform/chromium-win/tables/mozilla/marvin/table_frame_box-expected.txt:
* platform/chromium-win/tables/mozilla/marvin/table_row_align_center-expected.checksum:
* platform/chromium-win/tables/mozilla/marvin/table_row_align_center-expected.png:
* platform/chromium-win/tables/mozilla/marvin/table_row_align_center-expected.txt:
* platform/chromium-win/tables/mozilla/marvin/table_rules_all-expected.checksum:
* platform/chromium-win/tables/mozilla/marvin/table_rules_all-expected.png:
* platform/chromium-win/tables/mozilla/marvin/table_rules_all-expected.txt:
* platform/chromium-win/tables/mozilla/marvin/tables_row_th_nowrap-expected.checksum:
* platform/chromium-win/tables/mozilla/marvin/tables_row_th_nowrap-expected.png:
* platform/chromium-win/tables/mozilla/marvin/tables_row_th_nowrap-expected.txt:
* platform/chromium-win/tables/mozilla/marvin/tables_th_align_center-expected.checksum:
* platform/chromium-win/tables/mozilla/marvin/tables_th_align_center-expected.png:
* platform/chromium-win/tables/mozilla/marvin/tables_th_align_center-expected.txt:
* platform/chromium-win/tables/mozilla/marvin/tables_th_colspan-expected.checksum:
* platform/chromium-win/tables/mozilla/marvin/tables_th_colspan-expected.png:
* platform/chromium-win/tables/mozilla/marvin/tables_th_colspan-expected.txt:
* platform/chromium-win/tables/mozilla/marvin/tables_th_height-expected.checksum:
* platform/chromium-win/tables/mozilla/marvin/tables_th_height-expected.png:
* platform/chromium-win/tables/mozilla/marvin/tables_th_height-expected.txt:
* platform/chromium-win/tables/mozilla/marvin/tbody_align_center-expected.checksum:
* platform/chromium-win/tables/mozilla/marvin/tbody_align_center-expected.png:
* platform/chromium-win/tables/mozilla/marvin/tbody_align_center-expected.txt:
* platform/chromium-win/tables/mozilla/marvin/tfoot_align_center-expected.checksum:
* platform/chromium-win/tables/mozilla/marvin/tfoot_align_center-expected.png:
* platform/chromium-win/tables/mozilla/marvin/tfoot_align_center-expected.txt:
* platform/chromium-win/tables/mozilla/marvin/th_valign_baseline-expected.checksum:
* platform/chromium-win/tables/mozilla/marvin/th_valign_baseline-expected.png:
* platform/chromium-win/tables/mozilla/marvin/th_valign_baseline-expected.txt:
* platform/chromium-win/tables/mozilla/marvin/th_valign_bottom-expected.checksum:
* platform/chromium-win/tables/mozilla/marvin/th_valign_bottom-expected.png:
* platform/chromium-win/tables/mozilla/marvin/th_valign_bottom-expected.txt:
* platform/chromium-win/tables/mozilla/marvin/th_valign_middle-expected.checksum:
* platform/chromium-win/tables/mozilla/marvin/th_valign_middle-expected.png:
* platform/chromium-win/tables/mozilla/marvin/th_valign_middle-expected.txt:
* platform/chromium-win/tables/mozilla/marvin/th_valign_top-expected.checksum:
* platform/chromium-win/tables/mozilla/marvin/th_valign_top-expected.png:
* platform/chromium-win/tables/mozilla/marvin/th_valign_top-expected.txt:
* platform/chromium-win/tables/mozilla/marvin/thead_align_center-expected.checksum:
* platform/chromium-win/tables/mozilla/marvin/thead_align_center-expected.png:
* platform/chromium-win/tables/mozilla/marvin/thead_align_center-expected.txt:
* platform/chromium-win/tables/mozilla/marvin/x_caption_align_bottom-expected.checksum:
* platform/chromium-win/tables/mozilla/marvin/x_caption_align_bottom-expected.png:
* platform/chromium-win/tables/mozilla/marvin/x_caption_align_bottom-expected.txt:
* platform/chromium-win/tables/mozilla/marvin/x_caption_align_top-expected.checksum:
* platform/chromium-win/tables/mozilla/marvin/x_caption_align_top-expected.png:
* platform/chromium-win/tables/mozilla/marvin/x_caption_align_top-expected.txt:
* platform/chromium-win/tables/mozilla/marvin/x_caption_class-expected.checksum:
* platform/chromium-win/tables/mozilla/marvin/x_caption_class-expected.png:
* platform/chromium-win/tables/mozilla/marvin/x_caption_class-expected.txt:
* platform/chromium-win/tables/mozilla/marvin/x_caption_id-expected.checksum:
* platform/chromium-win/tables/mozilla/marvin/x_caption_id-expected.png:
* platform/chromium-win/tables/mozilla/marvin/x_caption_id-expected.txt:
* platform/chromium-win/tables/mozilla/marvin/x_caption_style-expected.checksum:
* platform/chromium-win/tables/mozilla/marvin/x_caption_style-expected.png:
* platform/chromium-win/tables/mozilla/marvin/x_caption_style-expected.txt:
* platform/chromium-win/tables/mozilla/marvin/x_table-expected.checksum:
* platform/chromium-win/tables/mozilla/marvin/x_table-expected.png:
* platform/chromium-win/tables/mozilla/marvin/x_table-expected.txt:
* platform/chromium-win/tables/mozilla/marvin/x_tbody_align_justify-expected.checksum:
* platform/chromium-win/tables/mozilla/marvin/x_tbody_align_justify-expected.png:
* platform/chromium-win/tables/mozilla/marvin/x_tbody_align_justify-expected.txt:
* platform/chromium-win/tables/mozilla/marvin/x_td_align_center-expected.checksum:
* platform/chromium-win/tables/mozilla/marvin/x_td_align_center-expected.png:
* platform/chromium-win/tables/mozilla/marvin/x_td_align_center-expected.txt:
* platform/chromium-win/tables/mozilla/marvin/x_td_align_justify-expected.checksum:
* platform/chromium-win/tables/mozilla/marvin/x_td_align_justify-expected.png:
* platform/chromium-win/tables/mozilla/marvin/x_td_align_justify-expected.txt:
* platform/chromium-win/tables/mozilla/marvin/x_tfoot_align_justify-expected.checksum:
* platform/chromium-win/tables/mozilla/marvin/x_tfoot_align_justify-expected.png:
* platform/chromium-win/tables/mozilla/marvin/x_tfoot_align_justify-expected.txt:
* platform/chromium-win/tables/mozilla/marvin/x_th_align_justify-expected.checksum:
* platform/chromium-win/tables/mozilla/marvin/x_th_align_justify-expected.png:
* platform/chromium-win/tables/mozilla/marvin/x_th_align_justify-expected.txt:
* platform/chromium-win/tables/mozilla/marvin/x_th_colspan-expected.checksum:
* platform/chromium-win/tables/mozilla/marvin/x_th_colspan-expected.png:
* platform/chromium-win/tables/mozilla/marvin/x_th_colspan-expected.txt:
* platform/chromium-win/tables/mozilla/marvin/x_th_valign_baseline-expected.checksum:
* platform/chromium-win/tables/mozilla/marvin/x_th_valign_baseline-expected.png:
* platform/chromium-win/tables/mozilla/marvin/x_th_valign_baseline-expected.txt:
* platform/chromium-win/tables/mozilla/marvin/x_th_valign_bottom-expected.checksum:
* platform/chromium-win/tables/mozilla/marvin/x_th_valign_bottom-expected.png:
* platform/chromium-win/tables/mozilla/marvin/x_th_valign_bottom-expected.txt:
* platform/chromium-win/tables/mozilla/marvin/x_th_width-expected.checksum:
* platform/chromium-win/tables/mozilla/marvin/x_th_width-expected.png:
* platform/chromium-win/tables/mozilla/marvin/x_th_width-expected.txt:
* platform/chromium-win/tables/mozilla/marvin/x_thead_align_justify-expected.checksum:
* platform/chromium-win/tables/mozilla/marvin/x_thead_align_justify-expected.png:
* platform/chromium-win/tables/mozilla/marvin/x_thead_align_justify-expected.txt:
* platform/chromium-win/tables/mozilla/marvin/x_tr_align_center-expected.checksum:
* platform/chromium-win/tables/mozilla/marvin/x_tr_align_center-expected.png:
* platform/chromium-win/tables/mozilla/marvin/x_tr_align_center-expected.txt:
* platform/chromium-win/tables/mozilla/marvin/x_tr_align_justify-expected.checksum:
* platform/chromium-win/tables/mozilla/marvin/x_tr_align_justify-expected.png:
* platform/chromium-win/tables/mozilla/marvin/x_tr_align_justify-expected.txt:
* platform/chromium-win/tables/mozilla/other/body_col-expected.checksum:
* platform/chromium-win/tables/mozilla/other/body_col-expected.png:
* platform/chromium-win/tables/mozilla/other/body_col-expected.txt:
* platform/chromium-win/tables/mozilla/other/wa_table_thtd_rowspan-expected.txt:
* platform/chromium-win/tables/mozilla/other/wa_table_tr_align-expected.txt:
* platform/chromium-win/tables/mozilla_expected_failures/bugs/bug10140-expected.checksum:
* platform/chromium-win/tables/mozilla_expected_failures/bugs/bug10140-expected.png:
* platform/chromium-win/tables/mozilla_expected_failures/bugs/bug10140-expected.txt:
* platform/chromium-win/tables/mozilla_expected_failures/bugs/bug10216-expected.checksum:
* platform/chromium-win/tables/mozilla_expected_failures/bugs/bug10216-expected.png:
* platform/chromium-win/tables/mozilla_expected_failures/bugs/bug10216-expected.txt:
* platform/chromium-win/tables/mozilla_expected_failures/bugs/bug1055-2-expected.checksum:
* platform/chromium-win/tables/mozilla_expected_failures/bugs/bug1055-2-expected.png:
* platform/chromium-win/tables/mozilla_expected_failures/bugs/bug1055-2-expected.txt:
* platform/chromium-win/tables/mozilla_expected_failures/bugs/bug106966-expected.checksum:
* platform/chromium-win/tables/mozilla_expected_failures/bugs/bug106966-expected.png:
* platform/chromium-win/tables/mozilla_expected_failures/bugs/bug106966-expected.txt:
* platform/chromium-win/tables/mozilla_expected_failures/bugs/bug1128-expected.checksum:
* platform/chromium-win/tables/mozilla_expected_failures/bugs/bug1128-expected.png:
* platform/chromium-win/tables/mozilla_expected_failures/bugs/bug1128-expected.txt:
* platform/chromium-win/tables/mozilla_expected_failures/bugs/bug14007-1-expected.checksum:
* platform/chromium-win/tables/mozilla_expected_failures/bugs/bug14007-1-expected.png:
* platform/chromium-win/tables/mozilla_expected_failures/bugs/bug14007-1-expected.txt:
* platform/chromium-win/tables/mozilla_expected_failures/bugs/bug14007-2-expected.checksum:
* platform/chromium-win/tables/mozilla_expected_failures/bugs/bug14007-2-expected.png:
* platform/chromium-win/tables/mozilla_expected_failures/bugs/bug14007-2-expected.txt:
* platform/chromium-win/tables/mozilla_expected_failures/bugs/bug29058-2-expected.checksum:
* platform/chromium-win/tables/mozilla_expected_failures/bugs/bug29058-2-expected.png:
* platform/chromium-win/tables/mozilla_expected_failures/bugs/bug29058-2-expected.txt:
* platform/chromium-win/tables/mozilla_expected_failures/bugs/bug3166-11-expected.checksum:
* platform/chromium-win/tables/mozilla_expected_failures/bugs/bug3166-11-expected.png:
* platform/chromium-win/tables/mozilla_expected_failures/bugs/bug3166-11-expected.txt:
* platform/chromium-win/tables/mozilla_expected_failures/bugs/bug3166-9-expected.checksum:
* platform/chromium-win/tables/mozilla_expected_failures/bugs/bug3166-9-expected.png:
* platform/chromium-win/tables/mozilla_expected_failures/bugs/bug3166-9-expected.txt:
* platform/chromium-win/tables/mozilla_expected_failures/bugs/bug91057-expected.checksum:
* platform/chromium-win/tables/mozilla_expected_failures/bugs/bug91057-expected.png:
* platform/chromium-win/tables/mozilla_expected_failures/bugs/bug91057-expected.txt:
* platform/chromium-win/tables/mozilla_expected_failures/core/captions1-expected.checksum:
* platform/chromium-win/tables/mozilla_expected_failures/core/captions1-expected.png:
* platform/chromium-win/tables/mozilla_expected_failures/core/captions1-expected.txt:
* platform/chromium-win/tables/mozilla_expected_failures/core/captions2-expected.checksum:
* platform/chromium-win/tables/mozilla_expected_failures/core/captions2-expected.png:
* platform/chromium-win/tables/mozilla_expected_failures/core/captions2-expected.txt:
* platform/chromium-win/tables/mozilla_expected_failures/core/captions3-expected.checksum:
* platform/chromium-win/tables/mozilla_expected_failures/core/captions3-expected.png:
* platform/chromium-win/tables/mozilla_expected_failures/core/captions3-expected.txt:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.checksum:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.png:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.txt:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.checksum:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.png:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.txt:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.checksum:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.png:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.txt:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.checksum:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.png:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.txt:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.checksum:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.png:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.txt:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.checksum:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.png:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.txt:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.checksum:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.png:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.txt:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.checksum:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.png:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.txt:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.checksum:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.png:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.txt:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.txt:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.checksum:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.png:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.txt:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.checksum:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.png:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.txt:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.checksum:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.png:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.txt:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.checksum:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.png:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.txt:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.checksum:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.png:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.txt:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/table_frame_above-expected.checksum:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/table_frame_above-expected.png:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/table_frame_above-expected.txt:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/table_frame_below-expected.checksum:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/table_frame_below-expected.png:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/table_frame_below-expected.txt:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/table_frame_hsides-expected.checksum:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/table_frame_hsides-expected.png:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/table_frame_hsides-expected.txt:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/table_frame_lhs-expected.checksum:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/table_frame_lhs-expected.png:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/table_frame_lhs-expected.txt:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/table_frame_rhs-expected.checksum:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/table_frame_rhs-expected.png:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/table_frame_rhs-expected.txt:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/table_frame_void-expected.checksum:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/table_frame_void-expected.png:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/table_frame_void-expected.txt:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/table_frame_vsides-expected.checksum:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/table_frame_vsides-expected.png:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/table_frame_vsides-expected.txt:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/table_rules_cols-expected.checksum:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/table_rules_cols-expected.png:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/table_rules_cols-expected.txt:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/x_caption_align_left-expected.checksum:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/x_caption_align_left-expected.png:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/x_caption_align_left-expected.txt:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/x_caption_align_right-expected.checksum:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/x_caption_align_right-expected.png:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/x_caption_align_right-expected.txt:
* platform/chromium-win/tables/mozilla_expected_failures/other/test4-expected.checksum:
* platform/chromium-win/tables/mozilla_expected_failures/other/test4-expected.png:
* platform/chromium-win/tables/mozilla_expected_failures/other/test4-expected.txt:
* platform/chromium/test_expectations.txt:
2011-02-17 Andrew Wilson <atwilson@chromium.org>
Unreviewed expectations change.
Temporarily disabled tests that need rebaselining while we try to fix the rebaselining tool.
* platform/chromium/test_expectations.txt:
2011-02-17 Jeremy Orlow <jorlow@chromium.org>
Fix minor problem with test.
* storage/indexeddb/exception-in-event-aborts-expected.txt:
* storage/indexeddb/exception-in-event-aborts.html:
2011-02-17 Jeremy Orlow <jorlow@chromium.org>
Reviewed by Nate Chapin.
Throwing in an IndexedDB error or success event should lead to the transaction aborting
https://bugs.webkit.org/show_bug.cgi?id=54249
* storage/indexeddb/exception-in-event-aborts-expected.txt: Added.
* storage/indexeddb/exception-in-event-aborts.html: Added.
* storage/indexeddb/queued-commands-expected.txt:
* storage/indexeddb/queued-commands.html:
* storage/indexeddb/request-event-propagation-expected.txt:
* storage/indexeddb/request-event-propagation.html:
* storage/indexeddb/resources/shared.js:
(unexpectedErrorCallback):
* storage/indexeddb/transaction-event-propagation-expected.txt:
* storage/indexeddb/transaction-event-propagation.html:
2011-02-17 Andreas Kling <kling@webkit.org>
Reviewed by Dirk Schulze.
SVG: Add test for color animation with alpha value in calcMode=discrete
https://bugs.webkit.org/show_bug.cgi?id=54666
* svg/animations/animate-color-rgba-calcMode-discrete-expected.txt: Added.
* svg/animations/animate-color-rgba-calcMode-discrete.html: Added.
* svg/animations/script-tests/animate-color-rgba-calcMode-discrete.js: Added.
2011-02-17 Mihai Parparita <mihaip@chromium.org>
Unreviewed Chromium expectations update. Remove duplicate expectation
for media/video-display-toggle.html (on Snow Leopard only).
* platform/chromium/test_expectations.txt:
2011-02-17 Nikolas Zimmermann <nzimmermann@rim.com>
Reviewed by Dirk Schulze.
'ex' coordinates fail, when SVGFont doesn't provide an explicit xHeight attribute
https://bugs.webkit.org/show_bug.cgi?id=54672
Add new testcase from SVG 1.1 2nd Edition covering exs support + SVGFonts.
* platform/mac/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.checksum: Added.
* platform/mac/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.png: Added.
* platform/mac/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt: Added.
* svg/W3C-SVG-1.1-SE/coords-units-03-b.svg: Added.
2011-02-17 Andrew Wilson <atwilson@chromium.org>
Unreviewed test expectations update.
[Chromium] set_version_blocked.html and set_version_queue.html started crashing on Chromium dbg bots after WK roll 78748:78777
https://bugs.webkit.org/show_bug.cgi?id=54644
Re-enabling tests now that they pass again.
* platform/chromium/test_expectations.txt:
2011-02-17 Hans Wennborg <hans@chromium.org>
Reviewed by Jeremy Orlow.
IndexedDB: enable test for auto increment key injection
https://bugs.webkit.org/show_bug.cgi?id=54642
Enable this test now that Chromium supports it.
* storage/indexeddb/objectstore-autoincrement-expected.txt:
* storage/indexeddb/objectstore-autoincrement.html:
2011-02-17 Sergio Villar Senin <svillar@igalia.com>
Unreviewed.
Added a bunch of GTK+ baselines for Mozilla test suites
(tables/mozilla/marvin).
* platform/gtk/Skipped: Unskip tests which now have results.
2011-02-17 Zhenyao Mo <zmo@google.com>
Unreviewed, test expectations update.
* platform/chromium/test_expectations.txt:
2011-02-17 Ilya Tikhonovsky <loislo@chromium.org>
Reviewed by Yury Semikhatsky.
Web Inspector: [Chromium] inspector/elements/mutate-unknown-node.html test is flaky.
https://bugs.webkit.org/show_bug.cgi?id=54635
It was a race condition. Sometimes Inspector was loaded before domContentLoaded event but sometimes not.
As result it receives second setDocument and got new ids for the DOM elements.
* http/tests/inspector/elements-test.js:
(initialize_ElementTest.InspectorTest.dumpDOMAgentTree):
(initialize_ElementTest):
* inspector/elements/mutate-unknown-node-expected.txt:
* inspector/elements/mutate-unknown-node.html:
2011-02-17 Adam Roben <aroben@apple.com>
Skip a new spinbutton test on Windows
Also updated the Bugzilla URL for these tests to point to a bug that isn't marked Resolved,
since clearly there's still an unresolved bug here! The new bug is
<http://webkit.org/b/54662>.
* platform/win/Skipped: Added fast/forms/input-appearance-spinbutton-layer.html.
2011-02-17 Adam Roben <aroben@apple.com>
Check in expected failure results on Windows for accessibility/canvas-fallback-content.html
Failure is tracked by <http://webkit.org/b/54654>.
* platform/win/accessibility/canvas-fallback-content-expected.txt: Added.
2011-02-17 Adam Roben <aroben@apple.com>
Skip a failing test on Windows
Failure is tracked by <http://webkit.org/b/54655>.
* platform/win/Skipped: Added
http/tests/security/xssAuditor/script-tag-with-fancy-unicode.html.
2011-02-17 Adam Roben <aroben@apple.com>
Update Windows results after r78690
Fixes <http://webkit.org/b/54657>.
* platform/win/media/controls-without-preload-expected.txt:
2011-02-17 Adam Roben <aroben@apple.com>
Skip all inspector/debugger tests on Windows
The failures are tracked by <http://webkit.org/b/54490>.
* platform/win/Skipped:
2011-02-17 Philippe Normand <pnormand@igalia.com>
Unreviewed, rebaseline GTK test results.
[GStreamer] media/video-zoom-controls.html fails
https://bugs.webkit.org/show_bug.cgi?id=50918
* platform/gtk/Skipped:
* platform/gtk/media/video-zoom-controls-expected.txt:
2011-02-17 Sergio Villar Senin <svillar@igalia.com>
Unreviewed.
Add the next set (tables/mozilla/dom) of GTK+ Mozilla test suite results.
* platform/gtk/Skipped: Updated the skipped list.
2011-02-17 Sergio Villar Senin <svillar@igalia.com>
Unreviewed.
Added flaky test media/video-display-toggle.html. Fails only on
debug bots.
* platform/gtk/Skipped: Updated the skipped list.
2011-02-16 Pavel Podivilov <podivilov@chromium.org>
Reviewed by Yury Semikhatsky.
Web Inspector: show all inlined scripts from single document in the same source frame.
https://bugs.webkit.org/show_bug.cgi?id=54544
Currently when debugging synchronously executed inlined scripts each script is shown in it's own source frame ("example.html:24").
We should show such scripts in the same source frame "example.html" with <script></script> framing.
* http/tests/inspector/debugger-test.js:
(initialize_DebuggerTest.InspectorTest._pausedScript):
(initialize_DebuggerTest.InspectorTest._resumedScript):
* inspector/debugger/debug-inlined-scripts-expected.txt: Added.
* inspector/debugger/debug-inlined-scripts.html: Added.
* inspector/debugger/debugger-breakpoints-not-activated-on-reload.html:
* inspector/debugger/debugger-pause-on-breakpoint.html:
2011-02-17 Nikolas Zimmermann <nzimmermann@rim.com>
Reviewed by Dirk Schulze.
svg/batik/paints/patternRegions-positioned-objects.svg fails on Windows
https://bugs.webkit.org/show_bug.cgi?id=44484
Pattern of pattern defined with objectBoundingBox does not render correctly
https://bugs.webkit.org/show_bug.cgi?id=53463
Update SnowLeopard pixel test baseline after adding new patternContentUnits="objectBoundingBox" tests.
* platform/mac/svg/batik/paints/patternRegions-positioned-objects-expected.checksum:
* platform/mac/svg/batik/paints/patternRegions-positioned-objects-expected.png:
* platform/mac/svg/custom/nested-pattern-boundingBoxModeContent-expected.checksum: Added.
* platform/mac/svg/custom/nested-pattern-boundingBoxModeContent-expected.png: Added.
* platform/mac/svg/custom/nested-pattern-boundingBoxModeContent-expected.txt: Added.
* platform/mac/svg/dynamic-updates/SVGPatternElement-dom-patternContentUnits-attr-expected.checksum:
* platform/mac/svg/dynamic-updates/SVGPatternElement-dom-patternContentUnits-attr-expected.png:
* platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-patternContentUnits-prop-expected.checksum:
* platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-patternContentUnits-prop-expected.png:
* svg/custom/nested-pattern-boundingBoxModeContent.svg: Added.
2011-02-17 Csaba Osztrogonác <ossy@webkit.org>
Unreviewed.
[Qt] http/tests/security/xssAuditor/script-tag-with-fancy-unicode.html fails
https://bugs.webkit.org/show_bug.cgi?id=54630
* platform/qt/Skipped: Add http/tests/security/xssAuditor/script-tag-with-fancy-unicode.html temporarily.
2011-02-17 Sergio Villar Senin <svillar@igalia.com>
Unreviewed.
[GTK] Failing canvas security tests
https://bugs.webkit.org/show_bug.cgi?id=30580
Test is working fine locally in both release and debug builds so
unskipping it.
* platform/gtk/Skipped: Updated the skipped list.
2011-02-17 Mario Sanchez Prada <msanchez@igalia.com>
Unreviewed, skipping failing test on GTK bots.
[GTK] accessibility/canvas-fallback-content.html is failing on GTK bots
https://bugs.webkit.org/show_bug.cgi?id=54626
* platform/gtk/Skipped: Skipping failing test.
2011-02-17 Sergio Villar Senin <svillar@igalia.com>
Unreviewed.
Skipped four SVG tests that started to show rounding errors (1
pixel difference) after r78704.
* platform/gtk/Skipped: Update the skipped list.
2011-02-17 Benjamin Kalman <kalman@chromium.org>
Reviewed by Ryosuke Niwa.
RTL lineboundary left/right is reversed when cursor is at start of RTL container
https://bugs.webkit.org/show_bug.cgi?id=54534
Test extending the selection left/right by lineboundary from both the leftmost/rightmost ends of LTR and RTL
containers with both LTR and RTL text.
* editing/selection/extend-left-right-by-lineboundary-expected.txt: Added.
* editing/selection/extend-left-right-by-lineboundary.html: Added.
2011-02-17 Philippe Normand <pnormand@igalia.com>
Unreviewed, fix media-file.js path after r78778.
* media/video-display-aspect-ratio.html:
2011-02-16 Philippe Normand <pnormand@igalia.com>
Reviewed by Martin Robinson.
[GTK] media/video-display-toggle.html still flaky on 32-Bits Release
https://bugs.webkit.org/show_bug.cgi?id=54552
* media/video-display-toggle.html: Start playback before
triggering the display toggle, ensuring the controls
(esp. duration display) are conistent.
2011-02-16 Ilya Tikhonovsky <loislo@chromium.org>
Unreviewed.
Web Inspector: chromium: update test expectation.
* platform/chromium/inspector/timeline/timeline-parse-html-expected.txt:
* platform/chromium/test_expectations.txt:
2011-02-16 Ilya Tikhonovsky <loislo@chromium.org>
Unreviewed.
Web Inspector: remove custom test expectations for chromium.
* platform/chromium/http/tests/inspector/console-resource-errors-expected.txt: Removed.
* platform/chromium/test_expectations.txt:
2011-02-16 Dominic Mazzoni <dmazzoni@google.com>
Reviewed by Chris Fleizach.
Add new test for canvas fallback content and update existing text for new canvas role.
https://bugs.webkit.org/show_bug.cgi?id=50126
* accessibility/canvas-fallback-content-expected.txt: Added.
* accessibility/canvas-fallback-content.html: Added.
* accessibility/canvas.html:
2011-02-16 Adam Barth <abarth@webkit.org>
Reviewed by Eric Seidel.
Fix xssAuditor/form-action.html
https://bugs.webkit.org/show_bug.cgi?id=54590
Update expected results to show that we pass.
* http/tests/security/xssAuditor/form-action-expected.txt:
2011-02-16 Anna Cavender <annacc@chromium.org>
Reviewed by Mihai Parparita.
http/tests/media should be served over HTTP (not from local file)
https://bugs.webkit.org/show_bug.cgi?id=54028
Removed special file:// treatment of http/tests/media
Moved media-file.js and video-tests.js to http/tests/media so local server can access them.
Update tests to point to new location of javascript libraries.
* http/tests/media/media-file.js: Renamed from LayoutTests/media/media-file.js.
* http/tests/media/pdf-served-as-pdf.html:
* http/tests/media/reload-after-dialog.html:
* http/tests/media/remove-while-loading.html:
* http/tests/media/text-served-as-text.html:
* http/tests/media/video-buffered.html:
* http/tests/media/video-cancel-load.html:
* http/tests/media/video-cookie.html:
* http/tests/media/video-error-abort.html:
* http/tests/media/video-load-twice.html:
* http/tests/media/video-play-stall-seek.html:
* http/tests/media/video-play-stall.html:
* http/tests/media/video-play-suspend.html:
* http/tests/media/video-referer.html:
* http/tests/media/video-seekable-stall.html:
* http/tests/media/video-served-as-text.html:
* http/tests/media/video-test.js: Renamed from LayoutTests/media/video-test.js.
* media/adopt-node-crash.html:
* media/audio-constructor-preload.html:
* media/audio-constructor-src.html:
* media/audio-constructor.html:
* media/audio-controls-rendering.html:
* media/audio-data-url.html:
* media/audio-delete-while-slider-thumb-clicked.html:
* media/audio-delete-while-step-button-clicked.html:
* media/audio-mpeg-supported.html:
* media/audio-mpeg4-supported.html:
* media/audio-play-event.html:
* media/before-load-member-access.html:
* media/broken-video.html:
* media/constructors.html:
* media/context-menu-actions.html:
* media/controls-after-reload.html:
* media/controls-css-overload.html:
* media/controls-drag-timebar.html:
* media/controls-right-click-on-timebar.html:
* media/controls-strict.html:
* media/controls-styling.html:
* media/controls-without-preload.html:
* media/event-attributes.html:
* media/invalid-media-url-crash.html:
* media/media-can-play-mpeg-audio.html:
* media/media-can-play-mpeg4-video.html:
* media/media-can-play-octet-stream.html:
* media/media-can-play-ogg.html:
* media/media-can-play-wav-audio.html:
* media/media-captions.html:
* media/media-constants.html:
* media/media-fullscreen-inline.html:
* media/media-fullscreen-not-in-document.html:
* media/media-load-event.html:
* media/media-startTime.html:
* media/remove-from-document-no-load.html:
* media/remove-from-document.html:
* media/restore-from-page-cache.html:
* media/unsupported-rtsp.html:
* media/unsupported-tracks.html:
* media/video-append-source.html:
* media/video-aspect-ratio.html:
* media/video-autoplay.html:
* media/video-buffered.html:
* media/video-can-play-type.html:
* media/video-canvas-alpha.html:
* media/video-canvas-source.html:
* media/video-canvas.html-disabled:
* media/video-click-dblckick-standalone.html:
* media/video-controls-rendering.html:
* media/video-controls-transformed.html:
* media/video-controls-visible-audio-only.html:
* media/video-controls-zoomed.html:
* media/video-controls.html:
* media/video-currentTime-delay.html:
* media/video-currentTime-set.html:
* media/video-currentTime-set2.html:
* media/video-currentTime.html:
* media/video-delay-load-event.html:
* media/video-display-aspect-ratio.html:
* media/video-display-none-crash.html:
* media/video-display-toggle.html:
* media/video-does-not-loop.html:
* media/video-dom-autoplay.html:
* media/video-dom-preload.html:
* media/video-dom-src.html:
* media/video-duration-known-after-eos.html:
* media/video-error-does-not-exist.html:
* media/video-frame-accurate-seek.html:
* media/video-layer-crash.html:
* media/video-load-networkState.html:
* media/video-load-readyState.html:
* media/video-loop.html:
* media/video-muted.html:
* media/video-no-audio.html:
* media/video-no-autoplay.html:
* media/video-pause-empty-events.html:
* media/video-pause-immediately.html:
* media/video-play-empty-events.html:
* media/video-play-pause-events.html:
* media/video-play-pause-exception.html:
* media/video-played-collapse.html:
* media/video-played-ranges-1.html:
* media/video-played-reset.html:
* media/video-poster-delayed.html:
* media/video-poster-scale.html:
* media/video-poster.html:
* media/video-preload.html:
* media/video-replaces-poster.html:
* media/video-reverse-play-duration.html:
* media/video-seek-by-small-increment.html:
* media/video-seek-no-src-exception.html:
* media/video-seek-past-end-paused.html:
* media/video-seek-past-end-playing.html:
* media/video-seekable.html:
* media/video-seeking.html:
* media/video-size-intrinsic-scale.html:
* media/video-size.html:
* media/video-source-error-no-candidate.html:
* media/video-source-error.html:
* media/video-source-inserted.html:
* media/video-source-media.html:
* media/video-source-moved.html:
* media/video-source-none-supported.html:
* media/video-source-removed.html:
* media/video-source-type-params.html:
* media/video-source-type.html:
* media/video-source.html:
* media/video-src-change.html:
* media/video-src-invalid-remove.html:
* media/video-src-none.html:
* media/video-src-plus-source.html:
* media/video-src-remove.html:
* media/video-src-set.html:
* media/video-src-source.html:
* media/video-src.html:
* media/video-timeupdate-during-playback.html:
* media/video-timeupdate-reverse-play.html:
* media/video-transformed.html:
* media/video-volume-slider.html:
* media/video-volume.html:
* media/video-width-height.html:
* media/video-zoom-controls.html:
* media/video-zoom.html:
2011-02-16 Adam Barth <abarth@webkit.org>
Reviewed by Daniel Bates.
Import XSSAuditor tests from David Ross
https://bugs.webkit.org/show_bug.cgi?id=54576
Many of these tests pass, but some of them fail as well. I'll fix the
failing tests in followup patches.
* http/tests/security/xssAuditor/cookie-injection-expected.txt: Added.
* http/tests/security/xssAuditor/cookie-injection.html: Added.
- We're fine here.
* http/tests/security/xssAuditor/form-action-expected.txt: Added.
* http/tests/security/xssAuditor/form-action.html: Added.
- We need to filter form actions. Previously, we considered this
issue out of scope, but we should be able to handle it.
* http/tests/security/xssAuditor/iframe-injection-expected.txt: Added.
* http/tests/security/xssAuditor/iframe-injection.html: Added.
- We need to filter iframe src attributes. Previously, we
considered this issue out of scope, but we should be able to
handle it.
* http/tests/security/xssAuditor/iframe-javascript-url-more-encoding-expected.txt: Added.
* http/tests/security/xssAuditor/iframe-javascript-url-more-encoding.html: Added.
- We're fine here.
* http/tests/security/xssAuditor/javascript-link-one-plus-one-expected.txt: Added.
* http/tests/security/xssAuditor/javascript-link-one-plus-one.html: Added.
- We're fine here.
* http/tests/security/xssAuditor/open-attribute-body-expected.txt: Added.
* http/tests/security/xssAuditor/open-attribute-body.html: Added.
* http/tests/security/xssAuditor/open-event-handler-iframe-expected.txt: Added.
* http/tests/security/xssAuditor/open-event-handler-iframe.html: Added.
* http/tests/security/xssAuditor/open-iframe-src-expected.txt: Added.
* http/tests/security/xssAuditor/open-iframe-src.html: Added.
* http/tests/security/xssAuditor/open-script-src-expected.txt: Added.
* http/tests/security/xssAuditor/open-script-src.html: Added.
- These are all the same class of issue. Now that we've
re-designed the filter, we should be able to address this issue.
* http/tests/security/xssAuditor/resources/echo-inspan.pl: Added.
* http/tests/security/xssAuditor/resources/echo-intertag.pl:
- Tests infrastructure improvements.
* http/tests/security/xssAuditor/script-tag-with-fancy-unicode-expected.txt: Added.
* http/tests/security/xssAuditor/script-tag-with-fancy-unicode.html: Added.
- I'm not sure what's going on here. Requires futher investigation.
* http/tests/security/xssAuditor/script-tag-with-invalid-url-encoding-expected.txt: Added.
* http/tests/security/xssAuditor/script-tag-with-invalid-url-encoding.html: Added.
- We're fine here.
* http/tests/security/xssAuditor/script-tag-with-source-data-url-expected.txt: Added.
* http/tests/security/xssAuditor/script-tag-with-source-data-url.html: Added.
- We're fine here.
2011-02-16 Abhishek Arya <inferno@chromium.org>
Reviewed by James Robinson.
Tests that we do not crash when floats are not cleared in cases where parents
chain has anonymous blocks.
https://bugs.webkit.org/show_bug.cgi?id=54601
* fast/block/float/floats-not-cleared-from-grand-parents-expected.txt: Added.
* fast/block/float/floats-not-cleared-from-grand-parents.html: Added.
2011-02-16 James Robinson <jamesr@chromium.org>
Fix typo in chromium test_expectations - there is no WINDOWS (just WIN)
* platform/chromium/test_expectations.txt:
2011-02-16 Andreas Kling <kling@webkit.org>
Reviewed by Ryosuke Niwa.
Editing styles should not emit #RRGGBBAA colors
https://bugs.webkit.org/show_bug.cgi?id=54540
Added a test to editing/style/inline-style-container.html
that would cause invalid #RRGGBBAA output with the previous code.
* editing/execCommand/delete-image-in-anchor-expected.txt:
* editing/execCommand/script-tests/toggle-unlink.js:
* editing/execCommand/toggle-unlink-expected.txt:
* editing/style/fore-color-by-name-expected.txt:
* editing/style/inline-style-container-expected.txt:
* editing/style/script-tests/inline-style-container.js:
* editing/style/style-text-node-without-editable-parent-expected.txt:
2011-02-16 Martin Robinson <mrobinson@igalia.com>
Update the GTK+ skipped list. Skip some SVG tests that now expose rounding
errors. Unskip a test which should have been unskipped by r78614. Skip
Acid2 tests, as they are currently failing on GTK+.
* platform/gtk/Skipped: Update the skipped list.
2011-02-16 James Robinson <jamesr@chromium.org>
Update chromium baselines for 78751.
* platform/chromium-linux/svg/W3C-SVG-1.1/masking-path-05-f-expected.checksum:
* platform/chromium-linux/svg/W3C-SVG-1.1/masking-path-05-f-expected.png:
* platform/chromium-linux/svg/W3C-SVG-1.1/masking-path-05-f-expected.txt: Added.
* platform/chromium-linux/svg/clip-path/clip-path-clipped-evenodd-twice-expected.checksum:
* platform/chromium-linux/svg/clip-path/clip-path-clipped-evenodd-twice-expected.png:
* platform/chromium-win/svg/W3C-SVG-1.1/masking-path-05-f-expected.checksum:
* platform/chromium-win/svg/W3C-SVG-1.1/masking-path-05-f-expected.png:
* platform/chromium-win/svg/W3C-SVG-1.1/masking-path-05-f-expected.txt:
* platform/chromium-win/svg/clip-path/clip-path-clipped-evenodd-twice-expected.checksum:
* platform/chromium-win/svg/clip-path/clip-path-clipped-evenodd-twice-expected.png:
* platform/chromium/test_expectations.txt:
2011-02-16 Peter Kasting <pkasting@google.com>
Unreviewed, Chromium expectations update.
Removed duplicate expected results, update some test expectations.
* platform/chromium-mac/svg/clip-path/clip-path-clipped-evenodd-twice-expected.checksum: Removed.
* platform/chromium-mac/svg/clip-path/clip-path-clipped-evenodd-twice-expected.png: Removed.
* platform/chromium/test_expectations.txt:
2011-02-16 Kenneth Russell <kbr@google.com>
Unreviewed. Skip recently added tests for adjusting minimum timer
interval per page due to absence of
LayoutTestController.setMinimumTimerInterval.
* platform/mac-wk2/Skipped:
2011-02-16 Martin Robinson <mrobinson@igalia.com>
Add the next set of GTK+ baselines for the Mozilla tables test suite.
* platform/gtk/Skipped: Unskip tests which now have results.
2011-02-16 David Grogan <dgrogan@chromium.org>
Reviewed by Jeremy Orlow.
indexeddb: make setVersion fire blocked event if other connections are open
https://bugs.webkit.org/show_bug.cgi?id=53728
* storage/indexeddb/resources/shared.js:
(unexpectedBlockedCallback):
* storage/indexeddb/set_version_blocked-expected.txt: Added.
* storage/indexeddb/set_version_blocked.html: Added.
* storage/indexeddb/set_version_queue-expected.txt: Added.
* storage/indexeddb/set_version_queue.html: Added.
2011-02-16 Martin Robinson <mrobinson@igalia.com>
Add the next set of GTK+ Mozilla test suite results.
* platform/gtk/Skipped: Unskip tests that now have results.
2011-02-16 Martin Robinson <mrobinson@igalia.com>
Add another group of GTK+ Mozilla test results.
* platform/gtk/Skipped: Unskip tests which now have results.
2011-02-16 Eric Seidel <eric@webkit.org>
Reviewed by Adam Barth.
REGRESSION (r61234): washingtonpost.com top bar looks wrong, doesn't animate
https://bugs.webkit.org/show_bug.cgi?id=53717
* http/tests/local/absolute-url-strip-whitespace-expected.txt: Added.
* http/tests/local/absolute-url-strip-whitespace.html: Added.
* http/tests/resources/absolute-url-strip-whitespace.js: Added.
2011-02-16 Martin Robinson <mrobinson@igalia.com>
Add another batch of GTK+ Mozilla test suite results.
* platform/gtk/Skipped: Unskip tests which now have results.
2011-02-16 Martin Robinson <mrobinson@igalia.com>
Add another group of GTK+ Mozilla test suite baselines.
* platform/gtk/Skipped: Unskip tests that now have baselines.
2011-02-16 Abhishek Arya <inferno@chromium.org>
Reviewed by James Robinson.
Tests that we do not crash when finding the text fragment for a first letter.
https://bugs.webkit.org/show_bug.cgi?id=54568
* fast/css/first-letter-text-fragment-crash-expected.txt: Added.
* fast/css/first-letter-text-fragment-crash.html: Added.
2011-02-16 Martin Robinson <mrobinson@igalia.com>
Add the next batch of GTK+ Mozilla test results.
* platform/gtk/Skipped: Unskip tests which now have results.
2011-02-16 Martin Robinson <mrobinson@igalia.com>
Rebaseline media/controls-without-preload.html after r78695.
* media/controls-without-preload-expected.txt: Rebaselined.
2011-02-16 Peter Kasting <pkasting@google.com>
Unreviewed, Chromium expectations update.
https://bugs.webkit.org/show_bug.cgi?id=54579
Add expectations for where V8 passes tests JSC doesn't, or merely has
different errors; mark other failing tests with a V8 tracking bug.
* platform/chromium/fast/js/mozilla: Added.
* platform/chromium/fast/js/mozilla/strict: Added.
* platform/chromium/fast/js/mozilla/strict/11.1.5-expected.txt: Added.
* platform/chromium/fast/js/mozilla/strict/12.14.1-expected.txt: Added.
* platform/chromium/fast/js/mozilla/strict/13.1-expected.txt: Added.
* platform/chromium/fast/js/mozilla/strict/15.3.4.5-expected.txt: Added.
* platform/chromium/fast/js/mozilla/strict/15.3.5.2-expected.txt: Added.
* platform/chromium/fast/js/mozilla/strict/regress-532254-expected.txt: Added.
* platform/chromium/test_expectations.txt:
2011-02-16 Mihai Parparita <mihaip@chromium.org>
Unreviewed chromium-gpu expectations update. Add more tests that fail
because of bug 54409.
* platform/chromium/test_expectations.txt:
2011-02-16 Jian Li <jianli@chromium.org>
Reviewed by Kenneth Russell.
[V8] DataView constructor can be applied as a regular method
https://bugs.webkit.org/show_bug.cgi?id=54563
Added a new test case.
* fast/canvas/webgl/data-view-test-expected.txt:
* fast/canvas/webgl/data-view-test.html:
== Rolled over to ChangeLog-2011-02-16 ==