mirror of
https://github.com/servo/servo
synced 2026-04-26 01:25:32 +02:00
Really fix #3738 by only processing iframe src attributes during parsing.
This commit is contained in:
2
tests/html/test-iframe.html
Normal file
2
tests/html/test-iframe.html
Normal file
@@ -0,0 +1,2 @@
|
||||
<iframe id="whee"></iframe>
|
||||
<script>document.getElementById('whee').src = "http://google.com"</script>
|
||||
Reference in New Issue
Block a user