Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / inspector-protocol / dom / dom-request-child-nodes-depth-expected.txt
blob7944630cc0a5ae08239bcf7a23fec52326901d08
2 === Get the Document ===
5 === Get immediate children of the body ===
7 PASS: First child is a div
8 PASS: First child is div#depth-1
9 PASS: First child has one child
10 PASS: First child has no .children property
12 === Get children of div#depth-1 three levels deep ===
14 PASS: div#depth-1 has nodes 3 levels deep
16 === Get all children of body ===
18 PASS: div#depth-1 has nodes 9 levels deep
20 === Pass an invalid depth ===
22 Backend error: Please provide a positive integer as a depth or -1 for entire subtree (-32000)
24 PASS: Expected number of setChildNodes events