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

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

Issue 1522803002: Move textarea-related tests to fast/forms/textarea/, part 1. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@color-uaf
Patch Set: Created 5 years 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
11 </textarea><textarea cols="15" rows="2">InsertedText
12 InitialText</textarea><textarea cols="15" rows="2">NewText
13 </textarea>
14 </body>
15 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698