viewport-004

Rendering more than one canvas

WeasyPrint

This browser

Flags
may
Assertion
User agents may render more than one canvas.

Source

 1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
 2 <html>
 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="help" href="http://www.w3.org/TR/CSS21/visuren.html#viewport">
 7         <meta name="flags" content="may">
 8         <meta name="assert" content="User agents may render more than one canvas.">
 9         <style type="text/css">
10         </style>
11     </head>
12     <frameset cols="*,*">
13         <frame src="support/viewport-004-firstcanvas.htm"></frame>
14         <frame src="support/viewport-004-secondcanvas.htm"></frame>
15         <noframes>
16             <body>
17                 <p>Test passes if this text is visible.</p>
18             </body>
19         </noframes>
20     </frameset>
21 </html>