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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector-protocol/dom/dom-request-child-nodes-depth-expected.txt

Issue 1814963002: Use process/control messages (instead of RVH messages) for layout tests. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebasing... Created 4 years, 3 months 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 CONSOLE ERROR: line 1: Uncaught TypeError: DevToolsAPI.embedderMessageAck is not a function
2 CONSOLE ERROR: line 1: Uncaught TypeError: DevToolsAPI.embedderMessageAck is not a function
3 CONSOLE ERROR: line 1: Uncaught TypeError: DevToolsAPI.embedderMessageAck is not a function
4 CONSOLE ERROR: line 1: Uncaught TypeError: DevToolsAPI.embedderMessageAck is not a function
5 CONSOLE ERROR: line 1: Uncaught TypeError: DevToolsAPI.embedderMessageAck is not a function
6 CONSOLE ERROR: line 1: Uncaught TypeError: DevToolsAPI.embedderMessageAck is not a function
7 CONSOLE ERROR: line 1: Uncaught TypeError: DevToolsAPI.embedderMessageAck is not a function
8 CONSOLE ERROR: line 1: Uncaught TypeError: DevToolsAPI.embedderMessageAck is not a function
9 CONSOLE ERROR: line 1: Uncaught TypeError: DevToolsAPI.embedderMessageAck is not a function
10 CONSOLE ERROR: line 1: Uncaught TypeError: DevToolsAPI.embedderMessageAck is not a function
11 CONSOLE ERROR: line 1: Uncaught TypeError: DevToolsAPI.embedderMessageAck is not a function
12 CONSOLE ERROR: line 1: Uncaught TypeError: DevToolsAPI.embedderMessageAck is not a function
13 CONSOLE ERROR: line 1: Uncaught TypeError: DevToolsAPI.embedderMessageAck is not a function
14 CONSOLE ERROR: line 1: Uncaught TypeError: DevToolsAPI.embedderMessageAck is not a function
15 CONSOLE ERROR: line 1: Uncaught TypeError: DevToolsAPI.embedderMessageAck is not a function
16 CONSOLE ERROR: line 1: Uncaught TypeError: DevToolsAPI.embedderMessageAck is not a function
17 CONSOLE ERROR: line 1: Uncaught TypeError: DevToolsAPI.embedderMessageAck is not a function
18 CONSOLE ERROR: line 1: Uncaught TypeError: DevToolsAPI.embedderMessageAck is not a function
19 CONSOLE ERROR: line 1: Uncaught TypeError: DevToolsAPI.embedderMessageAck is not a function
1 20
2 === Get the Document === 21 === Get the Document ===
3 22
4 23
5 === Get immediate children of the body === 24 === Get immediate children of the body ===
6 25
7 PASS: First child is a div 26 PASS: First child is a div
8 PASS: First child is div#depth-1 27 PASS: First child is div#depth-1
9 PASS: First child has one child 28 PASS: First child has one child
10 PASS: First child has no .children property 29 PASS: First child has no .children property
11 30
12 === Get children of div#depth-1 three levels deep === 31 === Get children of div#depth-1 three levels deep ===
13 32
14 PASS: div#depth-1 has nodes 3 levels deep 33 PASS: div#depth-1 has nodes 3 levels deep
15 34
16 === Get all children of body === 35 === Get all children of body ===
17 36
18 PASS: div#depth-1 has nodes 9 levels deep 37 PASS: div#depth-1 has nodes 9 levels deep
19 38
20 === Pass an invalid depth === 39 === Pass an invalid depth ===
21 40
22 Backend error: Please provide a positive integer as a depth or -1 for entire sub tree (-32000) 41 Backend error: Please provide a positive integer as a depth or -1 for entire sub tree (-32000)
23 42
24 PASS: Expected number of setChildNodes events 43 PASS: Expected number of setChildNodes events
25 44
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698