Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / http / tests / w3c / webperf / submission / Intel / user-timing / test_user_timing_measure_exception-expected.txt
1 Description
2
3 This test validates all exception scenarios of method window.performance.measure in User Timing API
4
5
6 PASS Invocation of context.measure() should throw TypeError Exception. 
7 PASS Invocation of context.measure("Exception1", "NonExistMark1") should throw SYNTAX_ERR Exception. 
8 PASS Invocation of context.measure("Exception2", "NonExistMark1", "navigationStart") should throw SYNTAX_ERR Exception. 
9 PASS Invocation of context.measure("Exception3", "navigationStart", "NonExistMark1") should throw SYNTAX_ERR Exception. 
10 PASS Invocation of context.measure("Exception4", "NonExistMark1", "ExistMark") should throw SYNTAX_ERR Exception. 
11 PASS Invocation of context.measure("Exception5", "ExistMark", "NonExistMark1") should throw SYNTAX_ERR Exception. 
12 PASS Invocation of context.measure("Exception6", "NonExistMark1", "NonExistMark2") should throw SYNTAX_ERR Exception. 
13 PASS Invocation of context.measure("Exception7", "redirectStart") should throw INVALID_ACCESS_ERR Exception. 
14