OLD | NEW |
1 This tests that 'performance.mark' throws exceptions with reasonable messages. | 1 This tests that 'performance.mark' throws exceptions with reasonable messages. |
2 | 2 |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
4 | 4 |
5 | 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.. | 6 PASS window.performance.mark('navigationStart') threw exception SyntaxError: Fai
led to execute 'mark' on 'Performance': 'navigationStart' is part of the Perform
anceTiming 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.. | 7 PASS window.performance.mark('unloadEventStart') threw exception SyntaxError: Fa
iled to execute 'mark' on 'Performance': 'unloadEventStart' is part of the Perfo
rmanceTiming 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.. | 8 PASS window.performance.mark('unloadEventEnd') threw exception SyntaxError: Fail
ed to execute 'mark' on 'Performance': 'unloadEventEnd' is part of the Performan
ceTiming 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.. | 9 PASS window.performance.mark('redirectStart') threw exception SyntaxError: Faile
d to execute 'mark' on 'Performance': 'redirectStart' is part of the Performance
Timing interface, and cannot be used as a mark 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.. | 10 PASS window.performance.mark('redirectEnd') threw exception SyntaxError: Failed
to execute 'mark' on 'Performance': 'redirectEnd' is part of the PerformanceTimi
ng 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.. | 11 PASS window.performance.mark('fetchStart') threw exception SyntaxError: Failed t
o execute 'mark' on 'Performance': 'fetchStart' is part of the PerformanceTiming
interface, and cannot be used as a mark name.. |
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.. | 12 PASS window.performance.mark('domainLookupStart') threw exception SyntaxError: F
ailed to execute 'mark' on 'Performance': 'domainLookupStart' is part of the Per
formanceTiming interface, and cannot be used 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.. | 13 PASS window.performance.mark('domainLookupEnd') threw exception SyntaxError: Fai
led to execute 'mark' on 'Performance': 'domainLookupEnd' is part of the Perform
anceTiming 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.. | 14 PASS window.performance.mark('connectStart') threw exception SyntaxError: Failed
to execute 'mark' on 'Performance': 'connectStart' is part of the PerformanceTi
ming interface, and cannot be used as a mark 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.. | 15 PASS window.performance.mark('connectEnd') threw exception SyntaxError: Failed t
o execute 'mark' on 'Performance': 'connectEnd' is part of the PerformanceTiming
interface, and cannot be used as a mark name.. |
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.. | 16 PASS window.performance.mark('secureConnectionStart') threw exception SyntaxErro
r: Failed to execute 'mark' on 'Performance': 'secureConnectionStart' is part of
the PerformanceTiming interface, and cannot 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.. | 17 PASS window.performance.mark('requestStart') threw exception SyntaxError: Failed
to execute 'mark' on 'Performance': 'requestStart' is part of the PerformanceTi
ming interface, and cannot be used as a mark 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.. | 18 PASS window.performance.mark('responseStart') threw exception SyntaxError: Faile
d to execute 'mark' on 'Performance': 'responseStart' is part of the Performance
Timing interface, and cannot be used as a mark 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.. | 19 PASS window.performance.mark('responseEnd') threw exception SyntaxError: Failed
to execute 'mark' on 'Performance': 'responseEnd' is part of the PerformanceTimi
ng 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.. | 20 PASS window.performance.mark('domLoading') threw exception SyntaxError: Failed t
o execute 'mark' on 'Performance': 'domLoading' is part of the PerformanceTiming
interface, and cannot be used as a mark name.. |
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.. | 21 PASS window.performance.mark('domInteractive') threw exception SyntaxError: Fail
ed to execute 'mark' on 'Performance': 'domInteractive' is part of the Performan
ceTiming 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.. | 22 PASS window.performance.mark('domContentLoadedEventStart') threw exception Synta
xError: Failed to execute 'mark' on 'Performance': '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.. | 23 PASS window.performance.mark('domContentLoadedEventEnd') threw exception SyntaxE
rror: Failed to execute 'mark' on 'Performance': 'domContentLoadedEventEnd' is p
art 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.. | 24 PASS window.performance.mark('domComplete') threw exception SyntaxError: Failed
to execute 'mark' on 'Performance': 'domComplete' is part of the PerformanceTimi
ng 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.. | 25 PASS window.performance.mark('loadEventStart') threw exception SyntaxError: Fail
ed to execute 'mark' on 'Performance': 'loadEventStart' is part of the Performan
ceTiming 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.. | 26 PASS window.performance.mark('loadEventEnd') threw exception SyntaxError: Failed
to execute 'mark' on 'Performance': 'loadEventEnd' is part of the PerformanceTi
ming interface, and cannot be used as a mark name.. |
27 PASS successfullyParsed is true | 27 PASS successfullyParsed is true |
28 | 28 |
29 TEST COMPLETE | 29 TEST COMPLETE |
30 | 30 |
OLD | NEW |