| Index: LayoutTests/inspector/elements/elements-css-path-expected.txt | 
| diff --git a/LayoutTests/inspector/elements/elements-css-path-expected.txt b/LayoutTests/inspector/elements/elements-css-path-expected.txt | 
| new file mode 100644 | 
| index 0000000000000000000000000000000000000000..f67fc106a6012ef9c97c7f087a5b5944143c4da2 | 
| --- /dev/null | 
| +++ b/LayoutTests/inspector/elements/elements-css-path-expected.txt | 
| @@ -0,0 +1,37 @@ | 
| +Tests DOMNode.cssPath() | 
| + | 
| +First | 
| +Second | 
| +1 | 
| +2 | 
| +3 | 
| +4 | 
| +5 | 
| +6 | 
| +7 | 
| + | 
| + | 
| +Running: init | 
| + | 
| +Running: enqueueNodes | 
| + | 
| +Running: dumpNodes | 
| +  html | 
| +    head | 
| +      #script-id | 
| +      head > script:nth-child(2) | 
| +      #test-script | 
| +    body | 
| +      body > p | 
| +      body > article:nth-child(2) | 
| +      body > article:nth-child(3) | 
| +      body > div.bar | 
| +      body > div:nth-child(5) | 
| +      body > span | 
| +      #container | 
| +        #container > div:nth-child(1) | 
| +        #container > div:nth-child(2) | 
| +        #inner-id | 
| +        #container > p | 
| +      body > div:nth-child(8) | 
| + | 
|  |