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

Side by Side Diff: LayoutTests/inspector/styles/stylesheet-tracking-expected.txt

Issue 14320027: DevTools: Track CSSStyleSheetHeaders in the front-end real time (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 Tests that the styleSheetAdded and styleSheetRemoved events are reported into th e frontend. Bug 105828.
2
3 Text
4 2 headers known:
5 0:
6 URL=.../inspector/styles/resources/stylesheet-tracking.css
7 origin=regular
8 1:
9 URL=.../inspector/styles/stylesheet-tracking.html
10 origin=regular
11 === Adding stylesheet... ===
12 Stylesheets added:
13 URL=.../inspector/styles/resources/styles-new-API-1.css
14 origin=regular
15 URL=.../inspector/styles/resources/styles-new-API-2.css
16 origin=regular
17 URL=.../inspector/styles/resources/styles-new-API.css
18 origin=regular
19 URL=.../inspector/styles/stylesheet-tracking.html
20 origin=regular
21 === Removing @import... ===
22 Stylesheets removed:
23 URL=.../inspector/styles/resources/styles-new-API-1.css
24 origin=regular
25 URL=.../inspector/styles/resources/styles-new-API-2.css
26 origin=regular
27 URL=.../inspector/styles/resources/styles-new-API.css
28 origin=regular
29 === Removing stylesheet... ===
30 Stylesheets removed:
31 URL=.../inspector/styles/stylesheet-tracking.html
32 origin=regular
33 === Adding rule... ===
34 Stylesheets added:
35 URL=.../inspector/styles/stylesheet-tracking.html
36 origin=inspector
37 Rule added
38
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698