1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/browser/metro/base/tests/mochitest/browser_selection_textarea.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,12 @@ 1.4 +<!DOCTYPE html> 1.5 +<html> 1.6 + <head> 1.7 + </head> 1.8 +<body> 1.9 +<form action="texarea.html"> 1.10 +<div style="margin-left: 250px;"> 1.11 +<textarea wrap="on" style="width:400px; height:75px; overflow:scroll;" id="inputtext"> 1.12 +Alice was beginning to get very tired of sitting by her sister on the bank, and of having nothing to do: once or twice she had peeped into the book her sister was reading, but it had no pictures or conversations in it, `and what is the use of a book,' thought Alice `without pictures or conversation?'(end)</textarea> 1.13 +</div> 1.14 +</body> 1.15 +</html>