Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(51)

Side by Side Diff: LayoutTests/fast/dom/SelectorAPI/dumpNodeList-expected.txt

Issue 99083002: WIP: Migrate generated bindings to new ExceptionState constructor. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase. Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 Line 1 1 Line 1
2 Line 2 2 Line 2
3 Line 3 3 Line 3
4 4
5 line 4 5 line 4
6 line 5 6 line 5
7 7
8 Document.querySelectorAll 8 Document.querySelectorAll
9 9
10 [object HTMLDivElement], length: 1 10 [object HTMLDivElement], length: 1
11 length: 0 11 length: 0
12 [object HTMLDivElement], [object HTMLDivElement], length: 2 12 [object HTMLDivElement], [object HTMLDivElement], length: 2
13 [object HTMLDivElement], [object HTMLDivElement], [object HTMLDivElement], [obje ct HTMLParagraphElement], length: 4 13 [object HTMLDivElement], [object HTMLDivElement], [object HTMLDivElement], [obje ct HTMLParagraphElement], length: 4
14 [object HTMLDivElement], [object HTMLDivElement], [object HTMLDivElement], [obje ct HTMLDivElement], [object HTMLParagraphElement], length: 5 14 [object HTMLDivElement], [object HTMLDivElement], [object HTMLDivElement], [obje ct HTMLDivElement], [object HTMLParagraphElement], length: 5
15 SyntaxError: Failed to execute query: '@font-face' is not a valid selector. 15 SyntaxError: Failed to execute 'querySelectorAll' on 'Document': '@font-face' is not a valid selector.
16 SyntaxError: Failed to execute 'querySelectorAll' on 'Node': The provided select or is empty. 16 SyntaxError: Failed to execute 'querySelectorAll' on 'Document': The provided se lector is empty.
17 length: 0 17 length: 0
18 length: 0 18 length: 0
19 [object HTMLDivElement], [object HTMLDivElement], [object HTMLDivElement], [obje ct HTMLDivElement], length: 4 19 [object HTMLDivElement], [object HTMLDivElement], [object HTMLDivElement], [obje ct HTMLDivElement], length: 4
20 20
21 Element.querySelectorAll 21 Element.querySelectorAll
22 22
23 length: 0 23 length: 0
24 [object HTMLDivElement], length: 1 24 [object HTMLDivElement], length: 1
25 length: 0 25 length: 0
26 [object HTMLDivElement], [object HTMLDivElement], length: 2 26 [object HTMLDivElement], [object HTMLDivElement], length: 2
27 [object HTMLDivElement], [object HTMLParagraphElement], length: 2 27 [object HTMLDivElement], [object HTMLParagraphElement], length: 2
28 [object HTMLDivElement], [object HTMLParagraphElement], length: 2 28 [object HTMLDivElement], [object HTMLParagraphElement], length: 2
29 SyntaxError: Failed to execute query: '@font-face' is not a valid selector. 29 SyntaxError: Failed to execute 'querySelectorAll' on 'Element': '@font-face' is not a valid selector.
30 SyntaxError: Failed to execute 'querySelectorAll' on 'Node': The provided select or is empty. 30 SyntaxError: Failed to execute 'querySelectorAll' on 'Element': The provided sel ector is empty.
31 length: 0 31 length: 0
32 length: 0 32 length: 0
33 33
34 DocumentFragment.querySelectorAll 34 DocumentFragment.querySelectorAll
35 35
36 [object HTMLDivElement], length: 1 36 [object HTMLDivElement], length: 1
37 [object HTMLDivElement], length: 1 37 [object HTMLDivElement], length: 1
38 length: 0 38 length: 0
39 [object HTMLDivElement], [object HTMLDivElement], length: 2 39 [object HTMLDivElement], [object HTMLDivElement], length: 2
40 [object HTMLDivElement], [object HTMLDivElement], [object HTMLParagraphElement], length: 3 40 [object HTMLDivElement], [object HTMLDivElement], [object HTMLParagraphElement], length: 3
41 [object HTMLDivElement], [object HTMLDivElement], [object HTMLParagraphElement], length: 3 41 [object HTMLDivElement], [object HTMLDivElement], [object HTMLParagraphElement], length: 3
42 SyntaxError: Failed to execute query: '@font-face' is not a valid selector. 42 SyntaxError: Failed to execute 'querySelectorAll' on 'DocumentFragment': '@font- face' is not a valid selector.
43 SyntaxError: Failed to execute 'querySelectorAll' on 'Node': The provided select or is empty. 43 SyntaxError: Failed to execute 'querySelectorAll' on 'DocumentFragment': The pro vided selector is empty.
44 length: 0 44 length: 0
45 length: 0 45 length: 0
46 46
47 Document.querySelector 47 Document.querySelector
48 48
49 [object HTMLDivElement] 49 [object HTMLDivElement]
50 TypeError: Cannot call method 'dump' of null 50 TypeError: Cannot call method 'dump' of null
51 [object HTMLDivElement] 51 [object HTMLDivElement]
52 [object HTMLDivElement] 52 [object HTMLDivElement]
53 [object HTMLDivElement] 53 [object HTMLDivElement]
54 SyntaxError: Failed to execute query: '@font-face' is not a valid selector. 54 SyntaxError: Failed to execute 'querySelector' on 'Document': '@font-face' is no t a valid selector.
55 SyntaxError: Failed to execute 'querySelector' on 'Node': The provided selector is empty. 55 SyntaxError: Failed to execute 'querySelector' on 'Document': The provided selec tor is empty.
56 TypeError: Cannot call method 'dump' of null 56 TypeError: Cannot call method 'dump' of null
57 TypeError: Cannot call method 'dump' of null 57 TypeError: Cannot call method 'dump' of null
58 58
59 Element.querySelector 59 Element.querySelector
60 60
61 TypeError: Cannot call method 'dump' of null 61 TypeError: Cannot call method 'dump' of null
62 [object HTMLDivElement] 62 [object HTMLDivElement]
63 TypeError: Cannot call method 'dump' of null 63 TypeError: Cannot call method 'dump' of null
64 [object HTMLDivElement] 64 [object HTMLDivElement]
65 [object HTMLDivElement] 65 [object HTMLDivElement]
66 [object HTMLDivElement] 66 [object HTMLDivElement]
67 SyntaxError: Failed to execute query: '@font-face' is not a valid selector. 67 SyntaxError: Failed to execute 'querySelector' on 'Element': '@font-face' is not a valid selector.
68 SyntaxError: Failed to execute 'querySelector' on 'Node': The provided selector is empty. 68 SyntaxError: Failed to execute 'querySelector' on 'Element': The provided select or is empty.
69 TypeError: Cannot call method 'dump' of null 69 TypeError: Cannot call method 'dump' of null
70 TypeError: Cannot call method 'dump' of null 70 TypeError: Cannot call method 'dump' of null
71 71
72 DocumentFragment.querySelector 72 DocumentFragment.querySelector
73 73
74 [object HTMLDivElement] 74 [object HTMLDivElement]
75 [object HTMLDivElement] 75 [object HTMLDivElement]
76 TypeError: Cannot call method 'dump' of null 76 TypeError: Cannot call method 'dump' of null
77 [object HTMLDivElement] 77 [object HTMLDivElement]
78 [object HTMLDivElement] 78 [object HTMLDivElement]
79 [object HTMLDivElement] 79 [object HTMLDivElement]
80 SyntaxError: Failed to execute query: '@font-face' is not a valid selector. 80 SyntaxError: Failed to execute 'querySelector' on 'DocumentFragment': '@font-fac e' is not a valid selector.
81 SyntaxError: Failed to execute 'querySelector' on 'Node': The provided selector is empty. 81 SyntaxError: Failed to execute 'querySelector' on 'DocumentFragment': The provid ed selector is empty.
82 TypeError: Cannot call method 'dump' of null 82 TypeError: Cannot call method 'dump' of null
83 TypeError: Cannot call method 'dump' of null 83 TypeError: Cannot call method 'dump' of null
84 84
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698