/[suikacvs]/markup/html/whatpm/t/tree-test-3.dat
Suika

Contents of /markup/html/whatpm/t/tree-test-3.dat

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (hide annotations) (download)
Tue Oct 14 06:48:05 2008 UTC (16 years, 9 months ago) by wakaba
Branch: MAIN
Changes since 1.1: +6 -6 lines
++ 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 wakaba 1.1 #data
2     <!DOCTYPE HTML>
3     <math definitionurl/>
4     #errors
5     #document
6     | <!DOCTYPE HTML>
7     | <html>
8     | <head>
9     | <body>
10 wakaba 1.2 | <math math>
11 wakaba 1.1 | 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 wakaba 1.2 | <math math>
23     | <math mo>
24 wakaba 1.1 | 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 wakaba 1.2 | <svg svg>
37 wakaba 1.1 | 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 wakaba 1.2 | <svg svg>
49     | <svg g>
50 wakaba 1.1 | definitionurl=""

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24