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

Side by Side Diff: LayoutTests/http/tests/inspector/resource-tree/resource-tree-htmlimports-expected.txt

Issue 1164763004: DevTools: render category filters in a way that they don't clash. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: for landing Created 5 years, 6 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 resource tree model for imports. 1 Tests resource tree model for imports.
2 2
3 Resources: 3 Resources:
4 script http://127.0.0.1:8000/inspector/inspector-test.js 4 script http://127.0.0.1:8000/inspector/inspector-test.js
5 document http://127.0.0.1:8000/inspector/resource-tree/resource-tree-htmlimports .html 5 document http://127.0.0.1:8000/inspector/resource-tree/resource-tree-htmlimports .html
6 script http://127.0.0.1:8000/inspector/resource-tree/resource-tree-test.js 6 script http://127.0.0.1:8000/inspector/resource-tree/resource-tree-test.js
7 document http://127.0.0.1:8000/inspector/resource-tree/resources/import-child.ht ml 7 document http://127.0.0.1:8000/inspector/resource-tree/resources/import-child.ht ml
8 document http://127.0.0.1:8000/inspector/resource-tree/resources/import-hello.ht ml 8 document http://127.0.0.1:8000/inspector/resource-tree/resources/import-hello.ht ml
9 script http://127.0.0.1:8000/inspector/resource-tree/resources/import-hello.js 9 script http://127.0.0.1:8000/inspector/resource-tree/resources/import-hello.js
10 script http://127.0.0.1:8000/inspector/resources-test.js 10 script http://127.0.0.1:8000/inspector/resources-test.js
11 11
12 Resources URL Map: 12 Resources URL Map:
13 http://127.0.0.1:8000/inspector/inspector-test.js == http://127.0.0.1:8000/inspe ctor/inspector-test.js 13 http://127.0.0.1:8000/inspector/inspector-test.js == http://127.0.0.1:8000/inspe ctor/inspector-test.js
14 http://127.0.0.1:8000/inspector/resource-tree/resource-tree-htmlimports.html == http://127.0.0.1:8000/inspector/resource-tree/resource-tree-htmlimports.html 14 http://127.0.0.1:8000/inspector/resource-tree/resource-tree-htmlimports.html == http://127.0.0.1:8000/inspector/resource-tree/resource-tree-htmlimports.html
15 http://127.0.0.1:8000/inspector/resource-tree/resource-tree-test.js == http://12 7.0.0.1:8000/inspector/resource-tree/resource-tree-test.js 15 http://127.0.0.1:8000/inspector/resource-tree/resource-tree-test.js == http://12 7.0.0.1:8000/inspector/resource-tree/resource-tree-test.js
16 http://127.0.0.1:8000/inspector/resource-tree/resources/import-child.html == htt p://127.0.0.1:8000/inspector/resource-tree/resources/import-child.html 16 http://127.0.0.1:8000/inspector/resource-tree/resources/import-child.html == htt p://127.0.0.1:8000/inspector/resource-tree/resources/import-child.html
17 http://127.0.0.1:8000/inspector/resource-tree/resources/import-hello.html == htt p://127.0.0.1:8000/inspector/resource-tree/resources/import-hello.html 17 http://127.0.0.1:8000/inspector/resource-tree/resources/import-hello.html == htt p://127.0.0.1:8000/inspector/resource-tree/resources/import-hello.html
18 http://127.0.0.1:8000/inspector/resource-tree/resources/import-hello.js == http: //127.0.0.1:8000/inspector/resource-tree/resources/import-hello.js 18 http://127.0.0.1:8000/inspector/resource-tree/resources/import-hello.js == http: //127.0.0.1:8000/inspector/resource-tree/resources/import-hello.js
19 http://127.0.0.1:8000/inspector/resources-test.js == http://127.0.0.1:8000/inspe ctor/resources-test.js 19 http://127.0.0.1:8000/inspector/resources-test.js == http://127.0.0.1:8000/inspe ctor/resources-test.js
20 20
21 Resources Tree: 21 Resources Tree:
22 Frames 22 Frames
23 (resource-tree-htmlimports.html) 23 (resource-tree-htmlimports.html)
24 Script 24 Scripts
25 import-hello.js 25 import-hello.js
26 inspector-test.js 26 inspector-test.js
27 resource-tree-test.js 27 resource-tree-test.js
28 resources-test.js 28 resources-test.js
29 import-child.html 29 import-child.html
30 import-hello.html 30 import-hello.html
31 resource-tree-htmlimports.html 31 resource-tree-htmlimports.html
32 32
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698