Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
Tools
/
TestWebKitAPI
/
Tests
/
WebKitCocoa
/
GetComputedStyleAfterIframeRemoval.html
blob: 2e8333d705a71fb42b0c2686c1e15c1eb495d51b [
file
] [
log
] [
blame
] [
edit
]
<!DOCTYPE html>
<html>
<head><title>
iframe with styled content
</title></head>
<body>
<iframe
id
=
"testFrame"
src
=
"GetComputedStyleAfterIframeRemoval-subframe.html"
></iframe>
</body>
</html>