blob: 82e1ba8d9d028ff3b33380310ffaab0c9f2c7bab [file]
<!DOCTYPE html>
<html>
<head>
<title>Inline Script Test</title>
<style>
body { background: url('http://a.example.com/bg.png'); }
</style>
<script>
var url = 'http://a.example.com/data.json';
window.location.href = 'http://a.example.com/redirect.html';
</script>
</head>
<body onload="fetch('http://a.example.com/api')">
<a href="#" onclick="window.open('http://a.example.com/popup.html')">Click</a>
</body>
</html>