Files
tubestation/servo/tests/html/test-iframe.html
2014-10-23 18:00:36 -06:00

3 lines
103 B
HTML

<iframe id="whee"></iframe>
<script>document.getElementById('whee').src = "http://google.com"</script>