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

Side by Side Diff: LayoutTests/inspector/sources/debugger/network-uisourcecode-provider-expected.txt

Issue 1238103002: [DevTools] Do not report edited resources via Page.getResourceContent. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Nuked concatenated, fixed comments Created 5 years, 4 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 NetworkUISourceCodeProvider class. 1 Tests NetworkUISourceCodeProvider class.
2 2
3 3
4 Running: testDocumentResource 4 Running: testDocumentResource
5 Creating resource. 5 Creating resource.
6 UISourceCode: http://fake.url/1 6 UISourceCode: http://fake.url/1
7 UISourceCode is content script: false 7 UISourceCode is content script: false
8 Highlighter type: text/html 8 Highlighter type: text/html
9 UISourceCode content: <document resource content> 9 UISourceCode content: <document resource content>
10 10
11 Running: testScriptResource 11 Running: testScriptResourceAndVMScript
pfeldman 2015/08/12 23:38:42 Why did the expectations change? Your change shoul
dgozman 2015/08/13 18:27:26 Test was checking that we add UISourceCode for scr
12 Creating resource. 12 Creating script resource.
13 UISourceCode: http://fake.url/2
14 UISourceCode is content script: false
15 Highlighter type: text/javascript
16 UISourceCode content: <script resource content>
17
18 Running: testVMScript
19 Creating script. 13 Creating script.
20 UISourceCode: http://fake.url/3 14 UISourceCode: http://fake.url/3
21 UISourceCode is content script: false 15 UISourceCode is content script: false
22 Highlighter type: text/javascript 16 Highlighter type: text/javascript
23 UISourceCode content: <script content> 17 UISourceCode content: <script content>
24 18
25 Running: testStylesheetResource
26 Creating resource.
27 UISourceCode: http://fake.url/4
28 Highlighter type: text/css
29 UISourceCode content: <stylesheet resource content>
30
31 Running: testRemoveStyleSheetFromModelWithComplexURL 19 Running: testRemoveStyleSheetFromModelWithComplexURL
20 Creating stylesheet resource.
32 Added uiSourceCode: http://example.com/foo.css 21 Added uiSourceCode: http://example.com/foo.css
33 Removed uiSourceCode: http://example.com/foo.css 22 Removed uiSourceCode: http://example.com/foo.css
34 23
35 Running: testRemoveStyleSheetFromModelWithSimpleURL 24 Running: testRemoveStyleSheetFromModelWithSimpleURL
25 Creating stylesheet resource.
36 Added uiSourceCode: foo.css 26 Added uiSourceCode: foo.css
37 Removed uiSourceCode: foo.css 27 Removed uiSourceCode: foo.css
38 28
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698