Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
michael@0 | 1 | <!DOCTYPE html> |
michael@0 | 2 | <html> |
michael@0 | 3 | <head> |
michael@0 | 4 | <meta charset="utf-8" /> |
michael@0 | 5 | <style> |
michael@0 | 6 | div |
michael@0 | 7 | { |
michael@0 | 8 | padding: 25px; |
michael@0 | 9 | width: 300px; |
michael@0 | 10 | display: block; |
michael@0 | 11 | } |
michael@0 | 12 | </style> |
michael@0 | 13 | </head> |
michael@0 | 14 | <body> |
michael@0 | 15 | <br /> |
michael@0 | 16 | <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"> |
michael@0 | 17 | <div id="first"> |
michael@0 | 18 | Alice was beginning to get very tired of sitting by her sister on the bank, and of having |
michael@0 | 19 | nothing to do: once or twice she had peeped into the book her sister was reading |
michael@0 | 20 | but it had no pictures or conversations in it, `and what is the use of a book,' thought |
michael@0 | 21 | Alice `without pictures or conversation?' |
michael@0 | 22 | </div> |
michael@0 | 23 | <div id="second"> |
michael@0 | 24 | Alice was beginning to get very tired of sitting by her sister on the bank, and of having |
michael@0 | 25 | nothing to do: once or twice she had peeped into the book her sister was reading, but it |
michael@0 | 26 | had no pictures or conversations in it, `and what is the use of a book,' thought Alice |
michael@0 | 27 | `without pictures or conversation?' |
michael@0 | 28 | </div> |
michael@0 | 29 | <div id="third"> |
michael@0 | 30 | So she was considering in her own mind (as well as she could, for the hot day made her |
michael@0 | 31 | feel very sleepy and stupid), whether the pleasure of making a daisy-chain would be worth |
michael@0 | 32 | the trouble of getting up and picking the daisies, when suddenly a White Rabbit with pink |
michael@0 | 33 | eyes ran close by her. |
michael@0 | 34 | </div> |
michael@0 | 35 | <div style="height:1000px;"></div> |
michael@0 | 36 | </body></html> |