Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
Tools
/
TestWebKitAPI
/
Resources
/
simple-iframe.html
blob: 429521c7f157b7dff852909b3183bc177ae17a72 [
file
] [
edit
]
<html>
<body>
Simple HTML file.
<iframe
src
=
"simple.html"
></iframe>
</body>
</html>