diff --git a/js/id/presets.js b/js/id/presets.js
index 690c4b87a..4c0861644 100644
--- a/js/id/presets.js
+++ b/js/id/presets.js
@@ -14,7 +14,7 @@ iD.presets = function(context) {
form: []
},
all = iD.presets.Collection([iD.presets.Preset(other)]),
- defaults = {},
+ defaults = { area: all, line: all, point: all, vertex: all },
forms = {};
all.load = function(d) {
diff --git a/test/index.html b/test/index.html
index ef5b5f130..eb6be5487 100644
--- a/test/index.html
+++ b/test/index.html
@@ -34,7 +34,6 @@
-
@@ -144,6 +143,11 @@
+
+
+
+
+