tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

translations-tester-en.html (2017B)


      1 <!doctype html>
      2 <html lang="en">
      3  <!-- See toolkit for original test.-->
      4  <head>
      5    <meta charset="utf-8" />
      6    <title>Translations Test</title>
      7    <style>
      8      div {
      9        margin: 10px auto;
     10        width: 300px;
     11      }
     12      p {
     13        margin: 47px 0;
     14        font-size: 21px;
     15        line-height: 2;
     16      }
     17    </style>
     18  </head>
     19  <body>
     20    <div>
     21      <!-- The following is an excerpt from The Wondeful Wizard of Oz, which is in the public domain -->
     22      <h1>"The Wonderful Wizard of Oz" by L. Frank Baum</h1>
     23      <p>
     24        The little girl, seeing she had lost one of her pretty shoes, grew
     25        angry, and said to the Witch, “Give me back my shoe!”
     26      </p>
     27      <p>
     28        “I will not,” retorted the Witch, “for it is now my shoe, and not
     29        yours.”
     30      </p>
     31      <p>
     32        “You are a wicked creature!” cried Dorothy. “You have no right to take
     33        my shoe from me.”
     34      </p>
     35      <p>
     36        “I shall keep it, just the same,” said the Witch, laughing at her, “and
     37        someday I shall get the other one from you, too.”
     38      </p>
     39      <p>
     40        This made Dorothy so very angry that she picked up the bucket of water
     41        that stood near and dashed it over the Witch, wetting her from head to
     42        foot.
     43      </p>
     44      <p>
     45        Instantly the wicked woman gave a loud cry of fear, and then, as Dorothy
     46        looked at her in wonder, the Witch began to shrink and fall away.
     47      </p>
     48      <p>
     49        “See what you have done!” she screamed. “In a minute I shall melt away.”
     50      </p>
     51      <p>
     52        “I’m very sorry, indeed,” said Dorothy, who was truly frightened to see
     53        the Witch actually melting away like brown sugar before her very eyes.
     54      </p>
     55      <p>
     56        “Didn’t you know water would be the end of me?” asked the Witch, in a
     57        wailing, despairing voice.
     58      </p>
     59      <p>“Of course not,” answered Dorothy. “How should I?”</p>
     60    </div>
     61  </body>
     62 </html>