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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (hide annotations) (download)
Sat Jun 30 13:27:06 2007 UTC (18 years ago) by wakaba
Branch: MAIN
Changes since 1.1: +38 -0 lines
Sync with latest html5lib tests

1 wakaba 1.1 #data
2     <!doctype html></head> <head>
3     #errors
4     #document
5     | <!DOCTYPE html>
6     | <html>
7     | <head>
8     | " "
9     | <body>
10    
11     #data
12     <!doctype html></html> <head>
13     #errors
14     #document
15     | <!DOCTYPE html>
16     | <html>
17     | <head>
18     | <body>
19     | " "
20    
21     #data
22     <!doctype html></body><meta>
23     #errors
24     #document
25     | <!DOCTYPE html>
26     | <html>
27     | <head>
28     | <body>
29     | <meta>
30 wakaba 1.2
31     #data
32     <!doctype HTml><form><div></form><div>
33     #errors
34     Form end tag ignored.
35     Unexpected end of file.
36     #document
37     | <!DOCTYPE HTml>
38     | <html>
39     | <head>
40     | <body>
41     | <form>
42     | <div>
43     | <div>
44    
45     #data
46     <!doctype HTml><title>&amp;</title>
47     #errors
48     Unexpected end of file.
49     #document
50     | <!DOCTYPE HTml>
51     | <html>
52     | <head>
53     | <title>
54     | "&"
55     | <body>
56    
57     #data
58     <!doctype HTml><title><!--&amp;--></title>
59     #errors
60     Unexpected end of file.
61     #document
62     | <!DOCTYPE HTml>
63     | <html>
64     | <head>
65     | <title>
66     | "<!--&amp;-->"
67     | <body>

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24