haikuwebkit/LayoutTests/svg/custom/baseval-animval-equality-ex...

13 lines
386 B
Plaintext
Raw Permalink Normal View History

This tests to make sure that baseVal and animVal are tied when animation is not enabled:
svg.x.baseVal.value = 0
svg.x.animVal.value = 0
setting svg.x.baseVal.value = 10
svg.x.baseVal.value = 10
svg.x.animVal.value = 10
SUCCESS (1 of 2)
setting svg.x.animVal.value = 5
Update DOMCoreException to use the description in toString(). https://bugs.webkit.org/show_bug.cgi?id=159857 Reviewed by Darin Adler. LayoutTests/imported/w3c: * web-platform-tests/XMLHttpRequest/send-authentication-basic-setrequestheader-and-arguments-expected.txt: * web-platform-tests/XMLHttpRequest/send-non-same-origin.sub-expected.txt: * web-platform-tests/XMLHttpRequest/setrequestheader-bogus-name-expected.txt: * web-platform-tests/XMLHttpRequest/setrequestheader-bogus-value-expected.txt: * web-platform-tests/XMLHttpRequest/xmlhttprequest-sync-block-defer-scripts-expected.txt: * web-platform-tests/XMLHttpRequest/xmlhttprequest-sync-block-scripts-expected.txt: * web-platform-tests/XMLHttpRequest/xmlhttprequest-sync-not-hang-scriptloader-expected.txt: * web-platform-tests/XMLHttpRequest/xmlhttprequest-timeout-worker-synconworker-expected.txt: * web-platform-tests/dom/events/ProgressEvent-expected.txt: * web-platform-tests/dom/interfaces-expected.txt: * web-platform-tests/dom/nodes/Document-createElementNS-expected.txt: * web-platform-tests/dom/nodes/Document-createEvent-expected.txt: * web-platform-tests/dom/nodes/Element-closest-expected.txt: * web-platform-tests/dom/nodes/Element-matches-expected.txt: * web-platform-tests/dom/nodes/ParentNode-querySelector-All-expected.txt: * web-platform-tests/dom/nodes/ParentNode-querySelector-All-xht-expected.txt: * web-platform-tests/dom/nodes/insert-adjacent-expected.txt: * web-platform-tests/domparsing/createContextualFragment-expected.txt: * web-platform-tests/html/dom/interfaces-expected.txt: * web-platform-tests/html/semantics/embedded-content/media-elements/volume_nonfinite-expected.txt: * web-platform-tests/html/semantics/forms/the-input-element/month-expected.txt: * web-platform-tests/html/semantics/forms/the-input-element/range-expected.txt: * web-platform-tests/html/semantics/forms/the-input-element/time-expected.txt: * web-platform-tests/html/semantics/forms/the-meter-element/meter-expected.txt: Source/WebCore: No new tests (Covered by changes to existing tests). * bindings/js/JSDOMBinding.cpp: (WebCore::createDOMException): * dom/DOMCoreException.h: (WebCore::DOMCoreException::DOMCoreException): (WebCore::DOMCoreException::createWithDescriptionAsMessage): Deleted. LayoutTests: * canvas/philip/tests/2d.missingargs.html: * crypto/crypto-random-values-limits-expected.txt: * crypto/crypto-random-values-types-expected.txt: * crypto/subtle/aes-cbc-wrong-key-class-expected.txt: * crypto/subtle/aes-kw-key-manipulation-expected.txt: * crypto/subtle/argument-conversion-expected.txt: * crypto/subtle/hmac-check-algorithm-expected.txt: * crypto/subtle/hmac-generate-key-expected.txt: * crypto/subtle/rsa-oaep-key-manipulation-expected.txt: * crypto/subtle/sha-1-expected.txt: * crypto/subtle/unwrapKey-check-usage-expected.txt: * crypto/subtle/wrapKey-check-usage-expected.txt: * css3/supports-cssom-expected.txt: * editing/pasteboard/data-transfer-items-expected.txt: * editing/selection/extend-expected.txt: * fast/canvas/canvas-createImageData-expected.txt: * fast/canvas/canvas-ellipse-negative-radius-expected.txt: * fast/canvas/canvas-getImageData-invalid-expected.txt: * fast/canvas/canvas-getImageData-invalid-result-buffer-crash-expected.txt: * fast/canvas/canvas-gradient-addStop-error-expected.txt: * fast/canvas/canvas-imageData-expected.txt: * fast/canvas/canvas-overloads-drawImage-expected.txt: * fast/canvas/canvas-pattern-behaviour-expected.txt: * fast/canvas/gradient-addColorStop-with-invalid-color-expected.txt: * fast/canvas/script-tests/canvas-createImageData.js: * fast/canvas/script-tests/canvas-getImageData-invalid.js: * fast/canvas/script-tests/canvas-imageData.js: * fast/canvas/script-tests/canvas-overloads-drawImage.js: * fast/canvas/script-tests/gradient-addColorStop-with-invalid-color.js: * fast/css/CSSPrimitiveValue-exceptions-expected.txt: * fast/css/css3-nth-tokens-script-expected.txt: * fast/css/css3-nth-tokens-script.html: * fast/css/getFloatValueForUnit-expected.txt: * fast/css/getFloatValueForUnit.html: * fast/css/insert-rule-overflow-rule-data-expected.txt: * fast/css/parsing-css-attribute-case-insensitive-value-1-expected.txt: * fast/css/parsing-css-attribute-case-insensitive-value-2-expected.txt: * fast/css/parsing-css-attribute-case-insensitive-value-3-expected.txt: * fast/css/parsing-css-attribute-case-insensitive-value-3.html: * fast/css/parsing-css-descendant-combinator-doubled-child-syntax-expected.txt: * fast/css/parsing-css-descendant-combinator-doubled-child-syntax.html: * fast/css/parsing-css-matches-5-expected.txt: * fast/css/parsing-css-matches-5.html: * fast/css/parsing-css-matches-6-expected.txt: * fast/css/parsing-css-matches-6.html: * fast/css/parsing-css-matches-7-expected.txt: * fast/css/parsing-css-matches-7.html: * fast/css/parsing-css-matches-8-expected.txt: * fast/css/parsing-css-matches-8.html: * fast/css/parsing-css-not-5-expected.txt: * fast/css/parsing-css-not-5.html: * fast/css/parsing-css-not-6-expected.txt: * fast/css/parsing-css-not-6.html: * fast/css/parsing-css-not-7-expected.txt: * fast/css/parsing-css-not-7.html: * fast/css/parsing-css-not-8-expected.txt: * fast/css/parsing-css-not-8.html: * fast/css/parsing-css-not-9-expected.txt: * fast/css/parsing-css-not-9.html: * fast/css/parsing-css-nth-child-of-3-expected.txt: * fast/css/parsing-css-nth-child-of-3.html: * fast/css/parsing-css-nth-child-of-4-expected.txt: * fast/css/parsing-css-nth-child-of-4.html: * fast/css/parsing-css-nth-last-child-of-3-expected.txt: * fast/css/parsing-css-nth-last-child-of-3.html: * fast/css/parsing-css-nth-last-child-of-4-expected.txt: * fast/css/parsing-css-nth-last-child-of-4.html: * fast/css/resources/CSSPrimitiveValue-exceptions.js: * fast/dom/DOMException/prototype-object-expected.txt: * fast/dom/DOMException/prototype-object.html: * fast/dom/DOMException/stack-trace-expected.txt: * fast/dom/DOMException/stack-trace.html: * fast/dom/Document/createElement-invalid-names-expected.txt: * fast/dom/Document/createElement-invalid-names.html: * fast/dom/Document/invalid-domain-change-throws-exception-expected.txt: * fast/dom/Document/replace-child-expected.txt: * fast/dom/Document/script-tests/invalid-domain-change-throws-exception.js: * fast/dom/Element/class-list-toggle-expected.txt: * fast/dom/Element/class-list-toggle.html: * fast/dom/Element/prefix-setter-exception-expected.txt: * fast/dom/Geolocation/argument-types-expected.txt: * fast/dom/Geolocation/not-enough-arguments-expected.txt: * fast/dom/Geolocation/script-tests/argument-types.js: (test): * fast/dom/HTMLElement/insertAdjacentHTML-errors-expected.txt: * fast/dom/HTMLElement/script-tests/insertAdjacentHTML-errors.js: * fast/dom/HTMLElement/set-invalid-value-expected.txt: * fast/dom/HTMLElement/set-invalid-value.html: * fast/dom/HTMLInputElement/input-size-attribute-expected.txt: * fast/dom/HTMLInputElement/input-size-attribute.html: * fast/dom/HTMLMeterElement/script-tests/set-meter-properties.js: * fast/dom/HTMLMeterElement/set-meter-properties-expected.txt: * fast/dom/HTMLProgressElement/script-tests/set-progress-properties.js: * fast/dom/HTMLProgressElement/set-progress-properties-expected.txt: * fast/dom/HTMLSelectElement/options-collection-add-expected.txt: * fast/dom/HTMLSelectElement/select-add-optgroup-expected.txt: * fast/dom/HTMLSelectElement/select-selectedIndex-expected.txt: * fast/dom/HTMLSelectElement/select-selectedIndex-multiple-expected.txt: * fast/dom/HTMLTableElement/nullable-attributes-expected.txt: * fast/dom/HTMLTableElement/nullable-attributes.html: * fast/dom/HTMLTemplateElement/cycles-expected.txt: * fast/dom/HTMLTemplateElement/cycles-in-shadow-expected.txt: * fast/dom/Node/initial-values-expected.txt: * fast/dom/ParentNode-append-expected.txt: * fast/dom/ParentNode-prepend-expected.txt: * fast/dom/Range/31684-expected.txt: * fast/dom/Range/clone-contents-document-type-expected.txt: * fast/dom/Range/clone-contents-document-type.html: * fast/dom/Range/compareBoundaryPoints-1.html: * fast/dom/Range/compareBoundaryPoints-compareHow-exception-expected.txt: * fast/dom/Range/compareBoundaryPoints-compareHow-exception.html: * fast/dom/Range/extract-contents-document-type-expected.txt: * fast/dom/Range/extract-contents-document-type.html: * fast/dom/Range/range-comparePoint-detached-nodes-expected.txt: * fast/dom/Range/range-comparePoint-detached-nodes.html: * fast/dom/Range/range-exceptions-expected.txt: * fast/dom/Range/range-intersectsNode-expected.txt: * fast/dom/Range/script-tests/31684.js: * fast/dom/Range/script-tests/range-exceptions.js: * fast/dom/Range/surroundContents-1.html: * fast/dom/Selection/collapseToX-empty-selection-expected.txt: * fast/dom/Selection/script-tests/collapseToX-empty-selection.js: * fast/dom/SelectorAPI/dumpNodeList-almost-strict-expected.txt: * fast/dom/SelectorAPI/dumpNodeList-expected.txt: * fast/dom/SelectorAPI/not-supported-namespace-in-selector-expected.txt: * fast/dom/Text/splitText-expected.txt: * fast/dom/Text/splitText.html: * fast/dom/Window/anonymous-slot-with-changes-expected.txt: * fast/dom/Window/atob-btoa-expected.txt: * fast/dom/Window/custom-constructors-expected.txt: * fast/dom/Window/dispatchEvent-expected.txt: * fast/dom/Window/invalid-protocol-expected.txt: * fast/dom/Window/window-postmessage-clone-expected.txt: * fast/dom/computed-style-set-property-expected.txt: * fast/dom/createElementNS-namespace-errors-expected.txt: * fast/dom/createElementNS-namespace-errors.html: * fast/dom/css-mediarule-functions-expected.txt: * fast/dom/css-mediarule-functions.html: * fast/dom/custom/document-register-basic-expected.txt: * fast/dom/custom/document-register-basic.html: * fast/dom/custom/document-register-type-extensions-expected.txt: * fast/dom/custom/document-register-type-extensions.html: * fast/dom/dataset-expected.txt: * fast/dom/dataset-xhtml-expected.txt: * fast/dom/document-set-body-null-expected.txt: * fast/dom/document-set-body-null.html: * fast/dom/element-attribute-js-null-expected.txt: * fast/dom/insertAdjacentHTML-DocumentFragment-crash-expected.txt: * fast/dom/node-prefix-setter-namespace-exception-expected.txt: * fast/dom/outerText-no-element-expected.txt: * fast/dom/processing-instruction-appendChild-exceptions-expected.txt: * fast/dom/processing-instruction-appendChild-exceptions.xhtml: * fast/dom/rel-list-expected.txt: * fast/dom/script-tests/dataset-xhtml.js: * fast/dom/script-tests/dataset.js: * fast/dom/setAttributeNS-namespace-errors-expected.txt: * fast/dom/setAttributeNS-namespace-errors.html: * fast/dom/setPrimitiveValue-exceptions-expected.txt: * fast/dom/setPrimitiveValue-expected.txt: * fast/dynamic/insertAdjacentElement-expected.txt: * fast/dynamic/insertAdjacentHTML-expected.txt: * fast/dynamic/insertAdjacentText-expected.txt: * fast/dynamic/outerHTML-no-element-expected.txt: * fast/events/dispatch-event-being-dispatched-expected.txt: * fast/events/dispatch-event-being-dispatched.html: * fast/events/message-port-clone-expected.txt: * fast/events/message-port-multi-expected.txt: * fast/events/mutation-during-append-child-expected.txt: * fast/events/mutation-during-append-child.html: * fast/events/mutation-during-insert-before-expected.txt: * fast/events/mutation-during-insert-before.html: * fast/events/mutation-during-replace-child-2-expected.txt: * fast/events/mutation-during-replace-child-2.html: * fast/events/mutation-during-replace-child-expected.txt: * fast/events/mutation-during-replace-child.html: * fast/eventsource/eventsource-constructor-expected.txt: * fast/forms/color/color-setrangetext-expected.txt: * fast/forms/date/date-setrangetext-expected.txt: * fast/forms/date/date-stepup-stepdown-expected.txt: * fast/forms/date/date-stepup-stepdown.html: * fast/forms/date/input-valueasnumber-date-expected.txt: * fast/forms/date/input-valueasnumber-date.html: * fast/forms/datetime/datetime-setrangetext-expected.txt: * fast/forms/datetime/datetime-stepup-stepdown-expected.txt: * fast/forms/datetime/datetime-stepup-stepdown.html: * fast/forms/datetime/input-valueasnumber-datetime-expected.txt: * fast/forms/datetime/input-valueasnumber-datetime.html: * fast/forms/datetimelocal/datetimelocal-setrangetext-expected.txt: * fast/forms/datetimelocal/datetimelocal-stepup-stepdown-expected.txt: * fast/forms/datetimelocal/datetimelocal-stepup-stepdown.html: * fast/forms/datetimelocal/input-valueasnumber-datetimelocal-expected.txt: * fast/forms/datetimelocal/input-valueasnumber-datetimelocal.html: * fast/forms/file/file-setrangetext-expected.txt: * fast/forms/file/input-file-value-expected.txt: * fast/forms/hidden/hidden-setrangetext-expected.txt: * fast/forms/image/image-setrangetext-expected.txt: * fast/forms/input-maxlength-expected.txt: * fast/forms/input-maxlength.html: * fast/forms/input-stepup-stepdown-expected.txt: * fast/forms/input-stepup-stepdown.html: * fast/forms/input-valueasnumber-unsupported-expected.txt: * fast/forms/input-valueasnumber-unsupported.html: * fast/forms/month/input-valueasdate-expected.txt: * fast/forms/month/input-valueasdate.html: * fast/forms/month/input-valueasnumber-month-expected.txt: * fast/forms/month/input-valueasnumber-month.html: * fast/forms/month/month-setrangetext-expected.txt: * fast/forms/month/month-stepup-stepdown-expected.txt: * fast/forms/month/month-stepup-stepdown.html: * fast/forms/number/number-setrangetext-expected.txt: * fast/forms/number/number-size-expected.txt: * fast/forms/number/number-size.html: * fast/forms/number/number-stepup-stepdown-expected.txt: * fast/forms/number/number-stepup-stepdown-from-renderer.html: * fast/forms/number/number-stepup-stepdown.html: * fast/forms/number/number-valueasnumber-expected.txt: * fast/forms/number/number-valueasnumber.html: * fast/forms/range/input-valueasnumber-range-expected.txt: * fast/forms/range/input-valueasnumber-range.html: * fast/forms/range/range-setrangetext-expected.txt: * fast/forms/range/range-stepup-stepdown-expected.txt: * fast/forms/range/range-stepup-stepdown-from-renderer.html: * fast/forms/range/range-stepup-stepdown.html: * fast/forms/search/search-setrangetext-expected.txt: * fast/forms/setrangetext-expected.txt: * fast/forms/textarea-maxlength-expected.txt: * fast/forms/textarea-maxlength.html: * fast/forms/textarea/textarea-setrangetext-expected.txt: * fast/forms/time/time-setrangetext-expected.txt: * fast/forms/time/time-stepup-stepdown-expected.txt: * fast/forms/time/time-stepup-stepdown.html: * fast/forms/time/time-valueasnumber-expected.txt: * fast/forms/time/time-valueasnumber.html: * fast/forms/week/input-valueasnumber-week-expected.txt: * fast/forms/week/input-valueasnumber-week.html: * fast/forms/week/week-setrangetext-expected.txt: * fast/forms/week/week-stepup-stepdown-expected.txt: * fast/forms/week/week-stepup-stepdown.html: * fast/frames/adopt-iframe-into-itself-expected.txt: * fast/frames/adopt-object-into-itself-expected.txt: * fast/frames/resources/sandboxed-iframe-storage-disallowed.html: * fast/frames/sandboxed-iframe-storage-expected.txt: * fast/html/marquee-element-expected.txt: * fast/innerHTML/innerHTML-changing-document-properties-expected.txt: * fast/inspector-support/uncaught-dom1-exception-expected.txt: * fast/inspector-support/uncaught-dom3-exception-expected.txt: * fast/inspector-support/uncaught-dom8-exception-expected.txt: * fast/loader/stateobjects/pushstate-frequency-expected.txt: * fast/loader/stateobjects/pushstate-frequency-iframe-expected.txt: * fast/loader/stateobjects/replacestate-frequency-expected.txt: * fast/loader/stateobjects/replacestate-frequency-iframe-expected.txt: * fast/media/mq-js-media-except-01-expected.html: * fast/media/mq-js-media-except-02-expected.html: * fast/media/mq-js-media-except-03-expected.html: * fast/mediastream/MediaDevices-getUserMedia-expected.txt: * fast/mediastream/RTCPeerConnection-addIceCandidate-expected.txt: * fast/mediastream/RTCPeerConnection-closed-state-expected.txt: * fast/mediastream/RTCPeerConnection-createAnswer-expected.txt: * fast/mediastream/RTCPeerConnection-createOffer-expected.txt: * fast/mediastream/RTCPeerConnection-datachannel-expected.txt: * fast/mediastream/RTCPeerConnection-dtmf-expected.txt: * fast/mediastream/RTCPeerConnection-have-local-offer-expected.txt: * fast/mediastream/RTCPeerConnection-have-remote-offer-expected.txt: * fast/mediastream/RTCPeerConnection-setLocalDescription-offer-expected.txt: * fast/mediastream/RTCPeerConnection-setRemoteDescription-offer-expected.txt: * fast/mediastream/RTCPeerConnection-stable-expected.txt: * fast/mediastream/RTCRtpSender-replaceTrack-expected.txt: * fast/notifications/notifications-document-close-crash-expected.txt: * fast/regions/selection/crash-deselect-expected.txt: * fast/selectors/closest-general-expected.txt: * fast/selectors/invalid-functional-pseudo-class-expected.txt: * fast/selectors/lang-empty-expected.txt: * fast/selectors/lang-extended-filtering-expected.txt: * fast/selectors/lang-extended-filtering-with-string-arguments-expected.txt: * fast/selectors/lang-invalid-expected.txt: * fast/selectors/lang-multiple-expected.txt: * fast/selectors/querySelector-pseudo-element-inside-functional-pseudo-class-not-expected.txt: * fast/text/font-face-empty-string-expected.txt: * fast/text/font-face-javascript-expected.txt: * fast/text/font-face-set-javascript-expected.txt: * fast/text/text-combine-crash-expected.txt: * fast/workers/atob-btoa-expected.txt: * fast/workers/worker-constructor-expected.txt: * fast/workers/worker-context-multi-port-expected.txt: * fast/workers/worker-multi-port-expected.txt: * fast/xmlhttprequest/xmlhttprequest-responseXML-xml-text-responsetype-expected.txt: * fast/xmlhttprequest/xmlhttprequest-responsetype-arraybuffer-expected.txt: * fast/xmlhttprequest/xmlhttprequest-responsetype-before-open-sync-request-expected.txt: * fast/xmlhttprequest/xmlhttprequest-responsetype-document-expected.txt: * fast/xmlhttprequest/xmlhttprequest-responsetype-set-at-headers-received-expected.txt: * fast/xmlhttprequest/xmlhttprequest-responsetype-sync-request-expected.txt: * fast/xmlhttprequest/xmlhttprequest-responsetype-text-expected.txt: * fast/xmlhttprequest/xmlhttprequest-sync-disabled-expected.txt: * fast/xpath/attr-namespace-expected.txt: * fast/xpath/detached-subtree-invalidate-iterator-expected.txt: * fast/xpath/py-dom-xpath/nodetests-expected.txt: * http/tests/contentextensions/sync-xhr-blocked-expected.txt: * http/tests/loading/state-object-security-exception-expected.txt: * http/tests/local/fileapi/send-sliced-dragged-file-expected.txt: * http/tests/notifications/legacy/show-expected.txt: * http/tests/security/canvas-remote-read-data-url-image-redirect-expected.txt: * http/tests/security/canvas-remote-read-remote-image-blocked-no-crossorigin-expected.txt: * http/tests/security/canvas-remote-read-remote-image-expected.txt: * http/tests/security/canvas-remote-read-remote-image-redirect-expected.txt: * http/tests/security/canvas-remote-read-remote-video-blocked-no-crossorigin-expected.txt: * http/tests/security/canvas-remote-read-remote-video-localhost-expected.txt: * http/tests/security/canvas-remote-read-remote-video-redirect-expected.txt: * http/tests/security/contentSecurityPolicy/1.1/child-src/worker-blocked-expected.txt: * http/tests/security/contentSecurityPolicy/connect-src-xmlhttprequest-blocked-expected.txt: * http/tests/security/contentSecurityPolicy/connect-src-xmlhttprequest-blocked.html: * http/tests/security/contentSecurityPolicy/worker-blob-inherits-csp-importScripts-block-aborts-all-subsequent-imports-expected.txt: * http/tests/security/contentSecurityPolicy/worker-blob-inherits-csp-importScripts-redirect-cross-origin-blocked-expected.txt: * http/tests/security/contentSecurityPolicy/worker-csp-blocks-xhr-redirect-cross-origin-expected.txt: * http/tests/security/contentSecurityPolicy/worker-csp-importScripts-redirect-cross-origin-blocked-expected.txt: * http/tests/security/contentSecurityPolicy/worker-importscripts-blocked-expected.txt: * http/tests/security/contentSecurityPolicy/worker-importscripts-blocked.html: * http/tests/security/history-username-password-expected.txt: * http/tests/security/postMessage/invalid-origin-throws-exception-expected.txt: * http/tests/security/postMessage/target-origin-expected.txt: * http/tests/security/resources/canvas-video-crossorigin.js: (testDataRetrievalAllowed): (testDataRetrievalForbidden): * http/tests/security/setDomainRelaxationForbiddenForURLScheme-expected.txt: * http/tests/security/webgl-remote-read-remote-image-blocked-no-crossorigin-expected.txt: * http/tests/websocket/tests/hybi/bad-sub-protocol-control-chars-expected.txt: * http/tests/websocket/tests/hybi/bad-sub-protocol-empty-expected.txt: * http/tests/websocket/tests/hybi/bad-sub-protocol-non-ascii-expected.txt: * http/tests/websocket/tests/hybi/binary-type-expected.txt: * http/tests/websocket/tests/hybi/binary-type.html: * http/tests/websocket/tests/hybi/invalid-subprotocol-characters-expected.txt: * http/tests/websocket/tests/hybi/invalid-subprotocol-characters.html: * http/tests/websocket/tests/hybi/invalid-subprotocols-expected.txt: * http/tests/websocket/tests/hybi/invalid-subprotocols.html: * http/tests/websocket/tests/hybi/url-parsing-expected.txt: * http/tests/workers/worker-importScripts-expected.txt: * http/tests/workers/worker-redirect-expected.txt: * http/tests/xmlhttprequest/XMLHttpRequestException-expected.txt: * http/tests/xmlhttprequest/XMLHttpRequestException.html: * http/tests/xmlhttprequest/access-control-and-redirects-expected.txt: * http/tests/xmlhttprequest/access-control-basic-denied-expected.txt: * http/tests/xmlhttprequest/access-control-basic-get-fail-non-simple-expected.txt: * http/tests/xmlhttprequest/access-control-basic-non-simple-deny-cached-expected.txt: * http/tests/xmlhttprequest/access-control-basic-post-fail-non-simple-content-type-expected.txt: * http/tests/xmlhttprequest/access-control-sandboxed-iframe-denied-expected.txt: * http/tests/xmlhttprequest/access-control-sandboxed-iframe-denied-without-wildcard-expected.txt: * http/tests/xmlhttprequest/connection-error-sync-expected.txt: * http/tests/xmlhttprequest/cross-origin-no-authorization-expected.txt: * http/tests/xmlhttprequest/exceptions-expected.txt: * http/tests/xmlhttprequest/inject-header-expected.txt: * http/tests/xmlhttprequest/origin-exact-matching-expected.txt: * http/tests/xmlhttprequest/origin-whitelisting-https-expected.txt: * http/tests/xmlhttprequest/origin-whitelisting-ip-addresses-with-subdomains-expected.txt: * http/tests/xmlhttprequest/origin-whitelisting-removal-expected.txt: * http/tests/xmlhttprequest/workers/access-control-basic-get-fail-non-simple-expected.txt: * http/tests/xmlhttprequest/xmlhttprequest-open-empty-method-expected.txt: * http/tests/xmlhttprequest/xmlhttprequest-overridemimetype-invalidstaterror-expected.txt: * http/tests/xmlhttprequest/xmlhttprequest-setrequestheader-no-name-expected.txt: * http/tests/xmlhttprequest/xmlhttprequest-sync-no-progress-events-expected.txt: * http/tests/xmlhttprequest/xmlhttprequest-unsafe-redirect-expected.txt: * inspector/debugger/command-line-api-exception-expected.txt: * inspector/debugger/regress-133182-expected.txt: * inspector/debugger/resources/exceptions.js: (triggerUncaughtDOMException): * inspector/debugger/setPauseOnExceptions-all-expected.txt: * inspector/debugger/setPauseOnExceptions-none-expected.txt: * inspector/debugger/setPauseOnExceptions-uncaught-expected.txt: * inspector/model/remote-object-expected.txt: * js/dom/dfg-custom-getter-throw-expected.txt: * js/dom/reflect-set-onto-dom-expected.txt: * js/dom/script-tests/dfg-custom-getter-throw-inlined.js: (i.dfgIncrement): * js/dom/script-tests/dfg-custom-getter-throw.js: * loader/stateobjects/pushstate-size-expected.txt: * loader/stateobjects/pushstate-size-iframe-expected.txt: * loader/stateobjects/replacestate-size-expected.txt: * loader/stateobjects/replacestate-size-iframe-expected.txt: * media/track/regions-webvtt/vtt-region-constructor-expected.txt: * media/track/regions-webvtt/vtt-region-list-expected.txt: * platform/efl/fast/dynamic/015-expected.txt: * platform/gtk/fast/dynamic/015-expected.txt: * platform/ios-simulator-wk2/editing/selection/caret-ltr-2-expected.txt: * platform/ios-simulator-wk2/editing/selection/caret-ltr-2-left-expected.txt: * platform/ios-simulator-wk2/editing/selection/caret-ltr-expected.txt: * platform/ios-simulator-wk2/editing/selection/caret-ltr-right-expected.txt: * platform/ios-simulator-wk2/editing/selection/caret-rtl-2-expected.txt: * platform/ios-simulator-wk2/editing/selection/caret-rtl-2-left-expected.txt: * platform/ios-simulator-wk2/editing/selection/caret-rtl-expected.txt: * platform/ios-simulator-wk2/editing/selection/caret-rtl-right-expected.txt: * platform/ios-simulator/fast/attachment/attachment-select-on-click-expected.txt: * platform/ios-simulator/fast/dynamic/015-expected.txt: * platform/ios-simulator/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt: * platform/ios-simulator/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/time-expected.txt: * platform/ios-simulator/imported/w3c/web-platform-tests/html/semantics/interfaces-expected.txt: * platform/ios-simulator/webaudio/analyser-exception-expected.txt: * platform/ios-simulator/webaudio/audiobuffersource-exception-expected.txt: * platform/ios-simulator/webaudio/delaynode-maxdelaylimit-expected.txt: * platform/mac/TestExpectations: * platform/mac/canvas/philip/tests/2d.missingargs-expected.txt: * platform/mac/fast/dynamic/015-expected.txt: * platform/mac/inspector/model/remote-object-expected.txt: * platform/win/fast/dynamic/015-expected.txt: * security/contentSecurityPolicy/worker-inherits-blocks-xhr-expected.txt: * storage/domstorage/localstorage/blocked-file-access-expected.txt: * storage/domstorage/localstorage/private-browsing-affects-storage-expected.txt: * storage/domstorage/sessionstorage/private-browsing-affects-storage-expected.txt: * storage/indexeddb/removed-expected.txt: * storage/indexeddb/removed-private-expected.txt: * storage/websql/open-database-set-empty-version-expected.txt: * svg/animations/animate-gradient-transform-expected.txt: * svg/as-image/svg-canvas-pattern-with-link-tainted-expected.txt: * svg/as-image/svg-canvas-svg-with-feimage-with-link-tainted-expected.txt: * svg/as-image/svg-canvas-svg-with-image-with-link-tainted-expected.txt: * svg/as-image/svg-canvas-xhtml-tainted-expected.txt: * svg/custom/acid3-test-77-expected.txt: * svg/custom/baseval-animval-equality-expected.txt: * svg/custom/getSubStringLength-expected.txt: * svg/custom/selectSubString-expected.txt: * svg/dom/SVGAngle-expected.txt: * svg/dom/SVGColor-expected.txt: * svg/dom/SVGLength-expected.txt: * svg/dom/SVGLength-px-expected.txt: * svg/dom/SVGLengthList-appendItem-expected.txt: * svg/dom/SVGLengthList-basics-expected.txt: * svg/dom/SVGLengthList-getItem-expected.txt: * svg/dom/SVGLengthList-initialize-expected.txt: * svg/dom/SVGLengthList-insertItemBefore-expected.txt: * svg/dom/SVGLengthList-removeItem-expected.txt: * svg/dom/SVGLengthList-replaceItem-expected.txt: * svg/dom/SVGNumberList-basics-expected.txt: * svg/dom/SVGPaint-expected.txt: * svg/dom/SVGPathSegList-clear-and-initialize-expected.txt: * svg/dom/SVGPointList-basics-expected.txt: * svg/dom/SVGPreserveAspectRatio-expected.txt: * svg/dom/SVGStringList-basics-expected.txt: * svg/dom/SVGTransformList-basics-expected.txt: * svg/dom/SVGTransformList-expected.txt: * svg/dom/SVGViewSpec-defaults-expected.txt: * svg/dom/altGlyph-dom-expected.txt: * svg/dom/svglist-exception-on-out-bounds-error-expected.txt: * transforms/cssmatrix-2d-interface-expected.txt: * transforms/cssmatrix-3d-interface-expected.txt: * webaudio/analyser-exception-expected.txt: * webaudio/analyser-exception.html: * webaudio/audiobuffersource-channels-expected.txt: * webaudio/audiobuffersource-exception-expected.txt: * webaudio/audiobuffersource-exception.html: * webaudio/convolver-channels-expected.txt: * webaudio/convolver-channels.html: * webaudio/convolver-setBuffer-different-samplerate-expected.txt: * webaudio/convolver-setBuffer-different-samplerate.html: * webaudio/delaynode-maxdelaylimit-expected.txt: * webaudio/offlineaudiocontext-constructor-expected.txt: Canonical link: https://commits.webkit.org/178023@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@203333 268f45cc-cd09-0410-ab3c-d52691b4dbfc
2016-07-17 16:47:55 +00:00
caught exception: The object can not be modified.
svg.x.baseVal.value = 10
svg.x.animVal.value = 10
SUCCESS (2 of 2)