1 |
wakaba |
1.5 |
2008-10-10 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
|
3 |
wakaba |
1.11 |
* wttjs.pl: Test interface object even if NativeObject extended |
4 |
|
|
attribute is set, since I can't find any clause in the WebIDL spec |
5 |
|
|
that NativeObject implies NoInterfaceObject. Support for tests on |
6 |
|
|
exception interface objects and exception host objects. |
7 |
|
|
|
8 |
|
|
2008-10-10 Wakaba <wakaba@suika.fam.cx> |
9 |
|
|
|
10 |
|
|
* wttjs.pl: Some of skipped tests were counted as failed. |
11 |
|
|
|
12 |
|
|
2008-10-10 Wakaba <wakaba@suika.fam.cx> |
13 |
|
|
|
14 |
wakaba |
1.10 |
* wttjs.pl: Don't execute a test if it is known a priori to crash |
15 |
|
|
the browser. |
16 |
|
|
|
17 |
|
|
2008-10-10 Wakaba <wakaba@suika.fam.cx> |
18 |
|
|
|
19 |
wakaba |
1.9 |
* wttjs.pl: Skip a test if it tries to get an instance of the |
20 |
|
|
interface and then fails, since the purpose of the test is not |
21 |
|
|
determining whether the browser implements a way to instantiate |
22 |
|
|
the interface properly or not. |
23 |
|
|
|
24 |
|
|
2008-10-10 Wakaba <wakaba@suika.fam.cx> |
25 |
|
|
|
26 |
wakaba |
1.8 |
* wttjs.pl: Label added to all tests. Redundant dependency |
27 |
|
|
removed. |
28 |
|
|
|
29 |
|
|
2008-10-10 Wakaba <wakaba@suika.fam.cx> |
30 |
|
|
|
31 |
wakaba |
1.7 |
* wttjs.pl: Test result submission form added. |
32 |
|
|
|
33 |
|
|
2008-10-10 Wakaba <wakaba@suika.fam.cx> |
34 |
|
|
|
35 |
wakaba |
1.6 |
* wttjs.pl: Catch exceptions thrown by assignment to a ReadOnly |
36 |
|
|
property, to test only whether ReadOnly attribute is set or not. |
37 |
|
|
|
38 |
|
|
2008-10-10 Wakaba <wakaba@suika.fam.cx> |
39 |
|
|
|
40 |
wakaba |
1.5 |
* wttjs.pl: Inheritance support. [Stringifies] support. |
41 |
|
|
Operation support. Attribute support. |
42 |
|
|
(generate_id): Support for method/attribute names end with an |
43 |
|
|
uppercase letter. |
44 |
|
|
(generate_test): Use test_id instead of file name for the |title| |
45 |
|
|
element content. |
46 |
|
|
|
47 |
wakaba |
1.2 |
2008-10-09 Wakaba <wakaba@suika.fam.cx> |
48 |
|
|
|
49 |
wakaba |
1.4 |
* wttjs.pl: Interface prototype object's |constructor| property |
50 |
|
|
test added. Constant value property tests added. |
51 |
|
|
|
52 |
|
|
2008-10-09 Wakaba <wakaba@suika.fam.cx> |
53 |
|
|
|
54 |
wakaba |
1.3 |
* wttjs.pl: Typo fixed. Generate test harness HTML page. |
55 |
|
|
|
56 |
|
|
2008-10-09 Wakaba <wakaba@suika.fam.cx> |
57 |
|
|
|
58 |
wakaba |
1.2 |
* wttjs.pl: New script. |
59 |
|
|
|
60 |
|
|
* ChangeLog: New file. |
61 |
|
|
|
62 |
|
|
|