Files
brave-core/test/data/load_js.html
T
Cepera 1b407c7526 Re-add the ability to allow individual scripts in Shields (Native part) (#17152)
* Added api to allow scripts once to be loaded in a page

* Small nits

* Review fixes
2023-02-20 15:51:46 +05:30

11 lines
259 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>
<script src="another.js"></script>
<img src="some.svg" alt="some svg">
</body>
</html>