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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <script src="../../http/tests/inspector/inspector-test.js" id="script-id"></scri pt> 5 <script src="../../http/tests/inspector/inspector-test.js" id="script-id"></scri pt>
6 <script src="../../http/tests/inspector/elements-test.js"></script> 6 <script src="../../http/tests/inspector/elements-test.js"></script>
7 <script id="test-script"> 7 <script id="test-script">
8 function matchingElements(selector) 8 function matchingElements(selector)
9 { 9 {
10 return document.querySelectorAll(selector).length; 10 return document.querySelectorAll(selector).length;
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 <div id="classes"> 96 <div id="classes">
97 <!-- Comment node 1 --> 97 <!-- Comment node 1 -->
98 <div class="foo bar"></div> 98 <div class="foo bar"></div>
99 <!-- Comment node 2 --> 99 <!-- Comment node 2 -->
100 <div class=" foo foo "></div> 100 <div class=" foo foo "></div>
101 <div class=".foo"></div> 101 <div class=".foo"></div>
102 <div class=".foo.bar"></div> 102 <div class=".foo.bar"></div>
103 <div class="-"></div> 103 <div class="-"></div>
104 <div class="-a"></div> 104 <div class="-a"></div>
105 <div class="-0"></div> 105 <div class="-0"></div>
106 <div class="--a"></div>
107 <div class="---a"></div>
106 <div class="7"></div> 108 <div class="7"></div>
107 <div class="класс">класс</div> 109 <div class="класс">класс</div>
108 <div class="__proto__"></div> 110 <div class="__proto__"></div>
109 <div class="__proto__ foo"></div> 111 <div class="__proto__ foo"></div>
110 <span class="bar"></span> 112 <span class="bar"></span>
111 <div id="id-with-class" class="moo"></div> 113 <div id="id-with-class" class="moo"></div>
112 <input type="text" class="input-class-one"/> 114 <input type="text" class="input-class-one"/>
113 <input type="text" class="input-class-two"/> 115 <input type="text" class="input-class-two"/>
114 <!-- Comment node 3 --> 116 <!-- Comment node 3 -->
115 </div> 117 </div>
(...skipping 19 matching lines...) Expand all
135 <div class="c3 c4"></div> 137 <div class="c3 c4"></div>
136 <!-- Comment node 10 --> 138 <!-- Comment node 10 -->
137 <div class="c1 c4"></div> 139 <div class="c1 c4"></div>
138 <!-- Comment node 11 --> 140 <!-- Comment node 11 -->
139 <input type="text" class="input-class"/> 141 <input type="text" class="input-class"/>
140 <input type="text" class="input-class"/> 142 <input type="text" class="input-class"/>
141 <div></div> 143 <div></div>
142 </div> 144 </div>
143 </body> 145 </body>
144 </html> 146 </html>
OLDNEW
« 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