From 211d7d1b6dd57b3e0fdcd164ad6087650592b952 Mon Sep 17 00:00:00 2001 From: Noam Rosenthal Date: Thu, 31 Mar 2022 10:04:37 +0000 Subject: [PATCH] Bug 1761956 [wpt PR 33403] - Make sure iframe reports resource timing for non-HTML, a=testonly Automatic update from web-platform-tests Report resource timing for non-html iframes (#33403) -- wpt-commits: 3cf8b13014eab753122f4064bce4fe57714eb3af wpt-pr: 33403 --- .../resource-timing/iframe-non-html.html | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 testing/web-platform/tests/resource-timing/iframe-non-html.html diff --git a/testing/web-platform/tests/resource-timing/iframe-non-html.html b/testing/web-platform/tests/resource-timing/iframe-non-html.html new file mode 100644 index 0000000000000..a5df3b034899d --- /dev/null +++ b/testing/web-platform/tests/resource-timing/iframe-non-html.html @@ -0,0 +1,23 @@ + + +Test the sequence of events when reporting iframe timing. + + + + + + \ No newline at end of file