<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[203328] trunk</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://trac.webkit.org/projects/webkit/changeset/203328">203328</a></dd>
<dt>Author</dt> <dd>beidson@apple.com</dd>
<dt>Date</dt> <dd>2016-07-16 14:33:01 -0700 (Sat, 16 Jul 2016)</dd>
</dl>

<h3>Log Message</h3>
<pre>Update SVGException to use the description in toString().
https://bugs.webkit.org/show_bug.cgi?id=159847

Reviewed by Darin Adler.

Source/WebCore:

No new tests (Covered by changes to existing tests).

* bindings/js/JSDOMBinding.cpp:
(WebCore::reportException): use consoleErrorMessage for now.

* dom/ExceptionBase.cpp:
(WebCore::ExceptionBase::consoleErrorMessage):
* dom/ExceptionBase.h:

* svg/SVGException.h:

LayoutTests:

* svg/animations/animate-marker-orient-from-angle-to-autostartreverse-expected.txt:
* svg/custom/SVGException-expected.txt:
* svg/custom/polyline-points-crash-expected.txt:
* svg/custom/script-tests/SVGException.js:
* svg/dom/SVGAnimatedEnumeration-SVGClipPathElement-expected.txt:
* svg/dom/SVGAnimatedEnumeration-SVGComponentTransferFunctionElement-expected.txt:
* svg/dom/SVGAnimatedEnumeration-SVGFEBlendElement-expected.txt:
* svg/dom/SVGAnimatedEnumeration-SVGFEColorMatrixElement-expected.txt:
* svg/dom/SVGAnimatedEnumeration-SVGFECompositeElement-expected.txt:
* svg/dom/SVGAnimatedEnumeration-SVGFEConvolveMatrixElement-expected.txt:
* svg/dom/SVGAnimatedEnumeration-SVGFEDisplacementMapElement-expected.txt:
* svg/dom/SVGAnimatedEnumeration-SVGFEMorphologyElement-expected.txt:
* svg/dom/SVGAnimatedEnumeration-SVGFETurbulenceElement-expected.txt:
* svg/dom/SVGAnimatedEnumeration-SVGFilterElement-expected.txt:
* svg/dom/SVGAnimatedEnumeration-SVGGradientElement-expected.txt:
* svg/dom/SVGAnimatedEnumeration-SVGMarkerElement-expected.txt:
* svg/dom/SVGAnimatedEnumeration-SVGMaskElement-expected.txt:
* svg/dom/SVGAnimatedEnumeration-SVGPatternElement-expected.txt:
* svg/dom/SVGAnimatedEnumeration-SVGTextContentElement-expected.txt:
* svg/dom/SVGAnimatedEnumeration-SVGTextPathElement-expected.txt:
* svg/dom/SVGAnimatedEnumeration-expected.txt:
* svg/dom/SVGLengthList-basics-expected.txt:
* svg/dom/SVGMatrix-interface-expected.txt:
* svg/dom/SVGNumberList-basics-expected.txt:
* svg/dom/SVGPointList-basics-expected.txt:
* svg/dom/SVGTransformList-basics-expected.txt:
* svg/dom/svglist-exception-on-out-bounds-error-expected.txt:
* svg/filters/feBlend-invalid-mode-expected.txt:
* svg/filters/feComponentTransfer-style-crash-expected.txt:
* svg/filters/feDisplacementMap-crash-test-expected.txt:</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsChangeLog">trunk/LayoutTests/ChangeLog</a></li>
<li><a href="#trunkLayoutTestssvganimationsanimatemarkerorientfromangletoautostartreverseexpectedtxt">trunk/LayoutTests/svg/animations/animate-marker-orient-from-angle-to-autostartreverse-expected.txt</a></li>
<li><a href="#trunkLayoutTestssvgcustomSVGExceptionexpectedtxt">trunk/LayoutTests/svg/custom/SVGException-expected.txt</a></li>
<li><a href="#trunkLayoutTestssvgcustompolylinepointscrashexpectedtxt">trunk/LayoutTests/svg/custom/polyline-points-crash-expected.txt</a></li>
<li><a href="#trunkLayoutTestssvgcustomscripttestsSVGExceptionjs">trunk/LayoutTests/svg/custom/script-tests/SVGException.js</a></li>
<li><a href="#trunkLayoutTestssvgdomSVGAnimatedEnumerationSVGClipPathElementexpectedtxt">trunk/LayoutTests/svg/dom/SVGAnimatedEnumeration-SVGClipPathElement-expected.txt</a></li>
<li><a href="#trunkLayoutTestssvgdomSVGAnimatedEnumerationSVGComponentTransferFunctionElementexpectedtxt">trunk/LayoutTests/svg/dom/SVGAnimatedEnumeration-SVGComponentTransferFunctionElement-expected.txt</a></li>
<li><a href="#trunkLayoutTestssvgdomSVGAnimatedEnumerationSVGFEBlendElementexpectedtxt">trunk/LayoutTests/svg/dom/SVGAnimatedEnumeration-SVGFEBlendElement-expected.txt</a></li>
<li><a href="#trunkLayoutTestssvgdomSVGAnimatedEnumerationSVGFEColorMatrixElementexpectedtxt">trunk/LayoutTests/svg/dom/SVGAnimatedEnumeration-SVGFEColorMatrixElement-expected.txt</a></li>
<li><a href="#trunkLayoutTestssvgdomSVGAnimatedEnumerationSVGFECompositeElementexpectedtxt">trunk/LayoutTests/svg/dom/SVGAnimatedEnumeration-SVGFECompositeElement-expected.txt</a></li>
<li><a href="#trunkLayoutTestssvgdomSVGAnimatedEnumerationSVGFEConvolveMatrixElementexpectedtxt">trunk/LayoutTests/svg/dom/SVGAnimatedEnumeration-SVGFEConvolveMatrixElement-expected.txt</a></li>
<li><a href="#trunkLayoutTestssvgdomSVGAnimatedEnumerationSVGFEDisplacementMapElementexpectedtxt">trunk/LayoutTests/svg/dom/SVGAnimatedEnumeration-SVGFEDisplacementMapElement-expected.txt</a></li>
<li><a href="#trunkLayoutTestssvgdomSVGAnimatedEnumerationSVGFEMorphologyElementexpectedtxt">trunk/LayoutTests/svg/dom/SVGAnimatedEnumeration-SVGFEMorphologyElement-expected.txt</a></li>
<li><a href="#trunkLayoutTestssvgdomSVGAnimatedEnumerationSVGFETurbulenceElementexpectedtxt">trunk/LayoutTests/svg/dom/SVGAnimatedEnumeration-SVGFETurbulenceElement-expected.txt</a></li>
<li><a href="#trunkLayoutTestssvgdomSVGAnimatedEnumerationSVGFilterElementexpectedtxt">trunk/LayoutTests/svg/dom/SVGAnimatedEnumeration-SVGFilterElement-expected.txt</a></li>
<li><a href="#trunkLayoutTestssvgdomSVGAnimatedEnumerationSVGGradientElementexpectedtxt">trunk/LayoutTests/svg/dom/SVGAnimatedEnumeration-SVGGradientElement-expected.txt</a></li>
<li><a href="#trunkLayoutTestssvgdomSVGAnimatedEnumerationSVGMarkerElementexpectedtxt">trunk/LayoutTests/svg/dom/SVGAnimatedEnumeration-SVGMarkerElement-expected.txt</a></li>
<li><a href="#trunkLayoutTestssvgdomSVGAnimatedEnumerationSVGMaskElementexpectedtxt">trunk/LayoutTests/svg/dom/SVGAnimatedEnumeration-SVGMaskElement-expected.txt</a></li>
<li><a href="#trunkLayoutTestssvgdomSVGAnimatedEnumerationSVGPatternElementexpectedtxt">trunk/LayoutTests/svg/dom/SVGAnimatedEnumeration-SVGPatternElement-expected.txt</a></li>
<li><a href="#trunkLayoutTestssvgdomSVGAnimatedEnumerationSVGTextContentElementexpectedtxt">trunk/LayoutTests/svg/dom/SVGAnimatedEnumeration-SVGTextContentElement-expected.txt</a></li>
<li><a href="#trunkLayoutTestssvgdomSVGAnimatedEnumerationSVGTextPathElementexpectedtxt">trunk/LayoutTests/svg/dom/SVGAnimatedEnumeration-SVGTextPathElement-expected.txt</a></li>
<li><a href="#trunkLayoutTestssvgdomSVGAnimatedEnumerationexpectedtxt">trunk/LayoutTests/svg/dom/SVGAnimatedEnumeration-expected.txt</a></li>
<li><a href="#trunkLayoutTestssvgdomSVGLengthListbasicsexpectedtxt">trunk/LayoutTests/svg/dom/SVGLengthList-basics-expected.txt</a></li>
<li><a href="#trunkLayoutTestssvgdomSVGMatrixinterfaceexpectedtxt">trunk/LayoutTests/svg/dom/SVGMatrix-interface-expected.txt</a></li>
<li><a href="#trunkLayoutTestssvgdomSVGNumberListbasicsexpectedtxt">trunk/LayoutTests/svg/dom/SVGNumberList-basics-expected.txt</a></li>
<li><a href="#trunkLayoutTestssvgdomSVGPointListbasicsexpectedtxt">trunk/LayoutTests/svg/dom/SVGPointList-basics-expected.txt</a></li>
<li><a href="#trunkLayoutTestssvgdomSVGTransformListbasicsexpectedtxt">trunk/LayoutTests/svg/dom/SVGTransformList-basics-expected.txt</a></li>
<li><a href="#trunkLayoutTestssvgdomsvglistexceptiononoutboundserrorexpectedtxt">trunk/LayoutTests/svg/dom/svglist-exception-on-out-bounds-error-expected.txt</a></li>
<li><a href="#trunkLayoutTestssvgfiltersfeBlendinvalidmodeexpectedtxt">trunk/LayoutTests/svg/filters/feBlend-invalid-mode-expected.txt</a></li>
<li><a href="#trunkLayoutTestssvgfiltersfeComponentTransferstylecrashexpectedtxt">trunk/LayoutTests/svg/filters/feComponentTransfer-style-crash-expected.txt</a></li>
<li><a href="#trunkLayoutTestssvgfiltersfeDisplacementMapcrashtestexpectedtxt">trunk/LayoutTests/svg/filters/feDisplacementMap-crash-test-expected.txt</a></li>
<li><a href="#trunkSourceWebCoreChangeLog">trunk/Source/WebCore/ChangeLog</a></li>
<li><a href="#trunkSourceWebCorebindingsjsJSDOMBindingcpp">trunk/Source/WebCore/bindings/js/JSDOMBinding.cpp</a></li>
<li><a href="#trunkSourceWebCoredomExceptionBasecpp">trunk/Source/WebCore/dom/ExceptionBase.cpp</a></li>
<li><a href="#trunkSourceWebCoredomExceptionBaseh">trunk/Source/WebCore/dom/ExceptionBase.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGExceptionh">trunk/Source/WebCore/svg/SVGException.h</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (203327 => 203328)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2016-07-16 18:31:19 UTC (rev 203327)
+++ trunk/LayoutTests/ChangeLog        2016-07-16 21:33:01 UTC (rev 203328)
</span><span class="lines">@@ -1,3 +1,41 @@
</span><ins>+2016-07-16  Brady Eidson  &lt;beidson@apple.com&gt;
+
+        Update SVGException to use the description in toString().
+        https://bugs.webkit.org/show_bug.cgi?id=159847
+
+        Reviewed by Darin Adler.
+
+        * svg/animations/animate-marker-orient-from-angle-to-autostartreverse-expected.txt:
+        * svg/custom/SVGException-expected.txt:
+        * svg/custom/polyline-points-crash-expected.txt:
+        * svg/custom/script-tests/SVGException.js:
+        * svg/dom/SVGAnimatedEnumeration-SVGClipPathElement-expected.txt:
+        * svg/dom/SVGAnimatedEnumeration-SVGComponentTransferFunctionElement-expected.txt:
+        * svg/dom/SVGAnimatedEnumeration-SVGFEBlendElement-expected.txt:
+        * svg/dom/SVGAnimatedEnumeration-SVGFEColorMatrixElement-expected.txt:
+        * svg/dom/SVGAnimatedEnumeration-SVGFECompositeElement-expected.txt:
+        * svg/dom/SVGAnimatedEnumeration-SVGFEConvolveMatrixElement-expected.txt:
+        * svg/dom/SVGAnimatedEnumeration-SVGFEDisplacementMapElement-expected.txt:
+        * svg/dom/SVGAnimatedEnumeration-SVGFEMorphologyElement-expected.txt:
+        * svg/dom/SVGAnimatedEnumeration-SVGFETurbulenceElement-expected.txt:
+        * svg/dom/SVGAnimatedEnumeration-SVGFilterElement-expected.txt:
+        * svg/dom/SVGAnimatedEnumeration-SVGGradientElement-expected.txt:
+        * svg/dom/SVGAnimatedEnumeration-SVGMarkerElement-expected.txt:
+        * svg/dom/SVGAnimatedEnumeration-SVGMaskElement-expected.txt:
+        * svg/dom/SVGAnimatedEnumeration-SVGPatternElement-expected.txt:
+        * svg/dom/SVGAnimatedEnumeration-SVGTextContentElement-expected.txt:
+        * svg/dom/SVGAnimatedEnumeration-SVGTextPathElement-expected.txt:
+        * svg/dom/SVGAnimatedEnumeration-expected.txt:
+        * svg/dom/SVGLengthList-basics-expected.txt:
+        * svg/dom/SVGMatrix-interface-expected.txt:
+        * svg/dom/SVGNumberList-basics-expected.txt:
+        * svg/dom/SVGPointList-basics-expected.txt:
+        * svg/dom/SVGTransformList-basics-expected.txt:
+        * svg/dom/svglist-exception-on-out-bounds-error-expected.txt:
+        * svg/filters/feBlend-invalid-mode-expected.txt:
+        * svg/filters/feComponentTransfer-style-crash-expected.txt:
+        * svg/filters/feDisplacementMap-crash-test-expected.txt:
+
</ins><span class="cx"> 2016-07-15  Benjamin Poulain  &lt;benjamin@webkit.org&gt;
</span><span class="cx"> 
</span><span class="cx">         [mac] LayoutTest fast/css/ancestor-of-hovered-element-detached.html is flaky
</span></span></pre></div>
<a id="trunkLayoutTestssvganimationsanimatemarkerorientfromangletoautostartreverseexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/svg/animations/animate-marker-orient-from-angle-to-autostartreverse-expected.txt (203327 => 203328)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/animations/animate-marker-orient-from-angle-to-autostartreverse-expected.txt        2016-07-16 18:31:19 UTC (rev 203327)
+++ trunk/LayoutTests/svg/animations/animate-marker-orient-from-angle-to-autostartreverse-expected.txt        2016-07-16 21:33:01 UTC (rev 203328)
</span><span class="lines">@@ -6,7 +6,7 @@
</span><span class="cx"> 
</span><span class="cx"> 
</span><span class="cx"> PASS SVGMarkerElement.SVG_MARKER_ORIENT_AUTOSTARTREVERSE is undefined
</span><del>-PASS marker.orientType.baseVal = 3 threw exception Error: SVG_INVALID_VALUE_ERR: DOM SVG Exception 1.
</del><ins>+PASS marker.orientType.baseVal = 3 threw exception SVG_INVALID_VALUE_ERR (DOM SVG Exception 1): An invalid value was passed to an operation or assigned to an attribute..
</ins><span class="cx"> PASS marker.orientAngle.animVal.value is 0
</span><span class="cx"> PASS marker.orientAngle.baseVal.value is 0
</span><span class="cx"> PASS marker.orientType.animVal is SVGMarkerElement.SVG_MARKER_ORIENT_ANGLE
</span></span></pre></div>
<a id="trunkLayoutTestssvgcustomSVGExceptionexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/svg/custom/SVGException-expected.txt (203327 => 203328)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/custom/SVGException-expected.txt        2016-07-16 18:31:19 UTC (rev 203327)
+++ trunk/LayoutTests/svg/custom/SVGException-expected.txt        2016-07-16 21:33:01 UTC (rev 203328)
</span><span class="lines">@@ -3,7 +3,7 @@
</span><span class="cx"> On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
</span><span class="cx"> 
</span><span class="cx"> 
</span><del>-PASS e.toString() is &quot;Error: SVG_INVALID_VALUE_ERR: DOM SVG Exception 1&quot;
</del><ins>+PASS e.toString() is &quot;SVG_INVALID_VALUE_ERR (DOM SVG Exception 1): An invalid value was passed to an operation or assigned to an attribute.&quot;
</ins><span class="cx"> PASS Object.prototype.toString.call(e) is &quot;[object SVGException]&quot;
</span><span class="cx"> PASS Object.prototype.toString.call(e.__proto__) is &quot;[object SVGExceptionPrototype]&quot;
</span><span class="cx"> PASS e.constructor.toString() is &quot;function SVGException() {\n    [native code]\n}&quot;
</span></span></pre></div>
<a id="trunkLayoutTestssvgcustompolylinepointscrashexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/svg/custom/polyline-points-crash-expected.txt (203327 => 203328)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/custom/polyline-points-crash-expected.txt        2016-07-16 18:31:19 UTC (rev 203327)
+++ trunk/LayoutTests/svg/custom/polyline-points-crash-expected.txt        2016-07-16 21:33:01 UTC (rev 203328)
</span><span class="lines">@@ -1,2 +1,2 @@
</span><del>-Caught exception: Error: SVG_WRONG_TYPE_ERR: DOM SVG Exception 0
</del><ins>+Caught exception: SVG_WRONG_TYPE_ERR (DOM SVG Exception): An object of the wrong type was passed to an operation.
</ins><span class="cx"> PASSED -- WebKit did not crash!
</span></span></pre></div>
<a id="trunkLayoutTestssvgcustomscripttestsSVGExceptionjs"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/svg/custom/script-tests/SVGException.js (203327 => 203328)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/custom/script-tests/SVGException.js        2016-07-16 18:31:19 UTC (rev 203327)
+++ trunk/LayoutTests/svg/custom/script-tests/SVGException.js        2016-07-16 21:33:01 UTC (rev 203328)
</span><span class="lines">@@ -10,7 +10,7 @@
</span><span class="cx">     e = err;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-shouldBeEqualToString(&quot;e.toString()&quot;, &quot;Error: SVG_INVALID_VALUE_ERR: DOM SVG Exception 1&quot;);
</del><ins>+shouldBeEqualToString(&quot;e.toString()&quot;, &quot;SVG_INVALID_VALUE_ERR (DOM SVG Exception 1): An invalid value was passed to an operation or assigned to an attribute.&quot;);
</ins><span class="cx"> shouldBeEqualToString(&quot;Object.prototype.toString.call(e)&quot;, &quot;[object SVGException]&quot;);
</span><span class="cx"> shouldBeEqualToString(&quot;Object.prototype.toString.call(e.__proto__)&quot;, &quot;[object SVGExceptionPrototype]&quot;);
</span><span class="cx"> shouldBeEqualToString(&quot;e.constructor.toString()&quot;, &quot;function SVGException() {\n    [native code]\n}&quot;);
</span></span></pre></div>
<a id="trunkLayoutTestssvgdomSVGAnimatedEnumerationSVGClipPathElementexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/svg/dom/SVGAnimatedEnumeration-SVGClipPathElement-expected.txt (203327 => 203328)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/dom/SVGAnimatedEnumeration-SVGClipPathElement-expected.txt        2016-07-16 18:31:19 UTC (rev 203327)
+++ trunk/LayoutTests/svg/dom/SVGAnimatedEnumeration-SVGClipPathElement-expected.txt        2016-07-16 21:33:01 UTC (rev 203328)
</span><span class="lines">@@ -15,13 +15,13 @@
</span><span class="cx"> PASS clipPathElement.getAttribute('clipPathUnits') is &quot;objectBoundingBox&quot;
</span><span class="cx"> 
</span><span class="cx"> Try setting invalid values
</span><del>-PASS clipPathElement.clipPathUnits.baseVal = 3 threw exception Error: SVG_INVALID_VALUE_ERR: DOM SVG Exception 1.
</del><ins>+PASS clipPathElement.clipPathUnits.baseVal = 3 threw exception SVG_INVALID_VALUE_ERR (DOM SVG Exception 1): An invalid value was passed to an operation or assigned to an attribute..
</ins><span class="cx"> PASS clipPathElement.clipPathUnits.baseVal is SVGUnitTypes.SVG_UNIT_TYPE_OBJECTBOUNDINGBOX
</span><span class="cx"> PASS clipPathElement.getAttribute('clipPathUnits') is &quot;objectBoundingBox&quot;
</span><del>-PASS clipPathElement.clipPathUnits.baseVal = -1 threw exception Error: SVG_INVALID_VALUE_ERR: DOM SVG Exception 1.
</del><ins>+PASS clipPathElement.clipPathUnits.baseVal = -1 threw exception SVG_INVALID_VALUE_ERR (DOM SVG Exception 1): An invalid value was passed to an operation or assigned to an attribute..
</ins><span class="cx"> PASS clipPathElement.clipPathUnits.baseVal is SVGUnitTypes.SVG_UNIT_TYPE_OBJECTBOUNDINGBOX
</span><span class="cx"> PASS clipPathElement.getAttribute('clipPathUnits') is &quot;objectBoundingBox&quot;
</span><del>-PASS clipPathElement.clipPathUnits.baseVal = 0 threw exception Error: SVG_INVALID_VALUE_ERR: DOM SVG Exception 1.
</del><ins>+PASS clipPathElement.clipPathUnits.baseVal = 0 threw exception SVG_INVALID_VALUE_ERR (DOM SVG Exception 1): An invalid value was passed to an operation or assigned to an attribute..
</ins><span class="cx"> PASS clipPathElement.clipPathUnits.baseVal is SVGUnitTypes.SVG_UNIT_TYPE_OBJECTBOUNDINGBOX
</span><span class="cx"> PASS clipPathElement.getAttribute('clipPathUnits') is &quot;objectBoundingBox&quot;
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestssvgdomSVGAnimatedEnumerationSVGComponentTransferFunctionElementexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/svg/dom/SVGAnimatedEnumeration-SVGComponentTransferFunctionElement-expected.txt (203327 => 203328)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/dom/SVGAnimatedEnumeration-SVGComponentTransferFunctionElement-expected.txt        2016-07-16 18:31:19 UTC (rev 203327)
+++ trunk/LayoutTests/svg/dom/SVGAnimatedEnumeration-SVGComponentTransferFunctionElement-expected.txt        2016-07-16 21:33:01 UTC (rev 203328)
</span><span class="lines">@@ -30,13 +30,13 @@
</span><span class="cx"> PASS feFuncRElement.getAttribute('type') is &quot;gamma&quot;
</span><span class="cx"> 
</span><span class="cx"> Try setting invalid values
</span><del>-PASS feFuncRElement.type.baseVal = 6 threw exception Error: SVG_INVALID_VALUE_ERR: DOM SVG Exception 1.
</del><ins>+PASS feFuncRElement.type.baseVal = 6 threw exception SVG_INVALID_VALUE_ERR (DOM SVG Exception 1): An invalid value was passed to an operation or assigned to an attribute..
</ins><span class="cx"> PASS feFuncRElement.type.baseVal is SVGComponentTransferFunctionElement.SVG_FECOMPONENTTRANSFER_TYPE_GAMMA
</span><span class="cx"> PASS feFuncRElement.getAttribute('type') is &quot;gamma&quot;
</span><del>-PASS feFuncRElement.type.baseVal = -1 threw exception Error: SVG_INVALID_VALUE_ERR: DOM SVG Exception 1.
</del><ins>+PASS feFuncRElement.type.baseVal = -1 threw exception SVG_INVALID_VALUE_ERR (DOM SVG Exception 1): An invalid value was passed to an operation or assigned to an attribute..
</ins><span class="cx"> PASS feFuncRElement.type.baseVal is SVGComponentTransferFunctionElement.SVG_FECOMPONENTTRANSFER_TYPE_GAMMA
</span><span class="cx"> PASS feFuncRElement.getAttribute('type') is &quot;gamma&quot;
</span><del>-PASS feFuncRElement.type.baseVal = 0 threw exception Error: SVG_INVALID_VALUE_ERR: DOM SVG Exception 1.
</del><ins>+PASS feFuncRElement.type.baseVal = 0 threw exception SVG_INVALID_VALUE_ERR (DOM SVG Exception 1): An invalid value was passed to an operation or assigned to an attribute..
</ins><span class="cx"> PASS feFuncRElement.type.baseVal is SVGComponentTransferFunctionElement.SVG_FECOMPONENTTRANSFER_TYPE_GAMMA
</span><span class="cx"> PASS feFuncRElement.getAttribute('type') is &quot;gamma&quot;
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestssvgdomSVGAnimatedEnumerationSVGFEBlendElementexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/svg/dom/SVGAnimatedEnumeration-SVGFEBlendElement-expected.txt (203327 => 203328)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/dom/SVGAnimatedEnumeration-SVGFEBlendElement-expected.txt        2016-07-16 18:31:19 UTC (rev 203327)
+++ trunk/LayoutTests/svg/dom/SVGAnimatedEnumeration-SVGFEBlendElement-expected.txt        2016-07-16 21:33:01 UTC (rev 203328)
</span><span class="lines">@@ -30,13 +30,13 @@
</span><span class="cx"> PASS feBlendElement.getAttribute('mode') is &quot;lighten&quot;
</span><span class="cx"> 
</span><span class="cx"> Try setting invalid values
</span><del>-PASS feBlendElement.mode.baseVal = 6 threw exception Error: SVG_INVALID_VALUE_ERR: DOM SVG Exception 1.
</del><ins>+PASS feBlendElement.mode.baseVal = 6 threw exception SVG_INVALID_VALUE_ERR (DOM SVG Exception 1): An invalid value was passed to an operation or assigned to an attribute..
</ins><span class="cx"> PASS feBlendElement.mode.baseVal is SVGFEBlendElement.SVG_FEBLEND_MODE_LIGHTEN
</span><span class="cx"> PASS feBlendElement.getAttribute('mode') is &quot;lighten&quot;
</span><del>-PASS feBlendElement.mode.baseVal = -1 threw exception Error: SVG_INVALID_VALUE_ERR: DOM SVG Exception 1.
</del><ins>+PASS feBlendElement.mode.baseVal = -1 threw exception SVG_INVALID_VALUE_ERR (DOM SVG Exception 1): An invalid value was passed to an operation or assigned to an attribute..
</ins><span class="cx"> PASS feBlendElement.mode.baseVal is SVGFEBlendElement.SVG_FEBLEND_MODE_LIGHTEN
</span><span class="cx"> PASS feBlendElement.getAttribute('mode') is &quot;lighten&quot;
</span><del>-PASS feBlendElement.mode.baseVal = 0 threw exception Error: SVG_INVALID_VALUE_ERR: DOM SVG Exception 1.
</del><ins>+PASS feBlendElement.mode.baseVal = 0 threw exception SVG_INVALID_VALUE_ERR (DOM SVG Exception 1): An invalid value was passed to an operation or assigned to an attribute..
</ins><span class="cx"> PASS feBlendElement.mode.baseVal is SVGFEBlendElement.SVG_FEBLEND_MODE_LIGHTEN
</span><span class="cx"> PASS feBlendElement.getAttribute('mode') is &quot;lighten&quot;
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestssvgdomSVGAnimatedEnumerationSVGFEColorMatrixElementexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/svg/dom/SVGAnimatedEnumeration-SVGFEColorMatrixElement-expected.txt (203327 => 203328)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/dom/SVGAnimatedEnumeration-SVGFEColorMatrixElement-expected.txt        2016-07-16 18:31:19 UTC (rev 203327)
+++ trunk/LayoutTests/svg/dom/SVGAnimatedEnumeration-SVGFEColorMatrixElement-expected.txt        2016-07-16 21:33:01 UTC (rev 203328)
</span><span class="lines">@@ -25,13 +25,13 @@
</span><span class="cx"> PASS feColorMatrixElement.getAttribute('type') is &quot;luminanceToAlpha&quot;
</span><span class="cx"> 
</span><span class="cx"> Try setting invalid values
</span><del>-PASS feColorMatrixElement.type.baseVal = 5 threw exception Error: SVG_INVALID_VALUE_ERR: DOM SVG Exception 1.
</del><ins>+PASS feColorMatrixElement.type.baseVal = 5 threw exception SVG_INVALID_VALUE_ERR (DOM SVG Exception 1): An invalid value was passed to an operation or assigned to an attribute..
</ins><span class="cx"> PASS feColorMatrixElement.type.baseVal is SVGFEColorMatrixElement.SVG_FECOLORMATRIX_TYPE_LUMINANCETOALPHA
</span><span class="cx"> PASS feColorMatrixElement.getAttribute('type') is &quot;luminanceToAlpha&quot;
</span><del>-PASS feColorMatrixElement.type.baseVal = -1 threw exception Error: SVG_INVALID_VALUE_ERR: DOM SVG Exception 1.
</del><ins>+PASS feColorMatrixElement.type.baseVal = -1 threw exception SVG_INVALID_VALUE_ERR (DOM SVG Exception 1): An invalid value was passed to an operation or assigned to an attribute..
</ins><span class="cx"> PASS feColorMatrixElement.type.baseVal is SVGFEColorMatrixElement.SVG_FECOLORMATRIX_TYPE_LUMINANCETOALPHA
</span><span class="cx"> PASS feColorMatrixElement.getAttribute('type') is &quot;luminanceToAlpha&quot;
</span><del>-PASS feColorMatrixElement.type.baseVal = 0 threw exception Error: SVG_INVALID_VALUE_ERR: DOM SVG Exception 1.
</del><ins>+PASS feColorMatrixElement.type.baseVal = 0 threw exception SVG_INVALID_VALUE_ERR (DOM SVG Exception 1): An invalid value was passed to an operation or assigned to an attribute..
</ins><span class="cx"> PASS feColorMatrixElement.type.baseVal is SVGFEColorMatrixElement.SVG_FECOLORMATRIX_TYPE_LUMINANCETOALPHA
</span><span class="cx"> PASS feColorMatrixElement.getAttribute('type') is &quot;luminanceToAlpha&quot;
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestssvgdomSVGAnimatedEnumerationSVGFECompositeElementexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/svg/dom/SVGAnimatedEnumeration-SVGFECompositeElement-expected.txt (203327 => 203328)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/dom/SVGAnimatedEnumeration-SVGFECompositeElement-expected.txt        2016-07-16 18:31:19 UTC (rev 203327)
+++ trunk/LayoutTests/svg/dom/SVGAnimatedEnumeration-SVGFECompositeElement-expected.txt        2016-07-16 21:33:01 UTC (rev 203328)
</span><span class="lines">@@ -40,13 +40,13 @@
</span><span class="cx"> PASS feCompositeElement.getAttribute('operator') is &quot;arithmetic&quot;
</span><span class="cx"> 
</span><span class="cx"> Try setting invalid values
</span><del>-PASS feCompositeElement.operator.baseVal = 7 threw exception Error: SVG_INVALID_VALUE_ERR: DOM SVG Exception 1.
</del><ins>+PASS feCompositeElement.operator.baseVal = 7 threw exception SVG_INVALID_VALUE_ERR (DOM SVG Exception 1): An invalid value was passed to an operation or assigned to an attribute..
</ins><span class="cx"> PASS feCompositeElement.operator.baseVal is SVGFECompositeElement.SVG_FECOMPOSITE_OPERATOR_ARITHMETIC
</span><span class="cx"> PASS feCompositeElement.getAttribute('operator') is &quot;arithmetic&quot;
</span><del>-PASS feCompositeElement.operator.baseVal = -1 threw exception Error: SVG_INVALID_VALUE_ERR: DOM SVG Exception 1.
</del><ins>+PASS feCompositeElement.operator.baseVal = -1 threw exception SVG_INVALID_VALUE_ERR (DOM SVG Exception 1): An invalid value was passed to an operation or assigned to an attribute..
</ins><span class="cx"> PASS feCompositeElement.operator.baseVal is SVGFECompositeElement.SVG_FECOMPOSITE_OPERATOR_ARITHMETIC
</span><span class="cx"> PASS feCompositeElement.getAttribute('operator') is &quot;arithmetic&quot;
</span><del>-PASS feCompositeElement.operator.baseVal = 0 threw exception Error: SVG_INVALID_VALUE_ERR: DOM SVG Exception 1.
</del><ins>+PASS feCompositeElement.operator.baseVal = 0 threw exception SVG_INVALID_VALUE_ERR (DOM SVG Exception 1): An invalid value was passed to an operation or assigned to an attribute..
</ins><span class="cx"> PASS feCompositeElement.operator.baseVal is SVGFECompositeElement.SVG_FECOMPOSITE_OPERATOR_ARITHMETIC
</span><span class="cx"> PASS feCompositeElement.getAttribute('operator') is &quot;arithmetic&quot;
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestssvgdomSVGAnimatedEnumerationSVGFEConvolveMatrixElementexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/svg/dom/SVGAnimatedEnumeration-SVGFEConvolveMatrixElement-expected.txt (203327 => 203328)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/dom/SVGAnimatedEnumeration-SVGFEConvolveMatrixElement-expected.txt        2016-07-16 18:31:19 UTC (rev 203327)
+++ trunk/LayoutTests/svg/dom/SVGAnimatedEnumeration-SVGFEConvolveMatrixElement-expected.txt        2016-07-16 21:33:01 UTC (rev 203328)
</span><span class="lines">@@ -20,13 +20,13 @@
</span><span class="cx"> PASS feConvolveMatrixElement.getAttribute('edgeMode') is &quot;none&quot;
</span><span class="cx"> 
</span><span class="cx"> Try setting invalid values
</span><del>-PASS feConvolveMatrixElement.edgeMode.baseVal = 4 threw exception Error: SVG_INVALID_VALUE_ERR: DOM SVG Exception 1.
</del><ins>+PASS feConvolveMatrixElement.edgeMode.baseVal = 4 threw exception SVG_INVALID_VALUE_ERR (DOM SVG Exception 1): An invalid value was passed to an operation or assigned to an attribute..
</ins><span class="cx"> PASS feConvolveMatrixElement.edgeMode.baseVal is SVGFEConvolveMatrixElement.SVG_EDGEMODE_NONE
</span><span class="cx"> PASS feConvolveMatrixElement.getAttribute('edgeMode') is &quot;none&quot;
</span><del>-PASS feConvolveMatrixElement.edgeMode.baseVal = -1 threw exception Error: SVG_INVALID_VALUE_ERR: DOM SVG Exception 1.
</del><ins>+PASS feConvolveMatrixElement.edgeMode.baseVal = -1 threw exception SVG_INVALID_VALUE_ERR (DOM SVG Exception 1): An invalid value was passed to an operation or assigned to an attribute..
</ins><span class="cx"> PASS feConvolveMatrixElement.edgeMode.baseVal is SVGFEConvolveMatrixElement.SVG_EDGEMODE_NONE
</span><span class="cx"> PASS feConvolveMatrixElement.getAttribute('edgeMode') is &quot;none&quot;
</span><del>-PASS feConvolveMatrixElement.edgeMode.baseVal = 0 threw exception Error: SVG_INVALID_VALUE_ERR: DOM SVG Exception 1.
</del><ins>+PASS feConvolveMatrixElement.edgeMode.baseVal = 0 threw exception SVG_INVALID_VALUE_ERR (DOM SVG Exception 1): An invalid value was passed to an operation or assigned to an attribute..
</ins><span class="cx"> PASS feConvolveMatrixElement.edgeMode.baseVal is SVGFEConvolveMatrixElement.SVG_EDGEMODE_NONE
</span><span class="cx"> PASS feConvolveMatrixElement.getAttribute('edgeMode') is &quot;none&quot;
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestssvgdomSVGAnimatedEnumerationSVGFEDisplacementMapElementexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/svg/dom/SVGAnimatedEnumeration-SVGFEDisplacementMapElement-expected.txt (203327 => 203328)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/dom/SVGAnimatedEnumeration-SVGFEDisplacementMapElement-expected.txt        2016-07-16 18:31:19 UTC (rev 203327)
+++ trunk/LayoutTests/svg/dom/SVGAnimatedEnumeration-SVGFEDisplacementMapElement-expected.txt        2016-07-16 21:33:01 UTC (rev 203328)
</span><span class="lines">@@ -25,13 +25,13 @@
</span><span class="cx"> PASS feDisplacementMapElement.getAttribute('xChannelSelector') is &quot;A&quot;
</span><span class="cx"> 
</span><span class="cx"> Try setting invalid values
</span><del>-PASS feDisplacementMapElement.xChannelSelector.baseVal = 5 threw exception Error: SVG_INVALID_VALUE_ERR: DOM SVG Exception 1.
</del><ins>+PASS feDisplacementMapElement.xChannelSelector.baseVal = 5 threw exception SVG_INVALID_VALUE_ERR (DOM SVG Exception 1): An invalid value was passed to an operation or assigned to an attribute..
</ins><span class="cx"> PASS feDisplacementMapElement.xChannelSelector.baseVal is SVGFEDisplacementMapElement.SVG_CHANNEL_A
</span><span class="cx"> PASS feDisplacementMapElement.getAttribute('xChannelSelector') is &quot;A&quot;
</span><del>-PASS feDisplacementMapElement.xChannelSelector.baseVal = -1 threw exception Error: SVG_INVALID_VALUE_ERR: DOM SVG Exception 1.
</del><ins>+PASS feDisplacementMapElement.xChannelSelector.baseVal = -1 threw exception SVG_INVALID_VALUE_ERR (DOM SVG Exception 1): An invalid value was passed to an operation or assigned to an attribute..
</ins><span class="cx"> PASS feDisplacementMapElement.xChannelSelector.baseVal is SVGFEDisplacementMapElement.SVG_CHANNEL_A
</span><span class="cx"> PASS feDisplacementMapElement.getAttribute('xChannelSelector') is &quot;A&quot;
</span><del>-PASS feDisplacementMapElement.xChannelSelector.baseVal = 0 threw exception Error: SVG_INVALID_VALUE_ERR: DOM SVG Exception 1.
</del><ins>+PASS feDisplacementMapElement.xChannelSelector.baseVal = 0 threw exception SVG_INVALID_VALUE_ERR (DOM SVG Exception 1): An invalid value was passed to an operation or assigned to an attribute..
</ins><span class="cx"> PASS feDisplacementMapElement.xChannelSelector.baseVal is SVGFEDisplacementMapElement.SVG_CHANNEL_A
</span><span class="cx"> PASS feDisplacementMapElement.getAttribute('xChannelSelector') is &quot;A&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -61,13 +61,13 @@
</span><span class="cx"> PASS feDisplacementMapElement.getAttribute('yChannelSelector') is &quot;A&quot;
</span><span class="cx"> 
</span><span class="cx"> Try setting invalid values
</span><del>-PASS feDisplacementMapElement.yChannelSelector.baseVal = 5 threw exception Error: SVG_INVALID_VALUE_ERR: DOM SVG Exception 1.
</del><ins>+PASS feDisplacementMapElement.yChannelSelector.baseVal = 5 threw exception SVG_INVALID_VALUE_ERR (DOM SVG Exception 1): An invalid value was passed to an operation or assigned to an attribute..
</ins><span class="cx"> PASS feDisplacementMapElement.yChannelSelector.baseVal is SVGFEDisplacementMapElement.SVG_CHANNEL_A
</span><span class="cx"> PASS feDisplacementMapElement.getAttribute('yChannelSelector') is &quot;A&quot;
</span><del>-PASS feDisplacementMapElement.yChannelSelector.baseVal = -1 threw exception Error: SVG_INVALID_VALUE_ERR: DOM SVG Exception 1.
</del><ins>+PASS feDisplacementMapElement.yChannelSelector.baseVal = -1 threw exception SVG_INVALID_VALUE_ERR (DOM SVG Exception 1): An invalid value was passed to an operation or assigned to an attribute..
</ins><span class="cx"> PASS feDisplacementMapElement.yChannelSelector.baseVal is SVGFEDisplacementMapElement.SVG_CHANNEL_A
</span><span class="cx"> PASS feDisplacementMapElement.getAttribute('yChannelSelector') is &quot;A&quot;
</span><del>-PASS feDisplacementMapElement.yChannelSelector.baseVal = 0 threw exception Error: SVG_INVALID_VALUE_ERR: DOM SVG Exception 1.
</del><ins>+PASS feDisplacementMapElement.yChannelSelector.baseVal = 0 threw exception SVG_INVALID_VALUE_ERR (DOM SVG Exception 1): An invalid value was passed to an operation or assigned to an attribute..
</ins><span class="cx"> PASS feDisplacementMapElement.yChannelSelector.baseVal is SVGFEDisplacementMapElement.SVG_CHANNEL_A
</span><span class="cx"> PASS feDisplacementMapElement.getAttribute('yChannelSelector') is &quot;A&quot;
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestssvgdomSVGAnimatedEnumerationSVGFEMorphologyElementexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/svg/dom/SVGAnimatedEnumeration-SVGFEMorphologyElement-expected.txt (203327 => 203328)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/dom/SVGAnimatedEnumeration-SVGFEMorphologyElement-expected.txt        2016-07-16 18:31:19 UTC (rev 203327)
+++ trunk/LayoutTests/svg/dom/SVGAnimatedEnumeration-SVGFEMorphologyElement-expected.txt        2016-07-16 21:33:01 UTC (rev 203328)
</span><span class="lines">@@ -15,13 +15,13 @@
</span><span class="cx"> PASS feMorphologyElement.getAttribute('operator') is &quot;dilate&quot;
</span><span class="cx"> 
</span><span class="cx"> Try setting invalid values
</span><del>-PASS feMorphologyElement.operator.baseVal = 4 threw exception Error: SVG_INVALID_VALUE_ERR: DOM SVG Exception 1.
</del><ins>+PASS feMorphologyElement.operator.baseVal = 4 threw exception SVG_INVALID_VALUE_ERR (DOM SVG Exception 1): An invalid value was passed to an operation or assigned to an attribute..
</ins><span class="cx"> PASS feMorphologyElement.operator.baseVal is SVGFEMorphologyElement.SVG_MORPHOLOGY_OPERATOR_DILATE
</span><span class="cx"> PASS feMorphologyElement.getAttribute('operator') is &quot;dilate&quot;
</span><del>-PASS feMorphologyElement.operator.baseVal = -1 threw exception Error: SVG_INVALID_VALUE_ERR: DOM SVG Exception 1.
</del><ins>+PASS feMorphologyElement.operator.baseVal = -1 threw exception SVG_INVALID_VALUE_ERR (DOM SVG Exception 1): An invalid value was passed to an operation or assigned to an attribute..
</ins><span class="cx"> PASS feMorphologyElement.operator.baseVal is SVGFEMorphologyElement.SVG_MORPHOLOGY_OPERATOR_DILATE
</span><span class="cx"> PASS feMorphologyElement.getAttribute('operator') is &quot;dilate&quot;
</span><del>-PASS feMorphologyElement.operator.baseVal = 0 threw exception Error: SVG_INVALID_VALUE_ERR: DOM SVG Exception 1.
</del><ins>+PASS feMorphologyElement.operator.baseVal = 0 threw exception SVG_INVALID_VALUE_ERR (DOM SVG Exception 1): An invalid value was passed to an operation or assigned to an attribute..
</ins><span class="cx"> PASS feMorphologyElement.operator.baseVal is SVGFEMorphologyElement.SVG_MORPHOLOGY_OPERATOR_DILATE
</span><span class="cx"> PASS feMorphologyElement.getAttribute('operator') is &quot;dilate&quot;
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestssvgdomSVGAnimatedEnumerationSVGFETurbulenceElementexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/svg/dom/SVGAnimatedEnumeration-SVGFETurbulenceElement-expected.txt (203327 => 203328)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/dom/SVGAnimatedEnumeration-SVGFETurbulenceElement-expected.txt        2016-07-16 18:31:19 UTC (rev 203327)
+++ trunk/LayoutTests/svg/dom/SVGAnimatedEnumeration-SVGFETurbulenceElement-expected.txt        2016-07-16 21:33:01 UTC (rev 203328)
</span><span class="lines">@@ -15,13 +15,13 @@
</span><span class="cx"> PASS feTurbulenceElement.getAttribute('type') is &quot;turbulence&quot;
</span><span class="cx"> 
</span><span class="cx"> Try setting invalid values
</span><del>-PASS feTurbulenceElement.type.baseVal = 3 threw exception Error: SVG_INVALID_VALUE_ERR: DOM SVG Exception 1.
</del><ins>+PASS feTurbulenceElement.type.baseVal = 3 threw exception SVG_INVALID_VALUE_ERR (DOM SVG Exception 1): An invalid value was passed to an operation or assigned to an attribute..
</ins><span class="cx"> PASS feTurbulenceElement.type.baseVal is SVGFETurbulenceElement.SVG_TURBULENCE_TYPE_TURBULENCE
</span><span class="cx"> PASS feTurbulenceElement.getAttribute('type') is &quot;turbulence&quot;
</span><del>-PASS feTurbulenceElement.type.baseVal = -1 threw exception Error: SVG_INVALID_VALUE_ERR: DOM SVG Exception 1.
</del><ins>+PASS feTurbulenceElement.type.baseVal = -1 threw exception SVG_INVALID_VALUE_ERR (DOM SVG Exception 1): An invalid value was passed to an operation or assigned to an attribute..
</ins><span class="cx"> PASS feTurbulenceElement.type.baseVal is SVGFETurbulenceElement.SVG_TURBULENCE_TYPE_TURBULENCE
</span><span class="cx"> PASS feTurbulenceElement.getAttribute('type') is &quot;turbulence&quot;
</span><del>-PASS feTurbulenceElement.type.baseVal = 0 threw exception Error: SVG_INVALID_VALUE_ERR: DOM SVG Exception 1.
</del><ins>+PASS feTurbulenceElement.type.baseVal = 0 threw exception SVG_INVALID_VALUE_ERR (DOM SVG Exception 1): An invalid value was passed to an operation or assigned to an attribute..
</ins><span class="cx"> PASS feTurbulenceElement.type.baseVal is SVGFETurbulenceElement.SVG_TURBULENCE_TYPE_TURBULENCE
</span><span class="cx"> PASS feTurbulenceElement.getAttribute('type') is &quot;turbulence&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -41,13 +41,13 @@
</span><span class="cx"> PASS feTurbulenceElement.getAttribute('stitchTiles') is &quot;noStitch&quot;
</span><span class="cx"> 
</span><span class="cx"> Try setting invalid values
</span><del>-PASS feTurbulenceElement.stitchTiles.baseVal = 3 threw exception Error: SVG_INVALID_VALUE_ERR: DOM SVG Exception 1.
</del><ins>+PASS feTurbulenceElement.stitchTiles.baseVal = 3 threw exception SVG_INVALID_VALUE_ERR (DOM SVG Exception 1): An invalid value was passed to an operation or assigned to an attribute..
</ins><span class="cx"> PASS feTurbulenceElement.stitchTiles.baseVal is SVGFETurbulenceElement.SVG_STITCHTYPE_NOSTITCH
</span><span class="cx"> PASS feTurbulenceElement.getAttribute('stitchTiles') is &quot;noStitch&quot;
</span><del>-PASS feTurbulenceElement.stitchTiles.baseVal = -1 threw exception Error: SVG_INVALID_VALUE_ERR: DOM SVG Exception 1.
</del><ins>+PASS feTurbulenceElement.stitchTiles.baseVal = -1 threw exception SVG_INVALID_VALUE_ERR (DOM SVG Exception 1): An invalid value was passed to an operation or assigned to an attribute..
</ins><span class="cx"> PASS feTurbulenceElement.stitchTiles.baseVal is SVGFETurbulenceElement.SVG_STITCHTYPE_NOSTITCH
</span><span class="cx"> PASS feTurbulenceElement.getAttribute('stitchTiles') is &quot;noStitch&quot;
</span><del>-PASS feTurbulenceElement.stitchTiles.baseVal = 0 threw exception Error: SVG_INVALID_VALUE_ERR: DOM SVG Exception 1.
</del><ins>+PASS feTurbulenceElement.stitchTiles.baseVal = 0 threw exception SVG_INVALID_VALUE_ERR (DOM SVG Exception 1): An invalid value was passed to an operation or assigned to an attribute..
</ins><span class="cx"> PASS feTurbulenceElement.stitchTiles.baseVal is SVGFETurbulenceElement.SVG_STITCHTYPE_NOSTITCH
</span><span class="cx"> PASS feTurbulenceElement.getAttribute('stitchTiles') is &quot;noStitch&quot;
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestssvgdomSVGAnimatedEnumerationSVGFilterElementexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/svg/dom/SVGAnimatedEnumeration-SVGFilterElement-expected.txt (203327 => 203328)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/dom/SVGAnimatedEnumeration-SVGFilterElement-expected.txt        2016-07-16 18:31:19 UTC (rev 203327)
+++ trunk/LayoutTests/svg/dom/SVGAnimatedEnumeration-SVGFilterElement-expected.txt        2016-07-16 21:33:01 UTC (rev 203328)
</span><span class="lines">@@ -15,13 +15,13 @@
</span><span class="cx"> PASS filterElement.getAttribute('filterUnits') is &quot;objectBoundingBox&quot;
</span><span class="cx"> 
</span><span class="cx"> Try setting invalid values
</span><del>-PASS filterElement.filterUnits.baseVal = 3 threw exception Error: SVG_INVALID_VALUE_ERR: DOM SVG Exception 1.
</del><ins>+PASS filterElement.filterUnits.baseVal = 3 threw exception SVG_INVALID_VALUE_ERR (DOM SVG Exception 1): An invalid value was passed to an operation or assigned to an attribute..
</ins><span class="cx"> PASS filterElement.filterUnits.baseVal is SVGUnitTypes.SVG_UNIT_TYPE_OBJECTBOUNDINGBOX
</span><span class="cx"> PASS filterElement.getAttribute('filterUnits') is &quot;objectBoundingBox&quot;
</span><del>-PASS filterElement.filterUnits.baseVal = -1 threw exception Error: SVG_INVALID_VALUE_ERR: DOM SVG Exception 1.
</del><ins>+PASS filterElement.filterUnits.baseVal = -1 threw exception SVG_INVALID_VALUE_ERR (DOM SVG Exception 1): An invalid value was passed to an operation or assigned to an attribute..
</ins><span class="cx"> PASS filterElement.filterUnits.baseVal is SVGUnitTypes.SVG_UNIT_TYPE_OBJECTBOUNDINGBOX
</span><span class="cx"> PASS filterElement.getAttribute('filterUnits') is &quot;objectBoundingBox&quot;
</span><del>-PASS filterElement.filterUnits.baseVal = 0 threw exception Error: SVG_INVALID_VALUE_ERR: DOM SVG Exception 1.
</del><ins>+PASS filterElement.filterUnits.baseVal = 0 threw exception SVG_INVALID_VALUE_ERR (DOM SVG Exception 1): An invalid value was passed to an operation or assigned to an attribute..
</ins><span class="cx"> PASS filterElement.filterUnits.baseVal is SVGUnitTypes.SVG_UNIT_TYPE_OBJECTBOUNDINGBOX
</span><span class="cx"> PASS filterElement.getAttribute('filterUnits') is &quot;objectBoundingBox&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -41,13 +41,13 @@
</span><span class="cx"> PASS filterElement.getAttribute('primitiveUnits') is &quot;objectBoundingBox&quot;
</span><span class="cx"> 
</span><span class="cx"> Try setting invalid values
</span><del>-PASS filterElement.primitiveUnits.baseVal = 3 threw exception Error: SVG_INVALID_VALUE_ERR: DOM SVG Exception 1.
</del><ins>+PASS filterElement.primitiveUnits.baseVal = 3 threw exception SVG_INVALID_VALUE_ERR (DOM SVG Exception 1): An invalid value was passed to an operation or assigned to an attribute..
</ins><span class="cx"> PASS filterElement.primitiveUnits.baseVal is SVGUnitTypes.SVG_UNIT_TYPE_OBJECTBOUNDINGBOX
</span><span class="cx"> PASS filterElement.getAttribute('primitiveUnits') is &quot;objectBoundingBox&quot;
</span><del>-PASS filterElement.primitiveUnits.baseVal = -1 threw exception Error: SVG_INVALID_VALUE_ERR: DOM SVG Exception 1.
</del><ins>+PASS filterElement.primitiveUnits.baseVal = -1 threw exception SVG_INVALID_VALUE_ERR (DOM SVG Exception 1): An invalid value was passed to an operation or assigned to an attribute..
</ins><span class="cx"> PASS filterElement.primitiveUnits.baseVal is SVGUnitTypes.SVG_UNIT_TYPE_OBJECTBOUNDINGBOX
</span><span class="cx"> PASS filterElement.getAttribute('primitiveUnits') is &quot;objectBoundingBox&quot;
</span><del>-PASS filterElement.primitiveUnits.baseVal = 0 threw exception Error: SVG_INVALID_VALUE_ERR: DOM SVG Exception 1.
</del><ins>+PASS filterElement.primitiveUnits.baseVal = 0 threw exception SVG_INVALID_VALUE_ERR (DOM SVG Exception 1): An invalid value was passed to an operation or assigned to an attribute..
</ins><span class="cx"> PASS filterElement.primitiveUnits.baseVal is SVGUnitTypes.SVG_UNIT_TYPE_OBJECTBOUNDINGBOX
</span><span class="cx"> PASS filterElement.getAttribute('primitiveUnits') is &quot;objectBoundingBox&quot;
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestssvgdomSVGAnimatedEnumerationSVGGradientElementexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/svg/dom/SVGAnimatedEnumeration-SVGGradientElement-expected.txt (203327 => 203328)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/dom/SVGAnimatedEnumeration-SVGGradientElement-expected.txt        2016-07-16 18:31:19 UTC (rev 203327)
+++ trunk/LayoutTests/svg/dom/SVGAnimatedEnumeration-SVGGradientElement-expected.txt        2016-07-16 21:33:01 UTC (rev 203328)
</span><span class="lines">@@ -15,13 +15,13 @@
</span><span class="cx"> PASS gradientElement.getAttribute('gradientUnits') is &quot;objectBoundingBox&quot;
</span><span class="cx"> 
</span><span class="cx"> Try setting invalid values
</span><del>-PASS gradientElement.gradientUnits.baseVal = 3 threw exception Error: SVG_INVALID_VALUE_ERR: DOM SVG Exception 1.
</del><ins>+PASS gradientElement.gradientUnits.baseVal = 3 threw exception SVG_INVALID_VALUE_ERR (DOM SVG Exception 1): An invalid value was passed to an operation or assigned to an attribute..
</ins><span class="cx"> PASS gradientElement.gradientUnits.baseVal is SVGUnitTypes.SVG_UNIT_TYPE_OBJECTBOUNDINGBOX
</span><span class="cx"> PASS gradientElement.getAttribute('gradientUnits') is &quot;objectBoundingBox&quot;
</span><del>-PASS gradientElement.gradientUnits.baseVal = -1 threw exception Error: SVG_INVALID_VALUE_ERR: DOM SVG Exception 1.
</del><ins>+PASS gradientElement.gradientUnits.baseVal = -1 threw exception SVG_INVALID_VALUE_ERR (DOM SVG Exception 1): An invalid value was passed to an operation or assigned to an attribute..
</ins><span class="cx"> PASS gradientElement.gradientUnits.baseVal is SVGUnitTypes.SVG_UNIT_TYPE_OBJECTBOUNDINGBOX
</span><span class="cx"> PASS gradientElement.getAttribute('gradientUnits') is &quot;objectBoundingBox&quot;
</span><del>-PASS gradientElement.gradientUnits.baseVal = 0 threw exception Error: SVG_INVALID_VALUE_ERR: DOM SVG Exception 1.
</del><ins>+PASS gradientElement.gradientUnits.baseVal = 0 threw exception SVG_INVALID_VALUE_ERR (DOM SVG Exception 1): An invalid value was passed to an operation or assigned to an attribute..
</ins><span class="cx"> PASS gradientElement.gradientUnits.baseVal is SVGUnitTypes.SVG_UNIT_TYPE_OBJECTBOUNDINGBOX
</span><span class="cx"> PASS gradientElement.getAttribute('gradientUnits') is &quot;objectBoundingBox&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -46,13 +46,13 @@
</span><span class="cx"> PASS gradientElement.getAttribute('spreadMethod') is &quot;repeat&quot;
</span><span class="cx"> 
</span><span class="cx"> Try setting invalid values
</span><del>-PASS gradientElement.spreadMethod.baseVal = 4 threw exception Error: SVG_INVALID_VALUE_ERR: DOM SVG Exception 1.
</del><ins>+PASS gradientElement.spreadMethod.baseVal = 4 threw exception SVG_INVALID_VALUE_ERR (DOM SVG Exception 1): An invalid value was passed to an operation or assigned to an attribute..
</ins><span class="cx"> PASS gradientElement.spreadMethod.baseVal is SVGGradientElement.SVG_SPREADMETHOD_REPEAT
</span><span class="cx"> PASS gradientElement.getAttribute('spreadMethod') is &quot;repeat&quot;
</span><del>-PASS gradientElement.spreadMethod.baseVal = -1 threw exception Error: SVG_INVALID_VALUE_ERR: DOM SVG Exception 1.
</del><ins>+PASS gradientElement.spreadMethod.baseVal = -1 threw exception SVG_INVALID_VALUE_ERR (DOM SVG Exception 1): An invalid value was passed to an operation or assigned to an attribute..
</ins><span class="cx"> PASS gradientElement.spreadMethod.baseVal is SVGGradientElement.SVG_SPREADMETHOD_REPEAT
</span><span class="cx"> PASS gradientElement.getAttribute('spreadMethod') is &quot;repeat&quot;
</span><del>-PASS gradientElement.spreadMethod.baseVal = 0 threw exception Error: SVG_INVALID_VALUE_ERR: DOM SVG Exception 1.
</del><ins>+PASS gradientElement.spreadMethod.baseVal = 0 threw exception SVG_INVALID_VALUE_ERR (DOM SVG Exception 1): An invalid value was passed to an operation or assigned to an attribute..
</ins><span class="cx"> PASS gradientElement.spreadMethod.baseVal is SVGGradientElement.SVG_SPREADMETHOD_REPEAT
</span><span class="cx"> PASS gradientElement.getAttribute('spreadMethod') is &quot;repeat&quot;
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestssvgdomSVGAnimatedEnumerationSVGMarkerElementexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/svg/dom/SVGAnimatedEnumeration-SVGMarkerElement-expected.txt (203327 => 203328)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/dom/SVGAnimatedEnumeration-SVGMarkerElement-expected.txt        2016-07-16 18:31:19 UTC (rev 203327)
+++ trunk/LayoutTests/svg/dom/SVGAnimatedEnumeration-SVGMarkerElement-expected.txt        2016-07-16 21:33:01 UTC (rev 203328)
</span><span class="lines">@@ -15,13 +15,13 @@
</span><span class="cx"> PASS markerElement.getAttribute('markerUnits') is &quot;strokeWidth&quot;
</span><span class="cx"> 
</span><span class="cx"> Try setting invalid values
</span><del>-PASS markerElement.markerUnits.baseVal = 3 threw exception Error: SVG_INVALID_VALUE_ERR: DOM SVG Exception 1.
</del><ins>+PASS markerElement.markerUnits.baseVal = 3 threw exception SVG_INVALID_VALUE_ERR (DOM SVG Exception 1): An invalid value was passed to an operation or assigned to an attribute..
</ins><span class="cx"> PASS markerElement.markerUnits.baseVal is SVGMarkerElement.SVG_MARKERUNITS_STROKEWIDTH
</span><span class="cx"> PASS markerElement.getAttribute('markerUnits') is &quot;strokeWidth&quot;
</span><del>-PASS markerElement.markerUnits.baseVal = -1 threw exception Error: SVG_INVALID_VALUE_ERR: DOM SVG Exception 1.
</del><ins>+PASS markerElement.markerUnits.baseVal = -1 threw exception SVG_INVALID_VALUE_ERR (DOM SVG Exception 1): An invalid value was passed to an operation or assigned to an attribute..
</ins><span class="cx"> PASS markerElement.markerUnits.baseVal is SVGMarkerElement.SVG_MARKERUNITS_STROKEWIDTH
</span><span class="cx"> PASS markerElement.getAttribute('markerUnits') is &quot;strokeWidth&quot;
</span><del>-PASS markerElement.markerUnits.baseVal = 0 threw exception Error: SVG_INVALID_VALUE_ERR: DOM SVG Exception 1.
</del><ins>+PASS markerElement.markerUnits.baseVal = 0 threw exception SVG_INVALID_VALUE_ERR (DOM SVG Exception 1): An invalid value was passed to an operation or assigned to an attribute..
</ins><span class="cx"> PASS markerElement.markerUnits.baseVal is SVGMarkerElement.SVG_MARKERUNITS_STROKEWIDTH
</span><span class="cx"> PASS markerElement.getAttribute('markerUnits') is &quot;strokeWidth&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -89,13 +89,13 @@
</span><span class="cx"> PASS markerElement.getAttribute('orient') is &quot;10deg&quot;
</span><span class="cx"> 
</span><span class="cx"> Try setting invalid values
</span><del>-PASS markerElement.orientType.baseVal = 3 threw exception Error: SVG_INVALID_VALUE_ERR: DOM SVG Exception 1.
</del><ins>+PASS markerElement.orientType.baseVal = 3 threw exception SVG_INVALID_VALUE_ERR (DOM SVG Exception 1): An invalid value was passed to an operation or assigned to an attribute..
</ins><span class="cx"> PASS markerElement.orientType.baseVal is SVGMarkerElement.SVG_MARKER_ORIENT_ANGLE
</span><span class="cx"> PASS markerElement.getAttribute('orient') is &quot;10deg&quot;
</span><del>-PASS markerElement.orientType.baseVal = -1 threw exception Error: SVG_INVALID_VALUE_ERR: DOM SVG Exception 1.
</del><ins>+PASS markerElement.orientType.baseVal = -1 threw exception SVG_INVALID_VALUE_ERR (DOM SVG Exception 1): An invalid value was passed to an operation or assigned to an attribute..
</ins><span class="cx"> PASS markerElement.orientType.baseVal is SVGMarkerElement.SVG_MARKER_ORIENT_ANGLE
</span><span class="cx"> PASS markerElement.getAttribute('orient') is &quot;10deg&quot;
</span><del>-PASS markerElement.orientType.baseVal = 0 threw exception Error: SVG_INVALID_VALUE_ERR: DOM SVG Exception 1.
</del><ins>+PASS markerElement.orientType.baseVal = 0 threw exception SVG_INVALID_VALUE_ERR (DOM SVG Exception 1): An invalid value was passed to an operation or assigned to an attribute..
</ins><span class="cx"> PASS markerElement.orientType.baseVal is SVGMarkerElement.SVG_MARKER_ORIENT_ANGLE
</span><span class="cx"> PASS markerElement.getAttribute('orient') is &quot;10deg&quot;
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestssvgdomSVGAnimatedEnumerationSVGMaskElementexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/svg/dom/SVGAnimatedEnumeration-SVGMaskElement-expected.txt (203327 => 203328)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/dom/SVGAnimatedEnumeration-SVGMaskElement-expected.txt        2016-07-16 18:31:19 UTC (rev 203327)
+++ trunk/LayoutTests/svg/dom/SVGAnimatedEnumeration-SVGMaskElement-expected.txt        2016-07-16 21:33:01 UTC (rev 203328)
</span><span class="lines">@@ -15,13 +15,13 @@
</span><span class="cx"> PASS patternElement.getAttribute('patternUnits') is &quot;objectBoundingBox&quot;
</span><span class="cx"> 
</span><span class="cx"> Try setting invalid values
</span><del>-PASS patternElement.patternUnits.baseVal = 3 threw exception Error: SVG_INVALID_VALUE_ERR: DOM SVG Exception 1.
</del><ins>+PASS patternElement.patternUnits.baseVal = 3 threw exception SVG_INVALID_VALUE_ERR (DOM SVG Exception 1): An invalid value was passed to an operation or assigned to an attribute..
</ins><span class="cx"> PASS patternElement.patternUnits.baseVal is SVGUnitTypes.SVG_UNIT_TYPE_OBJECTBOUNDINGBOX
</span><span class="cx"> PASS patternElement.getAttribute('patternUnits') is &quot;objectBoundingBox&quot;
</span><del>-PASS patternElement.patternUnits.baseVal = -1 threw exception Error: SVG_INVALID_VALUE_ERR: DOM SVG Exception 1.
</del><ins>+PASS patternElement.patternUnits.baseVal = -1 threw exception SVG_INVALID_VALUE_ERR (DOM SVG Exception 1): An invalid value was passed to an operation or assigned to an attribute..
</ins><span class="cx"> PASS patternElement.patternUnits.baseVal is SVGUnitTypes.SVG_UNIT_TYPE_OBJECTBOUNDINGBOX
</span><span class="cx"> PASS patternElement.getAttribute('patternUnits') is &quot;objectBoundingBox&quot;
</span><del>-PASS patternElement.patternUnits.baseVal = 0 threw exception Error: SVG_INVALID_VALUE_ERR: DOM SVG Exception 1.
</del><ins>+PASS patternElement.patternUnits.baseVal = 0 threw exception SVG_INVALID_VALUE_ERR (DOM SVG Exception 1): An invalid value was passed to an operation or assigned to an attribute..
</ins><span class="cx"> PASS patternElement.patternUnits.baseVal is SVGUnitTypes.SVG_UNIT_TYPE_OBJECTBOUNDINGBOX
</span><span class="cx"> PASS patternElement.getAttribute('patternUnits') is &quot;objectBoundingBox&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -41,13 +41,13 @@
</span><span class="cx"> PASS patternElement.getAttribute('patternContentUnits') is &quot;objectBoundingBox&quot;
</span><span class="cx"> 
</span><span class="cx"> Try setting invalid values
</span><del>-PASS patternElement.patternContentUnits.baseVal = 3 threw exception Error: SVG_INVALID_VALUE_ERR: DOM SVG Exception 1.
</del><ins>+PASS patternElement.patternContentUnits.baseVal = 3 threw exception SVG_INVALID_VALUE_ERR (DOM SVG Exception 1): An invalid value was passed to an operation or assigned to an attribute..
</ins><span class="cx"> PASS patternElement.patternContentUnits.baseVal is SVGUnitTypes.SVG_UNIT_TYPE_OBJECTBOUNDINGBOX
</span><span class="cx"> PASS patternElement.getAttribute('patternContentUnits') is &quot;objectBoundingBox&quot;
</span><del>-PASS patternElement.patternContentUnits.baseVal = -1 threw exception Error: SVG_INVALID_VALUE_ERR: DOM SVG Exception 1.
</del><ins>+PASS patternElement.patternContentUnits.baseVal = -1 threw exception SVG_INVALID_VALUE_ERR (DOM SVG Exception 1): An invalid value was passed to an operation or assigned to an attribute..
</ins><span class="cx"> PASS patternElement.patternContentUnits.baseVal is SVGUnitTypes.SVG_UNIT_TYPE_OBJECTBOUNDINGBOX
</span><span class="cx"> PASS patternElement.getAttribute('patternContentUnits') is &quot;objectBoundingBox&quot;
</span><del>-PASS patternElement.patternContentUnits.baseVal = 0 threw exception Error: SVG_INVALID_VALUE_ERR: DOM SVG Exception 1.
</del><ins>+PASS patternElement.patternContentUnits.baseVal = 0 threw exception SVG_INVALID_VALUE_ERR (DOM SVG Exception 1): An invalid value was passed to an operation or assigned to an attribute..
</ins><span class="cx"> PASS patternElement.patternContentUnits.baseVal is SVGUnitTypes.SVG_UNIT_TYPE_OBJECTBOUNDINGBOX
</span><span class="cx"> PASS patternElement.getAttribute('patternContentUnits') is &quot;objectBoundingBox&quot;
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestssvgdomSVGAnimatedEnumerationSVGPatternElementexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/svg/dom/SVGAnimatedEnumeration-SVGPatternElement-expected.txt (203327 => 203328)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/dom/SVGAnimatedEnumeration-SVGPatternElement-expected.txt        2016-07-16 18:31:19 UTC (rev 203327)
+++ trunk/LayoutTests/svg/dom/SVGAnimatedEnumeration-SVGPatternElement-expected.txt        2016-07-16 21:33:01 UTC (rev 203328)
</span><span class="lines">@@ -15,13 +15,13 @@
</span><span class="cx"> PASS maskElement.getAttribute('maskUnits') is &quot;objectBoundingBox&quot;
</span><span class="cx"> 
</span><span class="cx"> Try setting invalid values
</span><del>-PASS maskElement.maskUnits.baseVal = 3 threw exception Error: SVG_INVALID_VALUE_ERR: DOM SVG Exception 1.
</del><ins>+PASS maskElement.maskUnits.baseVal = 3 threw exception SVG_INVALID_VALUE_ERR (DOM SVG Exception 1): An invalid value was passed to an operation or assigned to an attribute..
</ins><span class="cx"> PASS maskElement.maskUnits.baseVal is SVGUnitTypes.SVG_UNIT_TYPE_OBJECTBOUNDINGBOX
</span><span class="cx"> PASS maskElement.getAttribute('maskUnits') is &quot;objectBoundingBox&quot;
</span><del>-PASS maskElement.maskUnits.baseVal = -1 threw exception Error: SVG_INVALID_VALUE_ERR: DOM SVG Exception 1.
</del><ins>+PASS maskElement.maskUnits.baseVal = -1 threw exception SVG_INVALID_VALUE_ERR (DOM SVG Exception 1): An invalid value was passed to an operation or assigned to an attribute..
</ins><span class="cx"> PASS maskElement.maskUnits.baseVal is SVGUnitTypes.SVG_UNIT_TYPE_OBJECTBOUNDINGBOX
</span><span class="cx"> PASS maskElement.getAttribute('maskUnits') is &quot;objectBoundingBox&quot;
</span><del>-PASS maskElement.maskUnits.baseVal = 0 threw exception Error: SVG_INVALID_VALUE_ERR: DOM SVG Exception 1.
</del><ins>+PASS maskElement.maskUnits.baseVal = 0 threw exception SVG_INVALID_VALUE_ERR (DOM SVG Exception 1): An invalid value was passed to an operation or assigned to an attribute..
</ins><span class="cx"> PASS maskElement.maskUnits.baseVal is SVGUnitTypes.SVG_UNIT_TYPE_OBJECTBOUNDINGBOX
</span><span class="cx"> PASS maskElement.getAttribute('maskUnits') is &quot;objectBoundingBox&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -41,13 +41,13 @@
</span><span class="cx"> PASS maskElement.getAttribute('maskContentUnits') is &quot;objectBoundingBox&quot;
</span><span class="cx"> 
</span><span class="cx"> Try setting invalid values
</span><del>-PASS maskElement.maskContentUnits.baseVal = 3 threw exception Error: SVG_INVALID_VALUE_ERR: DOM SVG Exception 1.
</del><ins>+PASS maskElement.maskContentUnits.baseVal = 3 threw exception SVG_INVALID_VALUE_ERR (DOM SVG Exception 1): An invalid value was passed to an operation or assigned to an attribute..
</ins><span class="cx"> PASS maskElement.maskContentUnits.baseVal is SVGUnitTypes.SVG_UNIT_TYPE_OBJECTBOUNDINGBOX
</span><span class="cx"> PASS maskElement.getAttribute('maskContentUnits') is &quot;objectBoundingBox&quot;
</span><del>-PASS maskElement.maskContentUnits.baseVal = -1 threw exception Error: SVG_INVALID_VALUE_ERR: DOM SVG Exception 1.
</del><ins>+PASS maskElement.maskContentUnits.baseVal = -1 threw exception SVG_INVALID_VALUE_ERR (DOM SVG Exception 1): An invalid value was passed to an operation or assigned to an attribute..
</ins><span class="cx"> PASS maskElement.maskContentUnits.baseVal is SVGUnitTypes.SVG_UNIT_TYPE_OBJECTBOUNDINGBOX
</span><span class="cx"> PASS maskElement.getAttribute('maskContentUnits') is &quot;objectBoundingBox&quot;
</span><del>-PASS maskElement.maskContentUnits.baseVal = 0 threw exception Error: SVG_INVALID_VALUE_ERR: DOM SVG Exception 1.
</del><ins>+PASS maskElement.maskContentUnits.baseVal = 0 threw exception SVG_INVALID_VALUE_ERR (DOM SVG Exception 1): An invalid value was passed to an operation or assigned to an attribute..
</ins><span class="cx"> PASS maskElement.maskContentUnits.baseVal is SVGUnitTypes.SVG_UNIT_TYPE_OBJECTBOUNDINGBOX
</span><span class="cx"> PASS maskElement.getAttribute('maskContentUnits') is &quot;objectBoundingBox&quot;
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestssvgdomSVGAnimatedEnumerationSVGTextContentElementexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/svg/dom/SVGAnimatedEnumeration-SVGTextContentElement-expected.txt (203327 => 203328)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/dom/SVGAnimatedEnumeration-SVGTextContentElement-expected.txt        2016-07-16 18:31:19 UTC (rev 203327)
+++ trunk/LayoutTests/svg/dom/SVGAnimatedEnumeration-SVGTextContentElement-expected.txt        2016-07-16 21:33:01 UTC (rev 203328)
</span><span class="lines">@@ -15,13 +15,13 @@
</span><span class="cx"> PASS textContentElement.getAttribute('lengthAdjust') is &quot;spacingAndGlyphs&quot;
</span><span class="cx"> 
</span><span class="cx"> Try setting invalid values
</span><del>-PASS textContentElement.lengthAdjust.baseVal = 3 threw exception Error: SVG_INVALID_VALUE_ERR: DOM SVG Exception 1.
</del><ins>+PASS textContentElement.lengthAdjust.baseVal = 3 threw exception SVG_INVALID_VALUE_ERR (DOM SVG Exception 1): An invalid value was passed to an operation or assigned to an attribute..
</ins><span class="cx"> PASS textContentElement.lengthAdjust.baseVal is SVGTextContentElement.LENGTHADJUST_SPACINGANDGLYPHS
</span><span class="cx"> PASS textContentElement.getAttribute('lengthAdjust') is &quot;spacingAndGlyphs&quot;
</span><del>-PASS textContentElement.lengthAdjust.baseVal = -1 threw exception Error: SVG_INVALID_VALUE_ERR: DOM SVG Exception 1.
</del><ins>+PASS textContentElement.lengthAdjust.baseVal = -1 threw exception SVG_INVALID_VALUE_ERR (DOM SVG Exception 1): An invalid value was passed to an operation or assigned to an attribute..
</ins><span class="cx"> PASS textContentElement.lengthAdjust.baseVal is SVGTextContentElement.LENGTHADJUST_SPACINGANDGLYPHS
</span><span class="cx"> PASS textContentElement.getAttribute('lengthAdjust') is &quot;spacingAndGlyphs&quot;
</span><del>-PASS textContentElement.lengthAdjust.baseVal = 0 threw exception Error: SVG_INVALID_VALUE_ERR: DOM SVG Exception 1.
</del><ins>+PASS textContentElement.lengthAdjust.baseVal = 0 threw exception SVG_INVALID_VALUE_ERR (DOM SVG Exception 1): An invalid value was passed to an operation or assigned to an attribute..
</ins><span class="cx"> PASS textContentElement.lengthAdjust.baseVal is SVGTextContentElement.LENGTHADJUST_SPACINGANDGLYPHS
</span><span class="cx"> PASS textContentElement.getAttribute('lengthAdjust') is &quot;spacingAndGlyphs&quot;
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestssvgdomSVGAnimatedEnumerationSVGTextPathElementexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/svg/dom/SVGAnimatedEnumeration-SVGTextPathElement-expected.txt (203327 => 203328)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/dom/SVGAnimatedEnumeration-SVGTextPathElement-expected.txt        2016-07-16 18:31:19 UTC (rev 203327)
+++ trunk/LayoutTests/svg/dom/SVGAnimatedEnumeration-SVGTextPathElement-expected.txt        2016-07-16 21:33:01 UTC (rev 203328)
</span><span class="lines">@@ -15,13 +15,13 @@
</span><span class="cx"> PASS textPathElement.getAttribute('method') is &quot;stretch&quot;
</span><span class="cx"> 
</span><span class="cx"> Try setting invalid values
</span><del>-PASS textPathElement.method.baseVal = 3 threw exception Error: SVG_INVALID_VALUE_ERR: DOM SVG Exception 1.
</del><ins>+PASS textPathElement.method.baseVal = 3 threw exception SVG_INVALID_VALUE_ERR (DOM SVG Exception 1): An invalid value was passed to an operation or assigned to an attribute..
</ins><span class="cx"> PASS textPathElement.method.baseVal is SVGTextPathElement.TEXTPATH_METHODTYPE_STRETCH
</span><span class="cx"> PASS textPathElement.getAttribute('method') is &quot;stretch&quot;
</span><del>-PASS textPathElement.method.baseVal = -1 threw exception Error: SVG_INVALID_VALUE_ERR: DOM SVG Exception 1.
</del><ins>+PASS textPathElement.method.baseVal = -1 threw exception SVG_INVALID_VALUE_ERR (DOM SVG Exception 1): An invalid value was passed to an operation or assigned to an attribute..
</ins><span class="cx"> PASS textPathElement.method.baseVal is SVGTextPathElement.TEXTPATH_METHODTYPE_STRETCH
</span><span class="cx"> PASS textPathElement.getAttribute('method') is &quot;stretch&quot;
</span><del>-PASS textPathElement.method.baseVal = 0 threw exception Error: SVG_INVALID_VALUE_ERR: DOM SVG Exception 1.
</del><ins>+PASS textPathElement.method.baseVal = 0 threw exception SVG_INVALID_VALUE_ERR (DOM SVG Exception 1): An invalid value was passed to an operation or assigned to an attribute..
</ins><span class="cx"> PASS textPathElement.method.baseVal is SVGTextPathElement.TEXTPATH_METHODTYPE_STRETCH
</span><span class="cx"> PASS textPathElement.getAttribute('method') is &quot;stretch&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -41,13 +41,13 @@
</span><span class="cx"> PASS textPathElement.getAttribute('spacing') is &quot;exact&quot;
</span><span class="cx"> 
</span><span class="cx"> Try setting invalid values
</span><del>-PASS textPathElement.spacing.baseVal = 3 threw exception Error: SVG_INVALID_VALUE_ERR: DOM SVG Exception 1.
</del><ins>+PASS textPathElement.spacing.baseVal = 3 threw exception SVG_INVALID_VALUE_ERR (DOM SVG Exception 1): An invalid value was passed to an operation or assigned to an attribute..
</ins><span class="cx"> PASS textPathElement.spacing.baseVal is SVGTextPathElement.TEXTPATH_SPACINGTYPE_EXACT
</span><span class="cx"> PASS textPathElement.getAttribute('spacing') is &quot;exact&quot;
</span><del>-PASS textPathElement.spacing.baseVal = -1 threw exception Error: SVG_INVALID_VALUE_ERR: DOM SVG Exception 1.
</del><ins>+PASS textPathElement.spacing.baseVal = -1 threw exception SVG_INVALID_VALUE_ERR (DOM SVG Exception 1): An invalid value was passed to an operation or assigned to an attribute..
</ins><span class="cx"> PASS textPathElement.spacing.baseVal is SVGTextPathElement.TEXTPATH_SPACINGTYPE_EXACT
</span><span class="cx"> PASS textPathElement.getAttribute('spacing') is &quot;exact&quot;
</span><del>-PASS textPathElement.spacing.baseVal = 0 threw exception Error: SVG_INVALID_VALUE_ERR: DOM SVG Exception 1.
</del><ins>+PASS textPathElement.spacing.baseVal = 0 threw exception SVG_INVALID_VALUE_ERR (DOM SVG Exception 1): An invalid value was passed to an operation or assigned to an attribute..
</ins><span class="cx"> PASS textPathElement.spacing.baseVal is SVGTextPathElement.TEXTPATH_SPACINGTYPE_EXACT
</span><span class="cx"> PASS textPathElement.getAttribute('spacing') is &quot;exact&quot;
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestssvgdomSVGAnimatedEnumerationexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/svg/dom/SVGAnimatedEnumeration-expected.txt (203327 => 203328)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/dom/SVGAnimatedEnumeration-expected.txt        2016-07-16 18:31:19 UTC (rev 203327)
+++ trunk/LayoutTests/svg/dom/SVGAnimatedEnumeration-expected.txt        2016-07-16 21:33:01 UTC (rev 203328)
</span><span class="lines">@@ -14,16 +14,16 @@
</span><span class="cx"> PASS clipPathElement.clipPathUnits.baseVal is SVGUnitTypes.SVG_UNIT_TYPE_USERSPACEONUSE
</span><span class="cx"> 
</span><span class="cx"> Check assigning various valid and invalid values
</span><del>-PASS clipPathElement.clipPathUnits.baseVal = 3 threw exception Error: SVG_INVALID_VALUE_ERR: DOM SVG Exception 1.
</del><ins>+PASS clipPathElement.clipPathUnits.baseVal = 3 threw exception SVG_INVALID_VALUE_ERR (DOM SVG Exception 1): An invalid value was passed to an operation or assigned to an attribute..
</ins><span class="cx"> PASS clipPathElement.clipPathUnits.baseVal is SVGUnitTypes.SVG_UNIT_TYPE_USERSPACEONUSE
</span><del>-PASS clipPathElement.clipPathUnits.baseVal = -1 threw exception Error: SVG_INVALID_VALUE_ERR: DOM SVG Exception 1.
</del><ins>+PASS clipPathElement.clipPathUnits.baseVal = -1 threw exception SVG_INVALID_VALUE_ERR (DOM SVG Exception 1): An invalid value was passed to an operation or assigned to an attribute..
</ins><span class="cx"> PASS clipPathElement.clipPathUnits.baseVal is SVGUnitTypes.SVG_UNIT_TYPE_USERSPACEONUSE
</span><span class="cx"> PASS clipPathElement.clipPathUnits.baseVal = '1' is &quot;1&quot;
</span><span class="cx"> PASS clipPathElement.clipPathUnits.baseVal is SVGUnitTypes.SVG_UNIT_TYPE_USERSPACEONUSE
</span><del>-PASS clipPathElement.clipPathUnits.baseVal = 'aString' threw exception Error: SVG_INVALID_VALUE_ERR: DOM SVG Exception 1.
</del><ins>+PASS clipPathElement.clipPathUnits.baseVal = 'aString' threw exception SVG_INVALID_VALUE_ERR (DOM SVG Exception 1): An invalid value was passed to an operation or assigned to an attribute..
</ins><span class="cx"> PASS clipPathElement.clipPathUnits.baseVal is SVGUnitTypes.SVG_UNIT_TYPE_USERSPACEONUSE
</span><span class="cx"> PASS clipPathElement.clipPathUnits.baseVal = 2 is SVGUnitTypes.SVG_UNIT_TYPE_OBJECTBOUNDINGBOX
</span><del>-PASS clipPathElement.clipPathUnits.baseVal = clipPathElement threw exception Error: SVG_INVALID_VALUE_ERR: DOM SVG Exception 1.
</del><ins>+PASS clipPathElement.clipPathUnits.baseVal = clipPathElement threw exception SVG_INVALID_VALUE_ERR (DOM SVG Exception 1): An invalid value was passed to an operation or assigned to an attribute..
</ins><span class="cx"> PASS clipPathElement.clipPathUnits.baseVal is SVGUnitTypes.SVG_UNIT_TYPE_OBJECTBOUNDINGBOX
</span><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestssvgdomSVGLengthListbasicsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/svg/dom/SVGLengthList-basics-expected.txt (203327 => 203328)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/dom/SVGLengthList-basics-expected.txt        2016-07-16 18:31:19 UTC (rev 203327)
+++ trunk/LayoutTests/svg/dom/SVGLengthList-basics-expected.txt        2016-07-16 21:33:01 UTC (rev 203328)
</span><span class="lines">@@ -15,7 +15,7 @@
</span><span class="cx"> PASS text1.x.baseVal.initialize(30) threw exception TypeError: Argument 1 ('item') to SVGLengthList.initialize must be an instance of SVGLength.
</span><span class="cx"> PASS text1.x.baseVal.initialize('aString') threw exception TypeError: Argument 1 ('item') to SVGLengthList.initialize must be an instance of SVGLength.
</span><span class="cx"> PASS text1.x.baseVal.initialize(text1) threw exception TypeError: Argument 1 ('item') to SVGLengthList.initialize must be an instance of SVGLength.
</span><del>-PASS text1.x.baseVal.initialize(null) threw exception Error: SVG_WRONG_TYPE_ERR: DOM SVG Exception 0.
</del><ins>+PASS text1.x.baseVal.initialize(null) threw exception SVG_WRONG_TYPE_ERR (DOM SVG Exception): An object of the wrong type was passed to an operation..
</ins><span class="cx"> 
</span><span class="cx"> Test uncommon arguments for getItem()
</span><span class="cx"> PASS text1.x.baseVal.getItem(30) threw exception Error: IndexSizeError: DOM Exception 1.
</span><span class="lines">@@ -55,7 +55,7 @@
</span><span class="cx"> PASS text1.x.baseVal.insertItemBefore(30, 0) threw exception TypeError: Argument 1 ('item') to SVGLengthList.insertItemBefore must be an instance of SVGLength.
</span><span class="cx"> PASS text1.x.baseVal.insertItemBefore('aString', 0) threw exception TypeError: Argument 1 ('item') to SVGLengthList.insertItemBefore must be an instance of SVGLength.
</span><span class="cx"> PASS text1.x.baseVal.insertItemBefore(text1, 0) threw exception TypeError: Argument 1 ('item') to SVGLengthList.insertItemBefore must be an instance of SVGLength.
</span><del>-PASS text1.x.baseVal.insertItemBefore(null, 0) threw exception Error: SVG_WRONG_TYPE_ERR: DOM SVG Exception 0.
</del><ins>+PASS text1.x.baseVal.insertItemBefore(null, 0) threw exception SVG_WRONG_TYPE_ERR (DOM SVG Exception): An object of the wrong type was passed to an operation..
</ins><span class="cx"> 
</span><span class="cx"> Set x='1 2 3 4' for text1
</span><span class="cx"> PASS text1.setAttribute('x', '1 2 3 4') is undefined.
</span><span class="lines">@@ -85,7 +85,7 @@
</span><span class="cx"> PASS text1.x.baseVal.replaceItem(30, 0) threw exception TypeError: Argument 1 ('item') to SVGLengthList.replaceItem must be an instance of SVGLength.
</span><span class="cx"> PASS text1.x.baseVal.replaceItem('aString', 0) threw exception TypeError: Argument 1 ('item') to SVGLengthList.replaceItem must be an instance of SVGLength.
</span><span class="cx"> PASS text1.x.baseVal.replaceItem(text1, 0) threw exception TypeError: Argument 1 ('item') to SVGLengthList.replaceItem must be an instance of SVGLength.
</span><del>-PASS text1.x.baseVal.replaceItem(null, 0) threw exception Error: SVG_WRONG_TYPE_ERR: DOM SVG Exception 0.
</del><ins>+PASS text1.x.baseVal.replaceItem(null, 0) threw exception SVG_WRONG_TYPE_ERR (DOM SVG Exception): An object of the wrong type was passed to an operation..
</ins><span class="cx"> PASS text1.x.baseVal.replaceItem(text1.x.baseVal.getItem(0), 0) is text1.x.baseVal.getItem(0)
</span><span class="cx"> PASS text1.x.baseVal.numberOfItems is 4
</span><span class="cx"> PASS text1.x.baseVal.getItem(0).value is 1
</span><span class="lines">@@ -153,7 +153,7 @@
</span><span class="cx"> PASS text1.x.baseVal.appendItem(30) threw exception TypeError: Argument 1 ('item') to SVGLengthList.appendItem must be an instance of SVGLength.
</span><span class="cx"> PASS text1.x.baseVal.appendItem('aString') threw exception TypeError: Argument 1 ('item') to SVGLengthList.appendItem must be an instance of SVGLength.
</span><span class="cx"> PASS text1.x.baseVal.appendItem(text1) threw exception TypeError: Argument 1 ('item') to SVGLengthList.appendItem must be an instance of SVGLength.
</span><del>-PASS text1.x.baseVal.appendItem(null) threw exception Error: SVG_WRONG_TYPE_ERR: DOM SVG Exception 0.
</del><ins>+PASS text1.x.baseVal.appendItem(null) threw exception SVG_WRONG_TYPE_ERR (DOM SVG Exception): An object of the wrong type was passed to an operation..
</ins><span class="cx"> 
</span><span class="cx"> Testing animVal clear throws
</span><span class="cx"> PASS text1.x.animVal.clear() threw exception Error: NoModificationAllowedError: DOM Exception 7.
</span></span></pre></div>
<a id="trunkLayoutTestssvgdomSVGMatrixinterfaceexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/svg/dom/SVGMatrix-interface-expected.txt (203327 => 203328)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/dom/SVGMatrix-interface-expected.txt        2016-07-16 18:31:19 UTC (rev 203327)
+++ trunk/LayoutTests/svg/dom/SVGMatrix-interface-expected.txt        2016-07-16 21:33:01 UTC (rev 203328)
</span><span class="lines">@@ -192,7 +192,7 @@
</span><span class="cx"> PASS parseFloat(m.f) is 20
</span><span class="cx"> 
</span><span class="cx"> Test throwing exception from inverse
</span><del>-PASS m.inverse() threw exception Error: SVG_MATRIX_NOT_INVERTABLE: DOM SVG Exception 2.
</del><ins>+PASS m.inverse() threw exception SVG_MATRIX_NOT_INVERTABLE (DOM SVG Exception 2): An attempt was made to invert a matrix that is not invertible..
</ins><span class="cx"> 
</span><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestssvgdomSVGNumberListbasicsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/svg/dom/SVGNumberList-basics-expected.txt (203327 => 203328)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/dom/SVGNumberList-basics-expected.txt        2016-07-16 18:31:19 UTC (rev 203327)
+++ trunk/LayoutTests/svg/dom/SVGNumberList-basics-expected.txt        2016-07-16 21:33:01 UTC (rev 203328)
</span><span class="lines">@@ -12,7 +12,7 @@
</span><span class="cx"> PASS text1.rotate.baseVal.initialize(30) threw exception TypeError: Argument 1 ('item') to SVGNumberList.initialize must be an instance of SVGNumber.
</span><span class="cx"> PASS text1.rotate.baseVal.initialize('aString') threw exception TypeError: Argument 1 ('item') to SVGNumberList.initialize must be an instance of SVGNumber.
</span><span class="cx"> PASS text1.rotate.baseVal.initialize(text1) threw exception TypeError: Argument 1 ('item') to SVGNumberList.initialize must be an instance of SVGNumber.
</span><del>-PASS text1.rotate.baseVal.initialize(null) threw exception Error: SVG_WRONG_TYPE_ERR: DOM SVG Exception 0.
</del><ins>+PASS text1.rotate.baseVal.initialize(null) threw exception SVG_WRONG_TYPE_ERR (DOM SVG Exception): An object of the wrong type was passed to an operation..
</ins><span class="cx"> 
</span><span class="cx"> Test uncommon arguments for getItem()
</span><span class="cx"> PASS text1.rotate.baseVal.getItem(30) threw exception Error: IndexSizeError: DOM Exception 1.
</span><span class="lines">@@ -52,7 +52,7 @@
</span><span class="cx"> PASS text1.rotate.baseVal.insertItemBefore(30, 0) threw exception TypeError: Argument 1 ('item') to SVGNumberList.insertItemBefore must be an instance of SVGNumber.
</span><span class="cx"> PASS text1.rotate.baseVal.insertItemBefore('aString', 0) threw exception TypeError: Argument 1 ('item') to SVGNumberList.insertItemBefore must be an instance of SVGNumber.
</span><span class="cx"> PASS text1.rotate.baseVal.insertItemBefore(text1, 0) threw exception TypeError: Argument 1 ('item') to SVGNumberList.insertItemBefore must be an instance of SVGNumber.
</span><del>-PASS text1.rotate.baseVal.insertItemBefore(null, 0) threw exception Error: SVG_WRONG_TYPE_ERR: DOM SVG Exception 0.
</del><ins>+PASS text1.rotate.baseVal.insertItemBefore(null, 0) threw exception SVG_WRONG_TYPE_ERR (DOM SVG Exception): An object of the wrong type was passed to an operation..
</ins><span class="cx"> 
</span><span class="cx"> Set rotate='1 2 3 4' for text1
</span><span class="cx"> PASS text1.setAttribute('rotate', '1 2 3 4') is undefined.
</span><span class="lines">@@ -71,7 +71,7 @@
</span><span class="cx"> PASS text1.rotate.baseVal.replaceItem(30, 0) threw exception TypeError: Argument 1 ('item') to SVGNumberList.replaceItem must be an instance of SVGNumber.
</span><span class="cx"> PASS text1.rotate.baseVal.replaceItem('aString', 0) threw exception TypeError: Argument 1 ('item') to SVGNumberList.replaceItem must be an instance of SVGNumber.
</span><span class="cx"> PASS text1.rotate.baseVal.replaceItem(text1, 0) threw exception TypeError: Argument 1 ('item') to SVGNumberList.replaceItem must be an instance of SVGNumber.
</span><del>-PASS text1.rotate.baseVal.replaceItem(null, 0) threw exception Error: SVG_WRONG_TYPE_ERR: DOM SVG Exception 0.
</del><ins>+PASS text1.rotate.baseVal.replaceItem(null, 0) threw exception SVG_WRONG_TYPE_ERR (DOM SVG Exception): An object of the wrong type was passed to an operation..
</ins><span class="cx"> PASS text1.rotate.baseVal.replaceItem(text1.rotate.baseVal.getItem(0), 0) is text1.rotate.baseVal.getItem(0)
</span><span class="cx"> PASS text1.rotate.baseVal.numberOfItems is 4
</span><span class="cx"> PASS text1.rotate.baseVal.getItem(0).value is 1
</span><span class="lines">@@ -118,7 +118,7 @@
</span><span class="cx"> PASS text1.rotate.baseVal.appendItem(30) threw exception TypeError: Argument 1 ('item') to SVGNumberList.appendItem must be an instance of SVGNumber.
</span><span class="cx"> PASS text1.rotate.baseVal.appendItem('aString') threw exception TypeError: Argument 1 ('item') to SVGNumberList.appendItem must be an instance of SVGNumber.
</span><span class="cx"> PASS text1.rotate.baseVal.appendItem(text1) threw exception TypeError: Argument 1 ('item') to SVGNumberList.appendItem must be an instance of SVGNumber.
</span><del>-PASS text1.rotate.baseVal.appendItem(null) threw exception Error: SVG_WRONG_TYPE_ERR: DOM SVG Exception 0.
</del><ins>+PASS text1.rotate.baseVal.appendItem(null) threw exception SVG_WRONG_TYPE_ERR (DOM SVG Exception): An object of the wrong type was passed to an operation..
</ins><span class="cx"> 
</span><span class="cx"> Testing animVal clear throws
</span><span class="cx"> PASS text1.rotate.animVal.clear() threw exception Error: NoModificationAllowedError: DOM Exception 7.
</span></span></pre></div>
<a id="trunkLayoutTestssvgdomSVGPointListbasicsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/svg/dom/SVGPointList-basics-expected.txt (203327 => 203328)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/dom/SVGPointList-basics-expected.txt        2016-07-16 18:31:19 UTC (rev 203327)
+++ trunk/LayoutTests/svg/dom/SVGPointList-basics-expected.txt        2016-07-16 21:33:01 UTC (rev 203328)
</span><span class="lines">@@ -74,13 +74,13 @@
</span><span class="cx"> PASS poly1.points.insertItemBefore(30, 0) threw exception TypeError: Argument 1 ('item') to SVGPointList.insertItemBefore must be an instance of SVGPoint.
</span><span class="cx"> PASS poly1.points.insertItemBefore('aString', 0) threw exception TypeError: Argument 1 ('item') to SVGPointList.insertItemBefore must be an instance of SVGPoint.
</span><span class="cx"> PASS poly1.points.insertItemBefore(poly1, 0) threw exception TypeError: Argument 1 ('item') to SVGPointList.insertItemBefore must be an instance of SVGPoint.
</span><del>-PASS poly1.points.insertItemBefore(null, 0) threw exception Error: SVG_WRONG_TYPE_ERR: DOM SVG Exception 0.
</del><ins>+PASS poly1.points.insertItemBefore(null, 0) threw exception SVG_WRONG_TYPE_ERR (DOM SVG Exception): An object of the wrong type was passed to an operation..
</ins><span class="cx"> 
</span><span class="cx"> Test uncommon arguments for replaceItem()
</span><span class="cx"> PASS poly1.points.replaceItem(30) threw exception TypeError: Not enough arguments.
</span><span class="cx"> PASS poly1.points.replaceItem('aString') threw exception TypeError: Not enough arguments.
</span><span class="cx"> PASS poly1.points.replaceItem(poly1) threw exception TypeError: Not enough arguments.
</span><del>-PASS poly1.points.replaceItem(null, 0) threw exception Error: SVG_WRONG_TYPE_ERR: DOM SVG Exception 0.
</del><ins>+PASS poly1.points.replaceItem(null, 0) threw exception SVG_WRONG_TYPE_ERR (DOM SVG Exception): An object of the wrong type was passed to an operation..
</ins><span class="cx"> PASS poly1.points.replaceItem('aString', 0) threw exception TypeError: Argument 1 ('item') to SVGPointList.replaceItem must be an instance of SVGPoint.
</span><span class="cx"> PASS poly1.points.replaceItem(poly1, 0) threw exception TypeError: Argument 1 ('item') to SVGPointList.replaceItem must be an instance of SVGPoint.
</span><span class="cx"> PASS poly1.points.replaceItem(1, 0) threw exception TypeError: Argument 1 ('item') to SVGPointList.replaceItem must be an instance of SVGPoint.
</span><span class="lines">@@ -142,7 +142,7 @@
</span><span class="cx"> PASS poly1.points.appendItem(30) threw exception TypeError: Argument 1 ('item') to SVGPointList.appendItem must be an instance of SVGPoint.
</span><span class="cx"> PASS poly1.points.appendItem('aString') threw exception TypeError: Argument 1 ('item') to SVGPointList.appendItem must be an instance of SVGPoint.
</span><span class="cx"> PASS poly1.points.appendItem(poly1) threw exception TypeError: Argument 1 ('item') to SVGPointList.appendItem must be an instance of SVGPoint.
</span><del>-PASS poly1.points.appendItem(null) threw exception Error: SVG_WRONG_TYPE_ERR: DOM SVG Exception 0.
</del><ins>+PASS poly1.points.appendItem(null) threw exception SVG_WRONG_TYPE_ERR (DOM SVG Exception): An object of the wrong type was passed to an operation..
</ins><span class="cx"> PASS dumpPoint(poly1.points.appendItem(point)) is &quot;x=200 y=100&quot;
</span><span class="cx"> PASS poly1.points.numberOfItems is 2
</span><span class="cx"> PASS dumpPoint(poly1.points.getItem(0)) is &quot;x=0 y=100&quot;
</span></span></pre></div>
<a id="trunkLayoutTestssvgdomSVGTransformListbasicsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/svg/dom/SVGTransformList-basics-expected.txt (203327 => 203328)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/dom/SVGTransformList-basics-expected.txt        2016-07-16 18:31:19 UTC (rev 203327)
+++ trunk/LayoutTests/svg/dom/SVGTransformList-basics-expected.txt        2016-07-16 21:33:01 UTC (rev 203328)
</span><span class="lines">@@ -13,7 +13,7 @@
</span><span class="cx"> PASS circle1.transform.baseVal.initialize(30) threw exception TypeError: Argument 1 ('item') to SVGTransformList.initialize must be an instance of SVGTransform.
</span><span class="cx"> PASS circle1.transform.baseVal.initialize('aString') threw exception TypeError: Argument 1 ('item') to SVGTransformList.initialize must be an instance of SVGTransform.
</span><span class="cx"> PASS circle1.transform.baseVal.initialize(circle1) threw exception TypeError: Argument 1 ('item') to SVGTransformList.initialize must be an instance of SVGTransform.
</span><del>-PASS circle1.transform.baseVal.initialize(null) threw exception Error: SVG_WRONG_TYPE_ERR: DOM SVG Exception 0.
</del><ins>+PASS circle1.transform.baseVal.initialize(null) threw exception SVG_WRONG_TYPE_ERR (DOM SVG Exception): An object of the wrong type was passed to an operation..
</ins><span class="cx"> 
</span><span class="cx"> Test uncommon arguments for getItem()
</span><span class="cx"> PASS circle1.transform.baseVal.getItem(30) threw exception Error: IndexSizeError: DOM Exception 1.
</span><span class="lines">@@ -49,7 +49,7 @@
</span><span class="cx"> PASS circle1.transform.baseVal.insertItemBefore(30, 0) threw exception TypeError: Argument 1 ('item') to SVGTransformList.insertItemBefore must be an instance of SVGTransform.
</span><span class="cx"> PASS circle1.transform.baseVal.insertItemBefore('aString', 0) threw exception TypeError: Argument 1 ('item') to SVGTransformList.insertItemBefore must be an instance of SVGTransform.
</span><span class="cx"> PASS circle1.transform.baseVal.insertItemBefore(circle1, 0) threw exception TypeError: Argument 1 ('item') to SVGTransformList.insertItemBefore must be an instance of SVGTransform.
</span><del>-PASS circle1.transform.baseVal.insertItemBefore(null, 0) threw exception Error: SVG_WRONG_TYPE_ERR: DOM SVG Exception 0.
</del><ins>+PASS circle1.transform.baseVal.insertItemBefore(null, 0) threw exception SVG_WRONG_TYPE_ERR (DOM SVG Exception): An object of the wrong type was passed to an operation..
</ins><span class="cx"> 
</span><span class="cx"> Test overlapping edge cases for removeItem()
</span><span class="cx"> PASS circle1.setAttribute('transform', 'scale(2 2) translate(10 10)') is undefined.
</span><span class="lines">@@ -75,7 +75,7 @@
</span><span class="cx"> PASS circle1.transform.baseVal.replaceItem(30, 0) threw exception TypeError: Argument 1 ('item') to SVGTransformList.replaceItem must be an instance of SVGTransform.
</span><span class="cx"> PASS circle1.transform.baseVal.replaceItem('aString', 0) threw exception TypeError: Argument 1 ('item') to SVGTransformList.replaceItem must be an instance of SVGTransform.
</span><span class="cx"> PASS circle1.transform.baseVal.replaceItem(circle1, 0) threw exception TypeError: Argument 1 ('item') to SVGTransformList.replaceItem must be an instance of SVGTransform.
</span><del>-PASS circle1.transform.baseVal.replaceItem(null, 0) threw exception Error: SVG_WRONG_TYPE_ERR: DOM SVG Exception 0.
</del><ins>+PASS circle1.transform.baseVal.replaceItem(null, 0) threw exception SVG_WRONG_TYPE_ERR (DOM SVG Exception): An object of the wrong type was passed to an operation..
</ins><span class="cx"> PASS circle1.transform.baseVal.replaceItem(circle1.transform.baseVal.getItem(0), 0) is circle1.transform.baseVal.getItem(0)
</span><span class="cx"> PASS circle1.transform.baseVal.numberOfItems is 4
</span><span class="cx"> PASS dumpTransform(circle1.transform.baseVal.getItem(0)) is &quot;type=SVG_TRANSFORM_ROTATE matrix=[0.0 1.0 -1.0 0.0 0.0 0.0]&quot;
</span><span class="lines">@@ -126,7 +126,7 @@
</span><span class="cx"> PASS circle1.transform.baseVal.appendItem(30) threw exception TypeError: Argument 1 ('item') to SVGTransformList.appendItem must be an instance of SVGTransform.
</span><span class="cx"> PASS circle1.transform.baseVal.appendItem('aString') threw exception TypeError: Argument 1 ('item') to SVGTransformList.appendItem must be an instance of SVGTransform.
</span><span class="cx"> PASS circle1.transform.baseVal.appendItem(circle1) threw exception TypeError: Argument 1 ('item') to SVGTransformList.appendItem must be an instance of SVGTransform.
</span><del>-PASS circle1.transform.baseVal.appendItem(null) threw exception Error: SVG_WRONG_TYPE_ERR: DOM SVG Exception 0.
</del><ins>+PASS circle1.transform.baseVal.appendItem(null) threw exception SVG_WRONG_TYPE_ERR (DOM SVG Exception): An object of the wrong type was passed to an operation..
</ins><span class="cx"> 
</span><span class="cx"> Testing animVal clear throws
</span><span class="cx"> PASS circle1.transform.animVal.clear() threw exception Error: NoModificationAllowedError: DOM Exception 7.
</span></span></pre></div>
<a id="trunkLayoutTestssvgdomsvglistexceptiononoutboundserrorexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/svg/dom/svglist-exception-on-out-bounds-error-expected.txt (203327 => 203328)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/dom/svglist-exception-on-out-bounds-error-expected.txt        2016-07-16 18:31:19 UTC (rev 203327)
+++ trunk/LayoutTests/svg/dom/svglist-exception-on-out-bounds-error-expected.txt        2016-07-16 21:33:01 UTC (rev 203328)
</span><span class="lines">@@ -4,40 +4,40 @@
</span><span class="cx"> 
</span><span class="cx"> 
</span><span class="cx"> PASS svgList.getItem(index) threw exception Error: IndexSizeError: DOM Exception 1.
</span><del>-PASS svgList.insertItemBefore(null, index) threw exception Error: SVG_WRONG_TYPE_ERR: DOM SVG Exception 0.
</del><ins>+PASS svgList.insertItemBefore(null, index) threw exception SVG_WRONG_TYPE_ERR (DOM SVG Exception): An object of the wrong type was passed to an operation..
</ins><span class="cx"> PASS svgList.insertItemBefore(seg, index) is seg
</span><span class="cx"> PASS svgList.replaceItem(seg, index) threw exception Error: IndexSizeError: DOM Exception 1.
</span><del>-PASS svgList.replaceItem(null, index) threw exception Error: SVG_WRONG_TYPE_ERR: DOM SVG Exception 0.
</del><ins>+PASS svgList.replaceItem(null, index) threw exception SVG_WRONG_TYPE_ERR (DOM SVG Exception): An object of the wrong type was passed to an operation..
</ins><span class="cx"> PASS svgList.removeItem(index) threw exception Error: IndexSizeError: DOM Exception 1.
</span><span class="cx"> PASS svgList.getItem(index) threw exception Error: IndexSizeError: DOM Exception 1.
</span><del>-PASS svgList.insertItemBefore(null, index) threw exception Error: SVG_WRONG_TYPE_ERR: DOM SVG Exception 0.
</del><ins>+PASS svgList.insertItemBefore(null, index) threw exception SVG_WRONG_TYPE_ERR (DOM SVG Exception): An object of the wrong type was passed to an operation..
</ins><span class="cx"> PASS svgList.insertItemBefore(seg, index) is seg
</span><span class="cx"> PASS svgList.replaceItem(seg, index) threw exception Error: IndexSizeError: DOM Exception 1.
</span><del>-PASS svgList.replaceItem(null, index) threw exception Error: SVG_WRONG_TYPE_ERR: DOM SVG Exception 0.
</del><ins>+PASS svgList.replaceItem(null, index) threw exception SVG_WRONG_TYPE_ERR (DOM SVG Exception): An object of the wrong type was passed to an operation..
</ins><span class="cx"> PASS svgList.removeItem(index) threw exception Error: IndexSizeError: DOM Exception 1.
</span><span class="cx"> PASS svgList.getItem(index) threw exception Error: IndexSizeError: DOM Exception 1.
</span><del>-PASS svgList.insertItemBefore(null, index) threw exception Error: SVG_WRONG_TYPE_ERR: DOM SVG Exception 0.
</del><ins>+PASS svgList.insertItemBefore(null, index) threw exception SVG_WRONG_TYPE_ERR (DOM SVG Exception): An object of the wrong type was passed to an operation..
</ins><span class="cx"> PASS svgList.insertItemBefore(seg, index) is seg
</span><span class="cx"> PASS svgList.replaceItem(seg, index) threw exception Error: IndexSizeError: DOM Exception 1.
</span><del>-PASS svgList.replaceItem(null, index) threw exception Error: SVG_WRONG_TYPE_ERR: DOM SVG Exception 0.
</del><ins>+PASS svgList.replaceItem(null, index) threw exception SVG_WRONG_TYPE_ERR (DOM SVG Exception): An object of the wrong type was passed to an operation..
</ins><span class="cx"> PASS svgList.removeItem(index) threw exception Error: IndexSizeError: DOM Exception 1.
</span><span class="cx"> PASS svgList.getItem(index) threw exception Error: IndexSizeError: DOM Exception 1.
</span><del>-PASS svgList.insertItemBefore(null, index) threw exception Error: SVG_WRONG_TYPE_ERR: DOM SVG Exception 0.
</del><ins>+PASS svgList.insertItemBefore(null, index) threw exception SVG_WRONG_TYPE_ERR (DOM SVG Exception): An object of the wrong type was passed to an operation..
</ins><span class="cx"> PASS svgList.insertItemBefore(seg, index) is seg
</span><span class="cx"> PASS svgList.replaceItem(seg, index) threw exception Error: IndexSizeError: DOM Exception 1.
</span><del>-PASS svgList.replaceItem(null, index) threw exception Error: SVG_WRONG_TYPE_ERR: DOM SVG Exception 0.
</del><ins>+PASS svgList.replaceItem(null, index) threw exception SVG_WRONG_TYPE_ERR (DOM SVG Exception): An object of the wrong type was passed to an operation..
</ins><span class="cx"> PASS svgList.removeItem(index) threw exception Error: IndexSizeError: DOM Exception 1.
</span><span class="cx"> PASS svgList.getItem(index) threw exception Error: IndexSizeError: DOM Exception 1.
</span><del>-PASS svgList.insertItemBefore(null, index) threw exception Error: SVG_WRONG_TYPE_ERR: DOM SVG Exception 0.
</del><ins>+PASS svgList.insertItemBefore(null, index) threw exception SVG_WRONG_TYPE_ERR (DOM SVG Exception): An object of the wrong type was passed to an operation..
</ins><span class="cx"> PASS svgList.insertItemBefore(seg, index) is seg
</span><span class="cx"> PASS svgList.replaceItem(seg, index) threw exception Error: IndexSizeError: DOM Exception 1.
</span><del>-PASS svgList.replaceItem(null, index) threw exception Error: SVG_WRONG_TYPE_ERR: DOM SVG Exception 0.
</del><ins>+PASS svgList.replaceItem(null, index) threw exception SVG_WRONG_TYPE_ERR (DOM SVG Exception): An object of the wrong type was passed to an operation..
</ins><span class="cx"> PASS svgList.removeItem(index) threw exception Error: IndexSizeError: DOM Exception 1.
</span><span class="cx"> PASS svgList.getItem(index) threw exception Error: IndexSizeError: DOM Exception 1.
</span><del>-PASS svgList.insertItemBefore(null, index) threw exception Error: SVG_WRONG_TYPE_ERR: DOM SVG Exception 0.
</del><ins>+PASS svgList.insertItemBefore(null, index) threw exception SVG_WRONG_TYPE_ERR (DOM SVG Exception): An object of the wrong type was passed to an operation..
</ins><span class="cx"> PASS svgList.insertItemBefore(seg, index) is seg
</span><span class="cx"> PASS svgList.replaceItem(seg, index) threw exception Error: IndexSizeError: DOM Exception 1.
</span><del>-PASS svgList.replaceItem(null, index) threw exception Error: SVG_WRONG_TYPE_ERR: DOM SVG Exception 0.
</del><ins>+PASS svgList.replaceItem(null, index) threw exception SVG_WRONG_TYPE_ERR (DOM SVG Exception): An object of the wrong type was passed to an operation..
</ins><span class="cx"> PASS svgList.removeItem(index) threw exception Error: IndexSizeError: DOM Exception 1.
</span><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestssvgfiltersfeBlendinvalidmodeexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/svg/filters/feBlend-invalid-mode-expected.txt (203327 => 203328)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/filters/feBlend-invalid-mode-expected.txt        2016-07-16 18:31:19 UTC (rev 203327)
+++ trunk/LayoutTests/svg/filters/feBlend-invalid-mode-expected.txt        2016-07-16 21:33:01 UTC (rev 203328)
</span><span class="lines">@@ -1,2 +1,2 @@
</span><del>-CONSOLE MESSAGE: line 14: SVG_INVALID_VALUE_ERR: DOM SVG Exception 1: An invalid value was passed to an operation or assigned to an attribute.
</del><ins>+CONSOLE MESSAGE: line 14: SVG_INVALID_VALUE_ERR (DOM SVG Exception 1): An invalid value was passed to an operation or assigned to an attribute.
</ins><span class="cx"> PASS: Invalid blend modes do not trigger a crash. 
</span></span></pre></div>
<a id="trunkLayoutTestssvgfiltersfeComponentTransferstylecrashexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/svg/filters/feComponentTransfer-style-crash-expected.txt (203327 => 203328)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/filters/feComponentTransfer-style-crash-expected.txt        2016-07-16 18:31:19 UTC (rev 203327)
+++ trunk/LayoutTests/svg/filters/feComponentTransfer-style-crash-expected.txt        2016-07-16 21:33:01 UTC (rev 203328)
</span><span class="lines">@@ -1,2 +1,2 @@
</span><del>-ALERT: Error: SVG_INVALID_VALUE_ERR: DOM SVG Exception 1
</del><ins>+ALERT: SVG_INVALID_VALUE_ERR (DOM SVG Exception 1): An invalid value was passed to an operation or assigned to an attribute.
</ins><span class="cx"> PASS
</span></span></pre></div>
<a id="trunkLayoutTestssvgfiltersfeDisplacementMapcrashtestexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/svg/filters/feDisplacementMap-crash-test-expected.txt (203327 => 203328)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/filters/feDisplacementMap-crash-test-expected.txt        2016-07-16 18:31:19 UTC (rev 203327)
+++ trunk/LayoutTests/svg/filters/feDisplacementMap-crash-test-expected.txt        2016-07-16 21:33:01 UTC (rev 203328)
</span><span class="lines">@@ -1,2 +1,2 @@
</span><del>-ALERT: Error: SVG_INVALID_VALUE_ERR: DOM SVG Exception 1
</del><ins>+ALERT: SVG_INVALID_VALUE_ERR (DOM SVG Exception 1): An invalid value was passed to an operation or assigned to an attribute.
</ins><span class="cx"> PASS
</span></span></pre></div>
<a id="trunkSourceWebCoreChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/ChangeLog (203327 => 203328)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/ChangeLog        2016-07-16 18:31:19 UTC (rev 203327)
+++ trunk/Source/WebCore/ChangeLog        2016-07-16 21:33:01 UTC (rev 203328)
</span><span class="lines">@@ -1,3 +1,21 @@
</span><ins>+2016-07-16  Brady Eidson  &lt;beidson@apple.com&gt;
+
+        Update SVGException to use the description in toString().
+        https://bugs.webkit.org/show_bug.cgi?id=159847
+
+        Reviewed by Darin Adler.
+
+        No new tests (Covered by changes to existing tests).
+
+        * bindings/js/JSDOMBinding.cpp:
+        (WebCore::reportException): use consoleErrorMessage for now.
+
+        * dom/ExceptionBase.cpp:
+        (WebCore::ExceptionBase::consoleErrorMessage):
+        * dom/ExceptionBase.h:
+
+        * svg/SVGException.h:
+
</ins><span class="cx"> 2016-07-16  Chris Dumez  &lt;cdumez@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Use fastHasAttribute() when possible
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsjsJSDOMBindingcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/js/JSDOMBinding.cpp (203327 => 203328)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/js/JSDOMBinding.cpp        2016-07-16 18:31:19 UTC (rev 203327)
+++ trunk/Source/WebCore/bindings/js/JSDOMBinding.cpp        2016-07-16 21:33:01 UTC (rev 203328)
</span><span class="lines">@@ -200,7 +200,7 @@
</span><span class="cx">     String errorMessage;
</span><span class="cx">     JSValue exceptionValue = exception-&gt;value();
</span><span class="cx">     if (ExceptionBase* exceptionBase = toExceptionBase(exceptionValue))
</span><del>-        errorMessage = exceptionBase-&gt;message() + &quot;: &quot;  + exceptionBase-&gt;description();
</del><ins>+        errorMessage = exceptionBase-&gt;consoleErrorMessage();
</ins><span class="cx">     else {
</span><span class="cx">         // FIXME: &lt;http://webkit.org/b/115087&gt; Web Inspector: WebCore::reportException should not evaluate JavaScript handling exceptions
</span><span class="cx">         // If this is a custom exception object, call toString on it to try and get a nice string representation for the exception.
</span></span></pre></div>
<a id="trunkSourceWebCoredomExceptionBasecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/ExceptionBase.cpp (203327 => 203328)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/ExceptionBase.cpp        2016-07-16 18:31:19 UTC (rev 203327)
+++ trunk/Source/WebCore/dom/ExceptionBase.cpp        2016-07-16 21:33:01 UTC (rev 203328)
</span><span class="lines">@@ -51,6 +51,14 @@
</span><span class="cx">         m_message = makeString(description.typeName, &quot; Exception &quot;, String::number(description.code));
</span><span class="cx"> }
</span><span class="cx"> 
</span><ins>+String ExceptionBase::consoleErrorMessage() const
+{
+    if (m_messageSource == MessageSource::UseDescription)
+        return toString();
+
+    return makeString(m_message, &quot;: &quot;, m_description);
+}
+
</ins><span class="cx"> String ExceptionBase::toString() const
</span><span class="cx"> {
</span><span class="cx">     if (m_messageSource != MessageSource::UseDescription)
</span></span></pre></div>
<a id="trunkSourceWebCoredomExceptionBaseh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/ExceptionBase.h (203327 => 203328)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/ExceptionBase.h        2016-07-16 18:31:19 UTC (rev 203327)
+++ trunk/Source/WebCore/dom/ExceptionBase.h        2016-07-16 21:33:01 UTC (rev 203328)
</span><span class="lines">@@ -46,6 +46,10 @@
</span><span class="cx"> 
</span><span class="cx">     String toString() const;
</span><span class="cx"> 
</span><ins>+    // FIXME: consoleErrorMessage is needed temporarily while bug 159822 is in progress.
+    // Once 159822 is complete, consoleErrorMessage can be dropped and its callers will use toString instead.
+    String consoleErrorMessage() const;
+
</ins><span class="cx"> protected:
</span><span class="cx">     enum class MessageSource {
</span><span class="cx">         ConstructMessage,
</span></span></pre></div>
<a id="trunkSourceWebCoresvgSVGExceptionh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGException.h (203327 => 203328)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGException.h        2016-07-16 18:31:19 UTC (rev 203327)
+++ trunk/Source/WebCore/svg/SVGException.h        2016-07-16 21:33:01 UTC (rev 203328)
</span><span class="lines">@@ -45,7 +45,7 @@
</span><span class="cx"> 
</span><span class="cx"> private:
</span><span class="cx">     SVGException(const ExceptionCodeDescription&amp; description)
</span><del>-        : ExceptionBase(description)
</del><ins>+        : ExceptionBase(description, ExceptionBase::MessageSource::UseDescription)
</ins><span class="cx">     {
</span><span class="cx">     }
</span><span class="cx"> };
</span></span></pre>
</div>
</div>

</body>
</html>