about summary refs log blame commit diff stats
path: root/test/js/data_url.html
blob: 5da3f9205ae96ab5a73c34499178a6d021a6239e (plain) (tree)
1
2
3
4



                                                                                        
<!DOCTYPE html>
<div id=abc>Fail</div>
<script src="data:text/javascript,document.getElementById('abc').textContent='Success'">
</script>