tor-browser

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

viewport-004.xht (1039B)


      1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
      2 <html xmlns="http://www.w3.org/1999/xhtml">
      3     <head>
      4         <title>CSS Test: Rendering more than one canvas</title>
      5         <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
      6         <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-03-11 -->
      7         <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#viewport" />
      8         <meta name="flags" content="may" />
      9         <meta name="assert" content="User agents may render more than one canvas." />
     10         <style type="text/css">
     11         </style>
     12     </head>
     13     <frameset cols="*,*">
     14         <frame src="support/viewport-004-firstcanvas.htm" />
     15         <frame src="support/viewport-004-secondcanvas.htm" />
     16         <noframes>
     17             <body>
     18                 <p>Test passes if this text is visible.</p>
     19             </body>
     20         </noframes>
     21     </frameset>
     22 </html>