8 Document.querySelectorAll
10 [object HTMLDivElement], length: 1
12 [object HTMLDivElement], [object HTMLDivElement], length: 2
13 [object HTMLDivElement], [object HTMLDivElement], [object HTMLDivElement], [object HTMLParagraphElement], length: 4
14 [object HTMLDivElement], [object HTMLDivElement], [object HTMLDivElement], [object HTMLDivElement], [object HTMLParagraphElement], length: 5
15 SyntaxError: Failed to execute 'querySelectorAll' on 'Document': '@font-face' is not a valid selector.
16 SyntaxError: Failed to execute 'querySelectorAll' on 'Document': The provided selector is empty.
19 [object HTMLDivElement], [object HTMLDivElement], [object HTMLDivElement], [object HTMLDivElement], length: 4
21 Element.querySelectorAll
24 [object HTMLDivElement], length: 1
26 [object HTMLDivElement], [object HTMLDivElement], length: 2
27 [object HTMLDivElement], [object HTMLParagraphElement], length: 2
28 [object HTMLDivElement], [object HTMLParagraphElement], length: 2
29 SyntaxError: Failed to execute 'querySelectorAll' on 'Element': '@font-face' is not a valid selector.
30 SyntaxError: Failed to execute 'querySelectorAll' on 'Element': The provided selector is empty.
34 DocumentFragment.querySelectorAll
36 [object HTMLDivElement], length: 1
37 [object HTMLDivElement], length: 1
39 [object HTMLDivElement], [object HTMLDivElement], length: 2
40 [object HTMLDivElement], [object HTMLDivElement], [object HTMLParagraphElement], length: 3
41 [object HTMLDivElement], [object HTMLDivElement], [object HTMLParagraphElement], length: 3
42 SyntaxError: Failed to execute 'querySelectorAll' on 'DocumentFragment': '@font-face' is not a valid selector.
43 SyntaxError: Failed to execute 'querySelectorAll' on 'DocumentFragment': The provided selector is empty.
47 Document.querySelector
49 [object HTMLDivElement]
50 TypeError: Cannot read property 'dump' of null
51 [object HTMLDivElement]
52 [object HTMLDivElement]
53 [object HTMLDivElement]
54 SyntaxError: Failed to execute 'querySelector' on 'Document': '@font-face' is not a valid selector.
55 SyntaxError: Failed to execute 'querySelector' on 'Document': The provided selector is empty.
56 TypeError: Cannot read property 'dump' of null
57 TypeError: Cannot read property 'dump' of null
61 TypeError: Cannot read property 'dump' of null
62 [object HTMLDivElement]
63 TypeError: Cannot read property 'dump' of null
64 [object HTMLDivElement]
65 [object HTMLDivElement]
66 [object HTMLDivElement]
67 SyntaxError: Failed to execute 'querySelector' on 'Element': '@font-face' is not a valid selector.
68 SyntaxError: Failed to execute 'querySelector' on 'Element': The provided selector is empty.
69 TypeError: Cannot read property 'dump' of null
70 TypeError: Cannot read property 'dump' of null
72 DocumentFragment.querySelector
74 [object HTMLDivElement]
75 [object HTMLDivElement]
76 TypeError: Cannot read property 'dump' of null
77 [object HTMLDivElement]
78 [object HTMLDivElement]
79 [object HTMLDivElement]
80 SyntaxError: Failed to execute 'querySelector' on 'DocumentFragment': '@font-face' is not a valid selector.
81 SyntaxError: Failed to execute 'querySelector' on 'DocumentFragment': The provided selector is empty.
82 TypeError: Cannot read property 'dump' of null
83 TypeError: Cannot read property 'dump' of null