servo/tests/wpt/web-platform-tests/console/console-timeline-timelineEnd-historical.any.js

9 lines
No EOL
354 B
JavaScript

"use strict";
test(() => {
assert_equals(console.timeline, undefined, "console.timeline should be undefined");
}, "'timeline' function should not exist on the console object");
test(() => {
assert_equals(console.timelineEnd, undefined, "console.timelineEnd should be undefined");
}, "'timelineEnd' function should not exist on the console object");