blob: 117e5fe7246aa285b02b130c2d134e455bb4be11 [file] [log] [blame]
2011-01-01 Adam Barth <abarth@webkit.org>
Reviewed by Eric Seidel.
forbid sandboxed frames to call top.close() when allow-same-origin is not setted
https://bugs.webkit.org/show_bug.cgi?id=38340
Test the interaction between the HTML5 sandbox and window.close.
* fast/frames/resources/close-top.html: Added.
* fast/frames/resources/sandboxed-iframe-close-top-does-close.html: Added.
* fast/frames/resources/sandboxed-iframe-close-top-does-not-close.html: Added.
* fast/frames/sandboxed-iframe-close-top-expected.txt: Added.
* fast/frames/sandboxed-iframe-close-top-noclose-expected.txt: Added.
* fast/frames/sandboxed-iframe-close-top-noclose.html: Added.
* fast/frames/sandboxed-iframe-close-top.html: Added.
2011-01-01 Justin Schuh <jschuh@chromium.org>
Reviewed by Eric Seidel.
sandbox iframes have access to top.history methods
https://bugs.webkit.org/show_bug.cgi?id=38152
Test that sandboxed iframes cannot use history to navigate the top
frame. This test is less than ideal, as described in the test itself.
If I was really on top of things, I'd add a test for successful use of
the history API when allow-top-navigation is set, but that test would
be complicated and I'm lazy (enough to copy directly from abarth).
* fast/frames/sandboxed-iframe-history-denied-expected.txt: Added.
* fast/frames/sandboxed-iframe-history-denied.html: Added.
2011-01-01 Kent Tamura <tkent@chromium.org>
Unreviewed, test expectation update.
One more rebaseline for a spelling test, and remove passing tests from
test_expectations.txt.
* platform/chromium-linux/editing/spelling/inline_spelling_markers-expected.checksum: Added.
* platform/chromium-linux/editing/spelling/inline_spelling_markers-expected.png: Added.
* platform/chromium-win/editing/spelling/inline_spelling_markers-expected.checksum: Added.
* platform/chromium-win/editing/spelling/inline_spelling_markers-expected.png: Added.
* platform/chromium-win/editing/spelling/inline_spelling_markers-expected.txt: Added.
* platform/chromium/test_expectations.txt:
2010-12-31 Kent Tamura <tkent@chromium.org>
Unreviewed, test expectation update.
r74844 enabled spell checker on Chromium Linux and Chromium
Windows. So we need to update all of images with misspelled words.
* platform/chromium-linux/editing/deleting/delete-3928305-fix-expected.checksum:
* platform/chromium-linux/editing/deleting/delete-3928305-fix-expected.png:
* platform/chromium-linux/editing/deleting/delete-3959464-fix-expected.checksum:
* platform/chromium-linux/editing/deleting/delete-3959464-fix-expected.png:
* platform/chromium-linux/editing/deleting/delete-and-undo-expected.checksum:
* platform/chromium-linux/editing/deleting/delete-and-undo-expected.png:
* platform/chromium-linux/editing/deleting/delete-block-contents-003-expected.checksum:
* platform/chromium-linux/editing/deleting/delete-block-contents-003-expected.png:
* platform/chromium-linux/editing/deleting/delete-contiguous-ws-001-expected.checksum:
* platform/chromium-linux/editing/deleting/delete-contiguous-ws-001-expected.png:
* platform/chromium-linux/editing/deleting/delete-tab-002-expected.checksum:
* platform/chromium-linux/editing/deleting/delete-tab-002-expected.png:
* platform/chromium-linux/editing/deleting/delete-tab-003-expected.checksum:
* platform/chromium-linux/editing/deleting/delete-tab-003-expected.png:
* platform/chromium-linux/editing/deleting/delete-to-select-table-expected.checksum:
* platform/chromium-linux/editing/deleting/delete-to-select-table-expected.png:
* platform/chromium-linux/editing/deleting/delete-trailing-ws-002-expected.checksum:
* platform/chromium-linux/editing/deleting/delete-trailing-ws-002-expected.png:
* platform/chromium-linux/editing/deleting/delete-ws-fixup-001-expected.checksum:
* platform/chromium-linux/editing/deleting/delete-ws-fixup-001-expected.png:
* platform/chromium-linux/editing/deleting/delete-ws-fixup-002-expected.checksum:
* platform/chromium-linux/editing/deleting/delete-ws-fixup-002-expected.png:
* platform/chromium-linux/editing/execCommand/5569741-expected.checksum:
* platform/chromium-linux/editing/execCommand/5569741-expected.png:
* platform/chromium-linux/editing/execCommand/insert-list-and-stitch-expected.checksum:
* platform/chromium-linux/editing/execCommand/insert-list-and-stitch-expected.png:
* platform/chromium-linux/editing/execCommand/insertHorizontalRule-expected.checksum:
* platform/chromium-linux/editing/execCommand/insertHorizontalRule-expected.png:
* platform/chromium-linux/editing/execCommand/outdent-selection-expected.checksum:
* platform/chromium-linux/editing/execCommand/outdent-selection-expected.png:
* platform/chromium-linux/editing/inserting/5418891-expected.checksum:
* platform/chromium-linux/editing/inserting/5418891-expected.png:
* platform/chromium-linux/editing/inserting/editing-empty-divs-expected.checksum:
* platform/chromium-linux/editing/inserting/editing-empty-divs-expected.png:
* platform/chromium-linux/editing/inserting/insert-3907422-fix-expected.checksum:
* platform/chromium-linux/editing/inserting/insert-3907422-fix-expected.png:
* platform/chromium-linux/editing/inserting/insert-br-004-expected.checksum:
* platform/chromium-linux/editing/inserting/insert-br-004-expected.png:
* platform/chromium-linux/editing/inserting/insert-br-005-expected.checksum:
* platform/chromium-linux/editing/inserting/insert-br-005-expected.png:
* platform/chromium-linux/editing/inserting/insert-br-007-expected.checksum:
* platform/chromium-linux/editing/inserting/insert-br-007-expected.png:
* platform/chromium-linux/editing/inserting/insert-div-007-expected.checksum:
* platform/chromium-linux/editing/inserting/insert-div-007-expected.png:
* platform/chromium-linux/editing/inserting/insert-div-012-expected.checksum:
* platform/chromium-linux/editing/inserting/insert-div-012-expected.png:
* platform/chromium-linux/editing/inserting/insert-div-013-expected.checksum:
* platform/chromium-linux/editing/inserting/insert-div-013-expected.png:
* platform/chromium-linux/editing/inserting/insert-div-014-expected.checksum:
* platform/chromium-linux/editing/inserting/insert-div-014-expected.png:
* platform/chromium-linux/editing/inserting/insert-div-015-expected.checksum:
* platform/chromium-linux/editing/inserting/insert-div-015-expected.png:
* platform/chromium-linux/editing/inserting/insert-div-016-expected.checksum:
* platform/chromium-linux/editing/inserting/insert-div-016-expected.png:
* platform/chromium-linux/editing/inserting/insert-div-017-expected.checksum:
* platform/chromium-linux/editing/inserting/insert-div-017-expected.png:
* platform/chromium-linux/editing/inserting/insert-div-018-expected.checksum:
* platform/chromium-linux/editing/inserting/insert-div-018-expected.png:
* platform/chromium-linux/editing/inserting/insert-div-019-expected.checksum:
* platform/chromium-linux/editing/inserting/insert-div-019-expected.png:
* platform/chromium-linux/editing/inserting/insert-div-020-expected.checksum:
* platform/chromium-linux/editing/inserting/insert-div-020-expected.png:
* platform/chromium-linux/editing/inserting/insert-div-021-expected.checksum:
* platform/chromium-linux/editing/inserting/insert-div-021-expected.png:
* platform/chromium-linux/editing/inserting/insert-div-022-expected.checksum:
* platform/chromium-linux/editing/inserting/insert-div-022-expected.png:
* platform/chromium-linux/editing/inserting/insert-div-025-expected.checksum:
* platform/chromium-linux/editing/inserting/insert-div-025-expected.png:
* platform/chromium-linux/editing/inserting/insert-div-027-expected.checksum:
* platform/chromium-linux/editing/inserting/insert-div-027-expected.png:
* platform/chromium-linux/editing/inserting/insert-paragraph-02-expected.checksum:
* platform/chromium-linux/editing/inserting/insert-paragraph-02-expected.png:
* platform/chromium-linux/editing/inserting/insert-paragraph-03-expected.checksum:
* platform/chromium-linux/editing/inserting/insert-paragraph-03-expected.png:
* platform/chromium-linux/editing/inserting/insert-tab-002-expected.checksum:
* platform/chromium-linux/editing/inserting/insert-tab-002-expected.png:
* platform/chromium-linux/editing/inserting/insert-tab-003-expected.checksum:
* platform/chromium-linux/editing/inserting/insert-tab-003-expected.png:
* platform/chromium-linux/editing/inserting/insert-text-with-newlines-expected.checksum:
* platform/chromium-linux/editing/inserting/insert-text-with-newlines-expected.png:
* platform/chromium-linux/editing/inserting/paragraph-separator-01-expected.checksum:
* platform/chromium-linux/editing/inserting/paragraph-separator-01-expected.png:
* platform/chromium-linux/editing/inserting/paragraph-separator-02-expected.checksum:
* platform/chromium-linux/editing/inserting/paragraph-separator-02-expected.png:
* platform/chromium-linux/editing/inserting/paragraph-separator-03-expected.checksum:
* platform/chromium-linux/editing/inserting/paragraph-separator-03-expected.png:
* platform/chromium-linux/editing/inserting/return-key-with-selection-001-expected.checksum:
* platform/chromium-linux/editing/inserting/return-key-with-selection-001-expected.png:
* platform/chromium-linux/editing/inserting/return-key-with-selection-002-expected.checksum:
* platform/chromium-linux/editing/inserting/return-key-with-selection-002-expected.png:
* platform/chromium-linux/editing/inserting/return-key-with-selection-003-expected.checksum:
* platform/chromium-linux/editing/inserting/return-key-with-selection-003-expected.png:
* platform/chromium-linux/editing/inserting/typing-002-expected.checksum:
* platform/chromium-linux/editing/inserting/typing-002-expected.png:
* platform/chromium-linux/editing/inserting/typing-around-br-001-expected.checksum:
* platform/chromium-linux/editing/inserting/typing-around-br-001-expected.png:
* platform/chromium-linux/editing/pasteboard/4242293-expected.checksum:
* platform/chromium-linux/editing/pasteboard/4242293-expected.png:
* platform/chromium-linux/editing/pasteboard/4944770-1-expected.checksum:
* platform/chromium-linux/editing/pasteboard/4944770-1-expected.png:
* platform/chromium-linux/editing/pasteboard/8145-2-expected.checksum:
* platform/chromium-linux/editing/pasteboard/8145-2-expected.png:
* platform/chromium-linux/editing/pasteboard/cut-text-001-expected.checksum:
* platform/chromium-linux/editing/pasteboard/cut-text-001-expected.png:
* platform/chromium-linux/editing/pasteboard/interchange-newline-1-expected.checksum:
* platform/chromium-linux/editing/pasteboard/interchange-newline-1-expected.png:
* platform/chromium-linux/editing/pasteboard/merge-after-delete-1-expected.checksum:
* platform/chromium-linux/editing/pasteboard/merge-after-delete-1-expected.png:
* platform/chromium-linux/editing/pasteboard/merge-after-delete-2-expected.checksum:
* platform/chromium-linux/editing/pasteboard/merge-after-delete-2-expected.png:
* platform/chromium-linux/editing/pasteboard/merge-after-delete-expected.checksum:
* platform/chromium-linux/editing/pasteboard/merge-after-delete-expected.png:
* platform/chromium-linux/editing/pasteboard/merge-end-4-expected.checksum:
* platform/chromium-linux/editing/pasteboard/merge-end-4-expected.png:
* platform/chromium-linux/editing/pasteboard/merge-end-blockquote-expected.checksum:
* platform/chromium-linux/editing/pasteboard/merge-end-blockquote-expected.png:
* platform/chromium-linux/editing/pasteboard/merge-end-list-expected.checksum:
* platform/chromium-linux/editing/pasteboard/merge-end-list-expected.png:
* platform/chromium-linux/editing/pasteboard/merge-end-table-expected.checksum:
* platform/chromium-linux/editing/pasteboard/merge-end-table-expected.png:
* platform/chromium-linux/editing/pasteboard/paste-blockquote-3-expected.checksum:
* platform/chromium-linux/editing/pasteboard/paste-blockquote-3-expected.png:
* platform/chromium-linux/editing/pasteboard/paste-text-001-expected.checksum:
* platform/chromium-linux/editing/pasteboard/paste-text-001-expected.png:
* platform/chromium-linux/editing/pasteboard/paste-text-012-expected.checksum:
* platform/chromium-linux/editing/pasteboard/paste-text-012-expected.png:
* platform/chromium-linux/editing/pasteboard/paste-text-013-expected.checksum:
* platform/chromium-linux/editing/pasteboard/paste-text-013-expected.png:
* platform/chromium-linux/editing/pasteboard/paste-text-014-expected.checksum:
* platform/chromium-linux/editing/pasteboard/paste-text-014-expected.png:
* platform/chromium-linux/editing/pasteboard/paste-text-019-expected.checksum:
* platform/chromium-linux/editing/pasteboard/paste-text-019-expected.png:
* platform/chromium-linux/editing/pasteboard/paste-xml-expected.checksum:
* platform/chromium-linux/editing/pasteboard/paste-xml-expected.png:
* platform/chromium-linux/editing/pasteboard/undoable-fragment-removes-expected.checksum:
* platform/chromium-linux/editing/pasteboard/undoable-fragment-removes-expected.png:
* platform/chromium-linux/editing/selection/13804-expected.checksum:
* platform/chromium-linux/editing/selection/13804-expected.png:
* platform/chromium-linux/editing/selection/5234383-1-expected.checksum:
* platform/chromium-linux/editing/selection/5234383-1-expected.png:
* platform/chromium-linux/editing/selection/5234383-2-expected.checksum:
* platform/chromium-linux/editing/selection/5234383-2-expected.png:
* platform/chromium-linux/editing/selection/extend-by-word-001-expected.checksum:
* platform/chromium-linux/editing/selection/extend-by-word-001-expected.png:
* platform/chromium-linux/editing/selection/move-backwords-by-word-001-expected.checksum:
* platform/chromium-linux/editing/selection/move-backwords-by-word-001-expected.png:
* platform/chromium-linux/editing/selection/move-by-character-001-expected.checksum:
* platform/chromium-linux/editing/selection/move-by-character-001-expected.png:
* platform/chromium-linux/editing/selection/move-by-line-001-expected.checksum:
* platform/chromium-linux/editing/selection/move-by-line-001-expected.png:
* platform/chromium-linux/editing/selection/move-by-word-001-expected.checksum:
* platform/chromium-linux/editing/selection/move-by-word-001-expected.png:
* platform/chromium-linux/editing/selection/select-from-textfield-outwards-expected.checksum:
* platform/chromium-linux/editing/selection/select-from-textfield-outwards-expected.png:
* platform/chromium-linux/editing/selection/unrendered-002-expected.checksum:
* platform/chromium-linux/editing/selection/unrendered-002-expected.png:
* platform/chromium-linux/editing/spelling/spelling-expected.checksum:
* platform/chromium-linux/editing/spelling/spelling-expected.png:
* platform/chromium-linux/editing/style/5046875-2-expected.checksum:
* platform/chromium-linux/editing/style/5046875-2-expected.png:
* platform/chromium-linux/editing/style/block-styles-007-expected.checksum:
* platform/chromium-linux/editing/style/block-styles-007-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-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-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/fast/dom/blur-contenteditable-expected.checksum:
* platform/chromium-linux/fast/dom/blur-contenteditable-expected.png:
* platform/chromium-win/editing/deleting/delete-3928305-fix-expected.checksum:
* platform/chromium-win/editing/deleting/delete-3928305-fix-expected.png:
* platform/chromium-win/editing/deleting/delete-3959464-fix-expected.checksum:
* platform/chromium-win/editing/deleting/delete-3959464-fix-expected.png:
* platform/chromium-win/editing/deleting/delete-and-undo-expected.checksum:
* platform/chromium-win/editing/deleting/delete-and-undo-expected.png:
* platform/chromium-win/editing/deleting/delete-block-contents-003-expected.checksum:
* platform/chromium-win/editing/deleting/delete-block-contents-003-expected.png:
* platform/chromium-win/editing/deleting/delete-contiguous-ws-001-expected.checksum:
* platform/chromium-win/editing/deleting/delete-contiguous-ws-001-expected.png:
* platform/chromium-win/editing/deleting/delete-tab-002-expected.checksum:
* platform/chromium-win/editing/deleting/delete-tab-002-expected.png:
* platform/chromium-win/editing/deleting/delete-tab-003-expected.checksum:
* platform/chromium-win/editing/deleting/delete-tab-003-expected.png:
* platform/chromium-win/editing/deleting/delete-to-select-table-expected.checksum:
* platform/chromium-win/editing/deleting/delete-to-select-table-expected.png:
* platform/chromium-win/editing/deleting/delete-trailing-ws-002-expected.checksum:
* platform/chromium-win/editing/deleting/delete-trailing-ws-002-expected.png:
* platform/chromium-win/editing/deleting/delete-ws-fixup-001-expected.checksum:
* platform/chromium-win/editing/deleting/delete-ws-fixup-001-expected.png:
* platform/chromium-win/editing/deleting/delete-ws-fixup-002-expected.checksum:
* platform/chromium-win/editing/deleting/delete-ws-fixup-002-expected.png:
* platform/chromium-win/editing/deleting/smart-delete-002-expected.checksum:
* platform/chromium-win/editing/deleting/smart-delete-002-expected.png:
* platform/chromium-win/editing/deleting/smart-delete-003-expected.checksum:
* platform/chromium-win/editing/deleting/smart-delete-003-expected.png:
* platform/chromium-win/editing/deleting/smart-delete-004-expected.checksum:
* platform/chromium-win/editing/deleting/smart-delete-004-expected.png:
* platform/chromium-win/editing/execCommand/5569741-expected.checksum:
* platform/chromium-win/editing/execCommand/5569741-expected.png:
* platform/chromium-win/editing/execCommand/insert-list-and-stitch-expected.checksum:
* platform/chromium-win/editing/execCommand/insert-list-and-stitch-expected.png:
* platform/chromium-win/editing/execCommand/insertHorizontalRule-expected.checksum:
* platform/chromium-win/editing/execCommand/insertHorizontalRule-expected.png:
* platform/chromium-win/editing/execCommand/outdent-selection-expected.checksum:
* platform/chromium-win/editing/execCommand/outdent-selection-expected.png:
* platform/chromium-win/editing/inserting/5418891-expected.checksum:
* platform/chromium-win/editing/inserting/5418891-expected.png:
* platform/chromium-win/editing/inserting/editing-empty-divs-expected.checksum:
* platform/chromium-win/editing/inserting/editing-empty-divs-expected.png:
* platform/chromium-win/editing/inserting/insert-3907422-fix-expected.checksum:
* platform/chromium-win/editing/inserting/insert-3907422-fix-expected.png:
* platform/chromium-win/editing/inserting/insert-br-004-expected.checksum:
* platform/chromium-win/editing/inserting/insert-br-004-expected.png:
* platform/chromium-win/editing/inserting/insert-br-005-expected.checksum:
* platform/chromium-win/editing/inserting/insert-br-005-expected.png:
* platform/chromium-win/editing/inserting/insert-br-007-expected.checksum:
* platform/chromium-win/editing/inserting/insert-br-007-expected.png:
* platform/chromium-win/editing/inserting/insert-div-007-expected.checksum:
* platform/chromium-win/editing/inserting/insert-div-007-expected.png:
* platform/chromium-win/editing/inserting/insert-div-012-expected.checksum:
* platform/chromium-win/editing/inserting/insert-div-012-expected.png:
* platform/chromium-win/editing/inserting/insert-div-013-expected.checksum:
* platform/chromium-win/editing/inserting/insert-div-013-expected.png:
* platform/chromium-win/editing/inserting/insert-div-014-expected.checksum:
* platform/chromium-win/editing/inserting/insert-div-014-expected.png:
* platform/chromium-win/editing/inserting/insert-div-015-expected.checksum:
* platform/chromium-win/editing/inserting/insert-div-015-expected.png:
* platform/chromium-win/editing/inserting/insert-div-016-expected.checksum:
* platform/chromium-win/editing/inserting/insert-div-016-expected.png:
* platform/chromium-win/editing/inserting/insert-div-017-expected.checksum:
* platform/chromium-win/editing/inserting/insert-div-017-expected.png:
* platform/chromium-win/editing/inserting/insert-div-018-expected.checksum:
* platform/chromium-win/editing/inserting/insert-div-018-expected.png:
* platform/chromium-win/editing/inserting/insert-div-019-expected.checksum:
* platform/chromium-win/editing/inserting/insert-div-019-expected.png:
* platform/chromium-win/editing/inserting/insert-div-020-expected.checksum:
* platform/chromium-win/editing/inserting/insert-div-020-expected.png:
* platform/chromium-win/editing/inserting/insert-div-021-expected.checksum:
* platform/chromium-win/editing/inserting/insert-div-021-expected.png:
* platform/chromium-win/editing/inserting/insert-div-022-expected.checksum:
* platform/chromium-win/editing/inserting/insert-div-022-expected.png:
* platform/chromium-win/editing/inserting/insert-div-025-expected.checksum:
* platform/chromium-win/editing/inserting/insert-div-025-expected.png:
* platform/chromium-win/editing/inserting/insert-div-027-expected.checksum:
* platform/chromium-win/editing/inserting/insert-div-027-expected.png:
* platform/chromium-win/editing/inserting/insert-paragraph-02-expected.checksum:
* platform/chromium-win/editing/inserting/insert-paragraph-02-expected.png:
* platform/chromium-win/editing/inserting/insert-paragraph-03-expected.checksum:
* platform/chromium-win/editing/inserting/insert-paragraph-03-expected.png:
* platform/chromium-win/editing/inserting/insert-tab-002-expected.checksum:
* platform/chromium-win/editing/inserting/insert-tab-002-expected.png:
* platform/chromium-win/editing/inserting/insert-tab-003-expected.checksum:
* platform/chromium-win/editing/inserting/insert-tab-003-expected.png:
* platform/chromium-win/editing/inserting/insert-text-with-newlines-expected.checksum:
* platform/chromium-win/editing/inserting/insert-text-with-newlines-expected.png:
* platform/chromium-win/editing/inserting/paragraph-separator-01-expected.checksum:
* platform/chromium-win/editing/inserting/paragraph-separator-01-expected.png:
* platform/chromium-win/editing/inserting/paragraph-separator-02-expected.checksum:
* platform/chromium-win/editing/inserting/paragraph-separator-02-expected.png:
* platform/chromium-win/editing/inserting/paragraph-separator-03-expected.checksum:
* platform/chromium-win/editing/inserting/paragraph-separator-03-expected.png:
* platform/chromium-win/editing/inserting/return-key-with-selection-001-expected.checksum:
* platform/chromium-win/editing/inserting/return-key-with-selection-001-expected.png:
* platform/chromium-win/editing/inserting/return-key-with-selection-002-expected.checksum:
* platform/chromium-win/editing/inserting/return-key-with-selection-002-expected.png:
* platform/chromium-win/editing/inserting/return-key-with-selection-003-expected.checksum:
* platform/chromium-win/editing/inserting/return-key-with-selection-003-expected.png:
* platform/chromium-win/editing/inserting/typing-002-expected.checksum:
* platform/chromium-win/editing/inserting/typing-002-expected.png:
* platform/chromium-win/editing/inserting/typing-around-br-001-expected.checksum:
* platform/chromium-win/editing/inserting/typing-around-br-001-expected.png:
* platform/chromium-win/editing/pasteboard/4242293-expected.checksum:
* platform/chromium-win/editing/pasteboard/4242293-expected.png:
* platform/chromium-win/editing/pasteboard/4944770-1-expected.checksum:
* platform/chromium-win/editing/pasteboard/4944770-1-expected.png:
* platform/chromium-win/editing/pasteboard/8145-2-expected.checksum:
* platform/chromium-win/editing/pasteboard/8145-2-expected.png:
* platform/chromium-win/editing/pasteboard/cut-text-001-expected.checksum:
* platform/chromium-win/editing/pasteboard/cut-text-001-expected.png:
* platform/chromium-win/editing/pasteboard/interchange-newline-1-expected.checksum:
* platform/chromium-win/editing/pasteboard/interchange-newline-1-expected.png:
* platform/chromium-win/editing/pasteboard/merge-after-delete-1-expected.checksum:
* platform/chromium-win/editing/pasteboard/merge-after-delete-1-expected.png:
* platform/chromium-win/editing/pasteboard/merge-after-delete-2-expected.checksum:
* platform/chromium-win/editing/pasteboard/merge-after-delete-2-expected.png:
* platform/chromium-win/editing/pasteboard/merge-after-delete-expected.checksum:
* platform/chromium-win/editing/pasteboard/merge-after-delete-expected.png:
* platform/chromium-win/editing/pasteboard/merge-end-4-expected.checksum:
* platform/chromium-win/editing/pasteboard/merge-end-4-expected.png:
* platform/chromium-win/editing/pasteboard/merge-end-blockquote-expected.checksum:
* platform/chromium-win/editing/pasteboard/merge-end-blockquote-expected.png:
* platform/chromium-win/editing/pasteboard/merge-end-list-expected.checksum:
* platform/chromium-win/editing/pasteboard/merge-end-list-expected.png:
* platform/chromium-win/editing/pasteboard/merge-end-table-expected.checksum:
* platform/chromium-win/editing/pasteboard/merge-end-table-expected.png:
* platform/chromium-win/editing/pasteboard/paste-blockquote-3-expected.checksum:
* platform/chromium-win/editing/pasteboard/paste-blockquote-3-expected.png:
* platform/chromium-win/editing/pasteboard/paste-text-001-expected.checksum:
* platform/chromium-win/editing/pasteboard/paste-text-001-expected.png:
* platform/chromium-win/editing/pasteboard/paste-text-012-expected.checksum:
* platform/chromium-win/editing/pasteboard/paste-text-012-expected.png:
* platform/chromium-win/editing/pasteboard/paste-text-013-expected.checksum:
* platform/chromium-win/editing/pasteboard/paste-text-013-expected.png:
* platform/chromium-win/editing/pasteboard/paste-text-014-expected.checksum:
* platform/chromium-win/editing/pasteboard/paste-text-014-expected.png:
* platform/chromium-win/editing/pasteboard/paste-text-019-expected.checksum:
* platform/chromium-win/editing/pasteboard/paste-text-019-expected.png:
* platform/chromium-win/editing/pasteboard/paste-xml-expected.checksum:
* platform/chromium-win/editing/pasteboard/paste-xml-expected.png:
* platform/chromium-win/editing/pasteboard/undoable-fragment-removes-expected.checksum:
* platform/chromium-win/editing/pasteboard/undoable-fragment-removes-expected.png:
* platform/chromium-win/editing/selection/13804-expected.checksum:
* platform/chromium-win/editing/selection/13804-expected.png:
* platform/chromium-win/editing/selection/5234383-1-expected.checksum:
* platform/chromium-win/editing/selection/5234383-1-expected.png:
* platform/chromium-win/editing/selection/5234383-2-expected.checksum:
* platform/chromium-win/editing/selection/5234383-2-expected.png:
* platform/chromium-win/editing/selection/extend-by-word-001-expected.checksum:
* platform/chromium-win/editing/selection/extend-by-word-001-expected.png:
* platform/chromium-win/editing/selection/move-backwords-by-word-001-expected.checksum:
* platform/chromium-win/editing/selection/move-backwords-by-word-001-expected.png:
* platform/chromium-win/editing/selection/move-by-character-001-expected.checksum:
* platform/chromium-win/editing/selection/move-by-character-001-expected.png:
* platform/chromium-win/editing/selection/move-by-line-001-expected.checksum:
* platform/chromium-win/editing/selection/move-by-line-001-expected.png:
* platform/chromium-win/editing/selection/move-by-word-001-expected.checksum:
* platform/chromium-win/editing/selection/move-by-word-001-expected.png:
* platform/chromium-win/editing/selection/select-from-textfield-outwards-expected.checksum:
* platform/chromium-win/editing/selection/select-from-textfield-outwards-expected.png:
* platform/chromium-win/editing/selection/unrendered-002-expected.checksum:
* platform/chromium-win/editing/selection/unrendered-002-expected.png:
* platform/chromium-win/editing/spelling/spelling-expected.checksum:
* platform/chromium-win/editing/spelling/spelling-expected.png:
* platform/chromium-win/editing/style/5046875-2-expected.checksum:
* platform/chromium-win/editing/style/5046875-2-expected.png:
* platform/chromium-win/editing/style/block-styles-007-expected.checksum:
* platform/chromium-win/editing/style/block-styles-007-expected.png:
* 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-003-expected.checksum:
* platform/chromium-win/editing/style/create-block-for-style-003-expected.png:
* 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-006-expected.checksum:
* platform/chromium-win/editing/style/create-block-for-style-006-expected.png:
* 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-009-expected.checksum:
* platform/chromium-win/editing/style/create-block-for-style-009-expected.png:
* 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-012-expected.checksum:
* platform/chromium-win/editing/style/create-block-for-style-012-expected.png:
* 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/fast/dom/blur-contenteditable-expected.checksum:
* platform/chromium-win/fast/dom/blur-contenteditable-expected.png:
2010-12-31 Jessie Berlin <jberlin@apple.com>
The correct temporary fix for media/video-element-other-namespace-crash.html timing out on
the Windows 7 Release Test bots is to add it to the Windows skipped list.
Unreviewed.
https://bugs.webkit.org/show_bug.cgi?id=51787
* platform/win/Skipped:
* platform/win/media/video-element-other-namespace-crash-expected.txt: Removed.
2010-12-31 Jessie Berlin <jberlin@apple.com>
Add Windows-specific (failing) expected results for
media/video-element-other-namespace-crash.html in order to get the Windows 7 Release test bot green again.
Unreviewed.
https://bugs.webkit.org/show_bug.cgi?id=51787
* platform/win/media/video-element-other-namespace-crash-expected.txt: Added.
2010-12-31 Jessie Berlin <jberlin@apple.com>
Add Windows-specific (failing) expected results for
svg/dom/length-list-parser.html in order to get the Windows 7 Release test bot green again.
Unreviewed.
https://bugs.webkit.org/show_bug.cgi?id=51786
* platform/win/svg/dom: Added.
* platform/win/svg/dom/length-list-parser-expected.txt: Added.
2010-12-31 Adam Barth <abarth@webkit.org>
Remove custom Chromium expectation for invalid-protocol. Now that we
share more code with JavaScriptCore, we throw exactly the same
exception and therefore can share results.
* platform/chromium/fast/dom/Window/invalid-protocol-expected.txt: Removed.
2010-12-29 Zhenyao Mo <zmo@google.com>
Reviewed by Kenneth Russell.
Update validation of stencil mask and ref values
https://bugs.webkit.org/show_bug.cgi?id=50716
* fast/canvas/webgl/webgl-specific-expected.txt: Sync with khronos: refactor the test, also update the stencil setting test due to spec change.
* fast/canvas/webgl/webgl-specific.html: Ditto.
2010-12-30 Abhishek Arya <inferno@chromium.org>
Unreviewed.
Skipping media/video-element-other-namespace-crash.html for chromium
since it uses codecs that chromium does not support.
* platform/chromium/test_expectations.txt:
2010-12-30 Justin Schuh <jschuh@chromium.org>
Reviewed by James Robinson.
Check for crash when deleting ruby text with counters.
https://bugs.webkit.org/show_bug.cgi?id=51637
* fast/css/counters/counter-ruby-text-cleared-expected.txt: Added.
* fast/css/counters/counter-ruby-text-cleared.html: Added.
2010-12-30 Mihai Parparita <mihaip@chromium.org>
Unreviewed Chromium baseline update.
[Chromium] svg/dom/length-list-parser.html fails on Chromium Linux after r74788 and r74803
https://bugs.webkit.org/show_bug.cgi?id=51759
r74803 added chromium-win baselines for svg/dom/length-list-parser.html
but chromium-linux shouldn't use them (despite having them in its
fallback path). Copy the base expectations into chromium-linux.
* platform/chromium-linux/svg/dom/length-list-parser-expected.txt: Added.
2010-12-30 Mihai Parparita <mihaip@chromium.org>
Unreviewed Chromium expectations update.
Mark a few inspector tests as slow, they occasionally time out with
debug builds.
* platform/chromium/test_expectations.txt:
2010-12-30 Justin Schuh <jschuh@chromium.org>
Unreviewed.
chromium test expectations after r74788 for svg/dom/length-list-parser.html
* platform/chromium-win/svg/dom/length-list-parser-expected.txt: Added.
* platform/chromium/test_expectations.txt:
2010-12-30 Yael Aharon <yael.aharon@nokia.com>
Reviewed by Adam Barth.
REGRESSION: fast/dom/cssTarget-crash.html fails
https://bugs.webkit.org/show_bug.cgi?id=20342
* fast/forms/submit-change-fragment-expected.txt: Added.
* fast/forms/submit-change-fragment.html: Added.
* platform/mac/Skipped:
* platform/qt/Skipped:
2010-12-30 Philippe Normand <pnormand@igalia.com>
Unreviewed, unskip the test, it's running fine locally.
media/audio-delete-while-slider-thumb-clicked.html fails
https://bugs.webkit.org/show_bug.cgi?id=37546
* platform/gtk/Skipped:
2010-12-30 Philippe Normand <pnormand@igalia.com>
Unreviewed, skipping another editing flacky test.
* platform/gtk/Skipped: skip editing/selection/extend-by-character-005.html.
2010-12-30 Shinichiro Hamaji <shinichiro.hamaji@gmail.com>
Chromium test expectation update for svg/dom/length-list-parser.html
* platform/chromium/test_expectations.txt:
2010-12-30 Shinichiro Hamaji <shinichiro.hamaji@gmail.com>
Chromium test expectation update for media/video-element-other-namespace-crash.html
* platform/chromium/test_expectations.txt:
2010-12-30 Abhishek Arya <inferno@chromium.org>
Unreviewed.
Skip media/video-element-other-namespace-crash.html, like other media tests on qt platform.
* platform/qt/Skipped:
2010-12-30 Justin Schuh <jschuh@chromium.org>
Reviewed by Dirk Schulze.
Adding long float string to improve test coverage.
https://bugs.webkit.org/show_bug.cgi?id=51692
* svg/dom/length-list-parser.html:
* svg/dom/length-list-parser-expected.txt:
2010-12-30 Abhishek Arya <inferno@chromium.org>
Reviewed by Eric Seidel.
Tests that we do not crash when trying to find video elements in the media document.
https://bugs.webkit.org/show_bug.cgi?id=51696
* media/video-element-other-namespace-crash-expected.txt: Added.
* media/video-element-other-namespace-crash.html: Added.
2010-12-29 Abhishek Arya <inferno@chromium.org>
Unreviewed.
Add 'PASS' to layout test since test failing on chromium due to empty expectations.
Filed webkit bug 51734 to track gtk test failure and skipping test for now.
* fast/multicol/span/double-merge-anonymous-block-crash-expected.txt:
* fast/multicol/span/double-merge-anonymous-block-crash.html:
* platform/gtk/Skipped:
2010-12-29 Abhishek Arya <inferno@chromium.org>
Reviewed by Darin Adler.
Tests that we do not crash when merging anonymous blocks.
https://bugs.webkit.org/show_bug.cgi?id=50480
* fast/multicol/span/double-merge-anonymous-block-crash-expected.txt: Added.
* fast/multicol/span/double-merge-anonymous-block-crash.html: Added.
2010-12-29 Justin Schuh <jschuh@chromium.org>
Reviewed by Darin Adler.
Check SVG element type in FrameView::scrollToAnchor
https://bugs.webkit.org/show_bug.cgi?id=51718
* svg/custom/scroll-to-anchor-in-symbol-expected.txt: Added.
* svg/custom/scroll-to-anchor-in-symbol.svg: Added.
2010-12-29 Zhenyao Mo <zmo@google.com>
Reviewed by Eric Seidel.
drawElements should raise INVALID_OPERATION if offset is not a multiple of the type size
https://bugs.webkit.org/show_bug.cgi?id=51726
* fast/canvas/webgl/draw-elements-out-of-bounds-expected.txt:
* fast/canvas/webgl/draw-elements-out-of-bounds.html: Add test cases to verify the behavior.
2010-12-29 Mihai Parparita <mihaip@chromium.org>
Unreviewed Chromium expectations update.
Remove failing expectations for three Mac tests that no longer fail.
Remove failing expectations for two canvas tests that no longer crash
(r74561, which caused the failing assert, was rolled out with r74587).
* platform/chromium/test_expectations.txt:
2010-12-29 Mihai Parparita <mihaip@chromium.org>
Unreviewed Chromium expectations update.
fast/js/numeric-escapes-in-string-literals.html fails because V8 does
not support ECMAScript strict mode.
* platform/chromium/test_expectations.txt:
2010-12-29 Mihai Parparita <mihaip@chromium.org>
Unreviewed Chromium expectations update. Mark two more inspector tests
as flaky.
* platform/chromium/test_expectations.txt:
2010-12-29 Mihai Parparita <mihaip@chromium.org>
Unreviewed Chromium expectations update. Mark a few more tests as flaky.
* platform/chromium/test_expectations.txt:
2010-12-29 Mihai Parparita <mihaip@chromium.org>
Unreviewed Chromium expectations update.
fast/canvas/shadow-offset-* are flaky when run in the GPU suite too.
* platform/chromium-gpu/test_expectations.txt:
2010-12-29 Mihai Parparita <mihaip@chromium.org>
Unreviewed Chromium expectations update.
Make expectation for http/tests/media/reload-after-dialog.html not
trigger a duplication error for the debug Linux builder.
Remove expectation for platform/gtk/fast/text/emphasis-overlap.html, it
was removed in r74346.
* platform/chromium/test_expectations.txt:
2010-12-29 Gavin Barraclough <barraclough@apple.com>
Reviewed by Sam Weinig.
Bug 51724 - In strict mode string literals should allow \0, but disallow \8 and \9.
* fast/js/numeric-escapes-in-string-literals-expected.txt: Added.
* fast/js/numeric-escapes-in-string-literals.html: Added.
* fast/js/script-tests/numeric-escapes-in-string-literals.js: Added.
(test):
2010-12-29 Mihai Parparita <mihaip@chromium.org>
Unreviewed Chromium expectations update. Mark another test as flaky.
* platform/chromium/test_expectations.txt:
2010-12-29 Mihai Parparita <mihaip@chromium.org>
Unreviewed Chromium expectations update.
fast/canvas/webgl/tex-image-with-format-and-type.html is flaky in
the GPU suite too.
* platform/chromium/test_expectations.txt:
* platform/chromium-gpu/test_expectations.txt:
2010-12-29 Mihai Parparita <mihaip@chromium.org>
Unreviewed Chromium expectations update.
Remove failure expectations for tests that no longer fail:
- fast/images/svg-as-background.html has not timed out for as long as
the flakiness dashboard has history
- svg/W3C-SVG-1.1/animate-elem-03-t.svg has not failed for as long as
the flakiness dashboard has history
* platform/chromium/test_expectations.txt:
2010-12-29 Mihai Parparita <mihaip@chromium.org>
Unreviewed Chromium expectations update.
Add recent upstream expectations Chromium changes.
* platform/chromium/test_expectations.txt:
2010-12-29 Mihai Parparita <mihaip@chromium.org>
Unreviewed Chromium expectations update.
Mark http/tests/incremental/split-hex-entities.pl as flaky.
* platform/chromium/test_expectations.txt:
2010-12-29 Tony Gentilcore <tonyg@chromium.org>
Reviewed by Eric Seidel.
Assertion failure: element->inDocument() in AsyncScriptRunner::executeScriptSoon()
https://bugs.webkit.org/show_bug.cgi?id=51067
* fast/dom/HTMLScriptElement/move-in-beforeload-expected.txt: Added.
* fast/dom/HTMLScriptElement/move-in-beforeload.html: Added.
* fast/dom/HTMLScriptElement/remove-in-beforeload-expected.txt: Added.
* fast/dom/HTMLScriptElement/remove-in-beforeload.html: Added.
2010-12-29 Mihai Parparita <mihaip@chromium.org>
Unreviewed, rolling out r74748.
http://trac.webkit.org/changeset/74748
r74735 was rolled out with r74749, the expectations update
should be rolled out too
* platform/chromium-mac/fast/events/ime-composition-events-001-expected.txt: Added.
* platform/chromium-win/fast/events/ime-composition-events-001-expected.txt: Added.
* platform/chromium/fast/events/ime-composition-events-001-expected.txt: Removed.
2010-12-29 Sheriff Bot <webkit.review.bot@gmail.com>
Unreviewed, rolling out r74735.
http://trac.webkit.org/changeset/74735
https://bugs.webkit.org/show_bug.cgi?id=51715
assert failures on fast/forms/input-maxlength-ime-
completed.html (Requested by mihaip on #webkit).
* platform/chromium/test_expectations.txt:
2010-12-29 Mihai Parparita <mihaip@chromium.org>
Unreviewed Chromium baselines. Update Chromium baselines for
fast/events/ime-composition-events-001.html after r74735 (the
new baselines are closer to the upstream Mac ones).
* platform/chromium-mac/fast/events/ime-composition-events-001-expected.txt: Removed.
* platform/chromium-win/fast/events/ime-composition-events-001-expected.txt: Removed.
* platform/chromium/fast/events/ime-composition-events-001-expected.txt: Added.
2010-12-29 Mihai Parparita <mihaip@chromium.org>
Unreviewed Chromium baselines. Add Chromium baselines for the
layout test added by r74743.
* platform/chromium-linux/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.checksum: Added.
* platform/chromium-linux/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.png: Added.
* platform/chromium-mac/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.checksum: Added.
* platform/chromium-mac/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.png: Added.
* platform/chromium-win/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.checksum: Added.
* platform/chromium-win/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.png: Added.
* platform/chromium-win/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt: Added.
2010-12-29 Yael Aharon <yael.aharon@nokia.com>
Reviewed by Kent Tamura.
[HTML5][Forms] Support for :in-range and :out-of-range CSS selectors
https://bugs.webkit.org/show_bug.cgi?id=29071
* fast/css/pseudo-in-range-expected.txt: Added.
* fast/css/pseudo-in-range-invalid-value-expected.txt: Added.
* fast/css/pseudo-in-range-invalid-value.html: Added.
* fast/css/pseudo-in-range.html: Added.
* fast/css/pseudo-out-of-range-expected.txt: Added.
* fast/css/pseudo-out-of-range.html: Added.
* fast/css/script-tests/pseudo-in-range-invalid-value.js: Added.
* fast/css/script-tests/pseudo-in-range.js: Added.
* fast/css/script-tests/pseudo-out-of-range.js: Added.
2010-12-29 Abhishek Arya <inferno@chromium.org>
Reviewed by Eric Seidel.
Tests that cloning an anonymous block with non inline children does not crash.
https://bugs.webkit.org/show_bug.cgi?id=51489
* fast/multicol/span/clone-anonymous-block-non-inline-child-crash.html: Added.
* platform/mac/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.checksum: Added.
* platform/mac/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.png: Added.
* platform/mac/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt: Added.
2010-12-28 Alexander Pavlov <apavlov@chromium.org>
Reviewed by Pavel Feldman.
Web Inspector: A disabled style property should get enabled when edited
https://bugs.webkit.org/show_bug.cgi?id=51679
* inspector/styles-disable-then-change-expected.txt: Added.
* inspector/styles-disable-then-change.html: Added.
2010-12-29 Helder Correia <helder@sencha.com>
Reviewed by Eric Seidel.
<VT> and <FF> are not valid JSON whitespace characters
https://bugs.webkit.org/show_bug.cgi?id=51671
Vertical Tab and Form Feed are not allowed white spaces by the JSON
RFC 4627: http://www.ietf.org/rfc/rfc4627.txt (2. JSON Grammar).
* ietestcenter/Javascript/15.12.1.1-0-2-expected.txt:
* ietestcenter/Javascript/15.12.1.1-0-3-expected.txt:
2010-12-29 Philippe Normand <pnormand@igalia.com>
Unreviewed, skip flaky test on GTK.
[GTK] editing/selection/extend-by-character-004.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=51699
* platform/gtk/Skipped:
2010-12-29 Zhe Su <suzhe@chromium.org>
Reviewed by Eric Seidel.
Remove entry for editing/input/ime-composition-clearpreedit.html test.
https://bugs.webkit.org/show_bug.cgi?id=51693
* platform/chromium/test_expectations.txt:
2010-12-28 Daniel Bates <dbates@rim.com>
Reviewed by Antonio Gomes.
Add comment to test case fast/repaint/no-caret-repaint-in-non-content-editable-element.html
to clarify caret browsing disabled
https://bugs.webkit.org/show_bug.cgi?id=51633
Add a comment to test case fast/repaint/no-caret-repaint-in-non-content-editable-element.html
that explains that this test is only applicable when caret browsing is disabled.
* fast/repaint/no-caret-repaint-in-non-content-editable-element.html:
2010-12-28 Kenneth Russell <kbr@google.com>
Reviewed by Eric Seidel.
Make fast/canvas/canvas-save-restore-with-path.js more robust
https://bugs.webkit.org/show_bug.cgi?id=51665
* fast/canvas/canvas-save-restore-with-path-expected.txt:
* fast/canvas/canvas-save-restore-with-path.js:
2010-12-28 Helder Correia <helder@sencha.com>
Reviewed by Eric Seidel.
JSON.stringify must exist as a function taking 3 parameters
https://bugs.webkit.org/show_bug.cgi?id=51667
The reported function length is 1 instead.
* ietestcenter/Javascript/15.12.3-0-2-expected.txt:
2010-12-28 Helder Correia <helder@sencha.com>
Reviewed by Sam Weinig.
JSON.parse must exist as a function taking 2 parameters
https://bugs.webkit.org/show_bug.cgi?id=51666
Support for revivers was introduced in bug 26591, but the function
length has since remained unchanged.
* ietestcenter/Javascript/15.12.2-0-2-expected.txt: Change expected
result to success.
2010-12-23 Zhenyao Mo <zmo@google.com>
Reviewed by Kenneth Russell.
Initialize to 0 for undefined values in CopyTexImage2D
https://bugs.webkit.org/show_bug.cgi?id=51421
* fast/canvas/webgl/uninitialized-test-expected.txt: Add test cases for copyTexImage2D.
* fast/canvas/webgl/uninitialized-test.html: Ditto.
2010-12-28 Zhenyao Mo <zmo@google.com>
Reviewed by Kenneth Russell.
Map GLsizei to long instead of unsigned long in WebGLRenderingContext and GraphicsContext3D
https://bugs.webkit.org/show_bug.cgi?id=39855
* fast/canvas/webgl/invalid-passed-params-expected.txt: Add test cases for negative offset/width/height.
* fast/canvas/webgl/invalid-passed-params.html: Ditto.
2010-12-28 Kenneth Russell <kbr@google.com>
Unreviewed, Chromium test expectations update. Mark
fast/forms/input-text-paste-maxlength.html as a flaky crash on
Linux Release as well as Debug.
* platform/chromium/test_expectations.txt:
2010-12-28 Kenneth Russell <kbr@google.com>
Unreviewed, Chromium test expectations update.
Marked inspector/styles-source-lines.html as a flaky failure on
Win Debug and
http/tests/inspector/extensions-resources-redirect.html as a flaky
timeout on Win Release.
* platform/chromium/test_expectations.txt:
2010-12-28 Abhishek Arya <inferno@chromium.org>
Reviewed by Kenneth Russell.
Tests that we do not crash when drawing text during custom font load.
https://bugs.webkit.org/show_bug.cgi?id=51681
* canvas/philip/tests/2d.text-custom-font-load-crash-expected.txt: Added.
* canvas/philip/tests/2d.text-custom-font-load-crash.html: Added.
2010-12-28 Andrey Kosyakov <caseq@chromium.org>
Reviewed by Pavel Feldman.
Web Inspector: [Chromium] Expose extension API to select a node in WebInspector
Do not request content for resources with non-numeric identifiers.
https://bugs.webkit.org/show_bug.cgi?id=49727
* http/tests/inspector/extensions-resources-redirect-expected.txt: Added.
* http/tests/inspector/extensions-resources-redirect.html: Added.
* http/tests/inspector/extensions-resources-test.js: Added.
(extension_getResourceByUrl.onHAR):
(extension_getResourceByUrl):
* inspector/extensions-resources-expected.txt:
* inspector/extensions-resources.html:
* platform/mac-leopard/inspector/extensions-resources-expected.txt:
2010-12-28 Kenneth Russell <kbr@google.com>
Unreviewed, Chromium test expectations update. Coalesce WebGL
expectations for chromium-gpu platform and fix duplicate
expectation for gl-object-get-calls.html accidentally introduced
on Windows Debug.
* platform/chromium-gpu/test_expectations.txt:
2010-12-28 Alexander Pavlov <apavlov@chromium.org>
Reviewed by Pavel Feldman.
Web Inspector: REGRESSION: Clicking image resource in style sidebar doesn't actually go to resource anymore
https://bugs.webkit.org/show_bug.cgi?id=51663
* inspector/elements-tests2.js:
(initialize_ElementTest.InspectorTest.dumpSelectedElementStyles): Drive-by: remove bad test exit code.
* inspector/resources/styles-url-linkify-iframe.html: Added.
* inspector/resources/styles-url-linkify.css: Added.
(#local):
* inspector/styles-url-linkify-expected.txt: Added.
* inspector/styles-url-linkify.html: Added.
2010-12-27 Martin Robinson <mrobinson@igalia.com>
Reviewed by Daniel Bates.
Try to fix my previous commit for Mac by stepping up the precision of pi even more
using Math.PI.
* fast/canvas/canvas-save-restore-with-path.js: Use Math.PI instead of a
hard-coded estimation.
2010-12-27 Kenneth Russell <kbr@google.com>
Unreviewed, Chromium test expectations update. Generalize
suppressions for Chromium bugs 67732 and 67139 to cover Linux
Debug.
* platform/chromium/test_expectations.txt:
2010-12-27 Martin Robinson <mrobinson@igalia.com>
Reviewed by Daniel Bates.
[Cairo] fast/canvas/canvas-save-restore-with-path.html fails with some versions of Cairo
https://bugs.webkit.org/show_bug.cgi?id=51655
Increase the precision of pi used in this test case. It appears that
some Cairo versions or processors are sensitive to rounding errors here.
* fast/canvas/canvas-save-restore-with-path.js: Increase pi precision.
2010-12-27 Kenji Imasaki <imasaki@chromium.org>
Reviewed by David Levin.
remove entries for media related non-flaky tests.
https://bugs.webkit.org/show_bug.cgi?id=51225
* platform/chromium/test_expectations.txt:
2010-12-27 Philippe Normand <pnormand@igalia.com>
Unreviewed, skip another GTK media test reporting wrong duration,
see bug 51602.
* platform/gtk/Skipped:
2010-12-27 Yael Aharon <yael.aharon@nokia.com>
Reviewed by Eric Seidel.
Browser is failing 16 baseline test from Selector API Test Suite
https://bugs.webkit.org/show_bug.cgi?id=42968
Update the expected result for the test.
* fast/dom/SelectorAPI/resig-SelectorsAPI-test-expected.txt:
2010-12-27 Shinichiro Hamaji <shinichiro.hamaji@gmail.com>
Chromium expectation update.
Suppress fast/canvas/webgl/tex-image-with-format-and-type on linux debug
* platform/chromium/test_expectations.txt:
2010-12-27 MORITA Hajime <morrita@google.com>
Unreviewed expectation updates.
* platform/chromium-linux/fast/box-shadow/spread-multiple-normal-expected.checksum: Added.
* platform/chromium-linux/fast/box-shadow/spread-multiple-normal-expected.png: Added.
* platform/chromium-win/fast/box-shadow/spread-multiple-normal-expected.checksum: Added.
* platform/chromium-win/fast/box-shadow/spread-multiple-normal-expected.png: Added.
2010-12-26 MORITA Hajime <morrita@google.com>
Reviewed by Dan Bernstein.
For box-shadow, non-primary shadows should have specified radii.
https://bugs.webkit.org/show_bug.cgi?id=51386
* fast/box-shadow/spread-multiple-normal-expected.txt: Added.
* fast/box-shadow/spread-multiple-normal.html: Added.
* fast/box-shadow/spread-multiple-normal-expected.checksum: Added.
* fast/box-shadow/spread-multiple-normal-expected.png: Added.
2010-12-26 Kenneth Russell <kbr@google.com>
Unreviewed, Chromium expectations fix. Fix broken (duplicate)
expectations for
canvas/philip/tests/2d.gradient.radial.cone.top.html.
* platform/chromium/test_expectations.txt:
2010-12-26 Abhishek Arya <inferno@chromium.org>
Reviewed by Simon Fraser.
Tests passes if it does not crash.
https://bugs.webkit.org/show_bug.cgi?id=48772
* fast/multicol/renderer-positioned-assert-crash-expected.txt: Added.
* fast/multicol/renderer-positioned-assert-crash.html: Added.
2010-12-25 Kenneth Russell <kbr@google.com>
Unreviewed, Chromium test expectations update.
* platform/chromium-gpu/test_expectations.txt:
Win Debug:
Marked compositing/tiling/huge-layer-img.html as TIMEOUT.
Marked fast/canvas/webgl/gl-object-get-calls.html as a flaky crash.
* platform/chromium/test_expectations.txt:
Adjusted expectations for the following tests:
fast/canvas/shadow-offset-7.html
svg/batik/paints/gradientLimit.svg
fast/events/touch/touch-target.html
canvas/philip/tests/2d.gradient.radial.cone.top.html
fast/css/box-shadow.html
2010-12-25 Philippe Normand <pnormand@igalia.com>
Unreviewed, skip another GTK media test reporting wrong duration,
see bug 50518.
* platform/gtk/Skipped:
2010-12-24 Kenneth Russell <kbr@google.com>
Unreviewed, Chromium test expectations update.
svg/batik/paints/gradientLimit.svg fails on Linux Debug as well.
* platform/chromium/test_expectations.txt:
2010-12-24 Philippe Normand <pnormand@igalia.com>
Unreviewed, skip failing media test on GTK.
* platform/gtk/Skipped: Skip media/controls-after-reload.html.
2010-12-24 Andrei Popescu <andreip@google.com>
Unreviewed, build fix.
[Chromium] http/tests/xmlhttprequest/basic-auth-nopassword.html needs Mac, Windows and Linux specific test expectations
https://bugs.webkit.org/show_bug.cgi?id=51589
* platform/chromium-win/http/tests/xmlhttprequest/basic-auth-nopassword-expected.txt: Added.
* platform/chromium-win/http/tests/xmlhttprequest/basic-auth-nouser-expected.txt: Added.
2010-12-24 Philippe Normand <pnormand@igalia.com>
Unreviewed, updated GTK media tests baselines after r74643.
* platform/gtk/media/audio-controls-rendering-expected.txt:
* platform/gtk/media/controls-after-reload-expected.txt:
* platform/gtk/media/controls-strict-expected.txt:
* platform/gtk/media/controls-styling-expected.txt:
* platform/gtk/media/video-controls-rendering-expected.txt:
* platform/gtk/media/video-display-toggle-expected.txt:
* platform/gtk/media/video-empty-source-expected.txt:
* platform/gtk/media/video-no-audio-expected.txt:
2010-12-24 Darin Adler <darin@apple.com>
Rebased Leopard to expect the same kind of stack failure
as Windows, rather than the success expected on Snow Leopard
and many other platforms.
* platform/mac-leopard/fast/js/large-expressions-expected.txt:
Copied from platform/win/fast/js/large-expressions-expected.txt.
2010-12-24 Jessie Berlin <jberlin@apple.com>
Add Windows-specific (failing) expected results for
http/tests/xmlhttprequest/basic-auth-nouser.html and basic-auth-nopassword.html in order to
get the Windows 7 Release test bot green again. Unreviewed.
https://bugs.webkit.org/show_bug.cgi?id=51596
* platform/win/http/tests/xmlhttprequest/basic-auth-nopassword-expected.txt: Added.
* platform/win/http/tests/xmlhttprequest/basic-auth-nouser-expected.txt: Added.
2010-12-24 Jessie Berlin <jberlin@apple.com>
Skip the new editing/input/ime-composition-clearpreedit.html test since textInputController
is unimplemented in the DRT for Windows. Unreviewed.
https://bugs.webkit.org/show_bug.cgi?id=32021
* platform/win/Skipped:
2010-12-24 Justin Schuh <jschuh@chromium.org>
Reviewed by Nikolas Zimmermann.
SVGElementInstance::m_useElement should be cleared when use element is removed from document
https://bugs.webkit.org/show_bug.cgi?id=51486
* svg/custom/use-instanceRoot-with-use-removed-expected.txt: Added.
* svg/custom/use-instanceRoot-with-use-removed.svg: Added.
2010-12-24 Alexander Pavlov <apavlov@chromium.org>
Reviewed by Yury Semikhatsky.
Web Inspector: Inline HTML style property out of sync with element.style in Sidebar
https://bugs.webkit.org/show_bug.cgi?id=51478
* http/tests/inspector/inspector-test2.js:
(initialize_InspectorTest.InspectorTest.addResults):
(initialize_InspectorTest.InspectorTest.createKeyEvent):
* inspector/elements-delete-inline-style-expected.txt: Added.
* inspector/elements-delete-inline-style.html: Added.
* inspector/elements-tests2.js: Added.
(initialize_ElementTest.InspectorTest.expandDOMSubtree.processChildren):
(initialize_ElementTest.InspectorTest.expandDOMSubtree):
(initialize_ElementTest.InspectorTest.expandDOMSubtreeAndRun):
(initialize_ElementTest.InspectorTest.nodeForId):
(initialize_ElementTest.InspectorTest.selectElementAndRun):
(initialize_ElementTest.InspectorTest.dumpSelectedElementStyles):
(initialize_ElementTest.InspectorTest.getSelectedElementStyles):
(initialize_ElementTest.InspectorTest.getElementStylePropertyTreeItem):
(initialize_ElementTest.InspectorTest.dumpStyleTreeOutline):
(initialize_ElementTest.InspectorTest.dumpStyleTreeItem):
(initialize_ElementTest):
* inspector/styles-add-blank-property.html: Remove unnecessary function.
2010-12-24 Benjamin Kalman <kalman@chromium.org>
Reviewed by Ryosuke Niwa.
editing/selection/caret-* tests need rebaseline for gtk
https://bugs.webkit.org/show_bug.cgi?id=51578
Rebaseline editing/selection/caret-* tests for gtk.
* platform/gtk/editing/selection/caret-ltr-2-expected.checksum: Added.
* platform/gtk/editing/selection/caret-ltr-2-expected.png: Added.
* platform/gtk/editing/selection/caret-ltr-2-expected.txt: Added.
* platform/gtk/editing/selection/caret-ltr-2-left-expected.checksum: Added.
* platform/gtk/editing/selection/caret-ltr-2-left-expected.png: Added.
* platform/gtk/editing/selection/caret-ltr-2-left-expected.txt: Added.
* platform/gtk/editing/selection/caret-ltr-expected.checksum: Added.
* platform/gtk/editing/selection/caret-ltr-expected.png: Added.
* platform/gtk/editing/selection/caret-ltr-expected.txt: Added.
* platform/gtk/editing/selection/caret-ltr-right-expected.checksum: Added.
* platform/gtk/editing/selection/caret-ltr-right-expected.png: Added.
* platform/gtk/editing/selection/caret-ltr-right-expected.txt: Added.
* platform/gtk/editing/selection/caret-rtl-2-left-expected.checksum: Added.
* platform/gtk/editing/selection/caret-rtl-2-left-expected.png: Added.
* platform/gtk/editing/selection/caret-rtl-2-left-expected.txt: Added.
* platform/gtk/editing/selection/caret-rtl-right-expected.checksum: Added.
* platform/gtk/editing/selection/caret-rtl-right-expected.png: Added.
* platform/gtk/editing/selection/caret-rtl-right-expected.txt: Added.
2010-12-23 Alexander Pavlov <apavlov@chromium.org>
Reviewed by Maciej Stachowiak.
Web Inspector: CSS shorthand properties expand unnecessarily
https://bugs.webkit.org/show_bug.cgi?id=36304
* inspector/elements-panel-styles-expected.txt:
* inspector/resources/elements-panel-styles.css:
(.foo):
2010-12-24 Justin Schuh <jschuh@chromium.org>
Reviewed by Darin Adler.
setTargetAttributeAnimatedValue should check for a null shadowTreeElement.
https://bugs.webkit.org/show_bug.cgi?id=51576
* svg/custom/animate-disallowed-use-element-expected.txt: Added.
* svg/custom/animate-disallowed-use-element.svg: Added.
2010-12-24 Andrei Popescu <andreip@google.com>
Unreviewed build fix.
Add Chromium-mac test expectation for the layout test below.
[Chromium] http/tests/xmlhttprequest/basic-auth-nopassword.html needs Mac specific test expectations
https://bugs.webkit.org/show_bug.cgi?id=51589
* platform/chromium-mac/http/tests/xmlhttprequest/basic-auth-nopassword-expected.txt: Added.
2010-12-24 Andrei Popescu <andreip@google.com>
Unreviewed. Update Chromium test expectations.
Mark editing/input/ime-composition-clearpreedit.html.html as TEXT.
This test was added in http://trac.webkit.org/changeset/74605 and
fails in Chromium.
* platform/chromium/test_expectations.txt:
2010-12-24 Justin Schuh <jschuh@chromium.org>
Reviewed by Darin Adler.
SVGFontFaceElement::rebuildFontFace() should exit when not in document
https://bugs.webkit.org/show_bug.cgi?id=51571
* svg/custom/use-invalid-font-face-expected.txt: Added.
* svg/custom/use-invalid-font-face.svg: Added.
2010-12-23 Yuta Kitamura <yutak@chromium.org>
Unreviewed. Update GTK's Skipped file.
[GTK] http/tests/inspector/console-websocket-error.html hangs
https://bugs.webkit.org/show_bug.cgi?id=51380
* platform/gtk/Skipped:
2010-12-23 Yuta Kitamura <yutak@chromium.org>
Unreviewed. Update Chromium test expectations.
Mark http/tests/inspector/console-websocket-error.html as SLOW on WIN DEBUG.
* platform/chromium/test_expectations.txt:
2010-12-22 Yuta Kitamura <yutak@chromium.org>
Reviewed by Alexey Proskuryakov.
[GTK] http/tests/inspector/console-websocket-error.html hangs
https://bugs.webkit.org/show_bug.cgi?id=51380
The test should call dumpConsoleMessages() even if WebSocket is not supported
or a WebSocket object goes to an unexpected state.
* http/tests/inspector/console-websocket-error.html:
* platform/gtk/Skipped:
* platform/mac-leopard/http/tests/inspector/console-websocket-error-expected.txt:
* platform/mac/http/tests/inspector/console-websocket-error-expected.txt:
2010-12-23 Jan Erik Hanssen <jhanssen@sencha.com>
Reviewed by Adam Barth.
[Qt] User name/password stripped from URLs
https://bugs.webkit.org/show_bug.cgi?id=36232
Test authentication cases where a username but no password and
no username but a password is present.
* http/tests/xmlhttprequest/basic-auth-nopassword-expected.txt: Added.
* http/tests/xmlhttprequest/basic-auth-nopassword.html: Added.
* http/tests/xmlhttprequest/basic-auth-nouser-expected.txt: Added.
* http/tests/xmlhttprequest/basic-auth-nouser.html: Added.
* http/tests/xmlhttprequest/resources/basic-auth-nouserpass/basic-auth-nouserpass.php: Added.
* platform/gtk/Skipped:
* platform/mac-leopard/http/tests/xmlhttprequest/basic-auth-nopassword-expected.txt: Added.
* platform/mac-snowleopard/http/tests/xmlhttprequest/basic-auth-nopassword-expected.txt: Added.
* platform/mac-tiger/http/tests/xmlhttprequest/basic-auth-nopassword-expected.txt: Added.
* platform/qt/Skipped:
2010-12-23 Ryosuke Niwa <rniwa@webkit.org>
Unreviewed Qt rebaseline for r74593.
Added the forgotten blank line at the end.
* platform/qt/editing/pasteboard/copy-in-password-field-expected.txt:
2010-12-23 Ryosuke Niwa <rniwa@webkit.org>
Unreviewed Qt rebaseline for r74593.
* platform/qt/editing/pasteboard/copy-in-password-field-expected.txt: Added.
2010-12-23 Ryosuke Niwa <rniwa@webkit.org>
More unreviewed Chromium rebaselines for r74593.
* platform/chromium-linux/editing/deleting/smart-delete-002-expected.txt:
* platform/chromium-linux/editing/pasteboard/subframe-dragndrop-1-expected.txt:
* platform/chromium-win/editing/pasteboard/paste-xml-expected.txt:
2010-12-23 Jan Erik Hanssen <jhanssen@sencha.com>
Reviewed by Alexey Proskuryakov.
[Qt] Composition text is not removed from the editor when composition is cancelled
https://bugs.webkit.org/show_bug.cgi?id=29391
Ensure that the composition text is cleared when an empty QInputMethodEvent
is received and the editor is in composition mode.
* editing/input/ime-composition-clearpreedit-expected.txt: Added.
* editing/input/ime-composition-clearpreedit.html: Added.
* platform/gtk/Skipped:
* platform/mac-wk2/Skipped:
* platform/qt-wk2/Skipped:
2010-12-23 Benjamin Kalman <kalman@chromium.org>
Reviewed by Ryosuke Niwa.
Selection becomes stale when CharacterData is manipulated directly
https://bugs.webkit.org/show_bug.cgi?id=51389
Rebaseline GTK tests.
* platform/gtk/editing/deleting/collapse-whitespace-3587601-fix-expected.txt:
* platform/gtk/editing/deleting/delete-3608430-fix-expected.txt:
* platform/gtk/editing/deleting/delete-3608445-fix-expected.txt:
* platform/gtk/editing/deleting/delete-3608462-fix-expected.txt:
* platform/gtk/editing/deleting/delete-and-undo-expected.txt:
* platform/gtk/editing/deleting/delete-block-merge-contents-010-expected.txt:
* platform/gtk/editing/deleting/delete-br-007-expected.txt:
* platform/gtk/editing/deleting/delete-contiguous-ws-001-expected.txt:
* platform/gtk/editing/deleting/delete-leading-ws-001-expected.txt:
* platform/gtk/editing/deleting/delete-line-end-ws-001-expected.txt:
* platform/gtk/editing/deleting/delete-line-end-ws-002-expected.txt:
* platform/gtk/editing/deleting/delete-listitem-001-expected.txt:
* platform/gtk/editing/deleting/delete-tab-002-expected.txt:
* platform/gtk/editing/deleting/delete-tab-004-expected.txt:
* platform/gtk/editing/deleting/delete-trailing-ws-002-expected.txt:
* platform/gtk/editing/deleting/delete-ws-fixup-001-expected.txt:
* platform/gtk/editing/deleting/delete-ws-fixup-002-expected.txt:
* platform/gtk/editing/deleting/forward-delete-expected.txt:
* platform/gtk/editing/deleting/smart-delete-003-expected.txt:
* platform/gtk/editing/deleting/smart-delete-004-expected.txt:
* platform/gtk/editing/execCommand/insertHorizontalRule-expected.txt:
* platform/gtk/editing/inserting/insert-3654864-fix-expected.txt:
* platform/gtk/editing/inserting/insert-after-delete-001-expected.txt:
* platform/gtk/editing/inserting/insert-div-003-expected.txt:
* platform/gtk/editing/inserting/insert-div-024-expected.txt:
* platform/gtk/editing/inserting/insert-space-in-empty-doc-expected.txt:
* platform/gtk/editing/inserting/insert-text-with-newlines-expected.txt:
* platform/gtk/editing/inserting/typing-001-expected.txt:
* platform/gtk/editing/inserting/typing-002-expected.txt:
* platform/gtk/editing/inserting/typing-003-expected.txt:
* platform/gtk/editing/inserting/typing-around-br-001-expected.txt:
* platform/gtk/editing/inserting/typing-around-image-001-expected.txt:
* platform/gtk/editing/pasteboard/4076267-2-expected.txt:
* platform/gtk/editing/pasteboard/4076267-3-expected.txt:
* platform/gtk/editing/pasteboard/cut-text-001-expected.txt:
* platform/gtk/editing/pasteboard/paste-text-001-expected.txt:
* platform/gtk/editing/pasteboard/paste-xml-expected.txt:
* platform/gtk/editing/pasteboard/subframe-dragndrop-1-expected.txt:
* platform/gtk/editing/spelling/spelling-expected.txt:
* platform/gtk/editing/style/style-3681552-fix-001-expected.txt:
* platform/gtk/editing/style/style-3681552-fix-002-expected.txt:
* platform/gtk/editing/style/typing-style-001-expected.txt:
* platform/gtk/editing/style/typing-style-002-expected.txt:
* platform/gtk/editing/style/unbold-in-bold-expected.txt:
* platform/gtk/editing/undo/4063751-expected.txt:
* platform/gtk/editing/undo/redo-typing-001-expected.txt:
* platform/gtk/editing/undo/undo-combined-delete-boundary-expected.txt:
* platform/gtk/editing/undo/undo-combined-delete-expected.txt:
* platform/gtk/editing/undo/undo-delete-boundary-expected.txt:
* platform/gtk/editing/undo/undo-delete-expected.txt:
* platform/gtk/editing/undo/undo-forward-delete-boundary-expected.txt:
* platform/gtk/editing/undo/undo-forward-delete-expected.txt:
* platform/gtk/editing/undo/undo-misspellings-expected.txt:
2010-12-23 Ryosuke Niwa <rniwa@webkit.org>
Reviewed by Darin Adler.
queryCommandValue("FormatBlock") does not respect editing boundaries
https://bugs.webkit.org/show_bug.cgi?id=51219
Added test cases to ensure queryCommandValue("FormatBlock") respects editing boundaries.
* editing/execCommand/query-format-block-expected.txt:
* editing/execCommand/script-tests/query-format-block.js:
2010-12-23 Ryosuke Niwa <rniwa@webkit.org>
Unreviewed Chromium rebaselines for r74593.
* platform/chromium-linux/editing/deleting/smart-delete-001-expected.txt:
* platform/chromium-linux/editing/deleting/smart-delete-003-expected.txt:
* platform/chromium-linux/editing/deleting/smart-delete-004-expected.txt:
* platform/chromium-win/editing/deleting/collapse-whitespace-3587601-fix-expected.txt:
* platform/chromium-win/editing/deleting/delete-3608430-fix-expected.txt:
* platform/chromium-win/editing/deleting/delete-3608445-fix-expected.txt:
* platform/chromium-win/editing/deleting/delete-3608462-fix-expected.txt:
* platform/chromium-win/editing/deleting/delete-after-span-ws-001-expected.txt:
* platform/chromium-win/editing/deleting/delete-after-span-ws-002-expected.txt:
* platform/chromium-win/editing/deleting/delete-after-span-ws-003-expected.txt:
* platform/chromium-win/editing/deleting/delete-and-undo-expected.txt:
* platform/chromium-win/editing/deleting/delete-block-merge-contents-010-expected.txt:
* platform/chromium-win/editing/deleting/delete-block-table-expected.txt:
* platform/chromium-win/editing/deleting/delete-br-007-expected.txt:
* platform/chromium-win/editing/deleting/delete-character-001-expected.txt:
* platform/chromium-win/editing/deleting/delete-contiguous-ws-001-expected.txt:
* platform/chromium-win/editing/deleting/delete-hr-expected.txt:
* platform/chromium-win/editing/deleting/delete-leading-ws-001-expected.txt:
* platform/chromium-win/editing/deleting/delete-line-end-ws-001-expected.txt:
* platform/chromium-win/editing/deleting/delete-line-end-ws-002-expected.txt:
* platform/chromium-win/editing/deleting/delete-listitem-001-expected.txt:
* platform/chromium-win/editing/deleting/delete-selection-001-expected.txt:
* platform/chromium-win/editing/deleting/delete-tab-001-expected.txt:
* platform/chromium-win/editing/deleting/delete-tab-002-expected.txt:
* platform/chromium-win/editing/deleting/delete-tab-003-expected.txt:
* platform/chromium-win/editing/deleting/delete-tab-004-expected.txt:
* platform/chromium-win/editing/deleting/delete-trailing-ws-001-expected.txt:
* platform/chromium-win/editing/deleting/delete-trailing-ws-002-expected.txt:
* platform/chromium-win/editing/deleting/delete-ws-fixup-001-expected.txt:
* platform/chromium-win/editing/deleting/delete-ws-fixup-002-expected.txt:
* platform/chromium-win/editing/deleting/forward-delete-expected.txt:
* platform/chromium-win/editing/deleting/non-smart-delete-expected.txt:
* platform/chromium-win/editing/deleting/smart-delete-001-expected.txt:
* platform/chromium-win/editing/deleting/smart-delete-003-expected.txt:
* platform/chromium-win/editing/deleting/smart-delete-004-expected.txt:
* platform/chromium-win/editing/execCommand/insertHorizontalRule-expected.txt:
* platform/chromium-win/editing/inserting/4278698-expected.txt:
* platform/chromium-win/editing/inserting/editing-empty-divs-expected.txt:
* platform/chromium-win/editing/inserting/insert-3654864-fix-expected.txt:
* platform/chromium-win/editing/inserting/insert-after-delete-001-expected.txt:
* platform/chromium-win/editing/inserting/insert-br-003-expected.txt:
* platform/chromium-win/editing/inserting/insert-br-006-expected.txt:
* platform/chromium-win/editing/inserting/insert-br-007-expected.txt:
* platform/chromium-win/editing/inserting/insert-br-008-expected.txt:
* platform/chromium-win/editing/inserting/insert-br-009-expected.txt:
* platform/chromium-win/editing/inserting/insert-br-at-tabspan-002-expected.txt:
* platform/chromium-win/editing/inserting/insert-br-at-tabspan-003-expected.txt:
* platform/chromium-win/editing/inserting/insert-div-003-expected.txt:
* platform/chromium-win/editing/inserting/insert-div-006-expected.txt:
* platform/chromium-win/editing/inserting/insert-div-008-expected.txt:
* platform/chromium-win/editing/inserting/insert-div-024-expected.txt:
* platform/chromium-win/editing/inserting/insert-space-in-empty-doc-expected.txt:
* platform/chromium-win/editing/inserting/insert-tab-003-expected.txt:
* platform/chromium-win/editing/inserting/insert-text-at-tabspan-001-expected.txt:
* platform/chromium-win/editing/inserting/insert-text-at-tabspan-002-expected.txt:
* platform/chromium-win/editing/inserting/insert-text-with-newlines-expected.txt:
* platform/chromium-win/editing/inserting/typing-001-expected.txt:
* platform/chromium-win/editing/inserting/typing-002-expected.txt:
* platform/chromium-win/editing/inserting/typing-003-expected.txt:
* platform/chromium-win/editing/inserting/typing-around-br-001-expected.txt:
* platform/chromium-win/editing/inserting/typing-around-image-001-expected.txt:
* platform/chromium-win/editing/pasteboard/4076267-2-expected.txt:
* platform/chromium-win/editing/pasteboard/4076267-3-expected.txt:
* platform/chromium-win/editing/pasteboard/bad-placeholder-expected.txt:
* platform/chromium-win/editing/pasteboard/cut-text-001-expected.txt:
* platform/chromium-win/editing/pasteboard/interchange-newline-1-expected.txt:
* platform/chromium-win/editing/pasteboard/merge-end-1-expected.txt:
* platform/chromium-win/editing/pasteboard/merge-end-2-expected.txt:
* platform/chromium-win/editing/pasteboard/merge-end-4-expected.txt:
* platform/chromium-win/editing/pasteboard/merge-end-list-expected.txt:
* platform/chromium-win/editing/pasteboard/merge-end-table-expected.txt:
* platform/chromium-win/editing/pasteboard/paste-match-style-001-expected.txt:
* platform/chromium-win/editing/pasteboard/paste-text-001-expected.txt:
* platform/chromium-win/editing/pasteboard/paste-text-019-expected.txt:
* platform/chromium-win/editing/pasteboard/paste-text-at-tabspan-001-expected.txt:
* platform/chromium-win/editing/pasteboard/paste-text-at-tabspan-002-expected.txt:
* platform/chromium-win/editing/pasteboard/paste-text-at-tabspan-003-expected.txt:
* platform/chromium-win/editing/pasteboard/pasting-object-expected.txt:
* platform/chromium-win/editing/pasteboard/smart-paste-002-expected.txt:
* platform/chromium-win/editing/pasteboard/smart-paste-006-expected.txt:
* platform/chromium-win/editing/pasteboard/smart-paste-007-expected.txt:
* platform/chromium-win/editing/spelling/spelling-expected.txt:
* platform/chromium-win/editing/style/style-3681552-fix-001-expected.txt:
* platform/chromium-win/editing/style/style-3681552-fix-002-expected.txt:
* platform/chromium-win/editing/style/style-boundary-002-expected.txt:
* platform/chromium-win/editing/style/style-boundary-005-expected.txt:
* platform/chromium-win/editing/style/typing-style-001-expected.txt:
* platform/chromium-win/editing/style/typing-style-002-expected.txt:
* platform/chromium-win/editing/style/unbold-in-bold-expected.txt:
* platform/chromium-win/editing/undo/4063751-expected.txt:
* platform/chromium-win/editing/undo/redo-typing-001-expected.txt:
* platform/chromium-win/editing/undo/undo-combined-delete-boundary-expected.txt:
* platform/chromium-win/editing/undo/undo-combined-delete-expected.txt:
* platform/chromium-win/editing/undo/undo-delete-boundary-expected.txt:
* platform/chromium-win/editing/undo/undo-delete-expected.txt:
* platform/chromium-win/editing/undo/undo-forward-delete-boundary-expected.txt:
* platform/chromium-win/editing/undo/undo-forward-delete-expected.txt:
* platform/chromium-win/editing/undo/undo-misspellings-expected.txt:
* platform/chromium-win/editing/undo/undo-typing-001-expected.txt:
* platform/chromium-win/editing/unsupported-content/list-type-after-expected.txt:
* platform/chromium-win/editing/unsupported-content/list-type-before-expected.txt:
* platform/chromium-win/editing/unsupported-content/table-type-after-expected.txt:
* platform/chromium-win/editing/unsupported-content/table-type-before-expected.txt:
2010-12-23 Ryosuke Niwa <rniwa@webkit.org>
Reviewed by Darin Adler.
FormatBlock doesn't preserve typing style but it should
https://bugs.webkit.org/show_bug.cgi?id=51140
Added a test to type text after bolding the typing style and executing a FormatBlock command.
Because FormatBlock command preserves typing style, the typed text should be in bold.
* editing/execCommand/format-block-typing-style.html: Added.
2010-12-23 Ryosuke Niwa <rniwa@webkit.org>
Unreviewed Qt rebaselines for r74593.
* platform/qt/editing/deleting/delete-3608445-fix-expected.txt:
* platform/qt/editing/deleting/delete-after-span-ws-001-expected.txt:
* platform/qt/editing/deleting/delete-after-span-ws-002-expected.txt:
* platform/qt/editing/deleting/delete-after-span-ws-003-expected.txt:
* platform/qt/editing/deleting/delete-block-merge-contents-010-expected.txt:
* platform/qt/editing/deleting/delete-character-001-expected.txt:
* platform/qt/editing/deleting/delete-hr-expected.txt:
* platform/qt/editing/deleting/delete-line-end-ws-001-expected.txt:
* platform/qt/editing/deleting/delete-selection-001-expected.txt:
* platform/qt/editing/deleting/delete-trailing-ws-001-expected.txt:
* platform/qt/editing/deleting/delete-trailing-ws-002-expected.txt:
* platform/qt/editing/deleting/non-smart-delete-expected.txt:
* platform/qt/editing/deleting/smart-delete-001-expected.txt:
* platform/qt/editing/deleting/smart-delete-003-expected.txt:
* platform/qt/editing/deleting/smart-delete-004-expected.txt:
* platform/qt/editing/inserting/insert-3654864-fix-expected.txt:
* platform/qt/editing/inserting/insert-after-delete-001-expected.txt:
* platform/qt/editing/inserting/insert-br-003-expected.txt:
* platform/qt/editing/inserting/insert-br-006-expected.txt:
* platform/qt/editing/inserting/insert-br-007-expected.txt:
* platform/qt/editing/inserting/insert-br-008-expected.txt:
* platform/qt/editing/inserting/insert-br-009-expected.txt:
* platform/qt/editing/inserting/insert-br-at-tabspan-002-expected.txt:
* platform/qt/editing/inserting/insert-br-at-tabspan-003-expected.txt:
* platform/qt/editing/inserting/insert-div-003-expected.txt:
* platform/qt/editing/inserting/insert-div-006-expected.txt:
* platform/qt/editing/inserting/insert-div-008-expected.txt:
* platform/qt/editing/inserting/insert-div-024-expected.txt:
* platform/qt/editing/inserting/insert-space-in-empty-doc-expected.txt:
* platform/qt/editing/inserting/insert-text-at-tabspan-001-expected.txt:
* platform/qt/editing/inserting/insert-text-at-tabspan-002-expected.txt:
* platform/qt/editing/inserting/typing-001-expected.txt:
* platform/qt/editing/inserting/typing-002-expected.txt:
* platform/qt/editing/inserting/typing-003-expected.txt:
* platform/qt/editing/inserting/typing-around-br-001-expected.txt:
* platform/qt/editing/inserting/typing-around-image-001-expected.txt:
* platform/qt/editing/pasteboard/4076267-3-expected.txt:
* platform/qt/editing/pasteboard/cut-text-001-expected.txt:
* platform/qt/editing/pasteboard/interchange-newline-1-expected.txt:
* platform/qt/editing/pasteboard/merge-end-1-expected.txt:
* platform/qt/editing/pasteboard/merge-end-2-expected.txt:
* platform/qt/editing/pasteboard/merge-end-4-expected.txt:
* platform/qt/editing/pasteboard/merge-end-list-expected.txt:
* platform/qt/editing/pasteboard/merge-end-table-expected.txt:
* platform/qt/editing/pasteboard/paste-match-style-001-expected.txt:
* platform/qt/editing/pasteboard/paste-text-019-expected.txt:
* platform/qt/editing/pasteboard/paste-text-at-tabspan-002-expected.txt:
* platform/qt/editing/pasteboard/paste-text-at-tabspan-003-expected.txt:
* platform/qt/editing/pasteboard/pasting-object-expected.txt:
* platform/qt/editing/pasteboard/smart-paste-002-expected.txt:
* platform/qt/editing/pasteboard/smart-paste-006-expected.txt:
* platform/qt/editing/pasteboard/smart-paste-007-expected.txt:
* platform/qt/editing/style/remove-underline-from-stylesheet-expected.txt:
* platform/qt/editing/undo/redo-style-expected.txt:
2010-12-23 Ryosuke Niwa <rniwa@webkit.org>
Reviewed by Darin Adler.
Selection becomes stale when CharacterData is manipulated directly
https://bugs.webkit.org/show_bug.cgi?id=51389
Added tests to ensure WebKit adjusts or clears selection when the start container
or the end container of the selection's first range is modified by CharacterData's API.
Many editing tests had to be rebaselined due to different editing delegate dumps
caused by WebKit's properly adjusting selection's offsets as editing commands modify the DOM.
* 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/skip-virama-001-expected.txt:
* editing/execCommand/createLink-expected.txt:
* editing/execCommand/hilitecolor-expected.txt:
* editing/execCommand/unlink-expected.txt:
* 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-crash-expected.txt: Added.
* editing/selection/character-data-mutation-crash.html: Added.
* editing/selection/character-data-mutation-expected.txt: Added.
* editing/selection/character-data-mutation.html: Added.
* editing/style/remove-underline-from-stylesheet-expected.txt:
* editing/style/typing-style-003-expected.txt:
* editing/undo/redo-style-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-after-span-ws-001-expected.txt:
* platform/mac/editing/deleting/delete-after-span-ws-002-expected.txt:
* platform/mac/editing/deleting/delete-after-span-ws-003-expected.txt:
* platform/mac/editing/deleting/delete-and-undo-expected.txt:
* platform/mac/editing/deleting/delete-block-merge-contents-010-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-contiguous-ws-001-expected.txt:
* platform/mac/editing/deleting/delete-hr-expected.txt:
* platform/mac/editing/deleting/delete-leading-ws-001-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-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-002-expected.txt:
* platform/mac/editing/deleting/forward-delete-expected.txt:
* platform/mac/editing/deleting/non-smart-delete-expected.txt:
* platform/mac/editing/deleting/smart-delete-001-expected.txt:
* platform/mac/editing/deleting/smart-delete-002-expected.txt:
* platform/mac/editing/deleting/smart-delete-003-expected.txt:
* platform/mac/editing/deleting/smart-delete-004-expected.txt:
* platform/mac/editing/execCommand/insertHorizontalRule-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-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-008-expected.txt:
* platform/mac/editing/inserting/insert-div-024-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/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/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/merge-end-1-expected.txt:
* platform/mac/editing/pasteboard/merge-end-2-expected.txt:
* platform/mac/editing/pasteboard/merge-end-4-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-match-style-001-expected.txt:
* platform/mac/editing/pasteboard/paste-text-001-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-006-expected.txt:
* platform/mac/editing/pasteboard/smart-paste-007-expected.txt:
* platform/mac/editing/pasteboard/subframe-dragndrop-1-expected.txt:
* platform/mac/editing/spelling/spelling-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-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:
2010-12-23 Kenneth Russell <kbr@google.com>
Unreviewed Chromium test expectations update. Fix botched update
of fast/css/box-shadow.html expectation; needed to be FAIL, not
IMAGE+TEXT IMAGE.
* platform/chromium/test_expectations.txt:
2010-12-23 Albert J. Wong <ajwong@chromium.org>
Unreviewed. Chromium layout test expectations update.
https://bugs.webkit.org/show_bug.cgi?id=51500
Rebaseline media control layout tests due to pixel diff from r74535
* platform/chromium-linux/media/audio-controls-rendering-expected.checksum:
* platform/chromium-linux/media/audio-controls-rendering-expected.png:
* platform/chromium-linux/media/controls-after-reload-expected.checksum:
* platform/chromium-linux/media/controls-after-reload-expected.png:
* platform/chromium-linux/media/controls-strict-expected.checksum:
* platform/chromium-linux/media/controls-strict-expected.png:
* platform/chromium-linux/media/controls-styling-expected.checksum:
* platform/chromium-linux/media/controls-styling-expected.png:
* platform/chromium-linux/media/controls-without-preload-expected.checksum:
* platform/chromium-linux/media/controls-without-preload-expected.png:
* platform/chromium-linux/media/video-controls-rendering-expected.checksum:
* platform/chromium-linux/media/video-controls-rendering-expected.png:
* platform/chromium-linux/media/video-display-toggle-expected.checksum:
* platform/chromium-linux/media/video-display-toggle-expected.png:
* platform/chromium-linux/media/video-empty-source-expected.checksum:
* platform/chromium-linux/media/video-empty-source-expected.png:
* platform/chromium-linux/media/video-no-audio-expected.checksum:
* platform/chromium-linux/media/video-no-audio-expected.png:
* platform/chromium-linux/media/video-volume-slider-expected.checksum:
* platform/chromium-linux/media/video-volume-slider-expected.png:
* platform/chromium-mac/media/audio-controls-rendering-expected.checksum:
* platform/chromium-mac/media/audio-controls-rendering-expected.png:
* platform/chromium-mac/media/audio-controls-rendering-expected.txt:
* 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/controls-without-preload-expected.txt:
* platform/chromium-mac/media/video-display-toggle-expected.checksum:
* platform/chromium-mac/media/video-display-toggle-expected.png:
* platform/chromium-mac/media/video-display-toggle-expected.txt:
* platform/chromium-mac/media/video-empty-source-expected.checksum:
* platform/chromium-mac/media/video-empty-source-expected.png:
* platform/chromium-mac/media/video-empty-source-expected.txt:
* platform/chromium-mac/media/video-no-audio-expected.checksum:
* platform/chromium-mac/media/video-no-audio-expected.png:
* platform/chromium-mac/media/video-no-audio-expected.txt:
* platform/chromium-mac/media/video-volume-slider-expected.checksum:
* platform/chromium-mac/media/video-volume-slider-expected.png:
* platform/chromium-mac/media/video-volume-slider-expected.txt:
* platform/chromium-win/media/audio-controls-rendering-expected.checksum:
* platform/chromium-win/media/audio-controls-rendering-expected.png:
* platform/chromium-win/media/audio-controls-rendering-expected.txt:
* platform/chromium-win/media/controls-after-reload-expected.checksum:
* platform/chromium-win/media/controls-after-reload-expected.png:
* platform/chromium-win/media/controls-after-reload-expected.txt:
* platform/chromium-win/media/controls-strict-expected.checksum:
* platform/chromium-win/media/controls-strict-expected.png:
* platform/chromium-win/media/controls-strict-expected.txt:
* platform/chromium-win/media/controls-styling-expected.checksum:
* platform/chromium-win/media/controls-styling-expected.png:
* platform/chromium-win/media/controls-styling-expected.txt:
* platform/chromium-win/media/controls-without-preload-expected.checksum:
* platform/chromium-win/media/controls-without-preload-expected.png:
* platform/chromium-win/media/controls-without-preload-expected.txt:
* platform/chromium-win/media/video-controls-rendering-expected.checksum:
* platform/chromium-win/media/video-controls-rendering-expected.png:
* platform/chromium-win/media/video-controls-rendering-expected.txt:
* platform/chromium-win/media/video-display-toggle-expected.checksum:
* platform/chromium-win/media/video-display-toggle-expected.png:
* platform/chromium-win/media/video-display-toggle-expected.txt:
* platform/chromium-win/media/video-empty-source-expected.checksum:
* platform/chromium-win/media/video-empty-source-expected.png:
* platform/chromium-win/media/video-empty-source-expected.txt:
* platform/chromium-win/media/video-no-audio-expected.checksum:
* platform/chromium-win/media/video-no-audio-expected.png:
* platform/chromium-win/media/video-no-audio-expected.txt:
* platform/chromium-win/media/video-volume-slider-expected.checksum:
* platform/chromium-win/media/video-volume-slider-expected.png:
* platform/chromium-win/media/video-volume-slider-expected.txt:
* platform/chromium/test_expectations.txt:
2010-12-23 Kenneth Russell <kbr@google.com>
Unreviewed Chromium expectations update. Suppress crashes seen on
Windows with fast/canvas/webgl/canvas-test.html and
fast/canvas/webgl/gl-pixelstorei.html.
* platform/chromium/test_expectations.txt:
2010-12-23 Justin Schuh <jschuh@chromium.org>
Reviewed by Eric Seidel.
CSSCursorImageValue destructor should clear referenced element.
https://bugs.webkit.org/show_bug.cgi?id=51417
* svg/css/cursor-image-replace-expected.txt: Added.
* svg/css/cursor-image-replace.svg: Added.
2010-12-23 Kenneth Russell <kbr@google.com>
Unreviewed Chromium expectations update. Allow
fast/css/box-shadow.html to fail with IMAGE as well as IMAGE+TEXT.
* platform/chromium/test_expectations.txt:
2010-12-22 Matthew Delaney <mdelaney@apple.com>
Reviewed by Simon Fraser.
Add setNeedsStyleRecalc for getting canvas contexts that use IOSurfaces
https://bugs.webkit.org/show_bug.cgi?id=51279
* platform/mac-snowleopard/platform/mac/compositing: Added.
* platform/mac-snowleopard/platform/mac/compositing/canvas: Added.
* platform/mac-snowleopard/platform/mac/compositing/canvas/accelerated-canvas-compositing-expected.txt: Added.
* platform/mac/compositing/canvas: Added.
* platform/mac/compositing/canvas/accelerated-canvas-compositing-expected.txt: Added.
* platform/mac/compositing/canvas/accelerated-canvas-compositing.html: Added.
2010-12-23 Kenneth Russell <kbr@google.com>
Unreviewed Chromium expectations update. Fix incorrect syntax for
fast/css/box-shadow.html suppression and state that
fast/events/touch/touch-target.html may timeout.
* platform/chromium/test_expectations.txt:
2010-12-23 Jessie Berlin <jberlin@apple.com>
Add Windows-XP-specific (failing) expected results for
fast/profiler/throw-exception-from-eval-expected.html in order to get the Windows XP Debug
test bot green again. Unreviewed.
https://bugs.webkit.org/show_bug.cgi?id=49801
* platform/win-xp/fast/profiler: Added.
* platform/win-xp/fast/profiler/throw-exception-from-eval-expected.txt: Added.
2010-12-23 Jeremy Moskovich <jeremy@chromium.org>
Unreviewed new Chromium baselines and test expectations update.
* platform/chromium-linux/fast/layers/video-layer-expected.checksum:
* platform/chromium-linux/fast/layers/video-layer-expected.png:
* platform/chromium-mac/fast/layers/video-layer-expected.checksum:
* platform/chromium-mac/fast/layers/video-layer-expected.png:
* platform/chromium-mac/fast/layers/video-layer-expected.txt:
* platform/chromium-win/fast/css/getComputedStyle/computed-style-expected.txt:
* platform/chromium-win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
* platform/chromium-win/fast/layers/video-layer-expected.checksum:
* platform/chromium-win/fast/layers/video-layer-expected.png:
* platform/chromium-win/fast/layers/video-layer-expected.txt:
* platform/chromium-win/svg/css/getComputedStyle-basic-expected.txt:
* platform/chromium/test_expectations.txt:
2010-12-23 Jonathan Dixon <joth@chromium.org>
Reviewed by Steve Block.
TouchEvents does not support multi-touch on a page with multiple touch targets
https://bugs.webkit.org/show_bug.cgi?id=51258
* fast/events/touch/multi-touch-grouped-targets-expected.txt: Added.
* fast/events/touch/multi-touch-grouped-targets.html: Added.
* fast/events/touch/script-tests/multi-touch-grouped-targets.js: Added.
(declareTouchHandler.return.shouldBe):
(declareTouchHandler):
(touchEndHandler):
Added new test that ensures both test targets receive events when hit by multiple
touch points from the same platform event.
* fast/events/touch/script-tests/touch-target-limited.js:
(declareTouchStart.return.touchStartHandler):
(declareTouchStart):
(declareTouchMove.return.touchMoveHandler):
(declareTouchMove):
* fast/events/touch/script-tests/touch-target.js:
(declareTouchStart.return.touchStartHandler):
(declareTouchStart):
(declareTouchMove.return.touchMoveHandler):
(declareTouchMove):
* fast/events/touch/touch-target-expected.txt:
* fast/events/touch/touch-target-limited-expected.txt:
Updated & rebaselined existing tests to reflect new expectations.
2010-12-23 Jeremy Moskovich <jeremy@chromium.org>
Unreviewed test expectations update.
Fix duplicate expectation warning for media/video-controls-rendering.html introduced in r74535.
* platform/chromium/test_expectations.txt:
2010-12-23 Csaba Osztrogonác <ossy@webkit.org>
Unreviewed. Update Qt specific expected file after r74539.
* platform/qt/fast/dom/Window/window-properties-expected.txt:
2010-12-23 Benjamin Kalman <kalman@chromium.org>
Reviewed by Eric Seidel.
QT linux has RTL line movement bug that causes editing/selection/extend-to-line-boundary.html to fail
https://bugs.webkit.org/show_bug.cgi?id=51514
Add different baseline to editing/selection/extend-to-line-boundary.html for qt-linux that
takes into account the RTL bug.
* platform/qt-linux/editing/selection/extend-to-line-boundary-expected.txt: Added.
2010-12-23 Antti Koivisto <antti@apple.com>
Not reviewed.
Another attempt.
* http/tests/local/slow-css-pass.cgi:
2010-12-23 Antti Koivisto <antti@apple.com>
Not reviewed.
Flaky Test: http/tests/local/stylesheet-and-script-load-order-media-print.html
Try to fix flakiness.
* http/tests/local/slow-css-pass.cgi:
2010-12-22 Ariya Hidayat <ariya@sencha.com>
Reviewed by Simon Fraser.
Implement skewX() and skewY() for CSSMatrix.
https://bugs.webkit.org/show_bug.cgi?id=38335
* fast/dom/Window/window-properties-expected.txt: Adjusted.
* transforms/cssmatrix-2d-interface.xhtml: Added tests for skewX() and skewY().
* transforms/cssmatrix-2d-interface-expected.txt: Adjusted.
2010-12-22 Simon Fraser <simon.fraser@apple.com>
Reviewed by Dan Bernstein.
Support unprefixed box-shadow property
https://bugs.webkit.org/show_bug.cgi?id=51448
Add box-shadow to getComputedStyle tests, and add new pixel test
for box-shadow. (This test will be updated when the shadow radius is fixed via
bug 22102).
* fast/css/box-shadow.html: Added.
* fast/css/getComputedStyle/computed-style-expected.txt:
* fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
* platform/mac/fast/css/box-shadow-expected.checksum: Added.
* platform/mac/fast/css/box-shadow-expected.png: Added.
* platform/mac/fast/css/box-shadow-expected.txt: Added.
* platform/mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
* svg/css/getComputedStyle-basic-expected.txt:
2010-12-22 Michael Saboff <msaboff@apple.com>
Reviewed by Sam Weinig.
REGRESSION: Can't shadow/overwrite window.constructor
(causes TypeError exception)
https://bugs.webkit.org/show_bug.cgi?id=48953
Changed cross-frame-access-put test results to reflect that setting
the window constructor will be disallowed due to cross frame security
checking.
Added a new test to check that we can change window.constructor.
* fast/dom/Window/window-constructor-settable-expected.txt: Added.
* fast/dom/Window/window-constructor-settable.html: Added.
* http/tests/security/cross-frame-access-put-expected.txt:
2010-12-22 Mihai Parparita <mihaip@chromium.org>
Unreviewed test expectations update. fast/canvas/fillText-shadow.html
fails with Skia in the GPU suite too.
* platform/chromium-gpu/test_expectations.txt:
2010-12-22 Steve Lacey <sjl@chromium.org>
Reviewed by David Levin.
Change css for chromium media controls to deal with the timeline
not expanding when the current time disappears. This happens when
the width of the control drops below 240px.
This change results in a minor pixel difference - the timebar now
aligns better with the time and when the time is not displayed is
now perfectly centered. Disabling the affected tests for now
and will rebaseline.
https://bugs.webkit.org/show_bug.cgi?id=51500
* platform/chromium/test_expectations.txt:
2010-12-22 Mihai Parparita <mihaip@chromium.org>
Unreviewed test expectations update. fast/canvas/fillText-shadow.html
fails with Skia.
* platform/chromium/test_expectations.txt:
2010-12-22 Jessie Berlin <jberlin@apple.com>
Add Windows-specific (failing) expected results for media/audio-data-url.html in order to get
the Windows 7 Release test bot green again. Unreviewed.
https://bugs.webkit.org/show_bug.cgi?id=51518
* platform/win/media/audio-data-url-expected.txt: Added.
2010-12-22 Mihai Parparita <mihaip@chromium.org>
Reviewed by Simon Fraser.
the shadow direction is negated in canvas context shadowOffsetY.
https://bugs.webkit.org/show_bug.cgi?id=25619
Add test to verify that shadowOffsetY is handled correctly.
* fast/canvas/fillText-shadow-expected.txt: Added.
* fast/canvas/fillText-shadow.html: Added.
2010-12-22 Ariya Hidayat <ariya@sencha.com>
Reviewed by Simon Fraser.
Transform applied via CSSMatrix does not take full page zoom into account
https://bugs.webkit.org/show_bug.cgi?id=24808
The bug has been fixed with r74430 and r74451.
These two are just the tests.
* transforms/2d/cssmatrix-2d-zoom-expected.checksum: Added.
* transforms/2d/cssmatrix-2d-zoom-expected.png: Added.
* transforms/2d/cssmatrix-2d-zoom-expected.txt: Added.
* transforms/2d/cssmatrix-2d-zoom.html: Added.
* transforms/3d/general/cssmatrix-3d-zoom-expected.checksum: Added.
* transforms/3d/general/cssmatrix-3d-zoom-expected.png: Added.
* transforms/3d/general/cssmatrix-3d-zoom-expected.txt: Added.
* transforms/3d/general/cssmatrix-3d-zoom.html: Added.
2010-12-22 Jian Li <jianli@chromium.org>
Reviewed by David Levin.
Tests that File.type returns empty string for file with invalid extension.
https://bugs.webkit.org/show_bug.cgi?id=51501
* editing/pasteboard/file-input-files-access-expected.txt:
* editing/pasteboard/resources/file.invalidext: Added.
* editing/pasteboard/script-tests/file-input-files-access.js:
2010-12-22 Steve Lacey <sjl@chromium.org>
Reviewed by David Levin.
[chromium] Rebaseline chromium media/controls-styling layout test and re-enable.
https://bugs.webkit.org/show_bug.cgi?id=51427
* platform/chromium-linux/media/controls-styling-expected.checksum: Added.
* platform/chromium-linux/media/controls-styling-expected.png: Added.
* platform/chromium-mac/media/controls-styling-expected.checksum: Added.
* platform/chromium-mac/media/controls-styling-expected.png: Added.
* platform/chromium-mac/media/controls-styling-expected.txt: Added.
* platform/chromium-win/media/controls-styling-expected.checksum: Added.
* platform/chromium-win/media/controls-styling-expected.png: Added.
* platform/chromium-win/media/controls-styling-expected.txt:
* platform/chromium/test_expectations.txt:
2010-12-22 Shane Stephens <shanestephens@google.com>
Reviewed by David Levin.
[Chromium] SLOW lines in chromium test_expectations.txt for svg tests which are no longer slow.
https://bugs.webkit.org/show_bug.cgi?id=51429
* platform/chromium/test_expectations.txt:
2010-12-22 Kenneth Russell <kbr@google.com>
Reviewed by David Levin.
Update fast/canvas/webgl/gl-uniform-arrays.html to bring in sync with Khronos
https://bugs.webkit.org/show_bug.cgi?id=51489
* fast/canvas/webgl/gl-uniform-arrays-expected.txt:
* fast/canvas/webgl/gl-uniform-arrays.html:
2010-12-22 Zhenyao Mo <zmo@google.com>
Reviewed by Kenneth Russell.
CopyTex{Sub}Image2D check always if the bound fbo's internal color format is compatible
https://bugs.webkit.org/show_bug.cgi?id=51423
* fast/canvas/webgl/tex-input-validation-expected.txt: Add test cases for copying from webgl's internal FBO.
* fast/canvas/webgl/tex-input-validation.html: Ditto.
2010-12-22 Chris Fleizach <cfleizach@apple.com>
Reviewed by Darin Adler.
WAI-ARIA menubar role mapped to AXGroup, should be AXMenuBar
https://bugs.webkit.org/show_bug.cgi?id=51488
* platform/mac/accessibility/aria-menubar-expected.txt: Added.
* platform/mac/accessibility/aria-menubar.html: Added.
2010-12-22 Chris Fleizach <cfleizach@apple.com>
Reviewed by Sam Weining.
AX: WAI-ARIA textbox role needs different AXRole, depending on value of aria-multiline property
https://bugs.webkit.org/show_bug.cgi?id=51481
* platform/mac/accessibility/aria-multiline-expected.txt: Added.
* platform/mac/accessibility/aria-multiline.html: Added.
2010-12-22 Simon Fraser <simon.fraser@apple.com>
Reviewed by Dan Bernstein.
CSS 2.1 failure: counter-increment-013 fails
https://bugs.webkit.org/show_bug.cgi?id=51483
Layout test version of CSS 2.1 counter-increment-013 test.
* fast/css/counters/counter-increment-overflow-expected.txt: Added.
* fast/css/counters/counter-increment-overflow.html: Added.
2010-12-22 Chang Shu <chang.shu@nokia.com>
Unreviewed layout test fix.
Revert changeset 74481: http://trac.webkit.org/changeset/74481,
as it causes regression on layout tests.
* platform/qt/Skipped:
2010-12-22 Tony Gentilcore <tonyg@chromium.org>
Unreviewed build fix.
[chromium] console-websocket-error sometimes times out
https://bugs.webkit.org/show_bug.cgi?id=51482
* platform/chromium/test_expectations.txt:
2010-12-21 Vangelis Kokkevis <vangelis@chromium.org>
Reviewed by Kenneth Russell.
[chromium] Enabling layout tests in platform/chromium/compositing
and adding new layout test to check for crash on empty render surfaces.
https://bugs.webkit.org/show_bug.cgi?id=51432
* platform/chromium-gpu/test_expectations.txt:
* platform/chromium/compositing/empty-render-surface-crasher-expected.txt: Added.
* platform/chromium/compositing/empty-render-surface-crasher.html: Added.
2010-12-22 Krithigassree Sambamurthy <krithigassree.sambamurthy@nokia.com>
Reviewed by Kenneth Rohde Christiansen.
[Qt] LayoutTests/http/tests/appcache/auth.html failed and skipped
https://bugs.webkit.org/show_bug.cgi?id=36688
* platform/qt/Skipped: Unskip auth.html which now passes.
Using Qt4.7.
2010-12-22 Jessie Berlin <jberlin@apple.com>
Add Windows-specific expected results for fast/js/large-expressions.html in order to get
the Windows 7 Release test bot green again. Unreviewed.
https://bugs.webkit.org/show_bug.cgi?id=51469
* platform/win/fast/js/large-expressions-expected.txt: Added.
2010-12-21 Pavel Podivilov <podivilov@chromium.org>
Reviewed by Yury Semikhatsky.
Web Inspector: persist JavaScript breakpoints in frontend settings.
https://bugs.webkit.org/show_bug.cgi?id=48434
* http/tests/inspector/debugger-test2.js:
(initialize_DebuggerTest.InspectorTest.setBreakpoint):
* inspector/debugger-breakpoints-not-activated-on-reload.html:
* inspector/debugger-pause-on-breakpoint.html:
* inspector/report-protocol-errors-expected.txt:
* inspector/report-protocol-errors.html:
2010-12-20 Antti Koivisto <antti@apple.com>
Reviewed by Alexey Proskuryakov.
https://bugs.webkit.org/show_bug.cgi?id=51354
Don't block rendering and script execution on deferred stylesheets
* http/tests/local/link-stylesheet-load-order-expected.txt:
* http/tests/local/link-stylesheet-load-order-preload-expected.txt:
* http/tests/local/resources/check-stylesheet-not-loaded.js: Added.
* http/tests/local/stylesheet-and-script-load-order-media-print-expected.txt: Added.
* http/tests/local/stylesheet-and-script-load-order-media-print.html: Added.
2010-12-22 Sheriff Bot <webkit.review.bot@gmail.com>
Unreviewed, rolling out r74473.
http://trac.webkit.org/changeset/74473
https://bugs.webkit.org/show_bug.cgi?id=51463
broke compilation on leopard intel release (Requested by
podivilov on #webkit).
* http/tests/inspector/debugger-test2.js:
* inspector/debugger-breakpoints-not-activated-on-reload.html:
* inspector/debugger-pause-on-breakpoint.html:
* inspector/report-protocol-errors-expected.txt:
* inspector/report-protocol-errors.html:
2010-12-21 Pavel Podivilov <podivilov@chromium.org>
Reviewed by Yury Semikhatsky.
Web Inspector: persist JavaScript breakpoints in frontend settings.
https://bugs.webkit.org/show_bug.cgi?id=48434
* http/tests/inspector/debugger-test2.js:
(initialize_DebuggerTest.InspectorTest.setBreakpoint):
* inspector/debugger-breakpoints-not-activated-on-reload.html:
* inspector/debugger-pause-on-breakpoint.html:
* inspector/report-protocol-errors-expected.txt:
* inspector/report-protocol-errors.html:
2010-12-22 Andrei Popescu <andreip@google.com>
Unreviewed buildfix.
[v8] trunk/LayoutTests/fast/js/large-expressions.html fails since r74402
https://bugs.webkit.org/show_bug.cgi?id=51391
* platform/chromium-mac/fast/js/large-expressions-expected.txt:
* platform/chromium-win/fast/js/large-expressions-expected.txt:
2010-12-22 Dai Mikurube <dmikurube@google.com>
Reviewed by Kent Tamura.
https://bugs.webkit.org/show_bug.cgi?id=51289
Initial state of checkValidity() and :invalid are incorrect with <select required>
* fast/css/pseudo-valid-007-expected.txt:
* fast/css/pseudo-valid-007.html:
* fast/forms/checkValidity-002-expected.txt:
* fast/forms/checkValidity-002.html:
2010-12-22 Alexander Pavlov <apavlov@chromium.org>
Reviewed by Joseph Pecoraro.
Web Inspector: Styles pane fails to display properties from a broken CSS rule correctly
https://bugs.webkit.org/show_bug.cgi?id=51405
* inspector/styles-new-API-expected.txt:
* inspector/styles-new-API.html:
2010-12-22 Dai Mikurube <dmikurube@google.com>
Reviewed by Kent Tamura.
Assertion failure with <select multiple required>
https://bugs.webkit.org/show_bug.cgi?id=51260
* fast/forms/resources/select-live-pseudo-selectors.js:
* fast/forms/select-live-pseudo-selectors-expected.txt:
2010-12-21 Gavin Barraclough <barraclough@apple.com>
Reviewed by Oliver Hunt.
Bug 26276 - Need a mechanism to determine stack extent
Correctly measuring available stack increases the size of expression we can handle!
* fast/js/large-expressions-expected.txt:
* fast/js/script-tests/large-expressions.js:
2010-12-21 Dan Bernstein <mitz@apple.com>
Reviewed by Sam Weinig.
<rdar://problem/8668230> REGRESSION (r71884): Returning alternate requests from willSendRequest can prevent other requests from ever being sent
https://bugs.webkit.org/show_bug.cgi?id=51413
* platform/mac/security/block-test-expected.txt: Reverted r71884.
2010-12-21 Benjamin Kalman <kalman@chromium.org>
Reviewed by Darin Adler.
Shift-End does not select to the end of the line
https://bugs.webkit.org/show_bug.cgi?id=50610
Add regression test that shift-end selects to the end of the line for both LTR and RTL text.
Rebaseline a test which assumed incorrect behaviour of shift-end not selecting to the end of
the line, but rather moving cursor to the start of the line above.
* editing/selection/extend-selection-home-end-expected.txt: New baseline.
* editing/selection/extend-to-line-boundary-expected.txt: Added.
* editing/selection/extend-to-line-boundary.html: Added.
* platform/win/editing/selection/extend-selection-home-end-expected.txt: New baseline.
2010-12-21 Jan Erik Hanssen <jhanssen@sencha.com>
Reviewed by Simon Fraser.
matrix3d() must take the zoom factor into account
https://bugs.webkit.org/show_bug.cgi?id=51408
* transforms/3d/general/matrix-with-zoom-3d-expected.checksum: Added.
* transforms/3d/general/matrix-with-zoom-3d-expected.png: Added.
* transforms/3d/general/matrix-with-zoom-3d-expected.txt: Added.
* transforms/3d/general/matrix-with-zoom-3d.html: Added.
2010-12-21 Dan Bernstein <mitz@apple.com>
Reviewed by John Sullivan.
<rdar://problem/8725702> REGRESSION(r68854): Broken image icon seen in the Address Book Dashboard widget
* platform/mac/fast/dom/HTMLImageElement/dashboard-src-quirk-expected.txt: Added.
* platform/mac/fast/dom/HTMLImageElement/dashboard-src-quirk.html: Added.
* platform/mac/fast/dom/HTMLImageElement/resources: Added.
* platform/mac/fast/dom/HTMLImageElement/resources/blue_rect.jpg: Added.
2010-12-21 Zhenyao Mo <zmo@google.com>
Reviewed by Kenneth Russell.
WebGLRenderingContext needs to zero textures and renderbuffers
https://bugs.webkit.org/show_bug.cgi?id=49355
* fast/canvas/webgl/uninitialized-test-expected.txt: Added.
* fast/canvas/webgl/uninitialized-test.html: Added.
2010-12-21 Kenneth Russell <kbr@google.com>
Unreviewed test expectations update. Remove the following five
expected text differences from the chromium-gpu test expectations
file, because these tests are now passing in DumpRenderTree (and
Chromium with --in-process-webgl --disable-accelerated-compositing):
canvas/philip/tests/2d.shadow.transform.2.html
canvas/philip/tests/2d.imageData.get.source.outside.html
fast/canvas/canvas-scale-fillRect-shadow.html
fast/canvas/canvas-scale-fillPath-shadow.html
fast/canvas/canvas-scale-strokePath-shadow.html
* platform/chromium-gpu/test_expectations.txt:
2010-12-21 Andy Estes <aestes@apple.com>
Rebaseline test for r74427.
* http/tests/local/formdata/send-form-data-with-sliced-file-expected.txt: Updated.
2010-12-21 Ariya Hidayat <ariya@sencha.com>
Reviewed by Simon Fraser.
https://bugs.webkit.org/show_bug.cgi?id=49774
Need to scale translation values in matrix() by the zoom factor.
* fast/transforms/matrix-with-zoom-expected.checksum: Added.
* fast/transforms/matrix-with-zoom-expected.png: Added.
* fast/transforms/matrix-with-zoom-expected.txt: Added.
* fast/transforms/matrix-with-zoom.html: Added.
2010-12-21 Oliver Hunt <oliver@apple.com>
Reviewed by Gavin Barraclough.
ASSERTION FAILED: base->index() == m_codeBlock->argumentsRegister() while loading taobao.com
https://bugs.webkit.org/show_bug.cgi?id=49006
Add new tests to cover the cases of a parameter named arguments being used.
Also correct a couple of existing (incorrect) tests.
* fast/js/arguments-expected.txt:
* fast/js/script-tests/arguments.js:
(argumentsVarUndefined):
(argumentsConstUndefined):
(shadowedArgumentsLength):
(shadowedArgumentsCallee):
(shadowedArgumentsIndex):
2010-12-21 Jian Li <jianli@chromium.org>
Reviewed by Darin Adler.
Fix bug 51366: REGRESSION (r66452): Form data no longer contains
'Content-Type' header for files with unrecognized extensions
https://bugs.webkit.org/show_bug.cgi?id=51366
* http/tests/local/formdata/form-data-with-unknown-file-extension-expected.txt: Added.
* http/tests/local/formdata/form-data-with-unknown-file-extension.html: Added.
* http/tests/local/resources/file.invalid: Added.
2010-12-21 Tony Gentilcore <tonyg@chromium.org>
Unreviewed build fix.
[chromium] Temporarily blacklist window security tests
https://bugs.webkit.org/show_bug.cgi?id=51445
* platform/chromium/test_expectations.txt:
2010-12-21 Tony Gentilcore <tonyg@chromium.org>
Unreviewed build fix.
[chromium] Marking fast/canvas/shadow-offset-*.html flaky on mac debug
https://bugs.webkit.org/show_bug.cgi?id=51409
* platform/chromium/test_expectations.txt:
2010-12-21 Tony Gentilcore <tonyg@chromium.org>
Unreviewed build fix.
Rebaseline fast/js/large-expressions.html
https://bugs.webkit.org/show_bug.cgi?id=51404
* platform/chromium-mac/fast/js/large-expressions-expected.txt:
* platform/chromium-win/fast/js/large-expressions-expected.txt:
2010-12-21 Sheriff Bot <webkit.review.bot@gmail.com>
Unreviewed, rolling out r74402.
http://trac.webkit.org/changeset/74402
https://bugs.webkit.org/show_bug.cgi?id=51402
This patch broke the Windows 7 Release Layout Tests (Requested
by jessieberlin on #webkit).
* fast/js/large-expressions-expected.txt:
* fast/js/script-tests/large-expressions.js:
2010-12-21 Andrei Popescu <andreip@google.com>
Unreviewed build fix.
Update the test expectations to mark these tests as timing out.
[Chromium] inspector/console-dir-global.html and inspector/debugger-expand-scope.html are timing out on OSX
https://bugs.webkit.org/show_bug.cgi?id=51398
* platform/chromium/test_expectations.txt:
2010-12-21 Andrei Popescu <andreip@google.com>
Unreviewed build fix.
Rebaseline fast/js/large-expressions.html
[v8] trunk/LayoutTests/fast/js/large-expressions.html fails since r74402
https://bugs.webkit.org/show_bug.cgi?id=51391
* platform/chromium-mac/fast/js/large-expressions-expected.txt:
* platform/chromium-win/fast/js/large-expressions-expected.txt:
* platform/chromium/test_expectations.txt:
2010-12-21 Andrei Popescu <andreip@google.com>
Unreviewed build fix.
[v8] trunk/LayoutTests/fast/js/large-expressions-expected.txt fails since r74402
https://bugs.webkit.org/show_bug.cgi?id=51391
Udpate Chromium layout test expectations temporarily while
we look for a fix for the above test.
* platform/chromium/test_expectations.txt:
2010-12-21 Andrei Popescu <andreip@google.com>
Unreviewed build fix.
[Chromium] media/audio-controls-rendering.html and fast/gradients/gradient-after-transparent-border.html need rebaselining
https://bugs.webkit.org/show_bug.cgi?id=51388
* platform/chromium-linux/fast/gradients/gradient-after-transparent-border-expected.checksum: Added.
* platform/chromium-linux/fast/gradients/gradient-after-transparent-border-expected.png: Added.
* platform/chromium-linux/media/audio-controls-rendering-expected.checksum:
* platform/chromium-linux/media/audio-controls-rendering-expected.png:
* platform/chromium-mac/fast/gradients/gradient-after-transparent-border-expected.checksum: Added.
* platform/chromium-mac/fast/gradients/gradient-after-transparent-border-expected.png: Added.
* platform/chromium-win/media/audio-controls-rendering-expected.checksum:
* platform/chromium-win/media/audio-controls-rendering-expected.png:
2010-12-20 Gavin Barraclough <barraclough@apple.com>
Reviewed by Oliver Hunt.
Bug 26276 - Need a mechanism to determine stack extent
Correctly measuring available stack increases the size of expression we can handle!
* fast/js/large-expressions-expected.txt:
* fast/js/script-tests/large-expressions.js:
2010-12-20 Yuzo Fujishima <yuzo@google.com>
Reviewed by Eric Seidel.
Fix for Bug 26183 - [@font-face] font-family descriptor with multiple names should be discarded
https://bugs.webkit.org/show_bug.cgi?id=26183
* fast/css/font-face-font-family-descriptor-expected.txt: Added.
* fast/css/font-face-font-family-descriptor.html: Added.
* platform/win/css2.1/resources/Mac-compatible-font-fallback.css:
(@font-face): Rewrote @font-face rules that specify multiple font families.
2010-12-20 Yuta Kitamura <yutak@chromium.org>
Unreviewed.
Update Chromium test expectation for http/tests/inspector/console-websocket-error.html.
* platform/chromium/test_expectations.txt:
2010-12-20 Yuta Kitamura <yutak@chromium.org>
Unreviewed.
Update test expectations of http/tests/inspector/console-websocket-error.html
on Mac, and add the test to GTK's Skipped list.
* platform/gtk/Skipped:
* platform/mac-leopard/http/tests/inspector/console-websocket-error-expected.txt: Copied from LayoutTests/platform/mac/http/tests/inspector/console-websocket-error-expected.txt.
* platform/mac/http/tests/inspector/console-websocket-error-expected.txt:
2010-12-20 Yuta Kitamura <yutak@chromium.org>
Reviewed by Alexey Proskuryakov.
WebSocket errors should be logged to console
https://bugs.webkit.org/show_bug.cgi?id=40945
* http/tests/inspector/console-websocket-error.html: Added.
* platform/mac/http/tests/inspector/console-websocket-error-expected.txt: Added.
* platform/win/Skipped: Added console-websocket-error.html
because HTTPS server is not supported on Windows yet.
2010-12-20 Sheriff Bot <webkit.review.bot@gmail.com>
Unreviewed, rolling out r74349.
http://trac.webkit.org/changeset/74349
https://bugs.webkit.org/show_bug.cgi?id=51372
We are going to do better than reverting the code. (Requested
by tonikitoo on #webkit).
* fast/repaint/no-caret-repaint-in-non-content-editable-element.html:
2010-12-20 Tony Gentilcore <tonyg@chromium.org>
Unreviewed build fix.
Fix line breaks in fast/gradients/gradient-after-transparent-border expectations
https://bugs.webkit.org/show_bug.cgi?id=51375
* fast/gradients/gradient-after-transparent-border-expected.txt:
2010-12-20 Tony Gentilcore <tonyg@chromium.org>
Unreviewed build fix.
[chromium] Rebaseline inspector/console-dir-global and debugger-expand-scope
https://bugs.webkit.org/show_bug.cgi?id=51373
* platform/chromium-win/inspector/console-dir-global-expected.txt:
* platform/chromium-win/inspector/debugger-expand-scope-expected.txt: Added.
2010-12-17 MORITA Hajime <morrita@google.com>
Reviewed by James Robinson.
https://bugs.webkit.org/show_bug.cgi?id=51240
[Chromium][Skia] Border with a color with alpha != 1 breaks webkit gradient on skia.
* fast/gradients/gradient-after-transparent-border-expected.txt: Added.
* fast/gradients/gradient-after-transparent-border.html: Added.
* platform/chromium-win/fast/gradients/gradient-after-transparent-border-expected.checksum: Added.
* platform/chromium-win/fast/gradients/gradient-after-transparent-border-expected.png: Added.
2010-12-20 Xiaomei Ji <xji@chromium.org>
Reviewed by Dan Bernstein.
Fix move left/right by character hang.
https://bugs.webkit.org/show_bug.cgi?id=51344
* editing/selection/51344-expected.txt: Added.
* editing/selection/51344.html: Added.
2010-12-20 Tony Gentilcore <tonyg@chromium.org>
Unreviewed build fix.
[chromium] Add baseline for table-before-child-add.html
https://bugs.webkit.org/show_bug.cgi?id=51369
* platform/chromium-linux/fast/css-generated-content/table-before-child-add-expected.checksum: Added.
* platform/chromium-linux/fast/css-generated-content/table-before-child-add-expected.png: Added.
* platform/chromium-mac/fast/css-generated-content/table-before-child-add-expected.checksum: Added.
* platform/chromium-mac/fast/css-generated-content/table-before-child-add-expected.png: Added.
* platform/chromium-win/fast/css-generated-content/table-before-child-add-expected.checksum: Added.
* platform/chromium-win/fast/css-generated-content/table-before-child-add-expected.png: Added.
* platform/chromium-win/fast/css-generated-content/table-before-child-add-expected.txt: Added.
2010-12-20 Jian Li <jianli@chromium.org>
Reviewed by David Levin.
Add lastModifiedDate attribute to File interface per File API spec
https://bugs.webkit.org/show_bug.cgi?id=49895
* http/tests/local/fileapi/file-last-modified-expected.txt: Added.
* http/tests/local/fileapi/file-last-modified.html: Added.
* http/tests/local/fileapi/script-tests/file-last-modified.js: Added.
* http/tests/resources/file-last-modified.php: Added.
2010-12-20 Oliver Hunt <oliver@apple.com>
Reviewed by Geoffrey Garen.
|delete name| in strict mode code should be an early error
https://bugs.webkit.org/show_bug.cgi?id=50431
Add a test to ensure that |delete IDENTIFIER| is disallowed, even if
IDENTIFIER resolves to a deletable property.
* fast/js/basic-strict-mode-expected.txt:
* fast/js/script-tests/basic-strict-mode.js:
2010-12-20 Andrei Popescu <andreip@google.com>
Reviewed by Jeremy Orlow.
[Chromium] v8/SerializedScriptValue::readUint32 treats incoming raw values as signed instead of unsigned
https://bugs.webkit.org/show_bug.cgi?id=51338
* fast/dom/Window/window-postmessage-args-expected.txt:
* fast/dom/Window/window-postmessage-args.html:
* platform/chromium-mac/fast/dom/Window/window-postmessage-args-expected.txt:
* platform/chromium-win/fast/dom/Window/window-postmessage-args-expected.txt:
2010-12-20 Beth Dakin <bdakin@apple.com>
Reviewed by Ada Chan.
Test for https://bugs.webkit.org/show_bug.cgi?id=51355 Crash in
RenderMathMLSubSup::layout() because of null base
-and corresponding-
<rdar://problem/8712200>
* mathml/empty-msubsup-crash-expected.txt: Added.
* mathml/empty-msubsup-crash.html: Added.
2010-12-20 Enrica Casucci <enrica@apple.com>
Reviewed by Darin Adler.
Crash at WebCore::SplitElementCommand::SplitElementCommand
https://bugs.webkit.org/show_bug.cgi?id=51278
<rdar://problem/7347139>
* editing/execCommand/outdent-inline-blockquote-expected.txt: Added.
* editing/execCommand/outdent-inline-blockquote.html: Added.
* editing/execCommand/outdent-inline-list-expected.txt: Added.
* editing/execCommand/outdent-inline-list.html: Added.
2010-12-20 Oliver Hunt <oliver@apple.com>
Reviewed by Darin Adler.
Need to support serialisation of cyclic graphs in the internal structured cloning algorithm
https://bugs.webkit.org/show_bug.cgi?id=51353
Update test to cover correct behaviour, and extend to test for actual graph construction.
* fast/dom/Window/window-postmessage-clone-expected.txt:
* fast/dom/Window/window-postmessage-clone.html:
2010-12-20 Abhishek Arya <inferno@chromium.org>
Reviewed by James Robinson.
Tests that beforeChild is added to table correctly.
https://bugs.webkit.org/show_bug.cgi?id=50932
* fast/css-generated-content/table-before-child-add.html: Added.
* platform/mac/fast/css-generated-content/table-before-child-add-expected.txt: Added.
2010-12-20 Cosmin Truta <ctruta@chromium.org>
Reviewed by James Robinson.
Even more rebaselining needed for new-run-webkit-tests update
https://bugs.webkit.org/show_bug.cgi?id=51340
* http/tests/misc/webtiming-ssl-expected.txt:
* storage/indexeddb/cursor-delete-expected.txt:
* storage/indexeddb/cursor-index-delete-expected.txt:
* storage/indexeddb/transaction-crash-on-abort-expected.txt:
2010-12-20 Andrey Kosyakov <caseq@chromium.org>
Unreviewed. Rebased platform-specific test expectations following default expectation change in r74234.
* platform/mac-leopard/inspector/extensions-resources-expected.txt:
2010-12-19 Antonio Gomes <agomes@rim.com>
Reviewed by Xan Lopez.
no-caret-repaint-in-non-content-editable-element.html does not need to disable CaretBrowsing
https://bugs.webkit.org/show_bug.cgi?id=51308
Patch removes the useless statement to disable caret browsing from
no-caret-repaint-in-non-content-editable-element.html.
Caret browsing gets toggled OFF before the execution of each test
on the DRTs that support testing it (GTK+, Qt and Chromium). On Mac or
Windows's DRT, testing this feature is unsupport, so caret
browsing is also disabled by default.
* fast/repaint/no-caret-repaint-in-non-content-editable-element.html:
2010-12-20 Yury Semikhatsky <yurys@chromium.org>
Unreviewed. Removed custom expectation for a passing test.
* platform/chromium/test_expectations.txt:
2010-12-20 Alejandro G. Castro <alex@igalia.com>
Unreviewed, added the proper expected result file.
* platform/gtk/fast/text/emphasis-overlap-expected.txt: Added.
* platform/gtk/fast/text/emphasis-overlap.html: Removed.
2010-12-20 Andrei Popescu <andreip@google.com>
Reviewed by Jeremy Orlow.
IDBTransactionBackedImpl instances can be accidentally deleted during calls to abort/commit.
https://bugs.webkit.org/show_bug.cgi?id=51112
* storage/indexeddb/transaction-crash-on-abort-expected.txt: Added.
* storage/indexeddb/transaction-crash-on-abort.html: Added.
2010-12-20 Andrei Popescu <andreip@google.com>
Reviewed by Jeremy Orlow.
IDBCursor::delete is not implemented.
https://bugs.webkit.org/show_bug.cgi?id=51110
* storage/indexeddb/cursor-delete-expected.txt: Added.
* storage/indexeddb/cursor-delete.html: Added.
* storage/indexeddb/cursor-index-delete-expected.txt: Added.
* storage/indexeddb/cursor-index-delete.html: Added.
2010-12-20 Yury Semikhatsky <yurys@chromium.org>
Unreviewed. Update Chromium test expectations.
* platform/chromium/test_expectations.txt:
2010-12-20 Alejandro G. Castro <alex@igalia.com>
Unreviewed expectation results update. Added also the tests
failing due to the pixman rounding color issue to the same section
of the skipped file: bug 49964.
* platform/gtk/Skipped:
* platform/gtk/fast/repaint/text-emphasis-h-expected.txt: Added.
* platform/gtk/fast/repaint/text-emphasis-v-expected.txt: Added.
* platform/gtk/fast/text/emphasis-overlap.html: Added.
2010-12-20 Xan Lopez <xlopez@igalia.com>
[GTK] editing/selection/extend-by-character-003.html is flakey
https://bugs.webkit.org/show_bug.cgi?id=51325
Skip flakey test.
* platform/gtk/Skipped:
2010-12-20 Yury Semikhatsky <yurys@chromium.org>
Unreviewed. Update Chromium test expectations.
* platform/chromium/test_expectations.txt:
2010-12-20 Csaba Osztrogonác <ossy@webkit.org>
Unreviewed.
[Qt] fast/text/emphasis-overlap.html fails
https://bugs.webkit.org/show_bug.cgi?id=51324
* platform/qt/Skipped: fast/text/emphasis-overlap.html added until fix.
2010-12-20 Csaba Osztrogonác <ossy@webkit.org>
Unreviewed.
[Qt] Add platform specific expected result for new test introduced in r74321.
* platform/qt/fast/parser/xml-colon-entity-expected.txt: Copied from LayoutTests/fast/parser/xml-colon-entity-expected.txt.
2010-12-20 Csaba Osztrogonác <ossy@webkit.org>
Unreviewed.
Add new tests to the Skipped list, because of missing layoutTestController.testRepaint()
* platform/qt/Skipped:
- fast/repaint/text-emphasis-h.html added
- fast/repaint/text-emphasis-v.html added
2010-12-19 Benjamin Kalman <kalman@chromium.org>
Reviewed by Antonio Gomes.
[chromium] editing/selection/extend-selection-home-end.html should have one expected result
https://bugs.webkit.org/show_bug.cgi?id=49873
Change 100px to 5em in editing/selection/extend-selection-home-end.html so that chromium
results are the same as the non-chromium results.
* editing/selection/resources/extend-selection.js: Change 100px to 5em.
* platform/chromium-win/editing/selection/extend-selection-home-end-expected.txt: Removed.
2010-12-19 Helder Correia <helder@sencha.com>
Reviewed by Ariya Hidayat.
[Qt] Blur distance should not be affected by transformations
https://bugs.webkit.org/show_bug.cgi?id=51161
From the spec at http://dev.w3.org/html5/2dcontext/#dom-context-2d-shadowblur:
"The shadowBlur attribute specifies the level of the blurring effect.
(The units do not map to coordinate space units, and are not affected
by the current transformation matrix.)"
Add test to ensure that the blur radius is not affected by the CTM.
* fast/canvas/canvas-scale-shadowBlur-expected.txt: Added.
* fast/canvas/canvas-scale-shadowBlur.html: Added.
* fast/canvas/canvas-scale-strokePath-shadow-expected.txt: Increase
shadowBlur and test tolerance to ease testing and support the
different blurring algorithms.
* fast/canvas/script-tests/canvas-scale-shadowBlur.js: Added.
* fast/canvas/script-tests/canvas-scale-strokePath-shadow.js:
2010-12-19 Dan Bernstein <mitz@apple.com>
Reviewed by Cameron Zwarich.
Text emphasis marks are not repainted correctly in flipped writing modes
https://bugs.webkit.org/show_bug.cgi?id=51307
* fast/repaint/text-emphasis-h-expected.checksum: Added.
* fast/repaint/text-emphasis-h-expected.png: Added.
* fast/repaint/text-emphasis-h-expected.txt: Added.
* fast/repaint/text-emphasis-h.html: Added.
* fast/repaint/text-emphasis-v-expected.checksum: Added.
* fast/repaint/text-emphasis-v-expected.png: Added.
* fast/repaint/text-emphasis-v-expected.txt: Added.
* fast/repaint/text-emphasis-v.html: Added.
2010-12-18 Tom Sepez <tsepez@chromium.org>
Reviewed by David Levin.
https://bugs.webkit.org/show_bug.cgi?id=51055
Fix a null de-reference when an XML file contains a malformed entity
of the form "&:;".
* fast/parser/resources/xml-colon-entity.xml: Added.
* fast/parser/xml-colon-entity-expected.txt: Added.
* fast/parser/xml-colon-entity.html: Added.
2010-12-18 Dan Bernstein <mitz@apple.com>
Reviewed by Cameron Zwarich.
Text emphasis marks are not always included in the selection highlight
https://bugs.webkit.org/show_bug.cgi?id=51299
* platform/mac/fast/text/emphasis-expected.checksum:
* platform/mac/fast/text/emphasis-expected.png:
2010-12-18 Dan Bernstein <mitz@apple.com>
Reviewed by Cameron Zwarich.
In flipped writing modes, opposite text emphasis marks from adjacent lines overlap
https://bugs.webkit.org/show_bug.cgi?id=51298
* fast/text/emphasis-overlap-expected.checksum: Added.
* fast/text/emphasis-overlap-expected.png: Added.
* fast/text/emphasis-overlap-expected.txt: Added.
* fast/text/emphasis-overlap.html: Added.
2010-12-18 Helder Correia <helder@sencha.com> and Martin Robinson <mrobinson@igalia.com>
Reviewed by Ariya Hidayat.
[Qt] Canvas shadow offset should not be affected by any transformation
https://bugs.webkit.org/show_bug.cgi?id=50422
On a canvas context, shadows are currently affected by all
transformations except scaling. According to the spec:
http://www.whatwg.org/specs/web-apps/current-work/multipage/the-canvas-element.html#shadows
"The shadowOffsetX and shadowOffsetY attributes specify the distance
that the shadow will be offset in the positive horizontal and positive
vertical distance respectively. Their values are in coordinate space
units. They are not affected by the current transformation matrix."
NOTE: this applies only to canvas, not to box shadows.
Add new test to ensure that shadows are correctly transformed keeping
the relative offset to the shape.
* fast/canvas/canvas-scale-strokePath-shadow-expected.txt: See strokePath below.
* fast/canvas/canvas-transforms-fillRect-shadow-expected.txt: Added.
* fast/canvas/canvas-transforms-fillRect-shadow.html: Added.
* fast/canvas/script-tests/canvas-scale-fillPath-shadow.js:
* fast/canvas/script-tests/canvas-scale-fillRect-shadow.js:
* fast/canvas/script-tests/canvas-scale-strokePath-shadow.js: Now using
a lineWidth > 1 to make it easier to test and more fair among all
ports, since there can be different transformation smoothness or
aliasing settings.
* fast/canvas/script-tests/canvas-transforms-fillRect-shadow.js: Added.
* platform/gtk/Skipped: GTK port needs to implement this feature.
* platform/gtk/fast/canvas/canvas-scale-fillPath-shadow-expected.txt: Removed.
* platform/gtk/fast/canvas/canvas-scale-fillRect-shadow-expected.txt: Removed.
* platform/gtk/fast/canvas/canvas-scale-strokePath-shadow-expected.txt: Removed.
2010-12-18 Tony Gentilcore <tonyg@chromium.org>
Reviewed by Laszlo Gombos.
[Web Timing] Rename domContentLoaded{Start,End}->domContentLoadedEvent{Start,End}
https://bugs.webkit.org/show_bug.cgi?id=50943
* fast/dom/Window/window-properties-performance-expected.txt:
* fast/dom/script-tests/webtiming.js:
(checkTimingBeforeLoad):
(checkTimingWhileDeferred):
(checkWebTimingOnDOMContentLoaded):
(checkWebTimingWhileAsync):
(checkWebTimingOnLoad):
(checkWebTimingAfterLoad):
* fast/dom/webtiming-document-open-expected.txt:
* fast/dom/webtiming-expected.txt:
* fast/dom/webtiming-navigate-within-document-expected.txt:
2010-12-17 Tony Gentilcore <tonyg@chromium.org>
Unreviewed.
[chromium] Mark fast/text/emphasis* failing
https://bugs.webkit.org/show_bug.cgi?id=51288
They have square characters that appear broken.
* platform/chromium/test_expectations.txt:
2010-12-17 Tony Gentilcore <tonyg@chromium.org>
Unreviewed fix.
Fix JS syntax to avoid V8 error message
https://bugs.webkit.org/show_bug.cgi?id=51287
* transitions/interrupted-accelerated-transition.html:
2010-12-17 Michael Saboff <msaboff@apple.com>
Reviewed by Oliver Hunt.
RegExp Jit'ed expression crashes clicking link on yelp.com
https://bugs.webkit.org/show_bug.cgi?id=51284
New tests to validate changes made in regex JIT.
* fast/regex/parentheses-expected.txt:
* fast/regex/script-tests/parentheses.js:
2010-12-17 Jessie Berlin <jberlin@apple.com>
Add expected results for Windows XP to get the bot green for
http://trac.webkit.org/changeset/74281.
Unreviewed.
* platform/win-xp/fast/text/emphasis-expected.txt: Added.
* platform/win-xp/fast/text/emphasis-vertical-expected.txt: Added.
2010-12-17 Oliver Hunt <oliver@apple.com>
Reviewed by Gavin Barraclough.
Incorrect encoding of some constants in ARMv7 JIT
https://bugs.webkit.org/show_bug.cgi?id=51273
Add a few tests for different byte patterns in immediates.
* fast/js/constant-encoding-expected.txt: Added.
* fast/js/constant-encoding.html: Added.
* fast/js/script-tests/constant-encoding.js: Added.
2010-12-17 Jessie Berlin <jberlin@apple.com>
Rubber-stamped by Dan Bernstein.
Add Windows-specific expected results for the the tests added in
http://trac.webkit.org/changeset/74281.
* platform/win/fast/text/emphasis-expected.checksum: Added.
* platform/win/fast/text/emphasis-expected.png: Added.
* platform/win/fast/text/emphasis-expected.txt: Added.
* platform/win/fast/text/emphasis-vertical-expected.checksum: Added.
* platform/win/fast/text/emphasis-vertical-expected.png: Added.
* platform/win/fast/text/emphasis-vertical-expected.txt: Added.
2010-12-17 Simon Fraser <simon.fraser@apple.com>
Change this test to use the pause API by testing the individual properties,
rather than the compound property.
* transitions/mask-transitions-expected.txt: Removed.
* transitions/mask-transitions.html:
2010-12-17 Simon Fraser <simon.fraser@apple.com>
Reviewed by Chris Marrin.
Interrupted accelerated animation can break later transitions
https://bugs.webkit.org/show_bug.cgi?id=51264
Testcase that starts an accelerated transition, then navigates to a new
page that tries to run an opacity transition.
* transitions/interrupted-accelerated-transition-expected.txt: Added.
* transitions/interrupted-accelerated-transition.html: Added.
* transitions/resources/interrupted-accelerated-transition-final.html: Added.
2010-12-17 Dan Bernstein <mitz@apple.com>
Reviewed by Dave Hyatt.
<rdar://problem/7720300> Support the CSS3 text-emphasis property
https://bugs.webkit.org/show_bug.cgi?id=48539
* fast/text/emphasis-vertical.html: Added.
* fast/text/emphasis.html: Added.
* platform/mac/fast/text/emphasis-expected.checksum: Added.
* platform/mac/fast/text/emphasis-expected.png: Added.
* platform/mac/fast/text/emphasis-expected.txt: Added.
* platform/mac/fast/text/emphasis-vertical-expected.checksum: Added.
* platform/mac/fast/text/emphasis-vertical-expected.png: Added.
* platform/mac/fast/text/emphasis-vertical-expected.txt: Added.
2010-12-17 Antonio Gomes <agomes@rim.com>
Unreviewed fix for Windows bots.
r74270 removed the windows specific result for extend-selection-home-end.html
since it was matching the cross platform expectation result. However, when there is
not win specific test result but there is a mac one for the same test, the later
is picked before the cross platform one.
* platform/win/editing/selection/extend-selection-home-end-expected.txt: Added.
2010-12-17 Ryosuke Niwa <rniwa@webkit.org>
Reviewed by Antonio Gomes.
editing/execCommand/toggle-compound-styles-expected should use LayoutTestController::setEditingBehavior
https://bugs.webkit.org/show_bug.cgi?id=51261
Modified the test to run each test case using each editing behavior, eliminating the need for
platform-specific expected results.
* editing/execCommand/script-tests/toggle-compound-styles.js:
(testSingleToggle):
* platform/gtk/editing/execCommand/toggle-compound-styles-expected.txt: Removed.
* platform/mac/editing/execCommand/toggle-compound-styles-expected.txt: Removed.
* platform/qt/editing/execCommand/toggle-compound-styles-expected.txt: Removed.
* platform/win/editing/execCommand/toggle-compound-styles-expected.txt: Removed.
2010-12-17 Antonio Gomes <agomes@rim.com>
Unreviewed expectation result update.
editing/execCommand/toggle-compound-styles.html needs new expected results after r74269.
Default editing behavior of GTK+ DRT was changed from Mac to Unix, and this test is wrongly
going through platform specific editing behavior code path without making calls to
LayoutTestController::setEditingBehavior. Filed bug 51261 for the proper fix.
* platform/gtk/editing/execCommand/toggle-compound-styles-expected.txt:
2010-12-05 Antonio Gomes <agomes@rim.com>
Reviewed by Ariya Hidayat.
[Qt] Fix caret browsing navigation mode
https://bugs.webkit.org/show_bug.cgi?id=50536
/platform/gtk/editing/selection/caret-mode-paragraph-keys-navigation.html
is one of the few tests actually tests the caret browsing feature.
Patch makes the test not Gtk+ specific, and Qt now passes on it.
* editing/selection/caret-mode-paragraph-keys-navigation-expected.txt: Renamed from LayoutTests/platform/gtk/editing/selection/caret-mode-paragraph-keys-navigation-expected.txt.
* editing/selection/caret-mode-paragraph-keys-navigation.html: Renamed from LayoutTests/platform/gtk/editing/selection/caret-mode-paragraph-keys-navigation.html.
* fast/events/multiline-link-arrow-navigation.html:
2010-12-16 Antonio Gomes <agomes@rim.com>
Reviewed by Martin Robinson.
Settings::editingBehaviorType() incorrectly returns mac for the gtk build when running tests
https://bugs.webkit.org/show_bug.cgi?id=51163
Removed platform specific expected result files for gtk and windows
for editing/selection/extend-selection-home-end.html, since they all match
the cross platform result file.
Note: chromium-win and mac still have their own expected file each.
* platform/gtk/editing/selection/extend-selection-home-end-expected.txt: Removed.
* platform/win/editing/selection/extend-selection-home-end-expected.txt: Removed.
2010-12-17 Yury Semikhatsky <yurys@chromium.org>
Unreviewed. Remove custom expectations for fast/js/regexp-ranges-and-escaped-hyphens.html
* platform/chromium/test_expectations.txt:
2010-12-17 Hans Wennborg <hans@chromium.org>
Reviewed by Jeremy Orlow.
IndexedDB: Support Date objects as keys.
https://bugs.webkit.org/show_bug.cgi?id=51193
Update layout tests to check that having Date objects as keys work.
* storage/indexeddb/objectstore-basics-expected.txt:
* storage/indexeddb/objectstore-basics.html:
2010-12-17 Sergio Villar Senin <svillar@igalia.com>
Unreviewed, tests were skipped due to a bug in libsoup
https://bugzilla.gnome.org/show_bug.cgi?id=631679. Now that it was
fixed we can safely unskip them again.
[GTK] Failing http/tests/xmlhttprequest tests
https://bugs.webkit.org/show_bug.cgi?id=30582
* platform/gtk/Skipped:
2010-12-17 Kent Tamura <tkent@chromium.org>
Unreviewed, test expectation update.
* platform/chromium/test_expectations.txt: Collect and correct failures about vertical writing.
2010-12-17 Csaba Osztrogonác <ossy@webkit.org>
Unreviewed.
[Qt] Web Timing related bugs
https://bugs.webkit.org/show_bug.cgi?id=51245
* platform/qt/Skipped: http/tests/misc/webtiming-ssl.php added until fix.
2010-12-17 Yury Semikhatsky <yurys@chromium.org>
Unreviewed. Update Chromium test expectations.
* platform/chromium/test_expectations.txt:
2010-12-17 Sergio Villar Senin <svillar@igalia.com>
Unreviewed, skipping a failing test in the bots.
[GTK] fast/dom/global-constructors.html failing on bots
https://bugs.webkit.org/show_bug.cgi?id=51242
* platform/gtk/Skipped:
2010-12-17 Yury Semikhatsky <yurys@chromium.org>
Unreviewed. Fix typo in Chromium test expectations.
* platform/chromium/test_expectations.txt:
2010-12-17 James Simonsen <simonjam@chromium.org>
Reviewed by Darin Fisher.
[Web Timing] Add sslHandshakeStart to interface
https://bugs.webkit.org/show_bug.cgi?id=50400
* fast/dom/Window/window-properties-performance-expected.txt: Added sslHandshakeStart.
* fast/dom/script-tests/webtiming.js: Ditto.
(checkTimingBeforeLoad):
(checkTimingWhileDeferred):
(checkWebTimingOnDOMContentLoaded):
(checkWebTimingWhileAsync):
(checkWebTimingOnLoad):
(checkWebTimingAfterLoad):
* fast/dom/webtiming-document-open-expected.txt: Ditto.
* fast/dom/webtiming-expected.txt: Ditto.
* fast/dom/webtiming-navigate-within-document-expected.txt: Ditto.
* http/tests/misc/resources/webtiming-ssl.html: Added.
* http/tests/misc/webtiming-ssl-expected.txt: Added.
* http/tests/misc/webtiming-ssl.php: Added.
* platform/gtk/Skipped: WebTiming disabled here.
* platform/mac/Skipped: Ditto.
* platform/win/Skipped: Ditto.
2010-12-17 James Simonsen <simonjam@chromium.org>
Reviewed by Darin Fisher.
[Web Timing] Navigation type enums should begin with TYPE_
https://bugs.webkit.org/show_bug.cgi?id=51200
* fast/dom/Window/window-properties-performance-expected.txt: Added TYPE_ to navigation types and added TYPE_RESERVED.
2010-12-17 Andrey Kosyakov <caseq@chromium.org>
Unreviewed test fix: removed real user agent from test expectations.
* http/tests/inspector/extensions-headers-expected.txt:
* http/tests/inspector/extensions-headers.html:
2010-12-17 Andrey Kosyakov <caseq@chromium.org>
Unreviewed. Clean up extra headers set in test to avoid side effects on other tests.
* http/tests/inspector/extensions-headers-expected.txt:
* http/tests/inspector/extensions-headers.html:
2010-12-17 Eric Seidel <eric@webkit.org>
Unreviewed, rolling out r74229.
http://trac.webkit.org/changeset/74229
https://bugs.webkit.org/show_bug.cgi?id=50536
Broken on Snow Leopard and possibly other platforms
* platform/gtk/editing/selection/caret-mode-paragraph-keys-navigation-expected.txt: Renamed from LayoutTests/editing/selection/caret-mode-paragraph-keys-navigation-expected.txt.
* platform/gtk/editing/selection/caret-mode-paragraph-keys-navigation.html: Renamed from LayoutTests/editing/selection/caret-mode-paragraph-keys-navigation.html.
* platform/mac/Skipped:
* platform/win/Skipped:
2010-12-15 Andrey Kosyakov <caseq@chromium.org>
Reviewed by Pavel Feldman.
Web Inspector: [Extension API] add support for adding/overriding HTTP request headers
Moved extensions test frameworks under http/tests/inspector, so HTTP tests may reuse it.
https://bugs.webkit.org/show_bug.cgi?id=50493
* http/tests/inspector/extensions-headers-expected.txt: Added.
* http/tests/inspector/extensions-headers.html: Added.
* http/tests/inspector/extensions-test.js: Renamed from LayoutTests/inspector/extensions-test.js.
(log):
(extensionFunctions):
(initialize_ExtensionsTest.InspectorTest.dispatchOnMessage):
(initialize_ExtensionsTest.InspectorTest.runExtensionTests):
(initialize_ExtensionsTest.extensionOutput):
(initialize_ExtensionsTest.dumpSidebarContent):
(initialize_ExtensionsTest.reloadPage):
(test):
* http/tests/inspector/resources/echo-headers.php: Added.
* http/tests/inspector/resources/extension-main.html: Renamed from LayoutTests/inspector/resources/extension-main.html.
* http/tests/inspector/resources/extension-main.js: Renamed from LayoutTests/inspector/resources/extension-main.js.
(fetchTests.callback):
(fetchTests):
(runTests):
(onTestsDone):
(dispatchOnFrontend.callbackWrapper):
(dispatchOnFrontend):
(callbackAndNextTest.callbackWrapper):
(callbackAndNextTest):
* http/tests/inspector/resources/extension-panel.html: Renamed from LayoutTests/inspector/resources/extension-panel.html.
* http/tests/inspector/resources/extension-sidebar.html: Renamed from LayoutTests/inspector/resources/extension-sidebar.html.
* inspector/extensions-api-expected.txt:
* inspector/extensions-api.html:
* inspector/extensions-audits-api.html:
* inspector/extensions-audits.html:
* inspector/extensions-eval.html:
* inspector/extensions-events.html:
* inspector/extensions-resources-expected.txt:
* inspector/extensions-resources.html:
* inspector/extensions.html:
* platform/chromium/test_expectations.txt:
2010-12-16 Kent Tamura <tkent@chromium.org>
Unreviewed, test expectation update.
Update Chromium-Linux results changed by r74232.
https://bugs.webkit.org/show_bug.cgi?id=50365
* platform/chromium-linux/fast/blockflow/japanese-rl-text-with-broken-font-expected.checksum:
* platform/chromium-linux/fast/blockflow/japanese-rl-text-with-broken-font-expected.png:
* platform/chromium-linux/fast/blockflow/japanese-ruby-vertical-lr-expected.checksum:
* platform/chromium-linux/fast/blockflow/japanese-ruby-vertical-lr-expected.png:
* platform/chromium-linux/fast/blockflow/japanese-ruby-vertical-rl-expected.checksum:
* platform/chromium-linux/fast/blockflow/japanese-ruby-vertical-rl-expected.png:
* platform/chromium-linux/fast/blockflow/vertical-align-table-baseline-expected.checksum:
* platform/chromium-linux/fast/blockflow/vertical-align-table-baseline-expected.png:
* platform/chromium-linux/fast/blockflow/vertical-baseline-alignment-expected.checksum:
* platform/chromium-linux/fast/blockflow/vertical-baseline-alignment-expected.png:
2010-12-16 Kent Tamura <tkent@chromium.org>
Unreviewed, test expectation update.
* platform/chromium/test_expectations.txt: Remove SLOW for fail-on-update-2.html.
2010-12-16 Benjamin Kalman <kalman@chromium.org>
Reviewed by Ojan Vafai.
Update BUG comment in test expectations files
https://bugs.webkit.org/show_bug.cgi?id=51216
Change the BUG[0-9]+ description to BUG(CR|WK|V8_)[0-9]+ where necessary.
* platform/chromium/test_expectations.txt:
* platform/mac/test_expectations.txt:
* platform/qt/test_expectations.txt:
2010-12-05 Antonio Gomes <agomes@rim.com>
Reviewed by Ariya Hidayat.
[Qt] Fix caret browsing navigation mode
https://bugs.webkit.org/show_bug.cgi?id=50536
/platform/gtk/editing/selection/caret-mode-paragraph-keys-navigation.html
is one of the few tests actually tests the caret browsing feature.
Patch makes the test not Gtk+ specific, and Qt now passes on it.
* editing/selection/caret-mode-paragraph-keys-navigation-expected.txt: Renamed from LayoutTests/platform/gtk/editing/selection/caret-mode-paragraph-keys-navigation-expected.txt.
* editing/selection/caret-mode-paragraph-keys-navigation.html: Renamed from LayoutTests/platform/gtk/editing/selection/caret-mode-paragraph-keys-navigation.html.
* fast/events/multiline-link-arrow-navigation.html:
2010-12-16 Yong Li <yoli@rim.com>
Reviewed by Alexey Proskuryakov.
https://bugs.webkit.org/show_bug.cgi?id=51199
Add decoding tests for UTF-16 LE/BE and their variants.
Also, check the full decoded text but not only the first one.
* fast/encoding/char-decoding.html:
* fast/encoding/char-decoding-expected.txt:
* fast/encoding/resources/char-decoding-utils.js:
2010-12-16 Jian Li <jianli@chromium.org>
Unreviewed. Updated chromium test expectations to mark
http/tests/appcache/fail-on-update-2.html as flaky with TIMEOUT.
* platform/chromium/test_expectations.txt:
2010-12-16 Xan Lopez <xlopez@igalia.com>
[GTK] fast/dom/gc-11.html fails in 64bit debug bot
https://bugs.webkit.org/show_bug.cgi?id=51213
* platform/gtk/Skipped:
2010-12-16 Ryosuke Niwa <rniwa@webkit.org>
Reviewed by Darin Adler.
execCommand('JustifyCenter') adds extra BR
https://bugs.webkit.org/show_bug.cgi?id=51082
Added a test to ensure WebKit executes Justify* properly. In particular,
this test ensures WebKit does not erroneously add a BR at the end of each block.
* editing/execCommand/justify-expected.txt: Added.
* editing/execCommand/justify.html: Added.
2010-12-16 Jian Li <jianli@chromium.org>
Unreviewed. Updated chromium test expectations.
* platform/chromium/test_expectations.txt:
2010-12-16 Mihai Parparita <mihaip@chromium.org>
Unreviewed. Remove Chromium platform/chromium/accessibility
expectations, that directory doesn't exist anymore as of r74039.
* platform/chromium/test_expectations.txt:
2010-12-16 Cosmin Truta <ctruta@chromium.org>
Reviewed by Adam Roben.
More rebaselining needed for new-run-webkit-tests update
https://bugs.webkit.org/show_bug.cgi?id=51147
Some cases were missed while rebaselining in bug 51018.
* platform/chromium-mac/editing/execCommand/outdent-blockquote-test2-expected.txt:
* platform/chromium-mac/editing/pasteboard/copy-standalone-image-expected.txt:
* platform/chromium-mac/http/tests/misc/authentication-sent-to-redirect-expected.txt:
* platform/chromium-mac/http/tests/security/cross-frame-access-get-override-expected.txt:
* platform/chromium-mac/svg/custom/use-invalid-style-expected.txt:
* platform/chromium-win/http/tests/misc/authentication-sent-to-redirect-expected.txt:
* platform/chromium-win/platform/win/plugins/get-value-netscape-window-expected.txt:
* platform/chromium/plugins/document-open-expected.txt: Added.
* plugins/document-open-expected.txt: Rolled out change from r74097.
2010-12-16 Ryosuke Niwa <rniwa@webkit.org>
Reviewed by Darin Adler.
execCommand('styleWithCSS') is ignored when selection isn't inside a contenteditable area
https://bugs.webkit.org/show_bug.cgi?id=51164
Added a test to ensure WebKit accepts StyleWithCSS command even if the current selection
isn't inside a contenteditable region.
* editing/style/stylewithcss-without-selection-expected.txt: Added.
* editing/style/stylewithcss-without-selection.html: Added.
2010-12-16 Andrew Scherkus <scherkus@chromium.org>
Unreviewed. Updating Chromium media test expectations.
* platform/chromium-mac/media/audio-constructor-expected.txt: Removed.
* platform/chromium-mac/media/audio-constructor-preload-expected.txt: Removed.
* platform/chromium-mac/media/audio-constructor-src-expected.txt: Removed.
* platform/chromium-mac/media/media-load-event-expected.txt: Removed.
* platform/chromium-win/media/audio-constructor-expected.txt: Removed.
* platform/chromium-win/media/audio-constructor-preload-expected.txt: Removed.
* platform/chromium-win/media/audio-constructor-src-expected.txt: Removed.
* platform/chromium-win/media/media-load-event-expected.txt: Removed.
* platform/chromium/test_expectations.txt:
2010-12-16 Yury Semikhatsky <yurys@chromium.org>
Unreviewed. Update Chromium test expectations for svg/repaint/filter-repaint.svg
* platform/chromium-mac/svg/repaint/filter-repaint-expected.checksum: Added.
* platform/chromium-mac/svg/repaint/filter-repaint-expected.png: Added.
2010-12-16 Sheriff Bot <webkit.review.bot@gmail.com>
Unreviewed, rolling out r74162.
http://trac.webkit.org/changeset/74162
https://bugs.webkit.org/show_bug.cgi?id=51185
More breakage in GTK+ (Requested by xan_ on #webkit).
* fast/encoding/char-decoding-expected.txt:
* fast/encoding/char-decoding.html:
* fast/encoding/resources/char-decoding-utils.js:
(decode):
2010-12-16 Alexander Pavlov <apavlov@chromium.org>
Reviewed by Pavel Feldman.
Web Inspector: Up/Down/PageUp/PageDown on a CSS property numeric value commit the value editor
https://bugs.webkit.org/show_bug.cgi?id=51114
* inspector/styles-add-blank-property-expected.txt:
* inspector/styles-add-blank-property.html:
2010-12-16 Yury Semikhatsky <yurys@chromium.org>
Unreviewed. Update Chromium test expectations.
* platform/chromium/test_expectations.txt:
2010-12-16 Yury Semikhatsky <yurys@chromium.org>
Unreviewed. Update Chromium test expectations.
* platform/chromium-linux/svg/W3C-SVG-1.1/filters-composite-02-b-expected.checksum:
* platform/chromium-linux/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png:
* platform/chromium-linux/svg/filters/feComposite-expected.checksum:
* platform/chromium-linux/svg/filters/feComposite-expected.png:
* platform/chromium-mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.checksum: Added.
* platform/chromium-mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png: Added.
* platform/chromium-mac/svg/filters/feComposite-expected.checksum: Added.
* platform/chromium-mac/svg/filters/feComposite-expected.png: Added.
* platform/chromium-win/svg/W3C-SVG-1.1/filters-composite-02-b-expected.checksum:
* platform/chromium-win/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png:
* platform/chromium-win/svg/filters/feComposite-expected.checksum:
* platform/chromium-win/svg/filters/feComposite-expected.png:
* platform/chromium/test_expectations.txt:
2010-12-16 Yury Semikhatsky <yurys@chromium.org>
Unreviewed. Update Chromium test expectations to match changes made in r74177.
* platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr-expected.checksum:
* platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr-expected.png:
* platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-expected.checksum:
* platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-expected.png:
* platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-expected.checksum:
* platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-expected.png:
* platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-expected.checksum:
* platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-expected.png:
* platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-expected.checksum:
* platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-expected.png:
* platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-expected.checksum:
* platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-expected.png:
* platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-expected.checksum:
* platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-expected.png:
* platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-expected.checksum:
* platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-expected.png:
* platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-expected.checksum:
* platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-expected.png:
* platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-expected.checksum:
* platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-expected.png:
* platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-expected.checksum:
* platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-expected.png:
* platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-expected.checksum:
* platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-expected.png:
* platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr-expected.checksum:
* platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr-expected.png:
* platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-expected.checksum:
* platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-expected.png:
* platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-expected.checksum:
* platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-expected.png:
* platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-expected.checksum:
* platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-expected.png:
* platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-expected.checksum:
* platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-expected.png:
* platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-expected.checksum:
* platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-expected.png:
* platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-expected.checksum:
* platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-expected.png:
* platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-expected.checksum:
* platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-expected.png:
* platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-expected.checksum:
* platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-expected.png:
* platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-expected.checksum:
* platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-expected.png:
* platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-expected.checksum:
* platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-expected.png:
* platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-expected.checksum:
* platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-expected.png:
* platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr-expected.checksum:
* platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr-expected.png:
* platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-expected.checksum:
* platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-expected.png:
* platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-expected.checksum:
* platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-expected.png:
* platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-expected.checksum:
* platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-expected.png:
* platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-expected.checksum:
* platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-expected.png:
* platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-expected.checksum:
* platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-expected.png:
* platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-expected.checksum:
* platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-expected.png:
* platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-expected.checksum:
* platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-expected.png:
* platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-expected.checksum:
* platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-expected.png:
* platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-expected.checksum:
* platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-expected.png:
* platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-expected.checksum:
* platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-expected.png:
* platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-expected.checksum:
* platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-expected.png:
2010-12-16 Zoltan Herczeg <zherczeg@webkit.org>
Reviewed by Dirk Schulze.
Improve feArithmeticFilter
https://bugs.webkit.org/show_bug.cgi?id=51105
No visible changes.
* platform/mac-leopard/svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr-expected.checksum:
* platform/mac-leopard/svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr-expected.png:
* platform/mac-leopard/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-expected.checksum:
* platform/mac-leopard/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-expected.png:
* platform/mac-leopard/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-expected.checksum:
* platform/mac-leopard/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-expected.png:
* platform/mac-leopard/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-expected.checksum:
* platform/mac-leopard/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-expected.png:
* platform/mac-leopard/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-expected.checksum:
* platform/mac-leopard/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-expected.png:
* platform/mac-leopard/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-expected.checksum:
* platform/mac-leopard/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-expected.png:
* platform/mac-leopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-expected.checksum:
* platform/mac-leopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-expected.png:
* platform/mac-leopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-expected.checksum:
* platform/mac-leopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-expected.png:
* platform/mac-leopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-expected.checksum:
* platform/mac-leopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-expected.png:
* platform/mac-leopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-expected.checksum:
* platform/mac-leopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-expected.png:
* platform/mac-leopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-expected.checksum:
* platform/mac-leopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-expected.png:
* platform/mac-leopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-expected.checksum:
* platform/mac-leopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-expected.png:
2010-12-15 Yury Semikhatsky <yurys@chromium.org>
Unreviewed. Update Chromium test expectations.
* platform/chromium-gpu/test_expectations.txt:
* platform/chromium/test_expectations.txt:
2010-12-15 Brian Weinstein <bweinstein@apple.com>
Rebaseline Windows XP results after r73993. Windows 7 results were landed in r73998, but some XP
rebaselines were needed as well.
* platform/win-xp/fast/text/international/bidi-control-chars-treated-as-ZWS-expected.txt: Added.
* platform/win-xp/fast/text/international/bold-bengali-expected.txt:
* platform/win-xp/fast/text/international/complex-character-based-fallback-expected.txt:
* platform/win-xp/transforms/2d/hindi-rotated-expected.txt:
2010-12-15 Yong Li <yoli@rim.com>
Reviewed by Darin Adler.
https://bugs.webkit.org/show_bug.cgi?id=51035
Add tests for UTF-16 BE/LE and their variants.
Also, check the full decoded text but not only the first one.
* fast/encoding/char-decoding.html:
* fast/encoding/char-decoding-expected.txt:
* fast/encoding/resources/char-decoding-utils.js:
2010-12-15 Mihai Parparita <mihaip@chromium.org>
Reviewed by Eric Seidel.
fast/parser/remove-block-in-residual-style.html does not need pixel output
https://bugs.webkit.org/show_bug.cgi?id=51120
fast/parser/remove-block-in-residual-style.html just checks that we
don't crash, it doesn't need pixel output.
(noticed while doing Snow Leopard rebaselines)
* fast/parser/remove-block-in-residual-style-expected.txt: Added.
* fast/parser/remove-block-in-residual-style.html:
* platform/chromium-linux/fast/parser/remove-block-in-residual-style-expected.checksum: Removed.
* platform/chromium-linux/fast/parser/remove-block-in-residual-style-expected.png: Removed.
* platform/chromium-mac/fast/parser/remove-block-in-residual-style-expected.checksum: Removed.
* platform/chromium-mac/fast/parser/remove-block-in-residual-style-expected.png: Removed.
* platform/chromium-win/fast/parser/remove-block-in-residual-style-expected.checksum: Removed.
* platform/chromium-win/fast/parser/remove-block-in-residual-style-expected.png: Removed.
* platform/chromium-win/fast/parser/remove-block-in-residual-style-expected.txt: Removed.
* platform/gtk/Skipped:
* platform/mac/fast/parser/remove-block-in-residual-style-expected.checksum: Removed.
* platform/mac/fast/parser/remove-block-in-residual-style-expected.png: Removed.
* platform/mac/fast/parser/remove-block-in-residual-style-expected.txt: Removed.
* platform/qt/Skipped:
* platform/qt/fast/parser/remove-block-in-residual-style-expected.txt: Removed.
2010-12-15 Simon Fraser <simon.fraser@apple.com>
Reviewed by Chris Marrin.
Percentage Z values in 3d transform functions and transform-origin should cause the property to be invalid
https://bugs.webkit.org/show_bug.cgi?id=51070
Testcase for various 3d transform values.
* transforms/2d/resources/transform-test-utils.js:
(compareMatrices): Use early return, enhance to deal with matrix3d(),
and avoid evaluating the regular expressions twice.
* transforms/3d/general/3dtransform-values-expected.txt: Added.
* transforms/3d/general/3dtransform-values.html: Added.
2010-12-15 Simon Fraser <simon.fraser@apple.com>
Reviewed by Chris Marrin.
Reflection does not render properly when -webkit-transform is toggled, untoggled, and retoggled
https://bugs.webkit.org/show_bug.cgi?id=50967
Testcase for toggled reflection on transformed element.
* compositing/reflections/remove-add-reflection-expected.checksum: Added.
* compositing/reflections/remove-add-reflection-expected.png: Added.
* compositing/reflections/remove-add-reflection-expected.txt: Added.
* compositing/reflections/remove-add-reflection.html: Added.
2010-12-15 Kenji Imasaki <imasaki@chromium.org>
Reviewed by David Levin.
Skip tests for unimplmented media features (aspect ratio video,
full screen, reverse-playback, video-preloading, context menu).
will enable these tests once these features are implemented.
https://bugs.webkit.org/show_bug.cgi?id=51085
* platform/chromium/test_expectations.txt:
2010-12-15 Yong Li <yoli@rim.com>
Reviewed by Darin Adler.
Reproduce stack overflow when there are too many sibling inline boxes.
https://bugs.webkit.org/show_bug.cgi?id=48255
* fast/overflow/lots-of-sibling-inline-boxes.html: Added.
2010-12-15 Jian Li <jianli@chromium.org>
Unreviewed. Updated chromium test_expectations to skip a test that
causes DRT to crash in dbg mode.
* platform/chromium/test_expectations.txt:
2010-12-15 Jian Li <jianli@chromium.org>
Unreviewed. Mark a failed test in chromium test expectations.
* platform/chromium/test_expectations.txt:
2010-12-15 Pavel Podivilov <podivilov@chromium.org>
Unreviewed, build fix for r74119.
Fix debugger tests.
* http/tests/inspector/debugger-test2.js:
(initialize_DebuggerTest.InspectorTest.captureStackTrace):
2010-12-15 Anton Muhin <antonm@chromium.org>
Unreviewed. Removing another two suppressions for CSS entities garbage collection.
* platform/chromium/test_expectations.txt:
2010-12-15 Anton Muhin <antonm@chromium.org>
Unreviewed. Adjusting v8-dependent test expectations.
* platform/chromium/test_expectations.txt:
2010-12-15 Yury Semikhatsky <yurys@chromium.org>
Unreviewed. Update Chromium test expectations.
* platform/chromium/test_expectations.txt:
2010-12-15 Yury Semikhatsky <yurys@chromium.org>
Unreviewed. Update Chromium test expectations.
* platform/chromium-mac/storage/private-browsing-noread-nowrite-expected.txt: Removed.
* platform/chromium-win/storage/private-browsing-noread-nowrite-expected.txt: Removed.
* platform/chromium/test_expectations.txt: test private-browsing-readonly.html was renamed
into private-browsing-noread-nowrite.html in r74093, changing expecations accrodingly.
2010-12-15 Jarred Nicholls <jarred@sencha.com>
Reviewed by Andreas Kling.
[Qt] Implement the File API spec
https://bugs.webkit.org/show_bug.cgi?id=49839
* platform/qt/fast/dom/Window/window-properties-expected.txt:
* platform/qt/fast/dom/Window/window-property-descriptors-expected.txt:
* platform/qt/fast/dom/prototype-inheritance-expected.txt:
* platform/qt/fast/js/global-constructors-expected.txt:
2010-12-15 Yury Semikhatsky <yurys@chromium.org>
Unreviewed. Rebaseline Chromium tests.
* platform/chromium-linux/fast/blockflow/japanese-rl-text-with-broken-font-expected.txt: Added.
* platform/chromium-linux/fast/box-shadow/inset-expected.checksum:
* platform/chromium-linux/fast/box-shadow/inset-expected.png:
* platform/chromium-linux/fast/css/focus-ring-detached-expected.checksum: Added.
* platform/chromium-linux/fast/css/focus-ring-detached-expected.png: Added.
* platform/chromium-linux/fast/css/focus-ring-multiline-expected.checksum: Added.
* platform/chromium-linux/fast/css/focus-ring-multiline-expected.png: Added.
* platform/chromium-mac/fast/css/focus-ring-detached-expected.checksum: Added.
* platform/chromium-mac/fast/css/focus-ring-detached-expected.png: Added.
* platform/chromium-mac/fast/css/focus-ring-multiline-expected.checksum: Added.
* platform/chromium-mac/fast/css/focus-ring-multiline-expected.png: Added.
* platform/chromium-win/fast/css/focus-ring-detached-expected.checksum:
* platform/chromium-win/fast/css/focus-ring-detached-expected.png:
* platform/chromium-win/fast/css/focus-ring-detached-expected.txt:
* platform/chromium-win/fast/css/focus-ring-multiline-expected.checksum:
* platform/chromium-win/fast/css/focus-ring-multiline-expected.png:
* platform/chromium-win/fast/css/focus-ring-multiline-expected.txt:
* platform/chromium/test_expectations.txt:
2010-12-15 Yury Semikhatsky <yurys@chromium.org>
Unreviewed. Mark fast/dom/global-constructors.html as flaky on Chromium.
* platform/chromium/test_expectations.txt:
2010-12-15 Sergio Villar Senin <svillar@igalia.com>
Unreviewed, skipping failing tests in the bots.
[GTK] HTTP tests failing/crashing in the bots
https://bugs.webkit.org/show_bug.cgi?id=51104
* platform/gtk/Skipped:
2010-12-15 Yury Semikhatsky <yurys@chromium.org>
Unreviewed. Mark one more compositing test as timing out on chromium-gpu.
* platform/chromium-gpu/test_expectations.txt:
2010-12-15 Yury Semikhatsky <yurys@chromium.org>
Unreviewed. Rebaseline Chromium test expectations.
* 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/blockflow/japanese-rl-text-with-broken-font-expected.checksum: Added.
* platform/chromium-linux/fast/blockflow/japanese-rl-text-with-broken-font-expected.png: Added.
* platform/chromium-mac/http/tests/misc/authentication-sent-to-redirect-expected.txt: Added.
* platform/chromium-mac/storage/private-browsing-noread-nowrite-expected.txt: Added.
* 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-vertical-lr-expected.checksum:
* platform/chromium-win/fast/blockflow/box-shadow-vertical-lr-expected.png:
* 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/japanese-rl-text-with-broken-font-expected.checksum: Added.
* platform/chromium-win/fast/blockflow/japanese-rl-text-with-broken-font-expected.png: Added.
* platform/chromium-win/fast/blockflow/japanese-rl-text-with-broken-font-expected.txt: Added.
* platform/chromium-win/http/tests/misc/authentication-sent-to-redirect-expected.txt: Added.
* platform/chromium-win/storage/private-browsing-noread-nowrite-expected.txt: Added.
2010-12-15 Pavel Podivilov <podivilov@chromium.org>
Unreviewed, fix for r74103.
Fix dom-breakpoints test.
* inspector/dom-breakpoints.html:
2010-12-14 Antti Koivisto <antti@apple.com>
Reviewed by Alexey Proskuryakov.
https://bugs.webkit.org/show_bug.cgi?id=49548
WebCore cache stores duplicate copies of subresources with URL fragments
* http/tests/cache/subresource-fragment-identifier-expected.txt: Added.
* http/tests/cache/subresource-fragment-identifier.html: Added.
2010-12-15 Emil Eklund <eae@chromium.org>
Reviewed by Adam Barth.
Added test for infinite loop in ContainerNode::willRemoveChildren.
https://bugs.webkit.org/show_bug.cgi?id=51079
* fast/dom/containerNode-expected.txt: Added.
* fast/dom/containerNode.html: Added.
2010-12-15 Csaba Osztrogonác <ossy@webkit.org>
Unreviewed.
* platform/qt/Skipped: Add http/tests/misc/authentication-sent-to-redirect.html
because of missing layoutTestController.setHandlesAuthenticationChallenges()
* platform/qt/plugins/document-open-expected.txt: Copied from LayoutTests/plugins/document-open-expected.txt.
2010-12-14 Dan Bernstein <mitz@apple.com>
Reviewed by Maciej Stachowiak.
<rdar://problem/8767193> REGRESSION (r60822): caps-lock-indicator is accepted as a -webkit-appearance value
https://bugs.webkit.org/show_bug.cgi?id=51096
* fast/css/appearance-caps-lock-indicator-expected.txt: Added.
* fast/css/appearance-caps-lock-indicator.html: Added.
2010-12-14 takano takumi <takano@apple.com>
Reviewed by Dan Bernstein.
text-combine value names have been changed in the css3 proposal.
https://bugs.webkit.org/show_bug.cgi?id=51089
* fast/text/international/text-combine-parser-test-expected.txt: Result updated.
* fast/text/international/text-combine-parser-test.html: Test updated.
2010-12-14 Cosmin Truta <ctruta@chromium.org>
Reviewed by Eric Seidel.
Rebaseline: leading and trailing EOL must occur consistently in expectation files
https://bugs.webkit.org/show_bug.cgi?id=51018
We are planning to make new-run-webkit-tests treat EOLs in the same strict manner as old-run-webkit-tests.
This change in tooling requires rebaselining.
* editing/pasteboard/file-drag-to-editable-expected.txt:
* fast/dom/Window/slow-unload-handler-expected.txt:
* fast/filesystem/file-writer-truncate-extend-expected.txt:
* fast/images/webp-image-decoding-expected.txt:
* fast/speech/input-onspeechchange-event-expected.txt:
* fast/speech/input-text-language-tag-expected.txt:
* fast/speech/input-text-speechbutton-expected.txt:
* fast/speech/speech-button-ignore-generated-events-expected.txt:
* http/tests/media/video-play-suspend-expected.txt:
* platform/chromium-linux/fast/dom/DeviceOrientation/window-property-expected.txt:
* platform/chromium-linux/fast/dom/HTMLAnchorElement/set-href-attribute-hostname-expected.txt:
* platform/chromium-linux/fast/dom/HTMLAnchorElement/set-href-attribute-search-expected.txt:
* platform/chromium-linux/fast/dom/HTMLProgressElement/progress-element-with-child-crash-expected.txt:
* platform/chromium-linux/fast/dom/Window/window-properties-device-orientation-expected.txt:
* platform/chromium-linux/fast/forms/onselect-textarea-expected.txt:
* platform/chromium-linux/fast/preloader/script-expected.txt:
* platform/chromium-linux/fast/url/file-expected.txt:
* platform/chromium-linux/fast/url/relative-unix-expected.txt:
* platform/chromium-linux/fast/url/relative-win-expected.txt:
* platform/chromium-linux/fast/url/segments-expected.txt:
* platform/chromium-linux/fast/url/segments-from-data-url-expected.txt:
* platform/chromium-linux/http/tests/loading/bad-scheme-subframe-expected.txt:
* platform/chromium-linux/http/tests/security/xssAuditor/javascript-link-HTML-entities-null-char-expected.txt:
* platform/chromium-linux/http/tests/websocket/tests/bad-sub-protocol-control-chars-expected.txt:
* platform/chromium-linux/http/tests/websocket/tests/url-parsing-expected.txt:
* platform/chromium-linux/svg/custom/use-invalid-pattern-expected.txt:
* platform/chromium-mac/animations/keyframes-rule-expected.txt:
* platform/chromium-mac/fast/css/font-face-descriptor-multiple-values-parsing-expected.txt:
* platform/chromium-mac/fast/dom/DOMException/EventException-expected.txt:
* platform/chromium-mac/fast/dom/DOMException/RangeException-expected.txt:
* platform/chromium-mac/fast/dom/DOMException/XPathException-expected.txt:
* platform/chromium-mac/fast/dom/DOMException/prototype-object-expected.txt:
* platform/chromium-mac/fast/dom/DeviceOrientation/window-property-expected.txt:
* platform/chromium-mac/fast/dom/HTMLAnchorElement/set-href-attribute-hash-expected.txt:
* platform/chromium-mac/fast/dom/HTMLAnchorElement/set-href-attribute-host-expected.txt:
* platform/chromium-mac/fast/dom/HTMLAnchorElement/set-href-attribute-hostname-expected.txt:
* platform/chromium-mac/fast/dom/HTMLAnchorElement/set-href-attribute-pathname-expected.txt:
* platform/chromium-mac/fast/dom/HTMLAnchorElement/set-href-attribute-port-expected.txt:
* platform/chromium-mac/fast/dom/HTMLAnchorElement/set-href-attribute-search-expected.txt:
* platform/chromium-mac/fast/dom/HTMLSelectElement/named-options-expected.txt:
* platform/chromium-mac/fast/dom/Range/getClientRects-expected.txt:
* platform/chromium-mac/fast/dom/Window/window-postmessage-args-expected.txt:
* platform/chromium-mac/fast/dom/Window/window-properties-device-orientation-expected.txt:
* platform/chromium-mac/fast/dom/Window/window-properties-geolocation-expected.txt:
* platform/chromium-mac/fast/dom/error-to-string-stack-overflow-expected.txt:
* platform/chromium-mac/fast/dom/getElementsByClassName/011-expected.txt:
* platform/chromium-mac/fast/dom/javascript-url-exception-isolation-expected.txt:
* platform/chromium-mac/fast/dom/prototype-chain-expected.txt:
* platform/chromium-mac/fast/dom/setPrimitiveValue-exceptions-expected.txt:
* platform/chromium-mac/fast/dom/timer-clear-interval-in-handler-and-generate-error-expected.txt:
* platform/chromium-mac/fast/dom/wrapper-classes-expected.txt:
* platform/chromium-mac/fast/events/event-view-toString-expected.txt:
* platform/chromium-mac/fast/forms/ValidityState-typeMismatch-url-expected.txt:
* platform/chromium-mac/fast/js/array-every-expected.txt:
* platform/chromium-mac/fast/js/array-foreach-expected.txt:
* platform/chromium-mac/fast/js/array-some-expected.txt:
* platform/chromium-mac/fast/js/assign-expected.txt:
* platform/chromium-mac/fast/js/break-ASI-expected.txt:
* platform/chromium-mac/fast/js/console-non-string-values-expected.txt:
* platform/chromium-mac/fast/js/const-expected.txt:
* platform/chromium-mac/fast/js/cyclic-prototypes-expected.txt:
* platform/chromium-mac/fast/js/date-proto-generic-invocation-expected.txt:
* platform/chromium-mac/fast/js/date-toisostring-expected.txt:
* platform/chromium-mac/fast/js/deep-recursion-test-expected.txt:
* platform/chromium-mac/fast/js/delete-getters-setters-expected.txt:
* platform/chromium-mac/fast/js/exception-thrown-from-new-expected.txt:
* platform/chromium-mac/fast/js/function-declaration-expected.txt:
* platform/chromium-mac/fast/js/function-prototype-descriptor-expected.txt:
* platform/chromium-mac/fast/js/kde/RegExp-expected.txt:
* platform/chromium-mac/fast/js/kde/StringObject-expected.txt:
* platform/chromium-mac/fast/js/kde/encode_decode_uri-expected.txt:
* platform/chromium-mac/fast/js/kde/function-expected.txt:
* platform/chromium-mac/fast/js/kde/garbage-n-expected.txt:
* platform/chromium-mac/fast/js/kde/lval-exceptions-expected.txt:
* platform/chromium-mac/fast/js/kde/parse-expected.txt:
* platform/chromium-mac/fast/js/kde/string-1-n-expected.txt:
* platform/chromium-mac/fast/js/kde/string-2-n-expected.txt:
* platform/chromium-mac/fast/js/modify-non-references-expected.txt:
* platform/chromium-mac/fast/js/no-semi-insertion-at-end-of-script-expected.txt:
* platform/chromium-mac/fast/js/number-toExponential-expected.txt:
* platform/chromium-mac/fast/js/number-toString-expected.txt:
* platform/chromium-mac/fast/js/number-tofixed-expected.txt:
* platform/chromium-mac/fast/js/number-toprecision-expected.txt:
* platform/chromium-mac/fast/js/object-extra-comma-expected.txt:
* platform/chromium-mac/fast/js/property-getters-and-setters-expected.txt:
* platform/chromium-mac/fast/js/recursion-limit-equal-expected.txt:
* platform/chromium-mac/fast/js/regexp-compile-expected.txt:
* platform/chromium-mac/fast/js/regexp-overflow-expected.txt:
* platform/chromium-mac/fast/js/reserved-words-expected.txt:
* platform/chromium-mac/fast/js/string-capitalization-expected.txt:
* platform/chromium-mac/fast/js/toString-and-valueOf-override-expected.txt:
* platform/chromium-mac/fast/js/toString-stack-overflow-expected.txt:
* platform/chromium-mac/fast/text/find-kana-expected.txt:
* platform/chromium-mac/fast/url/file-expected.txt:
* platform/chromium-mac/fast/url/host-expected.txt:
* platform/chromium-mac/fast/url/ipv6-expected.txt:
* platform/chromium-mac/fast/url/mailto-expected.txt:
* platform/chromium-mac/fast/url/path-expected.txt:
* platform/chromium-mac/fast/url/path-url-expected.txt:
* platform/chromium-mac/fast/url/port-expected.txt:
* platform/chromium-mac/fast/url/relative-unix-expected.txt:
* platform/chromium-mac/fast/url/relative-win-expected.txt:
* platform/chromium-mac/fast/url/scheme-expected.txt:
* platform/chromium-mac/fast/url/segments-expected.txt:
* platform/chromium-mac/fast/url/segments-from-data-url-expected.txt:
* platform/chromium-mac/fast/url/standard-url-expected.txt:
* platform/chromium-mac/fast/xmlhttprequest/xmlhttprequest-get-expected.txt:
* platform/chromium-mac/fast/xmlhttprequest/xmlhttprequest-nonexistent-file-expected.txt:
* platform/chromium-mac/fast/xmlhttprequest/xmlhttprequest-recursive-sync-event-expected.txt:
* platform/chromium-mac/http/tests/loading/bad-scheme-subframe-expected.txt:
* platform/chromium-mac/http/tests/security/cross-frame-access-enumeration-expected.txt:
* platform/chromium-mac/http/tests/security/cross-frame-access-get-expected.txt:
* platform/chromium-mac/http/tests/security/cross-frame-access-get-override-expected.txt:
* platform/chromium-mac/http/tests/security/cross-frame-access-history-get-expected.txt:
* platform/chromium-mac/http/tests/security/cross-frame-access-history-get-override-expected.txt:
* platform/chromium-mac/http/tests/security/cross-frame-access-location-get-override-expected.txt:
* platform/chromium-mac/http/tests/security/cross-frame-access-location-put-expected.txt:
* platform/chromium-mac/http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-to-data-url-sub-frame-expected.txt:
* platform/chromium-mac/http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-window-open-expected.txt:
* platform/chromium-mac/http/tests/security/dataURL/xss-DENIED-to-data-url-window-open-expected.txt:
* platform/chromium-mac/http/tests/security/xssAuditor/javascript-link-HTML-entities-null-char-expected.txt:
* platform/chromium-mac/http/tests/websocket/tests/bad-sub-protocol-control-chars-expected.txt:
* platform/chromium-mac/http/tests/websocket/tests/url-parsing-expected.txt:
* platform/chromium-mac/http/tests/xmlhttprequest/XMLHttpRequestException-expected.txt:
* platform/chromium-mac/http/tests/xmlhttprequest/xmlhttprequest-missing-file-exception-expected.txt:
* platform/chromium-mac/ietestcenter/Javascript/11.4.1-4.a-10-expected.txt:
* platform/chromium-mac/ietestcenter/Javascript/11.4.1-4.a-8-expected.txt:
* platform/chromium-mac/ietestcenter/Javascript/15.12.1.1-0-2-expected.txt:
* platform/chromium-mac/ietestcenter/Javascript/15.12.1.1-0-3-expected.txt:
* platform/chromium-mac/ietestcenter/Javascript/15.12.2-0-2-expected.txt:
* platform/chromium-mac/ietestcenter/Javascript/15.12.3-0-2-expected.txt:
* platform/chromium-mac/ietestcenter/Javascript/15.2.3.10-0-1-expected.txt:
* platform/chromium-mac/ietestcenter/Javascript/15.2.3.10-0-2-expected.txt:
* platform/chromium-mac/ietestcenter/Javascript/15.2.3.10-1-expected.txt:
* platform/chromium-mac/ietestcenter/Javascript/15.2.3.10-2-expected.txt:
* platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-0-1-expected.txt:
* platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-0-2-expected.txt:
* platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-0-3-expected.txt:
* platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-1-expected.txt:
* platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-2-1-expected.txt:
* platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-2-10-expected.txt:
* platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-2-11-expected.txt:
* platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-2-12-expected.txt:
* platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-2-13-expected.txt:
* platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-2-14-expected.txt:
* platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-2-15-expected.txt:
* platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-2-16-expected.txt:
* platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-2-17-expected.txt:
* platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-2-18-expected.txt:
* platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-2-19-expected.txt:
* platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-2-2-expected.txt:
* platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-2-20-expected.txt:
* platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-2-21-expected.txt:
* platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-2-3-expected.txt:
* platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-2-4-expected.txt:
* platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-2-5-expected.txt:
* platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-2-6-expected.txt:
* platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-2-7-expected.txt:
* platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-2-8-expected.txt:
* platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-2-9-expected.txt:
* platform/chromium-mac/ietestcenter/Javascript/15.2.3.14-2-4-expected.txt:
* platform/chromium-mac/ietestcenter/Javascript/15.2.3.14-3-4-expected.txt:
* platform/chromium-mac/ietestcenter/Javascript/15.2.3.3-4-22-expected.txt:
* platform/chromium-mac/ietestcenter/Javascript/15.2.3.3-4-25-expected.txt:
* platform/chromium-mac/ietestcenter/Javascript/15.2.3.6-4-1-expected.txt:
* platform/chromium-mac/ietestcenter/Javascript/15.4.4.14-9-a-12-expected.txt:
* platform/chromium-mac/ietestcenter/Javascript/15.4.4.15-3-26-expected.txt:
* platform/chromium-mac/ietestcenter/Javascript/15.4.4.15-3-27-expected.txt:
* platform/chromium-mac/ietestcenter/Javascript/15.4.4.15-5-1-expected.txt:
* platform/chromium-mac/ietestcenter/Javascript/15.4.4.15-5-12-expected.txt:
* platform/chromium-mac/ietestcenter/Javascript/15.4.4.15-5-14-expected.txt:
* platform/chromium-mac/ietestcenter/Javascript/15.4.4.15-5-16-expected.txt:
* platform/chromium-mac/ietestcenter/Javascript/15.4.4.15-5-4-expected.txt:
* platform/chromium-mac/ietestcenter/Javascript/15.4.4.15-8-9-expected.txt:
* platform/chromium-mac/ietestcenter/Javascript/15.4.4.15-8-a-12-expected.txt:
* platform/chromium-mac/ietestcenter/Javascript/15.5.4.20-1-1-expected.txt:
* platform/chromium-mac/ietestcenter/Javascript/15.5.4.20-1-2-expected.txt:
* platform/chromium-mac/media/audio-constructor-expected.txt:
* platform/chromium-mac/media/audio-constructor-preload-expected.txt:
* platform/chromium-mac/media/audio-constructor-src-expected.txt:
* platform/chromium-mac/media/media-load-event-expected.txt:
* platform/chromium-mac/media/video-append-source-expected.txt:
* platform/chromium-mac/media/video-canvas-source-expected.txt:
* platform/chromium-mac/media/video-currentTime-set-expected.txt:
* platform/chromium-mac/media/video-dom-src-expected.txt:
* platform/chromium-mac/media/video-load-networkState-expected.txt:
* platform/chromium-mac/media/video-seek-past-end-paused-expected.txt:
* platform/chromium-mac/media/video-seek-past-end-playing-expected.txt:
* platform/chromium-mac/media/video-source-expected.txt:
* platform/chromium-mac/media/video-src-change-expected.txt:
* platform/chromium-mac/media/video-src-expected.txt:
* platform/chromium-mac/plugins/clicking-missing-plugin-fires-delegate-expected.txt:
* platform/chromium-mac/plugins/npruntime/object-from-destroyed-plugin-expected.txt:
* platform/chromium-mac/security/block-test-no-port-expected.txt:
* platform/chromium-mac/storage/transaction-error-callback-expected.txt:
* platform/chromium-mac/svg/custom/SVGException-expected.txt:
* platform/chromium-mac/svg/custom/use-invalid-pattern-expected.txt:
* platform/chromium-mac/svg/custom/use-nested-missing-target-removed-expected.txt:
* platform/chromium-mac/svg/dom/svgpath-out-of-bounds-getPathSeg-expected.txt:
* platform/chromium-mac/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-values-prop-expected.txt:
* platform/chromium-win/animations/keyframes-rule-expected.txt:
* platform/chromium-win/editing/selection/extend-selection-home-end-expected.txt:
* platform/chromium-win/editing/selection/home-end-expected.txt:
* platform/chromium-win/fast/css/button-height-expected.txt:
* platform/chromium-win/fast/css/font-face-descriptor-multiple-values-parsing-expected.txt:
* platform/chromium-win/fast/css/getComputedStyle/computed-style-expected.txt:
* platform/chromium-win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
* platform/chromium-win/fast/dom/DOMException/EventException-expected.txt:
* platform/chromium-win/fast/dom/DOMException/RangeException-expected.txt:
* platform/chromium-win/fast/dom/DOMException/XPathException-expected.txt:
* platform/chromium-win/fast/dom/DOMException/prototype-object-expected.txt:
* platform/chromium-win/fast/dom/DeviceOrientation/window-property-expected.txt:
* platform/chromium-win/fast/dom/HTMLAnchorElement/set-href-attribute-hash-expected.txt:
* platform/chromium-win/fast/dom/HTMLAnchorElement/set-href-attribute-host-expected.txt:
* platform/chromium-win/fast/dom/HTMLAnchorElement/set-href-attribute-hostname-expected.txt:
* platform/chromium-win/fast/dom/HTMLAnchorElement/set-href-attribute-pathname-expected.txt:
* platform/chromium-win/fast/dom/HTMLAnchorElement/set-href-attribute-port-expected.txt:
* platform/chromium-win/fast/dom/HTMLAnchorElement/set-href-attribute-search-expected.txt:
* platform/chromium-win/fast/dom/HTMLProgressElement/progress-element-with-child-crash-expected.txt:
* platform/chromium-win/fast/dom/HTMLSelectElement/named-options-expected.txt:
* platform/chromium-win/fast/dom/Window/new-window-opener-expected.txt:
* platform/chromium-win/fast/dom/Window/webkitConvertPoint-expected.txt:
* platform/chromium-win/fast/dom/Window/window-lookup-precedence-expected.txt:
* platform/chromium-win/fast/dom/Window/window-postmessage-args-expected.txt:
* platform/chromium-win/fast/dom/Window/window-properties-device-orientation-expected.txt:
* platform/chromium-win/fast/dom/Window/window-properties-geolocation-expected.txt:
* platform/chromium-win/fast/dom/error-to-string-stack-overflow-expected.txt:
* platform/chromium-win/fast/dom/getElementsByClassName/011-expected.txt:
* platform/chromium-win/fast/dom/javascript-url-exception-isolation-expected.txt:
* platform/chromium-win/fast/dom/prototype-chain-expected.txt:
* platform/chromium-win/fast/dom/setPrimitiveValue-exceptions-expected.txt:
* platform/chromium-win/fast/dom/timer-clear-interval-in-handler-and-generate-error-expected.txt:
* platform/chromium-win/fast/dom/wrapper-classes-expected.txt:
* platform/chromium-win/fast/events/event-view-toString-expected.txt:
* platform/chromium-win/fast/events/offsetX-offsetY-expected.txt:
* platform/chromium-win/fast/forms/ValidityState-typeMismatch-url-expected.txt:
* platform/chromium-win/fast/forms/focus-selection-textarea-expected.txt:
* platform/chromium-win/fast/forms/input-maxlength-ime-completed-expected.txt:
* platform/chromium-win/fast/forms/input-maxlength-ime-preedit-expected.txt:
* platform/chromium-win/fast/forms/slider-mouse-events-expected.txt:
* platform/chromium-win/fast/js/array-every-expected.txt:
* platform/chromium-win/fast/js/array-foreach-expected.txt:
* platform/chromium-win/fast/js/array-some-expected.txt:
* platform/chromium-win/fast/js/assign-expected.txt:
* platform/chromium-win/fast/js/break-ASI-expected.txt:
* platform/chromium-win/fast/js/console-non-string-values-expected.txt:
* platform/chromium-win/fast/js/const-expected.txt:
* platform/chromium-win/fast/js/cyclic-prototypes-expected.txt:
* platform/chromium-win/fast/js/date-proto-generic-invocation-expected.txt:
* platform/chromium-win/fast/js/date-toisostring-expected.txt:
* platform/chromium-win/fast/js/deep-recursion-test-expected.txt:
* platform/chromium-win/fast/js/delete-getters-setters-expected.txt:
* platform/chromium-win/fast/js/exception-thrown-from-new-expected.txt:
* platform/chromium-win/fast/js/function-declaration-expected.txt:
* platform/chromium-win/fast/js/function-prototype-descriptor-expected.txt:
* platform/chromium-win/fast/js/function-prototype-expected.txt:
* platform/chromium-win/fast/js/kde/RegExp-expected.txt:
* platform/chromium-win/fast/js/kde/StringObject-expected.txt:
* platform/chromium-win/fast/js/kde/encode_decode_uri-expected.txt:
* platform/chromium-win/fast/js/kde/exception_propagation-expected.txt:
* platform/chromium-win/fast/js/kde/function-expected.txt:
* platform/chromium-win/fast/js/kde/garbage-n-expected.txt:
* platform/chromium-win/fast/js/kde/lval-exceptions-expected.txt:
* platform/chromium-win/fast/js/kde/parse-expected.txt:
* platform/chromium-win/fast/js/kde/string-1-n-expected.txt:
* platform/chromium-win/fast/js/kde/string-2-n-expected.txt:
* platform/chromium-win/fast/js/modify-non-references-expected.txt:
* platform/chromium-win/fast/js/no-semi-insertion-at-end-of-script-expected.txt:
* platform/chromium-win/fast/js/number-toExponential-expected.txt:
* platform/chromium-win/fast/js/number-toString-expected.txt:
* platform/chromium-win/fast/js/number-tofixed-expected.txt:
* platform/chromium-win/fast/js/number-toprecision-expected.txt:
* platform/chromium-win/fast/js/object-extra-comma-expected.txt:
* platform/chromium-win/fast/js/property-getters-and-setters-expected.txt:
* platform/chromium-win/fast/js/recursion-limit-equal-expected.txt:
* platform/chromium-win/fast/js/regexp-caching-expected.txt:
* platform/chromium-win/fast/js/regexp-compile-expected.txt:
* platform/chromium-win/fast/js/regexp-overflow-expected.txt:
* platform/chromium-win/fast/js/reserved-words-expected.txt:
* platform/chromium-win/fast/js/string-capitalization-expected.txt:
* platform/chromium-win/fast/js/toString-and-valueOf-override-expected.txt:
* platform/chromium-win/fast/replaced/table-percent-height-expected.txt:
* platform/chromium-win/fast/url/file-expected.txt:
* platform/chromium-win/fast/url/host-expected.txt:
* platform/chromium-win/fast/url/ipv6-expected.txt:
* platform/chromium-win/fast/url/mailto-expected.txt:
* platform/chromium-win/fast/url/path-expected.txt:
* platform/chromium-win/fast/url/path-url-expected.txt:
* platform/chromium-win/fast/url/port-expected.txt:
* platform/chromium-win/fast/url/relative-unix-expected.txt:
* platform/chromium-win/fast/url/relative-win-expected.txt:
* platform/chromium-win/fast/url/scheme-expected.txt:
* platform/chromium-win/fast/url/segments-expected.txt:
* platform/chromium-win/fast/url/segments-from-data-url-expected.txt:
* platform/chromium-win/fast/url/standard-url-expected.txt:
* platform/chromium-win/fast/xmlhttprequest/xmlhttprequest-get-expected.txt:
* platform/chromium-win/fast/xmlhttprequest/xmlhttprequest-nonexistent-file-expected.txt:
* platform/chromium-win/fast/xmlhttprequest/xmlhttprequest-recursive-sync-event-expected.txt:
* platform/chromium-win/http/tests/loading/bad-scheme-subframe-expected.txt:
* platform/chromium-win/http/tests/security/cross-frame-access-enumeration-expected.txt:
* platform/chromium-win/http/tests/security/cross-frame-access-get-expected.txt:
* platform/chromium-win/http/tests/security/cross-frame-access-get-override-expected.txt:
* platform/chromium-win/http/tests/security/cross-frame-access-history-get-expected.txt:
* platform/chromium-win/http/tests/security/cross-frame-access-history-get-override-expected.txt:
* platform/chromium-win/http/tests/security/cross-frame-access-location-get-override-expected.txt:
* platform/chromium-win/http/tests/security/cross-frame-access-location-put-expected.txt:
* platform/chromium-win/http/tests/security/cross-frame-access-put-expected.txt:
* platform/chromium-win/http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-to-data-url-sub-frame-expected.txt:
* platform/chromium-win/http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-window-open-expected.txt:
* platform/chromium-win/http/tests/security/dataURL/xss-DENIED-to-data-url-window-open-expected.txt:
* platform/chromium-win/http/tests/security/xssAuditor/javascript-link-HTML-entities-null-char-expected.txt:
* platform/chromium-win/http/tests/websocket/tests/bad-sub-protocol-control-chars-expected.txt:
* platform/chromium-win/http/tests/websocket/tests/url-parsing-expected.txt:
* platform/chromium-win/http/tests/xmlhttprequest/XMLHttpRequestException-expected.txt:
* platform/chromium-win/ietestcenter/Javascript/11.4.1-4.a-10-expected.txt:
* platform/chromium-win/ietestcenter/Javascript/11.4.1-4.a-8-expected.txt:
* platform/chromium-win/ietestcenter/Javascript/15.12.1.1-0-2-expected.txt:
* platform/chromium-win/ietestcenter/Javascript/15.12.1.1-0-3-expected.txt:
* platform/chromium-win/ietestcenter/Javascript/15.12.2-0-2-expected.txt:
* platform/chromium-win/ietestcenter/Javascript/15.12.3-0-2-expected.txt:
* platform/chromium-win/ietestcenter/Javascript/15.2.3.10-0-1-expected.txt:
* platform/chromium-win/ietestcenter/Javascript/15.2.3.10-0-2-expected.txt:
* platform/chromium-win/ietestcenter/Javascript/15.2.3.10-1-expected.txt:
* platform/chromium-win/ietestcenter/Javascript/15.2.3.10-2-expected.txt:
* platform/chromium-win/ietestcenter/Javascript/15.2.3.13-0-1-expected.txt:
* platform/chromium-win/ietestcenter/Javascript/15.2.3.13-0-2-expected.txt:
* platform/chromium-win/ietestcenter/Javascript/15.2.3.13-0-3-expected.txt:
* platform/chromium-win/ietestcenter/Javascript/15.2.3.13-1-expected.txt:
* platform/chromium-win/ietestcenter/Javascript/15.2.3.13-2-1-expected.txt:
* platform/chromium-win/ietestcenter/Javascript/15.2.3.13-2-10-expected.txt:
* platform/chromium-win/ietestcenter/Javascript/15.2.3.13-2-11-expected.txt:
* platform/chromium-win/ietestcenter/Javascript/15.2.3.13-2-12-expected.txt:
* platform/chromium-win/ietestcenter/Javascript/15.2.3.13-2-13-expected.txt:
* platform/chromium-win/ietestcenter/Javascript/15.2.3.13-2-14-expected.txt:
* platform/chromium-win/ietestcenter/Javascript/15.2.3.13-2-15-expected.txt:
* platform/chromium-win/ietestcenter/Javascript/15.2.3.13-2-16-expected.txt:
* platform/chromium-win/ietestcenter/Javascript/15.2.3.13-2-17-expected.txt:
* platform/chromium-win/ietestcenter/Javascript/15.2.3.13-2-18-expected.txt:
* platform/chromium-win/ietestcenter/Javascript/15.2.3.13-2-19-expected.txt:
* platform/chromium-win/ietestcenter/Javascript/15.2.3.13-2-2-expected.txt:
* platform/chromium-win/ietestcenter/Javascript/15.2.3.13-2-20-expected.txt:
* platform/chromium-win/ietestcenter/Javascript/15.2.3.13-2-21-expected.txt:
* platform/chromium-win/ietestcenter/Javascript/15.2.3.13-2-3-expected.txt:
* platform/chromium-win/ietestcenter/Javascript/15.2.3.13-2-4-expected.txt:
* platform/chromium-win/ietestcenter/Javascript/15.2.3.13-2-5-expected.txt:
* platform/chromium-win/ietestcenter/Javascript/15.2.3.13-2-6-expected.txt:
* platform/chromium-win/ietestcenter/Javascript/15.2.3.13-2-7-expected.txt:
* platform/chromium-win/ietestcenter/Javascript/15.2.3.13-2-8-expected.txt:
* platform/chromium-win/ietestcenter/Javascript/15.2.3.13-2-9-expected.txt:
* platform/chromium-win/ietestcenter/Javascript/15.2.3.14-2-4-expected.txt:
* platform/chromium-win/ietestcenter/Javascript/15.2.3.14-3-4-expected.txt:
* platform/chromium-win/ietestcenter/Javascript/15.2.3.3-4-22-expected.txt:
* platform/chromium-win/ietestcenter/Javascript/15.2.3.3-4-25-expected.txt:
* platform/chromium-win/ietestcenter/Javascript/15.2.3.6-4-1-expected.txt:
* platform/chromium-win/ietestcenter/Javascript/15.4.4.14-9-a-12-expected.txt:
* platform/chromium-win/ietestcenter/Javascript/15.4.4.15-3-26-expected.txt:
* platform/chromium-win/ietestcenter/Javascript/15.4.4.15-3-27-expected.txt:
* platform/chromium-win/ietestcenter/Javascript/15.4.4.15-5-1-expected.txt:
* platform/chromium-win/ietestcenter/Javascript/15.4.4.15-5-12-expected.txt:
* platform/chromium-win/ietestcenter/Javascript/15.4.4.15-5-14-expected.txt:
* platform/chromium-win/ietestcenter/Javascript/15.4.4.15-5-16-expected.txt:
* platform/chromium-win/ietestcenter/Javascript/15.4.4.15-5-4-expected.txt:
* platform/chromium-win/ietestcenter/Javascript/15.4.4.15-8-9-expected.txt:
* platform/chromium-win/ietestcenter/Javascript/15.4.4.15-8-a-12-expected.txt:
* platform/chromium-win/ietestcenter/Javascript/15.5.4.20-1-1-expected.txt:
* platform/chromium-win/ietestcenter/Javascript/15.5.4.20-1-2-expected.txt:
* platform/chromium-win/inspector/console-format-expected.txt:
* platform/chromium-win/inspector/console-uncaught-exception-expected.txt:
* platform/chromium-win/media/audio-constructor-expected.txt:
* platform/chromium-win/media/audio-constructor-preload-expected.txt:
* platform/chromium-win/media/audio-constructor-src-expected.txt:
* platform/chromium-win/media/audio-delete-while-slider-thumb-clicked-expected.txt:
* platform/chromium-win/media/media-load-event-expected.txt:
* platform/chromium-win/media/video-append-source-expected.txt:
* platform/chromium-win/media/video-canvas-source-expected.txt:
* platform/chromium-win/media/video-currentTime-set-expected.txt:
* platform/chromium-win/media/video-dom-src-expected.txt:
* platform/chromium-win/media/video-load-networkState-expected.txt:
* platform/chromium-win/media/video-seek-past-end-paused-expected.txt:
* platform/chromium-win/media/video-seek-past-end-playing-expected.txt:
* platform/chromium-win/media/video-source-expected.txt:
* platform/chromium-win/media/video-src-change-expected.txt:
* platform/chromium-win/media/video-src-expected.txt:
* platform/chromium-win/media/video-src-remove-expected.txt:
* platform/chromium-win/media/video-src-set-expected.txt:
* platform/chromium-win/media/video-src-source-expected.txt:
* platform/chromium-win/plugins/clicking-missing-plugin-fires-delegate-expected.txt:
* platform/chromium-win/plugins/inner-html-display-none-expected.txt:
* platform/chromium-win/plugins/npruntime/object-from-destroyed-plugin-expected.txt:
* platform/chromium-win/security/block-test-no-port-expected.txt:
* platform/chromium-win/storage/statement-error-callback-expected.txt:
* platform/chromium-win/storage/transaction-error-callback-expected.txt:
* platform/chromium-win/svg/css/getComputedStyle-basic-expected.txt:
* platform/chromium-win/svg/custom/SVGException-expected.txt:
* platform/chromium-win/svg/custom/use-invalid-pattern-expected.txt:
* platform/chromium-win/svg/custom/use-nested-missing-target-removed-expected.txt:
* platform/chromium-win/svg/dom/path-parser-expected.txt:
* platform/chromium-win/svg/dom/svgpath-out-of-bounds-getPathSeg-expected.txt:
* platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-values-prop-expected.txt:
* platform/chromium-win/svg/dynamic-updates/SVGLineElement-dom-requiredFeatures-expected.txt:
* platform/chromium-win/svg/dynamic-updates/SVGLineElement-svgdom-requiredFeatures-expected.txt:
* platform/chromium-win/svg/text/lengthAdjust-text-metrics-expected.txt:
* platform/chromium/fast/dom/anchor-origin-expected.txt:
* platform/chromium/fast/dom/domListEnumeration-expected.txt:
* platform/chromium/fast/dom/global-constructors-expected.txt:
* platform/chromium/fast/dom/horizontal-scrollbar-when-dir-change-expected.txt:
* platform/chromium/fast/dom/prototype-inheritance-expected.txt:
* platform/chromium/fast/forms/search-popup-crasher-expected.txt:
* platform/chromium/fast/js/ToNumber-expected.txt:
* platform/chromium/fast/js/parseFloat-expected.txt:
* platform/chromium/fast/js/regexp-look-ahead-empty-expected.txt:
* platform/chromium/fast/js/regexp-overflow-expected.txt:
* platform/chromium/fast/text/font-linux-normalize-expected.txt:
* platform/chromium/fast/url/relative-expected.txt:
* platform/chromium/http/tests/inspector/console-resource-errors-expected.txt:
* platform/chromium/http/tests/inspector/console-xhr-logging-expected.txt:
* platform/chromium/http/tests/security/cross-frame-access-call-expected.txt:
* platform/chromium/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt: Added.
* platform/chromium/inspector/console-eval-global-expected.txt:
* platform/chromium/inspector/console-log-syntax-error-expected.txt:
* platform/chromium/inspector/console-object-constructor-name-expected.txt:
* platform/chromium/inspector/console-trace-in-eval-expected.txt:
* platform/chromium/inspector/console-uncaught-exception-in-eval-expected.txt:
* platform/chromium/inspector/debugger-autocontinue-on-syntax-error-expected.txt:
* platform/chromium/inspector/debugger-expand-scope-expected.txt:
* platform/chromium/security/block-test-no-port-expected.txt:
* platform/chromium/traversal/node-iterator-prototype-expected.txt:
* plugins/document-open-expected.txt:
* plugins/iframe-shims-expected.txt:
2010-12-14 Koan-Sin Tan <koansin.tan@gmail.com>
Reviewed by Alexey Proskuryakov.
Kana should be part of CJK Ideographs in WebCore/platform/graphics/Font.cpp
https://bugs.webkit.org/show_bug.cgi?id=51012
Test if kana displayed correctly in vertical text with broken font.
* fast/blockflow/japanese-rl-text-with-broken-font.html: Added.
* platform/mac/fast/blockflow/japanese-rl-text-with-broken-font-expected.checksum: Added.
* platform/mac/fast/blockflow/japanese-rl-text-with-broken-font-expected.png: Added.
* platform/mac/fast/blockflow/japanese-rl-text-with-broken-font-expected.txt: Added.
2010-12-14 Ryosuke Niwa <rniwa@webkit.org>
Reviewed by Darin Adler.
Range::extractContents needs more tests
https://bugs.webkit.org/show_bug.cgi?id=51005
Added a test to ensure Range::extractContents work as expected.
* fast/dom/Range/range-extract-contents-crash-expected.txt: Renamed from LayoutTests/fast/dom/Range/range-extractContents-expected.txt.
* fast/dom/Range/range-extract-contents-crash.html: Renamed from LayoutTests/fast/dom/Range/range-extractContents.html.
* fast/dom/Range/range-extract-contents-expected.txt: Added.
* fast/dom/Range/range-extract-contents.html: Added.
* resources/dump-as-markup.js:
(Markup.dump): Don't call node.getElementsByTagName if it doesn't exist.
2010-12-14 Jian Li <jianli@chromium.org>
Unreviewed. Mark 2 new focus-ring-* tests as failed in chromium.
* platform/chromium-mac-leopard/fast/css/focus-ring-detached-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/css/focus-ring-detached-expected.png: Added.
* platform/chromium-mac-leopard/fast/css/focus-ring-detached-expected.txt: Added.
* platform/chromium-mac-leopard/fast/css/focus-ring-multiline-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/css/focus-ring-multiline-expected.png: Added.
* platform/chromium-mac-leopard/fast/css/focus-ring-multiline-expected.txt: Added.
* platform/chromium-win/fast/css/focus-ring-detached-expected.checksum: Added.
* platform/chromium-win/fast/css/focus-ring-detached-expected.png: Added.
* platform/chromium-win/fast/css/focus-ring-detached-expected.txt: Added.
* platform/chromium-win/fast/css/focus-ring-multiline-expected.checksum: Added.
* platform/chromium-win/fast/css/focus-ring-multiline-expected.png: Added.
* platform/chromium-win/fast/css/focus-ring-multiline-expected.txt: Added.
* platform/chromium/test_expectations.txt:
2010-12-14 Mihai Parparita <mihaip@chromium.org>
Reviewed by Eric Seidel.
Remove pixel tests that are obsoleted by the HTML5 parser suite
https://bugs.webkit.org/show_bug.cgi?id=51077
Remove tests which had stale Mac pixel baselines (were not updated for
the HTML5 parser change or for Snow Leopard) which are obsoleted by
the HTML5 parser test suite (i.e. the same behavior is tested there):
- fast/parser/parseCommentsInTitles.html is tested by tests16.dat
(line 956)
- fast/parser/comment-in-style.html is tested by tests16.dat (line 904)
- fast/tokenizer/missing-title-end-tag-1.html is tested by tests16.dat
(line 980)
- fast/tokenizer/missing-title-end-tag-2.html is tested by tests2.dat
(line 550)
* fast/parser/comment-in-style.html: Removed.
* fast/parser/parseCommentsInTitles.html: Removed.
* fast/tokenizer/missing-title-end-tag-1.html: Removed.
* fast/tokenizer/missing-title-end-tag-2.html: Removed.
* platform/chromium-linux/fast/parser/comment-in-style-expected.checksum: Removed.
* platform/chromium-linux/fast/parser/comment-in-style-expected.png: Removed.
* platform/chromium-linux/fast/parser/parseCommentsInTitles-expected.checksum: Removed.
* platform/chromium-linux/fast/parser/parseCommentsInTitles-expected.png: Removed.
* platform/chromium-mac/fast/parser/comment-in-style-expected.checksum: Removed.
* platform/chromium-mac/fast/parser/comment-in-style-expected.png: Removed.
* platform/chromium-mac/fast/parser/parseCommentsInTitles-expected.checksum: Removed.
* platform/chromium-mac/fast/parser/parseCommentsInTitles-expected.png: Removed.
* platform/chromium-mac/fast/tokenizer/missing-title-end-tag-1-expected.checksum: Removed.
* platform/chromium-mac/fast/tokenizer/missing-title-end-tag-1-expected.png: Removed.
* platform/chromium-mac/fast/tokenizer/missing-title-end-tag-2-expected.checksum: Removed.
* platform/chromium-mac/fast/tokenizer/missing-title-end-tag-2-expected.png: Removed.
* platform/chromium-win/fast/parser/comment-in-style-expected.checksum: Removed.
* platform/chromium-win/fast/parser/comment-in-style-expected.png: Removed.
* platform/chromium-win/fast/parser/comment-in-style-expected.txt: Removed.
* platform/chromium-win/fast/parser/parseCommentsInTitles-expected.checksum: Removed.
* platform/chromium-win/fast/parser/parseCommentsInTitles-expected.png: Removed.
* platform/chromium-win/fast/parser/parseCommentsInTitles-expected.txt: Removed.
* platform/chromium-win/fast/tokenizer/missing-title-end-tag-1-expected.checksum: Removed.
* platform/chromium-win/fast/tokenizer/missing-title-end-tag-1-expected.png: Removed.
* platform/chromium-win/fast/tokenizer/missing-title-end-tag-2-expected.checksum: Removed.
* platform/chromium-win/fast/tokenizer/missing-title-end-tag-2-expected.png: Removed.
* platform/gtk/Skipped:
* platform/mac/fast/parser/comment-in-style-expected.checksum: Removed.
* platform/mac/fast/parser/comment-in-style-expected.png: Removed.
* platform/mac/fast/parser/comment-in-style-expected.txt: Removed.
* platform/mac/fast/parser/parseCommentsInTitles-expected.checksum: Removed.
* platform/mac/fast/parser/parseCommentsInTitles-expected.png: Removed.
* platform/mac/fast/parser/parseCommentsInTitles-expected.txt: Removed.
* platform/mac/fast/tokenizer/missing-title-end-tag-1-expected.checksum: Removed.
* platform/mac/fast/tokenizer/missing-title-end-tag-1-expected.png: Removed.
* platform/mac/fast/tokenizer/missing-title-end-tag-1-expected.txt: Removed.
* platform/mac/fast/tokenizer/missing-title-end-tag-2-expected.checksum: Removed.
* platform/mac/fast/tokenizer/missing-title-end-tag-2-expected.png: Removed.
* platform/mac/fast/tokenizer/missing-title-end-tag-2-expected.txt: Removed.
* platform/qt/Skipped:
* platform/qt/fast/parser/parseCommentsInTitles-expected.txt: Removed.
* platform/qt/fast/tokenizer/missing-title-end-tag-1-expected.txt: Removed.
* platform/qt/fast/tokenizer/missing-title-end-tag-2-expected.txt: Removed.
2010-12-02 MORITA Hajime <morrita@google.com>
Reviewed by Dimitri Glazkov.
[chromium] Fix drawing of inset box shadows
https://bugs.webkit.org/show_bug.cgi?id=41576
* platform/chromium-win/fast/box-shadow/inset-expected.checksum:
* platform/chromium-win/fast/box-shadow/inset-expected.png:
2010-12-14 Yael Aharon <yael.aharon@nokia.com>
Unreviewed.
Move some new tests from mac-snowleopard to mac
https://bugs.webkit.org/show_bug.cgi?id=51075
* platform/mac-snowleopard/fast/css/focus-ring-detached-expected.checksum: Removed.
* platform/mac-snowleopard/fast/css/focus-ring-detached-expected.png: Removed.
* platform/mac-snowleopard/fast/css/focus-ring-detached-expected.txt: Removed.
* platform/mac-snowleopard/fast/css/focus-ring-multiline-expected.checksum: Removed.
* platform/mac-snowleopard/fast/css/focus-ring-multiline-expected.png: Removed.
* platform/mac-snowleopard/fast/css/focus-ring-multiline-expected.txt: Removed.
* platform/mac/fast/css/focus-ring-detached-expected.checksum: Copied from LayoutTests/platform/mac-snowleopard/fast/css/focus-ring-detached-expected.checksum.
* platform/mac/fast/css/focus-ring-detached-expected.png: Copied from LayoutTests/platform/mac-snowleopard/fast/css/focus-ring-detached-expected.png.
* platform/mac/fast/css/focus-ring-detached-expected.txt: Copied from LayoutTests/platform/mac-snowleopard/fast/css/focus-ring-detached-expected.txt.
* platform/mac/fast/css/focus-ring-multiline-expected.checksum: Copied from LayoutTests/platform/mac-snowleopard/fast/css/focus-ring-multiline-expected.checksum.
* platform/mac/fast/css/focus-ring-multiline-expected.png: Copied from LayoutTests/platform/mac-snowleopard/fast/css/focus-ring-multiline-expected.png.
* platform/mac/fast/css/focus-ring-multiline-expected.txt: Copied from LayoutTests/platform/mac-snowleopard/fast/css/focus-ring-multiline-expected.txt.
2010-12-14 Simon Fraser <simon.fraser@apple.com>
Reviewed by Chris Marrin.
Parts of page disappear
https://bugs.webkit.org/show_bug.cgi?id=41701
Testcase for clipping to view bounds even when an accelerated opacity
transition runs.
* compositing/geometry/limit-layer-bounds-opacity-transition-expected.txt: Added.
* compositing/geometry/limit-layer-bounds-opacity-transition.html: Added.
2010-12-14 Brady Eidson <beidson@apple.com>
Reviewed by Alexey Proskuryakov.
<rdar://problem/8225016> and https://bugs.webkit.org/show_bug.cgi?id=40138
Authorization header is sent from an HTTP Auth protected site on redirect
* http/tests/misc/authentication-sent-to-redirect-expected.txt: Added.
* http/tests/misc/authentication-sent-to-redirect.html: Added.
* http/tests/misc/resources/auth-echo.php: Added.
* http/tests/misc/resources/auth-then-redirect.php: Added.
2010-12-14 Yael Aharon <yael.aharon@nokia.com>
Unreviewed .
Fix test results that I just committed. They seem to have extra newlines.
* platform/mac-snowleopard/fast/css/focus-ring-detached-expected.txt:
* platform/mac-snowleopard/fast/css/focus-ring-multiline-expected.txt:
2010-12-14 Kent Tamura <tkent@chromium.org>
Unreviewed. Test expectation update.
Rebaseline fast/forms/ValidityState-typeMismatch-url.html
http://crbug.com/66818
Chromium has different expectations because it doesn't use KURL.
* platform/chromium-mac/fast/forms/ValidityState-typeMismatch-url-expected.txt:
* platform/chromium-win/fast/forms/ValidityState-typeMismatch-url-expected.txt:
* platform/chromium/test_expectations.txt:
2010-12-14 Mihai Parparita <mihaip@chromium.org>
Unreviewed update of the pixel expectations for the Mac port.
Update expectations for tests whose output changed after the switch to
the HTML5 parser. The chromium-mac port did a similar rebaseline in
r64728.
The new expectations are for Snow Leopard. Current expectations are not
moved to mac-leopard, since they're not valid anymore.
* platform/mac/fast/doctypes/003-expected.checksum:
* platform/mac/fast/doctypes/003-expected.png:
* platform/mac/fast/dom/isindex-001-expected.checksum:
* platform/mac/fast/dom/isindex-001-expected.png:
* platform/mac/fast/dom/isindex-002-expected.checksum:
* platform/mac/fast/dom/isindex-002-expected.png:
* platform/mac/fast/forms/isindex-placeholder-expected.checksum:
* platform/mac/fast/forms/isindex-placeholder-expected.png:
* platform/mac/fast/forms/text-style-color-expected.checksum:
* platform/mac/fast/forms/text-style-color-expected.png:
* platform/mac/tables/mozilla/other/wa_table_thtd_rowspan-expected.checksum:
* platform/mac/tables/mozilla/other/wa_table_thtd_rowspan-expected.png:
2010-12-14 Benjamin Kalman <kalman@chromium.org>
Reviewed by Ojan Vafai.
Using BUG/BUGWK in test_expectations is error prone, should use BUGCR/BUGWK
https://bugs.webkit.org/show_bug.cgi?id=48926
Update all the text expectations files that have BUGXXX to either BUGCRXXX or (where
appropriate) BUGWKXXX.
* platform/chromium-gpu/test_expectations.txt:
* platform/chromium/test_expectations.txt:
* platform/mac/test_expectations.txt:
* platform/qt/test_expectations.txt:
2010-12-14 Yael Aharon <yael.aharon@nokia.com>
Reviewed by Andreas Kling.
[Qt] Focus rings are ugly, rects should be united instead of drawn individually
https://bugs.webkit.org/show_bug.cgi?id=49953
* fast/css/focus-ring-detached.html: Added.
* fast/css/focus-ring-multiline.html: Added.
* platform/mac-snowleopard/fast/css/focus-ring-detached-expected.checksum: Added.
* platform/mac-snowleopard/fast/css/focus-ring-detached-expected.png: Added.
* platform/mac-snowleopard/fast/css/focus-ring-detached-expected.txt: Added.
* platform/mac-snowleopard/fast/css/focus-ring-multiline-expected.checksum: Added.
* platform/mac-snowleopard/fast/css/focus-ring-multiline-expected.png: Added.
* platform/mac-snowleopard/fast/css/focus-ring-multiline-expected.txt: Added.
* platform/qt/fast/css/focus-ring-detached-expected.checksum: Added.
* platform/qt/fast/css/focus-ring-detached-expected.png: Added.
* platform/qt/fast/css/focus-ring-detached-expected.txt: Added.
* platform/qt/fast/css/focus-ring-multiline-expected.checksum: Added.
* platform/qt/fast/css/focus-ring-multiline-expected.png: Added.
* platform/qt/fast/css/focus-ring-multiline-expected.txt: Added.
2010-12-14 David Hyatt <hyatt@apple.com>
Reviewed by Dan Bernstein.
https://bugs.webkit.org/show_bug.cgi?id=50970
It's arguably a bug, but we don't let inline flow layers paint floating
descendants. The containing block of the inline flow paints them instead.
However our shouldPaint logic has always been flawed and has turned off propagation
of painting when an inline flow layer is enclosing the float.
Change enclosingSelfPaintingLayer to enclosingFloatPaintingLayer to be more precise
and for now limit it to RenderBoxes.
Added fast/block/float/floatstack.html
* fast/block/float/floatstack.html: Added.
* platform/mac/fast/block/float/floatstack-expected.checksum: Added.
* platform/mac/fast/block/float/floatstack-expected.png: Added.
* platform/mac/fast/block/float/floatstack-expected.txt: Added.
* platform/mac/fast/repaint/positioned-document-element-expected.checksum:
* platform/mac/fast/repaint/positioned-document-element-expected.png:
2010-12-14 Sheriff Bot <webkit.review.bot@gmail.com>
Unreviewed, rolling out r74040.
http://trac.webkit.org/changeset/74040
https://bugs.webkit.org/show_bug.cgi?id=51050
Breaks 2d.shadow.canvas.transparent.2 and
2d.shadow.image.transparent.2 (Requested by helder on
#webkit).
* fast/canvas/canvas-scale-strokePath-shadow-expected.txt:
* fast/canvas/canvas-transforms-fillRect-shadow-expected.txt: Removed.
* fast/canvas/canvas-transforms-fillRect-shadow.html: Removed.
* fast/canvas/script-tests/canvas-scale-fillPath-shadow.js:
* fast/canvas/script-tests/canvas-scale-fillRect-shadow.js:
* fast/canvas/script-tests/canvas-scale-strokePath-shadow.js:
* fast/canvas/script-tests/canvas-transforms-fillRect-shadow.js: Removed.
2010-12-14 Mihai Parparita <mihaip@chromium.org>
Update the pixel expectations for the Mac port.
For the tests that currently fail on Snow Leopard with --pixel-tests
--tolerance 0, this moves the current pixel results to mac-leopard and
adds new Snow Leopard-specific results to platform/mac.
List of files omitted due to length but composed entirely of moves from
platform/mac to platform/mac-leopard and newly added files in
platform/mac.
Also removes most of platform/mac/test_expectations.txt, those
expectations were from April and are un-maintained.
2010-12-14 Jian Li <jianli@chromium.org>
Unreviewed. Added missing expectations in chromium-mac-leopard to
complete the move in r74042.
* platform/chromium-mac-leopard/editing/deleting/5144139-2-expected.checksum:
* platform/chromium-mac-leopard/editing/deleting/5144139-2-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/fast/text/complex-text-opacity-expected.checksum:
* platform/chromium-mac-leopard/fast/text/complex-text-opacity-expected.png:
* platform/chromium-mac-leopard/fast/text/complex-text-opacity-expected.txt:
* platform/chromium-mac-leopard/fast/text/international/bidi-mirror-he-ar-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/text/international/bidi-mirror-he-ar-expected.png: Added.
* platform/chromium-mac-leopard/fast/text/international/bidi-mirror-he-ar-expected.txt: Added.
* platform/chromium-mac-leopard/fast/text/international/bidi-neutral-directionality-paragraph-start-expected.checksum: Added.
* platform/chromium-mac-leopard/fast/text/international/bidi-neutral-directionality-paragraph-start-expected.png: Added.
* platform/chromium-mac-leopard/fast/text/international/bidi-neutral-directionality-paragraph-start-expected.txt: Added.
* 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: Added.
2010-12-14 Beth Dakin <bdakin@apple.com>
Reviewed by Darin Adler.
New test for https://bugs.webkit.org/show_bug.cgi?id=50974
getComputedStyle() returns wrong values for zoomed elements when
display is none
-and corresponding-
<rdar://problem/8522731>
* fast/css/getComputedStyle/zoom-on-display-none-expected.txt: Added.
* fast/css/getComputedStyle/zoom-on-display-none.html: Added.
2010-12-14 Pavel Feldman <pfeldman@chromium.org>
Not reviewed. Move chromium-mac expectations to chromium-mac-leopard.
* 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/t0805-c5519-brdr-r-00-a-expected.checksum:
* platform/chromium-mac-leopard/css2.1/t0805-c5519-brdr-r-00-a-expected.png:
* platform/chromium-mac-leopard/css2.1/t0805-c5520-brdr-b-01-e-expected.checksum:
* platform/chromium-mac-leopard/css2.1/t0805-c5520-brdr-b-01-e-expected.png:
* platform/chromium-mac-leopard/css2.1/t0805-c5521-brdr-l-00-a-expected.checksum:
* platform/chromium-mac-leopard/css2.1/t0805-c5521-brdr-l-00-a-expected.png:
* platform/chromium-mac-leopard/css2.1/t0805-c5521-brdr-l-01-e-expected.checksum:
* platform/chromium-mac-leopard/css2.1/t0805-c5521-brdr-l-01-e-expected.png:
* platform/chromium-mac-leopard/css2.1/t0805-c5521-ibrdr-l-00-a-expected.checksum:
* platform/chromium-mac-leopard/css2.1/t0805-c5521-ibrdr-l-00-a-expected.png:
* platform/chromium-mac-leopard/css2.1/t0905-c414-flt-02-c-expected.checksum:
* platform/chromium-mac-leopard/css2.1/t0905-c414-flt-02-c-expected.png:
* platform/chromium-mac-leopard/css2.1/t0905-c414-flt-03-c-expected.checksum:
* platform/chromium-mac-leopard/css2.1/t0905-c414-flt-03-c-expected.png:
* platform/chromium-mac-leopard/css2.1/t0905-c414-flt-04-c-expected.checksum:
* platform/chromium-mac-leopard/css2.1/t0905-c414-flt-04-c-expected.png:
* platform/chromium-mac-leopard/css2.1/t0905-c414-flt-fit-01-d-g-expected.checksum:
* platform/chromium-mac-leopard/css2.1/t0905-c414-flt-fit-01-d-g-expected.png:
* platform/chromium-mac-leopard/css2.1/t0905-c5525-fltblck-01-d-expected.checksum:
* platform/chromium-mac-leopard/css2.1/t0905-c5525-fltblck-01-d-expected.png:
* platform/chromium-mac-leopard/css2.1/t0905-c5525-fltcont-00-d-g-expected.checksum:
* platform/chromium-mac-leopard/css2.1/t0905-c5525-fltcont-00-d-g-expected.png:
* platform/chromium-mac-leopard/css2.1/t0905-c5525-fltwidth-03-c-g-expected.checksum:
* platform/chromium-mac-leopard/css2.1/t0905-c5525-fltwidth-03-c-g-expected.png:
* platform/chromium-mac-leopard/css2.1/t090501-c414-flt-01-b-expected.checksum:
* platform/chromium-mac-leopard/css2.1/t090501-c414-flt-01-b-expected.png:
* platform/chromium-mac-leopard/css2.1/t090501-c5525-flt-l-00-b-g-expected.checksum:
* platform/chromium-mac-leopard/css2.1/t090501-c5525-flt-l-00-b-g-expected.png:
* platform/chromium-mac-leopard/css2.1/t090501-c5525-flt-r-00-b-g-expected.checksum:
* platform/chromium-mac-leopard/css2.1/t090501-c5525-flt-r-00-b-g-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-09-b-expected.checksum:
* platform/chromium-mac-leopard/css2.1/t1202-counter-09-b-expected.png:
* 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/fast/css/beforeSelectorOnCodeElement-expected.checksum:
* platform/chromium-mac-leopard/fast/css/beforeSelectorOnCodeElement-expected.png:
* platform/chromium-mac-leopard/fast/css/font-face-opentype-expected.checksum:
* platform/chromium-mac-leopard/fast/css/font-face-opentype-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-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/encoding/denormalised-voiced-japanese-chars-expected.checksum:
* platform/chromium-mac-leopard/fast/encoding/denormalised-voiced-japanese-chars-expected.png:
* platform/chromium-mac-leopard/fast/encoding/invalid-UTF-8-expected.checksum:
* platform/chromium-mac-leopard/fast/encoding/invalid-UTF-8-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/visual-hebrew-text-field-expected.checksum:
* platform/chromium-mac-leopard/fast/forms/visual-hebrew-text-field-expected.png:
* 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/cg-fallback-bolding-expected.checksum:
* platform/chromium-mac-leopard/fast/text/cg-fallback-bolding-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/001-expected.checksum:
* platform/chromium-mac-leopard/fast/text/international/001-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-empty-run-expected.checksum:
* platform/chromium-mac-leopard/fast/text/international/bidi-AN-after-empty-run-expected.png:
* platform/chromium-mac-leopard/fast/text/international/bidi-AN-after-empty-run-expected.txt:
* platform/chromium-mac-leopard/fast/text/international/bidi-CS-after-AN-expected.checksum:
* platform/chromium-mac-leopard/fast/text/international/bidi-CS-after-AN-expected.png:
* platform/chromium-mac-leopard/fast/text/international/bidi-CS-after-AN-expected.txt:
* 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-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-override-expected.checksum:
* platform/chromium-mac-leopard/fast/text/international/bidi-override-expected.png:
* platform/chromium-mac-leopard/fast/text/international/danda-space-expected.checksum:
* platform/chromium-mac-leopard/fast/text/international/danda-space-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/hindi-whitespace-expected.checksum:
* platform/chromium-mac-leopard/fast/text/international/hindi-whitespace-expected.png:
* platform/chromium-mac-leopard/fast/text/international/plane2-expected.checksum:
* platform/chromium-mac-leopard/fast/text/international/plane2-expected.png:
* 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/thai-baht-space-expected.checksum:
* platform/chromium-mac-leopard/fast/text/international/thai-baht-space-expected.png:
* platform/chromium-mac-leopard/fast/text/international/thai-baht-space-expected.txt:
* platform/chromium-mac-leopard/fast/text/international/wrap-CJK-001-expected.checksum:
* platform/chromium-mac-leopard/fast/text/international/wrap-CJK-001-expected.png:
* 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/t0805-c5519-brdr-r-00-a-expected.checksum: Removed.
* platform/chromium-mac/css2.1/t0805-c5519-brdr-r-00-a-expected.png: Removed.
* platform/chromium-mac/css2.1/t0805-c5520-brdr-b-01-e-expected.checksum: Removed.
* platform/chromium-mac/css2.1/t0805-c5520-brdr-b-01-e-expected.png: Removed.
* platform/chromium-mac/css2.1/t0805-c5521-brdr-l-00-a-expected.checksum: Removed.
* platform/chromium-mac/css2.1/t0805-c5521-brdr-l-00-a-expected.png: Removed.
* platform/chromium-mac/css2.1/t0805-c5521-brdr-l-01-e-expected.checksum: Removed.
* platform/chromium-mac/css2.1/t0805-c5521-brdr-l-01-e-expected.png: Removed.
* platform/chromium-mac/css2.1/t0805-c5521-ibrdr-l-00-a-expected.checksum: Removed.
* platform/chromium-mac/css2.1/t0805-c5521-ibrdr-l-00-a-expected.png: Removed.
* platform/chromium-mac/css2.1/t0905-c414-flt-02-c-expected.checksum: Removed.
* platform/chromium-mac/css2.1/t0905-c414-flt-02-c-expected.png: Removed.
* platform/chromium-mac/css2.1/t0905-c414-flt-03-c-expected.checksum: Removed.
* platform/chromium-mac/css2.1/t0905-c414-flt-03-c-expected.png: Removed.
* platform/chromium-mac/css2.1/t0905-c414-flt-04-c-expected.checksum: Removed.
* platform/chromium-mac/css2.1/t0905-c414-flt-04-c-expected.png: Removed.
* platform/chromium-mac/css2.1/t0905-c414-flt-fit-01-d-g-expected.checksum: Removed.
* platform/chromium-mac/css2.1/t0905-c414-flt-fit-01-d-g-expected.png: Removed.
* platform/chromium-mac/css2.1/t0905-c5525-fltblck-01-d-expected.checksum: Removed.
* platform/chromium-mac/css2.1/t0905-c5525-fltblck-01-d-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-03-c-g-expected.checksum: Removed.
* platform/chromium-mac/css2.1/t0905-c5525-fltwidth-03-c-g-expected.png: Removed.
* platform/chromium-mac/css2.1/t090501-c414-flt-01-b-expected.checksum: Removed.
* platform/chromium-mac/css2.1/t090501-c414-flt-01-b-expected.png: Removed.
* platform/chromium-mac/css2.1/t090501-c5525-flt-l-00-b-g-expected.checksum: Removed.
* platform/chromium-mac/css2.1/t090501-c5525-flt-l-00-b-g-expected.png: Removed.
* platform/chromium-mac/css2.1/t090501-c5525-flt-r-00-b-g-expected.checksum: Removed.
* platform/chromium-mac/css2.1/t090501-c5525-flt-r-00-b-g-expected.png: Removed.
* 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-09-b-expected.checksum: Removed.
* platform/chromium-mac/css2.1/t1202-counter-09-b-expected.png: 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/editing/deleting/5144139-2-expected.checksum: Removed.
* platform/chromium-mac/editing/deleting/5144139-2-expected.png: Removed.
* 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/fast/css/beforeSelectorOnCodeElement-expected.checksum: Removed.
* platform/chromium-mac/fast/css/beforeSelectorOnCodeElement-expected.png: Removed.
* platform/chromium-mac/fast/css/font-face-opentype-expected.checksum: Removed.
* platform/chromium-mac/fast/css/font-face-opentype-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-overflow-ellipsis-bidi-expected.checksum: Removed.
* platform/chromium-mac/fast/css/text-overflow-ellipsis-bidi-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/encoding/denormalised-voiced-japanese-chars-expected.checksum: Removed.
* platform/chromium-mac/fast/encoding/denormalised-voiced-japanese-chars-expected.png: Removed.
* platform/chromium-mac/fast/encoding/invalid-UTF-8-expected.checksum: Removed.
* platform/chromium-mac/fast/encoding/invalid-UTF-8-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/visual-hebrew-text-field-expected.checksum: Removed.
* platform/chromium-mac/fast/forms/visual-hebrew-text-field-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/cg-fallback-bolding-expected.checksum: Removed.
* platform/chromium-mac/fast/text/cg-fallback-bolding-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-mac/fast/text/complex-text-opacity-expected.txt: 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/001-expected.checksum: Removed.
* platform/chromium-mac/fast/text/international/001-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-empty-run-expected.checksum: Removed.
* platform/chromium-mac/fast/text/international/bidi-AN-after-empty-run-expected.png: Removed.
* platform/chromium-mac/fast/text/international/bidi-AN-after-empty-run-expected.txt: Removed.
* platform/chromium-mac/fast/text/international/bidi-CS-after-AN-expected.checksum: Removed.
* platform/chromium-mac/fast/text/international/bidi-CS-after-AN-expected.png: Removed.
* platform/chromium-mac/fast/text/international/bidi-CS-after-AN-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-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-directionality-paragraph-start-expected.checksum: Removed.
* platform/chromium-mac/fast/text/international/bidi-neutral-directionality-paragraph-start-expected.png: Removed.
* platform/chromium-mac/fast/text/international/bidi-neutral-directionality-paragraph-start-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/danda-space-expected.checksum: Removed.
* platform/chromium-mac/fast/text/international/danda-space-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/hindi-whitespace-expected.checksum: Removed.
* platform/chromium-mac/fast/text/international/hindi-whitespace-expected.png: Removed.
* platform/chromium-mac/fast/text/international/plane2-expected.checksum: Removed.
* platform/chromium-mac/fast/text/international/plane2-expected.png: Removed.
* 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/thai-baht-space-expected.checksum: Removed.
* platform/chromium-mac/fast/text/international/thai-baht-space-expected.png: Removed.
* platform/chromium-mac/fast/text/international/thai-baht-space-expected.txt: Removed.
* platform/chromium-mac/fast/text/international/wrap-CJK-001-expected.checksum: Removed.
* platform/chromium-mac/fast/text/international/wrap-CJK-001-expected.png: Removed.
* platform/chromium/test_expectations.txt:
2010-12-14 Helder Correia <helder@sencha.com>
Reviewed by Ariya Hidayat.
[Qt] Canvas shadow offset should not be affected by any transformation
https://bugs.webkit.org/show_bug.cgi?id=50422
On a canvas context, shadows are currently affected by all
transformations except scaling. According to the spec:
http://www.whatwg.org/specs/web-apps/current-work/multipage/the-canvas-element.html#shadows
"The shadowOffsetX and shadowOffsetY attributes specify the distance
that the shadow will be offset in the positive horizontal and positive
vertical distance respectively. Their values are in coordinate space
units. They are not affected by the current transformation matrix."
NOTE: this applies only to canvas, not to box shadows.
Add new test to ensure that shadows are correctly transformed keeping
the relative offset to the shape.
* fast/canvas/canvas-scale-strokePath-shadow-expected.txt:
* fast/canvas/canvas-transforms-fillRect-shadow-expected.txt: Added.
* fast/canvas/canvas-transforms-fillRect-shadow.html: Added.
* fast/canvas/script-tests/canvas-scale-fillPath-shadow.js:
* fast/canvas/script-tests/canvas-scale-fillRect-shadow.js:
* fast/canvas/script-tests/canvas-scale-strokePath-shadow.js: Now using
a lineWidth > 1 to make it easier to test and more fair among all
ports, since there can be different transformation smoothness or
aliasing settings.
* fast/canvas/script-tests/canvas-transforms-fillRect-shadow.js: Added.
2010-12-14 Pavel Feldman <pfeldman@chromium.org>
Not reviewed. Removed obsolete chromium expectations.
* platform/chromium/accessibility/post-notification-ActiveDescendantChanged-expected.txt: Removed.
* platform/chromium/accessibility/post-notification-ActiveDescendantChanged.html: Removed.
* platform/chromium/accessibility/post-notification-CheckedStateChanged-expected.txt: Removed.
* platform/chromium/accessibility/post-notification-CheckedStateChanged.html: Removed.
* platform/chromium/accessibility/post-notification-ChildrenChanged-expected.txt: Removed.
* platform/chromium/accessibility/post-notification-ChildrenChanged.html: Removed.
* platform/chromium/accessibility/post-notification-FocusedUIElementChanged-expected.txt: Removed.
* platform/chromium/accessibility/post-notification-FocusedUIElementChanged.html: Removed.
* platform/chromium/accessibility/post-notification-LayoutComplete-expected.txt: Removed.
* platform/chromium/accessibility/post-notification-LayoutComplete.html: Removed.
* platform/chromium/accessibility/post-notification-LiveRegionChanged-expected.txt: Removed.
* platform/chromium/accessibility/post-notification-LiveRegionChanged.html: Removed.
* platform/chromium/accessibility/post-notification-LoadComplete-expected.txt: Removed.
* platform/chromium/accessibility/post-notification-LoadComplete.html: Removed.
* platform/chromium/accessibility/post-notification-MenuListValueChanged-expected.txt: Removed.
* platform/chromium/accessibility/post-notification-MenuListValueChanged.html: Removed.
* platform/chromium/accessibility/post-notification-RowCollapsed-expected.txt: Removed.
* platform/chromium/accessibility/post-notification-RowCollapsed.html: Removed.
* platform/chromium/accessibility/post-notification-RowCountChanged-expected.txt: Removed.
* platform/chromium/accessibility/post-notification-RowCountChanged.html: Removed.
* platform/chromium/accessibility/post-notification-RowExpanded-expected.txt: Removed.
* platform/chromium/accessibility/post-notification-RowExpanded.html: Removed.
* platform/chromium/accessibility/post-notification-ScrolledToAnchor-expected.txt: Removed.
* platform/chromium/accessibility/post-notification-ScrolledToAnchor.html: Removed.
* platform/chromium/accessibility/post-notification-SelectedChildrenChanged-expected.txt: Removed.
* platform/chromium/accessibility/post-notification-SelectedChildrenChanged.html: Removed.
* platform/chromium/accessibility/post-notification-SelectedTextChanged-expected.txt: Removed.
* platform/chromium/accessibility/post-notification-SelectedTextChanged.html: Removed.
* platform/chromium/accessibility/post-notification-ValueChanged-expected.txt: Removed.
* platform/chromium/accessibility/post-notification-ValueChanged.html: Removed.
* platform/chromium/accessibility/post-notification.js: Removed.
* platform/chromium/test_expectations.txt:
2010-12-14 Pavel Feldman <pfeldman@chromium.org>
Not reviewed. More chromium rebaselines.
* platform/chromium-mac/fast/text/complex-text-opacity-expected.checksum: Added.
* platform/chromium-mac/fast/text/complex-text-opacity-expected.png: Added.
* platform/chromium-mac/fast/text/complex-text-opacity-expected.txt: Added.
* platform/chromium-mac/fast/text/international/bidi-AN-after-empty-run-expected.checksum: Added.
* platform/chromium-mac/fast/text/international/bidi-AN-after-empty-run-expected.png: Added.
* platform/chromium-mac/fast/text/international/bidi-AN-after-empty-run-expected.txt: Added.
* platform/chromium-mac/fast/text/international/bidi-CS-after-AN-expected.checksum: Added.
* platform/chromium-mac/fast/text/international/bidi-CS-after-AN-expected.png: Added.
* platform/chromium-mac/fast/text/international/bidi-CS-after-AN-expected.txt: Added.
* platform/chromium-mac/fast/text/international/bidi-mirror-he-ar-expected.checksum:
* platform/chromium-mac/fast/text/international/bidi-mirror-he-ar-expected.png:
* platform/chromium-mac/fast/text/international/bidi-mirror-he-ar-expected.txt:
* platform/chromium-mac/fast/text/international/bidi-neutral-directionality-paragraph-start-expected.checksum:
* platform/chromium-mac/fast/text/international/bidi-neutral-directionality-paragraph-start-expected.png:
* platform/chromium-mac/fast/text/international/bidi-neutral-directionality-paragraph-start-expected.txt:
* platform/chromium-mac/fast/text/international/bidi-neutral-run-expected.checksum:
* platform/chromium-mac/fast/text/international/bidi-neutral-run-expected.png:
* platform/chromium-mac/fast/text/international/bidi-neutral-run-expected.txt:
* platform/chromium-mac/fast/text/international/thai-baht-space-expected.checksum: Added.
* platform/chromium-mac/fast/text/international/thai-baht-space-expected.png: Added.
* platform/chromium-mac/fast/text/international/thai-baht-space-expected.txt: Added.
2010-12-14 Mario Sanchez Prada <msanchez@igalia.com>
Unreviewed, skipping flaky test on GTK debug bot.
[gtk] editing/selection/extend-by-character-002.html is flaky on GTK Linux 64 bit debug
https://bugs.webkit.org/show_bug.cgi?id=51017
* platform/gtk/Skipped: Skipped test.
2010-12-14 Mario Sanchez Prada <msanchez@igalia.com>
Unreviewed, skipping test crashing in the GTK release bot.
[GTK] Crash in LayoutTest/fast/history/history_reload.html
https://bugs.webkit.org/show_bug.cgi?id=51038
* platform/gtk/Skipped: Skipped fast/history/history_reload.html.
2010-12-14 Pavel Feldman <pfeldman@chromium.org>
Not reviewed. Updated chromium expectations.
* platform/chromium/test_expectations.txt:
2010-12-14 Mario Sanchez Prada <msanchez@igalia.com>
Reviewed by Xan Lopez.
[Gtk] Implement STATE_FOCUSED, STATE_FOCUSABLE, and corresponding events for text objects
https://bugs.webkit.org/show_bug.cgi?id=27048
Added a new GTK-specific test to check focus{able|ed} states are
properly set when moving the caret across text objects.
* platform/gtk/accessibility/caret-browsing-text-focus-expected.txt: Added.
* platform/gtk/accessibility/caret-browsing-text-focus.html: Added.
2010-12-14 Pavel Feldman <pfeldman@chromium.org>
Not reviwed. Chromium expectations updated.
* platform/chromium/test_expectations.txt:
2010-12-14 Alexander Pavlov <apavlov@chromium.org>
Reviewed by Yury Semikhatsky.
Web Inspector: Reverted stylesheet breaks style data
https://bugs.webkit.org/show_bug.cgi?id=51030
* inspector/styles-new-API-expected.txt:
* inspector/styles-new-API.html:
2010-12-14 Mads Ager <ager@chromium.org>
Reviewed by Pavel Feldman.
[V8] Reflected unsigned attributes should be in the range [0, 2^31)
https://bugs.webkit.org/show_bug.cgi?id=51023
Remove test that now passes from chromium test expectations.
* platform/chromium/test_expectations.txt:
2010-12-14 Mario Sanchez Prada <msanchez@igalia.com>
Unreviewed, skipping failing test in the release bots.
Incorrect refcount on plug.testObject in LayoutTests/plugins/refcount-leaks.html
https://bugs.webkit.org/show_bug.cgi?id=51027
* platform/gtk/Skipped: Skip plugins/refcount-leaks.html.
2010-12-14 Pavel Feldman <pfeldman@chromium.org>
Not reviewed. Chromium tests rebaselined.
* 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/t0805-c5519-brdr-r-00-a-expected.checksum: Added.
* platform/chromium-mac/css2.1/t0805-c5519-brdr-r-00-a-expected.png: Added.
* platform/chromium-mac/css2.1/t0805-c5520-brdr-b-01-e-expected.checksum: Added.
* platform/chromium-mac/css2.1/t0805-c5520-brdr-b-01-e-expected.png: Added.
* platform/chromium-mac/css2.1/t0805-c5521-brdr-l-00-a-expected.checksum: Added.
* platform/chromium-mac/css2.1/t0805-c5521-brdr-l-00-a-expected.png: Added.
* platform/chromium-mac/css2.1/t0805-c5521-brdr-l-01-e-expected.checksum: Added.
* platform/chromium-mac/css2.1/t0805-c5521-brdr-l-01-e-expected.png: Added.
* platform/chromium-mac/css2.1/t0805-c5521-ibrdr-l-00-a-expected.checksum: Added.
* platform/chromium-mac/css2.1/t0805-c5521-ibrdr-l-00-a-expected.png: Added.
* platform/chromium-mac/css2.1/t0905-c414-flt-02-c-expected.checksum: Added.
* platform/chromium-mac/css2.1/t0905-c414-flt-02-c-expected.png: Added.
* platform/chromium-mac/css2.1/t0905-c414-flt-03-c-expected.checksum: Added.
* platform/chromium-mac/css2.1/t0905-c414-flt-03-c-expected.png: Added.
* platform/chromium-mac/css2.1/t0905-c414-flt-04-c-expected.checksum: Added.
* platform/chromium-mac/css2.1/t0905-c414-flt-04-c-expected.png: Added.
* platform/chromium-mac/css2.1/t0905-c414-flt-fit-01-d-g-expected.checksum: Added.
* platform/chromium-mac/css2.1/t0905-c414-flt-fit-01-d-g-expected.png: Added.
* platform/chromium-mac/css2.1/t0905-c5525-fltblck-01-d-expected.checksum: Added.
* platform/chromium-mac/css2.1/t0905-c5525-fltblck-01-d-expected.png: Added.
* platform/chromium-mac/css2.1/t0905-c5525-fltcont-00-d-g-expected.checksum: Added.
* platform/chromium-mac/css2.1/t0905-c5525-fltcont-00-d-g-expected.png: Added.
* platform/chromium-mac/css2.1/t0905-c5525-flthw-00-c-g-expected.checksum: Added.
* platform/chromium-mac/css2.1/t0905-c5525-flthw-00-c-g-expected.png: Added.
* 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/t0905-c5525-fltwidth-03-c-g-expected.checksum: Added.
* platform/chromium-mac/css2.1/t0905-c5525-fltwidth-03-c-g-expected.png: Added.
* platform/chromium-mac/css2.1/t0905-c5526-flthw-00-c-g-expected.checksum: Added.
* platform/chromium-mac/css2.1/t0905-c5526-flthw-00-c-g-expected.png: Added.
* platform/chromium-mac/css2.1/t090501-c414-flt-01-b-expected.checksum: Added.
* platform/chromium-mac/css2.1/t090501-c414-flt-01-b-expected.png: Added.
* platform/chromium-mac/css2.1/t090501-c414-flt-03-b-g-expected.checksum:
* platform/chromium-mac/css2.1/t090501-c414-flt-03-b-g-expected.png:
* platform/chromium-mac/css2.1/t090501-c5525-flt-l-00-b-g-expected.checksum: Added.
* platform/chromium-mac/css2.1/t090501-c5525-flt-l-00-b-g-expected.png: Added.
* platform/chromium-mac/css2.1/t090501-c5525-flt-r-00-b-g-expected.checksum: Added.
* platform/chromium-mac/css2.1/t090501-c5525-flt-r-00-b-g-expected.png: Added.
* platform/chromium-mac/css2.1/t100304-c43-rpl-bbx-01-d-g-expected.checksum:
* platform/chromium-mac/css2.1/t100304-c43-rpl-bbx-01-d-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-09-b-expected.checksum: Added.
* platform/chromium-mac/css2.1/t1202-counter-09-b-expected.png: 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-09-b-expected.checksum:
* platform/chromium-mac/css2.1/t1202-counters-09-b-expected.png:
* platform/chromium-mac/editing/deleting/5144139-2-expected.checksum: Added.
* platform/chromium-mac/editing/deleting/5144139-2-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/fast/css/beforeSelectorOnCodeElement-expected.checksum: Added.
* platform/chromium-mac/fast/css/beforeSelectorOnCodeElement-expected.png: Added.
* platform/chromium-mac/fast/css/font-face-opentype-expected.checksum: Added.
* platform/chromium-mac/fast/css/font-face-opentype-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-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:
* platform/chromium-mac/fast/css/text-overflow-ellipsis-strict-expected.png:
* platform/chromium-mac/fast/css/text-security-expected.checksum: Added.
* platform/chromium-mac/fast/css/text-security-expected.png: Added.
* platform/chromium-mac/fast/encoding/denormalised-voiced-japanese-chars-expected.checksum: Added.
* platform/chromium-mac/fast/encoding/denormalised-voiced-japanese-chars-expected.png: Added.
* platform/chromium-mac/fast/encoding/invalid-UTF-8-expected.checksum: Added.
* platform/chromium-mac/fast/encoding/invalid-UTF-8-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/visual-hebrew-text-field-expected.checksum: Added.
* platform/chromium-mac/fast/forms/visual-hebrew-text-field-expected.png: Added.
* platform/chromium-mac/fast/text/backslash-to-yen-sign-euc-expected.checksum:
* platform/chromium-mac/fast/text/backslash-to-yen-sign-euc-expected.png:
* platform/chromium-mac/fast/text/backslash-to-yen-sign-expected.checksum:
* platform/chromium-mac/fast/text/backslash-to-yen-sign-expected.png:
* 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/cg-fallback-bolding-expected.checksum: Added.
* platform/chromium-mac/fast/text/cg-fallback-bolding-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/001-expected.checksum: Added.
* platform/chromium-mac/fast/text/international/001-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-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-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-override-expected.checksum: Added.
* platform/chromium-mac/fast/text/international/bidi-override-expected.png: Added.
* platform/chromium-mac/fast/text/international/complex-character-based-fallback-expected.checksum: Added.
* platform/chromium-mac/fast/text/international/complex-character-based-fallback-expected.png: Added.
* platform/chromium-mac/fast/text/international/danda-space-expected.checksum: Added.
* platform/chromium-mac/fast/text/international/danda-space-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/hindi-whitespace-expected.checksum: Added.
* platform/chromium-mac/fast/text/international/hindi-whitespace-expected.png: Added.
* platform/chromium-mac/fast/text/international/plane2-expected.checksum: Added.
* platform/chromium-mac/fast/text/international/plane2-expected.png: Added.
* 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/wrap-CJK-001-expected.checksum: Added.
* platform/chromium-mac/fast/text/international/wrap-CJK-001-expected.png: Added.
* platform/chromium-win/svg/filters/feColorMatrix-offset-expected.checksum: Added.
* platform/chromium-win/svg/filters/feColorMatrix-offset-expected.png: Added.
* platform/chromium/test_expectations.txt:
2010-12-14 Julien Chaffraix <jchaffraix@codeaurora.org>
Reviewed by Darin Adler.
Test for: EventSource fails to connect if Content-Type header has a charset attribute
https://bugs.webkit.org/show_bug.cgi?id=45372
Test that a Content-Type of "text/event-stream; charset=UTF8" works correctly but
"text/event-stream" does not work.
* http/tests/eventsource/eventsource-content-type-charset-expected.txt: Added.
* http/tests/eventsource/eventsource-content-type-charset.html: Added.
* http/tests/eventsource/eventsource-content-type-text-event-stream-foobar-expected.txt: Added.
* http/tests/eventsource/eventsource-content-type-text-event-stream-foobar.html: Added.
* http/tests/eventsource/resources/response-content-type-charset.php: Added.
* http/tests/eventsource/resources/response-content-type-event-stream-foobar.php: Added.
2010-12-14 Pieter Senster <psenster@google.com>
Reviewed by Dirk Schulze.
Test that the channel offsets in the ColorMatrix filter are correctly incorporated
https://bugs.webkit.org/show_bug.cgi?id=50682
* platform/mac/svg/filters/feColorMatrix-offset-expected.checksum: Added.
* platform/mac/svg/filters/feColorMatrix-offset-expected.png: Added.
* platform/mac/svg/filters/feColorMatrix-offset-expected.txt: Added.
* svg/filters/feColorMatrix-offset.svg: Added.
2010-12-13 Dan Bernstein <mitz@apple.com>
Updated Leopard-specific results after r73993.
* 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/text/complex-text-opacity-expected.txt:
* platform/mac-leopard/fast/text/international/bidi-AN-after-L-expected.txt:
* platform/mac-leopard/fast/text/international/bidi-AN-after-empty-run-expected.txt:
* platform/mac-leopard/fast/text/international/bidi-CS-after-AN-expected.txt:
* platform/mac-leopard/fast/text/international/bidi-mirror-he-ar-expected.txt:
* platform/mac-leopard/fast/text/international/bidi-neutral-directionality-paragraph-start-expected.txt:
* platform/mac-leopard/fast/text/international/bidi-neutral-run-expected.txt:
* platform/mac-leopard/fast/text/international/thai-baht-space-expected.txt:
* platform/mac-leopard/platform/mac/editing/input/devanagari-ligature-expected.txt:
2010-12-13 Dai Mikurube <dmikurube@google.com>
Reviewed by Kent Tamura.
ValidityState's exposed functions should check if willValidate() is true before all
https://bugs.webkit.org/show_bug.cgi?id=50617
* fast/css/pseudo-required-optional-005-expected.txt:
* fast/css/pseudo-required-optional-005.html:
* fast/css/pseudo-valid-001-expected.txt:
* fast/css/pseudo-valid-001.html:
* fast/css/pseudo-valid-unapplied-expected.txt:
* fast/css/pseudo-valid-unapplied.html:
* fast/forms/ValidityState-customError.html:
* fast/forms/ValidityState-customError-expected.txt:
* fast/forms/ValidityState-customError.html:
* fast/forms/ValidityState-patternMismatch-expected.txt:
* fast/forms/ValidityState-patternMismatch.html:
* fast/forms/ValidityState-rangeOverflow-expected.txt:
* fast/forms/ValidityState-rangeUnderflow-expected.txt:
* fast/forms/ValidityState-stepMismatch-expected.txt:
* fast/forms/ValidityState-tooLong-input-expected.txt:
* fast/forms/ValidityState-tooLong-textarea-expected.txt:
* fast/forms/ValidityState-typeMismatch-color-expected.txt:
* fast/forms/ValidityState-typeMismatch-date-expected.txt:
* fast/forms/ValidityState-typeMismatch-datetime-expected.txt:
* fast/forms/ValidityState-typeMismatch-datetimelocal-expected.txt:
* fast/forms/ValidityState-typeMismatch-month-expected.txt:
* fast/forms/ValidityState-typeMismatch-number-expected.txt:
* fast/forms/ValidityState-typeMismatch-time-expected.txt:
* fast/forms/ValidityState-typeMismatch-url-expected.txt:
* fast/forms/ValidityState-typeMismatch-week-expected.txt:
* fast/forms/script-tests/ValidityState-rangeOverflow.js:
(checkOverflow):
(checkNotOverflow):
* fast/forms/script-tests/ValidityState-rangeUnderflow.js:
(checkUnderflow):
(checkNotUnderflow):
* fast/forms/script-tests/ValidityState-stepMismatch.js:
(stepMismatchFor):
* fast/forms/script-tests/ValidityState-tooLong-input.js:
* fast/forms/script-tests/ValidityState-tooLong-textarea.js:
* fast/forms/script-tests/ValidityState-typeMismatch-color.js:
():
* fast/forms/script-tests/ValidityState-typeMismatch-date.js:
():
(shouldBeValid):
(shouldBeInvalid):
* fast/forms/script-tests/ValidityState-typeMismatch-datetime.js:
():
(shouldBeValid):
(shouldBeInvalid):
* fast/forms/script-tests/ValidityState-typeMismatch-datetimelocal.js:
():
(shouldBeValid):
(shouldBeInvalid):
* fast/forms/script-tests/ValidityState-typeMismatch-month.js:
():
(shouldBeValid):
(shouldBeInvalid):
* fast/forms/script-tests/ValidityState-typeMismatch-number.js:
():
* fast/forms/script-tests/ValidityState-typeMismatch-time.js:
():
(shouldBeValid):
(shouldBeInvalid):
* fast/forms/script-tests/ValidityState-typeMismatch-url.js:
(check):
(expectValid):
(expectInvalid):
* fast/forms/script-tests/ValidityState-typeMismatch-week.js:
():
(shouldBeValid):
(shouldBeInvalid):
* fast/forms/script-tests/willvalidate.js:
* fast/forms/willvalidate-expected.txt:
2010-12-13 Brian Weinstein <bweinstein@apple.com>
Rebaseline Windows test results after r73993. All of these results were updated on the Mac with this
change, and this rebaselines Windows results to pass.
* platform/win/css2.1/t0805-c5519-brdr-r-01-e-expected.txt: Added.
* platform/win/css2.1/t0805-c5521-brdr-l-01-e-expected.txt: Added.
* platform/win/css2.1/t0905-c5525-fltblck-00-d-ag-expected.txt: Added.
* platform/win/css2.1/t0905-c5525-fltwidth-00-c-g-expected.txt: Added.
* platform/win/css2.1/t0905-c5525-fltwrap-00-b-expected.txt: Added.
* platform/win/css2.1/t1202-counter-04-b-expected.txt:
* platform/win/css2.1/t1202-counters-04-b-expected.txt:
* platform/win/editing/deleting/5144139-2-expected.txt: Added.
* platform/win/fast/text/international/bidi-mirror-he-ar-expected.txt:
* platform/win/fast/text/international/bold-bengali-expected.txt:
* platform/win/fast/text/international/complex-character-based-fallback-expected.txt:
* platform/win/fast/text/international/hebrew-vowels-expected.txt:
* platform/win/transforms/2d/hindi-rotated-expected.txt:
2010-12-13 Gavin Peters <gavinp@chromium.org>
Reviewed by Adam Barth.
Re land Purpose after bad merge
https://bugs.webkit.org/show_bug.cgi?id=51000
* http/tests/misc/resources/prefetch-purpose.php:
2010-12-13 Mihai Parparita <mihaip@chromium.org>
Unreviewed Chromium test expectations update.
Now that we've switched Chromium to the DRT (and the switch seems to
have stuck), remove the BUG_AWESOME lines about tests that only pass
with the DRT (but not test_shell).
* platform/chromium/test_expectations.txt:
2010-12-13 Dan Bernstein <mitz@apple.com>
Reviewed by Simon Fraser.
<rdar://problem/8763696> REGRESSION (r72173): Fallback fonts’ vertical metrics aren’t accounted for even when line-height is unspecified
https://bugs.webkit.org/show_bug.cgi?id=50979
* editing/selection/extend-selection-bidi-expected.txt:
* platform/mac/css2.1/t0805-c5518-brdr-t-01-e-expected.checksum:
* platform/mac/css2.1/t0805-c5518-brdr-t-01-e-expected.png:
* platform/mac/css2.1/t0805-c5518-brdr-t-01-e-expected.txt:
* platform/mac/css2.1/t0805-c5519-brdr-r-00-a-expected.checksum:
* platform/mac/css2.1/t0805-c5519-brdr-r-00-a-expected.png:
* platform/mac/css2.1/t0805-c5519-brdr-r-00-a-expected.txt:
* platform/mac/css2.1/t0805-c5520-brdr-b-01-e-expected.checksum:
* platform/mac/css2.1/t0805-c5520-brdr-b-01-e-expected.png:
* platform/mac/css2.1/t0805-c5520-brdr-b-01-e-expected.txt:
* platform/mac/css2.1/t0805-c5521-brdr-l-00-a-expected.checksum:
* platform/mac/css2.1/t0805-c5521-brdr-l-00-a-expected.png:
* platform/mac/css2.1/t0805-c5521-brdr-l-00-a-expected.txt:
* platform/mac/css2.1/t0805-c5521-brdr-l-01-e-expected.checksum:
* platform/mac/css2.1/t0805-c5521-brdr-l-01-e-expected.png:
* platform/mac/css2.1/t0805-c5521-brdr-l-01-e-expected.txt:
* platform/mac/css2.1/t0805-c5521-ibrdr-l-00-a-expected.checksum:
* platform/mac/css2.1/t0805-c5521-ibrdr-l-00-a-expected.png:
* platform/mac/css2.1/t0805-c5521-ibrdr-l-00-a-expected.txt:
* platform/mac/css2.1/t0905-c414-flt-02-c-expected.checksum:
* platform/mac/css2.1/t0905-c414-flt-02-c-expected.png:
* platform/mac/css2.1/t0905-c414-flt-02-c-expected.txt:
* platform/mac/css2.1/t0905-c414-flt-03-c-expected.checksum:
* platform/mac/css2.1/t0905-c414-flt-03-c-expected.png:
* platform/mac/css2.1/t0905-c414-flt-03-c-expected.txt:
* platform/mac/css2.1/t0905-c414-flt-04-c-expected.checksum:
* platform/mac/css2.1/t0905-c414-flt-04-c-expected.png:
* platform/mac/css2.1/t0905-c414-flt-04-c-expected.txt:
* platform/mac/css2.1/t0905-c414-flt-fit-01-d-g-expected.checksum:
* platform/mac/css2.1/t0905-c414-flt-fit-01-d-g-expected.png:
* platform/mac/css2.1/t0905-c414-flt-fit-01-d-g-expected.txt:
* platform/mac/css2.1/t0905-c5525-fltblck-01-d-expected.checksum:
* platform/mac/css2.1/t0905-c5525-fltblck-01-d-expected.png:
* platform/mac/css2.1/t0905-c5525-fltblck-01-d-expected.txt:
* platform/mac/css2.1/t0905-c5525-fltcont-00-d-g-expected.checksum:
* platform/mac/css2.1/t0905-c5525-fltcont-00-d-g-expected.png:
* platform/mac/css2.1/t0905-c5525-fltcont-00-d-g-expected.txt:
* platform/mac/css2.1/t0905-c5525-flthw-00-c-g-expected.checksum:
* platform/mac/css2.1/t0905-c5525-flthw-00-c-g-expected.png:
* platform/mac/css2.1/t0905-c5525-flthw-00-c-g-expected.txt:
* platform/mac/css2.1/t0905-c5525-fltwidth-00-c-g-expected.checksum:
* platform/mac/css2.1/t0905-c5525-fltwidth-00-c-g-expected.png:
* platform/mac/css2.1/t0905-c5525-fltwidth-00-c-g-expected.txt:
* platform/mac/css2.1/t0905-c5525-fltwidth-02-c-g-expected.checksum:
* platform/mac/css2.1/t0905-c5525-fltwidth-02-c-g-expected.png:
* platform/mac/css2.1/t0905-c5525-fltwidth-02-c-g-expected.txt:
* platform/mac/css2.1/t0905-c5525-fltwidth-03-c-g-expected.checksum:
* platform/mac/css2.1/t0905-c5525-fltwidth-03-c-g-expected.png:
* platform/mac/css2.1/t0905-c5525-fltwidth-03-c-g-expected.txt:
* platform/mac/css2.1/t0905-c5525-fltwrap-00-b-expected.checksum:
* platform/mac/css2.1/t0905-c5525-fltwrap-00-b-expected.png:
* platform/mac/css2.1/t0905-c5525-fltwrap-00-b-expected.txt:
* platform/mac/css2.1/t0905-c5526-flthw-00-c-g-expected.checksum:
* platform/mac/css2.1/t0905-c5526-flthw-00-c-g-expected.png:
* platform/mac/css2.1/t0905-c5526-flthw-00-c-g-expected.txt:
* platform/mac/css2.1/t090501-c414-flt-01-b-expected.checksum:
* platform/mac/css2.1/t090501-c414-flt-01-b-expected.png:
* platform/mac/css2.1/t090501-c414-flt-01-b-expected.txt:
* platform/mac/css2.1/t090501-c414-flt-03-b-g-expected.checksum:
* platform/mac/css2.1/t090501-c414-flt-03-b-g-expected.png:
* platform/mac/css2.1/t090501-c414-flt-03-b-g-expected.txt:
* platform/mac/css2.1/t090501-c5525-flt-l-00-b-g-expected.checksum:
* platform/mac/css2.1/t090501-c5525-flt-l-00-b-g-expected.png:
* platform/mac/css2.1/t090501-c5525-flt-l-00-b-g-expected.txt:
* platform/mac/css2.1/t090501-c5525-flt-r-00-b-g-expected.checksum:
* platform/mac/css2.1/t090501-c5525-flt-r-00-b-g-expected.png:
* platform/mac/css2.1/t090501-c5525-flt-r-00-b-g-expected.txt:
* platform/mac/css2.1/t100304-c43-rpl-bbx-01-d-g-expected.checksum:
* platform/mac/css2.1/t100304-c43-rpl-bbx-01-d-g-expected.png:
* platform/mac/css2.1/t100304-c43-rpl-bbx-01-d-g-expected.txt:
* platform/mac/css2.1/t1202-counter-03-b-expected.checksum:
* platform/mac/css2.1/t1202-counter-03-b-expected.png:
* platform/mac/css2.1/t1202-counter-03-b-expected.txt:
* platform/mac/css2.1/t1202-counter-04-b-expected.checksum:
* platform/mac/css2.1/t1202-counter-04-b-expected.png:
* platform/mac/css2.1/t1202-counter-04-b-expected.txt:
* platform/mac/css2.1/t1202-counter-09-b-expected.checksum:
* platform/mac/css2.1/t1202-counter-09-b-expected.png:
* platform/mac/css2.1/t1202-counter-09-b-expected.txt:
* platform/mac/css2.1/t1202-counters-03-b-expected.checksum:
* platform/mac/css2.1/t1202-counters-03-b-expected.png:
* platform/mac/css2.1/t1202-counters-03-b-expected.txt:
* platform/mac/css2.1/t1202-counters-04-b-expected.checksum:
* platform/mac/css2.1/t1202-counters-04-b-expected.png:
* platform/mac/css2.1/t1202-counters-04-b-expected.txt:
* platform/mac/css2.1/t1202-counters-09-b-expected.checksum:
* platform/mac/css2.1/t1202-counters-09-b-expected.png:
* platform/mac/css2.1/t1202-counters-09-b-expected.txt:
* platform/mac/editing/deleting/5144139-2-expected.checksum:
* platform/mac/editing/deleting/5144139-2-expected.png:
* platform/mac/editing/deleting/5144139-2-expected.txt:
* platform/mac/editing/selection/caret-rtl-2-expected.checksum:
* platform/mac/editing/selection/caret-rtl-2-expected.png:
* platform/mac/editing/selection/caret-rtl-2-expected.txt:
* platform/mac/editing/selection/caret-rtl-2-left-expected.checksum:
* platform/mac/editing/selection/caret-rtl-2-left-expected.png:
* platform/mac/editing/selection/caret-rtl-2-left-expected.txt:
* platform/mac/editing/selection/caret-rtl-expected.checksum:
* platform/mac/editing/selection/caret-rtl-expected.png:
* platform/mac/editing/selection/caret-rtl-expected.txt:
* platform/mac/editing/selection/caret-rtl-right-expected.checksum:
* platform/mac/editing/selection/caret-rtl-right-expected.png:
* platform/mac/editing/selection/caret-rtl-right-expected.txt:
* platform/mac/editing/selection/extend-selection-bidi-expected.checksum:
* platform/mac/editing/selection/extend-selection-bidi-expected.png:
* 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/css/beforeSelectorOnCodeElement-expected.checksum:
* platform/mac/fast/css/beforeSelectorOnCodeElement-expected.png:
* platform/mac/fast/css/beforeSelectorOnCodeElement-expected.txt:
* platform/mac/fast/css/font-face-opentype-expected.checksum:
* platform/mac/fast/css/font-face-opentype-expected.png:
* platform/mac/fast/css/font-face-opentype-expected.txt:
* platform/mac/fast/css/rtl-ordering-expected.checksum:
* platform/mac/fast/css/rtl-ordering-expected.png:
* platform/mac/fast/css/rtl-ordering-expected.txt:
* platform/mac/fast/css/text-overflow-ellipsis-bidi-expected.checksum:
* platform/mac/fast/css/text-overflow-ellipsis-bidi-expected.png:
* platform/mac/fast/css/text-overflow-ellipsis-bidi-expected.txt:
* platform/mac/fast/css/text-overflow-ellipsis-expected.checksum:
* platform/mac/fast/css/text-overflow-ellipsis-expected.png:
* platform/mac/fast/css/text-overflow-ellipsis-expected.txt:
* platform/mac/fast/css/text-overflow-ellipsis-strict-expected.checksum:
* platform/mac/fast/css/text-overflow-ellipsis-strict-expected.png:
* platform/mac/fast/css/text-overflow-ellipsis-strict-expected.txt:
* platform/mac/fast/css/text-security-expected.checksum:
* platform/mac/fast/css/text-security-expected.png:
* platform/mac/fast/css/text-security-expected.txt:
* platform/mac/fast/encoding/denormalised-voiced-japanese-chars-expected.checksum:
* platform/mac/fast/encoding/denormalised-voiced-japanese-chars-expected.png:
* platform/mac/fast/encoding/denormalised-voiced-japanese-chars-expected.txt:
* platform/mac/fast/encoding/invalid-UTF-8-expected.checksum:
* platform/mac/fast/encoding/invalid-UTF-8-expected.png:
* platform/mac/fast/encoding/invalid-UTF-8-expected.txt:
* platform/mac/fast/events/updateLayoutForHitTest-expected.checksum:
* platform/mac/fast/events/updateLayoutForHitTest-expected.png:
* platform/mac/fast/events/updateLayoutForHitTest-expected.txt:
* platform/mac/fast/forms/select-visual-hebrew-expected.checksum:
* platform/mac/fast/forms/select-visual-hebrew-expected.png:
* platform/mac/fast/forms/select-visual-hebrew-expected.txt:
* platform/mac/fast/forms/select-writing-direction-natural-expected.checksum:
* platform/mac/fast/forms/select-writing-direction-natural-expected.png:
* platform/mac/fast/forms/select-writing-direction-natural-expected.txt:
* platform/mac/fast/forms/visual-hebrew-text-field-expected.checksum:
* platform/mac/fast/forms/visual-hebrew-text-field-expected.png:
* platform/mac/fast/forms/visual-hebrew-text-field-expected.txt:
* platform/mac/fast/ruby/nested-ruby-expected.txt:
* platform/mac/fast/text/atsui-multiple-renderers-expected.checksum:
* platform/mac/fast/text/atsui-multiple-renderers-expected.png:
* platform/mac/fast/text/atsui-multiple-renderers-expected.txt:
* platform/mac/fast/text/backslash-to-yen-sign-euc-expected.checksum:
* platform/mac/fast/text/backslash-to-yen-sign-euc-expected.png:
* platform/mac/fast/text/backslash-to-yen-sign-euc-expected.txt:
* platform/mac/fast/text/backslash-to-yen-sign-expected.checksum:
* platform/mac/fast/text/backslash-to-yen-sign-expected.png:
* platform/mac/fast/text/backslash-to-yen-sign-expected.txt:
* platform/mac/fast/text/bidi-embedding-pop-and-push-same-expected.checksum:
* platform/mac/fast/text/bidi-embedding-pop-and-push-same-expected.png:
* platform/mac/fast/text/bidi-embedding-pop-and-push-same-expected.txt:
* platform/mac/fast/text/capitalize-boundaries-expected.checksum:
* platform/mac/fast/text/capitalize-boundaries-expected.png:
* platform/mac/fast/text/capitalize-boundaries-expected.txt:
* platform/mac/fast/text/cg-fallback-bolding-expected.checksum:
* platform/mac/fast/text/cg-fallback-bolding-expected.png:
* platform/mac/fast/text/cg-fallback-bolding-expected.txt:
* platform/mac/fast/text/complex-text-opacity-expected.checksum:
* platform/mac/fast/text/complex-text-opacity-expected.png:
* platform/mac/fast/text/complex-text-opacity-expected.txt:
* platform/mac/fast/text/in-rendered-text-rtl-expected.checksum:
* platform/mac/fast/text/in-rendered-text-rtl-expected.png:
* platform/mac/fast/text/in-rendered-text-rtl-expected.txt:
* platform/mac/fast/text/international/001-expected.checksum:
* platform/mac/fast/text/international/001-expected.png:
* platform/mac/fast/text/international/001-expected.txt:
* platform/mac/fast/text/international/002-expected.checksum:
* platform/mac/fast/text/international/002-expected.png:
* platform/mac/fast/text/international/002-expected.txt:
* platform/mac/fast/text/international/003-expected.checksum:
* platform/mac/fast/text/international/003-expected.png:
* platform/mac/fast/text/international/003-expected.txt:
* platform/mac/fast/text/international/bidi-AN-after-L-expected.checksum:
* platform/mac/fast/text/international/bidi-AN-after-L-expected.png:
* platform/mac/fast/text/international/bidi-AN-after-L-expected.txt:
* platform/mac/fast/text/international/bidi-AN-after-empty-run-expected.checksum:
* platform/mac/fast/text/international/bidi-AN-after-empty-run-expected.png:
* platform/mac/fast/text/international/bidi-AN-after-empty-run-expected.txt:
* platform/mac/fast/text/international/bidi-CS-after-AN-expected.checksum:
* platform/mac/fast/text/international/bidi-CS-after-AN-expected.png:
* platform/mac/fast/text/international/bidi-CS-after-AN-expected.txt:
* platform/mac/fast/text/international/bidi-L2-run-reordering-expected.checksum:
* platform/mac/fast/text/international/bidi-L2-run-reordering-expected.png:
* platform/mac/fast/text/international/bidi-L2-run-reordering-expected.txt:
* platform/mac/fast/text/international/bidi-LDB-2-CSS-expected.checksum:
* platform/mac/fast/text/international/bidi-LDB-2-CSS-expected.png:
* platform/mac/fast/text/international/bidi-LDB-2-CSS-expected.txt:
* platform/mac/fast/text/international/bidi-LDB-2-HTML-expected.checksum:
* platform/mac/fast/text/international/bidi-LDB-2-HTML-expected.png:
* platform/mac/fast/text/international/bidi-LDB-2-HTML-expected.txt:
* platform/mac/fast/text/international/bidi-LDB-2-formatting-characters-expected.checksum:
* platform/mac/fast/text/international/bidi-LDB-2-formatting-characters-expected.png:
* platform/mac/fast/text/international/bidi-LDB-2-formatting-characters-expected.txt:
* platform/mac/fast/text/international/bidi-european-terminators-expected.checksum:
* platform/mac/fast/text/international/bidi-european-terminators-expected.png:
* platform/mac/fast/text/international/bidi-european-terminators-expected.txt:
* platform/mac/fast/text/international/bidi-fallback-font-weight-expected.checksum:
* platform/mac/fast/text/international/bidi-fallback-font-weight-expected.png:
* platform/mac/fast/text/international/bidi-fallback-font-weight-expected.txt:
* platform/mac/fast/text/international/bidi-ignored-for-first-child-inline-expected.checksum:
* platform/mac/fast/text/international/bidi-ignored-for-first-child-inline-expected.png:
* platform/mac/fast/text/international/bidi-ignored-for-first-child-inline-expected.txt:
* platform/mac/fast/text/international/bidi-innertext-expected.checksum:
* platform/mac/fast/text/international/bidi-innertext-expected.png:
* platform/mac/fast/text/international/bidi-innertext-expected.txt:
* 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-001-expected.txt:
* 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-002-expected.txt:
* 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-linebreak-003-expected.txt:
* platform/mac/fast/text/international/bidi-listbox-atsui-expected.checksum:
* platform/mac/fast/text/international/bidi-listbox-atsui-expected.png:
* platform/mac/fast/text/international/bidi-listbox-atsui-expected.txt:
* platform/mac/fast/text/international/bidi-listbox-expected.checksum:
* platform/mac/fast/text/international/bidi-listbox-expected.png:
* platform/mac/fast/text/international/bidi-listbox-expected.txt:
* platform/mac/fast/text/international/bidi-menulist-expected.checksum:
* platform/mac/fast/text/international/bidi-menulist-expected.png:
* platform/mac/fast/text/international/bidi-menulist-expected.txt:
* 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-mirror-he-ar-expected.txt:
* 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/fast/text/international/bidi-neutral-directionality-paragraph-start-expected.txt:
* platform/mac/fast/text/international/bidi-neutral-run-expected.checksum:
* platform/mac/fast/text/international/bidi-neutral-run-expected.png:
* platform/mac/fast/text/international/bidi-neutral-run-expected.txt:
* platform/mac/fast/text/international/bidi-override-expected.checksum:
* platform/mac/fast/text/international/bidi-override-expected.png:
* platform/mac/fast/text/international/bidi-override-expected.txt:
* platform/mac/fast/text/international/complex-character-based-fallback-expected.checksum:
* platform/mac/fast/text/international/complex-character-based-fallback-expected.png:
* platform/mac/fast/text/international/complex-character-based-fallback-expected.txt:
* platform/mac/fast/text/international/danda-space-expected.checksum:
* platform/mac/fast/text/international/danda-space-expected.png:
* platform/mac/fast/text/international/danda-space-expected.txt:
* platform/mac/fast/text/international/hebrew-vowels-expected.checksum:
* platform/mac/fast/text/international/hebrew-vowels-expected.png:
* platform/mac/fast/text/international/hebrew-vowels-expected.txt:
* platform/mac/fast/text/international/hindi-spacing-expected.checksum:
* platform/mac/fast/text/international/hindi-spacing-expected.png:
* platform/mac/fast/text/international/hindi-spacing-expected.txt:
* platform/mac/fast/text/international/hindi-whitespace-expected.checksum:
* platform/mac/fast/text/international/hindi-whitespace-expected.png:
* platform/mac/fast/text/international/hindi-whitespace-expected.txt:
* platform/mac/fast/text/international/plane2-expected.checksum:
* platform/mac/fast/text/international/plane2-expected.png:
* platform/mac/fast/text/international/plane2-expected.txt:
* platform/mac/fast/text/international/rtl-caret-expected.checksum:
* platform/mac/fast/text/international/rtl-caret-expected.png:
* platform/mac/fast/text/international/rtl-caret-expected.txt:
* platform/mac/fast/text/international/thai-baht-space-expected.checksum:
* platform/mac/fast/text/international/thai-baht-space-expected.png:
* platform/mac/fast/text/international/thai-baht-space-expected.txt:
* platform/mac/fast/text/international/thai-line-breaks-expected.checksum:
* platform/mac/fast/text/international/thai-line-breaks-expected.png:
* platform/mac/fast/text/international/thai-line-breaks-expected.txt:
* platform/mac/fast/text/international/wrap-CJK-001-expected.checksum:
* platform/mac/fast/text/international/wrap-CJK-001-expected.png:
* platform/mac/fast/text/international/wrap-CJK-001-expected.txt:
* platform/mac/transforms/2d/hindi-rotated-expected.checksum:
* platform/mac/transforms/2d/hindi-rotated-expected.png:
* platform/mac/transforms/2d/hindi-rotated-expected.txt:
2010-12-13 Jon Honeycutt <jhoneycutt@apple.com>
Add a failing test to the Windows skipped list.
Rubber-stamped by Steve Falkenburg.
* platform/win/Skipped:
Added fast/loader/user-stylesheet-fast-path.html.
2010-12-13 Chris Fleizach <cfleizach@apple.com>
Reviewed by Beth Dakin.
AX: aria-invalid should be supported.
https://bugs.webkit.org/show_bug.cgi?id=50573
* platform/mac/accessibility/aria-invalid-expected.txt: Added.
* platform/mac/accessibility/aria-invalid.html: Added.
* platform/mac/accessibility/radio-button-group-members-expected.txt:
2010-12-13 Chris Fleizach <cfleizach@apple.com>
Reviewed by Beth Dakin.
AX: lists and list boxes need different attributes
https://bugs.webkit.org/show_bug.cgi?id=50978
* platform/mac/accessibility/lists-expected.txt:
2010-12-13 Jian Li <jianli@chromium.org>
Unreviewed. Updated chromium test expectations.
* platform/chromium/test_expectations.txt:
2010-12-13 Michael Saboff <msaboff@apple.com>
Reviewed by Oliver Hunt.
REGRESSION: mobileme mail viewing is broken
https://bugs.webkit.org/show_bug.cgi?id=50884
Added a test to check parentheses nesting within parentheses that
don't capture and that are fixed count. There is special handling
for this case in the RegExp JIT code.
* fast/regex/parentheses-expected.txt:
* fast/regex/script-tests/parentheses.js:
2010-12-13 Chris Fleizach <cfleizach@apple.com>
Reviewed by Beth Dakin.
Fix legend.htm accessibility test so it doesn't dump all attributes
https://bugs.webkit.org/show_bug.cgi?id=50957
* accessibility/legend.html:
* platform/mac/accessibility/legend-expected.txt:
2010-12-13 Sheriff Bot <webkit.review.bot@gmail.com>
Unreviewed, rolling out r73922.
http://trac.webkit.org/changeset/73922
https://bugs.webkit.org/show_bug.cgi?id=50964
Remove rebaseline results due to that 73914 has been rolled
out (Requested by jianli on #webkit).
* platform/chromium-linux/http/tests/security/xss-DENIED-frame-name-expected.txt: Copied from LayoutTests/platform/chromium-win/http/tests/security/xss-DENIED-frame-name-expected.txt.
* platform/chromium-mac/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-document-write-expected.txt:
* platform/chromium-mac/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-javascript-url-expected.txt:
* platform/chromium-mac/http/tests/security/aboutBlank/xss-DENIED-set-opener-expected.txt:
* platform/chromium-mac/http/tests/security/xss-DENIED-frame-name-expected.txt:
* platform/chromium-win/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-document-write-expected.txt:
* platform/chromium-win/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-javascript-url-expected.txt:
* platform/chromium-win/http/tests/security/aboutBlank/xss-DENIED-set-opener-expected.txt:
* platform/chromium-win/http/tests/security/xss-DENIED-frame-name-expected.txt:
* platform/chromium/test_expectations.txt:
2010-12-13 Jon Honeycutt <jhoneycutt@apple.com>
Remove some empty files that should've been removed as part of r73942.
Reviewed by Ojan Vafai.
* editing/selection/extend-to-line-boundary-expected.txt: Removed.
* editing/selection/extend-to-line-boundary.html: Removed.
2010-12-13 Antti Koivisto <antti@apple.com>
Unreviewed.
Adding
http/tests/local/link-stylesheet-load-order.html
http/tests/local/link-stylesheet-load-order-preload.html
to the Gtk skip list.
* platform/gtk/Skipped:
2010-12-13 Antti Koivisto <antti@apple.com>
Unreviewed.
Adding
http/tests/local/link-stylesheet-load-order.html
http/tests/local/link-stylesheet-load-order-preload.html
to Mac WebKit2 and Qt skip lists.
* platform/mac-wk2/Skipped:
* platform/qt/Skipped:
2010-12-13 Sheriff Bot <webkit.review.bot@gmail.com>
Unreviewed, rolling out r73923.
http://trac.webkit.org/changeset/73923
https://bugs.webkit.org/show_bug.cgi?id=50944
Broke editing/selection/extend-selection-home-end.html on non-
mac platforms. Looks like a real bug. (Requested by ojan on
#webkit).
* editing/selection/extend-to-line-boundary-expected.txt: Removed.
* editing/selection/extend-to-line-boundary.html: Removed.
2010-12-13 Yury Semikhatsky <yurys@chromium.org>
Unreviewed. Rollout 73914, 73915, 73917, 73920 and 73921.
REGRESSION(r73914): "Chromium page_cycler_morejs fails" (Requested by yurys on #webkit).
https://bugs.webkit.org/show_bug.cgi?id=50950
* fast/events/resources/window-onerror.js: Removed.
* fast/events/window-onerror1-expected.txt: Removed.
* fast/events/window-onerror1.html: Removed.
* fast/events/window-onerror10-expected.txt: Removed.
* fast/events/window-onerror10.html: Removed.
* fast/events/window-onerror11-expected.txt: Removed.
* fast/events/window-onerror11.html: Removed.
* fast/events/window-onerror2-expected.txt: Removed.
* fast/events/window-onerror2.html: Removed.
* fast/events/window-onerror3-expected.txt: Removed.
* fast/events/window-onerror3.html: Removed.
* fast/events/window-onerror4-expected.txt: Removed.
* fast/events/window-onerror4.html: Removed.
* fast/events/window-onerror5-expected.txt: Removed.
* fast/events/window-onerror5.html: Removed.
* fast/events/window-onerror6-expected.txt: Removed.
* fast/events/window-onerror6.html: Removed.
* fast/events/window-onerror7-expected.txt: Removed.
* fast/events/window-onerror7.html: Removed.
* fast/events/window-onerror8-expected.txt: Removed.
* fast/events/window-onerror8.html: Removed.
* fast/events/window-onerror9-expected.txt: Removed.
* fast/events/window-onerror9.html: Removed.
* fast/workers/worker-script-error-expected.txt:
* http/tests/security/resources/onerror-iframe.html: Removed.
* http/tests/security/window-onerror-exception-in-iframe-expected.txt: Removed.
* http/tests/security/window-onerror-exception-in-iframe.html: Removed.
* platform/chromium-win/fast/workers/worker-script-error-expected.txt:
* platform/chromium/fast/events/window-onerror1-expected.txt: Removed.
* platform/chromium/fast/events/window-onerror10-expected.txt: Removed.
* platform/chromium/fast/events/window-onerror11-expected.txt: Removed.
* platform/chromium/fast/events/window-onerror2-expected.txt: Removed.
* platform/chromium/fast/events/window-onerror3-expected.txt: Removed.
* platform/chromium/fast/events/window-onerror4-expected.txt: Removed.
* platform/chromium/fast/events/window-onerror5-expected.txt: Removed.
* platform/chromium/fast/events/window-onerror6-expected.txt: Removed.
* platform/chromium/fast/events/window-onerror7-expected.txt: Removed.
* platform/chromium/fast/events/window-onerror8-expected.txt: Removed.
* platform/chromium/fast/events/window-onerror9-expected.txt: Removed.
* platform/chromium/http/tests/security/window-onerror-exception-in-iframe-expected.txt: Removed.
* platform/chromium/userscripts/window-onerror-for-isolated-world-1-expected.txt: Removed.
* platform/chromium/userscripts/window-onerror-for-isolated-world-2-expected.txt: Removed.
* platform/gtk/Skipped:
* userscripts/window-onerror-for-isolated-world-1-expected.txt: Removed.
* userscripts/window-onerror-for-isolated-world-1.html: Removed.
* userscripts/window-onerror-for-isolated-world-2-expected.txt: Removed.
* userscripts/window-onerror-for-isolated-world-2.html: Removed.
2010-12-09 Antti Koivisto <antti@apple.com>
Reviewed by Alexey Proskuryakov.
https://bugs.webkit.org/show_bug.cgi?id=50758
<rdar://problem/8722094>
Defer loading print stylesheets
Test load ordering.
* http/tests/local/link-stylesheet-load-order-expected.txt: Added.
* http/tests/local/link-stylesheet-load-order-preload-expected.txt: Added.
* http/tests/local/link-stylesheet-load-order-preload.html: Added.
* http/tests/local/link-stylesheet-load-order.html: Added.
2010-12-13 Justin Schuh <jschuh@chromium.org>
Reviewed by Dimitri Glazkov.
HTMLCanvasElement should handle multiple observers.
https://bugs.webkit.org/show_bug.cgi?id=50899
* fast/canvas/canvas-bg-multiple-removal-expected.txt: Added.
* fast/canvas/canvas-bg-multiple-removal.html: Added.
2010-12-13 Mihai Parparita <mihaip@chromium.org>
Reviewed by Adam Barth.
[Chromium] canvas/philip/tests/2d.missingargs.html hangs on Snow Leopard
https://bugs.webkit.org/show_bug.cgi?id=50841
Add test that calls strokeText() (i.e. with no arguments).
* fast/canvas/strokeText-missing-args-expected.txt: Added.
* fast/canvas/strokeText-missing-args.html: Added.
2010-12-13 Benjamin Kalman <kalman@chromium.org>
Reviewed by Ojan Vafai.
Shift-End does not select to the end of the line
https://bugs.webkit.org/show_bug.cgi?id=50610
* editing/selection/extend-to-line-boundary-expected.txt: Added.
* editing/selection/extend-to-line-boundary.html: Added.
2010-12-13 Pavel Feldman <pfeldman@chromium.org>
Not reviewed: rebaseline xss tests for window.onerror.
* platform/chromium-linux/http/tests/security/xss-DENIED-frame-name-expected.txt: Removed.
* platform/chromium-mac/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-document-write-expected.txt:
* platform/chromium-mac/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-javascript-url-expected.txt:
* platform/chromium-mac/http/tests/security/aboutBlank/xss-DENIED-set-opener-expected.txt:
* platform/chromium-mac/http/tests/security/xss-DENIED-frame-name-expected.txt:
* platform/chromium-win/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-document-write-expected.txt:
* platform/chromium-win/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-javascript-url-expected.txt:
* platform/chromium-win/http/tests/security/aboutBlank/xss-DENIED-set-opener-expected.txt:
* platform/chromium-win/http/tests/security/xss-DENIED-frame-name-expected.txt:
* platform/chromium/test_expectations.txt:
2010-12-13 John Knottenbelt <jknotten@chromium.org>
Reviewed by Steve Block.
Fix layout test dom/fast/Geolocation/permission-denied-already-error.html for client-based Geolocation
https://bugs.webkit.org/show_bug.cgi?id=50920
* fast/dom/Geolocation/script-tests/permission-denied-already-error.js:
2010-12-13 Mario Sanchez Prada <msanchez@igalia.com>
Reviewed by Xan Lopez.
[Gtk] Additional support is needed for caret browsing
https://bugs.webkit.org/show_bug.cgi?id=25526
New layout test to check the "MoveTo{Beginninng|End}OfDocument"
commands when caret browsing is enabled.
* platform/gtk/editing/selection/caret-mode-document-begin-end-expected.txt: Added.
* platform/gtk/editing/selection/caret-mode-document-begin-end.html: Added.
2010-12-13 Ilya Tikhonovsky <loislo@chromium.org>
Reviewed by Yury Semikhatsky.
Web Inspector: Protocol cleanup task. Assign domain attribute to Resources and Debugger specific functions.
Debugger and Resources related notification functions of Inspector.idl were
marked as such with help of "domain" attribute. The other changes in js files
are reflecting this change. Some wrappers in WebInspector namespace were dropped,
the others were moved to DebuggerModel class.
https://bugs.webkit.org/show_bug.cgi?id=50906
* http/tests/inspector/debugger-test2.js:
(initialize_DebuggerTest.InspectorTest.startDebuggerTest.startTest):
(initialize_DebuggerTest.InspectorTest.startDebuggerTest):
(initialize_DebuggerTest.InspectorTest.completeDebuggerTest.disableDebugger):
(initialize_DebuggerTest.InspectorTest.showScriptSource):
2010-12-13 Yury Semikhatsky <yurys@chromium.org>
Reviewed by Adam Barth.
WebCore doesn't fire window.onerror event when uncaught JavaScript exceptions are thrown
https://bugs.webkit.org/show_bug.cgi?id=8519
Uncaught exceptions are propagated to window.onerror hander if one is present.
The handler is expected to be a function accepting three arguments: error message,
resource url and line number where the exception occured.
* fast/events/resources/window-onerror.js: Added.
(throwException):
* fast/events/window-onerror1-expected.txt: Added.
* fast/events/window-onerror1.html: Added.
* fast/events/window-onerror10-expected.txt: Added.
* fast/events/window-onerror10.html: Added.
* fast/events/window-onerror11-expected.txt: Added.
* fast/events/window-onerror11.html: Added.
* fast/events/window-onerror2-expected.txt: Added.
* fast/events/window-onerror2.html: Added.
* fast/events/window-onerror3-expected.txt: Added.
* fast/events/window-onerror3.html: Added.
* fast/events/window-onerror4-expected.txt: Added.
* fast/events/window-onerror4.html: Added.
* fast/events/window-onerror5-expected.txt: Added.
* fast/events/window-onerror5.html: Added.
* fast/events/window-onerror6-expected.txt: Added.
* fast/events/window-onerror6.html: Added.
* fast/events/window-onerror7-expected.txt: Added.
* fast/events/window-onerror7.html: Added.
* fast/events/window-onerror8-expected.txt: Added.
* fast/events/window-onerror8.html: Added.
* fast/events/window-onerror9-expected.txt: Added.
* fast/events/window-onerror9.html: Added.
* fast/workers/worker-script-error-expected.txt:
* http/tests/security/resources/onerror-iframe.html: Added.
* http/tests/security/window-onerror-exception-in-iframe-expected.txt: Added.
* http/tests/security/window-onerror-exception-in-iframe.html: Added.
* platform/chromium-win/fast/workers/worker-script-error-expected.txt:
* platform/chromium/fast/events/window-onerror1-expected.txt: Added.
* platform/chromium/fast/events/window-onerror10-expected.txt: Added.
* platform/chromium/fast/events/window-onerror11-expected.txt: Added.
* platform/chromium/fast/events/window-onerror2-expected.txt: Added.
* platform/chromium/fast/events/window-onerror3-expected.txt: Added.
* platform/chromium/fast/events/window-onerror4-expected.txt: Added.
* platform/chromium/fast/events/window-onerror5-expected.txt: Added.
* platform/chromium/fast/events/window-onerror6-expected.txt: Added.
* platform/chromium/fast/events/window-onerror7-expected.txt: Added.
* platform/chromium/fast/events/window-onerror8-expected.txt: Added.
* platform/chromium/fast/events/window-onerror9-expected.txt: Added.
* platform/chromium/http/tests/security/window-onerror-exception-in-iframe-expected.txt: Added.
* platform/chromium/userscripts/window-onerror-for-isolated-world-1-expected.txt: Added.
* platform/chromium/userscripts/window-onerror-for-isolated-world-2-expected.txt: Added.
* userscripts/window-onerror-for-isolated-world-1-expected.txt: Added.
* userscripts/window-onerror-for-isolated-world-1.html: Added.
* userscripts/window-onerror-for-isolated-world-2-expected.txt: Added.
* userscripts/window-onerror-for-isolated-world-2.html: Added.
2010-12-08 Alexander Pavlov <apavlov@chromium.org>
Reviewed by Joseph Pecoraro.
Web Inspector: Enable CSS property editing name/value-wise (like Firebug does)
https://bugs.webkit.org/show_bug.cgi?id=50565
* inspector/console-dir.html:
* inspector/styles-add-blank-property.html:
2010-12-13 W. James MacLean <wjmaclean@chromium.org>
Reviewed by Csaba Osztrogonác.
Remove unnecessary pixel results, use platform-independent text results, re Changeset 72802
https://bugs.webkit.org/show_bug.cgi?id=50233
Remove redundant, platform-specific test results.
* platform/chromium-linux/svg/custom/svg-parse-overflow-1-expected.txt: Removed.
* platform/chromium-linux/svg/custom/svg-parse-overflow-2-expected.txt: Removed.
* platform/chromium-linux/svg/custom/svg-parse-overflow-3-expected.txt: Removed.
* platform/chromium-linux/svg/custom/svg-parse-overflow-4-expected.txt: Removed.
* platform/chromium-linux/svg/custom/svg-parse-overflow-5-expected.txt: Removed.
* platform/mac/svg/custom/svg-parse-overflow-1-expected.txt: Removed.
* platform/mac/svg/custom/svg-parse-overflow-2-expected.txt: Removed.
* platform/mac/svg/custom/svg-parse-overflow-3-expected.txt: Removed.
* platform/mac/svg/custom/svg-parse-overflow-4-expected.txt: Removed.
* platform/mac/svg/custom/svg-parse-overflow-5-expected.txt: Removed.
2010-12-13 Sheriff Bot <webkit.review.bot@gmail.com>
Unreviewed, rolling out r73898.
http://trac.webkit.org/changeset/73898
https://bugs.webkit.org/show_bug.cgi?id=50919
FileSystem and Database API's were broken (Requested by loislo
on #webkit).
* http/tests/inspector/debugger-test2.js:
(initialize_DebuggerTest.InspectorTest.startDebuggerTest.startTest):
(initialize_DebuggerTest.InspectorTest.startDebuggerTest):
(initialize_DebuggerTest.InspectorTest.completeDebuggerTest.disableDebugger):
(initialize_DebuggerTest.InspectorTest.showScriptSource):
2010-12-13 Csaba Osztrogonác <ossy@webkit.org>
Unreviewed.
[Qt] fast/loader/user-stylesheet-fast-path.html fails
https://bugs.webkit.org/show_bug.cgi?id=50911
* platform/qt/Skipped: Add the failing test until fix.
2010-12-13 Pavel Feldman <pfeldman@chromium.org>
Not reviewed. Updated chromium gpu test expectations.
* platform/chromium-gpu/test_expectations.txt:
2010-12-13 Pavel Feldman <pfeldman@chromium.org>
Not reviewed. Updated chromium test expectations.
* platform/chromium/test_expectations.txt:
2010-12-13 Ilya Tikhonovsky <loislo@chromium.org>
Reviewed by Yury Semikhatsky.
Web Inspector: Protocol cleanup task. Assign domain attribute to Resources and Debugger specific functions.
Debugger and Resources related notification functions of Inspector.idl were
marked as such with help of "domain" attribute. The other changes in js files
are reflecting this change. Some wrappers in WebInspector namespace were dropped,
the others were moved to DebuggerModel class.
https://bugs.webkit.org/show_bug.cgi?id=50906
* http/tests/inspector/debugger-test2.js:
(initialize_DebuggerTest.InspectorTest.startDebuggerTest.startTest):
(initialize_DebuggerTest.InspectorTest.startDebuggerTest):
(initialize_DebuggerTest.InspectorTest.completeDebuggerTest.disableDebugger):
(initialize_DebuggerTest.InspectorTest.showScriptSource):
* platform/chromium/test_expectations.txt:
2010-12-13 Pavel Feldman <pfeldman@chromium.org>
Not reviewed. Updated chromium test expectations.
* platform/chromium/test_expectations.txt:
2010-12-13 Pavel Feldman <pfeldman@chromium.org>
Not reviewed. Updated chromium test expectations.
* platform/chromium/test_expectations.txt:
2010-12-13 Patrick Gansterer <paroga@webkit.org>
Reviewed by Eric Seidel.
Move user stylesheet test into platform independent directory
https://bugs.webkit.org/show_bug.cgi?id=47335
There is nothing platform specific in the test, so move it out of the mac directory.
* fast/loader/user-stylesheet-fast-path-expected.txt: Copied from LayoutTests/platform/mac/fast/loader/user-stylesheet-fast-path-expected.txt.
* fast/loader/user-stylesheet-fast-path.html: Copied from LayoutTests/platform/mac/fast/loader/user-stylesheet-fast-path.html.
* platform/mac/fast/loader/user-stylesheet-fast-path-expected.txt: Removed.
* platform/mac/fast/loader/user-stylesheet-fast-path.html: Removed.
2010-12-13 MORITA Hajime <morrita@google.com>
Unreviewed expectation update.
* platform/chromium/test_expectations.txt:
2010-12-13 Helder Correia <helder@sencha.com>
Reviewed by Eric Seidel.
[Qt] StillImage::draw() should use ContextShadow
https://bugs.webkit.org/show_bug.cgi?id=50849
The branch that checks for a shadow requirement in StillImage::draw()
is executed when drawing a canvas onto a canvas with
ctx1.drawImage(canvas2, x, y). The current implementation supports
solid shadows only. And if transformations are present, the offset gets
transformed as well. Thus, ContextShadow must be used instead in order
to support blur and correct offset transformations.
* fast/canvas/canvas-draw-canvas-on-canvas-shadow-expected.txt: Added.
* fast/canvas/canvas-draw-canvas-on-canvas-shadow.html: Added.
* fast/canvas/script-tests/canvas-draw-canvas-on-canvas-shadow.js: Added.
2010-10-28 MORITA Hajime <morrita@google.com>
Reviewed by Ojan Vafai.
spellcheck does not check pasted text
https://bugs.webkit.org/show_bug.cgi?id=40092
* editing/spelling/script-tests/spellcheck-paste.js: Added.
* editing/spelling/spellcheck-paste.html: Added.
* editing/spelling/spellcheck-paste-expected.txt: Added.
* platform/chromium/test_expectations.txt:
* platform/gtk/Skipped:
* platform/mac-leopard/Skipped:
* platform/mac-tiger/Skipped:
* platform/mac-wk2/Skipped:
* platform/qt/Skipped:
* platform/win/Skipped:
2010-12-12 Sam Weinig <sam@webkit.org>
Update WebKit2 skipped list.
* platform/mac-wk2/Skipped:
2010-12-12 Alejandro G. Castro <alex@igalia.com>
Unreviewed, skipping failing tests in the bots.
* platform/gtk/Skipped:
2010-12-10 Michael Saboff <msaboff@apple.com>
Reviewed by Gavin Barraclough.
REGRESSION Hang inside Yarr::RegexCodeBlock::execute when visiting
bugs.webkit.org
https://bugs.webkit.org/show_bug.cgi?id=50816
New test to verify proper backtracking of alternative nested parens.
* fast/regex/parentheses-expected.txt:
* fast/regex/script-tests/parentheses.js:
2010-12-11 Pavel Feldman <pfeldman@chromium.org>
Not reviewed. Updated chromium test expectations.
* platform/chromium/test_expectations.txt:
2010-10-11 Diego Gonzalez <diegohcg@webkit.org>
Reviewed by Kenneth Rohde Christiansen.
[Qt] Mock DeviceOrientation client for DRT
https://bugs.webkit.org/show_bug.cgi?id=47490
* platform/qt/Skipped:
2010-12-11 Pavel Feldman <pfeldman@chromium.org>
Not reviewed. Update chromium test expectations.
* platform/chromium/test_expectations.txt:
2010-12-11 Alejandro G. Castro <alex@igalia.com>
Unreviewed, skipping failing tests in the bots.
* platform/gtk/Skipped:
2010-12-11 Xan Lopez <xlopez@igalia.com>
Skip failing http test.
* platform/gtk/Skipped:
2010-12-11 Xan Lopez <xlopez@igalia.com>
Another crashing inspector test.
* platform/gtk/Skipped:
2010-12-11 Xan Lopez <xlopez@igalia.com>
inspector/debugger-step-out.html crashing intermittently in the bots
https://bugs.webkit.org/show_bug.cgi?id=50868
* platform/gtk/Skipped:
2010-12-11 Philippe Normand <pnormand@igalia.com>
Unreviewed, unskip some media tests on GTK that don't fail locally.
* platform/gtk/Skipped:
2010-12-10 Alexey Proskuryakov <ap@apple.com>
Reviewed by Darin Adler.
https://bugs.webkit.org/show_bug.cgi?id=46573
<rdar://problem/8479389> REGRESSION: charset="utf-8" (with quotes) doesn't work
* http/tests/mime/quoted-charset-expected.txt: Added.
* http/tests/mime/quoted-charset.php: Added.
2010-12-10 Mihai Parparita <mihaip@chromium.org>
Unreviewed Chromium test expectation update.
Attach more specific bug IDs to Philip canvas test suite failures.
* platform/chromium/test_expectations.txt:
2010-12-10 W. James MacLean <wjmaclean@chromium.org>
Reviewed by Ojan Vafai.
Remove unnecessary pixel results, use platform-independent text results, re Changeset 72802
https://bugs.webkit.org/show_bug.cgi?id=50233
First part of two-part patch to remove unnecessary pixel tests, and (in part two)
have a single set of text expectations for all platforms. The standardized text
expectations are added in this patch.
* platform/chromium-linux/svg/custom/svg-parse-overflow-1-expected.checksum: Removed.
* platform/chromium-linux/svg/custom/svg-parse-overflow-1-expected.png: Removed.
* platform/chromium-linux/svg/custom/svg-parse-overflow-2-expected.checksum: Removed.
* platform/chromium-linux/svg/custom/svg-parse-overflow-2-expected.png: Removed.
* platform/chromium-linux/svg/custom/svg-parse-overflow-3-expected.checksum: Removed.
* platform/chromium-linux/svg/custom/svg-parse-overflow-3-expected.png: Removed.
* platform/chromium-linux/svg/custom/svg-parse-overflow-4-expected.checksum: Removed.
* platform/chromium-linux/svg/custom/svg-parse-overflow-4-expected.png: Removed.
* platform/chromium-linux/svg/custom/svg-parse-overflow-5-expected.checksum: Removed.
* platform/chromium-linux/svg/custom/svg-parse-overflow-5-expected.png: Removed.
* platform/chromium-mac/svg/custom/svg-parse-overflow-1-expected.checksum: Removed.
* platform/chromium-mac/svg/custom/svg-parse-overflow-1-expected.png: Removed.
* platform/chromium-mac/svg/custom/svg-parse-overflow-2-expected.checksum: Removed.
* platform/chromium-mac/svg/custom/svg-parse-overflow-2-expected.png: Removed.
* platform/chromium-mac/svg/custom/svg-parse-overflow-3-expected.checksum: Removed.
* platform/chromium-mac/svg/custom/svg-parse-overflow-3-expected.png: Removed.
* platform/chromium-mac/svg/custom/svg-parse-overflow-4-expected.checksum: Removed.
* platform/chromium-mac/svg/custom/svg-parse-overflow-4-expected.png: Removed.
* platform/chromium-mac/svg/custom/svg-parse-overflow-5-expected.checksum: Removed.
* platform/chromium-mac/svg/custom/svg-parse-overflow-5-expected.png: Removed.
* platform/chromium-win/svg/custom/svg-parse-overflow-1-expected.checksum: Removed.
* platform/chromium-win/svg/custom/svg-parse-overflow-1-expected.png: Removed.
* platform/chromium-win/svg/custom/svg-parse-overflow-2-expected.checksum: Removed.
* platform/chromium-win/svg/custom/svg-parse-overflow-2-expected.png: Removed.
* platform/chromium-win/svg/custom/svg-parse-overflow-3-expected.checksum: Removed.
* platform/chromium-win/svg/custom/svg-parse-overflow-3-expected.png: Removed.
* platform/chromium-win/svg/custom/svg-parse-overflow-4-expected.checksum: Removed.
* platform/chromium-win/svg/custom/svg-parse-overflow-4-expected.png: Removed.
* platform/chromium-win/svg/custom/svg-parse-overflow-5-expected.checksum: Removed.
* platform/chromium-win/svg/custom/svg-parse-overflow-5-expected.png: Removed.
* platform/mac/svg/custom/svg-parse-overflow-1-expected.checksum: Removed.
* platform/mac/svg/custom/svg-parse-overflow-1-expected.png: Removed.
* platform/mac/svg/custom/svg-parse-overflow-2-expected.checksum: Removed.
* platform/mac/svg/custom/svg-parse-overflow-2-expected.png: Removed.
* platform/mac/svg/custom/svg-parse-overflow-3-expected.checksum: Removed.
* platform/mac/svg/custom/svg-parse-overflow-3-expected.png: Removed.
* platform/mac/svg/custom/svg-parse-overflow-4-expected.checksum: Removed.
* platform/mac/svg/custom/svg-parse-overflow-4-expected.png: Removed.
* platform/mac/svg/custom/svg-parse-overflow-5-expected.checksum: Removed.
* platform/mac/svg/custom/svg-parse-overflow-5-expected.png: Removed.
* svg/custom/svg-parse-overflow-1-expected.txt: Added.
* svg/custom/svg-parse-overflow-1.html:
* svg/custom/svg-parse-overflow-2-expected.txt: Added.
* svg/custom/svg-parse-overflow-2.html:
* svg/custom/svg-parse-overflow-3-expected.txt: Added.
* svg/custom/svg-parse-overflow-3.html:
* svg/custom/svg-parse-overflow-4-expected.txt: Added.
* svg/custom/svg-parse-overflow-4.html:
* svg/custom/svg-parse-overflow-5-expected.txt: Added.
* svg/custom/svg-parse-overflow-5.html:
2010-12-10 Peter Kasting <pkasting@google.com>
Unreviewed Chromium test expectations update.
* platform/chromium/test_expectations.txt:
2010-12-10 Cosmin Truta <ctruta@chromium.org>
Reviewed by Eric Seidel.
Crash while processing ill-formed <textPath> ouside of <text>
https://bugs.webkit.org/show_bug.cgi?id=47759
Ensure that ill-formed text content child elements do not crash.
* svg/custom/invalid-text-content.svg: Added.
* svg/custom/invalid-text-content-expected.checksum: Added.
* svg/custom/invalid-text-content-expected.png: Added.
* svg/custom/invalid-text-content-expected.txt: Added.
2010-12-10 Adam Barth <abarth@webkit.org>
Reviewed by Eric Seidel.
REGRESSION: Infinite redirect on developer.apple.com
https://bugs.webkit.org/show_bug.cgi?id=45627
Tests originally by Tony Gentilcore.
* fast/loader/form-submit-aborts-parsing-expected.txt: Added.
* fast/loader/form-submit-aborts-parsing.html: Added.
* fast/loader/location-change-aborts-parsing-expected.txt: Added.
* fast/loader/location-change-aborts-parsing.html: Added.
* fast/loader/resources/location-change-aborts-parsing-fail.html: Added.
* fast/loader/resources/location-change-aborts-parsing-pass.html: Added.
2010-12-10 Kenneth Russell <kbr@google.com>
Reviewed by James Robinson.
Regression: fast/canvas/webgl/constants.html failing
https://bugs.webkit.org/show_bug.cgi?id=50851
* fast/canvas/webgl/constants.html:
2010-12-10 Mihai Parparita <mihaip@chromium.org>
Unreviewed Chromium test expectation update.
Attach more specific bug IDs to Philip canvas test suite failures (for
existing bugs only).
* platform/chromium/test_expectations.txt:
2010-12-10 Emil Eklund <eae@chromium.org>
Reviewed by Adam Barth.
Add testcase for ReplaceSelectionCommand crash.
https://bugs.webkit.org/show_bug.cgi?id=50840
* editing/execCommand/insertHTML-mutation-crash.html: Added.
2010-12-10 Peter Kasting <pkasting@google.com>
Unreviewed Chromium test expectations update.
Fix broken expectation from r73797.
* platform/chromium/test_expectations.txt:
2010-12-10 Emil Eklund <eae@chromium.org>
Reviewed by Adam Barth.
Add testcase for range.extractContents crash.
https://bugs.webkit.org/show_bug.cgi?id=50710
* fast/dom/Range/range-extractContents-expected.txt: Added.
* fast/dom/Range/range-extractContents.html: Added.
2010-12-10 Peter Kasting <pkasting@google.com>
Unreviewed Chromium test expectations update.
* platform/chromium-gpu/test_expectations.txt:
* platform/chromium/fast/encoding: Added.
* platform/chromium/fast/encoding/meta-in-script-expected.txt: Added
V8-specific expectation.
* platform/chromium/test_expectations.txt:
2010-12-10 Krithigassree Sambamurthy <krithigassree.sambamurthy@nokia.com>
Reviewed by Joseph Pecoraro.
[Qt]: Implement Application Cache Quotas
https://bugs.webkit.org/show_bug.cgi?id=43455
* platform/qt/Skipped: Unskip now passing test origin-quota.html
2010-12-09 Jenn Braithwaite <jennb@chromium.org>
Reviewed by Adam Barth.
TextResourceDecoder::checkForHeadCharset can look way past the limit.
https://bugs.webkit.org/show_bug.cgi?id=47397
Replaced charset detection algorithm with real parser.
Added tests for parser bugs mentioned in the thread for this bug report.
Converted hixie's encoding parsing tests to a layout test.
Added http-equiv attribute to meta tag in 2 existing tests.
* fast/encoding/bracket-in-script-expected.txt: Added.
* fast/encoding/bracket-in-script.html: Added.
* fast/encoding/bracket-in-tag-expected.txt: Added.
* fast/encoding/bracket-in-tag.html: Added.
* fast/encoding/escaped-bracket-expected.txt: Added.
* fast/encoding/escaped-bracket.html: Added.
* fast/encoding/meta-in-body-expected.txt: Added.
* fast/encoding/meta-in-body.html: Added.
* fast/encoding/meta-in-script-expected.txt: Added.
* fast/encoding/meta-in-script.html: Added.
* fast/encoding/meta-in-title-expected.txt: Added.
* fast/encoding/meta-in-title.html: Added.
* fast/encoding/mismatched-end-tag-expected.txt: Added.
* fast/encoding/mismatched-end-tag.html: Added.
* fast/encoding/namespace-meta-expected.txt: Added.
* fast/encoding/namespace-meta.html: Added.
* fast/encoding/namespace-tolerance.html:
* fast/encoding/not-http-equiv-content-expected.txt: Added.
* fast/encoding/not-http-equiv-content.html: Added.
* fast/encoding/parser-tests-expected.txt: Added.
* fast/encoding/parser-tests.html: Added.
* fast/encoding/quotes-in-title-expected.txt: Added.
* fast/encoding/quotes-in-title.html: Added.
* fast/encoding/resources/001.html: Added.
* fast/encoding/resources/002.html: Added.
* fast/encoding/resources/003.html: Added.
* fast/encoding/resources/004.html: Added.
* fast/encoding/resources/005.html: Added.
* fast/encoding/resources/006.html: Added.
* fast/encoding/resources/007.html: Added.
* fast/encoding/resources/008.html: Added.
* fast/encoding/resources/009.html: Added.
* fast/encoding/resources/010.html: Added.
* fast/encoding/resources/011.html: Added.
* fast/encoding/resources/012.html: Added.
* fast/encoding/resources/013.html: Added.
* fast/encoding/resources/014.html: Added.
* fast/encoding/resources/015.html: Added.
* fast/encoding/resources/016.html: Added.
* fast/encoding/resources/017.html: Added.
* fast/encoding/resources/018.html: Added.
* fast/encoding/resources/019.html: Added.
* fast/encoding/resources/020.html: Added.
* fast/encoding/resources/021.html: Added.
* fast/encoding/resources/022.html: Added.
* fast/encoding/resources/023.html: Added.
* fast/encoding/resources/024.html: Added.
* fast/encoding/resources/025.html: Added.
* fast/encoding/resources/026.html: Added.
* fast/encoding/resources/027.html: Added.
* fast/encoding/resources/028.html: Added.
* fast/encoding/resources/029.html: Added.
* fast/encoding/resources/030.html: Added.
* fast/encoding/resources/031.html: Added.
* fast/encoding/resources/032.html: Added.
* fast/encoding/resources/033.html: Added.
* fast/encoding/resources/034.html: Added.
* fast/encoding/resources/035.html: Added.
* fast/encoding/resources/036.html: Added.
* fast/encoding/resources/037.html: Added.
* fast/encoding/resources/038.html: Added.
* fast/encoding/resources/039.html: Added.
* fast/encoding/resources/040.html: Added.
* fast/encoding/resources/041.html: Added.
* fast/encoding/resources/042.html: Added.
* fast/encoding/resources/043.html: Added.
* fast/encoding/resources/044.html: Added.
* fast/encoding/resources/045.html: Added.
* fast/encoding/resources/046.html: Added.
* fast/encoding/resources/047.html: Added.
* fast/encoding/resources/048.html: Added.
* fast/encoding/resources/049.html: Added.
* fast/encoding/resources/050.html: Added.
* fast/encoding/resources/051.html: Added.
* fast/encoding/resources/052.html: Added.
* fast/encoding/resources/053.html: Added.
* fast/encoding/resources/054.html: Added.
* fast/encoding/resources/055.html: Added.
* fast/encoding/resources/056.html: Added.
* fast/encoding/resources/057.html: Added.
* fast/encoding/resources/058.html: Added.
* fast/encoding/resources/059.html: Added.
* fast/encoding/resources/060.html: Added.
* fast/encoding/resources/061.html: Added.
* fast/encoding/resources/062.html: Added.
* fast/encoding/resources/063.html: Added.
* fast/encoding/resources/064.html: Added.
* fast/encoding/resources/065.html: Added.
* fast/encoding/resources/066.html: Added.
* fast/encoding/resources/067.html: Added.
* fast/encoding/resources/068.html: Added.
* fast/encoding/resources/069.html: Added.
* fast/encoding/resources/070.html: Added.
* fast/encoding/resources/071.html: Added.
* fast/encoding/resources/072.html: Added.
* fast/encoding/resources/073.html: Added.
* fast/encoding/resources/074.html: Added.
* fast/encoding/resources/075.html: Added.
* fast/encoding/resources/076.html: Added.
* fast/encoding/resources/077.html: Added.
* fast/encoding/resources/078.html: Added.
* fast/encoding/resources/079.html: Added.
* fast/encoding/resources/080.html: Added.
* fast/encoding/resources/081.html: Added.
* fast/encoding/resources/082.html: Added.
* fast/encoding/resources/083.html: Added.
* fast/encoding/resources/084.html: Added.
* fast/encoding/resources/085.html: Added.
* fast/encoding/resources/086.html: Added.
* fast/encoding/resources/087.html: Added.
* fast/encoding/resources/088.html: Added.
* fast/encoding/resources/089.html: Added.
* fast/encoding/resources/090.html: Added.
* fast/encoding/resources/091.html: Added.
* fast/encoding/resources/092.html: Added.
* fast/encoding/resources/093.html: Added.
* fast/encoding/resources/094.html: Added.
* fast/encoding/resources/095.html: Added.
* fast/encoding/resources/096.html: Added.
* fast/encoding/resources/097.html: Added.
* fast/encoding/resources/098.html: Added.
* fast/encoding/resources/099.html: Added.
* fast/encoding/resources/100.html: Added.
* fast/encoding/resources/101.html: Added.
* fast/encoding/resources/102.html: Added.
* fast/encoding/resources/103.html: Added.
* fast/encoding/resources/104.html: Added.
* fast/encoding/resources/105.html: Added.
* fast/encoding/resources/106.html: Added.
* fast/encoding/resources/107.html: Added.
* fast/encoding/resources/108.html: Added.
* fast/encoding/resources/109.html: Added.
* fast/encoding/resources/110.html: Added.
* fast/encoding/resources/111.html: Added.
* fast/encoding/resources/112.html: Added.
* fast/encoding/resources/113.html: Added.
* fast/encoding/resources/114.html: Added.
* fast/encoding/resources/115.html: Added.
* fast/encoding/resources/116.html: Added.
* fast/encoding/resources/117.html: Added.
* fast/encoding/resources/118.html: Added.
* fast/encoding/resources/119.html: Added.
* fast/encoding/resources/120.html: Added.
* fast/encoding/resources/121.html: Added.
* fast/encoding/resources/122.html: Added.
* fast/encoding/resources/123.html: Added.
* fast/encoding/tag-name-digit-expected.txt: Added.
* fast/encoding/tag-name-digit.html: Added.
* fast/text/international/bidi-innertext.html:
* http/tests/misc/charset-sniffer-end-sniffing-expected.txt: Added.
* http/tests/misc/charset-sniffer-end-sniffing.html: Added.
* http/tests/misc/resources/charset-sniffer-end-sniffing.php: Added.
2010-12-10 Mihai Parparita <mihaip@chromium.org>
Unreviewed Chromium test expectation update.
Group Philip canvas test suite expectations better (by platform).
* platform/chromium/test_expectations.txt:
2010-12-10 Tony Chang <tony@chromium.org>
Reviewed by Ojan Vafai.
[chromium] remove --use-drt and add --use-test-shell
https://bugs.webkit.org/show_bug.cgi?id=50701
Remove drt_expectations.txt since we don't need it anymore.
* platform/chromium/drt_expectations.txt: Removed.
2010-12-10 Alejandro G. Castro <alex@igalia.com>
Unreviewed, rolling out r73743.
http://trac.webkit.org/changeset/73743
We need gtk+ specific results
* http/tests/misc/dns-prefetch-control-expected.txt:
2010-12-08 Mihai Parparita <mihaip@chromium.org>
Reviewed by Darin Adler.
fast/canvas/canvas-getImageData-negative-source.html fails on Mac
https://bugs.webkit.org/show_bug.cgi?id=47901
Add test for rounding behavior. Remove now-passing tests from
test_expectations.txt.
* fast/canvas/canvas-getImageData-rounding-expected.txt: Added.
* fast/canvas/canvas-getImageData-rounding.html: Added.
* platform/chromium/test_expectations.txt:
2010-12-10 Alejandro G. Castro <alex@igalia.com>
Unreviewed GTK test expectation update.
* http/tests/misc/dns-prefetch-control-expected.txt:
2010-12-10 Peter Kasting <pkasting@google.com>
Unreviewed Chromium test expectation update.
* platform/chromium-gpu/test_expectations.txt:
* platform/chromium/test_expectations.txt:
2010-12-10 Alejandro G. Castro <alex@igalia.com>
Reviewed by Martin Robinson.
[GTK] Add hasSpellingMarker support to the DRT
https://bugs.webkit.org/show_bug.cgi?id=50739
Unskipped spelling tests and added a bug for the one failing,
added results for a new ones also.
* platform/gtk/Skipped:
* platform/gtk/editing/spelling/inline_spelling_markers-expected.txt: Added.
2010-12-10 Joone Hur <joone@kldp.org>
Reviewed by Xan Lopez.
[GTK] Unskipping some test cases in userscripts dependent on addUserStyleSheet
https://bugs.webkit.org/show_bug.cgi?id=50808
Unskipping the following test cases:
userscripts/mixed-case-stylesheet.html
userscripts/simple-stylesheet.html
userscripts/user-style-all-frames.html
* platform/gtk/Skipped:
2010-12-10 Mario Sanchez Prada <msanchez@igalia.com>
Reviewed by Martin Robinson.
[GTK] AX: implement isEnabled in DRT
https://bugs.webkit.org/show_bug.cgi?id=50814
Unskip passing accessibility/aria-disabled.html test.
* platform/gtk/Skipped: Unskip test.
2010-12-10 Csaba Osztrogonác <ossy@webkit.org>
Unreviewed. Remove platform specific expected files after r73720.
* platform/gtk/fast/forms/ValidityState-patternMismatch-expected.txt: Removed.
* platform/qt/fast/forms/ValidityState-patternMismatch-expected.txt: Removed.
2010-12-10 Mario Sanchez Prada <msanchez@igalia.com>
Unreviewed, unskip passing accessibility tests on GTK.
* platform/gtk/Skipped: Unskip passing tests.
2010-12-10 Pavel Feldman <pfeldman@chromium.org>
Not reviewed. Get rid of spaces in ValidityState-patternMismatch test.
* fast/forms/ValidityState-patternMismatch-expected.txt:
* fast/forms/ValidityState-patternMismatch.html:
2010-12-10 Csaba Osztrogonác <ossy@webkit.org>
Unreviewed. Add platform specific expected files after r73715.
* platform/gtk/fast/forms/ValidityState-patternMismatch-expected.txt: Added.
* platform/qt/fast/forms/ValidityState-patternMismatch-expected.txt: Added.
2010-12-10 Dai Mikurube <dmikurube@google.com>
Reviewed by Kent Tamura.
Refactor by merging tests for ValidityState (patternMismatch and customError)
https://bugs.webkit.org/show_bug.cgi?id=50802
* fast/forms/ValidityState-customError-expected.txt: Added.
* fast/forms/ValidityState-customError.html: Added.
* fast/forms/ValidityState-customError-001-expected.txt: Removed. Merged to ValidityState-customError-expected.txt.
* fast/forms/ValidityState-customError-001.html: Removed. Merged to ValidityState-customError.html.
* fast/forms/ValidityState-customError-002-expected.txt: Removed. Merged to ValidityState-customError-expected.txt.
* fast/forms/ValidityState-customError-002.html: Removed. Merged to ValidityState-customError.html.
* fast/forms/ValidityState-customError-003-expected.txt: Removed. Merged to ValidityState-customError-expected.txt.
* fast/forms/ValidityState-customError-003.html: Removed. Merged to ValidityState-customError.html.
* fast/forms/ValidityState-customError-004-expected.txt: Removed. Merged to ValidityState-customError-expected.txt.
* fast/forms/ValidityState-customError-004.html: Removed. Merged to ValidityState-customError.html.
* fast/forms/ValidityState-patternMismatch-expected.txt: Added.
* fast/forms/ValidityState-patternMismatch.html: Added.
* fast/forms/ValidityState-patternMismatch-001-expected.txt: Removed. Merged to ValidityState-patternMismatch-expected.txt.
* fast/forms/ValidityState-patternMismatch-001.html: Removed. Merged to ValidityState-patternMismatch.html.
* fast/forms/ValidityState-patternMismatch-002-expected.txt: Removed. Merged to ValidityState-patternMismatch-expected.txt.
* fast/forms/ValidityState-patternMismatch-002.html: Removed. Merged to ValidityState-patternMismatch.html.
* fast/forms/ValidityState-patternMismatch-003-expected.txt: Removed. Merged to ValidityState-patternMismatch-expected.txt.
* fast/forms/ValidityState-patternMismatch-003.html: Removed. Merged to ValidityState-patternMismatch.html.
* fast/forms/ValidityState-patternMismatch-004-expected.txt: Removed. Merged to ValidityState-patternMismatch-expected.txt.
* fast/forms/ValidityState-patternMismatch-004.html: Removed. Merged to ValidityState-patternMismatch.html.
* fast/forms/ValidityState-patternMismatch-005-expected.txt: Removed. Merged to ValidityState-patternMismatch-expected.txt.
* fast/forms/ValidityState-patternMismatch-005.html: Removed. Merged to ValidityState-patternMismatch.html.
* fast/forms/ValidityState-patternMismatch-006-expected.txt: Removed. Merged to ValidityState-patternMismatch-expected.txt.
* fast/forms/ValidityState-patternMismatch-006.html: Removed. Merged to ValidityState-patternMismatch.html.
* fast/forms/ValidityState-patternMismatch-007-expected.txt: Removed. Merged to ValidityState-patternMismatch-expected.txt.
* fast/forms/ValidityState-patternMismatch-007.html: Removed. Merged to ValidityState-patternMismatch.html.
2010-12-10 Joone Hur <joone@kldp.org>
Reviewed by Eric Seidel.
[GTK] Add DRT support for pageProperty, isPageBoxVisible, pageSizeAndMarginsInPixels, and addUserStyleSheet
https://bugs.webkit.org/show_bug.cgi?id=50783
Unskip the following test cases:
printing/page-rule-selection.html
printing/page-format-data.html
* platform/gtk/Skipped:
2010-12-10 Pavel Feldman <pfeldman@chromium.org>
Not reviewed. Updated chromium test expectations.
* platform/chromium/test_expectations.txt:
2010-12-10 Pavel Feldman <pfeldman@chromium.org>
Not reviewed. Mark inspector tests as slow in Chromium expectations.
* platform/chromium/test_expectations.txt:
2010-12-10 Philippe Normand <pnormand@igalia.com>
Reviewed by Gustavo Noronha Silva.
[GStreamer] data: source could also support non-base64 encoded URIs
https://bugs.webkit.org/show_bug.cgi?id=30007
* platform/gtk/Skipped: Unskipped media/audio-data-url.html. It
should now be much more reliable on the bots running latest
GStreamer versions.
2010-12-10 Hans Wennborg <hans@chromium.org>
Reviewed by Jeremy Orlow.
IndexedDB: Numeric keys are floats.
https://bugs.webkit.org/show_bug.cgi?id=50674
Update layout tests to use floating-point values for keys.
* storage/indexeddb/keyrange-expected.txt:
* storage/indexeddb/keyrange.html:
Make sure creating the keys works.
* storage/indexeddb/objectstore-cursor-expected.txt:
* storage/indexeddb/objectstore-cursor.html:
Make sure retrieving the keys from the DB objectstore works.
2010-12-10 Martin Robinson <mrobinson@igalia.com>
Reviewed by Xan Lopez.
[Gtk] style="font-family: courier" makes text disappear
https://bugs.webkit.org/show_bug.cgi?id=47452
Added a GTK+ test for invalid fonts.
* platform/gtk/fonts/font-with-no-valid-encoding-expected.checksum: Added.
* platform/gtk/fonts/font-with-no-valid-encoding-expected.png: Added.
* platform/gtk/fonts/font-with-no-valid-encoding-expected.txt: Added.
* platform/gtk/fonts/font-with-no-valid-encoding.html: Added.
2010-12-10 Csaba Osztrogonác <ossy@webkit.org>
Unreviewed fix after r73687.
[Qt] enable orientation flag when QtMobility available
https://bugs.webkit.org/show_bug.cgi?id=50781
* platform/qt/fast/dom/Orientation/create-event-orientationchange-expected.txt: Added.
* platform/qt/fast/dom/Window/window-properties-expected.txt:
* platform/qt/fast/dom/Window/window-property-descriptors-expected.txt:
* platform/qt/fast/dom/prototype-inheritance-expected.txt:
* platform/qt/fast/js/global-constructors-expected.txt:
2010-12-09 Ryosuke Niwa <rniwa@webkit.org>
Reviewed by Ojan Vafai.
Make DOM Mutation Events Asynchronous
https://bugs.webkit.org/show_bug.cgi?id=46936
Added a test to ensure no DOM mutation events are fired while execCommand is in progress.
* fast/events/crash-on-mutate-during-drop.html: DOMNodeInserted is fired after BR is detached
from the document, and can't be observed. Modify the DOM when text node is inserted.
* fast/events/scoped: Added.
* fast/events/scoped/editing-commands-expected.txt: Added.
* fast/events/scoped/editing-commands.html: Added.
2010-12-09 Sheriff Bot <webkit.review.bot@gmail.com>
Unreviewed, rolling out r73684.
http://trac.webkit.org/changeset/73684
https://bugs.webkit.org/show_bug.cgi?id=50801
"missing bug number" (Requested by rniwa on #webkit).
* fast/events/crash-on-mutate-during-drop.html:
* fast/events/scoped/editing-commands-expected.txt: Removed.
* fast/events/scoped/editing-commands.html: Removed.
2010-12-09 Kenichi Ishibashi <bashi@google.com>
Reviewed by Kent Tamura.
Improve validation API support of <object> and <keygen>
https://bugs.webkit.org/show_bug.cgi?id=50663
Adds tests for validation API for <object>.
Tests for <output> and <keygen> are also added.
* fast/dom/plugin-attributes-enumeration-expected.txt: Updated.
* fast/forms/ValidityState-001-expected.txt: Updated.
* fast/forms/ValidityState-001.html: Updated.
* fast/forms/checkValidity-001-expected.txt: Updated.
* fast/forms/checkValidity-001.html: Updated.
* fast/forms/script-tests/setCustomValidity-existence.js: Added.
* fast/forms/script-tests/validationMessage.js: Updated.
* fast/forms/script-tests/willvalidate.js: Updated.
* fast/forms/setCustomValidity-existence-expected.txt: Added.
* fast/forms/setCustomValidity-existence.html: Added.
* fast/forms/validationMessage-expected.txt: Updated.
* fast/forms/willvalidate-expected.txt: Updated.
2010-12-09 Sadrul Habib Chowdhury <sadrul@chromium.org>
Reviewed by Kent Tamura.
Make sure a non-zero value is used for tile-width to avoid a crash
https://bugs.webkit.org/show_bug.cgi?id=50341
The scaled tile width can be very small at times (e.g. with 'style: font 1
required'). So use a minimum width of 1 instead of using 0 (which leads to a
crash).
* fast/dom/HTMLProgressElement/progress-element-with-style-crash.html: Added.
* fast/dom/HTMLProgressElement/progress-element-with-style-crash-expected.txt: Added.
2010-12-09 Ryosuke Niwa <rniwa@webkit.org>
Reviewed by Ojan Vafai.
Added a test to ensure no DOM mutation events are fired while execCommand is in progress.
* fast/events/crash-on-mutate-during-drop.html: DOMNodeInserted is fired after BR is detached
from the document, and can't be observed. Modify the DOM when text node is inserted.
* fast/events/mutation: Added.
* fast/events/mutation/execCommands.html: Added.
2010-12-09 Abhishek Arya <inferno@chromium.org>
Reviewed by James Robinson.
Tests that we do not crash when we set details element with children to show as inline.
https://bugs.webkit.org/show_bug.cgi?id=50671
* fast/html/details-element-render-inline-crash-expected.txt: Added.
* fast/html/details-element-render-inline-crash.html: Added.
2010-12-09 James Robinson <jamesr@chromium.org>
Unreviewed. Update Chromium GPU test expecations for canvas/philip.
* platform/chromium-gpu/test_expectations.txt:
2010-12-09 Jasmin Lapalme <jlapalme@druide.com>
Reviewed by Alexey Proskuryakov.
Test for a faulty conversion from UTF-8 to UTF-16 in WebCore during an XSLT transformation.
https://bugs.webkit.org/show_bug.cgi?id=50708
* fast/xsl/utf8-chunks-expected.txt: Added.
* fast/xsl/utf8-chunks.xml: Added.
* fast/xsl/utf8-chunks.xsl: Added.
2010-12-09 Vincent Scheib <scheib@chromium.org>
Reviewed by James Robinson.
Clip update rectangle for Texture::updateSubRect to texture size
https://bugs.webkit.org/show_bug.cgi?id=49929
* fast/canvas/canvas-largedraws-expected.txt: Added.
* fast/canvas/canvas-largedraws.html: Added.
2010-12-09 Mihai Parparita <mihaip@chromium.org>
Unreviewed Chromium test expectations update.
Group canvas/philip failures together, fix some expectations (many tests
that were marked as flaky actually fail consistently).
* platform/chromium/test_expectations.txt:
2010-12-09 Mihai Parparita <mihaip@chromium.org>
Unreviewed Chromium test expectations update.
Was overly aggressive with r73661, canvas/philip/tests/
toDataURL.jpeg.alpha.html still fails.
* platform/chromium/test_expectations.txt:
2010-12-09 Zhenyao Mo <zmo@google.com>
Reviewed by Kenneth Russell.
Expose constructor functions for instanceof checks of WebGL objects
https://bugs.webkit.org/show_bug.cgi?id=36512
* fast/canvas/webgl/instanceof-test-expected.txt: Added.
* fast/canvas/webgl/instanceof-test.html: Added.
* fast/dom/Window/script-tests/window-property-descriptors.js: Register newly added WebGL objects.
* fast/dom/Window/window-properties.html: Ditto.
* fast/dom/script-tests/prototype-inheritance-2.js: Ditto.
(constructorNamesForWindow):
* fast/dom/script-tests/prototype-inheritance.js: Ditto.
* fast/js/script-tests/global-constructors.js: Ditto.
2010-12-09 James Robinson <jamesr@chromium.org>
Reviewed by Kenneth Russell.
[chromium] Compositor needs to manage its VRAM use
https://bugs.webkit.org/show_bug.cgi?id=49629
Adds a few tests involving lots of visible image layers. The tests are designed
to require slightly more than 64MB of VRAM.
* platform/chromium-gpu-win/compositing/lots-of-img-layers-expected.checksum: Added.
* platform/chromium-gpu-win/compositing/lots-of-img-layers-expected.png: Added.
* platform/chromium-gpu-win/compositing/lots-of-img-layers-expected.txt: Added.
* platform/chromium-gpu-win/compositing/lots-of-img-layers-with-opacity-expected.checksum: Added.
* platform/chromium-gpu-win/compositing/lots-of-img-layers-with-opacity-expected.png: Added.
* platform/chromium-gpu-win/compositing/lots-of-img-layers-with-opacity-expected.txt: Added.
* platform/chromium-gpu/test_expectations.txt:
* platform/chromium/compositing/lots-of-img-layers-with-opacity.html: Added.
* platform/chromium/compositing/lots-of-img-layers.html: Added.
* platform/chromium/test_expectations.txt:
2010-12-09 Mihai Parparita <mihaip@chromium.org>
Unreviewed Chromium test expectations update.
Delete a bunch of chromium-win specific baselines that were added by
r68608. That was done because r68568 checked in failing expectations,
but since Chromium was passing the tests with Skia, we wanted to keep
passing them. However, the failing expectations were rolled out by
r68737, so we no longer needed Chromium-specific expectations.
Later, with r71481 we updated to a new version of the Philip test suite,
which has a different output format, and the Chromium-specific
expectations were out of date. Since they're not needed (we should pass
with the base ones), they can just be deleted.
* platform/chromium-mac/canvas/philip/tests/2d.drawImage.null-expected.txt: Removed.
* platform/chromium-mac/canvas/philip/tests/2d.pattern.image.null-expected.txt: Removed.
* platform/chromium-win/canvas/philip/tests/2d.drawImage.null-expected.txt: Removed.
* platform/chromium-win/canvas/philip/tests/2d.gradient.radial.cone.front-expected.txt: Removed.
* platform/chromium-win/canvas/philip/tests/2d.gradient.radial.inside2-expected.txt: Removed.
* platform/chromium-win/canvas/philip/tests/2d.gradient.radial.inside3-expected.txt: Removed.
* platform/chromium-win/canvas/philip/tests/2d.gradient.radial.outside1-expected.txt: Removed.
* platform/chromium-win/canvas/philip/tests/2d.line.cap.closed-expected.txt: Removed.
* platform/chromium-win/canvas/philip/tests/2d.line.join.parallel-expected.txt: Removed.
* platform/chromium-win/canvas/philip/tests/2d.line.miter.lineedge-expected.txt: Removed.
* platform/chromium-win/canvas/philip/tests/2d.pattern.image.null-expected.txt: Removed.
* platform/chromium-win/canvas/philip/tests/2d.shadow.enable.x-expected.txt: Removed.
* platform/chromium-win/canvas/philip/tests/2d.shadow.enable.y-expected.txt: Removed.
* platform/chromium-win/canvas/philip/tests/2d.strokeRect.zero.4-expected.txt: Removed.
* platform/chromium-win/canvas/philip/tests/toDataURL.jpeg.alpha-expected.txt: Removed.
* platform/chromium/test_expectations.txt:
2010-12-09 Mihai Parparita <mihaip@chromium.org>
Unreviewed Chromium test expectations update.
Remove test_expectations.txt entries for 4 Philip suite canvas tests
that pass consistently on all bots. 2d.drawImage.incomplete.html was
fixed by r71292, the rest have been passing for as long as we have
history in the Chromium test dashboard.
* platform/chromium/test_expectations.txt:
2010-12-09 Peter Kasting <pkasting@google.com>
Unreviewed Chromium test expectations update.
Mark a test as timing out on Win Debug.
* platform/chromium/test_expectations.txt:
2010-12-09 Peter Kasting <pkasting@google.com>
Unreviewed Chromium test expectations update.
Rebaseline a Linux test.
* platform/chromium-linux/svg/custom/use-referencing-nonexisting-symbol-expected.checksum:
* platform/chromium-linux/svg/custom/use-referencing-nonexisting-symbol-expected.png:
* platform/chromium/test_expectations.txt:
2010-12-09 Sheriff Bot <webkit.review.bot@gmail.com>
Unreviewed, rolling out r73635.
http://trac.webkit.org/changeset/73635
https://bugs.webkit.org/show_bug.cgi?id=50778
'Side-effects on 3 css tests needs closer review' (Requested
by mwenge on #webkit).
* platform/qt/Skipped:
2010-12-09 Michael Saboff <msaboff@apple.com>
Reviewed by Gavin Barraclough.
REGRESSION (r73065?): A regex no longer works
https://bugs.webkit.org/show_bug.cgi?id=50570
Added tests that came from submitter to validate change.
* fast/regex/parentheses-expected.txt:
* fast/regex/script-tests/parentheses.js:
2010-12-09 Peter Kasting <pkasting@google.com>
Unreviewed Chromium test expectations update.
* platform/chromium/test_expectations.txt:
2010-12-09 Cosmin Truta <ctruta@chromium.org>
Reviewed by Adam Barth.
Rebaseline svg/custom/text-linking.svg
https://bugs.webkit.org/show_bug.cgi?id=50310
* platform/chromium/test_expectations.txt:
* platform/chromium-win/svg/custom/text-linking-expected.checksum: Added.
* platform/chromium-win/svg/custom/text-linking-expected.png: Added.
* platform/chromium-win/svg/custom/text-linking-expected.txt: Added.
* platform/mac-leopard/svg/custom/text-linking-expected.checksum: Updated.
* platform/mac-leopard/svg/custom/text-linking-expected.png: Updated.
2010-12-09 Peter Kasting <pkasting@google.com>
Unreviewed Chromium test expectations update.
* platform/chromium-gpu/test_expectations.txt:
* platform/chromium/test_expectations.txt:
2010-12-09 Robert Hogan <robert@webkit.org>
Reviewed by Andreas Kling.
[Qt] Search input field doesn't have cancel button
Add a cancel button to the search field and make it customizable
by the client. For now, use the close dialog button associated
with the application's style as the default.
Unskip a bunch of search field related tests that pass now:
fast/forms/search-cancel-button-mouseup.html
fast/forms/search-rtl.html
fast/forms/search-abs-pos-cancel-button.html
fast/forms/search-styled.html
fast/forms/search-transformed.html
fast/forms/search-zoomed.html
fast/forms/search-cancel-button-style-sharing.html
fast/forms/search-display-none-cancel-button.html
fast/forms/search-placeholder-value-changed.html
fast/repaint/search-field-cancel.html
fast/forms/search-cancel-button-events.html
https://bugs.webkit.org/show_bug.cgi?id=42887
* platform/qt/Skipped:
2010-12-09 Yael Aharon <yael.aharon@nokia.com>
Reviewed by Antonio Gomes.
Spatial Navigation: Crash when handling iframe of size 0.
https://bugs.webkit.org/show_bug.cgi?id=50730
* fast/spatial-navigation/snav-hidden-iframe-zero-size-expected.txt: Added.
* fast/spatial-navigation/snav-hidden-iframe-zero-size.html: Added.
2010-12-09 Sheriff Bot <webkit.review.bot@gmail.com>
Unreviewed, rolling out r73616.
http://trac.webkit.org/changeset/73616
https://bugs.webkit.org/show_bug.cgi?id=50772
Breaks chromium win build (Requested by hwennborg on #webkit).
* storage/indexeddb/index-basics-expected.txt:
* storage/indexeddb/index-basics.html:
* storage/indexeddb/index-cursor.html:
* storage/indexeddb/keyrange-expected.txt:
* storage/indexeddb/keyrange.html:
* storage/indexeddb/objectstore-cursor.html:
2010-12-09 Brian Weinstein <bweinstein@apple.com>
Land failing expected results for editing tests that have been failing since they were
added in r73548.
Fixing the failures is being tracked by: https://bugs.webkit.org/show_bug.cgi?id=50731.
* platform/win/editing/selection/caret-ltr-right-expected.txt: Added.
* platform/win/editing/selection/caret-rtl-2-left-expected.txt: Added.
* platform/win/editing/selection/caret-rtl-right-expected.txt: Added.
2010-12-06 Philippe Normand <pnormand@igalia.com>
Reviewed by Martin Robinson.
[GTK] Support the Mozilla-style Fullscreen Javascript API
https://bugs.webkit.org/show_bug.cgi?id=50572
* platform/gtk/Skipped: Unskip now passing fullscreen tests.
2010-12-09 Michael Saboff <msaboff@apple.com>
Reviewed by Geoffrey Garen.
New test to verify that arrays sort per the standard even it
there is an override for toString() that modifies the array.
https://bugs.webkit.org/show_bug.cgi?id=50718
* fast/js/array-sort-modifying-tostring-expected.txt: Added.
* fast/js/array-sort-modifying-tostring.html: Added.
* fast/js/script-tests/array-sort-modifying-tostring.js: Added.
(do_gc):
(Item):
(toString_Mutate):
(test):
2010-12-09 Abhishek Arya <inferno@chromium.org>
Reviewed by Dimitri Glazkov.
Tests that we do not crash when we move the referenceNode using node iterator
methods previousNode and nextNode.
https://bugs.webkit.org/show_bug.cgi?id=50764
* fast/dom/node-iterator-reference-node-moved-crash-expected.txt: Added.
* fast/dom/node-iterator-reference-node-moved-crash.html: Added.
2010-12-09 Hans Wennborg <hans@chromium.org>
Reviewed by Jeremy Orlow.
IndexedDB: Numeric keys are floats.
https://bugs.webkit.org/show_bug.cgi?id=50674
Update layout tests to use floating-point values for keys.
* storage/indexeddb/keyrange-expected.txt:
* storage/indexeddb/keyrange.html:
Make sure creating the keys works.
* storage/indexeddb/objectstore-cursor-expected.txt:
* storage/indexeddb/objectstore-cursor.html:
Make sure retrieving the keys from the DB objectstore works.
2010-12-09 Michael Saboff <msaboff@apple.com>
Reviewed by Darin Adler.
Added test to verify proper operation of backtrack labels.
https://bugs.webkit.org/show_bug.cgi?id=50579
* fast/regex/parentheses-expected.txt:
* fast/regex/script-tests/parentheses.js:
2010-12-09 Peter Beverloo <peter@lvp-media.com>
Reviewed by Maciej Stachowiak.
Default CSS definitions for the figure and figcaption elements.
* fast/html/figcaption-element-expected.txt: Added.
* fast/html/figcaption-element.html: Added.
* fast/html/figure-element-expected.txt: Added.
* fast/html/figure-element.html: Added.
* fast/html/script-tests/figcaption-element.js: Added.
* fast/html/script-tests/figure-element.js: Added.
2010-12-09 Yael Aharon <yael.aharon@nokia.com>
Reviewed by Antonio Gomes.
Spatial Navigation: more tests.
https://bugs.webkit.org/show_bug.cgi?id=50728
* fast/spatial-navigation/snav-hidden-focusable-element-expected.txt: Added.
* fast/spatial-navigation/snav-hidden-focusable-element.html: Added.
* fast/spatial-navigation/snav-hidden-iframe-expected.txt: Added.
* fast/spatial-navigation/snav-hidden-iframe.html: Added.
2010-12-09 Csaba Osztrogonác <ossy@webkit.org>
Unreviewed.
Add Qt specific expected results for tests introduced in r73548.
Compared to Mac png files and Mac expected files.
* platform/qt/editing/selection/caret-ltr-2-expected.checksum: Added.
* platform/qt/editing/selection/caret-ltr-2-expected.png: Added.
* platform/qt/editing/selection/caret-ltr-2-expected.txt: Added.
* platform/qt/editing/selection/caret-ltr-2-left-expected.checksum: Added.
* platform/qt/editing/selection/caret-ltr-2-left-expected.png: Added.
* platform/qt/editing/selection/caret-ltr-2-left-expected.txt: Added.
* platform/qt/editing/selection/caret-ltr-expected.checksum: Added.
* platform/qt/editing/selection/caret-ltr-expected.png: Added.
* platform/qt/editing/selection/caret-ltr-expected.txt: Added.
* platform/qt/editing/selection/caret-ltr-right-expected.checksum: Added.
* platform/qt/editing/selection/caret-ltr-right-expected.png: Added.
* platform/qt/editing/selection/caret-ltr-right-expected.txt: Added.
* platform/qt/editing/selection/caret-rtl-2-left-expected.checksum: Added.
* platform/qt/editing/selection/caret-rtl-2-left-expected.png: Added.
* platform/qt/editing/selection/caret-rtl-2-left-expected.txt: Added.
* platform/qt/editing/selection/caret-rtl-right-expected.checksum: Added.
* platform/qt/editing/selection/caret-rtl-right-expected.png: Added.
* platform/qt/editing/selection/caret-rtl-right-expected.txt: Added.
2010-12-09 Joone Hur <joone@kldp.org>
Reviewed by Martin Robinson.
[GTK] Support for viewport meta tag
https://bugs.webkit.org/show_bug.cgi?id=45443
Included viewport test cases for WebKitGtk
* platform/gtk/Skipped: Unskip fast/viewport except viewport-45.html.
2010-12-09 Yury Semikhatsky <yurys@chromium.org>
Reviewed by Pavel Feldman.
Web Inspector: Console records for failed XHRs should contain call stack and request method
https://bugs.webkit.org/show_bug.cgi?id=50390
The expectations needed update ue to log format changes.
* http/tests/inspector-enabled/console-log-before-frame-navigation-expected.txt:
* http/tests/inspector/console-resource-errors-expected.txt:
* http/tests/inspector/console-xhr-logging-expected.txt:
* platform/chromium/http/tests/inspector/console-resource-errors-expected.txt: Added.
* platform/chromium/http/tests/inspector/console-xhr-logging-expected.txt: Copied from LayoutTests/http/tests/inspector/console-xhr-logging-expected.txt.
2010-12-09 Dai Mikurube <dmikurube@google.com>
Reviewed by Kent Tamura.
Implement "required" attribute for select tags
https://bugs.webkit.org/show_bug.cgi?id=50380
Added tests for require attributes, valueMissing and vadility check for select elements.
* fast/forms/ValidityState-valueMissing-001-expected.txt:
* fast/forms/ValidityState-valueMissing-001.html:
* fast/forms/ValidityState-valueMissing-002-expected.txt:
* fast/forms/ValidityState-valueMissing-002.html:
* fast/forms/ValidityState-valueMissing-003-expected.txt:
* fast/forms/ValidityState-valueMissing-003.html:
* fast/forms/checkValidity-002-expected.txt:
* fast/forms/checkValidity-002.html:
* fast/forms/required-attribute-001-expected.txt:
* fast/forms/required-attribute-001.html:
* fast/forms/required-attribute-002-expected.txt:
* fast/forms/required-attribute-002.html:
* fast/forms/resources/select-live-pseudo-selectors.js: Added.
(makeInvalid):
(appendOption):
(backgroundOf):
* fast/forms/script-tests/validationMessage.js:
* fast/forms/select-live-pseudo-selectors-expected.txt: Added.
* fast/forms/select-live-pseudo-selectors.html: Added.
* fast/forms/validationMessage-expected.txt:
* platform/mac/fast/objc/dom-html-select-live-pseudo-selectors.html: Added.
* platform/mac/fast/objc/dom-html-select-live-pseudo-selectors-expected.txt: Added.
2010-12-07 Jeremy Orlow <jorlow@chromium.org>
Reviewed by Steve Block.
IndexedDB returns the wrong exceptions
https://bugs.webkit.org/show_bug.cgi?id=50632
* storage/indexeddb/constants-expected.txt:
* storage/indexeddb/constants.html:
* storage/indexeddb/objectstore-removeobjectstore-expected.txt:
* storage/indexeddb/objectstore-removeobjectstore.html:
2010-12-09 Pavel Feldman <pfeldman@chromium.org>
Not reviewed. Rebaselined Chromium expectations.
Reverts r73518 and r73522.
* platform/chromium-linux/fast/forms/placeholder-position-expected.checksum: Added.
* platform/chromium-linux/fast/forms/placeholder-position-expected.png: Added.
* platform/chromium-mac/fast/forms/placeholder-position-expected.checksum: Added.
* platform/chromium-mac/fast/forms/placeholder-position-expected.png: Added.
* platform/chromium-win/fast/forms/placeholder-position-expected.checksum: Added.
* platform/chromium-win/fast/forms/placeholder-position-expected.png: Added.
* platform/chromium-win/fast/forms/placeholder-position-expected.txt: Added.
* platform/chromium/test_expectations.txt:
2010-12-09 Csaba Osztrogonác <ossy@webkit.org>
Unreviewed. Add Qt specific expected results for tests introduced in r73529.
* platform/qt/fast/events/wheelevent-in-horizontal-scrollbar-in-rtl-expected.txt: Added.
* platform/qt/fast/events/wheelevent-in-vertical-scrollbar-in-rtl-expected.txt: Added.
2010-12-09 Martin Robinson <mrobinson@igalia.com>
Update GTK+ baselines after r73561.
* platform/gtk/fast/css/input-search-padding-expected.txt:
* platform/gtk/fast/css/text-input-with-webkit-border-radius-expected.txt:
* platform/gtk/fast/forms/box-shadow-override-expected.txt:
* platform/gtk/fast/forms/control-restrict-line-height-expected.txt:
* platform/gtk/fast/forms/input-appearance-height-expected.txt:
* platform/gtk/fast/forms/placeholder-pseudo-style-expected.txt:
* platform/gtk/fast/forms/placeholder-set-value-expected.txt:
* platform/gtk/fast/forms/search-cancel-button-style-sharing-expected.txt:
* platform/gtk/fast/forms/search-placeholder-value-changed-expected.txt:
* platform/gtk/fast/forms/search-rtl-expected.txt:
* platform/gtk/fast/forms/search-styled-expected.txt:
* platform/gtk/fast/forms/search-transformed-expected.txt:
* platform/gtk/fast/forms/search-vertical-alignment-expected.txt:
* platform/gtk/fast/forms/search-zoomed-expected.txt:
* platform/gtk/fast/forms/searchfield-heights-expected.txt:
2010-12-09 Philippe Normand <pnormand@igalia.com>
Unreviewed, update test baselines as asked by MORITA Hajime.
[GTK] r73488 broke fast/dom/HTMLProgressElement/progress-element.html
https://bugs.webkit.org/show_bug.cgi?id=50687
* platform/gtk/fast/dom/HTMLProgressElement/progress-element-expected.txt:
* platform/gtk/Skipped:
2010-12-09 Yuta Kitamura <yutak@chromium.org>
Unreviewed.
Chromium rebaselines for r73488.
* platform/chromium-mac/fast/dom/HTMLProgressElement/progress-element-expected.txt:
* platform/chromium-win/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.txt:
* platform/chromium-win/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.txt:
* platform/chromium-win/fast/dom/HTMLMeterElement/meter-boundary-values-expected.txt:
* platform/chromium-win/fast/dom/HTMLMeterElement/meter-optimums-expected.txt:
* platform/chromium-win/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.txt:
* platform/chromium-win/fast/dom/HTMLMeterElement/meter-styles-expected.txt:
* platform/chromium-win/fast/dom/HTMLProgressElement/progress-element-expected.txt:
* platform/chromium/test_expectations.txt:
2010-12-08 Pavel Feldman <pfeldman@chromium.org>
Not reviewed. Updated Chromium expectations.
* platform/chromium/test_expectations.txt:
2010-12-08 Gavin Barraclough <barraclough@apple.com>
Reviewed by Sam Weinig.
Permit Character Class Escape in CharacterRange in Character Class.
https://bugs.webkit.org/show_bug.cgi?id=50483
https://bugs.webkit.org/show_bug.cgi?id=50538
https://bugs.webkit.org/show_bug.cgi?id=50654
https://bugs.webkit.org/show_bug.cgi?id=50646
We recently tightened up our spec conformance in generating syntax
error in these cases, however testing in the wild has shown this
to be problematic. This reverts the previous change in allowing
class escapes (e.g. \d) in ranges in character classes ([]), but
does retain some closer conformance to the spec in only allowing
ranges that would be permitted per the grammar rules in the spec
(e.g. in /[\d-a-z]/ "a-z" cannot be considered as a range).
* fast/js/regexp-ranges-and-escaped-hyphens-expected.txt:
* fast/js/script-tests/regexp-ranges-and-escaped-hyphens.js:
* fast/regex/invalid-range-in-class-expected.txt:
* fast/regex/pcre-test-1-expected.txt:
* fast/regex/script-tests/invalid-range-in-class.js:
* fast/regex/script-tests/pcre-test-1.js:
2010-12-08 Yuta Kitamura <yutak@chromium.org>
Unreviewed.
Update Chromium test expectations.
* platform/chromium/test_expectations.txt:
2010-12-08 Ryosuke Niwa <rniwa@webkit.org>
Unreviewed; Yet another Chromium rebaselines for r73548.
* platform/chromium-mac-leopard/editing/selection/caret-rtl-2-expected.checksum: Removed.
* platform/chromium-mac-leopard/editing/selection/caret-rtl-2-expected.png: Removed.
* platform/chromium-mac/fast/text/international/khmer-selection-expected.checksum: Added.
* platform/chromium-mac/fast/text/international/khmer-selection-expected.png: Added.
* platform/chromium/test_expectations.txt:
2010-12-08 Kent Tamura <tkent@chromium.org>
Unreviewed, test expectation update.
Update expectations for r73566.
* platform/gtk/editing/selection/find-yensign-and-backslash-expected.txt:
* platform/qt/editing/selection/find-yensign-and-backslash-expected.txt: Removed.
* platform/win/editing/selection/find-yensign-and-backslash-expected.txt: Removed.
2010-12-07 Zhenyao Mo <zmo@google.com>
Reviewed by Kenneth Russell.
WebGLUniformLocation objects must be invalidated during linkProgram
https://bugs.webkit.org/show_bug.cgi?id=37118
* fast/canvas/webgl/uniform-location-expected.txt:
* fast/canvas/webgl/uniform-location.html: Check that after linkProgram, all previous uniform locations become invalid.
2010-12-08 Adele Peterson <adele@apple.com>
Reviewed by Darin Adler.
Test for https://bugs.webkit.org/show_bug.cgi?id=50725
<rdar://problem/8694972> REGRESSION (r72052): "Search" placeholder in MobileMe mail is positioned too high
* fast/forms/placeholder-position.html: Added.
* platform/mac/fast/forms/placeholder-position-expected.checksum: Added.
* platform/mac/fast/forms/placeholder-position-expected.png: Added.
* platform/mac/fast/forms/placeholder-position-expected.txt: Added.
2010-12-08 Kent Tamura <tkent@chromium.org>
Reviewed by Alexey Proskuryakov.
Yensign hack should work with Shift_JIS and ISO-2022-JP encodings.
https://bugs.webkit.org/show_bug.cgi?id=49714
Use Shift_JIS instead of Shift_JIS_X0213-2000 because Shift_JIS_X0213-2000
encoding is available only on Mac.
Add a test for ISO-2022-JP.
* editing/selection/find-yensign-and-backslash-expected.txt:
* editing/selection/find-yensign-and-backslash.html:
* platform/chromium/test_expectations.txt:
2010-12-08 Andy Estes <aestes@apple.com>
Reviewed by Darin Adler.
Reflected unsigned attributes should be in the range [0, 2^31).
https://bugs.webkit.org/show_bug.cgi?id=50472
* fast/html/marquee-element.html: Give hspace and vspace negative values
and test what their corresponding IDL attributes reflect.
* fast/html/marquee-element-expected.txt:
2010-12-08 Ryosuke Niwa <rniwa@webkit.org>
Unreviewed Chromium rebaseline for r73548.
* platform/chromium-linux/fast/text/international/khmer-selection-expected.checksum:
* platform/chromium-linux/fast/text/international/khmer-selection-expected.png:
* platform/chromium-linux/fast/text/international/khmer-selection-expected.txt:
* platform/chromium-win-xp/fast/text/international/khmer-selection-expected.checksum: Removed.
* platform/chromium-win-xp/fast/text/international/khmer-selection-expected.png: Removed.
* platform/chromium-win-xp/fast/text/international/khmer-selection-expected.txt: Removed.
* platform/chromium-win/fast/text/international/khmer-selection-expected.checksum:
* platform/chromium-win/fast/text/international/khmer-selection-expected.png:
* platform/chromium-win/fast/text/international/khmer-selection-expected.txt:
* platform/chromium/test_expectations.txt:
2010-12-08 Abhishek Arya <inferno@chromium.org>
Reviewed by Dimitri Glazkov.
Tests that we do not crash when node iterator gets moved across documents.
https://bugs.webkit.org/show_bug.cgi?id=50697
* fast/dom/node-iterator-document-moved-crash-expected.txt: Added.
* fast/dom/node-iterator-document-moved-crash.html: Added.
2010-12-08 Ryosuke Niwa <rniwa@webkit.org>
Unreviewed Chromium rebaseline for r73548.
* platform/chromium-linux/editing/selection/caret-ltr-2-expected.checksum: Added.
* platform/chromium-linux/editing/selection/caret-ltr-2-expected.png: Added.
* platform/chromium-linux/editing/selection/caret-ltr-2-left-expected.checksum: Added.
* platform/chromium-linux/editing/selection/caret-ltr-2-left-expected.png: Added.
* platform/chromium-linux/editing/selection/caret-ltr-expected.checksum: Added.
* platform/chromium-linux/editing/selection/caret-ltr-expected.png: Added.
* platform/chromium-linux/editing/selection/caret-ltr-right-expected.checksum: Added.
* platform/chromium-linux/editing/selection/caret-ltr-right-expected.png: Added.
* platform/chromium-linux/editing/selection/caret-rtl-2-expected.checksum: Added.
* platform/chromium-linux/editing/selection/caret-rtl-2-expected.png: Added.
* platform/chromium-linux/editing/selection/caret-rtl-2-left-expected.checksum: Added.
* platform/chromium-linux/editing/selection/caret-rtl-2-left-expected.png: Added.
* platform/chromium-linux/editing/selection/caret-rtl-expected.checksum:
* platform/chromium-linux/editing/selection/caret-rtl-expected.png:
* platform/chromium-linux/editing/selection/caret-rtl-right-expected.checksum: Added.
* platform/chromium-linux/editing/selection/caret-rtl-right-expected.png: Added.
* platform/chromium-mac/editing/selection/caret-ltr-2-expected.checksum: Added.
* platform/chromium-mac/editing/selection/caret-ltr-2-expected.png: Added.
* platform/chromium-mac/editing/selection/caret-ltr-2-left-expected.checksum: Added.
* platform/chromium-mac/editing/selection/caret-ltr-2-left-expected.png: Added.
* platform/chromium-mac/editing/selection/caret-ltr-expected.checksum: Added.
* platform/chromium-mac/editing/selection/caret-ltr-expected.png: Added.
* platform/chromium-mac/editing/selection/caret-ltr-right-expected.checksum: Added.
* platform/chromium-mac/editing/selection/caret-ltr-right-expected.png: Added.
* platform/chromium-mac/editing/selection/caret-rtl-2-expected.checksum: Added.
* platform/chromium-mac/editing/selection/caret-rtl-2-expected.png: Added.
* platform/chromium-mac/editing/selection/caret-rtl-2-left-expected.checksum: Added.
* platform/chromium-mac/editing/selection/caret-rtl-2-left-expected.png: Added.
* 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: Added.
* platform/chromium-mac/editing/selection/caret-rtl-right-expected.png: Added.
* platform/chromium-win/editing/selection/caret-ltr-2-expected.checksum: Added.
* platform/chromium-win/editing/selection/caret-ltr-2-expected.png: Added.
* platform/chromium-win/editing/selection/caret-ltr-2-expected.txt: Added.
* platform/chromium-win/editing/selection/caret-ltr-2-left-expected.checksum: Added.
* platform/chromium-win/editing/selection/caret-ltr-2-left-expected.png: Added.
* platform/chromium-win/editing/selection/caret-ltr-2-left-expected.txt: Added.
* platform/chromium-win/editing/selection/caret-ltr-expected.checksum: Added.
* platform/chromium-win/editing/selection/caret-ltr-expected.png: Added.
* platform/chromium-win/editing/selection/caret-ltr-expected.txt: Added.
* platform/chromium-win/editing/selection/caret-ltr-right-expected.checksum: Added.
* platform/chromium-win/editing/selection/caret-ltr-right-expected.png: Added.
* platform/chromium-win/editing/selection/caret-ltr-right-expected.txt: Added.
* platform/chromium-win/editing/selection/caret-rtl-2-expected.checksum:
* platform/chromium-win/editing/selection/caret-rtl-2-expected.png:
* platform/chromium-win/editing/selection/caret-rtl-2-expected.txt:
* platform/chromium-win/editing/selection/caret-rtl-2-left-expected.checksum: Added.
* platform/chromium-win/editing/selection/caret-rtl-2-left-expected.png: Added.
* platform/chromium-win/editing/selection/caret-rtl-2-left-expected.txt: Added.
* platform/chromium-win/editing/selection/caret-rtl-expected.checksum:
* platform/chromium-win/editing/selection/caret-rtl-expected.png:
* platform/chromium-win/editing/selection/caret-rtl-expected.txt:
* platform/chromium-win/editing/selection/caret-rtl-right-expected.checksum: Added.
* platform/chromium-win/editing/selection/caret-rtl-right-expected.png: Added.
* platform/chromium-win/editing/selection/caret-rtl-right-expected.txt: Added.
* platform/chromium/test_expectations.txt:
2010-12-08 Martin Robinson <mrobinson@igalia.com>
Replace some GTK+ test results after r73548.
* platform/gtk/fast/dom/horizontal-scrollbar-in-rtl-expected.txt:
* platform/gtk/fast/dom/vertical-scrollbar-in-rtl-expected.txt:
2010-12-08 Ryosuke Niwa <rniwa@webkit.org>
Unreviewed; Removed old expected results for caret-rtl.html and caret-rtl-2.html on Mac Leopard.
* platform/mac-leopard/editing/selection/caret-rtl-2-expected.checksum: Removed.
* platform/mac-leopard/editing/selection/caret-rtl-2-expected.png: Removed.
* platform/mac-leopard/editing/selection/caret-rtl-expected.checksum: Removed.
* platform/mac-leopard/editing/selection/caret-rtl-expected.png: Removed.
2010-12-08 Peter Kasting <pkasting@google.com>
Unreviewed Chromium test expectations update.
Mark some Mac tests as timing out after r73518 and r73522.
* platform/chromium/test_expectations.txt:
2010-12-08 Adam Roben <aroben@apple.com>
Update Windows test results after r73538
We don't need Windows-specific results for this test anymore.
* platform/win-xp/svg/custom/clip-path-referencing-use-expected.checksum: Removed.
* platform/win-xp/svg/custom/clip-path-referencing-use-expected.png: Removed.
* platform/win-xp/svg/custom/clip-path-referencing-use-expected.txt: Removed.
* platform/win/svg/custom/clip-path-referencing-use-expected.checksum: Removed.
* platform/win/svg/custom/clip-path-referencing-use-expected.png: Removed.
* platform/win/svg/custom/clip-path-referencing-use-expected.txt: Removed.
2010-12-08 James Robinson <jamesr@chromium.org>
Reviewed by Kenneth Russell.
[chromium] Text is blurry on a large composited layer with an odd center x/y coordinate
https://bugs.webkit.org/show_bug.cgi?id=50702
Tests that text rendered on a large layer is crisp even when the layer's center point
has an odd x and/or y coordinate.
* compositing/text-on-large-layer.html: Added.
* platform/chromium-gpu-linux/compositing/text-on-large-layer-expected.checksum: Added.
* platform/chromium-gpu-linux/compositing/text-on-large-layer-expected.png: Added.
* platform/chromium-gpu-linux/compositing/text-on-large-layer-expected.txt: Added.
* platform/chromium-gpu/test_expectations.txt:
* platform/mac/compositing/text-on-large-layer-expected.checksum: Added.
* platform/mac/compositing/text-on-large-layer-expected.png: Added.
* platform/mac/compositing/text-on-large-layer-expected.txt: Added.
2010-12-08 Ryosuke Niwa <rniwa@webkit.org>
Reviewed by Dan Bernstein.
REGRESSION: LayoutTests/editing/selection/caret-rtl-2.html fails
https://bugs.webkit.org/show_bug.cgi?id=33503
Added tests to ensure WebKit places the caret at a right place for LTR text in a LTR block,
LTR text in a RTL block, RTL text in a RTL block, and RTL text in a LTR block.
Because we need to verify both rendering of the caret and (node, offset) pair of the caret,
these tests cannot be combined or done without pixel results.
* editing/selection/caret-ltr-2-left.html: Added.
* editing/selection/caret-ltr-2.html: Added.
* editing/selection/caret-ltr-right.html: Added.
* editing/selection/caret-ltr.html: Added.
* editing/selection/caret-rtl-2-left.html: Added.
* editing/selection/caret-rtl-2.html:
* editing/selection/caret-rtl-right.html: Added.
* editing/selection/caret-rtl.html:
* editing/selection/resources/caret-edge-shared.js: Added.
(runTest):
(verify):
(log):
* platform/mac/editing/selection/caret-ltr-2-expected.checksum: Added.
* platform/mac/editing/selection/caret-ltr-2-expected.png: Added.
* platform/mac/editing/selection/caret-ltr-2-expected.txt: Added.
* platform/mac/editing/selection/caret-ltr-2-left-expected.checksum: Added.
* platform/mac/editing/selection/caret-ltr-2-left-expected.png: Added.
* platform/mac/editing/selection/caret-ltr-2-left-expected.txt: Added.
* platform/mac/editing/selection/caret-ltr-expected.checksum: Added.
* platform/mac/editing/selection/caret-ltr-expected.png: Added.
* platform/mac/editing/selection/caret-ltr-expected.txt: Added.
* platform/mac/editing/selection/caret-ltr-right-expected.checksum: Added.
* platform/mac/editing/selection/caret-ltr-right-expected.png: Added.
* platform/mac/editing/selection/caret-ltr-right-expected.txt: Added.
* platform/mac/editing/selection/caret-rtl-2-expected.checksum:
* platform/mac/editing/selection/caret-rtl-2-expected.png:
* platform/mac/editing/selection/caret-rtl-2-expected.txt:
* platform/mac/editing/selection/caret-rtl-2-left-expected.checksum: Added.
* platform/mac/editing/selection/caret-rtl-2-left-expected.png: Added.
* platform/mac/editing/selection/caret-rtl-2-left-expected.txt: Added.
* platform/mac/editing/selection/caret-rtl-expected.checksum:
* platform/mac/editing/selection/caret-rtl-expected.png:
* platform/mac/editing/selection/caret-rtl-expected.txt:
* platform/mac/editing/selection/caret-rtl-right-expected.checksum: Added.
* platform/mac/editing/selection/caret-rtl-right-expected.png: Added.
* platform/mac/editing/selection/caret-rtl-right-expected.txt: Added.
2010-12-08 Alexey Proskuryakov <ap@apple.com>
Touch a file that's sporadically giving 207 Multi-Status error on svn update, hoping that
it will magically fix it.
* fast/xpath/4XPath/Core/test.js: Removed properties svn:mime-type and svn:eol-style, added
a newline.
2010-12-08 Peter Kasting <pkasting@google.com>
Unreviewed Chromium test expectations update.
Mark some tests as passing or slow, and update the comment on the
compositing tests to indicate more accurately why we skip them in the
main test run.
* platform/chromium-gpu/test_expectations.txt:
* platform/chromium/test_expectations.txt:
2010-12-08 Ryosuke Niwa <rniwa@webkit.org>
Unreviewed Chromium test expectations update.
fast/dom/HTMLMeterElement/meter-element.html has been rebaselined for Windows.
* platform/chromium/test_expectations.txt:
2010-12-08 Adam Roben <aroben@apple.com>
Skip svg/custom/clip-path-referencing-use2.svg, not
svg/custom/clip-path-referencing-use.svg
The former is the real problem. The latter was just the victim!
* platform/win/Skipped:
2010-12-08 Ryosuke Niwa <rniwa@webkit.org>
Unreviewed Chromium test expectations update.
fast/text/decomposed-after-stacked-diacritics.html crashes on Chromium Linux.
* platform/chromium/test_expectations.txt:
2010-12-08 Ryosuke Niwa <rniwa@webkit.org>
Unreviewed Chromium rebaseline for r73531.
* platform/chromium-linux/fast/block/positioning/rtl-static-positioning-expected.checksum: Added.
* platform/chromium-linux/fast/block/positioning/rtl-static-positioning-expected.png: Added.
* platform/chromium-linux/fast/block/positioning/rtl-static-positioning-inline-block-expected.checksum: Added.
* platform/chromium-linux/fast/block/positioning/rtl-static-positioning-inline-block-expected.png: Added.
* platform/chromium-linux/fast/block/positioning/table-cell-static-position-expected.checksum: Added.
* platform/chromium-linux/fast/block/positioning/table-cell-static-position-expected.png: Added.
* platform/chromium-mac/fast/block/positioning/rtl-static-positioning-expected.checksum: Added.
* platform/chromium-mac/fast/block/positioning/rtl-static-positioning-expected.png: Added.
* platform/chromium-mac/fast/block/positioning/rtl-static-positioning-inline-block-expected.checksum: Added.
* platform/chromium-mac/fast/block/positioning/rtl-static-positioning-inline-block-expected.png: Added.
* platform/chromium-mac/fast/block/positioning/table-cell-static-position-expected.checksum: Added.
* platform/chromium-mac/fast/block/positioning/table-cell-static-position-expected.png: Added.
* platform/chromium-win/fast/block/positioning/rtl-static-positioning-expected.checksum: Added.
* platform/chromium-win/fast/block/positioning/rtl-static-positioning-expected.png: Added.
* platform/chromium-win/fast/block/positioning/rtl-static-positioning-expected.txt: Added.
* platform/chromium-win/fast/block/positioning/rtl-static-positioning-inline-block-expected.checksum: Added.
* platform/chromium-win/fast/block/positioning/rtl-static-positioning-inline-block-expected.png: Added.
* platform/chromium-win/fast/block/positioning/rtl-static-positioning-inline-block-expected.txt: Added.
* platform/chromium-win/fast/block/positioning/table-cell-static-position-expected.checksum: Added.
* platform/chromium-win/fast/block/positioning/table-cell-static-position-expected.png: Added.
* platform/chromium-win/fast/block/positioning/table-cell-static-position-expected.txt: Added.
* platform/chromium/test_expectations.txt:
2010-12-08 David Hyatt <hyatt@apple.com>
Reviewed by Anders Carlsson.
https://bugs.webkit.org/show_bug.cgi?id=50576
REGRESSION in position of autocomplete popup on RTL page.
RTL static position computation did not subtract out the width of the enclosing box if the
immediate parent was a RenderInline. This bug was exposed by properly changing the RenderView
to be RTL when the document was RTL.
Added three new tests in fast/block/positioning.
* fast/block/positioning/rtl-static-positioning-inline-block.html: Added.
* fast/block/positioning/rtl-static-positioning.html: Added.
* fast/block/positioning/table-cell-static-position.html: Added.
* platform/mac/fast/block/positioning/rtl-static-positioning-expected.checksum: Added.
* platform/mac/fast/block/positioning/rtl-static-positioning-expected.png: Added.
* platform/mac/fast/block/positioning/rtl-static-positioning-expected.txt: Added.
* platform/mac/fast/block/positioning/rtl-static-positioning-inline-block-expected.checksum: Added.
* platform/mac/fast/block/positioning/rtl-static-positioning-inline-block-expected.png: Added.
* platform/mac/fast/block/positioning/rtl-static-positioning-inline-block-expected.txt: Added.
* platform/mac/fast/block/positioning/table-cell-static-position-expected.checksum: Added.
* platform/mac/fast/block/positioning/table-cell-static-position-expected.png: Added.
* platform/mac/fast/block/positioning/table-cell-static-position-expected.txt: Added.
2010-12-08 Xiaomei Ji <xji@chromium.org>
Reviewed by David Hyatt.
Fix backward mouse wheeling not working when scroll position is below 0.
https://bugs.webkit.org/show_bug.cgi?id=50370
* fast/dom/horizontal-scrollbar-in-rtl-expected.txt:
* fast/dom/horizontal-scrollbar-in-rtl.html:
* fast/dom/vertical-scrollbar-in-rtl-expected.txt:
* fast/dom/vertical-scrollbar-in-rtl.html:
* fast/events/wheelevent-in-horizontal-scrollbar-in-rtl-expected.txt: Added.
* fast/events/wheelevent-in-horizontal-scrollbar-in-rtl.html: Added.
* fast/events/wheelevent-in-vertical-scrollbar-in-rtl-expected.txt: Added.
* fast/events/wheelevent-in-vertical-scrollbar-in-rtl.html: Added.
* platform/chromium/fast/dom/horizontal-scrollbar-in-rtl-expected.txt:
* platform/chromium/fast/dom/vertical-scrollbar-in-rtl-expected.txt:
* platform/chromium/fast/events/wheelevent-in-horizontal-scrollbar-in-rtl-expected.txt: Added.
* platform/chromium/fast/events/wheelevent-in-vertical-scrollbar-in-rtl-expected.txt: Added.
* platform/gtk/Skipped:
* platform/mac-tiger/Skipped:
* platform/mac-wk2/Skipped:
* platform/qt-wk2/Skipped:
* platform/qt/fast/dom/horizontal-scrollbar-in-rtl-expected.txt:
* platform/qt/fast/dom/vertical-scrollbar-in-rtl-expected.txt:
* platform/win/Skipped:
* platform/win/fast/dom/horizontal-scrollbar-in-rtl-expected.txt:
* platform/win/fast/dom/vertical-scrollbar-in-rtl-expected.txt:
2010-12-08 Anton Muhin <antonm@chromium.org>
Unreviewed, cleaning up test expectations after r7349.
* platform/chromium/test_expectations.txt:
2010-12-08 Simon Fraser <simon.fraser@apple.com>
Reviewed by Dan Bernstein.
Fix pauseAnimation API to work with shorthand properties
https://bugs.webkit.org/show_bug.cgi?id=50639
* transitions/border-radius-transition.html:
* transitions/shorthand-border-transitions.html:
* transitions/shorthand-transitions.html:
We can now use the pause API for these tests.
* transitions/transition-test-helpers.js:
Fix issue where "-webkit-transform-origin" would match where
we are really looking for "-webkit-transform.".
2010-12-08 Philippe Normand <pnormand@igalia.com>
Reviewed by Gustavo Noronha Silva.
[GTK] media/fullscreen* failing on 64-bits Debug
https://bugs.webkit.org/show_bug.cgi?id=50394
* platform/gtk/Skipped: Unskip now passing tests.
2010-12-08 Ilya Tikhonovsky <loislo@chromium.org>
Unreviewed. Remove WIN prefix for inspector's tests expectations.
DumpRenderTree related patch.
* platform/chromium/test_expectations.txt:
2010-12-08 Adam Roben <aroben@apple.com>
Skip svg/custom/clip-path-referencing-use.svg on Windows
The test fails when run under Aero. It seems that one of our Windows 7
bots has this turned on while the other doesn't.
* platform/win/Skipped:
2010-12-08 Alejandro G. Castro <alex@igalia.com>
Unreviewed, rolling out r73494.
http://trac.webkit.org/changeset/73494
https://bugs.webkit.org/show_bug.cgi?id=50380
The tests added are crashing in the debug bots (macn and gtk)
* fast/forms/ValidityState-valueMissing-001-expected.txt:
* fast/forms/ValidityState-valueMissing-001.html:
* fast/forms/ValidityState-valueMissing-002-expected.txt:
* fast/forms/ValidityState-valueMissing-002.html:
* fast/forms/ValidityState-valueMissing-003-expected.txt:
* fast/forms/ValidityState-valueMissing-003.html:
* fast/forms/checkValidity-002-expected.txt:
* fast/forms/checkValidity-002.html:
* fast/forms/required-attribute-001-expected.txt:
* fast/forms/required-attribute-001.html:
* fast/forms/required-attribute-002-expected.txt:
* fast/forms/required-attribute-002.html:
* fast/forms/resources/select-live-pseudo-selectors.js: Removed.
* fast/forms/script-tests/validationMessage.js:
* fast/forms/select-live-pseudo-selectors-expected.txt: Removed.
* fast/forms/select-live-pseudo-selectors.html: Removed.
* fast/forms/validationMessage-expected.txt:
* platform/mac/fast/objc/dom-html-select-live-pseudo-selectors-expected.txt: Removed.
* platform/mac/fast/objc/dom-html-select-live-pseudo-selectors.html: Removed.
2010-12-08 Ilya Tikhonovsky <loislo@chromium.org>
Unreviewed. Just enable inspector's tests for chromium linux.
This change is related to switching to DumpRenderTree.
* platform/chromium/test_expectations.txt:
2010-12-08 Adam Roben <aroben@apple.com>
Land Windows results for test added in 73423
* platform/win/fast/blockflow/Kusa-Makura-background-canvas-expected.checksum: Added.
* platform/win/fast/blockflow/Kusa-Makura-background-canvas-expected.png: Added.
* platform/win/fast/blockflow/Kusa-Makura-background-canvas-expected.txt: Added.
2010-12-08 Adam Roben <aroben@apple.com>
Update Windows results after r73488
* platform/win/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.txt:
* platform/win/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.txt:
* platform/win/fast/dom/HTMLMeterElement/meter-boundary-values-expected.txt:
* platform/win/fast/dom/HTMLMeterElement/meter-element-expected.txt:
* platform/win/fast/dom/HTMLMeterElement/meter-optimums-expected.txt:
* platform/win/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.txt:
* platform/win/fast/dom/HTMLMeterElement/meter-styles-expected.txt:
2010-12-08 Philippe Normand <pnormand@igalia.com>
Unreviewed, skipping failing test.
[GTK] r73488 broke fast/dom/HTMLProgressElement/progress-element.html
https://bugs.webkit.org/show_bug.cgi?id=50687
* platform/gtk/Skipped:
2010-12-08 Yuta Kitamura <yutak@chromium.org>
Unreviewed.
Update Chromium test expectations. Remove some tests that are now consistently
passing, assign bug numbers, and add one new expectation.
* platform/chromium/test_expectations.txt:
2010-12-08 Philippe Normand <pnormand@igalia.com>
Unreviewed, unskipping media/video-buffered.html on GTK because
the bots are now running with latest GStreamer.
* platform/gtk/Skipped:
2010-12-08 Philippe Normand <pnormand@igalia.com>
Unreviewed, unskipped some more media tests.
They are not crashing anymore, they also needed a rebaseline since
the font tiling changes that happened while they were skipped.
* platform/gtk/Skipped:
* platform/gtk/media/controls-styling-expected.txt:
* platform/gtk/media/video-layer-crash-expected.txt:
* platform/gtk/media/video-transformed-expected.txt:
2010-12-08 Yury Semikhatsky <yurys@chromium.org>
Unreviewed. Update test expectations after r73504.
* http/tests/inspector/console-resource-errors-expected.txt:
* platform/chromium/test_expectations.txt:
2010-12-08 Yuta Kitamura <yutak@chromium.org>
Unreviewed.
Update Chromium test expectations. Add two test flakinesses which was
introduced at r73504.
* platform/chromium/test_expectations.txt:
2010-12-08 Yuta Kitamura <yutak@chromium.org>
Unreviewed.
Update Chromium test expectations. Added a few failures which was found
in Chromium main waterfall.
* platform/chromium/test_expectations.txt:
2010-12-08 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
[GTK] Fails back to POST tests
https://bugs.webkit.org/show_bug.cgi?id=50678
Skip new tests that we are failing.
* platform/gtk/Skipped:
2010-12-08 Yury Semikhatsky <yurys@chromium.org>
Reviewed by Pavel Feldman.
Web Inspector: remove groupLevel counter from console messages
https://bugs.webkit.org/show_bug.cgi?id=50672
* inspector/console-tests-expected.txt:
2010-12-08 Csaba Osztrogonác <ossy@webkit.org>
Unreviewed. Add new tests introduced in r73484 to the Skipped list,
because layoutTestController.testRepaint() is unimplemented in Qt DRT.
* platform/qt/Skipped:
- fast/repaint/table-writing-modes-h.html added
- fast/repaint/table-writing-modes-v.html added
2010-12-08 Csaba Osztrogonác <ossy@webkit.org>
Unreviewed. Update Qt specific expected results after r73488.
Compared to Mac png files and Mac expected files.
* platform/qt/fast/dom/HTMLMeterElement/meter-boundary-values-expected.checksum:
* platform/qt/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png:
* platform/qt/fast/dom/HTMLMeterElement/meter-boundary-values-expected.txt:
* platform/qt/fast/dom/HTMLMeterElement/meter-optimums-expected.checksum:
* platform/qt/fast/dom/HTMLMeterElement/meter-optimums-expected.png:
* platform/qt/fast/dom/HTMLMeterElement/meter-optimums-expected.txt:
* platform/qt/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.checksum:
* platform/qt/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.png:
* platform/qt/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.txt:
* platform/qt/fast/dom/HTMLMeterElement/meter-styles-expected.checksum:
* platform/qt/fast/dom/HTMLMeterElement/meter-styles-expected.png:
* platform/qt/fast/dom/HTMLMeterElement/meter-styles-expected.txt:
2010-12-08 Philippe Normand <pnormand@igalia.com>
Unreviewed, updated baselines of
media/video-controls-rendering.html.
* platform/gtk/media/video-controls-rendering-expected.txt:
2010-12-08 Pavel Podivilov <podivilov@chromium.org>
Reviewed by Pavel Feldman.
Web Inspector: SourceFrame refactoring.
https://bugs.webkit.org/show_bug.cgi?id=50223
* inspector/debugger-breakpoints-not-activated-on-reload.html:
* inspector/debugger-pause-on-breakpoint.html:
2010-12-08 Philippe Normand <pnormand@igalia.com>
Unreviewed, unskipping media/video-controls-rendering.html on GTK.
It should now not crash anymore because the GTK bots have been
upgraded to latest GStreamer releases.
* platform/gtk/Skipped:
2010-12-08 Dai Mikurube <dmikurube@google.com>
Reviewed by Kent Tamura.
Implement "required" attribute for select tags
https://bugs.webkit.org/show_bug.cgi?id=50380
Added tests for require attributes, valueMissing and vadility check for select elements.
* fast/forms/ValidityState-valueMissing-001-expected.txt:
* fast/forms/ValidityState-valueMissing-001.html:
* fast/forms/ValidityState-valueMissing-002-expected.txt:
* fast/forms/ValidityState-valueMissing-002.html:
* fast/forms/ValidityState-valueMissing-003-expected.txt:
* fast/forms/ValidityState-valueMissing-003.html:
* fast/forms/checkValidity-002-expected.txt:
* fast/forms/checkValidity-002.html:
* fast/forms/required-attribute-001-expected.txt:
* fast/forms/required-attribute-001.html:
* fast/forms/required-attribute-002-expected.txt:
* fast/forms/required-attribute-002.html:
* fast/forms/resources/select-live-pseudo-selectors.js: Added.
(makeInvalid):
(appendOption):
(backgroundOf):
* fast/forms/script-tests/validationMessage.js:
* fast/forms/select-live-pseudo-selectors-expected.txt: Added.
* fast/forms/select-live-pseudo-selectors.html: Added.
* fast/forms/validationMessage-expected.txt:
* platform/mac/fast/objc/dom-html-select-live-pseudo-selectors.html: Added.
* platform/mac/fast/objc/dom-html-select-live-pseudo-selectors-expected.txt: Added.
2010-12-08 Yuta Kitamura <yutak@chromium.org>
Unreviewed.
Update Chromium test expectations.
* platform/chromium/test_expectations.txt:
2010-12-07 Daniel Bates <dbates@rim.com>
Reviewed by Martin Robinson.
Implement focus ring support for image maps
https://bugs.webkit.org/show_bug.cgi?id=50371
Tests to ensure that we support drawing a focus ring for an image map.
In particular, that the GTK port can draw a focus ring for an image map.
* fast/images/imagemap-circle-focus-ring.html: Added.
* fast/images/imagemap-polygon-focus-ring.html: Added.
* platform/gtk/fast/images/imagemap-circle-focus-ring-expected.checksum: Added.
* platform/gtk/fast/images/imagemap-circle-focus-ring-expected.png: Added.
* platform/gtk/fast/images/imagemap-circle-focus-ring-expected.txt: Added.
* platform/gtk/fast/images/imagemap-focus-ring-expected.checksum: Rebase result since we
now support drawing a focus ring for imagemaps.
* platform/gtk/fast/images/imagemap-focus-ring-expected.png: Ditto.
* platform/gtk/fast/images/imagemap-focus-ring-outline-color-expected.checksum: Added.
* platform/gtk/fast/images/imagemap-focus-ring-outline-color-expected.png: Added.
* platform/gtk/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.checksum: Added.
* platform/gtk/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.png: Added.
* platform/gtk/fast/images/imagemap-focus-ring-zoom-expected.checksum: Added.
* platform/gtk/fast/images/imagemap-focus-ring-zoom-expected.png: Added.
* platform/gtk/fast/images/imagemap-polygon-focus-ring-expected.checksum: Added.
* platform/gtk/fast/images/imagemap-polygon-focus-ring-expected.png: Added.
* platform/gtk/fast/images/imagemap-polygon-focus-ring-expected.txt: Added.
* platform/mac/fast/images/imagemap-circle-focus-ring-expected.checksum: Added.
* platform/mac/fast/images/imagemap-circle-focus-ring-expected.png: Added.
* platform/mac/fast/images/imagemap-circle-focus-ring-expected.txt: Added.
* platform/mac/fast/images/imagemap-polygon-focus-ring-expected.checksum: Added.
* platform/mac/fast/images/imagemap-polygon-focus-ring-expected.png: Added.
* platform/mac/fast/images/imagemap-polygon-focus-ring-expected.txt: Added.
2010-12-05 MORITA Hajime <morrita@google.com>
Reviewed by Dimitri Glazkov.
- Added a test case
- Updated expectations to follow the change on the shadow structure.
RenderIndicator subclasses should not change the render tree during layout.
https://bugs.webkit.org/show_bug.cgi?id=50026
* fast/dom/HTMLMeterElement/meter-element-crash-expected.txt: Added.
* fast/dom/HTMLMeterElement/meter-element-crash.html: Added.
* platform/mac/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.txt:
* platform/mac/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.txt:
* platform/mac/fast/dom/HTMLMeterElement/meter-boundary-values-expected.txt:
* platform/mac/fast/dom/HTMLMeterElement/meter-element-expected.txt:
* platform/mac/fast/dom/HTMLMeterElement/meter-optimums-expected.txt:
* platform/mac/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.txt:
* platform/mac/fast/dom/HTMLMeterElement/meter-styles-expected.txt:
2010-12-07 Simon Fraser <simon.fraser@apple.com>
Relax the matching tolerance to reduce flakiness.
* transitions/border-radius-transition.html:
2010-11-29 Mihai Parparita <mihaip@chromium.org>
Reviewed by Adam Barth.
returning to a POST result within a frame does a GET instead of a POST
https://bugs.webkit.org/show_bug.cgi?id=10199
Re-enable postredirect-frames-goback1.html and post-frames-goback1.html
now that the big that made them be checked in disabled was fixed.
The tests were also re-written to not be pixel tests, since that just
adds extra per-platform baseline pain.
Add fast/history/history-back-initial-vs-final-url.html since there did
not appear to be any tests for whether we used the initial or final URL
of a frame's history item (and this patch changes it from the former to
the latter).
* fast/history/history-back-initial-vs-final-url-expected.txt: Added.
* fast/history/history-back-initial-vs-final-url.html: Added.
* fast/history/resources/frame-final-url.html: Added.
* fast/history/resources/frame-initial-url.html: Added.
* http/tests/navigation/post-frames-goback1-expected.txt: Added.
* http/tests/navigation/post-frames-goback1.html: Added.
* http/tests/navigation/post-frames-goback1.html-disabled: Removed.
* http/tests/navigation/post-frames.html:
* http/tests/navigation/postredirect-frames-goback1-expected.txt: Added.
* http/tests/navigation/postredirect-frames-goback1.html: Added.
* http/tests/navigation/postredirect-frames-goback1.html-disabled: Removed.
* http/tests/navigation/resources/form-target.pl:
* http/tests/navigation/resources/redirect-to-go-back.pl: Added.
* http/tests/navigation/resources/top-go-back.html: Added.
2010-12-07 Dan Bernstein <mitz@apple.com>
Reviewed by Darin Adler.
Test that tables repaint correctly in all writing modes
Part of: Make tables work with vertical text
https://bugs.webkit.org/show_bug.cgi?id=46417
* fast/repaint/table-writing-modes-h-expected.checksum: Added.
* fast/repaint/table-writing-modes-h-expected.png: Added.
* fast/repaint/table-writing-modes-h-expected.txt: Added.
* fast/repaint/table-writing-modes-h.html: Added.
* fast/repaint/table-writing-modes-v-expected.checksum: Added.
* fast/repaint/table-writing-modes-v-expected.png: Added.
* fast/repaint/table-writing-modes-v-expected.txt: Added.
* fast/repaint/table-writing-modes-v.html: Added.
2010-12-07 Tony Chang <tony@chromium.org>
Unreviewed, mark a test as flaky on chromium drt linux.
* platform/chromium/test_expectations.txt:
2010-12-07 Tony Chang <tony@chromium.org>
Unreviewed, adding chromium pixel results for
fast/forms/caret-rtl.html after http://trac.webkit.org/changeset/73459
* platform/chromium-linux/fast/forms/caret-rtl-expected.checksum:
* platform/chromium-linux/fast/forms/caret-rtl-expected.png:
* platform/chromium-mac/fast/forms/caret-rtl-expected.checksum: Added.
* platform/chromium-mac/fast/forms/caret-rtl-expected.png: Added.
* platform/chromium-win/fast/forms/caret-rtl-expected.checksum:
* platform/chromium-win/fast/forms/caret-rtl-expected.png:
2010-12-07 Tony Chang <tony@chromium.org>
Unreviewed, remove more passing tests (mac) from test_expecatations.txt
after DRT switch. Also remove a test that is passing because of
crankshaft.
* platform/chromium/test_expectations.txt:
2010-12-07 Tony Chang <tony@chromium.org>
Unreviewed, remove more passing tests (win) from test_expectations.txt
after DRT switch.
* platform/chromium/test_expectations.txt:
2010-12-07 Tony Chang <tony@chromium.org>
Unreviewed, remove passing tests (linux) from test_expectations
after DRT switch.
* platform/chromium/test_expectations.txt:
2010-12-07 Tony Chang <tony@chromium.org>
Unreviewed, update chromium test_expectations for DRT based
on Linux bot cycles and debug try bot.
* platform/chromium/test_expectations.txt:
2010-12-06 Antonio Gomes <agomes@rim.com>
Reviewed by Martin Robinson.
Clean up fast/events/multiline-link-arrow-navigation.html
https://bugs.webkit.org/show_bug.cgi?id=50616
fast/events/multiline-link-arrow-navigation.html is setting both
WebKitEnableCaretBrowsing and -webkit-user-modify CSS property. Since
both work similarly for the purposes of this test, and the former is
not support by Mac and Windows DRTs, lets stick with using the later
only.
* fast/events/multiline-link-arrow-navigation.html:
2010-12-07 Simon Fraser <simon.fraser@apple.com>
Reviewed by Dan Bernstein.
-webkit-transition Fails on Multiple text-shadow Shadows
https://bugs.webkit.org/show_bug.cgi?id=42281
Testcase that transitions multiple shadows.
* transitions/multiple-text-shadow-transition.html: Added.
2010-12-07 Simon Fraser <simon.fraser@apple.com>
Reviewed by Beth Dakin.
CSS animation doesn't work for border-radius
https://bugs.webkit.org/show_bug.cgi?id=48340
Test for border-radius and -webkit-border-radius transition.
* transitions/border-radius-transition-expected.txt: Added.
* transitions/border-radius-transition.html: Added.
2010-12-07 Simon Fraser <simon.fraser@apple.com>
Reviewed by Chris Marrin.
Make use of pause API more explicit before landing fix for borer-radius animation.
https://bugs.webkit.org/show_bug.cgi?id=48340
* transitions/transition-test-helpers.js: Add some constants that
we can use to make the tests more readable.
Handle an extra value in the expected values arrays, to tell us if
we should expect a property to be animated, and therefore whether
we should try to pause it.
* transitions/color-transition-all.html:
* transitions/zero-duration-in-list.html:
Adjust to make use of the above changes.
2010-12-07 Maciej Stachowiak <mjs@apple.com>
Reviewed by Kent Tamura.
Implement HTML5 hidden attribute
https://bugs.webkit.org/show_bug.cgi?id=40511
* fast/forms/caret-rtl.html: Fixed a non-closed comment which added an "hidden" attribute.
* fast/html/hidden-attr-expected.txt: Added.
* fast/html/hidden-attr.html: Added. Test static and dynamic cases of hidden attribute.
2010-12-07 Philippe Normand <pnormand@igalia.com>
Reviewed by Gustavo Noronha Silva.
[GStreamer] ::buffered() should return multiple ranges in some cases
https://bugs.webkit.org/show_bug.cgi?id=45101
New test for video.buffered attribute. The test is skipped for
ports not returning multiple timeranges for video.buffered.
* http/tests/media/video-buffered-expected.txt: Added.
* http/tests/media/video-buffered.html: Added.
* http/tests/resources/counting-captioned.mov: Added.
* http/tests/media/video-throttled-load.cgi: added Range
requests/responses support.
* platform/chromium/test_expectations.txt:
* platform/mac-leopard/Skipped:
* platform/mac-snowleopard/Skipped:
* platform/mac-tiger/Skipped:
* platform/mac-wk2/Skipped:
* platform/mac/Skipped:
* platform/qt-mac/Skipped:
* platform/qt-win/Skipped:
* platform/qt-wk2/Skipped:
* platform/qt/Skipped:
* platform/win-wk2/Skipped:
* platform/win/Skipped:
2010-12-07 Yael Aharon <yael.aharon@nokia.com>
Reviewed by Antonio Gomes.
Spatial navigation not Working for Map and Area Tags
https://bugs.webkit.org/show_bug.cgi?id=47142
* fast/spatial-navigation/snav-imagemap-area-not-focusable-expected.txt: Added.
* fast/spatial-navigation/snav-imagemap-area-not-focusable.html: Added.
* fast/spatial-navigation/snav-imagemap-area-without-image-expected.txt: Added.
* fast/spatial-navigation/snav-imagemap-area-without-image.html: Added.
* fast/spatial-navigation/snav-imagemap-overlapped-areas-expected.txt: Added.
* fast/spatial-navigation/snav-imagemap-overlapped-areas.html: Added.
* fast/spatial-navigation/snav-imagemap-simple-expected.txt: Added.
* fast/spatial-navigation/snav-imagemap-simple.html: Added.
2010-12-07 Yury Semikhatsky <yurys@chromium.org>
Reviewed by Pavel Feldman.
Web Inspector: switch http/tests/inspector/console-resource-errors.html to inspector-tests2
https://bugs.webkit.org/show_bug.cgi?id=50551
We need to be sure that front-end has already opened by the time the messages are
recorded in console because the data we collect for errors may differ depending
on whether the front-end is open.
* http/tests/inspector/console-resource-errors-expected.txt:
* http/tests/inspector/console-resource-errors.html:
* http/tests/inspector/console-tests2.js:
(initialize_ConsoleTest.InspectorTest.dumpConsoleMessagesWithClasses):
2010-12-07 Csaba Osztrogonác <ossy@webkit.org>
Unreviewed.
Add Qt specific expected results for tests introduced in r73385 and r73398.
Compared to Mac png files and Mac expected files.
* platform/qt/fast/html/marquee-scrollamount-expected.checksum: Added.
* platform/qt/fast/html/marquee-scrollamount-expected.png: Added.
* platform/qt/fast/html/marquee-scrollamount-expected.txt: Added.
* platform/qt/fast/overflow/overflow-rtl-vertical-expected.checksum: Added.
* platform/qt/fast/overflow/overflow-rtl-vertical-expected.png: Added.
* platform/qt/fast/overflow/overflow-rtl-vertical-expected.txt: Added.
2010-12-07 Csaba Osztrogonác <ossy@webkit.org>
Unreviewed. Rolling out r73421, because it made transitions/color-transition-all.html flakey.
* transitions/border-radius-transition-expected.txt: Removed.
* transitions/border-radius-transition.html: Removed.
* transitions/color-transition-all.html:
* transitions/transition-test-helpers.js:
(expected):
* transitions/zero-duration-in-list.html:
2010-12-07 Martin Robinson <mrobinson@igalia.com>
Rebaseline GTK+ results after r73385.
* platform/gtk/css1/box_properties/margin-expected.txt:
* platform/gtk/css1/box_properties/margin_right-expected.txt:
* platform/gtk/css1/classification/white_space-expected.txt:
* platform/gtk/css1/color_and_background/background_attachment-expected.txt:
* platform/gtk/css1/color_and_background/background_repeat-expected.txt:
* platform/gtk/editing/deleting/delete-line-end-ws-001-expected.txt:
* platform/gtk/editing/deleting/delete-line-end-ws-002-expected.txt:
* platform/gtk/fast/backgrounds/repeat/negative-offset-repeat-expected.txt:
* platform/gtk/fast/backgrounds/size/backgroundSize15-expected.txt:
* platform/gtk/fast/block/margin-collapse/block-inside-inline/004-expected.txt:
* platform/gtk/fast/block/margin-collapse/block-inside-inline/005-expected.txt:
* platform/gtk/fast/blockflow/block-level-images-expected.txt:
* platform/gtk/fast/blockflow/border-radius-clipping-vertical-lr-expected.txt:
* platform/gtk/fast/blockflow/box-shadow-vertical-lr-expected.txt:
* platform/gtk/fast/blockflow/box-shadow-vertical-rl-expected.txt:
* platform/gtk/fast/blockflow/floats-in-block-layout-expected.txt:
* platform/gtk/fast/borders/fieldsetBorderRadius-expected.txt:
* platform/gtk/fast/box-shadow/basic-shadows-expected.txt:
* platform/gtk/fast/css/negative-leading-expected.txt:
* platform/gtk/fast/forms/basic-textareas-expected.txt:
* platform/gtk/fast/forms/file-input-direction-expected.txt:
* platform/gtk/fast/forms/floating-textfield-relayout-expected.txt:
* platform/gtk/fast/frames/flattening/frameset-flattening-advanced-expected.txt:
* platform/gtk/fast/frames/flattening/frameset-flattening-grid-expected.txt:
* platform/gtk/fast/frames/flattening/frameset-flattening-simple-expected.txt:
* platform/gtk/fast/frames/flattening/frameset-flattening-subframe-resize-expected.txt:
* platform/gtk/fast/frames/flattening/frameset-flattening-subframesets-expected.txt:
* platform/gtk/fast/frames/frame-scrolling-attribute-expected.txt:
* platform/gtk/fast/frames/iframe-scrolling-attribute-expected.txt:
* platform/gtk/fast/frames/inline-object-inside-frameset-expected.txt:
* platform/gtk/fast/frames/take-focus-from-iframe-expected.txt:
* platform/gtk/fast/images/gif-large-checkerboard-expected.txt:
* platform/gtk/fast/lists/001-vertical-expected.txt:
* platform/gtk/fast/lists/003-vertical-expected.txt:
* platform/gtk/fast/multicol/float-multicol-expected.txt:
* platform/gtk/fast/multicol/float-paginate-complex-expected.txt:
* platform/gtk/fast/multicol/float-paginate-expected.txt:
* platform/gtk/fast/multicol/layers-in-multicol-expected.txt:
* platform/gtk/fast/multicol/paginate-block-replaced-expected.txt:
* platform/gtk/fast/multicol/positioned-with-constrained-height-expected.txt:
* platform/gtk/fast/multicol/span/anonymous-style-inheritance-expected.txt:
* platform/gtk/fast/multicol/table-vertical-align-expected.txt:
* platform/gtk/fast/table/border-collapsing/004-vertical-expected.txt:
* platform/gtk/fast/table/colspanMinWidth-vertical-expected.txt:
* platform/gtk/fast/table/fixed-with-auto-with-colspan-vertical-expected.txt:
* platform/gtk/fast/table/height-percent-test-vertical-expected.txt:
* platform/gtk/scrollbars/custom-scrollbar-with-incomplete-style-expected.txt:
* platform/gtk/svg/custom/text-xy-updates-SVGList-expected.txt:
* platform/gtk/svg/custom/text-zoom-expected.txt:
* platform/gtk/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-defaults-expected.txt:
* platform/gtk/svg/text/foreignObject-text-clipping-bug-expected.txt:
* platform/gtk/transforms/svg-vs-css-expected.txt:
2010-12-07 Justin Schuh <jschuh@chromium.org>
Reviewed by Nikolas Zimmermann.
Clear old SVG cursor entry before adding a new one
https://bugs.webkit.org/show_bug.cgi?id=50549
* svg/css/cursor-replace-expected.txt: Added.
* svg/css/cursor-replace.svg: Added.
2010-12-07 Yuta Kitamura <yutak@chromium.org>
Unreviewed.
Add Chromium-specific expected results for two tests.
* platform/chromium-linux/css2.1/t040105-import-10-b-expected.checksum: Added.
* platform/chromium-linux/css2.1/t040105-import-10-b-expected.png: Added.
* platform/chromium-linux/media/controls-without-preload-expected.checksum: Added.
* platform/chromium-linux/media/controls-without-preload-expected.png: Added.
* platform/chromium-mac/media/controls-without-preload-expected.checksum: Added.
* platform/chromium-mac/media/controls-without-preload-expected.png: Added.
* platform/chromium-mac/media/controls-without-preload-expected.txt: Added.
* platform/chromium-win/css2.1/t040105-import-10-b-expected.checksum: Added.
* platform/chromium-win/css2.1/t040105-import-10-b-expected.png: Added.
* platform/chromium-win/css2.1/t040105-import-10-b-expected.txt: Added.
* platform/chromium-win/media/controls-without-preload-expected.checksum: Added.
* platform/chromium-win/media/controls-without-preload-expected.png: Added.
* platform/chromium-win/media/controls-without-preload-expected.txt: Added.
* platform/chromium/test_expectations.txt:
2010-12-07 Kenichi Ishibashi <bashi@google.com>
Reviewed by Kent Tamura.
Let HTMLObjectElement be a form associated element
https://bugs.webkit.org/show_bug.cgi?id=48821
Adds a test to ensure the order of form.elements attribute.
Updates two tests to check whether object elements are handled
correctly in form.elements attribute.
* fast/forms/form-attribute-expected.txt: Updated.
* fast/forms/form-collection-elements-order-expected.txt: Added.
* fast/forms/form-collection-elements-order.html: Added.
* fast/forms/script-tests/form-attribute.js: Updated.
* fast/forms/script-tests/form-collection-elements-order.js: Added.
(checkOrder):
* fast/forms/script-tests/form-collection-elements.js: Updated.
2010-12-06 Yuta Kitamura <yutak@chromium.org>
Unreviewed.
Update Chromium test expectations for svg/custom/text-linking.svg.
2010-12-06 Yuta Kitamura <yutak@chromium.org>
Unreviewed.
Update Chromium test expectations.
* platform/chromium/test_expectations.txt:
2010-12-06 David Hyatt <hyatt@apple.com>
Reviewed by Simon Fraser.
https://bugs.webkit.org/show_bug.cgi?id=50593
Fix background canvas painting for documents with left/top overflow. The math from the original RTL patch was incorrect.
Just use the RenderView's document dimensions always.
* fast/blockflow/Kusa-Makura-background-canvas.html: Added.
* platform/mac/fast/blockflow/Kusa-Makura-background-canvas-expected.checksum: Added.
* platform/mac/fast/blockflow/Kusa-Makura-background-canvas-expected.png: Added.
* platform/mac/fast/blockflow/Kusa-Makura-background-canvas-expected.txt: Added.
2010-12-06 Simon Fraser <simon.fraser@apple.com>
Reviewed by Beth Dakin.
CSS animation doesn't work for border-radius
https://bugs.webkit.org/show_bug.cgi?id=48340
* transitions/border-radius-transition-expected.txt: Added.
* transitions/border-radius-transition.html: Added.
New test.
* transitions/color-transition-all.html:
* transitions/zero-duration-in-list.html:
Don't use the pause API for tests that test whether something is not
animating.
* transitions/transition-test-helpers.js: Log if the pause API returns
failure.
2010-12-06 Victor Wang <victorw@chromium.org>
Unreviewed.
[Chromium] update chromium test expectations.
* platform/chromium-mac-leopard/fast/repaint/box-shadow-h-expected.checksum:
* platform/chromium-mac-leopard/fast/repaint/box-shadow-h-expected.png:
2010-12-06 Emil Eklund <eae@chromium.org>
Reviewed by Dimitri Glazkov.
Fix for classList perf test, failing due to typo.
https://bugs.webkit.org/show_bug.cgi?id=50578
* perf/class-list-remove.html: Changed to use the right value.
2010-12-06 Cosmin Truta <ctruta@chromium.org>
Reviewed by Eric Seidel.
Fix testcase: textPath cannot be inside another textPath
https://bugs.webkit.org/show_bug.cgi?id=50211
* platform/mac/svg/custom/text-linking-expected.checksum: Updated.
* platform/mac/svg/custom/text-linking-expected.png: Updated.
* platform/mac/svg/custom/text-linking-expected.txt: Updated.
* platform/chromium-linux/svg/custom/text-linking-expected.checksum: Updated.
* platform/chromium-linux/svg/custom/text-linking-expected.png: Updated.
* platform/chromium-linux/svg/custom/text-linking-expected.txt: Updated.
* platform/chromium-win-vista/svg/custom/text-linking-expected.checksum: Deleted.
* platform/chromium-win-vista/svg/custom/text-linking-expected.png: Deleted.
* platform/chromium-win-vista/svg/custom/text-linking-expected.txt: Deleted.
* platform/chromium-win-xp/svg/custom/text-linking-expected.checksum: Deleted.
* platform/chromium-win-xp/svg/custom/text-linking-expected.png: Deleted.
* platform/chromium-win-xp/svg/custom/text-linking-expected.txt: Deleted.
* svg/custom/text-linking.svg: Removed test for <textPath> inside <textPath>.
2010-12-06 Jon Honeycutt <jhoneycutt@apple.com>
Update Windows results after r73385.
Unreviewed.
* platform/win/fast/forms/basic-textareas-quirks-expected.txt:
* platform/win/scrollbars/custom-scrollbar-with-incomplete-style-expected.checksum:
* platform/win/scrollbars/custom-scrollbar-with-incomplete-style-expected.png:
* platform/win/scrollbars/custom-scrollbar-with-incomplete-style-expected.txt:
2010-12-05 Ryosuke Niwa <rniwa@webkit.org>
Reviewed by Tony Chang.
Executing FormatBlock on multiple paragraphs inside pre does not remove the outer pre
https://bugs.webkit.org/show_bug.cgi?id=47300
Added a test to ensure execCommand('FormatBlock') correctly removes pre when formatting paragraphs within.
Also rebaselined several tests because WebKit no longer erroneously format the paragraphs immediately
after the selection.
* editing/execCommand/format-block-multiple-paragraphs-in-pre-expected.txt: Added.
* editing/execCommand/format-block-multiple-paragraphs-in-pre.html: Added.
* editing/execCommand/format-block-multiple-paragraphs-expected.txt: No longer erroneously format
the last paragraph in a pre by a blockquote when formatting all but the last paragraph in the pre.
* editing/execCommand/indent-pre-expected.txt: No longer erroneously format the last paragraph in
the pre-list by a blockquote.
2010-12-06 Victor Wang <victorw@chromium.org>
Unreviewed.
[Chromium] update chromium test expectations for fast/html/marquee-scrollamount.html
* platform/chromium-linux/fast/html/marquee-scrollamount-expected.checksum: Added.
* platform/chromium-linux/fast/html/marquee-scrollamount-expected.png: Added.
* platform/chromium-mac/fast/html: Added.
* platform/chromium-mac/fast/html/marquee-scrollamount-expected.checksum: Added.
* platform/chromium-mac/fast/html/marquee-scrollamount-expected.png: Added.
* platform/chromium-win/fast/html/marquee-scrollamount-expected.checksum: Added.
* platform/chromium-win/fast/html/marquee-scrollamount-expected.png: Added.
* platform/chromium-win/fast/html/marquee-scrollamount-expected.txt: Added.
2010-12-06 Csaba Osztrogonác <ossy@webkit.org>
Unreviewed.
Update Qt specific expected results after r73385.
* platform/qt/css1/box_properties/margin-expected.checksum: Added.
* platform/qt/css1/box_properties/margin-expected.png: Added.
* platform/qt/css1/box_properties/margin-expected.txt:
* platform/qt/css1/box_properties/margin_right-expected.checksum: Added.
* platform/qt/css1/box_properties/margin_right-expected.png: Added.
* platform/qt/css1/box_properties/margin_right-expected.txt:
* platform/qt/css1/formatting_model/inline_elements-expected.checksum: Added.
* platform/qt/css1/formatting_model/inline_elements-expected.png: Added.
* platform/qt/css1/formatting_model/inline_elements-expected.txt:
* platform/qt/css2.1/t1202-counter-08-b-expected.checksum: Added.
* platform/qt/css2.1/t1202-counter-08-b-expected.png: Added.
* platform/qt/css2.1/t1202-counter-08-b-expected.txt:
* platform/qt/css2.1/t1202-counters-08-b-expected.checksum: Added.
* platform/qt/css2.1/t1202-counters-08-b-expected.png: Added.
* platform/qt/css2.1/t1202-counters-08-b-expected.txt:
* platform/qt/editing/deleting/delete-after-span-ws-001-expected.checksum:
* platform/qt/editing/deleting/delete-after-span-ws-001-expected.png:
* platform/qt/editing/deleting/delete-after-span-ws-001-expected.txt:
* platform/qt/editing/deleting/delete-after-span-ws-002-expected.checksum:
* platform/qt/editing/deleting/delete-after-span-ws-002-expected.png:
* platform/qt/editing/deleting/delete-after-span-ws-002-expected.txt:
* platform/qt/editing/deleting/delete-after-span-ws-003-expected.checksum:
* platform/qt/editing/deleting/delete-after-span-ws-003-expected.png:
* platform/qt/editing/deleting/delete-after-span-ws-003-expected.txt:
* platform/qt/editing/deleting/delete-line-end-ws-001-expected.checksum:
* platform/qt/editing/deleting/delete-line-end-ws-001-expected.png:
* platform/qt/editing/deleting/delete-line-end-ws-001-expected.txt:
* platform/qt/fast/backgrounds/repeat/negative-offset-repeat-expected.checksum: Added.
* platform/qt/fast/backgrounds/repeat/negative-offset-repeat-expected.png: Added.
* platform/qt/fast/backgrounds/repeat/negative-offset-repeat-expected.txt:
* platform/qt/fast/backgrounds/size/backgroundSize15-expected.checksum: Added.
* platform/qt/fast/backgrounds/size/backgroundSize15-expected.png: Added.
* platform/qt/fast/backgrounds/size/backgroundSize15-expected.txt:
* platform/qt/fast/block/float/008-expected.checksum: Added.
* platform/qt/fast/block/float/008-expected.png: Copied from LayoutTests/platform/qt/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-defaults-expected.png.
* platform/qt/fast/block/float/008-expected.txt:
* platform/qt/fast/block/float/019-expected.checksum: Added.
* platform/qt/fast/block/float/019-expected.png: Copied from LayoutTests/platform/qt/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-defaults-expected.png.
* platform/qt/fast/block/float/019-expected.txt:
* platform/qt/fast/block/float/033-expected.checksum: Added.
* platform/qt/fast/block/float/033-expected.png: Added.
* platform/qt/fast/block/float/033-expected.txt:
* platform/qt/fast/block/float/035-expected.checksum:
* platform/qt/fast/block/float/035-expected.png:
* platform/qt/fast/block/float/035-expected.txt:
* platform/qt/fast/block/float/avoidance-percent-width-strict-expected.checksum: Added.
* platform/qt/fast/block/float/avoidance-percent-width-strict-expected.png: Added.
* platform/qt/fast/block/float/avoidance-percent-width-strict-expected.txt:
* platform/qt/fast/block/margin-collapse/block-inside-inline/004-expected.checksum: Added.
* platform/qt/fast/block/margin-collapse/block-inside-inline/004-expected.png: Added.
* platform/qt/fast/block/margin-collapse/block-inside-inline/004-expected.txt:
* platform/qt/fast/block/margin-collapse/block-inside-inline/005-expected.checksum: Added.
* platform/qt/fast/block/margin-collapse/block-inside-inline/005-expected.png: Added.
* platform/qt/fast/block/margin-collapse/block-inside-inline/005-expected.txt:
* platform/qt/fast/block/positioning/049-expected.checksum: Added.
* platform/qt/fast/block/positioning/049-expected.png: Copied from LayoutTests/platform/qt/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-defaults-expected.png.
* platform/qt/fast/block/positioning/049-expected.txt:
* platform/qt/fast/blockflow/block-level-images-expected.checksum:
* platform/qt/fast/blockflow/block-level-images-expected.png:
* platform/qt/fast/blockflow/block-level-images-expected.txt:
* platform/qt/fast/blockflow/border-radius-clipping-vertical-lr-expected.checksum:
* platform/qt/fast/blockflow/border-radius-clipping-vertical-lr-expected.png:
* platform/qt/fast/blockflow/border-radius-clipping-vertical-lr-expected.txt:
* platform/qt/fast/blockflow/box-shadow-vertical-lr-expected.checksum:
* platform/qt/fast/blockflow/box-shadow-vertical-lr-expected.png:
* platform/qt/fast/blockflow/box-shadow-vertical-lr-expected.txt:
* platform/qt/fast/blockflow/box-shadow-vertical-rl-expected.checksum:
* platform/qt/fast/blockflow/box-shadow-vertical-rl-expected.png:
* platform/qt/fast/blockflow/box-shadow-vertical-rl-expected.txt:
* platform/qt/fast/blockflow/floats-in-block-layout-expected.checksum:
* platform/qt/fast/blockflow/floats-in-block-layout-expected.png:
* platform/qt/fast/blockflow/floats-in-block-layout-expected.txt:
* platform/qt/fast/box-shadow/basic-shadows-expected.checksum:
* platform/qt/fast/box-shadow/basic-shadows-expected.png:
* platform/qt/fast/box-shadow/basic-shadows-expected.txt:
* platform/qt/fast/css/negative-leading-expected.png:
* platform/qt/fast/css/negative-leading-expected.txt:
* platform/qt/fast/dynamic/window-resize-scrollbars-test-expected.checksum: Added.
* platform/qt/fast/dynamic/window-resize-scrollbars-test-expected.png: Added.
* platform/qt/fast/dynamic/window-resize-scrollbars-test-expected.txt:
* platform/qt/fast/flexbox/flex-hang-expected.checksum: Added.
* platform/qt/fast/flexbox/flex-hang-expected.png: Copied from LayoutTests/platform/qt/fast/table/height-percent-test-vertical-expected.png.
* platform/qt/fast/flexbox/flex-hang-expected.txt:
* platform/qt/fast/frames/flattening/frameset-flattening-advanced-expected.checksum: Added.
* platform/qt/fast/frames/flattening/frameset-flattening-advanced-expected.png: Added.
* platform/qt/fast/frames/flattening/frameset-flattening-advanced-expected.txt:
* platform/qt/fast/frames/flattening/frameset-flattening-grid-expected.checksum: Added.
* platform/qt/fast/frames/flattening/frameset-flattening-grid-expected.png: Added.
* platform/qt/fast/frames/flattening/frameset-flattening-grid-expected.txt:
* platform/qt/fast/frames/flattening/frameset-flattening-simple-expected.checksum: Added.
* platform/qt/fast/frames/flattening/frameset-flattening-simple-expected.png: Added.
* platform/qt/fast/frames/flattening/frameset-flattening-simple-expected.txt:
* platform/qt/fast/frames/flattening/frameset-flattening-subframe-resize-expected.checksum: Added.
* platform/qt/fast/frames/flattening/frameset-flattening-subframe-resize-expected.png: Added.
* platform/qt/fast/frames/flattening/frameset-flattening-subframe-resize-expected.txt:
* platform/qt/fast/frames/flattening/frameset-flattening-subframesets-expected.checksum: Added.
* platform/qt/fast/frames/flattening/frameset-flattening-subframesets-expected.png: Added.
* platform/qt/fast/frames/flattening/frameset-flattening-subframesets-expected.txt:
* platform/qt/fast/frames/frame-scrolling-attribute-expected.checksum: Added.
* platform/qt/fast/frames/frame-scrolling-attribute-expected.png: Added.
* platform/qt/fast/frames/frame-scrolling-attribute-expected.txt:
* platform/qt/fast/frames/iframe-scrolling-attribute-expected.checksum: Added.
* platform/qt/fast/frames/iframe-scrolling-attribute-expected.png: Added.
* platform/qt/fast/frames/iframe-scrolling-attribute-expected.txt:
* platform/qt/fast/images/gif-large-checkerboard-expected.checksum:
* platform/qt/fast/images/gif-large-checkerboard-expected.png:
* platform/qt/fast/images/gif-large-checkerboard-expected.txt:
* platform/qt/fast/lists/001-vertical-expected.checksum:
* platform/qt/fast/lists/001-vertical-expected.png:
* platform/qt/fast/lists/001-vertical-expected.txt:
* platform/qt/fast/lists/003-vertical-expected.checksum:
* platform/qt/fast/lists/003-vertical-expected.png:
* platform/qt/fast/lists/003-vertical-expected.txt:
* platform/qt/fast/multicol/column-count-with-rules-expected.checksum:
* platform/qt/fast/multicol/column-count-with-rules-expected.png:
* platform/qt/fast/multicol/column-count-with-rules-expected.txt:
* platform/qt/fast/multicol/float-paginate-complex-expected.checksum:
* platform/qt/fast/multicol/float-paginate-complex-expected.png:
* platform/qt/fast/multicol/float-paginate-complex-expected.txt:
* platform/qt/fast/multicol/float-paginate-expected.checksum:
* platform/qt/fast/multicol/float-paginate-expected.png:
* platform/qt/fast/multicol/float-paginate-expected.txt:
* platform/qt/fast/multicol/layers-in-multicol-expected.checksum:
* platform/qt/fast/multicol/layers-in-multicol-expected.png:
* platform/qt/fast/multicol/layers-in-multicol-expected.txt:
* platform/qt/fast/multicol/nested-columns-expected.checksum:
* platform/qt/fast/multicol/nested-columns-expected.png:
* platform/qt/fast/multicol/nested-columns-expected.txt:
* platform/qt/fast/multicol/paginate-block-replaced-expected.checksum:
* platform/qt/fast/multicol/paginate-block-replaced-expected.png:
* platform/qt/fast/multicol/paginate-block-replaced-expected.txt:
* platform/qt/fast/multicol/positioned-with-constrained-height-expected.checksum: Added.
* platform/qt/fast/multicol/positioned-with-constrained-height-expected.png: Added.
* platform/qt/fast/multicol/positioned-with-constrained-height-expected.txt:
* platform/qt/fast/multicol/span/anonymous-style-inheritance-expected.checksum:
* platform/qt/fast/multicol/span/anonymous-style-inheritance-expected.png:
* platform/qt/fast/multicol/span/anonymous-style-inheritance-expected.txt:
* platform/qt/fast/multicol/span/span-margin-collapsing-expected.checksum:
* platform/qt/fast/multicol/span/span-margin-collapsing-expected.png:
* platform/qt/fast/multicol/span/span-margin-collapsing-expected.txt:
* platform/qt/fast/multicol/table-vertical-align-expected.checksum:
* platform/qt/fast/multicol/table-vertical-align-expected.png:
* platform/qt/fast/multicol/table-vertical-align-expected.txt:
* platform/qt/fast/repaint/content-into-overflow-expected.checksum: Added.
* platform/qt/fast/repaint/content-into-overflow-expected.png: Copied from LayoutTests/platform/qt/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-defaults-expected.png.
* platform/qt/fast/repaint/content-into-overflow-expected.txt:
* platform/qt/fast/repaint/overflow-into-content-expected.checksum: Added.
* platform/qt/fast/repaint/overflow-into-content-expected.png: Copied from LayoutTests/platform/qt/fast/block/float/035-expected.png.
* platform/qt/fast/repaint/overflow-into-content-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/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:
* platform/qt/fast/table/height-percent-test-vertical-expected.checksum:
* platform/qt/fast/table/height-percent-test-vertical-expected.png:
* platform/qt/fast/table/height-percent-test-vertical-expected.txt:
* platform/qt/fast/table/wide-colspan-expected.checksum: Added.
* platform/qt/fast/table/wide-colspan-expected.png: Added.
* platform/qt/fast/table/wide-colspan-expected.txt:
* platform/qt/fast/table/wide-column-expected.checksum: Added.
* platform/qt/fast/table/wide-column-expected.png: Copied from LayoutTests/platform/qt/fast/table/height-percent-test-vertical-expected.png.
* platform/qt/fast/table/wide-column-expected.txt:
* platform/qt/fast/text/text-letter-spacing-expected.checksum: Added.
* platform/qt/fast/text/text-letter-spacing-expected.png: Added.
* platform/qt/fast/text/text-letter-spacing-expected.txt:
* platform/qt/scrollbars/custom-scrollbar-with-incomplete-style-expected.checksum:
* platform/qt/scrollbars/custom-scrollbar-with-incomplete-style-expected.png:
* platform/qt/scrollbars/custom-scrollbar-with-incomplete-style-expected.txt:
* platform/qt/svg/custom/text-xy-updates-SVGList-expected.checksum: Added.
* platform/qt/svg/custom/text-xy-updates-SVGList-expected.png: Added.
* platform/qt/svg/custom/text-xy-updates-SVGList-expected.txt:
* platform/qt/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-defaults-expected.checksum:
* platform/qt/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-defaults-expected.png:
* platform/qt/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-defaults-expected.txt:
* platform/qt/svg/text/foreignObject-text-clipping-bug-expected.checksum:
* platform/qt/svg/text/foreignObject-text-clipping-bug-expected.png:
* platform/qt/svg/text/foreignObject-text-clipping-bug-expected.txt:
* platform/qt/svg/zoom/page/zoom-hixie-mixed-009-expected.checksum: Added.
* platform/qt/svg/zoom/page/zoom-hixie-mixed-009-expected.png: Added.
* platform/qt/svg/zoom/page/zoom-hixie-mixed-009-expected.txt:
* platform/qt/svg/zoom/text/zoom-hixie-mixed-009-expected.checksum:
* platform/qt/svg/zoom/text/zoom-hixie-mixed-009-expected.png:
* platform/qt/svg/zoom/text/zoom-hixie-mixed-009-expected.txt:
* platform/qt/tables/mozilla/bugs/bug29314-expected.checksum: Added.
* platform/qt/tables/mozilla/bugs/bug29314-expected.png: Added.
* platform/qt/tables/mozilla/bugs/bug29314-expected.txt:
2010-12-06 Ryosuke Niwa <rniwa@webkit.org>
Unreviewed Leopard rebaseline for r73385. The actual results now match that of Snow Leopard.
* platform/chromium-mac/fast/multicol/span/anonymous-style-inheritance-expected.txt Removed.
* platform/mac-leopard/fast/multicol/span/anonymous-style-inheritance-expected.checksum: Removed.
* platform/mac-leopard/fast/multicol/span/anonymous-style-inheritance-expected.png: Removed.
* platform/mac-leopard/fast/multicol/span/anonymous-style-inheritance-expected.txt: Removed.
2010-12-06 Victor Wang <victorw@chromium.org>
Unreviewed.
[Chromium] update chromium mac test baselines affected by http://trac.webkit.org/changeset/73385
* platform/chromium-mac/fast/forms/file-input-direction-expected.txt:
* platform/chromium-mac/fast/images/gif-large-checkerboard-expected.txt: Added.
* platform/chromium-mac/fast/layers/video-layer-expected.txt:
* platform/chromium-mac/fast/multicol/span/anonymous-style-inheritance-expected.txt: Added.
* platform/chromium-mac/fast/repaint/box-shadow-h-expected.checksum: Added.
* platform/chromium-mac/fast/repaint/box-shadow-h-expected.png: Added.
* platform/chromium-mac/media/audio-controls-rendering-expected.txt:
* platform/chromium-mac/media/controls-after-reload-expected.txt:
* platform/chromium-mac/media/controls-strict-expected.txt:
* platform/chromium-mac/media/video-display-toggle-expected.txt:
* 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/scrollbars/custom-scrollbar-with-incomplete-style-expected.checksum:
* platform/chromium-mac/scrollbars/custom-scrollbar-with-incomplete-style-expected.png:
* platform/chromium-mac/scrollbars/custom-scrollbar-with-incomplete-style-expected.txt:
2010-12-06 Victor Wang <victorw@chromium.org>
Unreviewed.
[Chromium] update chromium layout test baselines affected by http://trac.webkit.org/changeset/73385
* platform/chromium-linux/css2.1/t0905-c414-flt-02-c-expected.txt:
* platform/chromium-linux/css2.1/t0905-c414-flt-03-c-expected.txt:
* platform/chromium-linux/css2.1/t0905-c414-flt-04-c-expected.txt:
* platform/chromium-linux/css2.1/t0905-c5525-fltcont-00-d-g-expected.txt:
* platform/chromium-linux/css2.1/t0905-c5525-fltwidth-02-c-g-expected.txt:
* platform/chromium-linux/css2.1/t0905-c5525-fltwidth-03-c-g-expected.txt:
* platform/chromium-linux/css2.1/t090501-c414-flt-03-b-g-expected.txt:
* platform/chromium-linux/css2.1/t1202-counters-09-b-expected.txt:
* platform/chromium-linux/fast/block/positioning/047-expected.txt:
* platform/chromium-linux/fast/forms/file-input-direction-expected.txt:
* platform/chromium-linux/fast/lists/001-expected.checksum: Added.
* platform/chromium-linux/fast/lists/001-expected.png: Added.
* platform/chromium-linux/fast/lists/001-vertical-expected.txt: Removed.
* platform/chromium-linux/fast/lists/003-vertical-expected.txt: Removed.
* platform/chromium-linux/fast/multicol/float-multicol-expected.txt: Removed.
* platform/chromium-linux/fast/multicol/float-paginate-complex-expected.txt: Removed.
* platform/chromium-linux/fast/multicol/float-paginate-expected.txt: Removed.
* platform/chromium-linux/fast/multicol/layers-in-multicol-expected.txt: Removed.
* platform/chromium-linux/fast/multicol/paginate-block-replaced-expected.txt: Removed.
* platform/chromium-linux/fast/multicol/table-vertical-align-expected.txt: Removed.
* platform/chromium-linux/fast/overflow/image-selection-highlight-expected.checksum:
* platform/chromium-linux/fast/overflow/image-selection-highlight-expected.png:
* platform/chromium-linux/fast/overflow/infiniteRecursionGuard-expected.checksum:
* platform/chromium-linux/fast/overflow/infiniteRecursionGuard-expected.png:
* platform/chromium-linux/fast/overflow/overflow-float-stacking-expected.txt: Added.
* platform/chromium-linux/fast/overflow/overflow-rtl-vertical-expected.checksum: Added.
* platform/chromium-linux/fast/overflow/overflow-rtl-vertical-expected.png: Added.
* platform/chromium-linux/fast/overflow/overflow-with-local-background-attachment-expected.checksum:
* platform/chromium-linux/fast/overflow/overflow-with-local-background-attachment-expected.png:
* platform/chromium-linux/fast/repaint/box-shadow-h-expected.checksum:
* platform/chromium-linux/fast/repaint/box-shadow-h-expected.png:
* platform/chromium-linux/fast/repaint/box-shadow-v-expected.checksum:
* platform/chromium-linux/fast/repaint/box-shadow-v-expected.png:
* platform/chromium-linux/fast/repaint/text-selection-rect-in-overflow-2-expected.checksum:
* platform/chromium-linux/fast/repaint/text-selection-rect-in-overflow-2-expected.png:
* platform/chromium-linux/fast/repaint/text-selection-rect-in-overflow-expected.checksum:
* platform/chromium-linux/fast/repaint/text-selection-rect-in-overflow-expected.png:
* platform/chromium-linux/fast/replaced/border-radius-clip-expected.checksum:
* platform/chromium-linux/fast/replaced/border-radius-clip-expected.png:
* platform/chromium-linux/fast/text/international/thai-line-breaks-expected.checksum:
* platform/chromium-linux/fast/text/international/thai-line-breaks-expected.png:
* platform/chromium-linux/fast/text/international/thai-line-breaks-expected.txt:
* platform/chromium-linux/fast/text/letter-spacing-negative-opacity-expected.txt:
* platform/chromium-linux/scrollbars/custom-scrollbar-with-incomplete-style-expected.checksum:
* platform/chromium-linux/scrollbars/custom-scrollbar-with-incomplete-style-expected.png:
* platform/chromium-linux/scrollbars/custom-scrollbar-with-incomplete-style-expected.txt: Removed.
* platform/chromium-linux/tables/mozilla/bugs/bug96334-expected.txt:
* platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug2479-5-expected.checksum:
* platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug2479-5-expected.png:
* platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
* platform/chromium-win/css1/box_properties/margin-expected.txt:
* platform/chromium-win/css1/box_properties/margin_right-expected.txt:
* platform/chromium-win/css1/classification/white_space-expected.txt:
* platform/chromium-win/css1/color_and_background/background_attachment-expected.txt:
* platform/chromium-win/css1/color_and_background/background_repeat-expected.txt:
* platform/chromium-win/css2.1/t0803-c5502-mrgn-r-02-c-expected.txt:
* platform/chromium-win/css2.1/t0803-c5505-mrgn-02-c-expected.txt:
* platform/chromium-win/css2.1/t0804-c5508-ipadn-b-02-b-a-expected.txt:
* platform/chromium-win/css2.1/t0905-c414-flt-00-d-expected.txt:
* platform/chromium-win/css2.1/t0905-c414-flt-01-d-g-expected.txt:
* platform/chromium-win/css2.1/t0905-c414-flt-02-c-expected.txt:
* platform/chromium-win/css2.1/t0905-c414-flt-03-c-expected.txt:
* platform/chromium-win/css2.1/t0905-c414-flt-04-c-expected.txt:
* platform/chromium-win/css2.1/t0905-c414-flt-wrap-01-d-g-expected.txt:
* platform/chromium-win/css2.1/t0905-c5525-fltcont-00-d-g-expected.txt:
* platform/chromium-win/css2.1/t0905-c5525-fltwidth-02-c-g-expected.txt:
* platform/chromium-win/css2.1/t0905-c5525-fltwidth-03-c-g-expected.txt:
* platform/chromium-win/css2.1/t090501-c414-flt-02-d-g-expected.txt:
* platform/chromium-win/css2.1/t090501-c414-flt-03-b-g-expected.txt:
* platform/chromium-win/css2.1/t1202-counters-08-b-expected.txt:
* platform/chromium-win/css2.1/t1202-counters-09-b-expected.txt:
* platform/chromium-win/editing/deleting/delete-after-span-ws-001-expected.txt:
* platform/chromium-win/editing/deleting/delete-after-span-ws-002-expected.txt:
* platform/chromium-win/editing/deleting/delete-after-span-ws-003-expected.txt:
* platform/chromium-win/editing/deleting/delete-line-end-ws-001-expected.txt:
* platform/chromium-win/editing/deleting/delete-line-end-ws-002-expected.txt:
* platform/chromium-win/editing/selection/focus_editable_html-expected.txt:
* platform/chromium-win/editing/selection/select-all-001-expected.txt:
* platform/chromium-win/editing/selection/select-all-002-expected.txt:
* platform/chromium-win/editing/selection/select-all-003-expected.txt:
* platform/chromium-win/editing/selection/select-all-004-expected.txt:
* platform/chromium-win/editing/selection/unrendered-001-expected.txt:
* platform/chromium-win/editing/selection/unrendered-002-expected.txt:
* platform/chromium-win/editing/selection/unrendered-003-expected.txt:
* platform/chromium-win/editing/selection/unrendered-004-expected.txt:
* platform/chromium-win/editing/selection/unrendered-005-expected.txt:
* platform/chromium-win/fast/backgrounds/repeat/negative-offset-repeat-expected.txt:
* platform/chromium-win/fast/backgrounds/size/backgroundSize15-expected.txt:
* platform/chromium-win/fast/block/basic/010-expected.txt:
* platform/chromium-win/fast/block/float/013-expected.txt:
* platform/chromium-win/fast/block/float/021-expected.txt:
* platform/chromium-win/fast/block/float/029-expected.txt:
* platform/chromium-win/fast/block/float/031-expected.txt:
* platform/chromium-win/fast/block/float/avoidance-percent-width-strict-expected.txt:
* platform/chromium-win/fast/block/float/clamped-right-float-expected.txt:
* platform/chromium-win/fast/block/float/float-in-float-painting-expected.txt:
* platform/chromium-win/fast/block/float/nested-clearance-expected.txt:
* platform/chromium-win/fast/block/margin-collapse/004-expected.txt:
* platform/chromium-win/fast/block/margin-collapse/062-expected.txt:
* platform/chromium-win/fast/block/margin-collapse/063-expected.txt:
* platform/chromium-win/fast/block/margin-collapse/104-expected.txt:
* platform/chromium-win/fast/block/margin-collapse/block-inside-inline/004-expected.txt:
* platform/chromium-win/fast/block/margin-collapse/block-inside-inline/005-expected.txt:
* platform/chromium-win/fast/block/positioning/002-expected.txt:
* platform/chromium-win/fast/block/positioning/047-expected.txt:
* platform/chromium-win/fast/block/positioning/051-expected.txt:
* platform/chromium-win/fast/block/positioning/061-expected.txt:
* platform/chromium-win/fast/block/positioning/auto-height-with-top-and-bottom-expected.txt:
* platform/chromium-win/fast/blockflow/border-radius-clipping-vertical-lr-expected.txt:
* platform/chromium-win/fast/blockflow/box-shadow-vertical-lr-expected.txt:
* platform/chromium-win/fast/blockflow/box-shadow-vertical-rl-expected.txt:
* platform/chromium-win/fast/body-propagation/background-color/002-expected.txt:
* platform/chromium-win/fast/body-propagation/background-color/002-xhtml-expected.txt:
* platform/chromium-win/fast/body-propagation/background-image/002-expected.txt:
* platform/chromium-win/fast/body-propagation/background-image/002-xhtml-expected.txt:
* platform/chromium-win/fast/body-propagation/overflow/001-expected.txt:
* platform/chromium-win/fast/body-propagation/overflow/001-xhtml-expected.txt:
* platform/chromium-win/fast/body-propagation/overflow/005-declarative-expected.txt:
* platform/chromium-win/fast/body-propagation/overflow/005-expected.txt:
* platform/chromium-win/fast/body-propagation/overflow/005-xhtml-expected.txt:
* platform/chromium-win/fast/box-shadow/basic-shadows-expected.txt:
* platform/chromium-win/fast/box-sizing/box-sizing-expected.txt:
* platform/chromium-win/fast/clip/008-expected.txt:
* platform/chromium-win/fast/clip/009-expected.txt:
* platform/chromium-win/fast/clip/010-expected.txt:
* platform/chromium-win/fast/clip/011-expected.txt:
* platform/chromium-win/fast/clip/012-expected.txt:
* platform/chromium-win/fast/compact/001-expected.txt:
* platform/chromium-win/fast/css/MarqueeLayoutTest-expected.txt:
* platform/chromium-win/fast/css/negative-leading-expected.txt:
* platform/chromium-win/fast/css/percentage-non-integer-expected.txt:
* platform/chromium-win/fast/css/word-space-extra-expected.txt:
* platform/chromium-win/fast/dom/clone-node-dynamic-style-expected.txt:
* platform/chromium-win/fast/dynamic/window-resize-scrollbars-test-expected.txt:
* platform/chromium-win/fast/events/focusingUnloadedFrame-expected.txt:
* platform/chromium-win/fast/flexbox/009-expected.txt:
* platform/chromium-win/fast/flexbox/016-expected.txt:
* platform/chromium-win/fast/forms/basic-textareas-quirks-expected.txt:
* platform/chromium-win/fast/forms/file-input-direction-expected.txt:
* platform/chromium-win/fast/forms/floating-textfield-relayout-expected.txt:
* platform/chromium-win/fast/forms/textfield-overflow-expected.txt:
* platform/chromium-win/fast/frames/frame-scrolling-attribute-expected.txt:
* platform/chromium-win/fast/frames/iframe-scrolling-attribute-expected.txt:
* platform/chromium-win/fast/frames/inline-object-inside-frameset-expected.txt:
* platform/chromium-win/fast/images/gif-large-checkerboard-expected.txt: Added.
* platform/chromium-win/fast/inline-block/inline-block-vertical-align-expected.txt:
* platform/chromium-win/fast/inline-block/tricky-baseline-expected.txt:
* platform/chromium-win/fast/inline/long-wrapped-line-expected.txt:
* platform/chromium-win/fast/layers/layer-visibility-expected.txt:
* platform/chromium-win/fast/layers/layer-visibility-sublayer-expected.txt:
* platform/chromium-win/fast/layers/overflow-scroll-auto-switch-expected.txt:
* platform/chromium-win/fast/layers/video-layer-expected.txt:
* platform/chromium-win/fast/lists/001-expected.txt:
* platform/chromium-win/fast/lists/001-vertical-expected.txt:
* platform/chromium-win/fast/lists/003-expected.txt:
* platform/chromium-win/fast/lists/003-vertical-expected.txt:
* platform/chromium-win/fast/lists/li-br-expected.txt:
* platform/chromium-win/fast/media/mq-relative-constraints-02-expected.txt:
* platform/chromium-win/fast/media/mq-relative-constraints-03-expected.txt:
* platform/chromium-win/fast/media/mq-relative-constraints-04-expected.txt:
* platform/chromium-win/fast/media/mq-relative-constraints-05-expected.txt:
* platform/chromium-win/fast/media/mq-relative-constraints-06-expected.txt:
* platform/chromium-win/fast/media/mq-relative-constraints-07-expected.txt:
* platform/chromium-win/fast/media/mq-relative-constraints-08-expected.txt:
* platform/chromium-win/fast/media/mq-relative-constraints-09-expected.txt:
* platform/chromium-win/fast/media/mq-width-absolute-01-expected.txt:
* platform/chromium-win/fast/media/mq-width-absolute-02-expected.txt:
* platform/chromium-win/fast/media/mq-width-absolute-03-expected.txt:
* platform/chromium-win/fast/media/mq-width-absolute-04-expected.txt:
* platform/chromium-win/fast/multicol/float-multicol-expected.txt:
* platform/chromium-win/fast/multicol/float-paginate-complex-expected.txt:
* platform/chromium-win/fast/multicol/float-paginate-expected.txt:
* platform/chromium-win/fast/multicol/layers-in-multicol-expected.txt:
* platform/chromium-win/fast/multicol/nested-columns-expected.txt:
* platform/chromium-win/fast/multicol/paginate-block-replaced-expected.txt:
* platform/chromium-win/fast/multicol/positioned-with-constrained-height-expected.txt:
* platform/chromium-win/fast/multicol/span/anonymous-style-inheritance-expected.txt:
* platform/chromium-win/fast/multicol/table-vertical-align-expected.txt:
* platform/chromium-win/fast/overflow/002-expected.txt:
* platform/chromium-win/fast/overflow/006-expected.txt:
* platform/chromium-win/fast/overflow/dynamic-hidden-expected.txt:
* platform/chromium-win/fast/overflow/float-in-relpositioned-expected.txt:
* platform/chromium-win/fast/overflow/image-selection-highlight-expected.checksum:
* platform/chromium-win/fast/overflow/image-selection-highlight-expected.png:
* platform/chromium-win/fast/overflow/image-selection-highlight-expected.txt:
* platform/chromium-win/fast/overflow/infiniteRecursionGuard-expected.checksum:
* platform/chromium-win/fast/overflow/infiniteRecursionGuard-expected.png:
* platform/chromium-win/fast/overflow/infiniteRecursionGuard-expected.txt:
* platform/chromium-win/fast/overflow/overflow-auto-table-expected.txt:
* platform/chromium-win/fast/overflow/overflow-focus-ring-expected.txt:
* platform/chromium-win/fast/overflow/overflow-rtl-vertical-expected.checksum: Added.
* platform/chromium-win/fast/overflow/overflow-rtl-vertical-expected.png: Added.
* platform/chromium-win/fast/overflow/overflow-rtl-vertical-expected.txt: Added.
* platform/chromium-win/fast/overflow/overflow-stacking-expected.txt:
* platform/chromium-win/fast/overflow/overflow-with-local-background-attachment-expected.txt:
* platform/chromium-win/fast/overflow/overflow-x-y-expected.txt:
* platform/chromium-win/fast/overflow/scrollRevealButton-expected.txt:
* platform/chromium-win/fast/reflections/reflection-direction-expected.txt:
* platform/chromium-win/fast/repaint/box-shadow-h-expected.checksum:
* platform/chromium-win/fast/repaint/box-shadow-h-expected.png:
* platform/chromium-win/fast/repaint/box-shadow-h-expected.txt:
* platform/chromium-win/fast/repaint/box-shadow-v-expected.checksum:
* platform/chromium-win/fast/repaint/box-shadow-v-expected.png:
* platform/chromium-win/fast/repaint/box-shadow-v-expected.txt:
* platform/chromium-win/fast/repaint/dynamic-table-vertical-alignment-change-expected.txt:
* platform/chromium-win/fast/repaint/float-overflow-expected.txt:
* platform/chromium-win/fast/repaint/float-overflow-right-expected.txt:
* platform/chromium-win/fast/repaint/overflow-scroll-body-appear-expected.txt:
* platform/chromium-win/fast/repaint/overflow-scroll-delete-expected.checksum:
* platform/chromium-win/fast/repaint/overflow-scroll-delete-expected.png:
* platform/chromium-win/fast/repaint/overflow-scroll-delete-expected.txt:
* platform/chromium-win/fast/repaint/text-selection-rect-in-overflow-2-expected.checksum:
* platform/chromium-win/fast/repaint/text-selection-rect-in-overflow-2-expected.png:
* platform/chromium-win/fast/repaint/text-selection-rect-in-overflow-2-expected.txt:
* platform/chromium-win/fast/repaint/text-selection-rect-in-overflow-expected.checksum:
* platform/chromium-win/fast/repaint/text-selection-rect-in-overflow-expected.png:
* platform/chromium-win/fast/repaint/text-selection-rect-in-overflow-expected.txt:
* platform/chromium-win/fast/repaint/transform-absolute-in-positioned-container-expected.txt:
* platform/chromium-win/fast/replaced/004-expected.txt:
* platform/chromium-win/fast/replaced/border-radius-clip-expected.checksum:
* platform/chromium-win/fast/replaced/border-radius-clip-expected.png:
* platform/chromium-win/fast/replaced/border-radius-clip-expected.txt:
* platform/chromium-win/fast/table/034-expected.txt:
* platform/chromium-win/fast/table/border-collapsing/004-vertical-expected.txt:
* platform/chromium-win/fast/table/colspanMinWidth-vertical-expected.txt:
* platform/chromium-win/fast/table/frame-and-rules-expected.txt:
* platform/chromium-win/fast/table/overflowHidden-expected.txt:
* platform/chromium-win/fast/text/international/thai-line-breaks-expected.txt:
* platform/chromium-win/fast/text/large-text-composed-char-expected.txt:
* platform/chromium-win/fast/text/letter-spacing-negative-opacity-expected.txt:
* platform/chromium-win/fast/text/text-letter-spacing-expected.txt:
* platform/chromium-win/fast/text/whitespace/012-expected.txt:
* platform/chromium-win/media/audio-controls-rendering-expected.txt:
* platform/chromium-win/media/controls-after-reload-expected.txt:
* platform/chromium-win/media/controls-strict-expected.txt:
* platform/chromium-win/media/video-controls-rendering-expected.txt:
* platform/chromium-win/media/video-display-toggle-expected.txt:
* platform/chromium-win/media/video-empty-source-expected.txt:
* platform/chromium-win/media/video-no-audio-expected.txt:
* platform/chromium-win/media/video-volume-slider-expected.txt:
* platform/chromium-win/scrollbars/basic-scrollbar-expected.txt:
* platform/chromium-win/scrollbars/custom-scrollbar-with-incomplete-style-expected.checksum:
* platform/chromium-win/scrollbars/custom-scrollbar-with-incomplete-style-expected.png:
* platform/chromium-win/scrollbars/custom-scrollbar-with-incomplete-style-expected.txt:
* platform/chromium-win/scrollbars/disabled-scrollbar-expected.txt:
* platform/chromium-win/scrollbars/scrollbar-buttons-expected.txt:
* platform/chromium-win/scrollbars/scrollbar-orientation-expected.txt:
* platform/chromium-win/svg/custom/altglyph-expected.txt:
* platform/chromium-win/svg/custom/getscreenctm-in-mixed-content-expected.txt:
* platform/chromium-win/svg/custom/getscreenctm-in-scrollable-div-area-expected.txt:
* platform/chromium-win/svg/custom/getscreenctm-in-scrollable-div-area-nested-expected.txt:
* platform/chromium-win/svg/custom/invisible-text-after-scrolling-expected.txt:
* platform/chromium-win/svg/custom/path-bad-data-expected.txt:
* platform/chromium-win/svg/custom/scroll-hit-test-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.txt:
* platform/chromium-win/svg/custom/text-xy-updates-SVGList-expected.txt:
* platform/chromium-win/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-defaults-expected.txt:
* platform/chromium-win/svg/text/foreignObject-text-clipping-bug-expected.txt:
* platform/chromium-win/svg/text/kerning-expected.txt:
* platform/chromium-win/svg/text/multichar-glyph-expected.txt:
* platform/chromium-win/svg/transforms/animated-path-inside-transformed-html-expected.txt:
* platform/chromium-win/svg/transforms/text-with-pattern-inside-transformed-html-expected.txt:
* platform/chromium-win/svg/zoom/text/zoom-hixie-mixed-009-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug120364-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug131020-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug23151-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug43039-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug43854-1-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug45055-2-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug5797-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug625-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug72359-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug83786-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug92143-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug96334-expected.txt:
* platform/chromium-win/tables/mozilla/core/nested1-expected.txt:
* platform/chromium-win/tables/mozilla/marvin/backgr_index-expected.txt:
* platform/chromium-win/tables/mozilla/marvin/x_table_align_left-expected.txt:
* platform/chromium-win/tables/mozilla/marvin/x_table_align_right-expected.txt:
* platform/chromium-win/tables/mozilla/marvin/x_td_nowrap-expected.txt:
* platform/chromium-win/tables/mozilla/marvin/x_th_nowrap-expected.txt:
* platform/chromium-win/tables/mozilla_expected_failures/bugs/bug220653-expected.txt:
* platform/chromium-win/tables/mozilla_expected_failures/bugs/bug2479-5-expected.checksum:
* platform/chromium-win/tables/mozilla_expected_failures/bugs/bug2479-5-expected.png:
* platform/chromium-win/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
* platform/chromium-win/tables/mozilla_expected_failures/bugs/bug67915-2-expected.txt:
* platform/chromium-win/tables/mozilla_expected_failures/bugs/bug85016-expected.txt:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.txt:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_caption-expected.txt:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_caption_bottom-expected.txt:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_caption_left-expected.txt:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_caption_right-expected.txt:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_caption_top-expected.txt:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow-expected.txt:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row-expected.txt:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_table-expected.txt:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody-expected.txt:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_hidden_tr-expected.txt:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell-expected.txt:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell_sibling-expected.txt:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row-expected.txt:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.txt:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table-expected.txt:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table_caption-expected.txt:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody-expected.txt:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.txt:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_td_align_right-expected.txt:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_bottom-expected.txt:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_middle-expected.txt:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_top-expected.txt:
* platform/chromium-win/transforms/svg-vs-css-expected.txt:
2010-12-06 Andy Estes <aestes@apple.com>
Reviewed by Darin Adler.
Marquee elements do not stop animating when scrollAmount is set to 0.
https://bugs.webkit.org/show_bug.cgi?id=50434
* fast/html/marquee-scrollamount.html: Added.
* platform/mac/fast/html/marquee-scrollamount-expected.checksum: Added.
* platform/mac/fast/html/marquee-scrollamount-expected.png: Added.
* platform/mac/fast/html/marquee-scrollamount-expected.txt: Added.
2010-12-06 Chris Fleizach <cfleizach@apple.com>
Reviewed by Darin Adler.
HTML5 Slider does not work correctly with VoiceOver
https://bugs.webkit.org/show_bug.cgi?id=50505
* platform/mac/accessibility/html-slider-indicator-expected.txt: Added.
* platform/mac/accessibility/html-slider-indicator.html: Added.
2010-12-06 David Hyatt <hyatt@apple.com>
Reviewed by Simon Fraser.
Fix for https://bugs.webkit.org/show_bug.cgi?id=49220 <<rdar://problem/8644849>, REGRESSION: transforms now
O(n^3) from pathological behavior in lowestPosition, rightmostPosition, leftmostPosition and topmostPosition.
This patch throws out the lowest/rightmost/leftmost/topmostPosition functions and re-architects layout overflow
in the engine to cache all the information required to properly handle scrolling.
In the old code, there were two types of overflow: layout overflow and visual overflow. The former could
affect scrolling and the latter could not. The distinction was largely meaningless, since layout overflow
wasn't actually used to determine scroll width or scroll height. It didn't propagate across self-painting layer
boundaries either. In the old code, the term visible overflow meant the union of the layout overflow and
visual overflow rects.
In the new code, the two types of overflow remain, but the distinction between the two is now clear. Visual overflow
is used purely for painting and hit testing checks and layout overflow is used specifically for scrolling. It has
been expanded to propagate across self-painting layers, to factor in relative positioning and transforms, and to
work with writing modes.
In order to minimize layout test changes, layers no longer incorporate right/bottom overflow into their width/height members.
Doing so uncovered two bugs where left/top overflow was ignored (proof that even having layer dimensions is harmful).
A render tree dump hack has been put into the code to keep this overflow dumping for the RenderView's layer, since otherwise
a huge number of tests would change.
Added fast/overflow/overflow-rtl-vertical.html to test vertical writing-mode overflow. Existing tests cover the rest.
* compositing/checkerboard-expected.txt:
* compositing/geometry/limit-layer-bounds-transformed-expected.txt:
* compositing/iframes/composited-parent-iframe-expected.txt:
* fast/backgrounds/size/contain-and-cover-expected.txt:
* fast/flexbox/009.html:
* fast/overflow/overflow-rtl-vertical.html: Added.
* fast/spatial-navigation/snav-clipped-overflowed-content-expected.txt:
* fast/spatial-navigation/snav-clipped-overflowed-content.html:
* platform/mac/compositing/direct-image-compositing-expected.txt:
* platform/mac/compositing/geometry/fixed-position-expected.txt:
* platform/mac/compositing/geometry/video-opacity-overlay-expected.txt:
* platform/mac/compositing/overflow/fixed-position-ancestor-clip-expected.txt:
* platform/mac/compositing/overflow/scroll-ancestor-update-expected.txt:
* platform/mac/compositing/reflections/load-video-in-reflection-expected.txt:
* platform/mac/compositing/repaint/content-into-overflow-expected.txt:
* platform/mac/compositing/repaint/overflow-into-content-expected.txt:
* platform/mac/css1/box_properties/margin-expected.txt:
* platform/mac/css1/box_properties/margin_right-expected.txt:
* platform/mac/css1/classification/white_space-expected.txt:
* platform/mac/css1/color_and_background/background_attachment-expected.txt:
* platform/mac/css1/color_and_background/background_repeat-expected.txt:
* platform/mac/css2.1/t0803-c5502-mrgn-r-02-c-expected.txt:
* platform/mac/css2.1/t0803-c5505-mrgn-02-c-expected.txt:
* platform/mac/css2.1/t0804-c5508-ipadn-b-02-b-a-expected.txt:
* platform/mac/css2.1/t0905-c414-flt-00-d-expected.txt:
* platform/mac/css2.1/t0905-c414-flt-01-d-g-expected.txt:
* platform/mac/css2.1/t0905-c414-flt-02-c-expected.txt:
* platform/mac/css2.1/t0905-c414-flt-03-c-expected.txt:
* platform/mac/css2.1/t0905-c414-flt-04-c-expected.txt:
* platform/mac/css2.1/t0905-c414-flt-wrap-01-d-g-expected.txt:
* platform/mac/css2.1/t0905-c5525-fltcont-00-d-g-expected.txt:
* platform/mac/css2.1/t0905-c5525-fltwidth-02-c-g-expected.txt:
* platform/mac/css2.1/t0905-c5525-fltwidth-03-c-g-expected.txt:
* platform/mac/css2.1/t090501-c414-flt-02-d-g-expected.txt:
* platform/mac/css2.1/t090501-c414-flt-03-b-g-expected.txt:
* platform/mac/css2.1/t1202-counters-08-b-expected.txt:
* platform/mac/css2.1/t1202-counters-09-b-expected.txt:
* platform/mac/editing/deleting/delete-after-span-ws-001-expected.txt:
* platform/mac/editing/deleting/delete-after-span-ws-002-expected.txt:
* platform/mac/editing/deleting/delete-after-span-ws-003-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/selection/25228-expected.txt:
* platform/mac/editing/selection/focus_editable_html-expected.txt:
* platform/mac/editing/selection/select-all-001-expected.txt:
* platform/mac/editing/selection/select-all-002-expected.txt:
* platform/mac/editing/selection/select-all-003-expected.txt:
* platform/mac/editing/selection/select-all-004-expected.txt:
* platform/mac/editing/selection/unrendered-001-expected.txt:
* platform/mac/editing/selection/unrendered-002-expected.txt:
* platform/mac/editing/selection/unrendered-003-expected.txt:
* platform/mac/editing/selection/unrendered-004-expected.txt:
* platform/mac/editing/selection/unrendered-005-expected.txt:
* platform/mac/fast/backgrounds/repeat/negative-offset-repeat-expected.txt:
* platform/mac/fast/backgrounds/size/backgroundSize15-expected.txt:
* platform/mac/fast/block/basic/010-expected.txt:
* platform/mac/fast/block/basic/fieldset-stretch-to-legend-expected.txt:
* platform/mac/fast/block/float/008-expected.txt:
* platform/mac/fast/block/float/013-expected.txt:
* platform/mac/fast/block/float/019-expected.txt:
* platform/mac/fast/block/float/021-expected.txt:
* platform/mac/fast/block/float/029-expected.txt:
* platform/mac/fast/block/float/031-expected.txt:
* platform/mac/fast/block/float/033-expected.txt:
* platform/mac/fast/block/float/035-expected.txt:
* platform/mac/fast/block/float/avoidance-percent-width-strict-expected.txt:
* platform/mac/fast/block/float/clamped-right-float-expected.txt:
* platform/mac/fast/block/float/float-in-float-painting-expected.txt:
* platform/mac/fast/block/float/nested-clearance-expected.txt:
* platform/mac/fast/block/float/relative-painted-twice-expected.txt:
* platform/mac/fast/block/margin-collapse/004-expected.txt:
* platform/mac/fast/block/margin-collapse/062-expected.txt:
* platform/mac/fast/block/margin-collapse/063-expected.txt:
* platform/mac/fast/block/margin-collapse/104-expected.txt:
* platform/mac/fast/block/margin-collapse/block-inside-inline/004-expected.txt:
* platform/mac/fast/block/margin-collapse/block-inside-inline/005-expected.txt:
* platform/mac/fast/block/positioning/002-expected.txt:
* platform/mac/fast/block/positioning/047-expected.txt:
* platform/mac/fast/block/positioning/049-expected.txt:
* platform/mac/fast/block/positioning/051-expected.txt:
* platform/mac/fast/block/positioning/auto-height-with-top-and-bottom-expected.txt:
* platform/mac/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.txt:
* platform/mac/fast/blockflow/block-level-images-expected.txt:
* platform/mac/fast/blockflow/border-radius-clipping-vertical-lr-expected.txt:
* platform/mac/fast/blockflow/box-shadow-vertical-lr-expected.txt:
* platform/mac/fast/blockflow/box-shadow-vertical-rl-expected.txt:
* platform/mac/fast/blockflow/floats-in-block-layout-expected.txt:
* platform/mac/fast/body-propagation/background-color/002-expected.txt:
* platform/mac/fast/body-propagation/background-color/002-xhtml-expected.txt:
* platform/mac/fast/body-propagation/background-image/002-expected.txt:
* platform/mac/fast/body-propagation/background-image/002-xhtml-expected.txt:
* platform/mac/fast/body-propagation/overflow/001-expected.txt:
* platform/mac/fast/body-propagation/overflow/001-xhtml-expected.txt:
* platform/mac/fast/body-propagation/overflow/005-declarative-expected.txt:
* platform/mac/fast/body-propagation/overflow/005-expected.txt:
* platform/mac/fast/body-propagation/overflow/005-xhtml-expected.txt:
* platform/mac/fast/borders/fieldsetBorderRadius-expected.txt:
* platform/mac/fast/box-shadow/basic-shadows-expected.txt:
* platform/mac/fast/box-sizing/box-sizing-expected.txt:
* platform/mac/fast/clip/008-expected.txt:
* platform/mac/fast/clip/009-expected.txt:
* platform/mac/fast/clip/010-expected.txt:
* platform/mac/fast/clip/011-expected.txt:
* platform/mac/fast/clip/012-expected.txt:
* platform/mac/fast/compact/001-expected.txt:
* platform/mac/fast/css/color-correction-on-background-image-expected.txt:
* platform/mac/fast/css/negative-leading-expected.txt:
* platform/mac/fast/css/percentage-non-integer-expected.txt:
* platform/mac/fast/css/word-space-extra-expected.txt:
* platform/mac/fast/dom/clone-node-dynamic-style-expected.txt:
* platform/mac/fast/dynamic/window-resize-scrollbars-test-expected.txt:
* platform/mac/fast/events/focusingUnloadedFrame-expected.txt:
* platform/mac/fast/flexbox/009-expected.txt:
* platform/mac/fast/flexbox/016-expected.txt:
* platform/mac/fast/flexbox/flex-hang-expected.txt:
* platform/mac/fast/forms/basic-textareas-quirks-expected.txt:
* platform/mac/fast/forms/file-input-direction-expected.txt:
* platform/mac/fast/forms/floating-textfield-relayout-expected.txt:
* platform/mac/fast/forms/textfield-overflow-expected.txt:
* platform/mac/fast/frames/flattening/frameset-flattening-advanced-expected.txt:
* platform/mac/fast/frames/flattening/frameset-flattening-grid-expected.txt:
* platform/mac/fast/frames/flattening/frameset-flattening-simple-expected.txt:
* platform/mac/fast/frames/flattening/frameset-flattening-subframe-resize-expected.txt:
* platform/mac/fast/frames/flattening/frameset-flattening-subframesets-expected.txt:
* platform/mac/fast/frames/frame-scrolling-attribute-expected.txt:
* platform/mac/fast/frames/iframe-scrolling-attribute-expected.txt:
* platform/mac/fast/frames/inline-object-inside-frameset-expected.txt:
* platform/mac/fast/gradients/background-clipped-expected.txt:
* platform/mac/fast/images/gif-large-checkerboard-expected.txt:
* platform/mac/fast/images/pdf-as-image-landscape-expected.txt:
* platform/mac/fast/inline-block/inline-block-vertical-align-expected.txt:
* platform/mac/fast/inline/long-wrapped-line-expected.txt:
* platform/mac/fast/layers/layer-visibility-expected.txt:
* platform/mac/fast/layers/layer-visibility-sublayer-expected.txt:
* platform/mac/fast/lists/001-expected.txt:
* platform/mac/fast/lists/001-vertical-expected.txt:
* platform/mac/fast/lists/003-expected.txt:
* platform/mac/fast/lists/003-vertical-expected.txt:
* platform/mac/fast/lists/li-br-expected.txt:
* platform/mac/fast/media/mq-relative-constraints-02-expected.txt:
* platform/mac/fast/media/mq-relative-constraints-03-expected.txt:
* platform/mac/fast/media/mq-relative-constraints-04-expected.txt:
* platform/mac/fast/media/mq-relative-constraints-05-expected.txt:
* platform/mac/fast/media/mq-relative-constraints-06-expected.txt:
* platform/mac/fast/media/mq-relative-constraints-07-expected.txt:
* platform/mac/fast/media/mq-relative-constraints-08-expected.txt:
* platform/mac/fast/media/mq-relative-constraints-09-expected.txt:
* platform/mac/fast/media/mq-width-absolute-01-expected.txt:
* platform/mac/fast/media/mq-width-absolute-02-expected.txt:
* platform/mac/fast/media/mq-width-absolute-03-expected.txt:
* platform/mac/fast/media/mq-width-absolute-04-expected.txt:
* platform/mac/fast/multicol/float-multicol-expected.txt:
* platform/mac/fast/multicol/float-paginate-complex-expected.txt:
* platform/mac/fast/multicol/float-paginate-expected.txt:
* platform/mac/fast/multicol/layers-in-multicol-expected.txt:
* platform/mac/fast/multicol/paginate-block-replaced-expected.txt:
* platform/mac/fast/multicol/positioned-with-constrained-height-expected.txt:
* platform/mac/fast/multicol/span/anonymous-style-inheritance-expected.txt:
* platform/mac/fast/multicol/table-vertical-align-expected.txt:
* platform/mac/fast/overflow/006-expected.txt:
* platform/mac/fast/overflow/float-in-relpositioned-expected.txt:
* platform/mac/fast/overflow/overflow-auto-table-expected.txt:
* platform/mac/fast/overflow/overflow-rtl-vertical-expected.checksum: Added.
* platform/mac/fast/overflow/overflow-rtl-vertical-expected.png: Added.
* platform/mac/fast/overflow/overflow-rtl-vertical-expected.txt: Added.
* platform/mac/fast/overflow/scrollRevealButton-expected.txt:
* platform/mac/fast/reflections/reflection-direction-expected.txt:
* platform/mac/fast/repaint/box-shadow-h-expected.checksum:
* platform/mac/fast/repaint/box-shadow-h-expected.png:
* platform/mac/fast/repaint/box-shadow-h-expected.txt:
* platform/mac/fast/repaint/box-shadow-v-expected.txt:
* platform/mac/fast/repaint/content-into-overflow-expected.txt:
* platform/mac/fast/repaint/dynamic-table-vertical-alignment-change-expected.txt:
* platform/mac/fast/repaint/float-overflow-expected.txt:
* platform/mac/fast/repaint/float-overflow-right-expected.txt:
* platform/mac/fast/repaint/overflow-into-content-expected.txt:
* platform/mac/fast/repaint/overflow-scroll-body-appear-expected.txt:
* platform/mac/fast/repaint/subtree-root-clip-expected.txt:
* platform/mac/fast/repaint/transform-absolute-in-positioned-container-expected.txt:
* platform/mac/fast/repaint/transform-replaced-shadows-expected.checksum:
* platform/mac/fast/repaint/transform-replaced-shadows-expected.png:
* platform/mac/fast/replaced/004-expected.txt:
* platform/mac/fast/table/034-expected.txt:
* platform/mac/fast/table/border-collapsing/004-vertical-expected.txt:
* platform/mac/fast/table/colspanMinWidth-vertical-expected.txt:
* platform/mac/fast/table/fixed-with-auto-with-colspan-expected.txt:
* platform/mac/fast/table/fixed-with-auto-with-colspan-vertical-expected.txt:
* platform/mac/fast/table/frame-and-rules-expected.txt:
* platform/mac/fast/table/height-percent-test-vertical-expected.txt:
* platform/mac/fast/table/wide-colspan-expected.txt:
* platform/mac/fast/table/wide-column-expected.txt:
* platform/mac/fast/text/international/thai-line-breaks-expected.txt:
* platform/mac/fast/text/large-text-composed-char-expected.txt:
* platform/mac/fast/text/letter-spacing-negative-opacity-expected.txt:
* platform/mac/fast/text/text-letter-spacing-expected.txt:
* platform/mac/fast/text/whitespace/012-expected.txt:
* platform/mac/mathml/presentation/fenced-expected.txt:
* platform/mac/mathml/presentation/mo-expected.txt:
* platform/mac/mathml/presentation/over-expected.txt:
* platform/mac/mathml/presentation/row-alignment-expected.txt:
* platform/mac/mathml/presentation/row-expected.txt:
* platform/mac/printing/return-from-printing-mode-expected.txt:
* platform/mac/svg/custom/altglyph-expected.txt:
* platform/mac/svg/custom/getscreenctm-in-mixed-content-expected.txt:
* platform/mac/svg/custom/path-bad-data-expected.txt:
* platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
* platform/mac/svg/custom/svg-fonts-in-html-expected.txt:
* platform/mac/svg/custom/text-xy-updates-SVGList-expected.txt:
* platform/mac/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-defaults-expected.txt:
* platform/mac/svg/text/foreignObject-text-clipping-bug-expected.txt:
* platform/mac/svg/text/kerning-expected.txt:
* platform/mac/svg/text/multichar-glyph-expected.txt:
* platform/mac/svg/transforms/animated-path-inside-transformed-html-expected.txt:
* platform/mac/svg/transforms/text-with-pattern-inside-transformed-html-expected.txt:
* platform/mac/svg/zoom/text/zoom-hixie-mixed-009-expected.txt:
* platform/mac/tables/mozilla/bugs/bug120364-expected.txt:
* platform/mac/tables/mozilla/bugs/bug131020-expected.txt:
* platform/mac/tables/mozilla/bugs/bug196870-expected.txt:
* platform/mac/tables/mozilla/bugs/bug23151-expected.txt:
* platform/mac/tables/mozilla/bugs/bug29314-expected.txt:
* platform/mac/tables/mozilla/bugs/bug43039-expected.txt:
* platform/mac/tables/mozilla/bugs/bug43854-1-expected.txt:
* platform/mac/tables/mozilla/bugs/bug45055-2-expected.txt:
* platform/mac/tables/mozilla/bugs/bug5797-expected.txt:
* platform/mac/tables/mozilla/bugs/bug625-expected.txt:
* platform/mac/tables/mozilla/bugs/bug72359-expected.txt:
* platform/mac/tables/mozilla/bugs/bug83786-expected.txt:
* platform/mac/tables/mozilla/bugs/bug92143-expected.txt:
* platform/mac/tables/mozilla/bugs/bug96334-expected.txt:
* platform/mac/tables/mozilla/core/nested1-expected.txt:
* platform/mac/tables/mozilla/marvin/backgr_index-expected.txt:
* platform/mac/tables/mozilla/marvin/x_table_align_left-expected.txt:
* platform/mac/tables/mozilla/marvin/x_table_align_right-expected.txt:
* platform/mac/tables/mozilla/marvin/x_td_nowrap-expected.txt:
* platform/mac/tables/mozilla/marvin/x_th_nowrap-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug220653-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug67915-2-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug85016-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_bottom-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_left-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_right-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_top-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_table-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_hidden_tr-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell_sibling-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table_caption-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_td_align_right-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_bottom-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_middle-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_top-expected.txt:
* platform/mac/transforms/3d/point-mapping/3d-point-mapping-2-expected.txt:
* platform/mac/transforms/3d/point-mapping/3d-point-mapping-expected.txt:
* platform/mac/transforms/3d/point-mapping/3d-point-mapping-origins-expected.txt:
* platform/mac/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.txt:
* platform/mac/transforms/svg-vs-css-expected.txt:
* svg/custom/text-zoom-expected.txt:
2010-12-06 Mihai Parparita <mihaip@chromium.org>
Unreviewed move of Chromium baselines.
In preparation for making pixel tests pass for Chromium on Snow Leopard,
move baselines for 273 tests from chromium-mac to chromium-mac-leopard.
These tests will then use the mac baselines, which will enable them
to pass on Snow Leopard, but keep passing for Leopard too.
List of files omitted due to length but composed entirely of moves from
platform/chromium-mac to platform/chromium-mac-leopard.
2010-12-06 Chris Fleizach <cfleizach@apple.com>
Reviewed by Oliver Hunt.
AX does not support HTML5 "required"
https://bugs.webkit.org/show_bug.cgi?id=50507
* platform/mac/accessibility/html5-required-attribute-expected.txt: Added.
* platform/mac/accessibility/html5-required-attribute.html: Added.
2010-12-06 Victor Wang <victorw@chromium.org>
Unreviewed.
[Chromium] update chromium test expectations.
* platform/chromium-linux/fast/css/focus-ring-outline-color-expected.checksum: Added.
* platform/chromium-linux/fast/css/focus-ring-outline-color-expected.png: Added.
* platform/chromium-linux/fast/css/focus-ring-outline-offset-expected.checksum: Added.
* platform/chromium-linux/fast/css/focus-ring-outline-offset-expected.png: Added.
* platform/chromium-linux/fast/css/focus-ring-outline-width-expected.checksum: Added.
* platform/chromium-linux/fast/css/focus-ring-outline-width-expected.png: Added.
* platform/chromium-mac/fast/css/focus-ring-outline-color-expected.checksum: Added.
* platform/chromium-mac/fast/css/focus-ring-outline-color-expected.png: Added.
* platform/chromium-mac/fast/css/focus-ring-outline-offset-expected.checksum: Added.
* platform/chromium-mac/fast/css/focus-ring-outline-offset-expected.png: Added.
* platform/chromium-mac/fast/css/focus-ring-outline-width-expected.checksum: Added.
* platform/chromium-mac/fast/css/focus-ring-outline-width-expected.png: Added.
* platform/chromium-win/fast/css/focus-ring-outline-color-expected.checksum: Added.
* platform/chromium-win/fast/css/focus-ring-outline-color-expected.png: Added.
* platform/chromium-win/fast/css/focus-ring-outline-color-expected.txt: Added.
* platform/chromium-win/fast/css/focus-ring-outline-offset-expected.checksum: Added.
* platform/chromium-win/fast/css/focus-ring-outline-offset-expected.png: Added.
* platform/chromium-win/fast/css/focus-ring-outline-offset-expected.txt: Added.
* platform/chromium-win/fast/css/focus-ring-outline-width-expected.checksum: Added.
* platform/chromium-win/fast/css/focus-ring-outline-width-expected.png: Added.
* platform/chromium-win/fast/css/focus-ring-outline-width-expected.txt: Added.
2010-12-06 Csaba Osztrogonác <ossy@webkit.org>
Unreviewed.
Add Qt specific expected result for test introduced in r73257.
* platform/qt/media/controls-without-preload-expected.checksum: Added.
* platform/qt/media/controls-without-preload-expected.png: Added.
* platform/qt/media/controls-without-preload-expected.txt: Added.
== Rolled over to ChangeLog-2010-12-06 ==