summaryrefslogtreecommitdiff
path: root/test/HTML
diff options
context:
space:
mode:
authorMike Hommey <glandium@debian.org>2005-09-05 17:10:35 +0000
committerMike Hommey <glandium@debian.org>2005-09-05 17:10:35 +0000
commita464d9993e2acd5b8e1089b218ba74c6fcf215c5 (patch)
tree72fe00eb59147367a1d660b90d08172357e0dffc /test/HTML
parent112cb5bb5475afec1c1cbf1d6728ce4880d0fee8 (diff)
downloadlibxml2-upstream/2.6.21.tar.gz
Load /usr/tmp/tmp.CMoFff/libxml2-2.6.21 intoupstream/2.6.21
packages/libxml2/branches/upstream/current.
Diffstat (limited to 'test/HTML')
-rw-r--r--test/HTML/script2.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/test/HTML/script2.html b/test/HTML/script2.html
new file mode 100644
index 0000000..2606a83
--- /dev/null
+++ b/test/HTML/script2.html
@@ -0,0 +1,19 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+<title>Test Page</title>
+</head>
+<body>
+<div id="portal">
+<script type="text/javascript">
+ documen.write("Příliš žluťoučký kůň úpěl ďábelksé ódy");
+</script>
+ <p>
+ Příliš žluťoučký kůň úpěl ďábelksé ódy;
+ </p>
+</div>
+</body>
+</html>
+