Sign in
chromium
/
chromium
/
src
/
205191a32c9db91062c5342e901b2da2d67a49e5
/
.
/
content
/
test
/
data
/
frame_tree
/
page_with_large_iframe.html
blob: 73fa88e7cadaed5225072472f87252134af3e53f [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<body>
<style>
iframe
{
width
:
90vw
;
height
:
90vh
;
}
</style>
<iframe></iframe>
</body>
</html>