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

Side by Side Diff: LayoutTests/fast/forms/textarea-cloned-text-match-expected.html

Issue 1134593004: Reapply the patch r191685 with fixing the regression issue. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 6 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <body>
4 <p>Testing cloneNode(true) on textarea element works correctly</p>
5 <p>Before clone</p>
6 <textarea cols="15" rows="2">InitialText</textarea>
7 <textarea cols="15" rows="2">InsertedText InitialText</textarea>
8 <textarea cols="15" rows="2">NewText</textarea>
9 <p>After clone</p>
10 <textarea cols="15" rows="2">InitialText</textarea>
tkent 2015/06/05 03:01:26 should remove end-of-line characters between texta
11 <textarea cols="15" rows="2">InsertedText InitialText</textarea>
12 <textarea cols="15" rows="2">NewText</textarea>
13 </body>
14 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698