mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-05 08:31:51 +00:00
Having to go through multiple levels of .. is not ideal, but less odd than reaching into another test type's data files.
7 lines
281 B
HTML
7 lines
281 B
HTML
<input type="image" src="../../Assets/120.png" value="120.png" width="120" height="120" />
|
|
<script type="text/javascript">
|
|
document.addEventListener("DOMContentLoaded", () => {
|
|
let input = document.querySelector("input");
|
|
input.type = "text";
|
|
});
|
|
</script>
|