| 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>
|
|
|