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

Wed, 31 Dec 2014 07:16:47 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:16:47 +0100
branch
TOR_BUG_9701
changeset 3
141e0f1194b1
permissions
-rw-r--r--

Revert simplistic fix pending revisit of Mozilla integration attempt.

     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   <svg xmlns="http://www.w3.org/2000/svg" height="200">
    20     <text y="50">Hello world, 你好吗?</text>
    21   </svg>
    22 </div>
    23 <div lang="en">
    24   <svg xmlns="http://www.w3.org/2000/svg" height="200">
    25     <text y="50">Hello world, 你好吗?</text>
    26   </svg>
    27 </div>
    28 <div lang="en">
    29   <svg xmlns="http://www.w3.org/2000/svg" height="200">
    30     <text y="50">Hello world, 你好吗?</text>
    31   </svg>
    32 </div>
    34 </body>
    35 </html>

mercurial