Index: LayoutTests/fast/forms/placeholder-appearance-textarea.html |
diff --git a/LayoutTests/fast/forms/placeholder-appearance-textarea.html b/LayoutTests/fast/forms/placeholder-appearance-textarea.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..077729f3e5ea0b702377cf94457c830b597b0cee |
--- /dev/null |
+++ b/LayoutTests/fast/forms/placeholder-appearance-textarea.html |
@@ -0,0 +1,4 @@ |
+<!-- This tests that the placeholder prints carriage return and line feed --> |
+<textarea placeholder="first second"></textarea><br> |
+<textarea placeholder=" "></textarea><br> |
+<textarea placeholder=" "></textarea><br> |