2008-06-02 Anders Carlsson Reviewed by David Hyatt and Mitz. repro crash in WebCore::RenderPart::setWidget (plugin-related?) * platform/mac/plugins/update-widget-from-style-recalc-expected.txt: Added. * platform/mac/plugins/update-widget-from-style-recalc.html: Added. 2008-06-02 Julien Chaffraix Reviewed by Darin. Bug 18655: [XHR] OnProgress needs more test case https://bugs.webkit.org/show_bug.cgi?id=18655 * http/tests/xmlhttprequest/resources/five-tiny-chunk-one-second-delay.php: Added. * http/tests/xmlhttprequest/resources/noContentLength.asis: Added. * http/tests/xmlhttprequest/xmlhttprequest-LSProgressEvent-ProgressEvent-should-match-expected.txt: Added. * http/tests/xmlhttprequest/xmlhttprequest-LSProgressEvent-ProgressEvent-should-match.html: Added. * http/tests/xmlhttprequest/xmlhttprequest-addEventListener-onProgress-expected.txt: Added. * http/tests/xmlhttprequest/xmlhttprequest-addEventListener-onProgress.html: Added. * http/tests/xmlhttprequest/xmlhttprequest-no-content-length-onProgress-expected.txt: Added. * http/tests/xmlhttprequest/xmlhttprequest-no-content-length-onProgress.html: Added. * http/tests/xmlhttprequest/xmlhttprequest-onProgress-open-should-zero-length-expected.txt: Added. * http/tests/xmlhttprequest/xmlhttprequest-onProgress-open-should-zero-length.html: Added. 2008-06-02 Dan Bernstein Reviewed by Oliver Hunt. - additional tests for https://bugs.webkit.org/show_bug.cgi?id=19344 Regression: Shadow offsets seem to have changed in 10.5.3 in canvas * fast/canvas/resources/shadow-offset.js: Added. * fast/canvas/shadow-offset-1.html: Copied from LayoutTests/fast/canvas/shadow-offset.html. * fast/canvas/shadow-offset-2.html: Added. * fast/canvas/shadow-offset-3.html: Added. * fast/canvas/shadow-offset-4.html: Added. * fast/canvas/shadow-offset-5.html: Added. * fast/canvas/shadow-offset-6.html: Added. * fast/canvas/shadow-offset-7.html: Added. * fast/canvas/shadow-offset.html: Removed. * platform/mac/fast/canvas/shadow-offset-1-expected.checksum: Added. * platform/mac/fast/canvas/shadow-offset-1-expected.png: Added. * platform/mac/fast/canvas/shadow-offset-1-expected.txt: Added. * platform/mac/fast/canvas/shadow-offset-2-expected.checksum: Added. * platform/mac/fast/canvas/shadow-offset-2-expected.png: Added. * platform/mac/fast/canvas/shadow-offset-2-expected.txt: Added. * platform/mac/fast/canvas/shadow-offset-3-expected.checksum: Added. * platform/mac/fast/canvas/shadow-offset-3-expected.png: Added. * platform/mac/fast/canvas/shadow-offset-3-expected.txt: Added. * platform/mac/fast/canvas/shadow-offset-4-expected.checksum: Added. * platform/mac/fast/canvas/shadow-offset-4-expected.png: Added. * platform/mac/fast/canvas/shadow-offset-4-expected.txt: Added. * platform/mac/fast/canvas/shadow-offset-5-expected.checksum: Added. * platform/mac/fast/canvas/shadow-offset-5-expected.png: Added. * platform/mac/fast/canvas/shadow-offset-5-expected.txt: Added. * platform/mac/fast/canvas/shadow-offset-6-expected.checksum: Added. * platform/mac/fast/canvas/shadow-offset-6-expected.png: Added. * platform/mac/fast/canvas/shadow-offset-6-expected.txt: Added. * platform/mac/fast/canvas/shadow-offset-7-expected.checksum: Added. * platform/mac/fast/canvas/shadow-offset-7-expected.png: Added. * platform/mac/fast/canvas/shadow-offset-7-expected.txt: Added. * platform/mac/fast/canvas/shadow-offset-expected.checksum: Removed. * platform/mac/fast/canvas/shadow-offset-expected.png: Removed. * platform/mac/fast/canvas/shadow-offset-expected.txt: Removed. 2008-06-02 Julien Chaffraix Reviewed by Darin. Bug 18066: REGRESSION: createAttribute throws NAMESPACE_ERR exception https://bugs.webkit.org/show_bug.cgi?id=18066 * fast/dom/createAttribute-exception-expected.txt: Added. * fast/dom/createAttribute-exception.html: Added. 2008-06-02 Darin Adler Reviewed by John Sullivan. - test for https://bugs.webkit.org/show_bug.cgi?id=18799 apl.aip.org menu does not work (property names should be case sensitive) * fast/dom/CSSStyleDeclaration: Added. * fast/dom/CSSStyleDeclaration/css-properties-case-sensitive-expected.txt: Added. * fast/dom/CSSStyleDeclaration/css-properties-case-sensitive.html: Added. * fast/dom/CSSStyleDeclaration/resources: Added. * fast/dom/CSSStyleDeclaration/resources/TEMPLATE.html: Copied from LayoutTests/fast/dom/Element/resources/TEMPLATE.html. * fast/dom/CSSStyleDeclaration/resources/css-properties-case-sensitive.js: Added. * fast/dom/CSSStyleDeclaration-empty-string-property-expected.txt: Removed. * fast/dom/CSSStyleDeclaration-empty-string-property.html: Removed. * fast/dom/CSSStyleDeclaration/empty-string-property-expected.txt: Copied from LayoutTests/fast/dom/CSSStyleDeclaration-empty-string-property-expected.txt. * fast/dom/CSSStyleDeclaration/empty-string-property.html: Copied from LayoutTests/fast/dom/CSSStyleDeclaration-empty-string-property.html. * fast/js/duplicate-param-crash.html: Allowed the make-js-test-wrappers script to update this file. * fast/js/duplicate-param-gc-crash.html: Ditto. * fast/js/resources/tostring-exception-in-property-access.js: Ditto. * fast/js/var-shadows-arg-crash.html: Ditto. * fast/js/var-shadows-arg-gc-crash.html: Ditto. 2008-06-02 Darin Adler Reviewed by Mitz. - test for https://bugs.webkit.org/show_bug.cgi?id=19358 first line break in
 elements ignored
          (chess boards at http://rankzero.de/)

        * fast/parser/pre-first-line-break-expected.txt: Added.
        * fast/parser/pre-first-line-break.html: Added.
        * fast/parser/resources/TEMPLATE.html: Copied from fast/dom/resources/TEMPLATE.html.
        * fast/parser/resources/pre-first-line-break.js: Added.

2008-06-02  Geoffrey Garen  

        Reviewed by Darin Adler.
        
        Test for an exception thrown from an array sort comparator function.

        * fast/js/throw-from-array-sort-expected.txt: Added.
        * fast/js/throw-from-array-sort.html: Added.

2008-06-02  Simon Pieters 

        Reviewed and landed by Alexey.

        https://bugs.webkit.org/show_bug.cgi?id=19355
        createElement() with colon and localName

        WebKit behavior has changed to expected during Acid3 work (r31230, r31231), but this
        specific case appears to have been an untested side effect, landing it now.

        * fast/dom/createElement-with-column-expected.txt: Added.
        * fast/dom/createElement-with-column.xml: Added.
        * fast/dom/createElement-with-column.html: Added.

2008-06-01  Rob Buis  

        Reviewed by Darin.

        Testcase for:
        https://bugs.webkit.org/show_bug.cgi?id=15823
        getPropertyValue for border returns null, should compute the shorthand value

        * fast/css/getPropertyValue-border-expected.txt: Added.
        * fast/css/getPropertyValue-border.html: Added.

2008-06-01  Dan Bernstein  

        Reviewed by Darin Adler.

        - test for https://bugs.webkit.org/show_bug.cgi?id=19344
           Regression: Shadow offsets seem to have changed in 10.5.3 in canvas

        * fast/canvas/shadow-offset.html: Added.
        * platform/mac/fast/canvas/shadow-offset-expected.checksum: Added.
        * platform/mac/fast/canvas/shadow-offset-expected.png: Added.
        * platform/mac/fast/canvas/shadow-offset-expected.txt: Added.

2008-05-30  Dan Bernstein  

        Reviewed by Darin Adler.

        - test for https://bugs.webkit.org/show_bug.cgi?id=19278
           REGRESSION (r31114-r31132): image float disappears on refresh

        * fast/dynamic/float-in-trailing-whitespace-after-last-line-break.html: Added.
        * platform/mac/fast/dynamic/float-in-trailing-whitespace-after-last-line-break-expected.checksum: Added.
        * platform/mac/fast/dynamic/float-in-trailing-whitespace-after-last-line-break-expected.png: Added.
        * platform/mac/fast/dynamic/float-in-trailing-whitespace-after-last-line-break-expected.txt: Added.

2008-05-30  Dan Bernstein  

        Reviewed by Darin Adler.

        - updated pixel results for "eliminate excessive repainting when an
          object's final position after layout is unchanged"

        * platform/mac/fast/repaint/intermediate-layout-position-clip-expected.checksum:
        * platform/mac/fast/repaint/intermediate-layout-position-clip-expected.png:
        * platform/mac/fast/repaint/intermediate-layout-position-expected.checksum:
        * platform/mac/fast/repaint/intermediate-layout-position-expected.png:

2008-05-30  Alexey Proskuryakov  

        Reviewed by Darin.

        http://bugs.webkit.org/show_bug.cgi?id=7466
         Use of Ctrl as access key modifier conflicts with Mac OS X
        emacs-style keybindings

        * fast/events/access-key-self-destruct.html:
        * fast/forms/access-key.html:
        * fast/forms/focus-selection-input-expected.txt:
        * fast/forms/focus-selection-input.html:
        * fast/forms/legend-access-key.html:
        * fast/forms/select-accesskey.html:
        Updated tests to keep passing.

        * fast/forms/select-accesskey-expected.txt: Added.
        * fast/forms/select-accesskey.html:
        * platform/mac/fast/forms/select-accesskey-expected.checksum: Removed.
        * platform/mac/fast/forms/select-accesskey-expected.png: Removed.
        * platform/mac/fast/forms/select-accesskey-expected.txt: Removed.
        Updated to keep passing, made text-only.

        * fast/forms/focus-selection-textarea.html:
        * fast/forms/focus-selection-textarea-expected.txt:
        Added missing platform-specific logic.

2008-05-29  Maciej Stachowiak  

        Reviewed by Oliver. Test by Geoff Garen.
        
        - fixed  REGRESSION(r33979): Flash clips do not play on cnn.com

        * fast/js/finally-codegen-failure-expected.txt: Added.
        * fast/js/finally-codegen-failure.html: Added.

2008-05-28  Justin Garcia  

        Reviewed by Eric.
        
         REGRESSION CrashTracer: [USER] 536 crashes at WebCore::highestAncestor

        * editing/deleting/5847330-1-expected.txt: Added.
        * editing/deleting/5847330-1.html: Added.
        * editing/deleting/5847330-2-expected.txt: Added.
        * editing/deleting/5847330-2.html: Added.

2008-05-29  Alexey Proskuryakov  

        Reviewed by Darin.

        https://bugs.webkit.org/show_bug.cgi?id=19294
         A crash when iterating over a sparse array backwards.

        * fast/js/array-iterate-backwards-expected.txt: Added.
        * fast/js/array-iterate-backwards.html: Added.
        * fast/js/resources/array-iterate-backwards.js: Added.

2008-05-29  Alexey Proskuryakov  

        Reviewed by Darin.

        https://bugs.webkit.org/show_bug.cgi?id=19215
        REGRESSION: transformToDocument fails when xsl includes  

        * fast/xsl/nbsp-in-stylesheet-expected.txt: Added.
        * fast/xsl/nbsp-in-stylesheet.html: Added.

2008-05-29  Maciej Stachowiak  

        Reviewed by Dave Hyatt.

        - Test cases for this change: "speed up DHTML using lazy style resolution and renderer creation"

        * http/tests/misc/acid3-expected.txt:
        * platform/mac/fast/dynamic/insert-before-table-part-in-continuation-expected.checksum:
        * platform/mac/fast/dynamic/insert-before-table-part-in-continuation-expected.png:
        * platform/mac/fast/dynamic/insert-before-table-part-in-continuation-expected.txt:

2008-05-28  Oliver Hunt  

        Reviewed by Anders.

        Adding a test case for assignment result used as a function.

        * fast/js/codegen-temporaries-expected.txt:
        * fast/js/resources/codegen-temporaries.js:

2008-05-28  Anders Carlsson  

        Reviewed by Oliver.

         "const f" crashes in JavaScriptCore

        * fast/js/const-without-initializer-expected.txt: Added.
        * fast/js/const-without-initializer.html: Added.
        * fast/js/resources/const-without-initializer.js: Added.

2008-05-27  Justin Garcia  

        Reviewed by Oliver.
        
         Pressing return at the end of a header doesn't break out of header (17460)

        * editing/inserting/5803706-1-expected.txt: Adjust this already checked-in test to reflect the new
        expected behavior.
        * editing/inserting/5803706-1.html: 

2008-05-27  Anders Carlsson  

        Reviewed by Geoff and Maciej.

         
        https://bugs.webkit.org/show_bug.cgi?id=17925
        Crash in KJS::JSObject::put after setting this.__proto__

        * fast/js/resources/this-non-object-proto.js: Added.
        * fast/js/this-non-object-proto-expected.txt: Added.
        * fast/js/this-non-object-proto.html: Added.

2008-05-26  Maciej Stachowiak  

        Reviewed by Anders.
        
        - update test result for document/window being allocated to var slots

        * http/tests/security/cross-frame-access-put-expected.txt:

2008-05-26  James Ren  

        Reviewed by Sam Weinig, landed by Collin Jackson.

        http://bugs.webkit.org/show_bug.cgi?id=19163

        Modified some http/security layout tests to allow them to run in Firefox.

        * http/tests/security/aboutBlank/xss-DENIED-set-opener.html:
        * http/tests/security/frameNavigation/xss-ALLOWED-targeted-subframe-navigation-change.html:
        * http/tests/security/resources/localhost-accesssor.html:
          Added a workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=434912

        * http/tests/security/resources/cross-frame-access.js:
          Changed shouldBe to also gracefully handle exceptions
        
        * http/tests/security/resources/foreign-domain-iframe-for-selection-test.html:
          Added feature detection for setBaseAndExtent and selectAllChildren

        * http/tests/security/cross-frame-access-enumeration-expected.txt:
        * http/tests/security/cross-frame-access-enumeration.html:
          Fixed typo (missing '.html')

        * http/tests/security/cross-frame-access-call-expected.txt:
        * http/tests/security/cross-frame-access-call.html:
        * http/tests/security/cross-frame-access-first-time.html:
        * http/tests/security/cross-frame-access-put.html:
        * http/tests/security/cross-frame-access-selection.html:
          Caught exceptions that Firefox throws, to allow the test to run to completion.

2008-05-26  Anders Carlsson  

        Reviewed by Sam.

        Add a name to the source frame.
        
        * fast/frames/viewsource-empty-attribute-value-expected.txt:
        * fast/frames/viewsource-empty-attribute-value.html:

2008-05-23  Tor Arne Vestbø  

        Reviewed by Simon.

        Added a comment to the skipping of fast/css/case-transform.html that
        mentions the reason of failure being a Qt bug.

        * platform/qt/Skipped:

2008-05-26  Tor Arne Vestbø  

        Reviewed by Simon

        Update QtWebkit layout-tests in accordance with bug 18976

        https://bugs.webkit.org/show_bug.cgi?id=18976

        The test fast/xsl/xslt-text.xml is on our skipped list due to
        missing XSLT support in Qt.

        * platform/qt/fast/dom/dom-parse-serialize-expected.txt:

2008-05-25  Dan Bernstein  

        Reviewed by Darin Adler.

        - pixel test for https://bugs.webkit.org/show_bug.cgi?id=19086
           REGRESSION (r28519-r28535): Caret doesn't paint past the right edge of a block

        * fast/repaint/caret-outside-block.html: Added.
        * platform/mac/fast/repaint/caret-outside-block-expected.checksum: Added.
        * platform/mac/fast/repaint/caret-outside-block-expected.png: Added.
        * platform/mac/fast/repaint/caret-outside-block-expected.txt: Added.

2008-05-25  Rob Buis  

        Reviewed by Alexey.

        Fix the test.

        * svg/custom/frame-getSVGDocument.html:

2008-05-25  Rob Buis  

        RS=Oliver

        Fix SVG test results for tiger buildbot.

        * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt:
        * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt:
        * platform/mac-tiger/svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt:
        * platform/mac-tiger/svg/W3C-SVG-1.1/paths-data-01-t-expected.txt:
        * platform/mac-tiger/svg/W3C-SVG-1.1/text-path-01-b-expected.txt:
        * platform/mac-tiger/svg/custom/control-points-for-S-and-T-expected.txt:
        * platform/mac-tiger/svg/hixie/perf/001-expected.txt:
        * platform/mac-tiger/svg/hixie/perf/002-expected.txt:
        * platform/mac-tiger/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt:
        * platform/mac-tiger/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt:
        * platform/mac-tiger/svg/text/text-path-01-b-expected.txt:

2008-05-25  Oliver Hunt  

        RS=Alexey

        Fix leopard results following changes to SVG path dumping.

        * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt:
        * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt:
        * platform/mac-leopard/svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt:
        * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-01-t-expected.txt:
        * platform/mac-leopard/svg/W3C-SVG-1.1/text-path-01-b-expected.txt:
        * platform/mac-leopard/svg/custom/control-points-for-S-and-T-expected.txt:
        * platform/mac-leopard/svg/hixie/perf/001-expected.txt:
        * platform/mac-leopard/svg/hixie/perf/002-expected.txt:
        * platform/mac-leopard/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt:
        * platform/mac-leopard/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt:
        * platform/mac-leopard/svg/text/text-path-01-b-expected.txt:

2008-05-25  Rob Buis  

        Reviewed by Eric.

        https://bugs.webkit.org/show_bug.cgi?id=18927
        Unify path data debug output

        Changed SVG testcase text dumps. Note that this is for Mac Tiger
        only, Leopard specific text dumps are not included.

        * platform/mac/svg/W3C-SVG-1.1/animate-elem-02-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-09-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-10-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-12-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-13-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-14-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-15-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-16-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-17-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-18-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-19-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-20-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-21-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-23-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-25-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-26-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-28-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-29-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-30-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-31-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-32-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-33-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-34-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-37-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-44-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-52-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-60-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-61-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-62-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-63-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-64-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-65-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-66-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-67-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-68-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-69-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-70-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-81-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-82-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-83-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-84-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-85-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/color-prof-01-f-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/color-prop-01-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/color-prop-02-f-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/color-prop-03-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/coords-coord-01-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/coords-coord-02-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/coords-trans-01-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/coords-units-01-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/coords-units-02-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/coords-units-03-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/filters-offset-01-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/interact-dom-01-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/interact-events-01-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/interact-order-01-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/interact-order-02-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/interact-order-03-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/linking-a-01-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/linking-a-02-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/linking-a-03-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/linking-a-04-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/linking-a-05-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/linking-a-07-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/linking-uri-01-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/linking-uri-02-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/linking-uri-03-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/masking-path-01-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/masking-path-02-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/masking-path-03-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/masking-path-05-f-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/painting-fill-01-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/painting-fill-02-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/painting-fill-03-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/painting-fill-04-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/painting-fill-05-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/painting-marker-01-f-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/painting-marker-03-f-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/painting-render-01-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/painting-stroke-07-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/paths-data-02-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/paths-data-03-f-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/paths-data-04-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/paths-data-05-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/paths-data-06-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/paths-data-07-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/paths-data-08-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/paths-data-09-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/paths-data-10-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/paths-data-12-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/paths-data-13-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/paths-data-14-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/paths-data-15-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/render-elems-01-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/render-elems-02-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/render-elems-03-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/script-handle-01-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/script-handle-02-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/script-handle-03-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/script-handle-04-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/shapes-line-01-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/struct-cond-01-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/struct-cond-02-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/struct-cond-03-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/struct-defs-01-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/struct-dom-02-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/struct-dom-03-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/struct-dom-04-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/struct-dom-05-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/struct-frag-02-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/struct-frag-03-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/struct-frag-04-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/struct-frag-06-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/struct-group-01-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/struct-group-02-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/struct-group-03-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/struct-image-01-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/struct-image-02-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/struct-image-03-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/struct-image-04-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/struct-image-05-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/struct-image-06-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/struct-image-07-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/struct-image-08-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/struct-image-09-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/struct-image-10-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/struct-use-01-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/struct-use-03-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/struct-use-05-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/styling-css-01-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/styling-css-02-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/styling-css-03-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/styling-css-04-f-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/styling-css-05-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/styling-css-06-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/styling-pres-01-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/text-align-01-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/text-align-02-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/text-align-03-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/text-align-04-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/text-deco-01-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/text-fonts-01-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/text-fonts-02-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/text-intro-05-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/text-text-01-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/text-text-03-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/text-text-04-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/text-text-05-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/text-text-06-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/text-text-07-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/text-text-08-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/text-tref-01-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/text-tselect-01-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/text-ws-01-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/text-ws-02-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt:
        * platform/mac/svg/batik/filters/filterRegions-expected.txt:
        * platform/mac/svg/batik/masking/maskRegions-expected.txt:
        * platform/mac/svg/batik/paints/gradientLimit-expected.txt:
        * platform/mac/svg/batik/paints/patternPreserveAspectRatioA-expected.txt:
        * platform/mac/svg/batik/paints/patternRegionA-expected.txt:
        * platform/mac/svg/batik/paints/patternRegions-expected.txt:
        * platform/mac/svg/batik/text/longTextOnPath-expected.txt:
        * platform/mac/svg/batik/text/textAnchor-expected.txt:
        * platform/mac/svg/batik/text/textAnchor2-expected.txt:
        * platform/mac/svg/batik/text/textAnchor3-expected.txt:
        * platform/mac/svg/batik/text/textEffect2-expected.txt:
        * platform/mac/svg/batik/text/textFeatures-expected.txt:
        * platform/mac/svg/batik/text/textGlyphOrientationHorizontal-expected.txt:
        * platform/mac/svg/batik/text/textLength-expected.txt:
        * platform/mac/svg/batik/text/textOnPath-expected.txt:
        * platform/mac/svg/batik/text/textOnPath2-expected.txt:
        * platform/mac/svg/batik/text/textOnPath3-expected.txt:
        * platform/mac/svg/batik/text/textOnPathSpaces-expected.txt:
        * platform/mac/svg/batik/text/textProperties-expected.txt:
        * platform/mac/svg/batik/text/textProperties2-expected.txt:
        * platform/mac/svg/batik/text/verticalText-expected.txt:
        * platform/mac/svg/batik/text/verticalTextOnPath-expected.txt:
        * platform/mac/svg/carto.net/button-expected.txt:
        * platform/mac/svg/carto.net/colourpicker-expected.txt:
        * platform/mac/svg/carto.net/combobox-expected.txt:
        * platform/mac/svg/carto.net/scrollbar-expected.txt:
        * platform/mac/svg/carto.net/selectionlist-expected.txt:
        * platform/mac/svg/carto.net/slider-expected.txt:
        * platform/mac/svg/carto.net/textbox-expected.txt:
        * platform/mac/svg/carto.net/window-expected.txt:
        * platform/mac/svg/css/css-box-min-width-expected.txt:
        * platform/mac/svg/custom/SVGNumber-interface-expected.txt:
        * platform/mac/svg/custom/SVGPoint-interface-expected.txt:
        * platform/mac/svg/custom/SVGRect-interface-expected.txt:
        * platform/mac/svg/custom/absolute-sized-svg-in-xhtml-expected.txt:
        * platform/mac/svg/custom/alignment-baseline-modes-expected.txt:
        * platform/mac/svg/custom/altglyph-expected.txt:
        * platform/mac/svg/custom/attribute-namespace-check-expected.txt:
        * platform/mac/svg/custom/circular-marker-reference-1-expected.txt:
        * platform/mac/svg/custom/circular-marker-reference-2-expected.txt:
        * platform/mac/svg/custom/circular-marker-reference-3-expected.txt:
        * platform/mac/svg/custom/circular-marker-reference-4-expected.txt:
        * platform/mac/svg/custom/class-selector-expected.txt:
        * platform/mac/svg/custom/clip-path-child-changes-expected.txt:
        * platform/mac/svg/custom/clip-path-display-none-child-expected.txt:
        * platform/mac/svg/custom/clip-path-href-changes-expected.txt:
        * platform/mac/svg/custom/clip-path-referencing-use-expected.txt:
        * platform/mac/svg/custom/clip-path-referencing-use2-expected.txt:
        * platform/mac/svg/custom/clip-path-units-changes-expected.txt:
        * platform/mac/svg/custom/clip-path-with-transform-expected.txt:
        * platform/mac/svg/custom/conditional-processing-outside-switch-expected.txt:
        * platform/mac/svg/custom/container-opacity-clip-viewBox-expected.txt:
        * platform/mac/svg/custom/coords-relative-units-transforms-expected.txt:
        * platform/mac/svg/custom/create-metadata-element-expected.txt:
        * platform/mac/svg/custom/createelement-expected.txt:
        * platform/mac/svg/custom/css-pixels-dpi-expected.txt:
        * platform/mac/svg/custom/dasharrayOrigin-expected.txt:
        * platform/mac/svg/custom/deep-dynamic-updates-expected.txt:
        * platform/mac/svg/custom/display-none-expected.txt:
        * platform/mac/svg/custom/dominant-baseline-hanging-expected.txt:
        * platform/mac/svg/custom/dominant-baseline-modes-expected.txt:
        * platform/mac/svg/custom/dynamic-empty-path-expected.txt:
        * platform/mac/svg/custom/dynamic-svg-document-creation-expected.txt:
        * platform/mac/svg/custom/dynamic-viewBox-expected.txt:
        * platform/mac/svg/custom/empty-clip-path-expected.txt:
        * platform/mac/svg/custom/empty-merge-expected.txt:
        * platform/mac/svg/custom/evt-onload-expected.txt:
        * platform/mac/svg/custom/feComponentTransfer-Discrete-expected.txt:
        * platform/mac/svg/custom/feComponentTransfer-Gamma-expected.txt:
        * platform/mac/svg/custom/feComponentTransfer-Linear-expected.txt:
        * platform/mac/svg/custom/feComponentTransfer-Table-expected.txt:
        * platform/mac/svg/custom/feDisplacementMap-01-expected.txt:
        * platform/mac/svg/custom/fill-SVGPaint-interface-expected.txt:
        * platform/mac/svg/custom/fill-fallback-expected.txt:
        * platform/mac/svg/custom/fill-update-expected.txt:
        * platform/mac/svg/custom/filter-source-alpha-expected.txt:
        * platform/mac/svg/custom/focus-ring-expected.txt:
        * platform/mac/svg/custom/foreign-object-skew-expected.txt:
        * platform/mac/svg/custom/foreignObject-crash-on-hover-expected.txt:
        * platform/mac/svg/custom/fractional-rects-expected.txt:
        * platform/mac/svg/custom/getPresentationAttribute-expected.txt:
        * platform/mac/svg/custom/getTransformToElement-expected.txt:
        * platform/mac/svg/custom/getscreenctm-in-mixed-content-expected.txt:
        * platform/mac/svg/custom/getsvgdocument-expected.txt:
        * platform/mac/svg/custom/glyph-selection-lang-attribute-expected.txt:
        * platform/mac/svg/custom/gradient-add-stops-expected.txt:
        * platform/mac/svg/custom/gradient-attr-update-expected.txt:
        * platform/mac/svg/custom/gradient-cycle-detection-expected.txt:
        * platform/mac/svg/custom/gradient-deep-referencing-expected.txt:
        * platform/mac/svg/custom/gradient-rotated-bbox-expected.txt:
        * platform/mac/svg/custom/gradient-stop-corner-cases-expected.txt:
        * platform/mac/svg/custom/gradient-stop-style-change-expected.txt:
        * platform/mac/svg/custom/gradient-stroke-width-expected.txt:
        * platform/mac/svg/custom/grayscale-gradient-mask-expected.txt:
        * platform/mac/svg/custom/group-opacity-expected.txt:
        * platform/mac/svg/custom/hit-test-unclosed-subpaths-expected.txt:
        * platform/mac/svg/custom/hit-test-with-br-expected.txt:
        * platform/mac/svg/custom/hover-default-fill-expected.txt:
        * platform/mac/svg/custom/image-parent-translation-expected.txt:
        * platform/mac/svg/custom/image-small-width-height-expected.txt:
        * platform/mac/svg/custom/image-with-aspect-ratio-stretch-expected.txt:
        * platform/mac/svg/custom/image-with-transform-clip-filter-expected.txt:
        * platform/mac/svg/custom/inline-svg-in-xhtml-expected.txt:
        * platform/mac/svg/custom/inner-percent-expected.txt:
        * platform/mac/svg/custom/inner-svg-hit-test-expected.txt:
        * platform/mac/svg/custom/invalid-css-expected.txt:
        * platform/mac/svg/custom/invalid-fill-expected.txt:
        * platform/mac/svg/custom/invalid-fill-hex-expected.txt:
        * platform/mac/svg/custom/invalid-lengthlist-expected.txt:
        * platform/mac/svg/custom/invalid-transforms-expected.txt:
        * platform/mac/svg/custom/js-late-clipPath-and-object-creation-expected.txt:
        * platform/mac/svg/custom/js-late-clipPath-creation-expected.txt:
        * platform/mac/svg/custom/js-late-marker-and-object-creation-expected.txt:
        * platform/mac/svg/custom/js-late-marker-creation-expected.txt:
        * platform/mac/svg/custom/js-late-mask-and-object-creation-expected.txt:
        * platform/mac/svg/custom/js-late-mask-creation-expected.txt:
        * platform/mac/svg/custom/js-late-pattern-and-object-creation-expected.txt:
        * platform/mac/svg/custom/js-late-pattern-creation-expected.txt:
        * platform/mac/svg/custom/js-update-bounce-expected.txt:
        * platform/mac/svg/custom/js-update-container-expected.txt:
        * platform/mac/svg/custom/js-update-container2-expected.txt:
        * platform/mac/svg/custom/js-update-gradient-expected.txt:
        * platform/mac/svg/custom/js-update-path-changes-expected.txt:
        * platform/mac/svg/custom/js-update-path-removal-expected.txt:
        * platform/mac/svg/custom/js-update-pattern-child-expected.txt:
        * platform/mac/svg/custom/js-update-pattern-expected.txt:
        * platform/mac/svg/custom/js-update-polygon-changes-expected.txt:
        * platform/mac/svg/custom/js-update-polygon-removal-expected.txt:
        * platform/mac/svg/custom/js-update-stop-expected.txt:
        * platform/mac/svg/custom/js-update-style-expected.txt:
        * platform/mac/svg/custom/js-update-transform-addition-expected.txt:
        * platform/mac/svg/custom/js-update-transform-changes-expected.txt:
        * platform/mac/svg/custom/junk-data-expected.txt:
        * platform/mac/svg/custom/large-bounding-box-percents-expected.txt:
        * platform/mac/svg/custom/linking-a-03-b-all-expected.txt:
        * platform/mac/svg/custom/linking-a-03-b-preserveAspectRatio-expected.txt:
        * platform/mac/svg/custom/linking-a-03-b-transform-expected.txt:
        * platform/mac/svg/custom/linking-a-03-b-viewBox-expected.txt:
        * platform/mac/svg/custom/linking-a-03-b-viewBox-transform-expected.txt:
        * platform/mac/svg/custom/linking-a-03-b-viewTarget-expected.txt:
        * platform/mac/svg/custom/linking-a-03-b-zoomAndPan-expected.txt:
        * platform/mac/svg/custom/marker-changes-expected.txt:
        * platform/mac/svg/custom/marker-child-changes-expected.txt:
        * platform/mac/svg/custom/marker-default-width-height-expected.txt:
        * platform/mac/svg/custom/marker-overflow-clip-expected.txt:
        * platform/mac/svg/custom/marker-viewBox-changes-expected.txt:
        * platform/mac/svg/custom/mask-changes-expected.txt:
        * platform/mac/svg/custom/mask-child-changes-expected.txt:
        * platform/mac/svg/custom/mask-excessive-malloc-expected.txt:
        * platform/mac/svg/custom/mask-inside-defs-expected.txt:
        * platform/mac/svg/custom/missing-xlink-expected.txt:
        * platform/mac/svg/custom/non-circular-marker-reference-expected.txt:
        * platform/mac/svg/custom/non-opaque-filters-expected.txt:
        * platform/mac/svg/custom/path-bad-data-expected.txt:
        * platform/mac/svg/custom/path-textPath-simulation-expected.txt:
        * platform/mac/svg/custom/path-update-expected.txt:
        * platform/mac/svg/custom/pattern-cycle-detection-expected.txt:
        * platform/mac/svg/custom/pattern-deep-referencing-expected.txt:
        * platform/mac/svg/custom/pattern-in-defs-expected.txt:
        * platform/mac/svg/custom/pattern-rotate-expected.txt:
        * platform/mac/svg/custom/pattern-y-offset-expected.txt:
        * platform/mac/svg/custom/percentage-of-html-parent-expected.txt:
        * platform/mac/svg/custom/percentage-rect-expected.txt:
        * platform/mac/svg/custom/percentage-rect2-expected.txt:
        * platform/mac/svg/custom/pointer-events-path-expected.txt:
        * platform/mac/svg/custom/poly-identify-expected.txt:
        * platform/mac/svg/custom/polyline-hittest-expected.txt:
        * platform/mac/svg/custom/polyline-invalid-points-expected.txt:
        * platform/mac/svg/custom/polyline-setattribute-points-null-expected.txt:
        * platform/mac/svg/custom/preserve-aspect-ratio-syntax-expected.txt:
        * platform/mac/svg/custom/prevent-default-expected.txt:
        * platform/mac/svg/custom/recursive-clippath-expected.txt:
        * platform/mac/svg/custom/repaint-on-image-bounds-change-expected.txt:
        * platform/mac/svg/custom/resource-client-removal-expected.txt:
        * platform/mac/svg/custom/rgbcolor-syntax-expected.txt:
        * platform/mac/svg/custom/root-container-opacity-clip-viewBox-expected.txt:
        * platform/mac/svg/custom/rootelement-expected.txt:
        * platform/mac/svg/custom/rootmost-svg-xy-attrs-expected.txt:
        * platform/mac/svg/custom/rounded-rects-expected.txt:
        * platform/mac/svg/custom/scroll-hit-test-expected.txt:
        * platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
        * platform/mac/svg/custom/second-inline-text-expected.txt:
        * platform/mac/svg/custom/shape-rendering-expected.txt:
        * platform/mac/svg/custom/shapes-supporting-markers-expected.txt:
        * platform/mac/svg/custom/sheet-title-expected.txt:
        * platform/mac/svg/custom/simpleCDF-expected.txt:
        * platform/mac/svg/custom/stroke-fallback-expected.txt:
        * platform/mac/svg/custom/stroked-pattern-expected.txt:
        * platform/mac/svg/custom/struct-use-09-b-expected.txt:
        * platform/mac/svg/custom/style-attribute-font-size-expected.txt:
        * platform/mac/svg/custom/svg-absolute-children-expected.txt:
        * platform/mac/svg/custom/svg-float-border-padding-expected.txt:
        * platform/mac/svg/custom/svg-overflow-types-expected.txt:
        * platform/mac/svg/custom/svgpolyparser-extra-space-expected.txt:
        * platform/mac/svg/custom/text-clip-expected.txt:
        * platform/mac/svg/custom/text-dom-01-f-expected.txt:
        * platform/mac/svg/custom/text-gradient-no-content-expected.txt:
        * platform/mac/svg/custom/text-linking-expected.txt:
        * platform/mac/svg/custom/transform-ignore-after-invalid-expected.txt:
        * platform/mac/svg/custom/transform-invalid-expected.txt:
        * platform/mac/svg/custom/transform-removeAttributeNS-expected.txt:
        * platform/mac/svg/custom/transform-scale-parse-expected.txt:
        * platform/mac/svg/custom/transform-with-ending-space-expected.txt:
        * platform/mac/svg/custom/use-clipped-hit-expected.txt:
        * platform/mac/svg/custom/use-css-events-expected.txt:
        * platform/mac/svg/custom/use-css-no-effect-on-shadow-tree-expected.txt:
        * platform/mac/svg/custom/use-detach-expected.txt:
        * platform/mac/svg/custom/use-dynamic-append-expected.txt:
        * platform/mac/svg/custom/use-elementInstance-event-target-expected.txt:
        * platform/mac/svg/custom/use-elementInstance-methods-expected.txt:
        * platform/mac/svg/custom/use-event-handler-on-referenced-element-expected.txt:
        * platform/mac/svg/custom/use-event-handler-on-use-element-expected.txt:
        * platform/mac/svg/custom/use-events-crash-expected.txt:
        * platform/mac/svg/custom/use-forward-refs-expected.txt:
        * platform/mac/svg/custom/use-instanceRoot-modifications-expected.txt:
        * platform/mac/svg/custom/use-modify-container-in-target-expected.txt:
        * platform/mac/svg/custom/use-modify-target-container-expected.txt:
        * platform/mac/svg/custom/use-modify-target-symbol-expected.txt:
        * platform/mac/svg/custom/use-nested-transform-expected.txt:
        * platform/mac/svg/custom/use-on-g-containing-symbol-expected.txt:
        * platform/mac/svg/custom/use-on-g-containing-use-expected.txt:
        * platform/mac/svg/custom/use-on-g-expected.txt:
        * platform/mac/svg/custom/use-on-rect-expected.txt:
        * platform/mac/svg/custom/use-on-symbol-expected.txt:
        * platform/mac/svg/custom/use-on-use-expected.txt:
        * platform/mac/svg/custom/use-property-changes-through-dom-expected.txt:
        * platform/mac/svg/custom/use-property-changes-through-svg-dom-expected.txt:
        * platform/mac/svg/custom/use-recursion-1-expected.txt:
        * platform/mac/svg/custom/use-recursion-3-expected.txt:
        * platform/mac/svg/custom/use-recursion-4-expected.txt:
        * platform/mac/svg/custom/use-referencing-nonexisting-symbol-expected.txt:
        * platform/mac/svg/custom/use-symbol-overflow-expected.txt:
        * platform/mac/svg/custom/use-transform-expected.txt:
        * platform/mac/svg/custom/viewBox-hit-expected.txt:
        * platform/mac/svg/custom/viewbox-syntax-expected.txt:
        * platform/mac/svg/custom/viewport-clip-expected.txt:
        * platform/mac/svg/custom/viewport-em-expected.txt:
        * platform/mac/svg/custom/viewport-no-width-height-expected.txt:
        * platform/mac/svg/custom/viewport-update-expected.txt:
        * platform/mac/svg/custom/viewport-update2-expected.txt:
        * platform/mac/svg/custom/visibility-override-clip-expected.txt:
        * platform/mac/svg/custom/visibility-override-expected.txt:
        * platform/mac/svg/custom/visibility-override-filter-expected.txt:
        * platform/mac/svg/custom/visibility-override-mask-expected.txt:
        * platform/mac/svg/custom/width-full-percentage-expected.txt:
        * platform/mac/svg/custom/xml-stylesheet-expected.txt:
        * platform/mac/svg/hixie/cascade/001-broken-expected.txt:
        * platform/mac/svg/hixie/cascade/002-expected.txt:
        * platform/mac/svg/hixie/data-types/001-expected.txt:
        * platform/mac/svg/hixie/data-types/002-expected.txt:
        * platform/mac/svg/hixie/dynamic/003-expected.txt:
        * platform/mac/svg/hixie/dynamic/004-expected.txt:
        * platform/mac/svg/hixie/dynamic/005-broken-expected.txt:
        * platform/mac/svg/hixie/dynamic/006-expected.txt:
        * platform/mac/svg/hixie/error/001-expected.txt:
        * platform/mac/svg/hixie/error/003-expected.txt:
        * platform/mac/svg/hixie/error/007-expected.txt:
        * platform/mac/svg/hixie/error/008-expected.txt:
        * platform/mac/svg/hixie/error/009-expected.txt:
        * platform/mac/svg/hixie/error/010-expected.txt:
        * platform/mac/svg/hixie/error/011-expected.txt:
        * platform/mac/svg/hixie/error/012-expected.txt:
        * platform/mac/svg/hixie/error/014-expected.txt:
        * platform/mac/svg/hixie/error/014-test-expected.txt:
        * platform/mac/svg/hixie/error/015-expected.txt:
        * platform/mac/svg/hixie/error/016-expected.txt:
        * platform/mac/svg/hixie/error/017-expected.txt:
        * platform/mac/svg/hixie/links/001-expected.txt:
        * platform/mac/svg/hixie/links/003-broken-expected.txt:
        * platform/mac/svg/hixie/mixed/003-expected.txt:
        * platform/mac/svg/hixie/mixed/004-expected.txt:
        * platform/mac/svg/hixie/mixed/005-expected.txt:
        * platform/mac/svg/hixie/mixed/006-expected.txt:
        * platform/mac/svg/hixie/mixed/008-expected.txt:
        * platform/mac/svg/hixie/mixed/009-expected.txt:
        * platform/mac/svg/hixie/mixed/010-expected.txt:
        * platform/mac/svg/hixie/mixed/011-expected.txt:
        * platform/mac/svg/hixie/painting/001-expected.txt:
        * platform/mac/svg/hixie/perf/003-expected.txt:
        * platform/mac/svg/hixie/perf/004-expected.txt:
        * platform/mac/svg/hixie/perf/005-expected.txt:
        * platform/mac/svg/hixie/perf/006-expected.txt:
        * platform/mac/svg/hixie/perf/007-expected.txt:
        * platform/mac/svg/hixie/processing-model/005-expected.txt:
        * platform/mac/svg/hixie/rendering-model/001-expected.txt:
        * platform/mac/svg/hixie/rendering-model/002-expected.txt:
        * platform/mac/svg/hixie/rendering-model/003-expected.txt:
        * platform/mac/svg/hixie/rendering-model/003a-expected.txt:
        * platform/mac/svg/hixie/rendering-model/004-expected.txt:
        * platform/mac/svg/hixie/shapes/path/001-expected.txt:
        * platform/mac/svg/hixie/text/001-broken-expected.txt:
        * platform/mac/svg/hixie/transform/001-expected.txt:
        * platform/mac/svg/hixie/use/001-expected.txt:
        * platform/mac/svg/hixie/use/002-expected.txt:
        * platform/mac/svg/hixie/use/002-test-expected.txt:
        * platform/mac/svg/hixie/viewbox/001-expected.txt:
        * platform/mac/svg/hixie/viewbox/002-expected.txt:
        * platform/mac/svg/hixie/viewbox/003-expected.txt:
        * platform/mac/svg/hixie/viewbox/004-expected.txt:
        * platform/mac/svg/text/kerning-expected.txt:
        * platform/mac/svg/text/multichar-glyph-expected.txt:
        * platform/mac/svg/text/text-align-01-b-expected.txt:
        * platform/mac/svg/text/text-align-02-b-expected.txt:
        * platform/mac/svg/text/text-align-03-b-expected.txt:
        * platform/mac/svg/text/text-align-04-b-expected.txt:
        * platform/mac/svg/text/text-align-05-b-expected.txt:
        * platform/mac/svg/text/text-align-06-b-expected.txt:
        * platform/mac/svg/text/text-altglyph-01-b-expected.txt:
        * platform/mac/svg/text/text-deco-01-b-expected.txt:
        * platform/mac/svg/text/text-fonts-01-t-expected.txt:
        * platform/mac/svg/text/text-fonts-02-t-expected.txt:
        * platform/mac/svg/text/text-intro-05-t-expected.txt:
        * platform/mac/svg/text/text-spacing-01-b-expected.txt:
        * platform/mac/svg/text/text-text-01-b-expected.txt:
        * platform/mac/svg/text/text-text-03-b-expected.txt:
        * platform/mac/svg/text/text-text-04-t-expected.txt:
        * platform/mac/svg/text/text-text-05-t-expected.txt:
        * platform/mac/svg/text/text-text-06-t-expected.txt:
        * platform/mac/svg/text/text-text-07-t-expected.txt:
        * platform/mac/svg/text/text-text-08-b-expected.txt:
        * platform/mac/svg/text/text-tref-01-b-expected.txt:
        * platform/mac/svg/text/text-tselect-01-b-expected.txt:
        * platform/mac/svg/text/text-tselect-02-f-expected.txt:
        * platform/mac/svg/text/text-tspan-01-b-expected.txt:
        * platform/mac/svg/text/text-ws-01-t-expected.txt:
        * platform/mac/svg/text/text-ws-02-t-expected.txt:
        * platform/mac/svg/text/textPathBoundsBug-expected.txt:
        * svg/dom/SVGRectElement/rect-modify-rx-expected.txt:

2008-05-23  Justin Garcia  

        Reviewed by Darin.

         REGRESSION: With no selection, copy does not fire oncopy handler (affects CIFilterBrowser widget)

        * editing/execCommand/5939887-expected.txt: Added.
        * editing/execCommand/5939887.html: Added.

2008-05-23  Sam Weinig  

        Reviewed by Mark Rowe.

        LayoutTests that send an OPTIONS request don't work on Tiger or Window due
        to a bug in Apache 1.3

        * platform/mac-tiger/Skipped:
        * platform/win/Skipped:

2008-05-23  Maciej Stachowiak  

        Reviewed by Oliver.
        
        - test case  REGRESSION(r33943-r33980): Can't send email , attach file or save as draft from hotmail.com

        * fast/js/function-redefinition-expected.txt: Added.
        * fast/js/function-redefinition.html: Added.

2008-05-23  Geoffrey Garen  

        Rolled out r34073 because it caused lots of layout test crashes.

2008-05-23  Mark Rowe  

        Reviewed by Oliver Hunt.

        Update layout test results for .

        * fast/js/global-recursion-on-full-stack-expected.txt:

2008-05-22  Sam Weinig  

        Reviewed by Anders Carlsson.

         Support cross-site XMLHttpRequest

        - Add more tests for cross-domain XHR.

        * http/tests/xmlhttprequest/access-control-basic-allow-access-control-origin-header.html:
        * http/tests/xmlhttprequest/access-control-basic-allow-async-expected.txt: Added.
        * http/tests/xmlhttprequest/access-control-basic-allow-async.html: Added.
        * http/tests/xmlhttprequest/access-control-basic-denied.html:
        * http/tests/xmlhttprequest/access-control-basic-exclude.html:
        * http/tests/xmlhttprequest/access-control-basic-not-get-allow-async-expected.txt: Added.
        * http/tests/xmlhttprequest/access-control-basic-not-get-allow-async.html: Added.
        * http/tests/xmlhttprequest/access-control-basic-not-get-allow-expected.txt: Added.
        * http/tests/xmlhttprequest/access-control-basic-not-get-allow.html: Added.
        * http/tests/xmlhttprequest/resources/access-control-basic-non-get-allow.cgi: Added.

2008-05-22  Alexey Proskuryakov  

        Rubber-stamped by Darin.

        Fix tests failing on Tiger.

        * fast/loader/data-url-encoding-html.html:
        * fast/loader/data-url-encoding-html-expected.txt:
        * fast/loader/data-url-encoding-svg.html:
        * fast/loader/data-url-encoding-svg-expected.txt:
        Changed these tests to always use an explicit charset - otherwise, they were failing on
        Leopard because of a CFNetwork bug, and on Tiger because of WebKit bug 19193. Also, changed
        them to test that decoding was performed correctly, not just that document.charset matched
        expectations.

2008-05-22  Stephanie Lewis  

        Reviewed by Dan.

        add test to test for beforeunload event handlers being removed after they have been fired.

        * fast/events/onunload-clears-onbeforeunload-expected.txt: Added.
        * fast/events/onunload-clears-onbeforeunload.html: Added.

2008-05-22  Maciej Stachowiak  

        Reviewed by Oliver.
        
        - test case for  crash on celtic kane JS benchmark

        * fast/js/try-catch-crash-expected.txt: Added.
        * fast/js/try-catch-crash.html: Added.

2008-05-21  Adam Roben  

        Update window-properties results for new console functions

        Reviewed by Tim Hatcher.

        * fast/dom/Window/window-properties-expected.txt:

2008-05-21  Maciej Stachowiak  

        Reviewed by Oliver and Sam.
        
        - tests for  REGRESSION (r31239): Multiscope optimisation of function calls results in incorrect this value (breaks tvtv.de)

        * fast/frames/cross-site-this-expected.txt: Added.
        * fast/frames/cross-site-this.html: Added.
        * fast/frames/resources/cross-site-this-helper.html: Added.

2008-05-21  Adele Peterson  

        Reviewed by Adam.

        Enhanced and enabled test for  fast/dom/HTMLDocument/hasFocus.html fails on Windows
        
        * fast/dom/HTMLDocument/hasFocus-expected.txt:
        * fast/dom/HTMLDocument/hasFocus.html:
        * platform/win/Skipped:

2008-05-21  Sam Weinig  

        Review by Mark Rowe.

        Change test so that its result are not different all the time.

        * http/tests/xmlhttprequest/access-control-basic-allow-access-control-origin-header-expected.txt: Copied from http/tests/xmlhttprequest/access-control-basic-allow-headers-expected.txt.
        * http/tests/xmlhttprequest/access-control-basic-allow-access-control-origin-header.html: Copied from http/tests/xmlhttprequest/access-control-basic-allow-headers.html.
        * http/tests/xmlhttprequest/access-control-basic-allow-headers-expected.txt: Removed.
        * http/tests/xmlhttprequest/access-control-basic-allow-headers.html: Removed.
        * http/tests/xmlhttprequest/resources/access-control-basic-allow-access-control-origin-header.cgi: Copied from http/tests/xmlhttprequest/resources/access-control-basic-allow-headers.cgi.
        * http/tests/xmlhttprequest/resources/access-control-basic-allow-headers.cgi: Removed.

2008-05-21  Brady Eidson  

        Rubberstamped by Adam

         - Hang in Storage tests on windows

        Since the hang was originally noticed and investigated, no one has revisited it.  
        Adam and I just spent some time trying to reproduce and were unable.
        
        Lets give the bots another go, shall we?

        * platform/win/Skipped:

2008-05-21  Sam Weinig  

        Reviewed by Anders Carlsson.

         Support cross-site XMLHttpRequest

        - Add tests for basic cross-domain XHR.

        * http/tests/xmlhttprequest/access-control-basic-allow-expected.txt: Added.
        * http/tests/xmlhttprequest/access-control-basic-allow-headers-expected.txt: Added.
        * http/tests/xmlhttprequest/access-control-basic-allow-headers.html: Added.
        * http/tests/xmlhttprequest/access-control-basic-allow.html: Added.
        * http/tests/xmlhttprequest/access-control-basic-denied-expected.txt: Added.
        * http/tests/xmlhttprequest/access-control-basic-denied.html: Added.
        * http/tests/xmlhttprequest/access-control-basic-exclude-expected.txt: Added.
        * http/tests/xmlhttprequest/access-control-basic-exclude.html: Added.
        * http/tests/xmlhttprequest/exceptions-expected.txt:
        * http/tests/xmlhttprequest/exceptions.html:
        * http/tests/xmlhttprequest/resources/access-control-basic-allow-headers.cgi: Added.
        * http/tests/xmlhttprequest/resources/access-control-basic-allow.cgi: Added.
        * http/tests/xmlhttprequest/resources/access-control-basic-denied.cgi: Added.
        * http/tests/xmlhttprequest/resources/access-control-basic-exclude.cgi: Added.

2008-05-21  Geoffrey Garen  

        Reviewed by Mark Rowe.

        Update results.

        * fast/dom/getter-on-window-object2-expected.txt:

=== End merge of squirrelfish ===

2008-05-18  Oliver Hunt  

        Reviewed by Maciej.

        Bug 18752: SQUIRRELFISH: exceptions are not always handled by the vm
        

        Test cases for subscript access that throw exceptions. 

        * fast/js/resources/tostring-exception-in-property-access.js: Added.
        * fast/js/tostring-exception-in-property-access-expected.txt: Added.
        * fast/js/tostring-exception-in-property-access.html: Added.

2008-05-17  Cameron Zwarich  

        Reviewed by Oliver.

        Add more tests for:

        Bug 18991: SquirrelFish: Major codegen issue in a.b=expr, a[b]=expr
        

        * fast/js/codegen-temporaries-expected.txt:
        * fast/js/resources/codegen-temporaries.js:

2008-05-17  Cameron Zwarich  

        Reviewed by Oliver.

        Add tests for:

        Bug 18991: SquirrelFish: Major codegen issue in a.b=expr, a[b]=expr
        

        * fast/js/codegen-temporaries-expected.txt:
        * fast/js/resources/codegen-temporaries.js:

2008-05-17  Oliver Hunt  

        Forgot to check in the results to the activation gc tests

        * fast/js/duplicate-param-gc-crash-expected.txt: Added.
        * fast/js/var-shadows-arg-gc-crash-expected.txt: Added.

2008-05-17  Maciej Stachowiak  

        Reviewed by Oliver.

        Bug 19106: SquirrelFish: Activation is not marked correctly
        

        Testcases for activation marking

        * fast/js/duplicate-param-gc-crash.html: Added.
        * fast/js/resources/duplicate-param-gc-crash.js: Added.
        * fast/js/resources/var-shadows-arg-gc-crash.js: Added.
        * fast/js/var-shadows-arg-gc-crash.html: Added.

2008-05-16  Oliver Hunt  

        Reviewed by Geoff

        Bug 19076: SquirrelFish: RegisterFile can be corrupted if implictly reenter global scope with no declared vars
        

        Test that we can re-enter safely.

        * fast/js/direct-entry-to-function-code-expected.txt: Added.
        * fast/js/direct-entry-to-function-code.html: Added.

2008-05-16  Cameron Zwarich  

        Reviewed by Oliver Hunt.

        Add tests for:

        Bug 19098: SquirrelFish: Ref'd temporaries can be clobbered
        

        * fast/js/resources/statement-list-register-crash.js: Added.
        * fast/js/statement-list-register-crash-expected.txt: Added.
        * fast/js/statement-list-register-crash.html: Added.

2008-05-16  Maciej Stachowiak  

        Reviewed by Oliver.

        - fixed Bug 19044: SquirrelFish: Bogus values enter evaluation when closing over scope with parameter and var with same name
        https://bugs.webkit.org/show_bug.cgi?id=19044

        * fast/js/duplicate-param-crash-expected.txt: Added.
        * fast/js/duplicate-param-crash.html: Added.
        * fast/js/resources/duplicate-param-crash.js: Added.
        * fast/js/resources/var-shadows-arg-crash.js: Added.
        * fast/js/var-shadows-arg-crash-expected.txt: Added.
        * fast/js/var-shadows-arg-crash.html: Added.

2008-05-14  Oliver Hunt  

        Reviewed by Maciej.

        Bug 19024: SQUIRRELFISH: ASSERTION FAILED: activation->isActivationObject() in Machine::unwindCallFrame
        

        Make sure we handled tainted global RegisterFiles properly.

        * fast/js/implicit-global-to-global-reentry-expected.txt: Added.
        * fast/js/implicit-global-to-global-reentry.html: Added.

2008-05-14  Oliver Hunt  

        Reviewed by Geoff.

        Bug 19025: SQUIRRELFISH: malformed syntax in onload handler causes crash
        

        Test for malformed function in onload.

        * fast/js/invalid-syntax-for-function-expected.txt: Added.
        * fast/js/invalid-syntax-for-function.html: Added.

2008-05-13  Oliver Hunt  

        RS=Geoff.

        Split the binops tests up a bit more

        * fast/js/exception-sequencing-binops-expected.txt:
        * fast/js/exception-sequencing-binops.html:
        * fast/js/exception-sequencing-binops.js: Added.
        * fast/js/exception-sequencing-binops2-expected.txt: Added.
        * fast/js/exception-sequencing-binops2.html: Added.

2008-05-13  Geoffrey Garen  

        Reviewed by Oliver Hunt.
        
        Added layout test for a codegen crash with run-time parse errors.

        * fast/js/exception-codegen-crash-expected.txt: Added.
        * fast/js/exception-codegen-crash.html: Added.

2008-05-13  Oliver Hunt  

        RS=Geoff.

        Splitting exception sequencing test as it was too long and made DRT unhappy
        on non-MacPros.

        * fast/js/exception-sequencing-binops-expected.txt: Added.
        * fast/js/exception-sequencing-binops.html: Added.
        * fast/js/exception-sequencing-expected.txt:
        * fast/js/exception-sequencing.html:

2008-05-13  Oliver Hunt  

        Reviewed by Geoff.

        Bug 19027: SquirrelFish: Incorrect codegen for pre-increment
        

        Now that codegen is correct for pre-increment/decrement we can enable
        those tests.  Added additional tests to cover exceptions occuring in
        similar points of execution, and removed tests that were inconsistent
        with behaviour of both Opera and Firefox.

        * fast/js/exception-sequencing-expected.txt:
        * fast/js/exception-sequencing.html:

2008-05-13  Oliver Hunt  

        Reviewed by Darin.

        Bug 18752: SQUIRRELFISH: exceptions are not always handled by the vm
        

        Fairly extensive coverage of exception behaviour and sequencing.  There
        are still a number of FAIL results but these all match firefox (although 
        not opera).

        * fast/js/exception-sequencing-expected.txt: Added.
        * fast/js/exception-sequencing.html: Added.

2008-05-13  Maciej Stachowiak  

        Reviewed by Sam.
        
        Update results for remainder of split-window merge. The new results are correct.

        * http/tests/security/listener/xss-JSTargetNode-onclick-addEventListener-expected.txt:
        * http/tests/security/listener/xss-JSTargetNode-onclick-shortcut-expected.txt:
        * http/tests/security/listener/xss-XMLHttpRequest-addEventListener-expected.txt:
        * http/tests/security/listener/xss-XMLHttpRequest-shortcut-expected.txt:
        * http/tests/security/listener/xss-window-onclick-addEventListener-expected.txt:
        * http/tests/security/listener/xss-window-onclick-shortcut-expected.txt:

2008-05-12  Oliver Hunt  

        Reviewed by Geoff.

        Bug 18934: SQUIRRELFISH: ASSERT @ nytimes.com due to RegisterFile being clobbered
        

        Add testcases to cover global reentry from an implicit call.

        * fast/js/implicit-call-with-global-reentry-expected.txt: Added.
        * fast/js/implicit-call-with-global-reentry.html: Added.
        * fast/js/resources/implicit-call-with-global-reentry.js: Added.

2008-05-12  Geoffrey Garen  

        Reviewed by Maciej Stachowiak.
        
        Layout test for function.arguments and function.caller in interesting
        scopes.

        * fast/js/function-dot-arguments-and-caller-expected.txt: Added.
        * fast/js/function-dot-arguments-and-caller.html: Added.

2008-05-11  Cameron Zwarich  

        Reviewed by Oliver.

        Add tests for:

        Bug 18961: SQUIRRELFISH: Gmail doesn't load
        

        * fast/js/codegen-temporaries-expected.txt: Added.
        * fast/js/codegen-temporaries.html: Added.
        * fast/js/resources/codegen-temporaries.js: Added.

2008-05-10  Maciej Stachowiak  

        Reviewed by Oliver.

        - test changes for: "SQUIRRELFISH: function toString broken after calling"
        https://bugs.webkit.org/show_bug.cgi?id=18869

        All of these tests expected function.toString to somewhat change
        things from the raw original source. They are now prepared for the
        fact that this does not happen.
        
        * fast/js/function-decompilation-operators.html:
        * fast/js/function-names-expected.txt:
        * fast/js/function-prototype-expected.txt:
        * fast/js/function-prototype.html:
        * fast/js/function-toString-object-literals-expected.txt:
        * fast/js/function-toString-parentheses-expected.txt:
        * fast/js/kde/lval-exceptions-expected.txt:
        * fast/js/modify-non-references-expected.txt:
        * fast/js/resources/function-names.js:
        * fast/js/resources/function-toString-object-literals.js:
        * fast/js/resources/function-toString-parentheses.js:
        * fast/js/resources/modify-non-references.js:
        * fast/js/resources/toString-prefix-postfix-preserve-parens.js:
        * fast/js/toString-prefix-postfix-preserve-parens-expected.txt:

2008-05-09  Geoffrey Garen  

        Reviewed by Sam Weinig.
        
        Restored the expected results for viewsource-empty-attribute-value.html
        to what they were prior to r31100. These results expect that the
        top-level name in the frame path is "" instead of "1".
        
        It's not clear how r31100 changed the top-level frame in the frame path
        to be named "1". The change definitely wasn't related to any expected
        behavior in r31100, which was about default margin-bottom for form
        elements in quirks mode.
        
        It's also not clear how squirrelfish changes things back.
        
        Sam mentioned that the test result changes intermittently on trunk.
        
        For now, I don't think we need to think deeply about this issue,
        since the "" result seems more correct than the "1" result.

        * fast/frames/viewsource-empty-attribute-value-expected.txt:

2008-05-09  Geoffrey Garen  

        Added expected results for this test.

        * fast/js/closure-inside-extra-arg-call-expected.txt: Added.

2008-05-08  Maciej Stachowiak  

        Reviewed by Geoff.
        
        Add test cases for failures similar to the SquirrelFish failure on 
        fast/dom/SelectorAPI/bug-17313.html
        
        * fast/js/closure-inside-extra-arg-call.html: Added.
        * fast/js/resources/closure-inside-extra-arg-call.js: Added.

2008-05-08  Geoffrey Garen  

        Reviewed by Oliver Hunt.
        
        Added specific test cases for the root cause of squirrelfish's failure
        in fast/canvas/canvas-pattern-behaviour.html.

        * fast/js/exception-thrown-from-eval-inside-closure-expected.txt: Added.
        * fast/js/exception-thrown-from-eval-inside-closure.html: Added.
        * fast/js/exception-thrown-from-function-with-lazy-activation-expected.txt: Added.
        * fast/js/exception-thrown-from-function-with-lazy-activation.html: Added.

2008-05-08  Geoffrey Garen  

        Reviewed by Sam Weinig.
        
        Updated test results to reflect correct behavior: The line number in
        the old results was off by 2.

        * fast/js/recursion-limit-equal-expected.txt:

2008-05-08  Maciej Stachowiak  

        Reviewed by Oliver.
        
        - move frame.xhtml and iframe.xhtml into a resources dir, as they were never meant to be tests

        * dom/xhtml/level2/html/HTMLFrameElement09.xhtml-disabled:
        * dom/xhtml/level2/html/frame.xhtml: Removed.
        * dom/xhtml/level2/html/iframe.xhtml: Removed.
        * dom/xhtml/level2/html/resources/frame.xhtml: Copied from dom/xhtml/level2/html/frame.xhtml.
        * dom/xhtml/level2/html/resources/iframe.xhtml: Copied from dom/xhtml/level2/html/iframe.xhtml.
        * platform/mac/dom/xhtml/level2/html/frame-expected.checksum: Removed.
        * platform/mac/dom/xhtml/level2/html/frame-expected.png: Removed.
        * platform/mac/dom/xhtml/level2/html/frame-expected.txt: Removed.
        * platform/mac/dom/xhtml/level2/html/iframe-expected.checksum: Removed.
        * platform/mac/dom/xhtml/level2/html/iframe-expected.png: Removed.
        * platform/mac/dom/xhtml/level2/html/iframe-expected.txt: Removed.

o2008-05-07  Geoffrey Garen  

        Reviewed by Oliver Hunt.

        Added this test to demonstrate that, for "f(x)", it is correct to evaluate
        "x" even if "f" is not a function, and therefore "f(x)" will throw an exception.

        * fast/js/function-argument-evaluation-before-exception-expected.txt: Added.
        * fast/js/function-argument-evaluation-before-exception.html: Added.
        
        These tests now have an extra "access denied" message in them, because
        of the behavior change mentioned above.
        
        I also added try/catch clauses to eliminate the "is not object"
        exception messages from the test output.
        
        * http/tests/security/listener/resources/targetChild-JSTargetNode-onclick-addEventListener.html:
        * http/tests/security/listener/resources/targetChild-JSTargetNode-onclick-shortcut.html:
        * http/tests/security/listener/resources/targetChild-XMLHttpRequest-addEventListener.html:
        * http/tests/security/listener/resources/targetChild-XMLHttpRequest-shortcut.html:
        * http/tests/security/listener/resources/targetChild-window-onclick-addEventListener.html:
        * http/tests/security/listener/resources/targetChild-window-onclick-shortcut.html:
        * http/tests/security/listener/xss-JSTargetNode-onclick-addEventListener-expected.txt:
        * http/tests/security/listener/xss-JSTargetNode-onclick-shortcut-expected.txt:
        * http/tests/security/listener/xss-XMLHttpRequest-addEventListener-expected.txt:
        * http/tests/security/listener/xss-XMLHttpRequest-shortcut-expected.txt:
        * http/tests/security/listener/xss-window-onclick-addEventListener-expected.txt:
        * http/tests/security/listener/xss-window-onclick-shortcut-expected.txt:

2008-05-07  Geoffrey Garen  

        Reviewed by Oliver Hunt.
        
        Fixed up a few more tests that depended on the exact text of exception
        messages.
        
        - In these tests, I fixed a bug in frame.html and iframe.html that
        caused a function to execute too many times.

        * dom/html/level2/html/HTMLFrameElement09-expected.txt:
        * dom/html/level2/html/HTMLIFrameElement11-expected.txt:
        * dom/html/level2/html/resources/frame.html:
        * dom/html/level2/html/resources/iframe.html:

        - I changed these tests to explicitly report exceptions, so their results
        don't depend on how the engine constructs messages for implicit exceptions:

        * dom/xhtml/level2/html/HTMLDocument17-expected.txt:
        * dom/xhtml/level2/html/HTMLDocument18-expected.txt:
        * dom/xhtml/level2/html/HTMLDocument19-expected.txt:
        * dom/xhtml/level2/html/HTMLDocument20-expected.txt:
        * dom/xhtml/level2/html/HTMLDocument21-expected.txt:
        * dom/xhtml/level2/html/selfxhtml.js:

2008-05-06  Geoffrey Garen  

        Reviewed by Oliver Hunt.

        To facilitate merging between the squirrelfish branch and trunk, I
        edited a bunch of layout tests to make sure their results don't depend
        on the exact text of an exception message generated by the JavaScript engine.

        (We do want to test JavaScript exception messages -- we just don't want
        to test them 300 times over, in tests that aren't supposed to be about
        JavaScript at all.)

        - I fixed bugs that were causing these tests to throw exceptions by accident,
        and updated results to reflect correct behavior:
        
        * editing/selection/contenteditable-click-inside.html:
        * platform/mac/editing/selection/contenteditable-click-inside-expected.checksum:
        * platform/mac/editing/selection/contenteditable-click-inside-expected.png:
        * platform/mac/editing/selection/contenteditable-click-inside-expected.txt:

        * editing/selection/contenteditable-click-outside.html:
        * platform/mac/editing/selection/contenteditable-click-outside-expected.checksum:
        * platform/mac/editing/selection/contenteditable-click-outside-expected.png:
        * platform/mac/editing/selection/contenteditable-click-outside-expected.txt:

        * fast/forms/selected-index-assert.html:
        * fast/forms/selected-index-assert-expected.txt:

        * tables/mozilla_expected_failures/core/captions1.html:
        * platform/mac/tables/mozilla_expected_failures/core/captions1-expected.txt:

        - I changed these tests to explicitly throw/report exceptions, so their results
        don't depend on how the engine constructs messages for implicit exceptions:

        * fast/xpath/nsresolver-exception.xhtml:
        * fast/xpath/nsresolver-exception-expected.txt:

        * platform/mac/fast/AppleScript/001.html:
        * platform/mac/fast/AppleScript/001-expected.txt:
        
        * dom/xhtml/level3/core/selfxhtml.js
        * dom/xhtml/level3/core/*expected.txt (about 280 of these changed)

2008-05-05  Geoffrey Garen  

        Reviewed by Maciej Stachowiak.
        
        Layout test for exceptions thrown from equality comparisons.

        * fast/js/exception-thrown-from-equal-expected.txt: Added.
        * fast/js/exception-thrown-from-equal.html: Added.

2008-05-04  Oliver Hunt  

        Reviewed by Maciej.

        Testcases for accessing the arguments object with too few, and too many 
        arguments provided to the function.

        * fast/js/resources/unmatching-argument-count.js: Added.
        * fast/js/unmatching-argument-count-expected.txt: Added.
        * fast/js/unmatching-argument-count.html: Added.

2008-05-01  Maciej Stachowiak  

        Reviewed by Oliver.
        
        - bump up the numbers in this test to account for our now much
        higher recursion capability.

        * fast/js/deep-recursion-test.html:

2008-04-26  Oliver Hunt  

        Reviewed by Maciej.

        Bug 18628: SQUIRRELFISH: need to support recursion limit
        

        Test to ensure we don't crash when re-entering global code
        with a full register file, and that we don't allow unbounded
        recursion by re-entering on a new register file..

        * fast/js/global-recursion-on-full-stack-expected.txt: Added.
        * fast/js/global-recursion-on-full-stack.html: Added.

=== Start merge of squirrelfish ===

2008-05-21  Darin Adler  

        Reviewed by Anders.

        - test for  bug in JavaScript arguments object property lookup

        * fast/js/arguments-bad-index-expected.txt: Added.
        * fast/js/arguments-bad-index.html: Added.
        * fast/js/resources/arguments-bad-index.js: Added.

2008-05-21  Alexey Proskuryakov  

        Reviewed by Darin.

         REGRESSION (3.1.1-r33033): Crash in WebKit when opening or refreshing page on people.com

        https://bugs.webkit.org/show_bug.cgi?id=18687
        REGRESSION(r32220): ecma/Array/15.4.4.5-3.js test now fails in GMT(BST)

        * fast/js/comparefn-sort-stability-expected.txt: Added.
        * fast/js/comparefn-sort-stability.html: Added.
        * fast/js/resources/comparefn-sort-stability.js: Added.
        * fast/js/resources/sort-randomly.js: Added.
        * fast/js/resources/sort-stability.js: Added.
        * fast/js/sort-randomly-expected.txt: Added.
        * fast/js/sort-randomly.html: Added.
        * fast/js/sort-stability-expected.txt: Added.
        * fast/js/sort-stability.html: Added.

2008-05-21  Alexey Proskuryakov  

        Reviewed by Darin.

        https://bugs.webkit.org/show_bug.cgi?id=19169
         REGRESSION: nakarte.ru searches don't work

        * http/tests/xmlhttprequest/encode-request-url-expected.txt: Added.
        * http/tests/xmlhttprequest/encode-request-url.html: Added.
        * http/tests/xmlhttprequest/resources/print-query.cgi: Added.

2008-05-20  Dan Bernstein  

        Reviewed by Darin Adler.

        - test for https://bugs.webkit.org/show_bug.cgi?id=17655
           REGRESSION (3.1.1-TOT): Reproducible crash calling querySelector on viewless Document

        * fast/dom/SelectorAPI/resources/viewless-document.js: Added.
        * fast/dom/SelectorAPI/viewless-document-expected.txt: Added.
        * fast/dom/SelectorAPI/viewless-document.html: Added.

2008-05-19  Dan Bernstein  

        Reviewed by Adam Roben.

        - update test results following 

        * platform/mac/fast/frames/viewsource-attribute-expected.checksum:
        * platform/mac/fast/frames/viewsource-attribute-expected.png:
        * platform/mac/fast/frames/viewsource-attribute-expected.txt:

2008-05-19  Alexey Proskuryakov  

        Reviewed by Darin.

        http://bugs.webkit.org/show_bug.cgi?id=18308
        SVG Encoding error with fill attribute

        * fast/loader/data-url-encoding-html-expected.txt: Added.
        * fast/loader/data-url-encoding-html.html: Added.
        * fast/loader/data-url-encoding-svg-expected.txt: Added.
        * fast/loader/data-url-encoding-svg.html: Added.
        * fast/loader/javascript-url-encoding-expected.txt: Added.
        * fast/loader/javascript-url-encoding.html: Added.

2008-05-19  Alexey Proskuryakov  

        Reviewed by Darin.

        https://bugs.webkit.org/show_bug.cgi?id=18421
         XMLHttpRequest does not properly encode & and < in outgoing messages

        * http/tests/xmlhttprequest/serialize-document-expected.txt: Added.
        * http/tests/xmlhttprequest/serialize-document.html: Added.

2008-05-18  Darin Adler  

        Reviewed by Sam.

        - test for  crash due to stale ownerNode pointer

        * fast/dom/StyleSheet: Added.
        * fast/dom/StyleSheet/ownerNode-lifetime-expected.txt: Added.
        * fast/dom/StyleSheet/ownerNode-lifetime.html: Added.

2008-05-18  Brady Eidson  

        Reviewed by Sam Weinig

        Fix for https://bugs.webkit.org/show_bug.cgi?id=19111
        Allow `delete storage.itemName` syntax as an alias for `storage.removeItem("itemName")`

        * storage/domstorage/localstorage/delete-removal-expected.txt: Added.
        * storage/domstorage/localstorage/delete-removal.html: Added.
        * storage/domstorage/sessionstorage/delete-removal-expected.txt: Added.
        * storage/domstorage/sessionstorage/delete-removal.html: Added.

2008-05-17  Sam Weinig  

        Reviewed by Mark Rowe.

        Update expected results for new ABORT_ERR.

        * fast/dom/Window/window-properties-expected.txt:

2008-05-16  Antti Koivisto  

        Reviewed by Anders.
        
        Test for  
        Movie controller does not update on first load of http://www.apple.com/getamac/ads/

        * http/tests/local/stylesheet-and-script-load-order-http-expected.txt: Added.
        * http/tests/local/stylesheet-and-script-load-order-http.html: Added.

2008-05-16  Anders Carlsson  

        Reviewed by Mitz.

        
        REGRESSION: fast/loader/xmlhttprequest-missing-file-exception.html fails on Windows.

        Remove test from skipped list.
        
        * platform/win/Skipped:

2008-05-15  Anders Carlsson  

        Update test results now that navigator.onLine exists.
        
        * fast/dom/Window/window-properties-expected.txt:

2008-05-15  Rob Buis  

        Reviewed by Dave Hyatt.

        Testcase for:
        https://bugs.webkit.org/show_bug.cgi?id=17433
        getComputedStyle() -> clip returns empty string

        * fast/css/getPropertyValue-clip-expected.txt: Added.
        * fast/css/getPropertyValue-clip.html: Added.

2008-05-15  Timothy Hatcher  

        Test case added for  Inspector's source view
        missing some words, doubles others in JS source in