Hi,
I saw several layout tests (e.g. fast/dom/wrapper-classes.html) containing
code like the following:
<iframe onload="frameLoaded()" src="data:.."></iframe>
<script>
....
function frameLoaded() {
......
}
</script>
My question is: Is this kind of usage (referencing a later-defined function
in onload event handler) correct in theory? Will it cause flakiness?
Thanks,
Xianzhu
_______________________________________________
webkit-dev mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev