diff --git a/tests/Control/ModifyFeature.html b/tests/Control/ModifyFeature.html
index 4d0fcce308..af4a5e2c00 100644
--- a/tests/Control/ModifyFeature.html
+++ b/tests/Control/ModifyFeature.html
@@ -333,7 +333,7 @@
control.dragControl.map = {};
control.dragControl.map.div = {};
control.dragControl.map.div.style = {};
- control.dragControl.map.div.cursor = "foo";
+ control.dragControl.map.viewPortDiv = "foo";
control.dragControl.handlers.drag.deactivate = function() {
this.active = false;
}