blob: d23f12d5cafc2200d20cbc1546a016e775a9f6c2 (
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
|
[Highlight-iteration.html]
[Highlight can be iterated when it's empty initializing the iterator with customHighlight[Symbol.iterator\]()]
expected: FAIL
[Highlight can be iterated when it's empty initializing the iterator with customHighlight.values()]
expected: FAIL
[Highlight can be iterated when it's empty initializing the iterator with customHighlight.keys()]
expected: FAIL
[Highlight can be iterated over all of its ranges initializing the iterator with customHighlight[Symbol.iterator\]() and adding a range by passing it to the constructor]
expected: FAIL
[Highlight can be iterated over all of its ranges initializing the iterator with customHighlight[Symbol.iterator\]() and adding two ranges by passing them to the constructor]
expected: FAIL
[Highlight can be iterated over all of its ranges initializing the iterator with customHighlight.values() and adding a range by passing it to the constructor]
expected: FAIL
[Highlight can be iterated over all of its ranges initializing the iterator with customHighlight.values() and adding two ranges by passing them to the constructor]
expected: FAIL
[Highlight can be iterated over all of its ranges initializing the iterator with customHighlight.keys() and adding a range by passing it to the constructor]
expected: FAIL
[Highlight can be iterated over all of its ranges initializing the iterator with customHighlight.keys() and adding two ranges by passing them to the constructor]
expected: FAIL
[Highlight can be iterated over all of its ranges initializing the iterator with customHighlight[Symbol.iterator\]() and adding a range by passing it to the add function]
expected: FAIL
[Highlight can be iterated over all of its ranges initializing the iterator with customHighlight[Symbol.iterator\]() and adding two ranges by passing them to the add function]
expected: FAIL
[Highlight can be iterated over all of its ranges initializing the iterator with customHighlight.values() and adding a range by passing it to the add function]
expected: FAIL
[Highlight can be iterated over all of its ranges initializing the iterator with customHighlight.values() and adding two ranges by passing them to the add function]
expected: FAIL
[Highlight can be iterated over all of its ranges initializing the iterator with customHighlight.keys() and adding a range by passing it to the add function]
expected: FAIL
[Highlight can be iterated over all of its ranges initializing the iterator with customHighlight.keys() and adding two ranges by passing them to the add function]
expected: FAIL
[Highlight can be iterated when it's empty initializing the iterator with .entries()]
expected: FAIL
[Highlight can be iterated over all of its ranges initializing the iterator with .entries() and adding a range by passing it to the constructor]
expected: FAIL
[Highlight can be iterated over all of its ranges initializing the iterator with .entries() and adding two ranges by passing them to the constructor]
expected: FAIL
[Highlight can be iterated over all of its ranges initializing the iterator with .entries() and adding a range by passing it to the add function]
expected: FAIL
[Highlight can be iterated over all of its ranges initializing the iterator with .entries() and adding two ranges by passing them to the add function]
expected: FAIL
[Highlight can be iterated through when it's empty using forEach.]
expected: FAIL
[Highlight can be iterated through using forEach when it has one range that was added by passing it to the constructor]
expected: FAIL
[Highlight can be iterated through using forEach when it has two ranges that were added by passing them to the constructor]
expected: FAIL
[Highlight can be iterated through using forEach when it has one range that was added by passing it to the add function]
expected: FAIL
[Highlight can be iterated through using forEach when it has two ranges that were added by passing them to the add function]
expected: FAIL
|