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

Side by Side Diff: LayoutTests/inspector/tracing/timeline-script-id-expected.txt

Issue 1104233004: DevTools: rebaseline inspector tests with poor expectations (2). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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
« no previous file with comments | « LayoutTests/inspector/sources/debugger/show-function-definition-expected.txt ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Test that checks location resolving mechanics for TimerInstall TimerRemove and F unctionCall events with scriptId. 1 Test that checks location resolving mechanics for TimerInstall TimerRemove and F unctionCall events with scriptId.
2 2
3 It expects two FunctionCall for InjectedScript, two TimerInstall events, two Fun ctionCall events and one TimerRemove event to be logged with performActions.js s cript name and some line number. 3 It expects two FunctionCall for InjectedScript, two TimerInstall events, two Fun ctionCall events and one TimerRemove event to be logged with performActions.js s cript name and some line number.
4 4
5 details.textContent for FunctionCall event: 'InjectedScript:1' 5 details.textContent for FunctionCall event: 'InjectedScript:1'
6 details.textContent for FunctionCall event: 'InjectedScript:1'
alph 2015/04/27 18:10:43 Sorry, don't see what makes this test non-flaky. C
6 detailsTextContent for TimerInstall event: 'performActions.js:3' 7 detailsTextContent for TimerInstall event: 'performActions.js:3'
7 details.textContent for TimerInstall event: 'performActions.js:3' 8 details.textContent for TimerInstall event: 'performActions.js:3'
8 detailsTextContent for TimerInstall event: 'performActions.js:4' 9 detailsTextContent for TimerInstall event: 'performActions.js:4'
9 details.textContent for TimerInstall event: 'performActions.js:4' 10 details.textContent for TimerInstall event: 'performActions.js:4'
10 detailsTextContent for FunctionCall event: 'performActions.js:7' 11 detailsTextContent for FunctionCall event: 'performActions.js:7'
11 details.textContent for FunctionCall event: 'performActions.js:7' 12 details.textContent for FunctionCall event: 'performActions.js:7'
12 detailsTextContent for FunctionCall event: 'performActions.js:7' 13 detailsTextContent for FunctionCall event: 'performActions.js:7'
13 details.textContent for FunctionCall event: 'performActions.js:7' 14 details.textContent for FunctionCall event: 'performActions.js:7'
14 detailsTextContent for TimerRemove event: 'performActions.js:11' 15 detailsTextContent for TimerRemove event: 'performActions.js:11'
15 details.textContent for TimerRemove event: 'performActions.js:11' 16 details.textContent for TimerRemove event: 'performActions.js:11'
16 17
OLDNEW
« no previous file with comments | « LayoutTests/inspector/sources/debugger/show-function-definition-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698