Reviewed by Eric.
Fix typo in most files: "mesage" -> "message".
Remove unused code in SVGTestCase.js
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@35696 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index e465276..ebc7e68 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,5 +1,96 @@
2008-08-12 Nikolas Zimmermann <zimmermann@kde.org>
+ Reviewed by Eric.
+
+ Fix typo in most files: "mesage" -> "message".
+ Remove unused code in SVGTestCase.js
+
+ * svg/dynamic-updates/resources/SVGCircleElement-dom-cx-attr.js:
+ * svg/dynamic-updates/resources/SVGCircleElement-dom-cy-attr.js:
+ * svg/dynamic-updates/resources/SVGCircleElement-dom-r-attr.js:
+ * svg/dynamic-updates/resources/SVGCircleElement-svgdom-cx-prop.js:
+ * svg/dynamic-updates/resources/SVGCircleElement-svgdom-cy-prop.js:
+ * svg/dynamic-updates/resources/SVGCircleElement-svgdom-r-prop.js:
+ * svg/dynamic-updates/resources/SVGClipPathElement-dom-clipPathUnits-attr.js:
+ * svg/dynamic-updates/resources/SVGClipPathElement-svgdom-clipPathUnits-prop.js:
+ * svg/dynamic-updates/resources/SVGEllipseElement-dom-cx-attr.js:
+ * svg/dynamic-updates/resources/SVGEllipseElement-dom-cy-attr.js:
+ * svg/dynamic-updates/resources/SVGEllipseElement-dom-rx-attr.js:
+ * svg/dynamic-updates/resources/SVGEllipseElement-dom-ry-attr.js:
+ * svg/dynamic-updates/resources/SVGEllipseElement-svgdom-cx-prop.js:
+ * svg/dynamic-updates/resources/SVGEllipseElement-svgdom-cy-prop.js:
+ * svg/dynamic-updates/resources/SVGEllipseElement-svgdom-rx-prop.js:
+ * svg/dynamic-updates/resources/SVGEllipseElement-svgdom-ry-prop.js:
+ * svg/dynamic-updates/resources/SVGForeignObjectElement-dom-height-attr.js:
+ * svg/dynamic-updates/resources/SVGForeignObjectElement-dom-width-attr.js:
+ * svg/dynamic-updates/resources/SVGForeignObjectElement-dom-x-attr.js:
+ * svg/dynamic-updates/resources/SVGForeignObjectElement-dom-y-attr.js:
+ * svg/dynamic-updates/resources/SVGForeignObjectElement-svgdom-height-prop.js:
+ * svg/dynamic-updates/resources/SVGForeignObjectElement-svgdom-width-prop.js:
+ * svg/dynamic-updates/resources/SVGForeignObjectElement-svgdom-x-prop.js:
+ * svg/dynamic-updates/resources/SVGForeignObjectElement-svgdom-y-prop.js:
+ * svg/dynamic-updates/resources/SVGImageElement-dom-height-attr.js:
+ * svg/dynamic-updates/resources/SVGImageElement-dom-preserveAspectRatio-attr.js:
+ * svg/dynamic-updates/resources/SVGImageElement-dom-width-attr.js:
+ * svg/dynamic-updates/resources/SVGImageElement-dom-x-attr.js:
+ * svg/dynamic-updates/resources/SVGImageElement-dom-y-attr.js:
+ * svg/dynamic-updates/resources/SVGImageElement-svgdom-height-prop.js:
+ * svg/dynamic-updates/resources/SVGImageElement-svgdom-preserveAspectRatio-prop.js:
+ * svg/dynamic-updates/resources/SVGImageElement-svgdom-width-prop.js:
+ * svg/dynamic-updates/resources/SVGImageElement-svgdom-x-prop.js:
+ * svg/dynamic-updates/resources/SVGImageElement-svgdom-y-prop.js:
+ * svg/dynamic-updates/resources/SVGLineElement-dom-x1-attr.js:
+ * svg/dynamic-updates/resources/SVGLineElement-dom-x2-attr.js:
+ * svg/dynamic-updates/resources/SVGLineElement-dom-y1-attr.js:
+ * svg/dynamic-updates/resources/SVGLineElement-dom-y2-attr.js:
+ * svg/dynamic-updates/resources/SVGLineElement-svgdom-x1-prop.js:
+ * svg/dynamic-updates/resources/SVGLineElement-svgdom-x2-prop.js:
+ * svg/dynamic-updates/resources/SVGLineElement-svgdom-y1-prop.js:
+ * svg/dynamic-updates/resources/SVGLineElement-svgdom-y2-prop.js:
+ * svg/dynamic-updates/resources/SVGLinearGradientElement-dom-gradientTransform-attr.js:
+ * svg/dynamic-updates/resources/SVGLinearGradientElement-dom-gradientUnits-attr.js:
+ * svg/dynamic-updates/resources/SVGLinearGradientElement-dom-x1-attr.js:
+ * svg/dynamic-updates/resources/SVGLinearGradientElement-dom-x2-attr.js:
+ * svg/dynamic-updates/resources/SVGLinearGradientElement-dom-y1-attr.js:
+ * svg/dynamic-updates/resources/SVGLinearGradientElement-dom-y2-attr.js:
+ * svg/dynamic-updates/resources/SVGLinearGradientElement-svgdom-gradientTransform-prop.js:
+ * svg/dynamic-updates/resources/SVGLinearGradientElement-svgdom-gradientUnits-prop.js:
+ * svg/dynamic-updates/resources/SVGLinearGradientElement-svgdom-x1-prop.js:
+ * svg/dynamic-updates/resources/SVGLinearGradientElement-svgdom-x2-prop.js:
+ * svg/dynamic-updates/resources/SVGLinearGradientElement-svgdom-y1-prop.js:
+ * svg/dynamic-updates/resources/SVGLinearGradientElement-svgdom-y2-prop.js:
+ * svg/dynamic-updates/resources/SVGPatternElement-dom-height-attr.js:
+ * svg/dynamic-updates/resources/SVGPatternElement-dom-patternContentUnits-attr.js:
+ * svg/dynamic-updates/resources/SVGPatternElement-dom-patternTransform-attr.js:
+ * svg/dynamic-updates/resources/SVGPatternElement-dom-patternUnits-attr.js:
+ * svg/dynamic-updates/resources/SVGPatternElement-dom-width-attr.js:
+ * svg/dynamic-updates/resources/SVGPatternElement-dom-x-attr.js:
+ * svg/dynamic-updates/resources/SVGPatternElement-dom-y-attr.js:
+ * svg/dynamic-updates/resources/SVGPatternElement-svgdom-height-prop.js:
+ * svg/dynamic-updates/resources/SVGPatternElement-svgdom-patternContentUnits-prop.js:
+ * svg/dynamic-updates/resources/SVGPatternElement-svgdom-patternTransform-prop.js:
+ * svg/dynamic-updates/resources/SVGPatternElement-svgdom-patternUnits-prop.js:
+ * svg/dynamic-updates/resources/SVGPatternElement-svgdom-width-prop.js:
+ * svg/dynamic-updates/resources/SVGPatternElement-svgdom-x-prop.js:
+ * svg/dynamic-updates/resources/SVGPatternElement-svgdom-y-prop.js:
+ * svg/dynamic-updates/resources/SVGRadialGradientElement-dom-cx-attr.js:
+ * svg/dynamic-updates/resources/SVGRadialGradientElement-dom-cy-attr.js:
+ * svg/dynamic-updates/resources/SVGRadialGradientElement-dom-fx-attr.js:
+ * svg/dynamic-updates/resources/SVGRadialGradientElement-dom-fy-attr.js:
+ * svg/dynamic-updates/resources/SVGRadialGradientElement-dom-gradientTransform-attr.js:
+ * svg/dynamic-updates/resources/SVGRadialGradientElement-dom-gradientUnits-attr.js:
+ * svg/dynamic-updates/resources/SVGRadialGradientElement-dom-r-attr.js:
+ * svg/dynamic-updates/resources/SVGRadialGradientElement-svgdom-cx-prop.js:
+ * svg/dynamic-updates/resources/SVGRadialGradientElement-svgdom-cy-prop.js:
+ * svg/dynamic-updates/resources/SVGRadialGradientElement-svgdom-fx-prop.js:
+ * svg/dynamic-updates/resources/SVGRadialGradientElement-svgdom-fy-prop.js:
+ * svg/dynamic-updates/resources/SVGRadialGradientElement-svgdom-gradientTransform-prop.js:
+ * svg/dynamic-updates/resources/SVGRadialGradientElement-svgdom-gradientUnits-prop.js:
+ * svg/dynamic-updates/resources/SVGRadialGradientElement-svgdom-r-prop.js:
+ * svg/dynamic-updates/resources/SVGTestCase.js:
+
+2008-08-12 Nikolas Zimmermann <zimmermann@kde.org>
+
Rubber stamped by Eric.
Add new dynamic-update layout tests covering SVGPatternElement.
diff --git a/LayoutTests/svg/dynamic-updates/resources/SVGCircleElement-dom-cx-attr.js b/LayoutTests/svg/dynamic-updates/resources/SVGCircleElement-dom-cx-attr.js
index 9cf2a08..e34b3c6 100644
--- a/LayoutTests/svg/dynamic-updates/resources/SVGCircleElement-dom-cx-attr.js
+++ b/LayoutTests/svg/dynamic-updates/resources/SVGCircleElement-dom-cx-attr.js
@@ -1,5 +1,5 @@
// [Name] SVGCircleElement-dom-cx-attr.js
-// [Expected rendering result] unclipped green circle - and a series of PASS mesages
+// [Expected rendering result] unclipped green circle - and a series of PASS messages
description("Tests dynamic updates of the 'cx' attribute of the SVGCircleElement object")
createSVGTestCase();
diff --git a/LayoutTests/svg/dynamic-updates/resources/SVGCircleElement-dom-cy-attr.js b/LayoutTests/svg/dynamic-updates/resources/SVGCircleElement-dom-cy-attr.js
index 81716be..af63200 100644
--- a/LayoutTests/svg/dynamic-updates/resources/SVGCircleElement-dom-cy-attr.js
+++ b/LayoutTests/svg/dynamic-updates/resources/SVGCircleElement-dom-cy-attr.js
@@ -1,5 +1,5 @@
// [Name] SVGCircleElement-dom-cy-attr.js
-// [Expected rendering result] unclipped green circle - and a series of PASS mesages
+// [Expected rendering result] unclipped green circle - and a series of PASS messages
description("Tests dynamic updates of the 'cy' attribute of the SVGCircleElement object")
createSVGTestCase();
diff --git a/LayoutTests/svg/dynamic-updates/resources/SVGCircleElement-dom-r-attr.js b/LayoutTests/svg/dynamic-updates/resources/SVGCircleElement-dom-r-attr.js
index f76bf5e..337f1e1 100644
--- a/LayoutTests/svg/dynamic-updates/resources/SVGCircleElement-dom-r-attr.js
+++ b/LayoutTests/svg/dynamic-updates/resources/SVGCircleElement-dom-r-attr.js
@@ -1,5 +1,5 @@
// [Name] SVGCircleElement-dom-r-attr.js
-// [Expected rendering result] green circle - and a series of PASS mesages
+// [Expected rendering result] green circle - and a series of PASS messages
description("Tests dynamic updates of the 'r' attribute of the SVGCircleElement object")
createSVGTestCase();
diff --git a/LayoutTests/svg/dynamic-updates/resources/SVGCircleElement-svgdom-cx-prop.js b/LayoutTests/svg/dynamic-updates/resources/SVGCircleElement-svgdom-cx-prop.js
index 9e97f6d..0852c3a 100644
--- a/LayoutTests/svg/dynamic-updates/resources/SVGCircleElement-svgdom-cx-prop.js
+++ b/LayoutTests/svg/dynamic-updates/resources/SVGCircleElement-svgdom-cx-prop.js
@@ -1,5 +1,5 @@
// [Name] SVGCircleElement-svgdom-cx-prop.js
-// [Expected rendering result] unclipped green circle - and a series of PASS mesages
+// [Expected rendering result] unclipped green circle - and a series of PASS messages
description("Tests dynamic updates of the 'cx' property of the SVGCircleElement object")
createSVGTestCase();
diff --git a/LayoutTests/svg/dynamic-updates/resources/SVGCircleElement-svgdom-cy-prop.js b/LayoutTests/svg/dynamic-updates/resources/SVGCircleElement-svgdom-cy-prop.js
index 1f8d297..a088283 100644
--- a/LayoutTests/svg/dynamic-updates/resources/SVGCircleElement-svgdom-cy-prop.js
+++ b/LayoutTests/svg/dynamic-updates/resources/SVGCircleElement-svgdom-cy-prop.js
@@ -1,5 +1,5 @@
// [Name] SVGCircleElement-svgdom-cy-prop.js
-// [Expected rendering result] unclipped green circle - and a series of PASS mesages
+// [Expected rendering result] unclipped green circle - and a series of PASS messages
description("Tests dynamic updates of the 'cy' property of the SVGCircleElement object")
createSVGTestCase();
diff --git a/LayoutTests/svg/dynamic-updates/resources/SVGCircleElement-svgdom-r-prop.js b/LayoutTests/svg/dynamic-updates/resources/SVGCircleElement-svgdom-r-prop.js
index 88783d5..dc196ee 100644
--- a/LayoutTests/svg/dynamic-updates/resources/SVGCircleElement-svgdom-r-prop.js
+++ b/LayoutTests/svg/dynamic-updates/resources/SVGCircleElement-svgdom-r-prop.js
@@ -1,5 +1,5 @@
// [Name] SVGCircleElement-svgdom-r-prop.js
-// [Expected rendering result] green circle - and a series of PASS mesages
+// [Expected rendering result] green circle - and a series of PASS messages
description("Tests dynamic updates of the 'r' property of the SVGCircleElement object")
createSVGTestCase();
diff --git a/LayoutTests/svg/dynamic-updates/resources/SVGClipPathElement-dom-clipPathUnits-attr.js b/LayoutTests/svg/dynamic-updates/resources/SVGClipPathElement-dom-clipPathUnits-attr.js
index f6b3b70..af46bb7 100644
--- a/LayoutTests/svg/dynamic-updates/resources/SVGClipPathElement-dom-clipPathUnits-attr.js
+++ b/LayoutTests/svg/dynamic-updates/resources/SVGClipPathElement-dom-clipPathUnits-attr.js
@@ -1,5 +1,5 @@
// [Name] SVGClipPathElement-dom-clipPathUnits-attr.js
-// [Expected rendering result] green circle - and a series of PASS mesages
+// [Expected rendering result] green circle - and a series of PASS messages
description("Tests dynamic updates of the 'clipPathUnits' attribute of the SVGClipPathElement object")
createSVGTestCase();
diff --git a/LayoutTests/svg/dynamic-updates/resources/SVGClipPathElement-svgdom-clipPathUnits-prop.js b/LayoutTests/svg/dynamic-updates/resources/SVGClipPathElement-svgdom-clipPathUnits-prop.js
index a01cf5c..a7ae14e 100644
--- a/LayoutTests/svg/dynamic-updates/resources/SVGClipPathElement-svgdom-clipPathUnits-prop.js
+++ b/LayoutTests/svg/dynamic-updates/resources/SVGClipPathElement-svgdom-clipPathUnits-prop.js
@@ -1,5 +1,5 @@
// [Name] SVGClipPathElement-svgdom-clipPathUnits-prop.js
-// [Expected rendering result] green circle - and a series of PASS mesages
+// [Expected rendering result] green circle - and a series of PASS messages
description("Tests dynamic updates of the 'clipPathUnits' property of the SVGClipPathElement object")
createSVGTestCase();
diff --git a/LayoutTests/svg/dynamic-updates/resources/SVGEllipseElement-dom-cx-attr.js b/LayoutTests/svg/dynamic-updates/resources/SVGEllipseElement-dom-cx-attr.js
index 209f3e2..cff6199 100644
--- a/LayoutTests/svg/dynamic-updates/resources/SVGEllipseElement-dom-cx-attr.js
+++ b/LayoutTests/svg/dynamic-updates/resources/SVGEllipseElement-dom-cx-attr.js
@@ -1,5 +1,5 @@
// [Name] SVGEllipseElement-dom-cx-attr.js
-// [Expected rendering result] unclipped green ellipse - and a series of PASS mesages
+// [Expected rendering result] unclipped green ellipse - and a series of PASS messages
description("Tests dynamic updates of the 'cx' attribute of the SVGEllipseElement object")
createSVGTestCase();
diff --git a/LayoutTests/svg/dynamic-updates/resources/SVGEllipseElement-dom-cy-attr.js b/LayoutTests/svg/dynamic-updates/resources/SVGEllipseElement-dom-cy-attr.js
index 680172e..f77c031 100644
--- a/LayoutTests/svg/dynamic-updates/resources/SVGEllipseElement-dom-cy-attr.js
+++ b/LayoutTests/svg/dynamic-updates/resources/SVGEllipseElement-dom-cy-attr.js
@@ -1,5 +1,5 @@
// [Name] SVGEllipseElement-dom-cy-attr.js
-// [Expected rendering result] unclipped green ellipse - and a series of PASS mesages
+// [Expected rendering result] unclipped green ellipse - and a series of PASS messages
description("Tests dynamic updates of the 'cy' attribute of the SVGEllipseElement object")
createSVGTestCase();
diff --git a/LayoutTests/svg/dynamic-updates/resources/SVGEllipseElement-dom-rx-attr.js b/LayoutTests/svg/dynamic-updates/resources/SVGEllipseElement-dom-rx-attr.js
index 6baa959..9f676d1 100644
--- a/LayoutTests/svg/dynamic-updates/resources/SVGEllipseElement-dom-rx-attr.js
+++ b/LayoutTests/svg/dynamic-updates/resources/SVGEllipseElement-dom-rx-attr.js
@@ -1,5 +1,5 @@
// [Name] SVGEllipseElement-dom-rx-attr.js
-// [Expected rendering result] green ellipse with rx = ry (in fact a circle)- and a series of PASS mesages
+// [Expected rendering result] green ellipse with rx = ry (in fact a circle)- and a series of PASS messages
description("Tests dynamic updates of the 'rx' attribute of the SVGEllipseElement object")
createSVGTestCase();
diff --git a/LayoutTests/svg/dynamic-updates/resources/SVGEllipseElement-dom-ry-attr.js b/LayoutTests/svg/dynamic-updates/resources/SVGEllipseElement-dom-ry-attr.js
index 3006575..1a417cc 100644
--- a/LayoutTests/svg/dynamic-updates/resources/SVGEllipseElement-dom-ry-attr.js
+++ b/LayoutTests/svg/dynamic-updates/resources/SVGEllipseElement-dom-ry-attr.js
@@ -1,5 +1,5 @@
// [Name] SVGEllipseElement-dom-ry-attr.js
-// [Expected rendering result] with rx = ry (in fact a circle) - and a series of PASS mesages
+// [Expected rendering result] with rx = ry (in fact a circle) - and a series of PASS messages
description("Tests dynamic updates of the 'ry' attribute of the SVGEllipseElement object")
createSVGTestCase();
diff --git a/LayoutTests/svg/dynamic-updates/resources/SVGEllipseElement-svgdom-cx-prop.js b/LayoutTests/svg/dynamic-updates/resources/SVGEllipseElement-svgdom-cx-prop.js
index 9bc0538..62f0802 100644
--- a/LayoutTests/svg/dynamic-updates/resources/SVGEllipseElement-svgdom-cx-prop.js
+++ b/LayoutTests/svg/dynamic-updates/resources/SVGEllipseElement-svgdom-cx-prop.js
@@ -1,5 +1,5 @@
// [Name] SVGEllipseElement-svgdom-cx-prop.js
-// [Expected rendering result] unclipped green ellipse - and a series of PASS mesages
+// [Expected rendering result] unclipped green ellipse - and a series of PASS messages
description("Tests dynamic updates of the 'cx' property of the SVGEllipseElement object")
createSVGTestCase();
diff --git a/LayoutTests/svg/dynamic-updates/resources/SVGEllipseElement-svgdom-cy-prop.js b/LayoutTests/svg/dynamic-updates/resources/SVGEllipseElement-svgdom-cy-prop.js
index f641a44..5b2be56 100644
--- a/LayoutTests/svg/dynamic-updates/resources/SVGEllipseElement-svgdom-cy-prop.js
+++ b/LayoutTests/svg/dynamic-updates/resources/SVGEllipseElement-svgdom-cy-prop.js
@@ -1,5 +1,5 @@
// [Name] SVGEllipseElement-svgdom-cy-prop.js
-// [Expected rendering result] unclipped green ellipse - and a series of PASS mesages
+// [Expected rendering result] unclipped green ellipse - and a series of PASS messages
description("Tests dynamic updates of the 'cy' property of the SVGEllipseElement object")
createSVGTestCase();
diff --git a/LayoutTests/svg/dynamic-updates/resources/SVGEllipseElement-svgdom-rx-prop.js b/LayoutTests/svg/dynamic-updates/resources/SVGEllipseElement-svgdom-rx-prop.js
index 65905f2..16a29d5 100644
--- a/LayoutTests/svg/dynamic-updates/resources/SVGEllipseElement-svgdom-rx-prop.js
+++ b/LayoutTests/svg/dynamic-updates/resources/SVGEllipseElement-svgdom-rx-prop.js
@@ -1,5 +1,5 @@
// [Name] SVGEllipseElement-svgdom-rx-prop.js
-// [Expected rendering result] green ellipse with rx = ry (in fact a circle)- and a series of PASS mesages
+// [Expected rendering result] green ellipse with rx = ry (in fact a circle)- and a series of PASS messages
description("Tests dynamic updates of the 'rx' property of the SVGEllipseElement object")
createSVGTestCase();
diff --git a/LayoutTests/svg/dynamic-updates/resources/SVGEllipseElement-svgdom-ry-prop.js b/LayoutTests/svg/dynamic-updates/resources/SVGEllipseElement-svgdom-ry-prop.js
index 7a0aa2d..5fbd7e0 100644
--- a/LayoutTests/svg/dynamic-updates/resources/SVGEllipseElement-svgdom-ry-prop.js
+++ b/LayoutTests/svg/dynamic-updates/resources/SVGEllipseElement-svgdom-ry-prop.js
@@ -1,5 +1,5 @@
// [Name] SVGEllipseElement-svgdom-ry-prop.js
-// [Expected rendering result] green ellipse with rx = ry (in fact a circle)- and a series of PASS mesages
+// [Expected rendering result] green ellipse with rx = ry (in fact a circle)- and a series of PASS messages
description("Tests dynamic updates of the 'ry' property of the SVGEllipseElement object")
createSVGTestCase();
diff --git a/LayoutTests/svg/dynamic-updates/resources/SVGForeignObjectElement-dom-height-attr.js b/LayoutTests/svg/dynamic-updates/resources/SVGForeignObjectElement-dom-height-attr.js
index fd81594..f7aeee1 100644
--- a/LayoutTests/svg/dynamic-updates/resources/SVGForeignObjectElement-dom-height-attr.js
+++ b/LayoutTests/svg/dynamic-updates/resources/SVGForeignObjectElement-dom-height-attr.js
@@ -1,5 +1,5 @@
// [Name] SVGForeignObjectElement-dom-height-attr.js
-// [Expected rendering result] unclipped 'Test passed' text - and a series of PASS mesages
+// [Expected rendering result] unclipped 'Test passed' text - and a series of PASS messages
description("Tests dynamic updates of the 'height' attribute of the SVGForeignObjectElement object")
createSVGTestCase();
diff --git a/LayoutTests/svg/dynamic-updates/resources/SVGForeignObjectElement-dom-width-attr.js b/LayoutTests/svg/dynamic-updates/resources/SVGForeignObjectElement-dom-width-attr.js
index 43a22a6..18a5b04 100644
--- a/LayoutTests/svg/dynamic-updates/resources/SVGForeignObjectElement-dom-width-attr.js
+++ b/LayoutTests/svg/dynamic-updates/resources/SVGForeignObjectElement-dom-width-attr.js
@@ -1,5 +1,5 @@
// [Name] SVGForeignObjectElement-dom-width-attr.js
-// [Expected rendering result] unclipped 'Test passed' text - and a series of PASS mesages
+// [Expected rendering result] unclipped 'Test passed' text - and a series of PASS messages
description("Tests dynamic updates of the 'width' attribute of the SVGForeignObjectElement object")
createSVGTestCase();
diff --git a/LayoutTests/svg/dynamic-updates/resources/SVGForeignObjectElement-dom-x-attr.js b/LayoutTests/svg/dynamic-updates/resources/SVGForeignObjectElement-dom-x-attr.js
index 7b66ba9..0a3bf97 100644
--- a/LayoutTests/svg/dynamic-updates/resources/SVGForeignObjectElement-dom-x-attr.js
+++ b/LayoutTests/svg/dynamic-updates/resources/SVGForeignObjectElement-dom-x-attr.js
@@ -1,5 +1,5 @@
// [Name] SVGForeignObjectElement-dom-x-attr.js
-// [Expected rendering result] unclipped 'Test passed' text - and a series of PASS mesages
+// [Expected rendering result] unclipped 'Test passed' text - and a series of PASS messages
description("Tests dynamic updates of the 'x' attribute of the SVGForeignObjectElement object")
createSVGTestCase();
diff --git a/LayoutTests/svg/dynamic-updates/resources/SVGForeignObjectElement-dom-y-attr.js b/LayoutTests/svg/dynamic-updates/resources/SVGForeignObjectElement-dom-y-attr.js
index 9322a7b..6f97f83 100644
--- a/LayoutTests/svg/dynamic-updates/resources/SVGForeignObjectElement-dom-y-attr.js
+++ b/LayoutTests/svg/dynamic-updates/resources/SVGForeignObjectElement-dom-y-attr.js
@@ -1,5 +1,5 @@
// [Name] SVGForeignObjectElement-dom-y-attr.js
-// [Expected rendering result] unclipped 'Test passed' text - and a series of PASS mesages
+// [Expected rendering result] unclipped 'Test passed' text - and a series of PASS messages
description("Tests dynamic updates of the 'y' attribute of the SVGForeignObjectElement object")
createSVGTestCase();
diff --git a/LayoutTests/svg/dynamic-updates/resources/SVGForeignObjectElement-svgdom-height-prop.js b/LayoutTests/svg/dynamic-updates/resources/SVGForeignObjectElement-svgdom-height-prop.js
index 778b744..8819ec5 100644
--- a/LayoutTests/svg/dynamic-updates/resources/SVGForeignObjectElement-svgdom-height-prop.js
+++ b/LayoutTests/svg/dynamic-updates/resources/SVGForeignObjectElement-svgdom-height-prop.js
@@ -1,5 +1,5 @@
// [Name] SVGForeignObjectElement-svgdom-height-prop.js
-// [Expected rendering result] unclipped 'Test passed' text - and a series of PASS mesages
+// [Expected rendering result] unclipped 'Test passed' text - and a series of PASS messages
description("Tests dynamic updates of the 'height' property of the SVGForeignObjectElement object")
createSVGTestCase();
diff --git a/LayoutTests/svg/dynamic-updates/resources/SVGForeignObjectElement-svgdom-width-prop.js b/LayoutTests/svg/dynamic-updates/resources/SVGForeignObjectElement-svgdom-width-prop.js
index 37bf6b2..b267162 100644
--- a/LayoutTests/svg/dynamic-updates/resources/SVGForeignObjectElement-svgdom-width-prop.js
+++ b/LayoutTests/svg/dynamic-updates/resources/SVGForeignObjectElement-svgdom-width-prop.js
@@ -1,5 +1,5 @@
// [Name] SVGForeignObjectElement-svgdom-width-prop.js
-// [Expected rendering result] unclipped 'Test passed' text - and a series of PASS mesages
+// [Expected rendering result] unclipped 'Test passed' text - and a series of PASS messages
description("Tests dynamic updates of the 'width' property of the SVGForeignObjectElement object")
createSVGTestCase();
diff --git a/LayoutTests/svg/dynamic-updates/resources/SVGForeignObjectElement-svgdom-x-prop.js b/LayoutTests/svg/dynamic-updates/resources/SVGForeignObjectElement-svgdom-x-prop.js
index e80ca22..bdc5caa 100644
--- a/LayoutTests/svg/dynamic-updates/resources/SVGForeignObjectElement-svgdom-x-prop.js
+++ b/LayoutTests/svg/dynamic-updates/resources/SVGForeignObjectElement-svgdom-x-prop.js
@@ -1,5 +1,5 @@
// [Name] SVGForeignObjectElement-svgdom-x-prop.js
-// [Expected rendering result] unclipped 'Test passed' text - and a series of PASS mesages
+// [Expected rendering result] unclipped 'Test passed' text - and a series of PASS messages
description("Tests dynamic updates of the 'x' property of the SVGForeignObjectElement object")
createSVGTestCase();
diff --git a/LayoutTests/svg/dynamic-updates/resources/SVGForeignObjectElement-svgdom-y-prop.js b/LayoutTests/svg/dynamic-updates/resources/SVGForeignObjectElement-svgdom-y-prop.js
index 1fd62d6..4dc125a 100644
--- a/LayoutTests/svg/dynamic-updates/resources/SVGForeignObjectElement-svgdom-y-prop.js
+++ b/LayoutTests/svg/dynamic-updates/resources/SVGForeignObjectElement-svgdom-y-prop.js
@@ -1,5 +1,5 @@
// [Name] SVGForeignObjectElement-svgdom-y-prop.js
-// [Expected rendering result] unclipped 'Test passed' text - and a series of PASS mesages
+// [Expected rendering result] unclipped 'Test passed' text - and a series of PASS messages
description("Tests dynamic updates of the 'y' property of the SVGForeignObjectElement object")
createSVGTestCase();
diff --git a/LayoutTests/svg/dynamic-updates/resources/SVGImageElement-dom-height-attr.js b/LayoutTests/svg/dynamic-updates/resources/SVGImageElement-dom-height-attr.js
index 076a6743..73d6c7d 100644
--- a/LayoutTests/svg/dynamic-updates/resources/SVGImageElement-dom-height-attr.js
+++ b/LayoutTests/svg/dynamic-updates/resources/SVGImageElement-dom-height-attr.js
@@ -1,5 +1,5 @@
// [Name] SVGImageElement-dom-height-attr.js
-// [Expected rendering result] image at 0x0 size 200x200 - and a series of PASS mesages
+// [Expected rendering result] image at 0x0 size 200x200 - and a series of PASS messages
description("Tests dynamic updates of the 'height' attribute of the SVGImageElement object")
createSVGTestCase();
diff --git a/LayoutTests/svg/dynamic-updates/resources/SVGImageElement-dom-preserveAspectRatio-attr.js b/LayoutTests/svg/dynamic-updates/resources/SVGImageElement-dom-preserveAspectRatio-attr.js
index 5e828bd..d6f2134 100644
--- a/LayoutTests/svg/dynamic-updates/resources/SVGImageElement-dom-preserveAspectRatio-attr.js
+++ b/LayoutTests/svg/dynamic-updates/resources/SVGImageElement-dom-preserveAspectRatio-attr.js
@@ -1,5 +1,5 @@
// [Name] SVGImageElement-dom-preserveAspectRatio-attr.js
-// [Expected rendering result] image at 0x0 size 100x200, needs to fit exactly in destination bbox (aka. preserveAspectRatio=none) - and a series of PASS mesages
+// [Expected rendering result] image at 0x0 size 100x200, needs to fit exactly in destination bbox (aka. preserveAspectRatio=none) - and a series of PASS messages
description("Tests dynamic updates of the 'preserveAspectRatio' attribute of the SVGImageElement object")
createSVGTestCase();
diff --git a/LayoutTests/svg/dynamic-updates/resources/SVGImageElement-dom-width-attr.js b/LayoutTests/svg/dynamic-updates/resources/SVGImageElement-dom-width-attr.js
index d2d5300..7b298c2 100644
--- a/LayoutTests/svg/dynamic-updates/resources/SVGImageElement-dom-width-attr.js
+++ b/LayoutTests/svg/dynamic-updates/resources/SVGImageElement-dom-width-attr.js
@@ -1,5 +1,5 @@
// [Name] SVGImageElement-dom-width-attr.js
-// [Expected rendering result] image at 0x0 size 200x200 - and a series of PASS mesages
+// [Expected rendering result] image at 0x0 size 200x200 - and a series of PASS messages
description("Tests dynamic updates of the 'width' attribute of the SVGImageElement object")
createSVGTestCase();
diff --git a/LayoutTests/svg/dynamic-updates/resources/SVGImageElement-dom-x-attr.js b/LayoutTests/svg/dynamic-updates/resources/SVGImageElement-dom-x-attr.js
index c3bd921..eac4d0e 100644
--- a/LayoutTests/svg/dynamic-updates/resources/SVGImageElement-dom-x-attr.js
+++ b/LayoutTests/svg/dynamic-updates/resources/SVGImageElement-dom-x-attr.js
@@ -1,5 +1,5 @@
// [Name] SVGImageElement-dom-x-attr.js
-// [Expected rendering result] image at 0x0 size 200x200 - and a series of PASS mesages
+// [Expected rendering result] image at 0x0 size 200x200 - and a series of PASS messages
description("Tests dynamic updates of the 'x' attribute of the SVGImageElement object")
createSVGTestCase();
diff --git a/LayoutTests/svg/dynamic-updates/resources/SVGImageElement-dom-y-attr.js b/LayoutTests/svg/dynamic-updates/resources/SVGImageElement-dom-y-attr.js
index 298a46b..0b8f711 100644
--- a/LayoutTests/svg/dynamic-updates/resources/SVGImageElement-dom-y-attr.js
+++ b/LayoutTests/svg/dynamic-updates/resources/SVGImageElement-dom-y-attr.js
@@ -1,5 +1,5 @@
// [Name] SVGImageElement-dom-y-attr.js
-// [Expected rendering result] image at 0x0 size 200x200 - and a series of PASS mesages
+// [Expected rendering result] image at 0x0 size 200x200 - and a series of PASS messages
description("Tests dynamic updates of the 'y' attribute of the SVGImageElement object")
createSVGTestCase();
diff --git a/LayoutTests/svg/dynamic-updates/resources/SVGImageElement-svgdom-height-prop.js b/LayoutTests/svg/dynamic-updates/resources/SVGImageElement-svgdom-height-prop.js
index f58084c..dbffd10 100644
--- a/LayoutTests/svg/dynamic-updates/resources/SVGImageElement-svgdom-height-prop.js
+++ b/LayoutTests/svg/dynamic-updates/resources/SVGImageElement-svgdom-height-prop.js
@@ -1,5 +1,5 @@
// [Name] SVGImageElement-svgdom-height-prop.js
-// [Expected rendering result] image at 0x0 size 200x200 - and a series of PASS mesages
+// [Expected rendering result] image at 0x0 size 200x200 - and a series of PASS messages
description("Tests dynamic updates of the 'height' property of the SVGImageElement object")
createSVGTestCase();
diff --git a/LayoutTests/svg/dynamic-updates/resources/SVGImageElement-svgdom-preserveAspectRatio-prop.js b/LayoutTests/svg/dynamic-updates/resources/SVGImageElement-svgdom-preserveAspectRatio-prop.js
index cdb4c06..b3823e7 100644
--- a/LayoutTests/svg/dynamic-updates/resources/SVGImageElement-svgdom-preserveAspectRatio-prop.js
+++ b/LayoutTests/svg/dynamic-updates/resources/SVGImageElement-svgdom-preserveAspectRatio-prop.js
@@ -1,5 +1,5 @@
// [Name] SVGImageElement-svgdom-preserveAspectRatio-prop.js
-// [Expected rendering result] image at 0x0 size 200x200 - and a series of PASS mesages
+// [Expected rendering result] image at 0x0 size 200x200 - and a series of PASS messages
description("Tests dynamic updates of the 'preserveAspectRatio' property of the SVGImageElement object")
createSVGTestCase();
diff --git a/LayoutTests/svg/dynamic-updates/resources/SVGImageElement-svgdom-width-prop.js b/LayoutTests/svg/dynamic-updates/resources/SVGImageElement-svgdom-width-prop.js
index afcb5d1..00f6397 100644
--- a/LayoutTests/svg/dynamic-updates/resources/SVGImageElement-svgdom-width-prop.js
+++ b/LayoutTests/svg/dynamic-updates/resources/SVGImageElement-svgdom-width-prop.js
@@ -1,5 +1,5 @@
// [Name] SVGImageElement-svgdom-width-prop.js
-// [Expected rendering result] image at 0x0 size 200x200 - and a series of PASS mesages
+// [Expected rendering result] image at 0x0 size 200x200 - and a series of PASS messages
description("Tests dynamic updates of the 'width' property of the SVGImageElement object")
createSVGTestCase();
diff --git a/LayoutTests/svg/dynamic-updates/resources/SVGImageElement-svgdom-x-prop.js b/LayoutTests/svg/dynamic-updates/resources/SVGImageElement-svgdom-x-prop.js
index a5c114c..971ee01 100644
--- a/LayoutTests/svg/dynamic-updates/resources/SVGImageElement-svgdom-x-prop.js
+++ b/LayoutTests/svg/dynamic-updates/resources/SVGImageElement-svgdom-x-prop.js
@@ -1,5 +1,5 @@
// [Name] SVGImageElement-svgdom-x-prop.js
-// [Expected rendering result] image at 0x0 size 200x200 - and a series of PASS mesages
+// [Expected rendering result] image at 0x0 size 200x200 - and a series of PASS messages
description("Tests dynamic updates of the 'x' property of the SVGImageElement object")
createSVGTestCase();
diff --git a/LayoutTests/svg/dynamic-updates/resources/SVGImageElement-svgdom-y-prop.js b/LayoutTests/svg/dynamic-updates/resources/SVGImageElement-svgdom-y-prop.js
index eebea44..76999d4 100644
--- a/LayoutTests/svg/dynamic-updates/resources/SVGImageElement-svgdom-y-prop.js
+++ b/LayoutTests/svg/dynamic-updates/resources/SVGImageElement-svgdom-y-prop.js
@@ -1,5 +1,5 @@
// [Name] SVGImageElement-svgdom-y-prop.js
-// [Expected rendering result] image at 0x0 size 200x200 - and a series of PASS mesages
+// [Expected rendering result] image at 0x0 size 200x200 - and a series of PASS messages
description("Tests dynamic updates of the 'y' property of the SVGImageElement object")
createSVGTestCase();
diff --git a/LayoutTests/svg/dynamic-updates/resources/SVGLineElement-dom-x1-attr.js b/LayoutTests/svg/dynamic-updates/resources/SVGLineElement-dom-x1-attr.js
index 6e1b5ce..ef48526 100644
--- a/LayoutTests/svg/dynamic-updates/resources/SVGLineElement-dom-x1-attr.js
+++ b/LayoutTests/svg/dynamic-updates/resources/SVGLineElement-dom-x1-attr.js
@@ -1,5 +1,5 @@
// [Name] SVGLineElement-dom-x1-attr.js
-// [Expected rendering result] green line from 10x10 to 200x200 - and a series of PASS mesages
+// [Expected rendering result] green line from 10x10 to 200x200 - and a series of PASS messages
description("Tests dynamic updates of the 'x1' attribute of the SVGLineElement object")
createSVGTestCase();
diff --git a/LayoutTests/svg/dynamic-updates/resources/SVGLineElement-dom-x2-attr.js b/LayoutTests/svg/dynamic-updates/resources/SVGLineElement-dom-x2-attr.js
index 4ee6916..cc5279f 100644
--- a/LayoutTests/svg/dynamic-updates/resources/SVGLineElement-dom-x2-attr.js
+++ b/LayoutTests/svg/dynamic-updates/resources/SVGLineElement-dom-x2-attr.js
@@ -1,5 +1,5 @@
// [Name] SVGLineElement-dom-x2-attr.js
-// [Expected rendering result] green line from 10x10 to 200x200 - and a series of PASS mesages
+// [Expected rendering result] green line from 10x10 to 200x200 - and a series of PASS messages
description("Tests dynamic updates of the 'x2' attribute of the SVGLineElement object")
createSVGTestCase();
diff --git a/LayoutTests/svg/dynamic-updates/resources/SVGLineElement-dom-y1-attr.js b/LayoutTests/svg/dynamic-updates/resources/SVGLineElement-dom-y1-attr.js
index 7909da7..6dbf99d 100644
--- a/LayoutTests/svg/dynamic-updates/resources/SVGLineElement-dom-y1-attr.js
+++ b/LayoutTests/svg/dynamic-updates/resources/SVGLineElement-dom-y1-attr.js
@@ -1,5 +1,5 @@
// [Name] SVGLineElement-dom-y1-attr.js
-// [Expected rendering result] green line from 10x10 to 200x200 - and a series of PASS mesages
+// [Expected rendering result] green line from 10x10 to 200x200 - and a series of PASS messages
description("Tests dynamic updates of the 'y1' attribute of the SVGLineElement object")
createSVGTestCase();
diff --git a/LayoutTests/svg/dynamic-updates/resources/SVGLineElement-dom-y2-attr.js b/LayoutTests/svg/dynamic-updates/resources/SVGLineElement-dom-y2-attr.js
index 31176fa..c7c259a 100644
--- a/LayoutTests/svg/dynamic-updates/resources/SVGLineElement-dom-y2-attr.js
+++ b/LayoutTests/svg/dynamic-updates/resources/SVGLineElement-dom-y2-attr.js
@@ -1,5 +1,5 @@
// [Name] SVGLineElement-dom-y2-attr.js
-// [Expected rendering result] green line from 10x10 to 200x200 - and a series of PASS mesages
+// [Expected rendering result] green line from 10x10 to 200x200 - and a series of PASS messages
description("Tests dynamic updates of the 'y2' attribute of the SVGLineElement object")
createSVGTestCase();
diff --git a/LayoutTests/svg/dynamic-updates/resources/SVGLineElement-svgdom-x1-prop.js b/LayoutTests/svg/dynamic-updates/resources/SVGLineElement-svgdom-x1-prop.js
index 0bd2307..a0f5818 100644
--- a/LayoutTests/svg/dynamic-updates/resources/SVGLineElement-svgdom-x1-prop.js
+++ b/LayoutTests/svg/dynamic-updates/resources/SVGLineElement-svgdom-x1-prop.js
@@ -1,5 +1,5 @@
// [Name] SVGLineElement-svgdom-x1-prop.js
-// [Expected rendering result] green line from 10x10 to 200x200 - and a series of PASS mesages
+// [Expected rendering result] green line from 10x10 to 200x200 - and a series of PASS messages
description("Tests dynamic updates of the 'x1' property of the SVGLineElement object")
createSVGTestCase();
diff --git a/LayoutTests/svg/dynamic-updates/resources/SVGLineElement-svgdom-x2-prop.js b/LayoutTests/svg/dynamic-updates/resources/SVGLineElement-svgdom-x2-prop.js
index e7c97be..4869edc 100644
--- a/LayoutTests/svg/dynamic-updates/resources/SVGLineElement-svgdom-x2-prop.js
+++ b/LayoutTests/svg/dynamic-updates/resources/SVGLineElement-svgdom-x2-prop.js
@@ -1,5 +1,5 @@
// [Name] SVGLineElement-svgdom-x2-prop.js
-// [Expected rendering result] green line from 10x10 to 200x200 - and a series of PASS mesages
+// [Expected rendering result] green line from 10x10 to 200x200 - and a series of PASS messages
description("Tests dynamic updates of the 'x2' property of the SVGLineElement object")
createSVGTestCase();
diff --git a/LayoutTests/svg/dynamic-updates/resources/SVGLineElement-svgdom-y1-prop.js b/LayoutTests/svg/dynamic-updates/resources/SVGLineElement-svgdom-y1-prop.js
index de039c9..3a7332a 100644
--- a/LayoutTests/svg/dynamic-updates/resources/SVGLineElement-svgdom-y1-prop.js
+++ b/LayoutTests/svg/dynamic-updates/resources/SVGLineElement-svgdom-y1-prop.js
@@ -1,5 +1,5 @@
// [Name] SVGLineElement-svgdom-y1-prop.js
-// [Expected rendering result] green line from 10x10 to 200x200 - and a series of PASS mesages
+// [Expected rendering result] green line from 10x10 to 200x200 - and a series of PASS messages
description("Tests dynamic updates of the 'y1' property of the SVGLineElement object")
createSVGTestCase();
diff --git a/LayoutTests/svg/dynamic-updates/resources/SVGLineElement-svgdom-y2-prop.js b/LayoutTests/svg/dynamic-updates/resources/SVGLineElement-svgdom-y2-prop.js
index cbc66b3..626d83b 100644
--- a/LayoutTests/svg/dynamic-updates/resources/SVGLineElement-svgdom-y2-prop.js
+++ b/LayoutTests/svg/dynamic-updates/resources/SVGLineElement-svgdom-y2-prop.js
@@ -1,5 +1,5 @@
// [Name] SVGLineElement-svgdom-y2-prop.js
-// [Expected rendering result] green line from 10x10 to 200x200 - and a series of PASS mesages
+// [Expected rendering result] green line from 10x10 to 200x200 - and a series of PASS messages
description("Tests dynamic updates of the 'y2' property of the SVGLineElement object")
createSVGTestCase();
diff --git a/LayoutTests/svg/dynamic-updates/resources/SVGLinearGradientElement-dom-gradientTransform-attr.js b/LayoutTests/svg/dynamic-updates/resources/SVGLinearGradientElement-dom-gradientTransform-attr.js
index d60005a..557f4f7 100644
--- a/LayoutTests/svg/dynamic-updates/resources/SVGLinearGradientElement-dom-gradientTransform-attr.js
+++ b/LayoutTests/svg/dynamic-updates/resources/SVGLinearGradientElement-dom-gradientTransform-attr.js
@@ -1,5 +1,5 @@
// [Name] SVGLinearGradientElement-dom-gradientTransform-attr.js
-// [Expected rendering result] green ellipse, no red visible - and a series of PASS mesages
+// [Expected rendering result] green ellipse, no red visible - and a series of PASS messages
description("Tests dynamic updates of the 'gradientTransform' attribute of the SVGLinearGradientElement object")
createSVGTestCase();
diff --git a/LayoutTests/svg/dynamic-updates/resources/SVGLinearGradientElement-dom-gradientUnits-attr.js b/LayoutTests/svg/dynamic-updates/resources/SVGLinearGradientElement-dom-gradientUnits-attr.js
index 5744aeb..3befcca 100644
--- a/LayoutTests/svg/dynamic-updates/resources/SVGLinearGradientElement-dom-gradientUnits-attr.js
+++ b/LayoutTests/svg/dynamic-updates/resources/SVGLinearGradientElement-dom-gradientUnits-attr.js
@@ -1,5 +1,5 @@
// [Name] SVGLinearGradientElement-dom-gradientUnits-attr.js
-// [Expected rendering result] green ellipse, no red visible - and a series of PASS mesages
+// [Expected rendering result] green ellipse, no red visible - and a series of PASS messages
description("Tests dynamic updates of the 'gradientUnits' attribute of the SVGLinearGradientElement object")
createSVGTestCase();
diff --git a/LayoutTests/svg/dynamic-updates/resources/SVGLinearGradientElement-dom-x1-attr.js b/LayoutTests/svg/dynamic-updates/resources/SVGLinearGradientElement-dom-x1-attr.js
index fa621cb..c134a71 100644
--- a/LayoutTests/svg/dynamic-updates/resources/SVGLinearGradientElement-dom-x1-attr.js
+++ b/LayoutTests/svg/dynamic-updates/resources/SVGLinearGradientElement-dom-x1-attr.js
@@ -1,5 +1,5 @@
// [Name] SVGLinearGradientElement-dom-x1-attr.js
-// [Expected rendering result] green ellipse, no red visible - and a series of PASS mesages
+// [Expected rendering result] green ellipse, no red visible - and a series of PASS messages
description("Tests dynamic updates of the 'x1' attribute of the SVGLinearGradientElement object")
createSVGTestCase();
diff --git a/LayoutTests/svg/dynamic-updates/resources/SVGLinearGradientElement-dom-x2-attr.js b/LayoutTests/svg/dynamic-updates/resources/SVGLinearGradientElement-dom-x2-attr.js
index 2d36411..0ec0b69 100644
--- a/LayoutTests/svg/dynamic-updates/resources/SVGLinearGradientElement-dom-x2-attr.js
+++ b/LayoutTests/svg/dynamic-updates/resources/SVGLinearGradientElement-dom-x2-attr.js
@@ -1,5 +1,5 @@
// [Name] SVGLinearGradientElement-dom-x2-attr.js
-// [Expected rendering result] green ellipse, no red visible - and a series of PASS mesages
+// [Expected rendering result] green ellipse, no red visible - and a series of PASS messages
description("Tests dynamic updates of the 'x2' attribute of the SVGLinearGradientElement object")
createSVGTestCase();
diff --git a/LayoutTests/svg/dynamic-updates/resources/SVGLinearGradientElement-dom-y1-attr.js b/LayoutTests/svg/dynamic-updates/resources/SVGLinearGradientElement-dom-y1-attr.js
index 238a80e..37da2c6 100644
--- a/LayoutTests/svg/dynamic-updates/resources/SVGLinearGradientElement-dom-y1-attr.js
+++ b/LayoutTests/svg/dynamic-updates/resources/SVGLinearGradientElement-dom-y1-attr.js
@@ -1,5 +1,5 @@
// [Name] SVGLinearGradientElement-dom-y1-attr.js
-// [Expected rendering result] green ellipse, no red visible - and a series of PASS mesages
+// [Expected rendering result] green ellipse, no red visible - and a series of PASS messages
description("Tests dynamic updates of the 'y1' attribute of the SVGLinearGradientElement object")
createSVGTestCase();
diff --git a/LayoutTests/svg/dynamic-updates/resources/SVGLinearGradientElement-dom-y2-attr.js b/LayoutTests/svg/dynamic-updates/resources/SVGLinearGradientElement-dom-y2-attr.js
index 693828c4..d894d3d 100644
--- a/LayoutTests/svg/dynamic-updates/resources/SVGLinearGradientElement-dom-y2-attr.js
+++ b/LayoutTests/svg/dynamic-updates/resources/SVGLinearGradientElement-dom-y2-attr.js
@@ -1,5 +1,5 @@
// [Name] SVGLinearGradientElement-dom-y2-attr.js
-// [Expected rendering result] green ellipse, no red visible - and a series of PASS mesages
+// [Expected rendering result] green ellipse, no red visible - and a series of PASS messages
description("Tests dynamic updates of the 'y2' attribute of the SVGLinearGradientElement object")
createSVGTestCase();
diff --git a/LayoutTests/svg/dynamic-updates/resources/SVGLinearGradientElement-svgdom-gradientTransform-prop.js b/LayoutTests/svg/dynamic-updates/resources/SVGLinearGradientElement-svgdom-gradientTransform-prop.js
index 82521ae..1fd8da1 100644
--- a/LayoutTests/svg/dynamic-updates/resources/SVGLinearGradientElement-svgdom-gradientTransform-prop.js
+++ b/LayoutTests/svg/dynamic-updates/resources/SVGLinearGradientElement-svgdom-gradientTransform-prop.js
@@ -1,5 +1,5 @@
// [Name] SVGLinearGradientElement-svgdom-gradientTransform-prop.js
-// [Expected rendering result] green ellipse, no red visible - and a series of PASS mesages
+// [Expected rendering result] green ellipse, no red visible - and a series of PASS messages
description("Tests dynamic updates of the 'gradientTransform' property of the SVGLinearGradientElement object")
createSVGTestCase();
diff --git a/LayoutTests/svg/dynamic-updates/resources/SVGLinearGradientElement-svgdom-gradientUnits-prop.js b/LayoutTests/svg/dynamic-updates/resources/SVGLinearGradientElement-svgdom-gradientUnits-prop.js
index 1f11ee9..b1f413e 100644
--- a/LayoutTests/svg/dynamic-updates/resources/SVGLinearGradientElement-svgdom-gradientUnits-prop.js
+++ b/LayoutTests/svg/dynamic-updates/resources/SVGLinearGradientElement-svgdom-gradientUnits-prop.js
@@ -1,5 +1,5 @@
// [Name] SVGLinearGradientElement-svgdom-gradientUnits-prop.js
-// [Expected rendering result] green ellipse, no red visible - and a series of PASS mesages
+// [Expected rendering result] green ellipse, no red visible - and a series of PASS messages
description("Tests dynamic updates of the 'gradientUnits' property of the SVGLinearGradientElement object")
createSVGTestCase();
diff --git a/LayoutTests/svg/dynamic-updates/resources/SVGLinearGradientElement-svgdom-x1-prop.js b/LayoutTests/svg/dynamic-updates/resources/SVGLinearGradientElement-svgdom-x1-prop.js
index 43bb4d9..733a239 100644
--- a/LayoutTests/svg/dynamic-updates/resources/SVGLinearGradientElement-svgdom-x1-prop.js
+++ b/LayoutTests/svg/dynamic-updates/resources/SVGLinearGradientElement-svgdom-x1-prop.js
@@ -1,5 +1,5 @@
// [Name] SVGLinearGradientElement-svgdom-x1-prop.js
-// [Expected rendering result] green ellipse, no red visible - and a series of PASS mesages
+// [Expected rendering result] green ellipse, no red visible - and a series of PASS messages
description("Tests dynamic updates of the 'x1' property of the SVGLinearGradientElement object")
createSVGTestCase();
diff --git a/LayoutTests/svg/dynamic-updates/resources/SVGLinearGradientElement-svgdom-x2-prop.js b/LayoutTests/svg/dynamic-updates/resources/SVGLinearGradientElement-svgdom-x2-prop.js
index 9ae114c..385e804 100644
--- a/LayoutTests/svg/dynamic-updates/resources/SVGLinearGradientElement-svgdom-x2-prop.js
+++ b/LayoutTests/svg/dynamic-updates/resources/SVGLinearGradientElement-svgdom-x2-prop.js
@@ -1,5 +1,5 @@
// [Name] SVGLinearGradientElement-svgdom-x2-prop.js
-// [Expected rendering result] green ellipse, no red visible - and a series of PASS mesages
+// [Expected rendering result] green ellipse, no red visible - and a series of PASS messages
description("Tests dynamic updates of the 'x2' property of the SVGLinearGradientElement object")
createSVGTestCase();
diff --git a/LayoutTests/svg/dynamic-updates/resources/SVGLinearGradientElement-svgdom-y1-prop.js b/LayoutTests/svg/dynamic-updates/resources/SVGLinearGradientElement-svgdom-y1-prop.js
index 8e369ab..857f338 100644
--- a/LayoutTests/svg/dynamic-updates/resources/SVGLinearGradientElement-svgdom-y1-prop.js
+++ b/LayoutTests/svg/dynamic-updates/resources/SVGLinearGradientElement-svgdom-y1-prop.js
@@ -1,5 +1,5 @@
// [Name] SVGLinearGradientElement-svgdom-y1-prop.js
-// [Expected rendering result] green ellipse, no red visible - and a series of PASS mesages
+// [Expected rendering result] green ellipse, no red visible - and a series of PASS messages
description("Tests dynamic updates of the 'y1' property of the SVGLinearGradientElement object")
createSVGTestCase();
diff --git a/LayoutTests/svg/dynamic-updates/resources/SVGLinearGradientElement-svgdom-y2-prop.js b/LayoutTests/svg/dynamic-updates/resources/SVGLinearGradientElement-svgdom-y2-prop.js
index 51eee44..fa1132f 100644
--- a/LayoutTests/svg/dynamic-updates/resources/SVGLinearGradientElement-svgdom-y2-prop.js
+++ b/LayoutTests/svg/dynamic-updates/resources/SVGLinearGradientElement-svgdom-y2-prop.js
@@ -1,5 +1,5 @@
// [Name] SVGLinearGradientElement-svgdom-y2-prop.js
-// [Expected rendering result] green ellipse, no red visible - and a series of PASS mesages
+// [Expected rendering result] green ellipse, no red visible - and a series of PASS messages
description("Tests dynamic updates of the 'y2' property of the SVGLinearGradientElement object")
createSVGTestCase();
diff --git a/LayoutTests/svg/dynamic-updates/resources/SVGPatternElement-dom-height-attr.js b/LayoutTests/svg/dynamic-updates/resources/SVGPatternElement-dom-height-attr.js
index cf963a7..4a063d5 100644
--- a/LayoutTests/svg/dynamic-updates/resources/SVGPatternElement-dom-height-attr.js
+++ b/LayoutTests/svg/dynamic-updates/resources/SVGPatternElement-dom-height-attr.js
@@ -1,5 +1,5 @@
// [Name] SVGPatternElement-dom-height-attr.js
-// [Expected rendering result] green rect, no red visible - and a series of PASS mesages
+// [Expected rendering result] green rect, no red visible - and a series of PASS messages
description("Tests dynamic updates of the 'height' attribute of the SVGPatternElement object")
createSVGTestCase();
diff --git a/LayoutTests/svg/dynamic-updates/resources/SVGPatternElement-dom-patternContentUnits-attr.js b/LayoutTests/svg/dynamic-updates/resources/SVGPatternElement-dom-patternContentUnits-attr.js
index 18e57e3..cfe6879 100644
--- a/LayoutTests/svg/dynamic-updates/resources/SVGPatternElement-dom-patternContentUnits-attr.js
+++ b/LayoutTests/svg/dynamic-updates/resources/SVGPatternElement-dom-patternContentUnits-attr.js
@@ -1,5 +1,5 @@
// [Name] SVGPatternElement-dom-patternContentUnits-attr.js
-// [Expected rendering result] green rect, no red visible - and a series of PASS mesages
+// [Expected rendering result] green rect, no red visible - and a series of PASS messages
description("Tests dynamic updates of the 'patternContentUnits' attribute of the SVGPatternElement object")
createSVGTestCase();
diff --git a/LayoutTests/svg/dynamic-updates/resources/SVGPatternElement-dom-patternTransform-attr.js b/LayoutTests/svg/dynamic-updates/resources/SVGPatternElement-dom-patternTransform-attr.js
index 8fba745..11703d8 100644
--- a/LayoutTests/svg/dynamic-updates/resources/SVGPatternElement-dom-patternTransform-attr.js
+++ b/LayoutTests/svg/dynamic-updates/resources/SVGPatternElement-dom-patternTransform-attr.js
@@ -1,5 +1,5 @@
// [Name] SVGPatternElement-dom-patternTransform-attr.js
-// [Expected rendering result] green ellipse, no red visible - and a series of PASS mesages
+// [Expected rendering result] green ellipse, no red visible - and a series of PASS messages
description("Tests dynamic updates of the 'patternTransform' attribute of the SVGPatternElement object")
createSVGTestCase();
diff --git a/LayoutTests/svg/dynamic-updates/resources/SVGPatternElement-dom-patternUnits-attr.js b/LayoutTests/svg/dynamic-updates/resources/SVGPatternElement-dom-patternUnits-attr.js
index 11f3450..45b23d0 100644
--- a/LayoutTests/svg/dynamic-updates/resources/SVGPatternElement-dom-patternUnits-attr.js
+++ b/LayoutTests/svg/dynamic-updates/resources/SVGPatternElement-dom-patternUnits-attr.js
@@ -1,5 +1,5 @@
// [Name] SVGPatternElement-dom-patternUnits-attr.js
-// [Expected rendering result] green rect, no red visible - and a series of PASS mesages
+// [Expected rendering result] green rect, no red visible - and a series of PASS messages
description("Tests dynamic updates of the 'patternUnits' attribute of the SVGPatternElement object")
createSVGTestCase();
diff --git a/LayoutTests/svg/dynamic-updates/resources/SVGPatternElement-dom-width-attr.js b/LayoutTests/svg/dynamic-updates/resources/SVGPatternElement-dom-width-attr.js
index fd1b961..0f77f24 100644
--- a/LayoutTests/svg/dynamic-updates/resources/SVGPatternElement-dom-width-attr.js
+++ b/LayoutTests/svg/dynamic-updates/resources/SVGPatternElement-dom-width-attr.js
@@ -1,5 +1,5 @@
// [Name] SVGPatternElement-dom-width-attr.js
-// [Expected rendering result] green rect, no red visible - and a series of PASS mesages
+// [Expected rendering result] green rect, no red visible - and a series of PASS messages
description("Tests dynamic updates of the 'width' attribute of the SVGPatternElement object")
createSVGTestCase();
diff --git a/LayoutTests/svg/dynamic-updates/resources/SVGPatternElement-dom-x-attr.js b/LayoutTests/svg/dynamic-updates/resources/SVGPatternElement-dom-x-attr.js
index a0bafeb..16d9fec 100644
--- a/LayoutTests/svg/dynamic-updates/resources/SVGPatternElement-dom-x-attr.js
+++ b/LayoutTests/svg/dynamic-updates/resources/SVGPatternElement-dom-x-attr.js
@@ -1,5 +1,5 @@
// [Name] SVGPatternElement-dom-x-attr.js
-// [Expected rendering result] green rect, no red visible - and a series of PASS mesages
+// [Expected rendering result] green rect, no red visible - and a series of PASS messages
description("Tests dynamic updates of the 'x' attribute of the SVGPatternElement object")
createSVGTestCase();
diff --git a/LayoutTests/svg/dynamic-updates/resources/SVGPatternElement-dom-y-attr.js b/LayoutTests/svg/dynamic-updates/resources/SVGPatternElement-dom-y-attr.js
index 931dbc2..1b57099 100644
--- a/LayoutTests/svg/dynamic-updates/resources/SVGPatternElement-dom-y-attr.js
+++ b/LayoutTests/svg/dynamic-updates/resources/SVGPatternElement-dom-y-attr.js
@@ -1,5 +1,5 @@
// [Name] SVGPatternElement-dom-y-attr.js
-// [Expected rendering result] green rect, no red visible - and a series of PASS mesages
+// [Expected rendering result] green rect, no red visible - and a series of PASS messages
description("Tests dynamic updates of the 'y' attribute of the SVGPatternElement object")
createSVGTestCase();
diff --git a/LayoutTests/svg/dynamic-updates/resources/SVGPatternElement-svgdom-height-prop.js b/LayoutTests/svg/dynamic-updates/resources/SVGPatternElement-svgdom-height-prop.js
index b4bb4d9..e285405 100644
--- a/LayoutTests/svg/dynamic-updates/resources/SVGPatternElement-svgdom-height-prop.js
+++ b/LayoutTests/svg/dynamic-updates/resources/SVGPatternElement-svgdom-height-prop.js
@@ -1,5 +1,5 @@
// [Name] SVGPatternElement-svgdom-height-prop.js
-// [Expected rendering result] green rect, no red visible - and a series of PASS mesages
+// [Expected rendering result] green rect, no red visible - and a series of PASS messages
description("Tests dynamic updates of the 'height' property of the SVGPatternElement object")
createSVGTestCase();
diff --git a/LayoutTests/svg/dynamic-updates/resources/SVGPatternElement-svgdom-patternContentUnits-prop.js b/LayoutTests/svg/dynamic-updates/resources/SVGPatternElement-svgdom-patternContentUnits-prop.js
index 6270089..ebe5b8e 100644
--- a/LayoutTests/svg/dynamic-updates/resources/SVGPatternElement-svgdom-patternContentUnits-prop.js
+++ b/LayoutTests/svg/dynamic-updates/resources/SVGPatternElement-svgdom-patternContentUnits-prop.js
@@ -1,5 +1,5 @@
// [Name] SVGPatternElement-svgdom-patternContentUnits-prop.js
-// [Expected rendering result] green rect, no red visible - and a series of PASS mesages
+// [Expected rendering result] green rect, no red visible - and a series of PASS messages
description("Tests dynamic updates of the 'patternContentUnits' property of the SVGPatternElement object")
createSVGTestCase();
diff --git a/LayoutTests/svg/dynamic-updates/resources/SVGPatternElement-svgdom-patternTransform-prop.js b/LayoutTests/svg/dynamic-updates/resources/SVGPatternElement-svgdom-patternTransform-prop.js
index e45c42b..a2f5342 100644
--- a/LayoutTests/svg/dynamic-updates/resources/SVGPatternElement-svgdom-patternTransform-prop.js
+++ b/LayoutTests/svg/dynamic-updates/resources/SVGPatternElement-svgdom-patternTransform-prop.js
@@ -1,5 +1,5 @@
// [Name] SVGPatternElement-svgdom-patternTransform-prop.js
-// [Expected rendering result] green ellipse, no red visible - and a series of PASS mesages
+// [Expected rendering result] green ellipse, no red visible - and a series of PASS messages
description("Tests dynamic updates of the 'patternTransform' property of the SVGPatternElement object")
createSVGTestCase();
diff --git a/LayoutTests/svg/dynamic-updates/resources/SVGPatternElement-svgdom-patternUnits-prop.js b/LayoutTests/svg/dynamic-updates/resources/SVGPatternElement-svgdom-patternUnits-prop.js
index 84ef55d..3663147 100644
--- a/LayoutTests/svg/dynamic-updates/resources/SVGPatternElement-svgdom-patternUnits-prop.js
+++ b/LayoutTests/svg/dynamic-updates/resources/SVGPatternElement-svgdom-patternUnits-prop.js
@@ -1,5 +1,5 @@
// [Name] SVGPatternElement-svgdom-patternUnits-prop.js
-// [Expected rendering result] green rect, no red visible - and a series of PASS mesages
+// [Expected rendering result] green rect, no red visible - and a series of PASS messages
description("Tests dynamic updates of the 'patternUnits' property of the SVGPatternElement object")
createSVGTestCase();
diff --git a/LayoutTests/svg/dynamic-updates/resources/SVGPatternElement-svgdom-width-prop.js b/LayoutTests/svg/dynamic-updates/resources/SVGPatternElement-svgdom-width-prop.js
index 75c518a..d43b315 100644
--- a/LayoutTests/svg/dynamic-updates/resources/SVGPatternElement-svgdom-width-prop.js
+++ b/LayoutTests/svg/dynamic-updates/resources/SVGPatternElement-svgdom-width-prop.js
@@ -1,5 +1,5 @@
// [Name] SVGPatternElement-svgdom-width-prop.js
-// [Expected rendering result] green rect, no red visible - and a series of PASS mesages
+// [Expected rendering result] green rect, no red visible - and a series of PASS messages
description("Tests dynamic updates of the 'width' property of the SVGPatternElement object")
createSVGTestCase();
diff --git a/LayoutTests/svg/dynamic-updates/resources/SVGPatternElement-svgdom-x-prop.js b/LayoutTests/svg/dynamic-updates/resources/SVGPatternElement-svgdom-x-prop.js
index a84bb95..f10d853 100644
--- a/LayoutTests/svg/dynamic-updates/resources/SVGPatternElement-svgdom-x-prop.js
+++ b/LayoutTests/svg/dynamic-updates/resources/SVGPatternElement-svgdom-x-prop.js
@@ -1,5 +1,5 @@
// [Name] SVGPatternElement-svgdom-x-prop.js
-// [Expected rendering result] green rect, no red visible - and a series of PASS mesages
+// [Expected rendering result] green rect, no red visible - and a series of PASS messages
description("Tests dynamic updates of the 'x' property of the SVGPatternElement object")
createSVGTestCase();
diff --git a/LayoutTests/svg/dynamic-updates/resources/SVGPatternElement-svgdom-y-prop.js b/LayoutTests/svg/dynamic-updates/resources/SVGPatternElement-svgdom-y-prop.js
index b3320ba..d5b3371 100644
--- a/LayoutTests/svg/dynamic-updates/resources/SVGPatternElement-svgdom-y-prop.js
+++ b/LayoutTests/svg/dynamic-updates/resources/SVGPatternElement-svgdom-y-prop.js
@@ -1,5 +1,5 @@
// [Name] SVGPatternElement-dom-y-prop.js
-// [Expected rendering result] green rect, no red visible - and a series of PASS mesages
+// [Expected rendering result] green rect, no red visible - and a series of PASS messages
description("Tests dynamic updates of the 'y' property of the SVGPatternElement object")
createSVGTestCase();
diff --git a/LayoutTests/svg/dynamic-updates/resources/SVGRadialGradientElement-dom-cx-attr.js b/LayoutTests/svg/dynamic-updates/resources/SVGRadialGradientElement-dom-cx-attr.js
index a3f8235..12eb1d0 100644
--- a/LayoutTests/svg/dynamic-updates/resources/SVGRadialGradientElement-dom-cx-attr.js
+++ b/LayoutTests/svg/dynamic-updates/resources/SVGRadialGradientElement-dom-cx-attr.js
@@ -1,5 +1,5 @@
// [Name] SVGRadialGradientElement-dom-cx-attr.js
-// [Expected rendering result] green ellipse, no red visible - and a series of PASS mesages
+// [Expected rendering result] green ellipse, no red visible - and a series of PASS messages
description("Tests dynamic updates of the 'cx' attribute of the SVGRadialGradientElement object")
createSVGTestCase();
diff --git a/LayoutTests/svg/dynamic-updates/resources/SVGRadialGradientElement-dom-cy-attr.js b/LayoutTests/svg/dynamic-updates/resources/SVGRadialGradientElement-dom-cy-attr.js
index 03ed9ea..b83eb87 100644
--- a/LayoutTests/svg/dynamic-updates/resources/SVGRadialGradientElement-dom-cy-attr.js
+++ b/LayoutTests/svg/dynamic-updates/resources/SVGRadialGradientElement-dom-cy-attr.js
@@ -1,5 +1,5 @@
// [Name] SVGRadialGradientElement-dom-cy-attr.js
-// [Expected rendering result] green ellipse, no red visible - and a series of PASS mesages
+// [Expected rendering result] green ellipse, no red visible - and a series of PASS messages
description("Tests dynamic updates of the 'cy' attribute of the SVGRadialGradientElement object")
createSVGTestCase();
diff --git a/LayoutTests/svg/dynamic-updates/resources/SVGRadialGradientElement-dom-fx-attr.js b/LayoutTests/svg/dynamic-updates/resources/SVGRadialGradientElement-dom-fx-attr.js
index 29c15d7..d918c0d 100644
--- a/LayoutTests/svg/dynamic-updates/resources/SVGRadialGradientElement-dom-fx-attr.js
+++ b/LayoutTests/svg/dynamic-updates/resources/SVGRadialGradientElement-dom-fx-attr.js
@@ -1,5 +1,5 @@
// [Name] SVGRadialGradientElement-dom-fx-attr.js
-// [Expected rendering result] green ellipse, red radial gradient centered in the middle of the ellipse - and a series of PASS mesages
+// [Expected rendering result] green ellipse, red radial gradient centered in the middle of the ellipse - and a series of PASS messages
description("Tests dynamic updates of the 'fx' attribute of the SVGRadialGradientElement object")
createSVGTestCase();
diff --git a/LayoutTests/svg/dynamic-updates/resources/SVGRadialGradientElement-dom-fy-attr.js b/LayoutTests/svg/dynamic-updates/resources/SVGRadialGradientElement-dom-fy-attr.js
index 9245ead..171d8a0 100644
--- a/LayoutTests/svg/dynamic-updates/resources/SVGRadialGradientElement-dom-fy-attr.js
+++ b/LayoutTests/svg/dynamic-updates/resources/SVGRadialGradientElement-dom-fy-attr.js
@@ -1,5 +1,5 @@
// [Name] SVGRadialGradientElement-dom-fy-attr.js
-// [Expected rendering result] green ellipse, red radial gradient centered in the middle of the ellipse - and a series of PASS mesages
+// [Expected rendering result] green ellipse, red radial gradient centered in the middle of the ellipse - and a series of PASS messages
description("Tests dynamic updates of the 'fy' attribute of the SVGRadialGradientElement object")
createSVGTestCase();
diff --git a/LayoutTests/svg/dynamic-updates/resources/SVGRadialGradientElement-dom-gradientTransform-attr.js b/LayoutTests/svg/dynamic-updates/resources/SVGRadialGradientElement-dom-gradientTransform-attr.js
index 0374729..a38eeaf 100644
--- a/LayoutTests/svg/dynamic-updates/resources/SVGRadialGradientElement-dom-gradientTransform-attr.js
+++ b/LayoutTests/svg/dynamic-updates/resources/SVGRadialGradientElement-dom-gradientTransform-attr.js
@@ -1,5 +1,5 @@
// [Name] SVGRadialGradientElement-dom-gradientTransform-attr.js
-// [Expected rendering result] green ellipse, no red visible - and a series of PASS mesages
+// [Expected rendering result] green ellipse, no red visible - and a series of PASS messages
description("Tests dynamic updates of the 'gradientTransform' attribute of the SVGRadialGradientElement object")
createSVGTestCase();
diff --git a/LayoutTests/svg/dynamic-updates/resources/SVGRadialGradientElement-dom-gradientUnits-attr.js b/LayoutTests/svg/dynamic-updates/resources/SVGRadialGradientElement-dom-gradientUnits-attr.js
index a0bd323..c24af81 100644
--- a/LayoutTests/svg/dynamic-updates/resources/SVGRadialGradientElement-dom-gradientUnits-attr.js
+++ b/LayoutTests/svg/dynamic-updates/resources/SVGRadialGradientElement-dom-gradientUnits-attr.js
@@ -1,5 +1,5 @@
// [Name] SVGRadialGradientElement-dom-gradientUnits-attr.js
-// [Expected rendering result] green ellipse, no red visible - and a series of PASS mesages
+// [Expected rendering result] green ellipse, no red visible - and a series of PASS messages
description("Tests dynamic updates of the 'gradientUnits' attribute of the SVGRadialGradientElement object")
createSVGTestCase();
diff --git a/LayoutTests/svg/dynamic-updates/resources/SVGRadialGradientElement-dom-r-attr.js b/LayoutTests/svg/dynamic-updates/resources/SVGRadialGradientElement-dom-r-attr.js
index c148cfd..d204f21 100644
--- a/LayoutTests/svg/dynamic-updates/resources/SVGRadialGradientElement-dom-r-attr.js
+++ b/LayoutTests/svg/dynamic-updates/resources/SVGRadialGradientElement-dom-r-attr.js
@@ -1,5 +1,5 @@
// [Name] SVGRadialGradientElement-dom-r-attr.js
-// [Expected rendering result] green ellipse, no red visible - and a series of PASS mesages
+// [Expected rendering result] green ellipse, no red visible - and a series of PASS messages
description("Tests dynamic updates of the 'r' attribute of the SVGRadialGradientElement object")
createSVGTestCase();
diff --git a/LayoutTests/svg/dynamic-updates/resources/SVGRadialGradientElement-svgdom-cx-prop.js b/LayoutTests/svg/dynamic-updates/resources/SVGRadialGradientElement-svgdom-cx-prop.js
index 49c92ac..93b71d3 100644
--- a/LayoutTests/svg/dynamic-updates/resources/SVGRadialGradientElement-svgdom-cx-prop.js
+++ b/LayoutTests/svg/dynamic-updates/resources/SVGRadialGradientElement-svgdom-cx-prop.js
@@ -1,5 +1,5 @@
// [Name] SVGRadialGradientElement-svgdom-cx-prop.js
-// [Expected rendering result] green ellipse, no red visible - and a series of PASS mesages
+// [Expected rendering result] green ellipse, no red visible - and a series of PASS messages
description("Tests dynamic updates of the 'cx' property of the SVGRadialGradientElement object")
createSVGTestCase();
diff --git a/LayoutTests/svg/dynamic-updates/resources/SVGRadialGradientElement-svgdom-cy-prop.js b/LayoutTests/svg/dynamic-updates/resources/SVGRadialGradientElement-svgdom-cy-prop.js
index e7aa7a7..8db12f4 100644
--- a/LayoutTests/svg/dynamic-updates/resources/SVGRadialGradientElement-svgdom-cy-prop.js
+++ b/LayoutTests/svg/dynamic-updates/resources/SVGRadialGradientElement-svgdom-cy-prop.js
@@ -1,5 +1,5 @@
// [Name] SVGRadialGradientElement-svgdom-cy-prop.js
-// [Expected rendering result] green ellipse, no red visible - and a series of PASS mesages
+// [Expected rendering result] green ellipse, no red visible - and a series of PASS messages
description("Tests dynamic updates of the 'cy' property of the SVGRadialGradientElement object")
createSVGTestCase();
diff --git a/LayoutTests/svg/dynamic-updates/resources/SVGRadialGradientElement-svgdom-fx-prop.js b/LayoutTests/svg/dynamic-updates/resources/SVGRadialGradientElement-svgdom-fx-prop.js
index 2e2c837..1fb0420 100644
--- a/LayoutTests/svg/dynamic-updates/resources/SVGRadialGradientElement-svgdom-fx-prop.js
+++ b/LayoutTests/svg/dynamic-updates/resources/SVGRadialGradientElement-svgdom-fx-prop.js
@@ -1,5 +1,5 @@
// [Name] SVGRadialGradientElement-svgdom-fx-prop.js
-// [Expected rendering result] green ellipse, red radial gradient centered in the middle of the ellipse - and a series of PASS mesages
+// [Expected rendering result] green ellipse, red radial gradient centered in the middle of the ellipse - and a series of PASS messages
description("Tests dynamic updates of the 'fx' property of the SVGRadialGradientElement object")
createSVGTestCase();
diff --git a/LayoutTests/svg/dynamic-updates/resources/SVGRadialGradientElement-svgdom-fy-prop.js b/LayoutTests/svg/dynamic-updates/resources/SVGRadialGradientElement-svgdom-fy-prop.js
index f6ac5ee1..bb3b966 100644
--- a/LayoutTests/svg/dynamic-updates/resources/SVGRadialGradientElement-svgdom-fy-prop.js
+++ b/LayoutTests/svg/dynamic-updates/resources/SVGRadialGradientElement-svgdom-fy-prop.js
@@ -1,5 +1,5 @@
// [Name] SVGRadialGradientElement-svgdom-fy-prop.js
-// [Expected rendering result] green ellipse, red radial gradient centered in the middle of the ellipse - and a series of PASS mesages
+// [Expected rendering result] green ellipse, red radial gradient centered in the middle of the ellipse - and a series of PASS messages
description("Tests dynamic updates of the 'fy' property of the SVGRadialGradientElement object")
createSVGTestCase();
diff --git a/LayoutTests/svg/dynamic-updates/resources/SVGRadialGradientElement-svgdom-gradientTransform-prop.js b/LayoutTests/svg/dynamic-updates/resources/SVGRadialGradientElement-svgdom-gradientTransform-prop.js
index ad406d1..ad9b12e 100644
--- a/LayoutTests/svg/dynamic-updates/resources/SVGRadialGradientElement-svgdom-gradientTransform-prop.js
+++ b/LayoutTests/svg/dynamic-updates/resources/SVGRadialGradientElement-svgdom-gradientTransform-prop.js
@@ -1,5 +1,5 @@
// [Name] SVGRadialGradientElement-svgdom-gradientTransform-prop.js
-// [Expected rendering result] green ellipse, no red visible - and a series of PASS mesages
+// [Expected rendering result] green ellipse, no red visible - and a series of PASS messages
description("Tests dynamic updates of the 'gradientTransform' property of the SVGRadialGradientElement object")
createSVGTestCase();
diff --git a/LayoutTests/svg/dynamic-updates/resources/SVGRadialGradientElement-svgdom-gradientUnits-prop.js b/LayoutTests/svg/dynamic-updates/resources/SVGRadialGradientElement-svgdom-gradientUnits-prop.js
index 2d9ce27..ac3a028 100644
--- a/LayoutTests/svg/dynamic-updates/resources/SVGRadialGradientElement-svgdom-gradientUnits-prop.js
+++ b/LayoutTests/svg/dynamic-updates/resources/SVGRadialGradientElement-svgdom-gradientUnits-prop.js
@@ -1,5 +1,5 @@
// [Name] SVGRadialGradientElement-svgdom-gradientUnits-prop.js
-// [Expected rendering result] green ellipse, no red visible - and a series of PASS mesages
+// [Expected rendering result] green ellipse, no red visible - and a series of PASS messages
description("Tests dynamic updates of the 'gradientUnits' property of the SVGRadialGradientElement object")
createSVGTestCase();
diff --git a/LayoutTests/svg/dynamic-updates/resources/SVGRadialGradientElement-svgdom-r-prop.js b/LayoutTests/svg/dynamic-updates/resources/SVGRadialGradientElement-svgdom-r-prop.js
index d91b099..213718f 100644
--- a/LayoutTests/svg/dynamic-updates/resources/SVGRadialGradientElement-svgdom-r-prop.js
+++ b/LayoutTests/svg/dynamic-updates/resources/SVGRadialGradientElement-svgdom-r-prop.js
@@ -1,5 +1,5 @@
// [Name] SVGRadialGradientElement-svgdom-r-prop.js
-// [Expected rendering result] green ellipse, no red visible - and a series of PASS mesages
+// [Expected rendering result] green ellipse, no red visible - and a series of PASS messages
description("Tests dynamic updates of the 'r' property of the SVGRadialGradientElement object")
createSVGTestCase();
diff --git a/LayoutTests/svg/dynamic-updates/resources/SVGTestCase.js b/LayoutTests/svg/dynamic-updates/resources/SVGTestCase.js
index 13bcccc..6da9f9e 100644
--- a/LayoutTests/svg/dynamic-updates/resources/SVGTestCase.js
+++ b/LayoutTests/svg/dynamic-updates/resources/SVGTestCase.js
@@ -21,16 +21,6 @@
}
function triggerUpdate(x, y) {
- // Default x position
- if (!x) {
- x = 150;
- }
-
- // Default y position
- if (!y) {
- y = 200;
- }
-
// Translation due to <h1> above us
x = x + rootSVGElement.offsetLeft;
y = y + rootSVGElement.offsetTop;