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

Thu, 15 Jan 2015 21:03:48 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 21:03:48 +0100
branch
TOR_BUG_9701
changeset 11
deefc01c0e14
permissions
-rw-r--r--

Integrate friendly tips from Tor colleagues to make (or not) 4.5 alpha 3;
This includes removal of overloaded (but unused) methods, and addition of
a overlooked call to DataStruct::SetData(nsISupports, uint32_t, bool.)

     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