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

Unified Diff: third_party/WebKit/LayoutTests/inspector/elements/elements-css-path-expected.txt

Issue 2830773002: DevTools: recognize CSSIdentifiers that start with double hyphen (Closed)
Patch Set: Created 3 years, 8 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/inspector/elements/elements-css-path-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/elements/elements-css-path-expected.txt b/third_party/WebKit/LayoutTests/inspector/elements/elements-css-path-expected.txt
index f49e351473975595074ebb6ff4b10402311ba35c..2533582074b21fa31eb837412b26a0f8e163a2b5 100644
--- a/third_party/WebKit/LayoutTests/inspector/elements/elements-css-path-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/elements/elements-css-path-expected.txt
@@ -41,9 +41,11 @@ Tests DOMNode.cssPath()
#classes > div.\2d
#classes > div.-a
#classes > div.\2d 0
+ #classes > div.--a
+ #classes > div.\2d --a
#classes > div.\37
#classes > div.класс
- #classes > div:nth-child(10)
+ #classes > div:nth-child(12)
#classes > div.__proto__.foo
#classes > span
#id-with-class

Powered by Google App Engine
This is Rietveld 408576698