Parent Directory
|
Revision Log
++ whatpm/t/ChangeLog 4 Oct 2008 17:15:55 -0000 2008-10-05 Wakaba <wakaba@suika.fam.cx> * HTML-tree.t: New test files added. * Makefile: New test files added. ++ whatpm/Whatpm/ChangeLog 4 Oct 2008 17:15:20 -0000 2008-10-05 Wakaba <wakaba@suika.fam.cx> * HTML.pm.src: An AAA bug fixed.
1 | #data |
2 | <!DOCTYPE html><body><p>foo<math><mtext><i>baz</i></mtext><annotation-xml><svg><desc><b>eggs</b></desc><g><foreignObject><P>spam<TABLE><tr><td><img></td></table></foreignObject></g><g>quux</g></svg></annotation-xml></math>bar |
3 | #errors |
4 | #document |
5 | | <!DOCTYPE html> |
6 | | <html> |
7 | | <head> |
8 | | <body> |
9 | | <p> |
10 | | "foo" |
11 | | <math math> |
12 | | <math mtext> |
13 | | <i> |
14 | | "baz" |
15 | | <math annotation-xml> |
16 | | <svg svg> |
17 | | <svg desc> |
18 | | <b> |
19 | | "eggs" |
20 | | <svg g> |
21 | | <svg foreignObject> |
22 | | <p> |
23 | | "spam" |
24 | | <table> |
25 | | <tbody> |
26 | | <tr> |
27 | | <td> |
28 | | <img> |
29 | | <svg g> |
30 | | "quux" |
31 | | "bar" |
32 | |
33 | #data |
34 | <!DOCTYPE html><body>foo<math><mtext><i>baz</i></mtext><annotation-xml><svg><desc><b>eggs</b></desc><g><foreignObject><P>spam<TABLE><tr><td><img></td></table></foreignObject></g><g>quux</g></svg></annotation-xml></math>bar |
35 | #errors |
36 | #document |
37 | | <!DOCTYPE html> |
38 | | <html> |
39 | | <head> |
40 | | <body> |
41 | | "foo" |
42 | | <math math> |
43 | | <math mtext> |
44 | | <i> |
45 | | "baz" |
46 | | <math annotation-xml> |
47 | | <svg svg> |
48 | | <svg desc> |
49 | | <b> |
50 | | "eggs" |
51 | | <svg g> |
52 | | <svg foreignObject> |
53 | | <p> |
54 | | "spam" |
55 | | <table> |
56 | | <tbody> |
57 | | <tr> |
58 | | <td> |
59 | | <img> |
60 | | <svg g> |
61 | | "quux" |
62 | | "bar" |
admin@suikawiki.org | ViewVC Help |
Powered by ViewVC 1.1.24 |