1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/browser/metro/base/tests/mochitest/res/textdivs01.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,36 @@ 1.4 +<!DOCTYPE html> 1.5 +<html> 1.6 +<head> 1.7 +<meta charset="utf-8" /> 1.8 +<style> 1.9 +div 1.10 +{ 1.11 + padding: 25px; 1.12 + width: 300px; 1.13 + display: block; 1.14 +} 1.15 +</style> 1.16 +</head> 1.17 +<body> 1.18 +<br /> 1.19 +<input id="textinput" style="width:100px; height:25px;" value="The rabbit-hole went straight on like a tunnel for some way and then dipped suddenly down" type="text"> 1.20 +<div id="first"> 1.21 + Alice was beginning to get very tired of sitting by her sister on the bank, and of having 1.22 + nothing to do: once or twice she had peeped into the book her sister was reading 1.23 + but it had no pictures or conversations in it, `and what is the use of a book,' thought 1.24 + Alice `without pictures or conversation?' 1.25 +</div> 1.26 +<div id="second"> 1.27 + Alice was beginning to get very tired of sitting by her sister on the bank, and of having 1.28 + nothing to do: once or twice she had peeped into the book her sister was reading, but it 1.29 + had no pictures or conversations in it, `and what is the use of a book,' thought Alice 1.30 + `without pictures or conversation?' 1.31 +</div> 1.32 +<div id="third"> 1.33 + So she was considering in her own mind (as well as she could, for the hot day made her 1.34 + feel very sleepy and stupid), whether the pleasure of making a daisy-chain would be worth 1.35 + the trouble of getting up and picking the daisies, when suddenly a White Rabbit with pink 1.36 + eyes ran close by her. 1.37 +</div> 1.38 +<div style="height:1000px;"></div> 1.39 +</body></html> 1.40 \ No newline at end of file