Parent Directory
|
Revision Log
++ whatpm/t/ChangeLog 14 Oct 2008 06:48:02 -0000 * HTML-tree.t: Test result format for oreign element/attribute names are updated to the latest one for html5lib tests. Append a newline to the expected result only when it is not an empty string, for comparablity with the actual result. * tokenizer-test-3.dat, tree-test-foreign.dat, tree-test-1.dat, tree-test-3.dat: Test results for foreign elements are updated. 2008-10-14 Wakaba <wakaba@suika.fam.cx>
| 1 | #data |
| 2 | <!DOCTYPE HTML> |
| 3 | <math definitionurl/> |
| 4 | #errors |
| 5 | #document |
| 6 | | <!DOCTYPE HTML> |
| 7 | | <html> |
| 8 | | <head> |
| 9 | | <body> |
| 10 | | <math math> |
| 11 | | definitionURL="" |
| 12 | |
| 13 | #data |
| 14 | <!DOCTYPE HTML> |
| 15 | <math><mo definitionurl>+</mo></math> |
| 16 | #errors |
| 17 | #document |
| 18 | | <!DOCTYPE HTML> |
| 19 | | <html> |
| 20 | | <head> |
| 21 | | <body> |
| 22 | | <math math> |
| 23 | | <math mo> |
| 24 | | definitionURL="" |
| 25 | | "+" |
| 26 | |
| 27 | #data |
| 28 | <!DOCTYPE HTML> |
| 29 | <svg definitionurl/> |
| 30 | #errors |
| 31 | #document |
| 32 | | <!DOCTYPE HTML> |
| 33 | | <html> |
| 34 | | <head> |
| 35 | | <body> |
| 36 | | <svg svg> |
| 37 | | definitionurl="" |
| 38 | |
| 39 | #data |
| 40 | <!DOCTYPE HTML> |
| 41 | <svg><g definitionurl/></svg> |
| 42 | #errors |
| 43 | #document |
| 44 | | <!DOCTYPE HTML> |
| 45 | | <html> |
| 46 | | <head> |
| 47 | | <body> |
| 48 | | <svg svg> |
| 49 | | <svg g> |
| 50 | | definitionurl="" |
| admin@suikawiki.org | ViewVC Help |
| Powered by ViewVC 1.1.24 |