layout/reftests/svg/text-language-00-ref.xhtml

Thu, 15 Jan 2015 21:13:52 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 21:13:52 +0100
branch
TOR_BUG_9701
changeset 12
7540298fafa1
permissions
-rw-r--r--

Remove forgotten relic of ABI crash risk averse overloaded method change.

     1 <html xmlns="http://www.w3.org/1999/xhtml">
     2 <head>
     3 <title>SVG, text, language...</title>
     4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     5 <style type="text/css">
     6 body {
     7   font-family: sans-serif;
     8   font-size: 24px;
     9   margin: 24px;
    10 }
    11 div {
    12   height: 100px;
    13 }
    14 </style>
    15 </head>
    17 <body>
    18 <div lang="en">
    19   <p>Hello world, 你好吗?</p>
    20 </div>
    21 <div lang="en">
    22   <p>Hello world, 你好吗?</p>
    23 </div>
    24 <div lang="en">
    25   <p>Hello world, 你好吗?</p>
    26 </div>
    27 </body>
    28 </html>

mercurial