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

Side by Side Diff: LayoutTests/fast/profiler/start-and-stop-profiler-multiple-times-expected.txt

Issue 14195011: Removed WONTFIX tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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
(Empty)
1 This page's JavaScript calls console.profile() and console.profileEnd() three ti mes.
2
3 To run this test manually, load it in the browser then load the WebInspector and look at the profile. In the profiler there should be three profiles.
4
5 Profile title: Start the profiler the first time.
6 Thread_1 (no file) (line 0)
7 startTest start-and-stop-profiler-multiple-times.html (line 11)
8 anonymousFunction profiler-test-JS-resources.js (line 29)
9 insertNewText profiler-test-JS-resources.js (line 17)
10 createElement (no file) (line 0)
11 createTextNode (no file) (line 0)
12 appendChild (no file) (line 0)
13 getElementById (no file) (line 0)
14 endTest profiler-test-JS-resources.js (line 1)
15
16
17 Profile title: Start the profiler the first time.
18 Thread_1 (no file) (line 0)
19 startTest start-and-stop-profiler-multiple-times.html (line 11)
20 anonymousFunction profiler-test-JS-resources.js (line 29)
21 insertNewText profiler-test-JS-resources.js (line 17)
22 createElement (no file) (line 0)
23 createTextNode (no file) (line 0)
24 appendChild (no file) (line 0)
25 getElementById (no file) (line 0)
26 endTest profiler-test-JS-resources.js (line 1)
27
28 Profile title: Start the profiler the second time.
29 Thread_1 (no file) (line 0)
30 startTest start-and-stop-profiler-multiple-times.html (line 11)
31 anonymousFunction profiler-test-JS-resources.js (line 29)
32 insertNewText profiler-test-JS-resources.js (line 17)
33 createElement (no file) (line 0)
34 createTextNode (no file) (line 0)
35 appendChild (no file) (line 0)
36 getElementById (no file) (line 0)
37 endTest profiler-test-JS-resources.js (line 1)
38
39
40 Profile title: Start the profiler the first time.
41 Thread_1 (no file) (line 0)
42 startTest start-and-stop-profiler-multiple-times.html (line 11)
43 anonymousFunction profiler-test-JS-resources.js (line 29)
44 insertNewText profiler-test-JS-resources.js (line 17)
45 createElement (no file) (line 0)
46 createTextNode (no file) (line 0)
47 appendChild (no file) (line 0)
48 getElementById (no file) (line 0)
49 endTest profiler-test-JS-resources.js (line 1)
50
51 Profile title: Start the profiler the second time.
52 Thread_1 (no file) (line 0)
53 startTest start-and-stop-profiler-multiple-times.html (line 11)
54 anonymousFunction profiler-test-JS-resources.js (line 29)
55 insertNewText profiler-test-JS-resources.js (line 17)
56 createElement (no file) (line 0)
57 createTextNode (no file) (line 0)
58 appendChild (no file) (line 0)
59 getElementById (no file) (line 0)
60 endTest profiler-test-JS-resources.js (line 1)
61
62 Profile title: Start the profiler the third time.
63 Thread_1 (no file) (line 0)
64 startTest start-and-stop-profiler-multiple-times.html (line 11)
65 anonymousFunction profiler-test-JS-resources.js (line 29)
66 insertNewText profiler-test-JS-resources.js (line 17)
67 createElement (no file) (line 0)
68 createTextNode (no file) (line 0)
69 appendChild (no file) (line 0)
70 getElementById (no file) (line 0)
71 endTest profiler-test-JS-resources.js (line 1)
72
73
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698