summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/resource-timing/iframe-sequence-of-events.html
blob: 5f99a5cab2de6b1f813dbcd09232ac679ca308b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<meta charset="utf-8">
<title>Test the sequence of events when reporting iframe timing.</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="resources/frame-timing.js"></script>
<body>
<script>
  test_frame_timing_before_load_event('iframe');
  test_frame_timing_change_src('iframe');
</script>
</body>