/[suikacvs]/markup/html/whatpm/t/tree-construction/tests3.dat
Suika

Contents of /markup/html/whatpm/t/tree-construction/tests3.dat

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download)
Sat Jun 23 02:09:06 2007 UTC (17 years, 4 months ago) by wakaba
Branch: MAIN
Tests from html5lib are now part of Whatpm CVS repository

1 wakaba 1.1 #data
2     <head></head><style></style>
3     #errors
4     No DOCTYPE
5     <style> in after-head mode
6     #document
7     | <html>
8     | <head>
9     | <style>
10     | <body>
11    
12     #data
13     <head></head><script></script>
14     #errors
15     No DOCTYPE
16     <script> in after-head mode
17     #document
18     | <html>
19     | <head>
20     | <script>
21     | <body>
22    
23     #data
24     <head></head><!-- --><style></style><!-- --><script></script>
25     #errors
26     No DOCTYPE
27     <style> in after-head mode
28     #document
29     | <html>
30     | <head>
31     | <style>
32     | <script>
33     | <!-- -->
34     | <!-- -->
35     | <body>
36    
37     #data
38     <head></head><!-- -->x<style></style><!-- --><script></script>
39     #errors
40     No DOCTYPE
41     #document
42     | <html>
43     | <head>
44     | <!-- -->
45     | <body>
46     | "x"
47     | <style>
48     | <!-- -->
49     | <script>
50    
51     #data
52     <!DOCTYPE html><html><head></head><body><pre>
53     </pre></body></html>
54     #errors
55     #document
56     | <!DOCTYPE HTML>
57     | <html>
58     | <head>
59     | <body>
60     | <pre>
61    
62     #data
63     <!DOCTYPE html><html><head></head><body><pre>
64    
65     foo</pre></body></html>
66     #errors
67     #document
68     | <!DOCTYPE HTML>
69     | <html>
70     | <head>
71     | <body>
72     | <pre>
73     | "foo"
74    
75    
76     #data
77     <!DOCTYPE html><html><head></head><body><pre>
78    
79     foo
80     </pre></body></html>
81     #errors
82     #document
83     | <!DOCTYPE HTML>
84     | <html>
85     | <head>
86     | <body>
87     | <pre>
88     | "foo
89     "
90    
91     #data
92     <!DOCTYPE html><html><head></head><body><pre>x</pre><span>
93     </span></body></html>
94     #errors
95     #document
96     | <!DOCTYPE HTML>
97     | <html>
98     | <head>
99     | <body>
100     | <pre>
101     | "x"
102     | <span>
103     | "
104     "
105    
106     #data
107     <!DOCTYPE html><html><head></head><body><pre>x
108     y</pre></body></html>
109     #errors
110     #document
111     | <!DOCTYPE HTML>
112     | <html>
113     | <head>
114     | <body>
115     | <pre>
116     | "x
117     y"
118    
119     #data
120     <!DOCTYPE html><html><head></head><body><pre>x<div>
121     y</pre></body></html>
122     #errors
123     #document
124     | <!DOCTYPE HTML>
125     | <html>
126     | <head>
127     | <body>
128     | <pre>
129     | "x"
130     | <div>
131     | "
132     | y"
133    
134     #data
135     <!DOCTYPE html><HTML><META><HEAD></HEAD></HTML>
136     #errors
137     #document
138     | <!DOCTYPE HTML>
139     | <html>
140     | <head>
141     | <meta>
142     | <body>
143    
144     #data
145     <!DOCTYPE html><HTML><HEAD><head></HEAD></HTML>
146     #errors
147     #document
148     | <!DOCTYPE HTML>
149     | <html>
150     | <head>
151     | <body>
152    
153     #data
154     <textarea>foo<span>bar</span><i>baz
155     #errors
156     #document
157     | <html>
158     | <head>
159     | <body>
160     | <textarea>
161     | "foo<span>bar</span><i>baz"
162    
163     #data
164     <title>foo<span>bar</em><i>baz
165     #errors
166     #document
167     | <html>
168     | <head>
169     | <title>
170     | "foo<span>bar</em><i>baz"
171     | <body>

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24