summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-view-transitions/iframe-transition-ref.html
blob: 49394f35f6c4f6c7d6c25e9f4fd61154a708904f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<title>View transitions: iframe</title>
<link rel="help" href="https://github.com/WICG/view-transitions">
<link rel="author" href="mailto:vmpstr@chromium.org">
<style>
iframe { width: 500px; height: 500px }
</style>

<iframe srcdoc="
<style>
div {
  width: 100px;
  height: 100px;
  background: green;
}
html { height: 50%; }
</style>

<div></div>
"></iframe>