tor-browser

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

css-inline-style-dynamic.tentative-ref.html (400B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <meta charset="utf-8"/>
      5 <title>MathML 'ElementCSSInlineStyle` Dynamic Tests</title>
      6 <style>
      7 mspace {
      8  background-color: green;
      9 }
     10 </style>
     11 </head>
     12 <body>
     13  <span>This tests that `ElementCSSInlineStyle` interface changes update rendering.</span>
     14  <div>
     15    <math><mspace width="50px" height="100px"/><mspace width="50px" height="100px"/></math>
     16  </div>
     17 </body>
     18 </html>