| 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..6d7dae1a0ce0789cccc6e0531b5a833fdab1fb91
|
| --- /dev/null
|
| +++ b/LayoutTests/inspector/elements/elements-css-path-expected.txt
|
| @@ -0,0 +1,29 @@
|
| +Tests DOMNode.cssPath()
|
| +
|
| +First
|
| +Second
|
| +1
|
| +2
|
| +3
|
| +4
|
| +5
|
| +6
|
| +7
|
| +
|
| + html
|
| + head
|
| + #script-id
|
| + head > script:nth-child(2)
|
| + 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
|
| +
|
|
|