about summary refs log tree commit diff stats
path: root/test/js/data_url.html
blob: 5da3f9205ae96ab5a73c34499178a6d021a6239e (plain) (blame)
1
2
3
4
<!DOCTYPE html>
<div id=abc>Fail</div>
<script src="data:text/javascript,document.getElementById('abc').textContent='Success'">
</script>