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

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

Issue 14821010: DevTools: Do not unbind stylesheets in multiframe documents (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add test files left behind Created 7 years, 7 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 URL=.../inspector/styles/resources/stylesheet-tracking.css
6 origin=regular
7 URL=.../inspector/styles/stylesheet-tracking.html
8 origin=regular
9 === Adding iframe... ===
10 Stylesheets added:
11 URL=.../inspector/styles/resources/stylesheet-tracking-iframe.html
12 origin=regular
13 === Adding iframe stylesheet... ===
14 Stylesheets added:
15 URL=.../inspector/styles/resources/stylesheet-tracking-iframe.html
16 origin=regular
17 === Removing iframe stylesheet... ===
18 Stylesheets removed:
19 URL=.../inspector/styles/resources/stylesheet-tracking-iframe.html
20 origin=regular
21 === Adding stylesheet... ===
22 Stylesheets added:
23 URL=.../inspector/styles/resources/stylesheet-tracking-import-1.css
24 origin=regular
25 URL=.../inspector/styles/resources/stylesheet-tracking-import-2.css
26 origin=regular
27 URL=.../inspector/styles/resources/stylesheet-tracking-import.css
28 origin=regular
29 URL=.../inspector/styles/stylesheet-tracking.html
30 origin=regular
31 === Removing @import... ===
32 Stylesheets removed:
33 URL=.../inspector/styles/resources/stylesheet-tracking-import-1.css
34 origin=regular
35 URL=.../inspector/styles/resources/stylesheet-tracking-import-2.css
36 origin=regular
37 URL=.../inspector/styles/resources/stylesheet-tracking-import.css
38 origin=regular
39 === Removing stylesheet... ===
40 Stylesheets removed:
41 URL=.../inspector/styles/stylesheet-tracking.html
42 origin=regular
43 === Adding rule... ===
44 Stylesheets added:
45 URL=.../inspector/styles/stylesheet-tracking.html
46 origin=inspector
47 Rule added
48 === Removing iframe... ===
49 Stylesheets removed:
50 URL=.../inspector/styles/resources/stylesheet-tracking-iframe.html
51 origin=regular
52
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698