mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-05 17:16:04 +00:00
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:
parent
57ba720fb1
commit
08253d6aee
Notes:
github-actions[bot]
2024-11-05 16:45:25 +00:00
Author: https://github.com/AtkinsSJ
Commit: 08253d6aee
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2175
Reviewed-by: https://github.com/gmta ✅
25 changed files with 27 additions and 27 deletions
|
@ -16,4 +16,4 @@
|
|||
width: 100%;
|
||||
}
|
||||
</style>
|
||||
<body><img src="../120.png">
|
||||
<body><img src="../../../Assets/120.png">
|
||||
|
|
|
@ -6,4 +6,4 @@
|
|||
left: 0px;
|
||||
}
|
||||
img { max-width: 50px; }
|
||||
</style><body><img src="../120.png">
|
||||
</style><body><img src="../../../Assets/120.png">
|
Loading…
Add table
Add a link
Reference in a new issue