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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/inspector/elements/styles/edit-css-with-source-url-expected.txt

Issue 2784733002: DevTools: prepare tests for Persistence2.0 release (Closed)
Patch Set: address comments + three special tests 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
OLDNEW
1 Tests file system project mappings. 1 Tests file system project mappings.
2 2
3 3
4 Running: testEditingRulesInElementsPanelDoesNotAddSourceURLToOriginalFile 4 Running: testEditingRulesInElementsPanelDoesNotAddSourceURLToOriginalFile
5 Adding file system.
6 Adding file system mapping.
7 Dumping uiSourceCode content: 5 Dumping uiSourceCode content:
8 #inspected { 6 #inspected {
9 color: red; 7 color: red;
10 } 8 }
11 9
12 Loading stylesheet with sourceURL:
13 Stylesheet loaded.
14 Dumping matched rules: 10 Dumping matched rules:
15 [expanded] 11 [expanded]
16 element.style { () 12 element.style { ()
17 13
18 [expanded] 14 [expanded]
19 #inspected { (foo.css:1 -> foo.css:1:13) 15 #inspected { (foo.css:1 -> foo.css:1:13)
20 color: red; 16 color: red;
21 17
22 [expanded] 18 [expanded]
23 div { (user agent stylesheet) 19 div { (user agent stylesheet)
(...skipping 12 matching lines...) Expand all
36 32
37 [expanded] 33 [expanded]
38 div { (user agent stylesheet) 34 div { (user agent stylesheet)
39 display: block; 35 display: block;
40 36
41 Dumping uiSourceCode content: 37 Dumping uiSourceCode content:
42 #inspected { 38 #inspected {
43 color: green; 39 color: green;
44 } 40 }
45 41
46 All done.
47 42
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698