diff --git a/examples/polymer_partial.html b/examples/polymer_partial.html
index 8c4c77a..2175660 100644
--- a/examples/polymer_partial.html
+++ b/examples/polymer_partial.html
@@ -36,7 +36,7 @@
imported-template
within Polymer's dom-bind
So, you can access, and edit same object properties from outside:
See console for more details.
<imported-template
- content$="{{model.path}}"
+ href="{{model.path}}"
model="{{model.data}}"
></imported-template>
diff --git a/test/content-legacy/deprecation-warning.html b/test/content-legacy/deprecation-warning.html
deleted file mode 100644
index c7b11c1..0000000
--- a/test/content-legacy/deprecation-warning.html
+++ /dev/null
@@ -1,76 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/test/content-legacy/inline.html b/test/content-legacy/inline.html
deleted file mode 100644
index 84b1eba..0000000
--- a/test/content-legacy/inline.html
+++ /dev/null
@@ -1,85 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/test/content-legacy/no-content.html b/test/content-legacy/no-content.html
deleted file mode 100644
index c21c81d..0000000
--- a/test/content-legacy/no-content.html
+++ /dev/null
@@ -1,114 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/test/content-legacy/skipping.html b/test/content-legacy/skipping.html
deleted file mode 100644
index 5e0fec2..0000000
--- a/test/content-legacy/skipping.html
+++ /dev/null
@@ -1,75 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/test/index.html b/test/index.html
index 1d09cf2..da14df6 100644
--- a/test/index.html
+++ b/test/index.html
@@ -21,10 +21,6 @@
'inline.html',
'no-content.html',
'skipping.html',
- 'content-legacy/deprecation-warning.html',
- 'content-legacy/inline.html',
- 'content-legacy/no-content.html',
- 'content-legacy/skipping.html',
// specific imported=tempaltefeatures
// scoping
'scopes/stamp-in-order.html',