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

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

Issue 201363002: DevTools: defer styles delta calculation to until the end of the task. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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 | Annotate | Revision Log
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. 5 Adding file system.
6 Adding file system mapping. 6 Adding file system mapping.
7 Dumping uiSourceCode content: 7 Dumping uiSourceCode content:
8 #inspected { 8 #inspected {
9 color: red; 9 color: red;
10 } 10 }
(...skipping 15 matching lines...) Expand all
26 26
27 Editing styles from elements panel: 27 Editing styles from elements panel:
28 Styles edited. 28 Styles edited.
29 Dumping matched rules: 29 Dumping matched rules:
30 [expanded] 30 [expanded]
31 element.style { () 31 element.style { ()
32 32
33 [expanded] 33 [expanded]
34 #inspected { (foo.css:1 -> foo.css:1:1) 34 #inspected { (foo.css:1 -> foo.css:1:1)
35 color: green; 35 color: green;
36 : ;
37 36
38 [expanded] 37 [expanded]
39 div { (user agent stylesheet) 38 div { (user agent stylesheet)
40 display: block; 39 display: block;
41 40
42 41
43 Dumping uiSourceCode content: 42 Dumping uiSourceCode content:
44 #inspected { 43 #inspected {
45 color: green; 44 color: green;
46 } 45 }
47 46
48 All done. 47 All done.
49 48
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698