blob: 083fd6277139c301950a192cfed3cfbbc63de46e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
|
[idlharness.html]
type: testharness
[SensorReadingEvent must be primary interface of new SensorReadingEvent({ reading: new AmbientLightSensorReading({ illuminance: 750 }) });]
expected: FAIL
[Stringification of new SensorReadingEvent({ reading: new AmbientLightSensorReading({ illuminance: 750 }) });]
expected: FAIL
[SensorReadingEvent interface: new SensorReadingEvent({ reading: new AmbientLightSensorReading({ illuminance: 750 }) }); must inherit property "reading" with the proper type (0)]
expected: FAIL
[AmbientLightSensor interface: existence and properties of interface object]
expected: FAIL
[AmbientLightSensor interface object length]
expected: FAIL
[AmbientLightSensor interface object name]
expected: FAIL
[AmbientLightSensor interface: existence and properties of interface prototype object]
expected: FAIL
[AmbientLightSensor interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL
[AmbientLightSensor interface: attribute reading]
expected: FAIL
[AmbientLightSensor must be primary interface of new AmbientLightSensor();]
expected: FAIL
[Stringification of new AmbientLightSensor();]
expected: FAIL
[AmbientLightSensor interface: new AmbientLightSensor(); must inherit property "reading" with the proper type (0)]
expected: FAIL
[Sensor interface: new AmbientLightSensor(); must inherit property "state" with the proper type (0)]
expected: FAIL
[Sensor interface: new AmbientLightSensor(); must inherit property "reading" with the proper type (1)]
expected: FAIL
[Sensor interface: new AmbientLightSensor(); must inherit property "start" with the proper type (2)]
expected: FAIL
[Sensor interface: new AmbientLightSensor(); must inherit property "stop" with the proper type (3)]
expected: FAIL
[Sensor interface: new AmbientLightSensor(); must inherit property "onchange" with the proper type (4)]
expected: FAIL
[Sensor interface: new AmbientLightSensor(); must inherit property "onstatechange" with the proper type (5)]
expected: FAIL
[Sensor interface: new AmbientLightSensor(); must inherit property "onerror" with the proper type (6)]
expected: FAIL
[AmbientLightSensorReading interface: existence and properties of interface object]
expected: FAIL
[AmbientLightSensorReading interface object length]
expected: FAIL
[AmbientLightSensorReading interface object name]
expected: FAIL
[AmbientLightSensorReading interface: existence and properties of interface prototype object]
expected: FAIL
[AmbientLightSensorReading interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL
[AmbientLightSensorReading interface: attribute illuminance]
expected: FAIL
[AmbientLightSensorReading must be primary interface of new AmbientLightSensorReading({ illuminance: 750 });]
expected: FAIL
[Stringification of new AmbientLightSensorReading({ illuminance: 750 });]
expected: FAIL
[AmbientLightSensorReading interface: new AmbientLightSensorReading({ illuminance: 750 }); must inherit property "illuminance" with the proper type (0)]
expected: FAIL
[SensorReading interface: new AmbientLightSensorReading({ illuminance: 750 }); must inherit property "timeStamp" with the proper type (0)]
expected: FAIL
[SensorReadingEvent must be primary interface of new SensorReadingEvent("reading", { reading: new AmbientLightSensorReading({ illuminance: 750 }) });]
expected: FAIL
[Stringification of new SensorReadingEvent("reading", { reading: new AmbientLightSensorReading({ illuminance: 750 }) });]
expected: FAIL
[SensorReadingEvent interface: new SensorReadingEvent("reading", { reading: new AmbientLightSensorReading({ illuminance: 750 }) }); must inherit property "reading" with the proper type (0)]
expected: FAIL
|