- 01 Jan, 2011 2 commits
-
-
abarth@webkit.org authored
Reviewed by Eric Seidel. sandbox iframes have access to top.history methods https://bugs.webkit.org/show_bug.cgi?id=38152 To enforce the sandbox restrictions on History, we need to pass the ScriptExecutionContext to WebCore. This patch leaves the original History methods in place because they are used directly by folks who don't care about security checks. Test: fast/frames/sandboxed-iframe-history-denied.html * page/History.cpp: (WebCore::History::back): (WebCore::History::forward): (WebCore::History::go): * page/History.h: * page/History.idl: 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. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74853 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
tkent@chromium.org authored
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: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74846 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 31 Dec, 2010 5 commits
-
-
tkent@chromium.org authored
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: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74845 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
jberlin@webkit.org authored
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. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74840 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
jberlin@webkit.org authored
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. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74837 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
jberlin@webkit.org authored
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. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74836 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
abarth@webkit.org authored
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. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74835 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 30 Dec, 2010 15 commits
-
-
zmo@google.com authored
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. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74820 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
inferno@chromium.org authored
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: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74819 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
jschuh@chromium.org authored
Reviewed by James Robinson. Reverting r74292 because it introduced a crash with ruby text. https://bugs.webkit.org/show_bug.cgi?id=51637 Test: fast/css/counters/counter-ruby-text-cleared.html * rendering/RenderCounter.cpp: (WebCore::findPlaceForCounter): * rendering/RenderObject.cpp: (WebCore::RenderObject::addChild): * rendering/RenderObjectChildList.cpp: (WebCore::RenderObjectChildList::appendChildNode): (WebCore::RenderObjectChildList::insertChildNode): 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. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74816 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
mihaip@chromium.org authored
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. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74805 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
mihaip@chromium.org authored
Unreviewed Chromium expectations update. Mark a few inspector tests as slow, they occasionally time out with debug builds. * platform/chromium/test_expectations.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74804 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
jschuh@chromium.org authored
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: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74803 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
yael.aharon@nokia.com authored
https://bugs.webkit.org/show_bug.cgi?id=20342 Reviewed by Adam Barth. WebCore: Do not reload the page when submitting a form, using "GET" method, and the form action url matches the location url, except for the fragment. Test: fast/forms/submit-change-fragment.html * loader/FrameLoader.cpp: (WebCore::FrameLoader::loadURL): (WebCore::FrameLoader::loadWithDocumentLoader): (WebCore::FrameLoader::shouldScrollToAnchor): * loader/FrameLoader.h: LayoutTests: * fast/forms/submit-change-fragment-expected.txt: Added. * fast/forms/submit-change-fragment.html: Added. * platform/mac/Skipped: * platform/qt/Skipped: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74801 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
philn@webkit.org authored
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: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74796 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
philn@webkit.org authored
Unreviewed, skipping another editing flacky test. * platform/gtk/Skipped: skip editing/selection/extend-by-character-005.html. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74793 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
hamaji@chromium.org authored
Chromium test expectation update for svg/dom/length-list-parser.html * platform/chromium/test_expectations.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74791 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
hamaji@chromium.org authored
Chromium test expectation update for media/video-element-other-namespace-crash.html * platform/chromium/test_expectations.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74790 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
inferno@chromium.org authored
Unreviewed. Skip media/video-element-other-namespace-crash.html, like other media tests on qt platform. * platform/qt/Skipped: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74789 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
jschuh@chromium.org authored
Reviewed by Dirk Schulze. Prevent stringToLengthType() from skipping past end-of-string on invalid length unit. https://bugs.webkit.org/show_bug.cgi?id=51692 * svg/SVGLength.cpp: (WebCore::stringToLengthType): (WebCore::SVGLength::setValueAsString): 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: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74788 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
inferno@chromium.org authored
Reviewed by Eric Seidel. Create a helper function for finding descendent video elements for a node. https://bugs.webkit.org/show_bug.cgi?id=51696 Test: media/video-element-other-namespace-crash.html * html/MediaDocument.cpp: (WebCore::descendentVideoElement): helper function. (WebCore::MediaDocument::defaultEventHandler): use the new helper function. fix code repetitions. (WebCore::MediaDocument::replaceMediaElementTimerFired): use the new helper function. 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. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74787 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
inferno@chromium.org authored
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: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74786 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 29 Dec, 2010 18 commits
-
-
inferno@chromium.org authored
Reviewed by Darin Adler. ASSERT(oldchild->parent() == owner) fails. https://bugs.webkit.org/show_bug.cgi?id=50480 In RenderBlock removeChild function, when the inlineChildrenBlock(equal to prev or next) is reparented to blockChildrenBlock, it is no longer a child of "this". This causes the assertion failure when removeChildNode executes on the child(equal to prev or next). Fix a typo in canMergeContiguousAnonymousBlocks. Test: fast/multicol/span/double-merge-anonymous-block-crash.html * rendering/RenderBlock.cpp: (WebCore::canMergeContiguousAnonymousBlocks): fix typo, change prev to next. (WebCore::RenderBlock::removeChild): if prev or not is reparented, then set it to zero. 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. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74781 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
jschuh@chromium.org authored
Reviewed by Darin Adler. Check SVG element type in FrameView::scrollToAnchor https://bugs.webkit.org/show_bug.cgi?id=51718 Test: svg/custom/scroll-to-anchor-in-symbol.svg * page/FrameView.cpp: (WebCore::FrameView::scrollToAnchor): 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. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74779 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
zmo@google.com authored
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. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74777 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
mihaip@chromium.org authored
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: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74773 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
mihaip@chromium.org authored
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: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74772 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
mihaip@chromium.org authored
Unreviewed Chromium expectations update. Mark two more inspector tests as flaky. * platform/chromium/test_expectations.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74771 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
mihaip@chromium.org authored
Unreviewed Chromium expectations update. Mark a few more tests as flaky. * platform/chromium/test_expectations.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74770 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
mihaip@chromium.org authored
Unreviewed Chromium expectations update. fast/canvas/shadow-offset-* are flaky when run in the GPU suite too. * platform/chromium-gpu/test_expectations.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74769 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
mihaip@chromium.org authored
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: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74768 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
barraclough@apple.com authored
Reviewed by Sam Weinig. JavaScriptCore: * parser/Lexer.cpp: (JSC::Lexer::parseString): LayoutTests: * 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): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74767 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
mihaip@chromium.org authored
Unreviewed Chromium expectations update. Mark another test as flaky. * platform/chromium/test_expectations.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74763 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
mihaip@chromium.org authored
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: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74758 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
mihaip@chromium.org authored
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: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74756 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
mihaip@chromium.org authored
Unreviewed Chromium expectations update. Add recent upstream expectations Chromium changes. * platform/chromium/test_expectations.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74754 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
mihaip@chromium.org authored
Unreviewed Chromium expectations update. Mark http/tests/incremental/split-hex-entities.pl as flaky. * platform/chromium/test_expectations.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74753 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
tonyg@chromium.org authored
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 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 Typically when a script element is removed from the document, the cached script client is removed. However, during the before load event, the cached script client hasn't been created yet so it can't be removed. This patch handles that case by explicitly checking if the script element was removed during the beforeload event. Also, it avoids caching the Document references over the arbitrary script execution in the before load event. Test: fast/dom/HTMLScriptElement/move-in-beforeload.html fast/dom/HTMLScriptElement/remove-in-beforeload.html * dom/ScriptElement.cpp: (WebCore::ScriptElement::requestScript): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74752 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
mihaip@chromium.org authored
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. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74750 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
commit-queue@webkit.org authored
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 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). * src/WebFrameImpl.cpp: (WebKit::WebFrameImpl::setMarkedText): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74749 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-