summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/element-timing/resources/iframe-with-content.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/element-timing/resources/iframe-with-content.html')
-rw-r--r--testing/web-platform/tests/element-timing/resources/iframe-with-content.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/testing/web-platform/tests/element-timing/resources/iframe-with-content.html b/testing/web-platform/tests/element-timing/resources/iframe-with-content.html
new file mode 100644
index 0000000000..ab8cdfde01
--- /dev/null
+++ b/testing/web-platform/tests/element-timing/resources/iframe-with-content.html
@@ -0,0 +1,5 @@
+<!DOCTYPE html>
+<body>
+<p>Text</p>
+<img src='/images/blue.png'/>
+</body>