Files
Kmake/test/fixtures/wpt/performance-timeline/resources/child-frame.html

8 lines
104 B
HTML
Raw Normal View History

2026-05-26 23:36:42 -07:00
<!DOCTYPE html>
<head></head>
<body></body>
<script>
performance.mark('mark_child_frame');
</script>