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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/elements/styles-1/commit-selector-mark-matching-expected.txt

Issue 2146233003: DevTools: [SSP] render selectors effectively (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rename method Created 4 years, 5 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/styles-2/pseudo-elements-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 Tests that matching selectors are marked properly after new rule creation and se lector change. 1 Tests that matching selectors are marked properly after new rule creation and se lector change.
2 2
3 3
4 Running: setUp 4 Running: setUp
5 5
6 Running: addRule 6 Running: addRule
7 [expanded] 7 [expanded]
8 element.style { () 8 element.style { ()
9 9
10 [expanded] 10 [expanded]
11 foo, [$#inspected$], .bar, [$#inspected$] { (inspector-stylesheet:1 -> inspector -stylesheet:1:6) 11 foo, [$#inspected, $].bar, [$#inspected$] { (inspector-stylesheet:1 -> inspector -stylesheet:1:6)
12 12
13 [expanded] 13 [expanded]
14 [$div$] { (user agent stylesheet) 14 [$div$] { (user agent stylesheet)
15 display: block; 15 display: block;
16 16
17 17
18 Running: changeSelector 18 Running: changeSelector
19 [expanded] 19 [expanded]
20 element.style { () 20 element.style { ()
21 21
22 [expanded] 22 [expanded]
23 [$#inspected$], a, hr { (inspector-stylesheet:1 -> inspector-stylesheet:1:1) 23 [$#inspected, $]a, hr { (inspector-stylesheet:1 -> inspector-stylesheet:1:1)
24 24
25 [expanded] 25 [expanded]
26 [$div$] { (user agent stylesheet) 26 [$div$] { (user agent stylesheet)
27 display: block; 27 display: block;
28 28
29 29
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/inspector/elements/styles-2/pseudo-elements-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698