diff --git a/tests/HTMLPurifier/Strategy/MakeWellFormedTest b/tests/HTMLPurifier/Strategy/MakeWellFormedTest
new file mode 100644
index 00000000..1d787204
--- /dev/null
+++ b/tests/HTMLPurifier/Strategy/MakeWellFormedTest
@@ -0,0 +1,64 @@
+bold text.';
+ $expect[1] = $inputs[1];
+
+ $inputs[2] = 'Unclosed tag, gasp!';
+ $expect[2] = 'Unclosed tag, gasp!';
+
+ $inputs[3] = 'Bold and italic?';
+ $expect[3] = 'Bold and italic?';
+
+ // CHANGE THIS BEHAVIOR!
+ $inputs[4] = 'Unused end tags... recycle!';
+ $expect[4] = 'Unused end tags... recycle!</b>';
+
+ $inputs[5] = '
';
+ $expect[5] = '
';
+
+ $inputs[6] = '
Paragraph 1
Paragraph 2'; + $expect[7] = '
Paragraph 1
Paragraph 2
'; + + $inputs[8] = 'Paragraphs
In
A
Div
Paragraphs
In
A
Div