Imported Upstream version 2.8.0
[platform/upstream/libxml2.git] / test / HTML / script2.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml">
4         <head>
5                 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6 <title>Test Page</title>
7 </head>
8 <body>
9 <div id="portal">
10 <script type="text/javascript">
11         documen.write("Příliš žluťoučký kůň úpěl ďábelksé ódy");
12 </script>
13         <p>
14         Příliš žluťoučký kůň úpěl ďábelksé ódy;
15         </p>
16 </div>
17 </body>
18 </html>
19