Searched refs:performanceNamespace (Results 1 - 2 of 2) sorted by relevance
/third_party/node/test/fixtures/wpt/user-timing/resources/ |
H A D | webperftestharness.js | 48 wp_test(function () { assert_not_equals(performanceNamespace, undefined, msg); }, msg); 53 wp_test(function() { assert_not_equals(performanceNamespace[child_name], undefined, msg2); }, msg2); 60 wp_test(function() { assert_not_equals(performanceNamespace[parent_name][attribute_name], undefined, msg); }, msg, properties); 66 wp_test(function() { assert_not_equals(performanceNamespace[parent_name][enum_name], undefined, msg); }, msg, properties); 69 wp_test(function() { assert_equals(performanceNamespace[parent_name][enum_name], value, msg); }, msg, properties); 76 wp_test(function() { assert_true(performanceNamespace.timing[attribute_name] > 0, msg); }, msg, properties); 80 wp_test(function() { assert_true(performanceNamespace.timing[attribute_name] >= performanceNamespace.timing[greater_than_attribute], msg); }, msg, properties); 86 test_greater_than(performanceNamespace.timing[attribute_name], greater_than, msg, properties); 92 test_equals(performanceNamespace [all...] |
/third_party/node/test/fixtures/wpt/common/ |
H A D | performance-timeline-utils.js | 5 var performanceNamespace = window.performance; variable 14 if (performanceNamespace === undefined || performanceNamespace == null) 18 test(function() { assert_true(performanceNamespace !== undefined && performanceNamespace != null, "window.performance is defined and not null"); }, "window.performance is defined and not null.");
|
Completed in 1 milliseconds