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

Unified 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, 7 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
Index: LayoutTests/fast/forms/textarea-cloned-text-match-expected.html
diff --git a/LayoutTests/fast/forms/textarea-cloned-text-match-expected.html b/LayoutTests/fast/forms/textarea-cloned-text-match-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..df4d5ca497799d6306fb8ea81afad88a2e6a247f
--- /dev/null
+++ b/LayoutTests/fast/forms/textarea-cloned-text-match-expected.html
@@ -0,0 +1,8 @@
+<!DOCTYPE html>
+<html>
+<body>
+<p>Both textarea should contain same text</p>
+<textarea name="" id="" cols="10" rows="5">someText</textarea>
+<textarea name="" id="" cols="10" rows="5">someText</textarea>
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698