summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/animation-worklet/resources/iframe.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/animation-worklet/resources/iframe.html')
-rw-r--r--testing/web-platform/tests/animation-worklet/resources/iframe.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/testing/web-platform/tests/animation-worklet/resources/iframe.html b/testing/web-platform/tests/animation-worklet/resources/iframe.html
new file mode 100644
index 0000000000..e128fa53e4
--- /dev/null
+++ b/testing/web-platform/tests/animation-worklet/resources/iframe.html
@@ -0,0 +1,9 @@
+<!DOCTYPE html>
+<style>
+#iframe_box {
+ width: 100px;
+ height: 100px;
+ background-color: green;
+}
+</style>
+<div id='iframe_box'></div>