Tests/LibWeb: Move assets used by multiple test types into Assets/

Having to go through multiple levels of .. is not ideal, but less odd
than reaching into another test type's data files.
This commit is contained in:
Sam Atkins 2024-11-05 12:53:30 +00:00 committed by Sam Atkins
commit 08253d6aee
Notes: github-actions[bot] 2024-11-05 16:45:25 +00:00
25 changed files with 27 additions and 27 deletions

View file

@ -1,6 +1,6 @@
<script src="./include.js"></script>
<script type="text/javascript">
const SOURCES = ["../../Layout/input/120.png", "file:///i-do-no-exist-i-swear.png"];
const SOURCES = ["../../Assets/120.png", "file:///i-do-no-exist-i-swear.png"];
const runTest = source => {
let input = document.createElement("input");