Fix test name
diff --git a/dom/eventPathRemoved.html b/dom/eventPathRemoved.html
index 7a69539..1ed9f88 100644
--- a/dom/eventPathRemoved.html
+++ b/dom/eventPathRemoved.html
@@ -12,5 +12,5 @@
     assert_equals(Event.prototype[name], undefined)
     assert_false(name in new Event("test"))
     assert_equals((new Event("test"))[name], undefined)
-  }, "Event.prototype should not have this property: " + name)
+  }, "Event.prototype should not have property named 'path'")
 </script>