The error occurs on this page: http://www.browserscope.org/security/test/csp
Source:
<html>
<body>
<!-- the Eval inside xcsp.js should not work -->
<script src='../static/xcsp.js'></script>
<div id="csp">PASS</div>
<!-- The following inline script should not work -->
<script>
document.getElementById('csp').firstChild.nodeValue='FAIL'
</script>
</body>
</html>
It seems to me like the first <script> element should be placed below
<div id="csp"> instead of above it.
Mathias
> --
> You received this message because you are subscribed to the Google Groups "Browserscope" group.
> To post to this group, send email to browse...@googlegroups.com.
> To unsubscribe from this group, send email to browserscope...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/browserscope?hl=en.
>
>
Dion is doing a comparison of all the browsers that you can now install
on iPhone. ;-)
-Steve