Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(68)

Unified Diff: LayoutTests/fast/forms/placeholder-appearance-textarea.html

Issue 253853002: PlaceHolder in TextArea should allow carriage return and line feed (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Added rendering test and also added test for carriage return Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/forms/placeholder-stripped.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 &#13;&#10;second"></textarea><br>
+<textarea placeholder="&#13;"></textarea><br>
+<textarea placeholder="&#10;"></textarea><br>
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/forms/placeholder-stripped.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698