2009-11-28 Oliver Hunt Reviewed by Sam Weinig. postMessage should serialize File objects https://bugs.webkit.org/show_bug.cgi?id=31955 Add test for postMessage serialization of File objects. * fast/dom/Window/window-postmessage-clone-expected.txt: * fast/dom/Window/window-postmessage-clone.html: 2009-11-29 Simon Fraser Rubber-stamped by Eric Seidel. Fix up some compositing layout tests. * compositing/layers-inside-overflow-scroll.html: * compositing/self-painting-layers.html: Use the 'loadeddata' event, instead of 'load', to know when the video loads. * platform/mac/compositing/repaint/content-into-overflow-expected.checksum: * platform/mac/compositing/repaint/content-into-overflow-expected.png: * platform/mac/compositing/repaint/overflow-into-content-expected.checksum: * platform/mac/compositing/repaint/overflow-into-content-expected.png: * platform/mac/compositing/self-painting-layers-expected.checksum: * platform/mac/compositing/self-painting-layers-expected.png: Update with correct pixel results. 2009-11-29 Shu Chang Reviewed by Eric Seidel. Test using Id as index of node list. https://bugs.webkit.org/show_bug.cgi?id=31428 * fast/dom/Element/id-in-node-list-index01-expected.txt: Added. * fast/dom/Element/id-in-node-list-index01.html: Added. 2009-11-28 Adam Barth Reviewed by Dimitri Glazkov. [Chromium] Sify compose button alerts error https://bugs.webkit.org/show_bug.cgi?id=31394 Test that we're using the calling security context in a simple case. * http/tests/security/calling-versus-current-expected.txt: Added. * http/tests/security/calling-versus-current.html: Added. 2009-11-27 Daniel Bates Reviewed by Adam Barth. https://bugs.webkit.org/show_bug.cgi?id=31940 Rebased results because of new error messages. * http/tests/security/xssAuditor/base-href-control-char-expected.txt: * http/tests/security/xssAuditor/base-href-expected.txt: * http/tests/security/xssAuditor/base-href-null-char-expected.txt: * http/tests/security/xssAuditor/base-href-scheme-relative-expected.txt: * http/tests/security/xssAuditor/embed-tag-control-char-expected.txt: * http/tests/security/xssAuditor/embed-tag-expected.txt: * http/tests/security/xssAuditor/embed-tag-javascript-url-expected.txt: * http/tests/security/xssAuditor/embed-tag-null-char-expected.txt: * http/tests/security/xssAuditor/object-embed-tag-control-char-expected.txt: * http/tests/security/xssAuditor/object-embed-tag-expected.txt: * http/tests/security/xssAuditor/object-embed-tag-null-char-expected.txt: * http/tests/security/xssAuditor/object-src-inject-expected.txt: * http/tests/security/xssAuditor/object-tag-expected.txt: * http/tests/security/xssAuditor/object-tag-javascript-url-expected.txt: 2009-11-27 Kenneth Russell Reviewed by Eric Seidel. REGRESSION(51418): fast/canvas/webgl/gl-object-get-calls.html is failing on the Leopard commit bot https://bugs.webkit.org/show_bug.cgi?id=31919 Temporarily disabled portion of test which is failing on some machines but not others. Root cause will be investigated under https://bugs.webkit.org/show_bug.cgi?id=31843 . * fast/canvas/webgl/gl-object-get-calls-expected.txt: * fast/canvas/webgl/script-tests/gl-object-get-calls.js: 2009-11-26 Shinichiro Hamaji Unreviewed red bot fix. Skip tests introduced by the previous change as it seems to be failing. * platform/qt/Skipped: * platform/win/Skipped: 2009-11-26 Shinichiro Hamaji Reviewed by Dan Bernstein. Assertion failure in RenderBlock::positionForPointWithInlineChildren when running fast/inline/relative-positioned-overflow.html https://bugs.webkit.org/show_bug.cgi?id=29966 A test case where a user drags the mouse from an empty inline element to above texts. * editing/selection/last-empty-inline-expected.txt: Added. * editing/selection/last-empty-inline.html: Added. * platform/win/Skipped: 2009-11-26 Kinuko Yasuda Reviewed by Eric Seidel. Rewrite the test fast/parser/comment-in-textarea to use dumpAsText so that the expected results can be independent of platform differences. https://bugs.webkit.org/show_bug.cgi?id=31580 * fast/parser/comment-in-textarea-expected.txt: Added. * fast/parser/comment-in-textarea.html: * fast/parser/script-tests/comment-in-textarea.js: Added. * platform/mac/fast/parser/comment-in-textarea-expected.checksum: Removed. * platform/mac/fast/parser/comment-in-textarea-expected.png: Removed. * platform/mac/fast/parser/comment-in-textarea-expected.txt: Removed. * platform/win/fast/parser/comment-in-textarea-expected.txt: Removed. 2009-11-26 Daniel Bates Reviewed by Pavel Feldman. https://bugs.webkit.org/show_bug.cgi?id=21554 Tests that the tooltip text for an image is its dimensions. * inspector/elements-img-tooltip-expected.txt: Added. * inspector/elements-img-tooltip.html: Added. 2009-11-21 Holger Hans Peter Freyther Reviewed by Kenneth Rohde Christiansen. [Qt] Add automatic test for Qt Plugins. https://bugs.webkit.org/show_bug.cgi?id=31203 Add a test case for Qt plugins. In this case one RenderPart should be visible on screen and the other should be invisible. The internal QWidget should have the same state as the WebCore::Widget. Add Qt specific netscape-dom-access-expected.txt because that was using a native widget inside a RenderPart as well. * platform/gtk/Skipped: * platform/mac/Skipped: * platform/qt/plugins/netscape-dom-access-expected.txt: Added * platform/qt/plugins/qt-qwidget-plugin-expected.txt: Added * platform/win/Skipped: * plugins/qt-qwidget-plugin.html: Added. 2009-11-25 Csaba Osztrogonác [Qt] Audio related layout tests are failing on the buildbot https://bugs.webkit.org/show_bug.cgi?id=27910 * platform/qt/Skipped: fast/js/global-constructors.html added. 2009-11-25 Kenneth Russell Reviewed by Oliver Hunt. Off-by-one error in index validation for drawElements and drawArrays https://bugs.webkit.org/show_bug.cgi?id=31891 Fixed computation of number of elements for bound array objects. Test: fast/canvas/webgl/index-validation.html * fast/canvas/webgl/index-validation-expected.txt: Added. * fast/canvas/webgl/index-validation.html: Added. * fast/canvas/webgl/script-tests/index-validation.js: Added. 2009-11-25 Csaba Osztrogonác [Qt] Remove a bunch of now passing fast tests from skiplist. And add a crasher/crashed pair into skiplist. * platform/qt/Skipped: 2009-11-25 Csaba Osztrogonác [Qt] Put tests into skiplist because of missing layoutTestController feature. * platform/qt/Skipped: - http/tests/cache/subresource-failover-to-network.html added. - fast/xmlhttprequest/xmlhttprequest-nonexistent-file.html added. - "3D_RENDERING and ACCELERATED_COMPOSITING" block moved to good place. 2009-11-25 Eric Carlson Reviewed by Simon Fraser. Windows: Support closed caption in