diff --git a/js/test.js b/js/test.js
index dde18747..6ac42102 100644
--- a/js/test.js
+++ b/js/test.js
@@ -802,6 +802,12 @@ describe('Model', function () {
id = id.join('');
element = element.join('');
value = value.join('').trim();
+
+ //
tags can't contain strings, so test with a
instead + if (element == 'br') { + element = 'p'; + } + $('body').html( '