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

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

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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/inspector/elements/elements-css-path-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/inspector/elements/elements-css-path.html
diff --git a/third_party/WebKit/LayoutTests/inspector/elements/elements-css-path.html b/third_party/WebKit/LayoutTests/inspector/elements/elements-css-path.html
index ed646f81e21718391e4e0aa4dcf8733ff7436df3..8811bcb78ee81ecc3bb76b1c861580ebb061ecaa 100644
--- a/third_party/WebKit/LayoutTests/inspector/elements/elements-css-path.html
+++ b/third_party/WebKit/LayoutTests/inspector/elements/elements-css-path.html
@@ -103,6 +103,8 @@ function test()
<div class="-"></div>
<div class="-a"></div>
<div class="-0"></div>
+ <div class="--a"></div>
+ <div class="---a"></div>
<div class="7"></div>
<div class="класс">класс</div>
<div class="__proto__"></div>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/inspector/elements/elements-css-path-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698