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

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

Issue 661923005: DevTools: [Workspace] fix removing stylesheet-related uiSourceCodes (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git/+/master
Patch Set: add one more testcase Created 6 years, 2 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 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
(...skipping 10 matching lines...) Expand all
21 UISourceCode is content script: false 21 UISourceCode is content script: false
22 Highlighter type: text/javascript 22 Highlighter type: text/javascript
23 UISourceCode content: <script content> 23 UISourceCode content: <script content>
24 24
25 Running: testStylesheetResource 25 Running: testStylesheetResource
26 Creating resource. 26 Creating resource.
27 UISourceCode: http://fake.url/4 27 UISourceCode: http://fake.url/4
28 Highlighter type: text/css 28 Highlighter type: text/css
29 UISourceCode content: <stylesheet resource content> 29 UISourceCode content: <stylesheet resource content>
30 30
31 Running: testRemoveStyleSheetFromModel 31 Running: testRemoveStyleSheetFromModelWithComplexURL
32 Added uiSourceCode: http://example.com/foo.css
33 Removed uiSourceCode: http://example.com/foo.css
34
35 Running: testRemoveStyleSheetFromModelWithSimpleURL
32 Added uiSourceCode: foo.css 36 Added uiSourceCode: foo.css
33 Removed uiSourceCode: foo.css 37 Removed uiSourceCode: foo.css
34 38
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698