diff --git a/tests/test_level4/test_placeholder_shown.py b/tests/test_level4/test_placeholder_shown.py
index 96c9ace..53bd439 100644
--- a/tests/test_level4/test_placeholder_shown.py
+++ b/tests/test_level4/test_placeholder_shown.py
@@ -9,15 +9,15 @@ def test_placeholder_shown(self):
"""Test placeholder shown."""
markup = """
- /* These have a placeholder. */
+
- /* These do not have a placeholder. */
+
- /* All types that should register has having a placeholder. */
+
@@ -28,7 +28,7 @@ def test_placeholder_shown(self):
- /* Types that should not register has having a placeholder. */
+
@@ -45,20 +45,20 @@ def test_placeholder_shown(self):
- /* Value will not override this instance as value is empty. */
+
- /* Value will override this input */
+
- /* Text area content overrides the placeholder
+
- /* Text area is still considered empty with a single new line (does not include carriage return). */
+
"""