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..8de5ca1a8aaa5d5e2cd3fa84a510b02ee438c44a |
--- /dev/null |
+++ b/LayoutTests/inspector/elements/elements-css-path-expected.txt |
@@ -0,0 +1,45 @@ |
+Tests DOMNode.cssPath() |
+ |
+First |
+Second |
+1 |
+2 |
+3 |
+4 |
+5 |
+6 |
+7 |
+8 |
+9 |
+10 |
+11 |
+ |
+ |
+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 |
+ #id-with-class |
+ #container |
+ #container > div:nth-child(1) |
+ #container > div:nth-child(2) |
+ #inner-id |
+ [id='#"ridiculous".id'] |
+ [id="'quoted.value'"] |
+ [id=".foo.bar"] |
+ #container > p |
+ body > div:nth-child(9) |
+ |