Tests/LibWeb: Fix file path for crash test script src

Simply meaning the test would never get the internals object.
This commit is contained in:
Shannon Booth 2025-02-10 17:09:38 +13:00 committed by Tim Ledbetter
commit b17746eb94
Notes: github-actions[bot] 2025-02-10 09:26:17 +00:00

View file

@ -1,4 +1,4 @@
<script src="../include.js"></script>
<script src="../../Text/input/include.js"></script>
<script>
// NOTE: This test is only reliable when GC'ing after each allocation.