2009-06-15 Adele Peterson Reviewed by Darin Adler. Updating test for: Pasting a paragraph as quotation leaves you typing in blue instead of black; repros This test case covered inserting a newline after a blockquote, but outside of the blockquote. I added some text insertion to verify that the newline doesn't get any old styles copied from the blockquote. * editing/pasteboard/5368833.html: * platform/mac/editing/pasteboard/5368833-expected.checksum: * platform/mac/editing/pasteboard/5368833-expected.png: * platform/mac/editing/pasteboard/5368833-expected.txt: 2009-06-15 Chris Marrin Reviewed by Simon Fraser . https://bugs.webkit.org/show_bug.cgi?id=26163 Testcase to detect transitions that are still running after removal * transitions/cancel-transition-expected.txt: Added. * transitions/cancel-transition.html: Added. 2009-06-15 Dan Bernstein Reviewed by Tim Hatcher. - updated results after changing source view to use the default monospace font family and size * platform/mac/fast/frames/viewsource-attribute-expected.checksum: * platform/mac/fast/frames/viewsource-attribute-expected.png: * platform/mac/fast/frames/viewsource-attribute-expected.txt: 2009-06-14 Darin Adler Reviewed by Dan Bernstein. Bug 26364: Search can find text that's hidden by overflow:hidden https://bugs.webkit.org/show_bug.cgi?id=26364 * fast/text/find-hidden-text-expected.txt: Added. * fast/text/find-hidden-text.html: Added. * fast/block/float/crash-replaced-display-block-expected.txt: Removed a space. * fast/dom/Range/acid3-surround-contents-expected.txt: Removed a blank line. * fast/dom/object-embed-plugin-scripting-expected.txt: Removed four spaces. * fast/parser/badentity-expected.txt: Removed a blank line. * http/tests/security/local-video-poster-from-remote-expected.txt: Removed a blank line. 2009-06-14 Simon Fraser Reviewed by Darin Adler https://bugs.webkit.org/show_bug.cgi?id=26362 Testcase for :nth-child updating when dynamically adding siblings. * fast/css/nth-child-dynamic.html: Added. * platform/mac/fast/css/nth-child-dynamic-expected.checksum: Added. * platform/mac/fast/css/nth-child-dynamic-expected.png: Added. * platform/mac/fast/css/nth-child-dynamic-expected.txt: Added. 2009-06-13 Dirk Schulze Reviewed by Eric Seidel. Added tests for the new subRgion-code on SVG filters. * platform/mac/svg/filters: Added. * platform/mac/svg/filters/subRegion-one-effect-expected.checksum: Added. * platform/mac/svg/filters/subRegion-one-effect-expected.png: Added. * platform/mac/svg/filters/subRegion-one-effect-expected.txt: Added. * platform/mac/svg/filters/subRegion-two-effects-expected.checksum: Added. * platform/mac/svg/filters/subRegion-two-effects-expected.png: Added. * platform/mac/svg/filters/subRegion-two-effects-expected.txt: Added. * svg/filters: Added. * svg/filters/subRegion-one-effect.svg: Added. * svg/filters/subRegion-two-effects.svg: Added. 2009-06-12 Jan Michael Alonzo Reviewed by Gustavo Noronha. [Gtk] Enable more http/tests/navigation tests * platform/gtk/Skipped: 2009-06-12 Simon Fraser Reviewed by Dan Bernstein https://bugs.webkit.org/show_bug.cgi?id=26095 Testcase for creating accelerated compositing layers for anonymous content. * compositing/generated-content.html: Added. * platform/mac/compositing/generated-content-expected.txt: Added. 2009-06-12 Gustavo Noronha Silva Reviewed by Jan Alonzo. Enable test that uses the now implemented dumpStatusCallbacks() call. * platform/gtk/Skipped: 2009-06-11 Ryosuke Niwa Reviewed by Eric Seidel. https://bugs.webkit.org/show_bug.cgi?id=2628i Converted LayoutTests\editing\deleting\4875189.html from a pixel test to dumpAsText test since it only checks whether the result contains exactly two paragraphs or not. * editing/deleting/4875189-expected.txt: Added. * editing/deleting/4875189.html: * platform/mac/editing/deleting/4875189-expected.checksum: Removed. * platform/mac/editing/deleting/4875189-expected.png: Removed. * platform/mac/editing/deleting/4875189-expected.txt: Removed. * platform/qt/editing/deleting/4875189-expected.txt: Removed. 2009-06-11 Eric Seidel Rubber stamped by Dave Levin. Add missing pixel results * platform/mac/editing/style/apply-through-end-of-document-expected.checksum: Added. * platform/mac/editing/style/apply-through-end-of-document-expected.png: Added. * platform/mac/fast/canvas/canvas-empty-image-pattern-expected.checksum: Copied from LayoutTests/platform/mac-tiger/svg/custom/mask-excessive-malloc-expected.checksum. * platform/mac/fast/canvas/canvas-empty-image-pattern-expected.png: Copied from LayoutTests/platform/mac/dom/xhtml/level3/core/canonicalform08-expected.png. * platform/mac/fast/css/compare-content-style-expected.checksum: Added. * platform/mac/fast/css/compare-content-style-expected.png: Added. * platform/mac/fast/dynamic/anchor-lock-expected.checksum: Added. * platform/mac/fast/dynamic/anchor-lock-expected.png: Added. * platform/mac/fast/transforms/bounding-rect-zoom-expected.checksum: Added. * platform/mac/fast/transforms/bounding-rect-zoom-expected.png: Added. * platform/mac/webarchive/test-link-rel-icon-expected.checksum: Copied from LayoutTests/platform/mac-tiger/svg/custom/mask-excessive-malloc-expected.checksum. * platform/mac/webarchive/test-link-rel-icon-expected.png: Copied from LayoutTests/platform/mac/dom/xhtml/level3/core/canonicalform08-expected.png. 2009-06-11 Oliver Hunt Reviewed by NOBODY (build-fix). Lower stringify recursion limit to deal with small windows stack. * fast/js/resources/JSON-stringify.js: * fast/js/JSON-expected.txt: 2009-06-11 Shinichiro Hamaji Reviewed by Adam Barth. https://bugs.webkit.org/show_bug.cgi?id=25512 Handle texts after unfinished special tags (i.e., script, style, textarea, title, xmp, and iframe) as the text node under the tags in view-source mode. Before this change, all texts in unfinished special tags cannot be seen even in view-source mode. This was already done only for title. This change allows other special tags to be handled as well. The test case verifies if the texts in the unfinished special tags are visible in view-source mode. Also, fixed window-shadow-location-using-* tests so that they don't use unfinished iframe anymore. * fast/dom/Window/Location/window-shadow-location-using-js-object-with-toString-expected.txt: * fast/dom/Window/Location/window-shadow-location-using-js-object-with-toString.html: * fast/dom/Window/Location/window-shadow-location-using-string-expected.txt: * fast/dom/Window/Location/window-shadow-location-using-string.html: * fast/frames/resources/viewsource-frame-unfinished-script.html: Added. * fast/frames/resources/viewsource-frame-unfinished-textarea.html: Added. * fast/frames/viewsource-unfinished-tags-expected.txt: Added. * fast/frames/viewsource-unfinished-tags.html: Added. 2009-06-10 Brent Fulgham Unreviewed build fix. Reverted change to skip file, as Windows build is still failing. * platform/win/Skipped: 2009-06-05 Pierre d'Herbemont Reviewed by Eric Seidel. Re-enable the video-zoom-controls test on Windows. https://bugs.webkit.org/show_bug.cgi?id=25465 * platform/win/Skipped: * platform/win/media: Added. * platform/win/media/video-zoom-controls-expected.checksum: Added. * platform/win/media/video-zoom-controls-expected.png: Added. * platform/win/media/video-zoom-controls-expected.txt: Added. 2009-06-10 Gustavo Noronha Silva Disabling new tests, and tests that use features of DRT we don't currently implement. * platform/gtk/Skipped: 2009-06-10 Brent Fulgham Unreviewed build correction. Clean up some stupid test mistakes, add pixel-level Mac tests for the new zero-radius gradient test. * fast/gradients/crash-on-zero-radius-expected.txt: Removed. * fast/gradients/simple-gradients-expected.txt: Removed. * platform/mac/fast/gradients/crash-on-zero-radius-expected.checksum: Added. * platform/mac/fast/gradients/crash-on-zero-radius-expected.png: Added. * platform/mac/fast/gradients/crash-on-zero-radius-expected.txt: Copied from fast/gradients/crash-on-zero-radius-expected.txt. 2009-06-10 Brent Fulgham Unreviewed build correction. Add two missing 'expected results' files. * fast/gradients/crash-on-zero-radius-expected.txt: Added. * fast/gradients/simple-gradients-expected.txt: Added. 2009-06-10 Ojan Vafai Reviewed by Eric Seidel. Tests that typing works after enabling a disabled, empty textarea. https://bugs.webkit.org/show_bug.cgi?id=26296 * fast/forms/empty-textarea-toggle-disabled-expected.txt: Copied from BugsSite/data/mail. * fast/forms/empty-textarea-toggle-disabled.html: Added. 2009-06-10 Dan Bernstein Reviewed by Adele Peterson. - updated test to cover REGRESSION (r42665): When I drag to pan a Google map in iPhoto Places, it drags a map tile instead * fast/dom/HTMLScriptElement/nested-execution.html: * fast/dom/HTMLScriptElement/resources/nested-execution.js: 2009-06-10 Takeshi Yoshino Reviewed by Justin Garcia. Bug 26214: RenderTextControl: Remove ASSERT for checking that visiblePositionForIndex()'s return is not null. https://bugs.webkit.org/show_bug.cgi?id=26214 visiblePositionForIndex can return an instance that returns true for isNotNull(). One of common case is when the corresponding input element has "-webkit-user-select: none" style attribute. We should allow the case instead of putting ASSERT. * fast/forms/input-select-webkit-user-select-none-expected.txt: Added. * fast/forms/input-select-webkit-user-select-none.html: Added. 2009-06-10 Dean McNamee Reviewed by Eric Seidel. Make sure filling a canvas pattern with an empty image doesn't crash. https://bugs.webkit.org/show_bug.cgi?id=26061 * fast/canvas/canvas-empty-image-pattern-expected.txt: Added. * fast/canvas/canvas-empty-image-pattern.html: Added. 2009-06-10 Dean McNamee Reviewed by Eric Seidel. Add a test case for a radial gradient with a zero radius. https://bugs.webkit.org/show_bug.cgi?id=26059 * fast/gradients/crash-on-zero-radius.html: Added. * fast/gradients/simple-gradients.html: Fix an extraneous } in the css. 2009-06-09 Brent Fulgham No review, build fix only. Correct DOS line-endings in expected file. https://bugs.webkit.org/show_bug.cgi?id=26187. * fast/canvas/canvas-lineWidth-expected.txt: 2009-06-07 Oliver Hunt Reviewed by Sam Weinig. Bug 26249: Support JSON.stringify Add test coverage for JSON.stringify -- covers use of replacer function, replacer array, no replacer, numeric and string gaps. Also tests call sequencing (toJSON, toString, replacer functions, and getters). * fast/js/JSON-stringify-expected.txt: Added. * fast/js/JSON-stringify.html: Added. * fast/js/resources/JSON-stringify.js: Added. * fast/js/resources/json2-es5-compat.js: Added. Modified version of json2.js to force strict es5 semantics on stringify to allow us to compare our results to the expected without having to stuff large arbitrary strings into the testcase 2009-06-09 Brent Fulgham No review, build fix only. Added missing expected results from https://bugs.webkit.org/show_bug.cgi?id=26187. * fast/canvas/canvas-lineWidth-expected.txt: Added. 2009-06-09 Pierre d'Herbemont Reviewed by Eric Seidel. Test case on internal -webkit-media overload. https://bugs.webkit.org/show_bug.cgi?id=26190 * media/controls-css-overload-expected.txt: Added. * media/controls-css-overload.html: Added. 2009-06-09 Ryosuke Niwa Reviewed by Eric Seidel. Changing editing/deleting/4866671.html to use a dumpAsText test instead of a pixel test so as to remove the platform dependency. * editing/deleting/4866671.html: 2009-06-09 Dean McNamee Reviewed by Oliver Hunt. Make sure the graphics backends are in sync with the canvas lineWidth state. https://bugs.webkit.org/show_bug.cgi?id=26187 * fast/canvas/canvas-lineWidth.html: Added. * fast/canvas/canvas-lineWidth.js: Added. (compareRows): 2009-06-09 Michael Nordman Reviewed by Eric Seidel. Proactively cancel pending requests at DocLoader dtor time, otherwise crashes can occur. https://bugs.webkit.org/show_bug.cgi?id=26230 http://code.google.com/p/chromium/issues/detail?id=12161 * fast/frames/javascript-url-as-framesrc-crash-expected.txt: Added. * fast/frames/javascript-url-as-framesrc-crash.html: Added. 2009-06-09 Eric Seidel Reviewed by Darin Adler. Fix ASSERT seen in shadow tree testing https://bugs.webkit.org/show_bug.cgi?id=25092 * svg/custom/use-mutation-event-crash.svg: Added. 2009-06-09 Jian Li Reviewed by David Levin. Bug 26196: Fix the problem that worker's importScripts fails if the script URL is redirected from different origin. https://bugs.webkit.org/show_bug.cgi?id=26196 Add a test case in the importScripts layout test to cover the scenario that the import script URL can come from different redirect origin. * http/tests/workers/resources/worker-importScripts.js: * http/tests/workers/worker-importScripts-expected.txt: 2009-06-09 Anand K. Mistry Reviewed by Dimitri Glazkov. https://bugs.webkit.org/show_bug.cgi?id=26037 Test the globalAlpha property of canvas contexts. * fast/canvas/drawImage-with-globalAlpha.html: Added. * platform/mac/fast/canvas/drawImage-with-globalAlpha-expected.checksum: Added. * platform/mac/fast/canvas/drawImage-with-globalAlpha-expected.png: Added. * platform/mac/fast/canvas/drawImage-with-globalAlpha-expected.txt: Added. 2009-06-09 Simon Hausmann Reviewed by Ariya Hidayat. Adjusted Qt fixed layout testcase to LayoutController API change. * platform/qt/view/fixed-layout-size.html: 2009-06-08 Brady Eidson Reviewed by Antti Koivisto Repro crash in WebCore::Loader::Host::servePendingRequests() and dupes. Note this "Loader::Host deleted while still in use" could come up in a variety of ways but this layout test only covers the single most reproducible way we know that *could* be tested by DRT. * http/tests/loading/deleted-host-in-resource-load-delegate-callback-expected.txt: Added. * http/tests/loading/deleted-host-in-resource-load-delegate-callback.html: Added. * http/tests/loading/resources/snow-shoes-vs-pie-copy.png: Added. * http/tests/loading/resources/snow-shoes-vs-pie.png: Added. * platform/gtk/Skipped: * platform/qt/Skipped: * platform/win/Skipped: 2009-06-06 Mark Rowe Reviewed by Sam Weinig. Remove XHTML MP and WCSS tests from the skipped lists as run-webkit-tests now treats them like our other optional features and will skip them automatically when the feature is not compiled in. * platform/gtk/Skipped: * platform/mac/Skipped: * platform/qt/Skipped: * platform/win/Skipped: 2009-06-06 Mark Rowe Unskip two more tests that now pass. * platform/mac-snowleopard/Skipped: 2009-06-06 Mark Rowe Unskip some tests now that they pass. * platform/mac-snowleopard/Skipped: 2009-06-06 Mark Rowe Reviewed by Brady Eidson. Four SSL-related test failures * platform/mac-snowleopard/Skipped: Unskip the tests. 2009-06-06 Sam Weinig Reviewed by Dan Bernstein. Test for REGRESSION (r43797): Serif and fantasy font-family names are wrong in result of getComputedStyle * fast/css/font-family-builtins-expected.txt: Added. * fast/css/font-family-builtins.html: Added. 2009-06-06 Sam Weinig Reviewed by Brady Eidson. Update tests for Need to support StorageEvent.storageArea to meet the Web Storage spec Test StorageEvent.uri, StorageEvent.source and StorageEvent.storageArea. * storage/domstorage/localstorage/iframe-events-expected.txt: * storage/domstorage/localstorage/iframe-events.html: * storage/domstorage/localstorage/resources/iframe-events-second.html: * storage/domstorage/sessionstorage/iframe-events-expected.txt: * storage/domstorage/sessionstorage/iframe-events.html: * storage/domstorage/sessionstorage/resources/iframe-events-second.html: 2009-06-05 Nikolas Zimmermann Reviewed by Anders Carlsson. Force initialization of the WML variable state, right after the dynamically created WML elements have been added to the tree. Note that "regular WML" doesn't support JavaScript at all, in a normal WML document WMLDocument::finishedParsing() takes care of that. * wml/resources/WMLTestCase.js: (startTest): 2009-06-01 Ben Murdoch HTML5 Database stops executing transactions if the URL hash changes while a transaction is open and an XHR is in progress. Reviewed by Alexey Proskuryakov. Fix a bug that causes database transactions to fail if a history navigation to a hash fragment of the same document is made while resources (e.g. an XHR) are loading. https://bugs.webkit.org/show_bug.cgi?id=25710 * storage/hash-change-with-xhr-expected.txt: Added. * storage/hash-change-with-xhr.html: Added. 2009-06-03 Antti Koivisto Reviewed by Dave Kilzer. https://bugs.webkit.org/show_bug.cgi?id=13128 Safari not obeying cache header Test subresource caching and expiration. * http/tests/cache: Added. * http/tests/cache/resources: Added. * http/tests/cache/resources/cache-simulator.cgi: Added. * http/tests/cache/resources/subresource-test.js: Added. (frame1.onload): (frame2.onload): (loadTestFrame.scr.onload): (nextTest): (testComplete): (runTests): * http/tests/cache/resources/test-frame.html: Added. * http/tests/cache/subresource-expiration-expected.txt: Added. * http/tests/cache/subresource-expiration.html: Added. 2009-06-04 Oliver Hunt Reviewed by Gavin Barraclough. Bug in property caching of getters and setters. * fast/js/property-getters-and-setters-expected.txt: * fast/js/resources/property-getters-and-setters.js: 2009-02-03 Eric Seidel Reviewed by Justin Garcia. Test to make sure execCommand("bold") on test only removes the bold and not the underline. https://bugs.webkit.org/show_bug.cgi?id=23496 * editing/execCommand/convert-style-elements-to-spans-expected.txt: Added. * editing/execCommand/convert-style-elements-to-spans.html: Added. * editing/execCommand/resources/convert-style-elements-to-spans.js: Added. (testSingleToggle): (testDoubleToggle): 2009-06-04 David Hyatt Reviewed by Sam Weinig. Fix the Window focus test to not resign first responder, since that actually made the test incorrect. An unfocused WebHTMLView's DOM window should not receive focus/blur events when the activation changes. Now the test just checks that a first responder WebHTMLView will actually fire focus/blur on the DOM window as the window gains/loses key. * fast/dom/Window/window-onFocus.html: 2009-06-05 Dmitry Titov Reviewed by Eric Seidel. https://bugs.webkit.org/show_bug.cgi?id=26192 Fix the expected results for editing/execCommand/list-wrapping-image-crash.html * editing/execCommand/list-wrapping-image-crash-expected.txt: * editing/execCommand/list-wrapping-image-crash.html: 2009-06-04 Pierre d'Herbemont Reviewed by Darin Adler. https://bugs.webkit.org/show_bug.cgi?id=26081 * media/before-load-member-access-expected.txt: Added. * media/before-load-member-access.html: Test access for property accessed before loading occurs. That tests for 26081 crasher specifically. 2009-06-04 Ariya Hidayat Rubber-stamped by Tor Arne Vestbø. Added Qt-specific expected result for Canvas pointInPath's test. Qt's QPainterPath::contains(point) returns false if the point is exactly along one of the edges (except the origin). Until we find a workaround for this, compensate it in the expected result. * platform/qt/fast/canvas/pointInPath-expected.txt: Added. 2009-06-03 Alexey Proskuryakov Rubber-stamped by Mark Rowe. Fix appcache/fallback.html test broken by network simulator changes made for a preloading test. * http/tests/resources/network-simulator.php: Tell PHP that a variable is global. 2009-06-02 Eric Seidel Reviewed by Maciej Stachowiak. Insert*List on an stand-alone image in a content editable region ASSERTS ASSERTION FAILED: isStartOfParagraph(startOfParagraphToMove) https://bugs.webkit.org/show_bug.cgi?id=19066 * editing/execCommand/list-wrapping-image-crash-expected.txt: Added. * editing/execCommand/list-wrapping-image-crash.html: Added. 2009-06-02 Alexey Proskuryakov Land correct results for a test I just added (forgot to regenerate them after adding new test cases). * fast/xpath/py-dom-xpath/expressions-expected.txt: 2009-06-02 Chris Marrin Rubber-stamped by Maciej Stachowiak. Moved CSSMatrix tests into root of LayoutTests/transforms so both the 2D and 3D versions are always valid. * transforms/2d/cssmatrix-interface.xhtml: Removed. * transforms/3d/cssmatrix-3d-interface.xhtml: Removed. * transforms/cssmatrix-2d-interface.xhtml: Added. * transforms/cssmatrix-3d-interface.xhtml: Added. 2009-06-02 Julien Chaffraix Reviewed by Eric Seidel. Bug 17167: Failures in fast/dom/Node/initial-values.html Added some more tests to show that the compatibility issue is only partly solved. Also updated the new passing result and removed the associated comment inside the initial-values.js. * fast/dom/Node/initial-values-expected.txt: * fast/dom/Node/resources/initial-values.js: 2009-06-02 Alexey Proskuryakov Reviewed by Sam Weinig. https://bugs.webkit.org/show_bug.cgi?id=26133 Adapt and import py-dom-xpath tests * fast/xpath/xpath-test-pre.js: (test): Added a new helper function. * fast/xpath/py-dom-xpath: Added. * fast/xpath/py-dom-xpath/abbreviations-expected.txt: Added. * fast/xpath/py-dom-xpath/abbreviations.html: Added. * fast/xpath/py-dom-xpath/axes-expected.txt: Added. * fast/xpath/py-dom-xpath/axes.html: Added. * fast/xpath/py-dom-xpath/data-expected.txt: Added. * fast/xpath/py-dom-xpath/data.html: Added. * fast/xpath/py-dom-xpath/expressions-expected.txt: Added. * fast/xpath/py-dom-xpath/expressions.html: Added. * fast/xpath/py-dom-xpath/nodetests-expected.txt: Added. * fast/xpath/py-dom-xpath/nodetests.html: Added. * fast/xpath/py-dom-xpath/paths-expected.txt: Added. * fast/xpath/py-dom-xpath/paths.html: Added. * fast/xpath/py-dom-xpath/predicates-expected.txt: Added. * fast/xpath/py-dom-xpath/predicates.html: Added. All these tests pass now (sometimes, with adaptations, see comments inside). * fast/xpath/py-dom-xpath/functions-expected.txt: Added. * fast/xpath/py-dom-xpath/functions.html: Added. id() function fails because of bug 12971. 2009-06-01 Sam Weinig Reviewed by Brady Eidson. Part of https://bugs.webkit.org/show_bug.cgi?id=26100 Add missing event handler properties to the DOMWindow Added oncontextmenu, oninput, and onmessage event handlers to the DOMWindow. Aditionally, the onloadstart, onprogress, onstalled, and onsuspend event handlers were implemented but not added to DOMWindow.idl. * fast/dom/Window/window-properties-expected.txt: 2009-06-02 Johnny Ding Reviewed by Alexey Proskuryakov. Landed by Adam Barth. https://bugs.webkit.org/show_bug.cgi?id=24747 Add a test case for multiple requests for same sub-resource due to preload. * http/tests/loading/preload-img-test-expected.txt: Added. * http/tests/loading/preload-img-test.html: Added. * http/tests/loading/resources/preload-test.jpg: Added. * http/tests/resources/network-simulator.php: 2009-06-01 Drew Wilson Reviewed by Darin Adler. Landed by Adam Barth. https://bugs.webkit.org/show_bug.cgi?id=25902 Added WorkerContext.close() * fast/workers/worker-close-expected.txt: Added. * fast/workers/worker-close.html: Added. * fast/workers/resources/worker-close.js: Added. * http/tests/xmlhttprequest/workers/close.html: Added. 2009-06-01 Alexey Proskuryakov Reviewed by Darin Adler. https://bugs.webkit.org/show_bug.cgi?id=12471 XPathResult not invalidated for documents retrieved via XMLHttpRequest * dom/svg/level3/xpath/XPathResult_invalidIteratorState_ANY_TYPE-expected.txt: * dom/svg/level3/xpath/XPathResult_invalidIteratorState_ORDERED_NODE_ITERATOR_TYPE-expected.txt: * dom/svg/level3/xpath/XPathResult_invalidIteratorState_UNORDERED_NODE_ITERATOR_TYPE-expected.txt: * dom/svg/level3/xpath/XPathResult_iterateNext_INVALID_STATE_ERR-expected.txt: These tests now pass. * fast/xpath/detached-subtree-invalidate-iterator-expected.txt: Added. * fast/xpath/detached-subtree-invalidate-iterator.html: Added. 2009-06-01 Brett Wilson Reviewed by Darin Adler. Landed by Adam Barth. https://bugs.webkit.org/show_bug.cgi?id=25750 Test: fast/transforms/bounding-rect-zoom.html Make getClientRects and getBoundingClientRect account for ther zoom factor. * fast/transforms/bounding-rect-zoom.html: Added. * platform/mac/fast/transforms/bounding-rect-zoom-expected.txt: Added. 2009-06-01 Nate Chapin Reviewed by Dimitri Glazkov. Landed by Adam Barth. Ensure an anchor remains locked in view as images (without height already specified) load around it. https://bugs.webkit.org/show_bug.cgi?id=26034 * fast/dynamic/anchor-lock.html: Added. * fast/dynamic/resources/largeblank.png: Added. 2009-05-31 Alexey Proskuryakov Reviewed by Darin Adler. https://bugs.webkit.org/show_bug.cgi?id=13233 Need to implement an optimizing XPath evaluator * fast/xpath/attribute-node-predicate-expected.txt: Added. * fast/xpath/attribute-node-predicate.html: Added. Test that predicates on attribute nodes are applied correctly (which I had wrong for a while when working on this patch). * fast/xpath/position-expected.txt: * fast/xpath/position.html: Added an example from XPath spec. 2009-05-31 Dan Bernstein - add Windows results for fast/forms/isindex-placeholder.html * platform/win/fast/forms/isindex-placeholder-expected.checksum: Added. * platform/win/fast/forms/isindex-placeholder-expected.png: Added. * platform/win/fast/forms/isindex-placeholder-expected.txt: Added. 2009-05-31 Sam Weinig Reviewed by Dan Bernstein. Part of https://bugs.webkit.org/show_bug.cgi?id=26100 Add missing event handler properties to the DOMWindow Add missing oncanplay, oncanplaythrough, ondurationchange, onemptied, onended, onloadeddata, onloadedmetadata, onpause, onplay, onplaying, onratechange, onseeked, onseeking, ontimeupdate, onvolumechange, onwaiting, onloadstart, onprogress, onstalled, onsuspend, ondrag, ondragend, ondragenter, ondragleave, ondragover, ondragstart and ondrop event handlers to the DOMWindow. * fast/dom/Window/window-properties-expected.txt: 2009-05-31 Sam Weinig Reviewed by Anders Carlsson. Part of https://bugs.webkit.org/show_bug.cgi?id=26100 Add missing event handler properties to the DOMWindow Add missing onstorage event handler to the DOMWindow. * fast/dom/Window/window-properties-expected.txt: * storage/domstorage/window-attributes-exist-expected.txt: * storage/domstorage/window-attributes-exist.html: 2009-05-31 Sam Weinig Rubber-stamped by Mark Rowe. Remove duplicate file. The version of window-properties-expected.txt in the platform/mac-leopard was identical to the one in the normal spot. * platform/mac-leopard/fast/dom/Window/window-properties-expected.txt: Removed. 2009-05-30 Sam Weinig Reviewed by Mark Rowe. Fix for https://bugs.webkit.org/show_bug.cgi?id=26110 Update online/offline events to match the current spec. - Also adds window.ononline and window.onoffline event handler properties. * fast/dom/Window/window-properties-expected.txt: * platform/mac-leopard/fast/dom/Window/window-properties-expected.txt: 2009-05-29 Sam Weinig Reviewed by Anders Carlsson. Fix for https://bugs.webkit.org/show_bug.cgi?id=26091 Make storage events match the current spec. - Storage event listeners are added to the window. - Storage events are dispatched to the window. * storage/domstorage/localstorage/iframe-events.html: * storage/domstorage/localstorage/index-get-and-set.html: * storage/domstorage/localstorage/resources/iframe-events-second.html: * storage/domstorage/localstorage/simple-events.html: * storage/domstorage/sessionstorage/iframe-events.html: * storage/domstorage/sessionstorage/index-get-and-set.html: * storage/domstorage/sessionstorage/resources/iframe-events-second.html: * storage/domstorage/sessionstorage/simple-events.html: 2009-05-30 Darin Adler Reviewed by Adele Peterson. Bug 26097: REGRESSION (r44283): Tab key doesn't work when focus is on a ,