This adds one additional browser test (i.e. JavaScriptBlockedEvents) to check that the renderer process properly communicates with the browser process over Mojo whenever a JavaScript script gets blocked.
8 lines
187 B
HTML
8 lines
187 B
HTML
<html><head><title>load some js code</title></head>
|
|
<body>
|
|
<!--
|
|
Just attempt to load a JavaScript file to test JavaScript blocking.
|
|
-->
|
|
<script src="normal.js"></script>
|
|
</body></html>
|