/[suikacvs]/markup/html/whatpm/t/ContentChecker.t
Suika

Contents of /markup/html/whatpm/t/ContentChecker.t

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.44 - (show annotations) (download) (as text)
Sat Aug 22 06:05:55 2009 UTC (15 years, 10 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
Changes since 1.43: +2 -1 lines
File MIME type: application/x-troff
++ whatpm/t/ChangeLog	22 Aug 2009 06:03:14 -0000
2009-08-22  Wakaba  <wakaba@suika.fam.cx>

	* ContentChecker.t: Added a new test data file.

++ whatpm/t/dom-conformance/ChangeLog	22 Aug 2009 06:04:05 -0000
	* html-forms-1.dat, html-form-label.dat: Added test data on
	|keygen| element (HTML5 revision 2960).

	* html-form-keygen.dat: New file (HTML5 revision 2960).

2009-08-22  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/Whatpm/ContentChecker/ChangeLog	22 Aug 2009 06:04:27 -0000
	* HTML.pm: Implemented the |keygen| element (HTML5 revision 2960).

2009-08-22  Wakaba  <wakaba@suika.fam.cx>

1 #!/usr/bin/perl
2 use strict;
3
4 BEGIN {
5 require 't/content-checker.pl';
6 plan (tests => 4464);
7 }
8
9 test_files (qw[
10 t/content-model-1.dat
11 t/content-model-7.dat
12 t/table-1.dat
13 t/dom-conformance/html-1.dat
14 t/dom-conformance/html-global-1.dat
15 t/dom-conformance/html-dataset.dat
16 t/dom-conformance/html-metadata-1.dat
17 t/dom-conformance/html-flows-1.dat
18 t/dom-conformance/html-texts-1.dat
19 t/dom-conformance/html-links-1.dat
20 t/dom-conformance/html-objects-1.dat
21 t/dom-conformance/html-tables-1.dat
22 t/dom-conformance/html-forms-1.dat
23 t/dom-conformance/html-form-label.dat
24 t/dom-conformance/html-form-input-1.dat
25 t/dom-conformance/html-form-button.dat
26 t/dom-conformance/html-form-select.dat
27 t/dom-conformance/html-form-datalist.dat
28 t/dom-conformance/html-form-textarea.dat
29 t/dom-conformance/html-form-keygen.dat
30 t/dom-conformance/html-interactive-1.dat
31 t/dom-conformance/html-scripting-1.dat
32 t/dom-conformance/html-scripting-2.dat
33 t/dom-conformance/html-repetitions.dat
34 t/dom-conformance/html-datatemplate.dat
35 ]);
36
37 ## License: Public Domain.
38 ## $Date: 2009/08/16 07:42:07 $

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24