Files
brave-core/test/data/load_js.html
T
Mario Sanchez Prada 73335519d3 Add a new browser test suite for BraveShieldsWebContentsObserver
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.
2021-05-07 11:42:26 +02:00

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>