diff options
Diffstat (limited to 'testing/web-platform/tests/intersection-observer/resources/iframe-no-root-subframe.html')
-rw-r--r-- | testing/web-platform/tests/intersection-observer/resources/iframe-no-root-subframe.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testing/web-platform/tests/intersection-observer/resources/iframe-no-root-subframe.html b/testing/web-platform/tests/intersection-observer/resources/iframe-no-root-subframe.html new file mode 100644 index 0000000000..ee63a06ca0 --- /dev/null +++ b/testing/web-platform/tests/intersection-observer/resources/iframe-no-root-subframe.html @@ -0,0 +1,4 @@ +<!DOCTYPE html> +<div style="height: 200px; width: 100px;"></div> +<div id="target" style="background-color: green; width:100px; height:100px"></div> +<div style="height: 200px; width: 100px;"></div> |