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

Side by Side Diff: LayoutTests/fast/performance/performance-mark-exceptions-expected.txt

Issue 22311011: Improve 'performance.{mark,measure} exception messages. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 4 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 tests that 'performance.mark' throws exceptions with reasonable messages.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS window.performance.mark('navigationStart') threw exception SyntaxError: 'na vigationStart' is part of the PerformanceTiming interface, and cannot be used as a mark name..
7 PASS window.performance.mark('unloadEventStart') threw exception SyntaxError: 'u nloadEventStart' is part of the PerformanceTiming interface, and cannot be used as a mark name..
8 PASS window.performance.mark('unloadEventEnd') threw exception SyntaxError: 'unl oadEventEnd' is part of the PerformanceTiming interface, and cannot be used as a mark name..
9 PASS window.performance.mark('redirectStart') threw exception SyntaxError: 'redi rectStart' is part of the PerformanceTiming interface, and cannot be used as a m ark name..
10 PASS window.performance.mark('redirectEnd') threw exception SyntaxError: 'redire ctEnd' is part of the PerformanceTiming interface, and cannot be used as a mark name..
11 PASS window.performance.mark('fetchStart') threw exception SyntaxError: 'fetchSt art' is part of the PerformanceTiming interface, and cannot be used as a mark na me..
12 PASS window.performance.mark('domainLookupStart') threw exception SyntaxError: ' domainLookupStart' is part of the PerformanceTiming interface, and cannot be use d as a mark name..
13 PASS window.performance.mark('domainLookupEnd') threw exception SyntaxError: 'do mainLookupEnd' is part of the PerformanceTiming interface, and cannot be used as a mark name..
14 PASS window.performance.mark('connectStart') threw exception SyntaxError: 'conne ctStart' is part of the PerformanceTiming interface, and cannot be used as a mar k name..
15 PASS window.performance.mark('connectEnd') threw exception SyntaxError: 'connect End' is part of the PerformanceTiming interface, and cannot be used as a mark na me..
16 PASS window.performance.mark('secureConnectionStart') threw exception SyntaxErro r: 'secureConnectionStart' is part of the PerformanceTiming interface, and canno t be used as a mark name..
17 PASS window.performance.mark('requestStart') threw exception SyntaxError: 'reque stStart' is part of the PerformanceTiming interface, and cannot be used as a mar k name..
18 PASS window.performance.mark('responseStart') threw exception SyntaxError: 'resp onseStart' is part of the PerformanceTiming interface, and cannot be used as a m ark name..
19 PASS window.performance.mark('responseEnd') threw exception SyntaxError: 'respon seEnd' is part of the PerformanceTiming interface, and cannot be used as a mark name..
20 PASS window.performance.mark('domLoading') threw exception SyntaxError: 'domLoad ing' is part of the PerformanceTiming interface, and cannot be used as a mark na me..
21 PASS window.performance.mark('domInteractive') threw exception SyntaxError: 'dom Interactive' is part of the PerformanceTiming interface, and cannot be used as a mark name..
22 PASS window.performance.mark('domContentLoadedEventStart') threw exception Synta xError: 'domContentLoadedEventStart' is part of the PerformanceTiming interface, and cannot be used as a mark name..
23 PASS window.performance.mark('domContentLoadedEventEnd') threw exception SyntaxE rror: 'domContentLoadedEventEnd' is part of the PerformanceTiming interface, and cannot be used as a mark name..
24 PASS window.performance.mark('domComplete') threw exception SyntaxError: 'domCom plete' is part of the PerformanceTiming interface, and cannot be used as a mark name..
25 PASS window.performance.mark('loadEventStart') threw exception SyntaxError: 'loa dEventStart' is part of the PerformanceTiming interface, and cannot be used as a mark name..
26 PASS window.performance.mark('loadEventEnd') threw exception SyntaxError: 'loadE ventEnd' is part of the PerformanceTiming interface, and cannot be used as a mar k name..
27 PASS successfullyParsed is true
28
29 TEST COMPLETE
30
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698