mirror of
https://github.com/servo/servo.git
synced 2025-07-12 01:43:43 +01:00
9 lines
209 B
HTML
9 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>
|