browser/metro/base/tests/mochitest/res/textarea01.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/browser/metro/base/tests/mochitest/res/textarea01.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,24 @@
     1.4 +<!DOCTYPE html>
     1.5 +<html>
     1.6 +<head>
     1.7 +<style>
     1.8 +body {
     1.9 +padding: 0;
    1.10 +margin: 0;
    1.11 +}
    1.12 +</style>
    1.13 +</head>
    1.14 +<body>
    1.15 +<textarea id="textarea" style="overflow: hidden;" name="textarea" rows="10" cols="50">
    1.16 +There was nothing so VERY remarkable in that; nor did Alice think it so VERY much out of
    1.17 +the way to hear the Rabbit say to itself, `Oh dear! Oh dear! I shall be late!' (when she
    1.18 +thought it over afterwards, it occurred to her that she ought to have wondered at this,
    1.19 +but at the time it all seemed quite natural); but when the Rabbit actually TOOK A WATCH
    1.20 +OUT OF ITS WAISTCOAT-POCKET, and looked at it, and then hurried on, Alice started to her
    1.21 +feet, for it flashed across her mind that she had never before seen a rabbit with either a
    1.22 +waistcoat-pocket, or a watch to take out of it, and burning with curiosity, she ran across
    1.23 +the field after it, and fortunately was just in time to see it pop down a large rabbit-hole
    1.24 +under the hedge.
    1.25 +</textarea>
    1.26 +</body>
    1.27 +</html>
    1.28 \ No newline at end of file

mercurial