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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger/resource-script-mapping-expected.txt

Issue 2537023002: [DevTools] Remove workspace-test.js part3. (Closed)
Patch Set: Created 4 years 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 ResourceScriptMapping class. 1 Tests ResourceScriptMapping class.
2 2
3 3
4 Running: testScriptWithPendingResource 4 Waiting for scripts
5 Adding script for pending request. 5 Script arrived
6 UISourceCode: debugger:///VM1 foo.js 6 Script arrived
7 UISourceCode is content script: false 7 Script arrived
8 Highlighter type: text/javascript 8 Waiting for UISourceCode
9 UISourceCode content: <content script source> 9 UISourceCode arrived
10 Adding uiSourceCode for finished resource. 10 Checking script at (3, 8)
11 UISourceCode: foo.js 11 Checking script at (11, 12)
12 UISourceCode is content script: false 12 Checking script at (16, 8)
13 Highlighter type: text/javascript
14 UISourceCode content: <content script resource content>
15 13
16 Running: testScriptWithFinishedResource
17 Adding uiSourceCode for finished resource.
18 UISourceCode: foo.js
19 UISourceCode is content script: false
20 Highlighter type: text/javascript
21 UISourceCode content: <script resource content>
22 Adding script for finished request.
23 UISourceCode: foo.js
24 UISourceCode is content script: false
25 Highlighter type: text/javascript
26 UISourceCode content: <script resource content>
27
28 Running: testHTMLWithPendingResource
29 Adding first script for pending request.
30 UISourceCode: debugger:///VM3 index.html
31 UISourceCode is content script: false
32 Highlighter type: text/html
33 UISourceCode content: <script source 1>
34 Adding second script for pending request.
35 UISourceCode: debugger:///VM4 index.html
36 UISourceCode is content script: false
37 Highlighter type: text/html
38 UISourceCode content: <script source 2>
39 Adding uiSourceCode for finished resource.
40 UISourceCode: index.html
41 UISourceCode is content script: false
42 Highlighter type: text/html
43 UISourceCode content: <resource content>
44
45 Running: testHTMLWithFinishedResource
46 Adding uiSourceCode for finished resource.
47 UISourceCode: index.html
48 UISourceCode is content script: false
49 Highlighter type: text/html
50 UISourceCode content: <resource content>
51 Adding first script for finished request.
52 UISourceCode: index.html
53 UISourceCode is content script: false
54 Highlighter type: text/html
55 UISourceCode content: <resource content>
56 Adding second script for finished request.
57 UISourceCode: index.html
58 UISourceCode is content script: false
59 Highlighter type: text/html
60 UISourceCode content: <resource content>
61
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698