2009-12-01 Daniel Bates Reviewed by Pavel Feldman. https://bugs.webkit.org/show_bug.cgi?id=32001 Updated layout test to reflect change to localized string and rebased the result. * inspector/elements-img-tooltip-expected.txt: * inspector/elements-img-tooltip.html: 2009-12-01 Adam Roben Skip a test that fails with some versions of CFNetwork on Windows Rubber-stamped by Brady Eidson. * platform/win/Skipped: Skip http/tests/plugins/post-url-file.html. 2009-12-01 Alexey Proskuryakov Enabling WebSocket tests on Windows again - let's see what errors get logged. * platform/win/Skipped: 2009-12-01 Adam Roben Add a timing-out test to the Skipped file on Windows Rubber-stamped by Ada Chan. * platform/win/Skipped: Added fast/dom/Window/window-postmessage-clone.html, which was timing out due to eventSender.beginDragFiles being unimplemented. 2009-12-01 Adam Roben Add expected Windows failure results for tests that use textInputController covers fixing these tests. Rubber-stamped by Sam Weinig. * platform/win/Skipped: Removed tests that use textInputController. * platform/win/editing/selection/5825350-1-expected.txt: Added. * platform/win/editing/selection/5825350-2-expected.txt: Added. * platform/win/editing/selection/mixed-editability-10-expected.txt: Added. * platform/win/fast/events/ime-composition-events-001-expected.txt: Added. * platform/win/fast/forms/input-maxlength-ime-completed-expected.txt: Added. * platform/win/fast/forms/input-maxlength-ime-preedit-expected.txt: Added. * platform/win/fast/text/international/thai-cursor-position-expected.txt: Added. 2009-12-01 Csaba Osztrogonác [Qt] Put test into skiplist because of missing layoutTestController.evaluateInWebInspector(). * platform/qt/Skipped: inspector/timeline-network-resource.html added. 2009-12-01 Eric Z. Ayers Reviewed by Pavel Feldman. Adds test for Timeline network resource records. https://bugs.webkit.org/show_bug.cgi?id=31378 * inspector/timeline-network-resource-expected.txt: Added. * inspector/timeline-network-resource.html: Added. * inspector/timeline-network-resource.js: Added. * inspector/timeline-test.js: (printTimelineRecords): 2009-12-01 Chris Marrin Reviewed by Adam Roben. Added tests for getProgramInfoLog, getShaderInfoLog and getShaderSource to WebGL tests https://bugs.webkit.org/show_bug.cgi?id=30778 * fast/canvas/webgl/gl-object-get-calls-expected.txt: * fast/canvas/webgl/script-tests/gl-object-get-calls.js: 2009-12-01 Chris Marrin Reviewed by Oliver Hunt. Updated webgl tests to use "experimental-webgl" as the context name. https://bugs.webkit.org/show_bug.cgi?id=31672 * fast/canvas/webgl/gl-get-calls.html: * fast/canvas/webgl/resources/utils3d.js: (initWebGL): * fast/canvas/webgl/resources/webgl-test.js: (create3DContext): 2009-12-01 Csaba Osztrogonác [Qt] Put tests into skiplist because of missing textInputController.selectedRange(). * platform/qt/Skipped: - editing/selection/mixed-editability-10.html added. - editing/selection/5825350-1.html added. - editing/selection/5825350-2.html added. 2009-11-30 Shinichiro Hamaji Reviewed by Dan Bernstein. css2.1/t1205-c566-list-stl-00-e-ag.html is failing https://bugs.webkit.org/show_bug.cgi?id=23264 * editing/pasteboard/copy-crash-expected.txt: * fast/lists/calc-width-with-space-expected.txt: Added. * fast/lists/calc-width-with-space.html: Added. * platform/mac/css2.1/t1205-c561-list-displ-00-b-expected.checksum: * platform/mac/css2.1/t1205-c561-list-displ-00-b-expected.png: * platform/mac/css2.1/t1205-c561-list-displ-00-b-expected.txt: * platform/mac/css2.1/t1205-c565-list-pos-00-b-expected.checksum: * platform/mac/css2.1/t1205-c565-list-pos-00-b-expected.png: * platform/mac/css2.1/t1205-c565-list-pos-00-b-expected.txt: * platform/mac/css2.1/t1205-c566-list-stl-00-e-ag-expected.checksum: * platform/mac/css2.1/t1205-c566-list-stl-00-e-ag-expected.png: * platform/mac/css2.1/t1205-c566-list-stl-00-e-ag-expected.txt: * platform/mac/fast/block/positioning/complex-percentage-height-expected.checksum: * platform/mac/fast/block/positioning/complex-percentage-height-expected.png: * platform/mac/fast/block/positioning/complex-percentage-height-expected.txt: * platform/mac/fast/lists/item-not-in-list-line-wrapping-expected.checksum: * platform/mac/fast/lists/item-not-in-list-line-wrapping-expected.png: * platform/mac/fast/lists/item-not-in-list-line-wrapping-expected.txt: * platform/mac/fast/repaint/list-marker-expected.checksum: * platform/mac/fast/repaint/list-marker-expected.png: * platform/mac/fast/repaint/list-marker-expected.txt: * platform/qt/Skipped: 2009-11-30 Enrica Casucci Reviewed by Darin Adler. Can focus but not type into content editable block that contains only non-editable content. https://bugs.webkit.org/show_bug.cgi?id=31750 * editing/selection/5825350-1-expected.txt: * editing/selection/5825350-1.html: Modified to use caret rectangle. * editing/selection/5825350-2-expected.txt: * editing/selection/5825350-2.html: Modified to use caret rectangle. * editing/selection/mixed-editability-10-expected.txt: Added. * editing/selection/mixed-editability-10.html: Added. * platform/mac/editing/deleting/5390681-2-expected.txt: Re-baselined to account for the new possible caret position. 2009-11-30 Beth Dakin Reviewed by Oliver Hunt. Test for https://bugs.webkit.org/show_bug.cgi?id=32000 Crash in Safari caused by extreme column-gap and column-width values -and corresponding- * fast/multicol/huge-column-gap-crash-expected.txt: Added. * fast/multicol/huge-column-gap-crash.html: Added. 2009-11-30 Alexey Proskuryakov Reviewed by Oliver Hunt. https://bugs.webkit.org/show_bug.cgi?id=31659 Connection must be closed in case of Web Socket handshake error * platform/mac/Skipped: Un-skip websocket/tests/handshake-error.html. 2009-11-30 Eric Carlson Reviewed by Simon Fraser. All HTML5 media element events should be regular events https://bugs.webkit.org/show_bug.cgi?id=30513 Remove progress event tests. * media/progress-event-at-least-one-expected.txt: Removed. * media/progress-event-at-least-one.html: Removed. * media/progress-event-expected.txt: Removed. * media/progress-event-total-expected.txt: Removed. * media/progress-event-total.html: Removed. * media/progress-event.html: Removed. 2009-11-30 Yuzo Fujishima Reviewed by Alexey Proskuryakov. In testing handshake-error case, web_socket_do_extra_handshake calls a non-existent method https://bugs.webkit.org/show_bug.cgi?id=31465 * platform/mac/Skipped: websocket/tests/handshake-error.html now fails on Mac, added to Skipped list, and filed bug 31659 to investigate. * websocket/tests/handshake-error_wsh.py: Call write() on a correct object. 2009-11-30 Joseph Pecoraro Reviewed by Pavel Feldman. Web Inspector: Wrong console output for Regexp escape sequence https://bugs.webkit.org/show_bug.cgi?id=31538 * inspector/console-format-expected.txt: * inspector/console-format.html: 2009-11-30 Gustavo Noronha Silva Skipping test that fails because of broken DND, and some tests requiring new results. * platform/gtk/Skipped: 2009-11-30 Dirk Schulze Reviewed by Nikolas Zimmermann. Complex test of mask with every combination of maskUnits and maskContentUnits as well as different values for size and position of the mask and it's content. * platform/mac/svg/custom/mask-with-all-units-expected.checksum: Added. * platform/mac/svg/custom/mask-with-all-units-expected.png: Added. * platform/mac/svg/custom/mask-with-all-units-expected.txt: Added. * svg/custom/mask-with-all-units.svg: Added. 2009-11-30 Csaba Osztrogonác [Qt] Put tests into skiplist because of missing features. * platform/qt/Skipped: - fast/dom/Window/window-postmessage-clone.html added - inspector/elements-img-tooltip.html added. 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