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
parent adc17c3576
commit b17746eb94

View File

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