chromium/third_party/blink/web_tests/fast/dom/SelectorAPI/dumpNodeList-almost-strict-expected.txt

Line 1
Line 2

Line 3

line 4

line 5

Document.querySelectorAll

[object HTMLDivElement], length: 1
length: 0
[object HTMLDivElement], [object HTMLDivElement], length: 2
[object HTMLDivElement], [object HTMLDivElement], [object HTMLDivElement], [object HTMLParagraphElement], length: 4
[object HTMLDivElement], [object HTMLDivElement], [object HTMLDivElement], [object HTMLDivElement], [object HTMLParagraphElement], length: 5
SyntaxError: Failed to execute 'querySelectorAll' on 'Document': '@font-face' is not a valid selector.
SyntaxError: Failed to execute 'querySelectorAll' on 'Document': The provided selector is empty.
length: 0
length: 0
[object HTMLDivElement], [object HTMLDivElement], [object HTMLDivElement], [object HTMLDivElement], length: 4

Element.querySelectorAll

length: 0
[object HTMLDivElement], length: 1
length: 0
[object HTMLDivElement], [object HTMLDivElement], length: 2
[object HTMLDivElement], [object HTMLParagraphElement], length: 2
[object HTMLDivElement], [object HTMLParagraphElement], length: 2
SyntaxError: Failed to execute 'querySelectorAll' on 'Element': '@font-face' is not a valid selector.
SyntaxError: Failed to execute 'querySelectorAll' on 'Element': The provided selector is empty.
length: 0
length: 0

DocumentFragment.querySelectorAll

[object HTMLDivElement], length: 1
[object HTMLDivElement], length: 1
length: 0
[object HTMLDivElement], [object HTMLDivElement], length: 2
[object HTMLDivElement], [object HTMLDivElement], [object HTMLParagraphElement], length: 3
[object HTMLDivElement], [object HTMLDivElement], [object HTMLParagraphElement], length: 3
SyntaxError: Failed to execute 'querySelectorAll' on 'DocumentFragment': '@font-face' is not a valid selector.
SyntaxError: Failed to execute 'querySelectorAll' on 'DocumentFragment': The provided selector is empty.
length: 0
length: 0

Document.querySelector

[object HTMLDivElement]
TypeError: Cannot read properties of null (reading 'dump')
[object HTMLDivElement]
[object HTMLDivElement]
[object HTMLDivElement]
SyntaxError: Failed to execute 'querySelector' on 'Document': '@font-face' is not a valid selector.
SyntaxError: Failed to execute 'querySelector' on 'Document': The provided selector is empty.
TypeError: Cannot read properties of null (reading 'dump')
TypeError: Cannot read properties of null (reading 'dump')

Element.querySelector

TypeError: Cannot read properties of null (reading 'dump')
[object HTMLDivElement]
TypeError: Cannot read properties of null (reading 'dump')
[object HTMLDivElement]
[object HTMLDivElement]
[object HTMLDivElement]
SyntaxError: Failed to execute 'querySelector' on 'Element': '@font-face' is not a valid selector.
SyntaxError: Failed to execute 'querySelector' on 'Element': The provided selector is empty.
TypeError: Cannot read properties of null (reading 'dump')
TypeError: Cannot read properties of null (reading 'dump')

DocumentFragment.querySelector

[object HTMLDivElement]
[object HTMLDivElement]
TypeError: Cannot read properties of null (reading 'dump')
[object HTMLDivElement]
[object HTMLDivElement]
[object HTMLDivElement]
SyntaxError: Failed to execute 'querySelector' on 'DocumentFragment': '@font-face' is not a valid selector.
SyntaxError: Failed to execute 'querySelector' on 'DocumentFragment': The provided selector is empty.
TypeError: Cannot read properties of null (reading 'dump')
TypeError: Cannot read properties of null (reading 'dump')