mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-15 04:29:27 +00:00
Having to go through multiple levels of .. is not ideal, but less odd than reaching into another test type's data files.
13 lines
289 B
HTML
13 lines
289 B
HTML
<!doctype html><style>
|
|
img {
|
|
padding: 20px;
|
|
box-sizing: border-box;
|
|
border: 1px solid black;
|
|
}
|
|
.with-height {
|
|
height: 100px;
|
|
}
|
|
.with-width {
|
|
width: 100px;
|
|
}
|
|
</style><img class="with-height" src="../../Assets/120.png"><img class="with-width" src="../../Assets/120.png">
|