mirror of
https://github.com/servo/servo
synced 2026-05-10 17:12:23 +02:00
10 lines
209 B
HTML
10 lines
209 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
pre, #log {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 200px;
|
|
}
|
|
</style>
|
|
<iframe id="target-iframe" src="resources/observer-in-iframe-subframe.html" width="150px" height="150px"></iframe>
|