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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/inspector/bindings/bindings-main-frame-navigated-expected.txt

Issue 2731403009: DevTools: add tests to fixate sourcemap bindings behavior (Closed)
Patch Set: rebaseline Created 3 years, 9 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 Verify that UISourceCodes are removed as main frame gets navigated. 1 Verify that UISourceCodes are removed as main frame gets navigated.
2 2
3 3
4 Running: dumpInitialWorkspace 4 Running: dumpInitialWorkspace
5 Workspace: 7 uiSourceCodes. 5 Workspace: 7 uiSourceCodes.
6 debugger:///VM[XXX] bindings-main-frame-navigated.html 6 debugger:///VM[XXX] bindings-main-frame-navigated.html
7 debugger:///VM[XXX] bindings-main-frame-navigated.html 7 debugger:///VM[XXX] bindings-main-frame-navigated.html
8 debugger:///VM[XXX] bindings-test.js 8 debugger:///VM[XXX] bindings-test.js
9 debugger:///VM[XXX] inspector-test.js 9 debugger:///VM[XXX] inspector-test.js
10 http://127.0.0.1:8000/inspector/bindings/bindings-main-frame-navigated.html 10 http://127.0.0.1:8000/inspector/bindings/bindings-main-frame-navigated.html
11 http://127.0.0.1:8000/inspector/bindings/bindings-test.js 11 http://127.0.0.1:8000/inspector/bindings/bindings-test.js
12 http://127.0.0.1:8000/inspector/inspector-test.js 12 http://127.0.0.1:8000/inspector/inspector-test.js
13 13
14 Running: attachFrame 14 Running: attachFrame
15 Workspace: 13 uiSourceCodes. 15 Workspace: 15 uiSourceCodes.
16 debugger:///VM[XXX] bindings-main-frame-navigated.html 16 debugger:///VM[XXX] bindings-main-frame-navigated.html
17 debugger:///VM[XXX] bindings-main-frame-navigated.html 17 debugger:///VM[XXX] bindings-main-frame-navigated.html
18 debugger:///VM[XXX] bindings-test.js 18 debugger:///VM[XXX] bindings-test.js
19 debugger:///VM[XXX] inspector-test.js 19 debugger:///VM[XXX] inspector-test.js
20 debugger:///VM[XXX] magic-script.js 20 debugger:///VM[XXX] sourcemap-script.js
21 debugger:///VM[XXX] _test_attachFrame.js 21 debugger:///VM[XXX] _test_attachFrame.js
22 http://127.0.0.1:8000/inspector/bindings/bindings-main-frame-navigated.html 22 http://127.0.0.1:8000/inspector/bindings/bindings-main-frame-navigated.html
23 http://127.0.0.1:8000/inspector/bindings/bindings-test.js 23 http://127.0.0.1:8000/inspector/bindings/bindings-test.js
24 http://127.0.0.1:8000/inspector/bindings/resources/magic-frame.html 24 http://127.0.0.1:8000/inspector/bindings/resources/sourcemap-frame.html
25 http://127.0.0.1:8000/inspector/bindings/resources/magic-script.js 25 http://127.0.0.1:8000/inspector/bindings/resources/sourcemap-sass.scss
26 http://127.0.0.1:8000/inspector/bindings/resources/magic-style.css 26 http://127.0.0.1:8000/inspector/bindings/resources/sourcemap-script.js
27 http://127.0.0.1:8000/inspector/bindings/resources/sourcemap-style.css
28 http://127.0.0.1:8000/inspector/bindings/resources/sourcemap-typescript.ts
27 http://127.0.0.1:8000/inspector/inspector-test.js 29 http://127.0.0.1:8000/inspector/inspector-test.js
28 _test_attachFrame.js 30 _test_attachFrame.js
29 31
30 Running: navigateMainFrame 32 Running: navigateMainFrame
31 Page reloaded. 33 Page reloaded.
32 Workspace: 2 uiSourceCodes. 34 Workspace: 2 uiSourceCodes.
33 debugger:///VM[XXX] empty-page.html 35 debugger:///VM[XXX] empty-page.html
34 http://localhost:8000/inspector/bindings/resources/empty-page.html 36 http://localhost:8000/inspector/bindings/resources/empty-page.html
35 37
36 Running: navigateBack 38 Running: navigateBack
37 Page reloaded. 39 Page reloaded.
38 40
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698