mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-23 08:30:50 +00:00
14 lines
418 B
HTML
14 lines
418 B
HTML
<!DOCTYPE html>
|
|
<link rel="match" href="../../../../Assets/blank.html" />
|
|
<style>
|
|
img {
|
|
position: absolute;
|
|
clip: rect(0px, 0px, 0px, 0px)
|
|
}
|
|
.translated {
|
|
translate: 120px 120px;
|
|
}
|
|
</style>
|
|
<div>blank page</div>
|
|
<img alt="This shouldn't be visible" src="../../../../Assets/120.png">
|
|
<img class="translated" alt="This also shouldn't be visible" src="../../../../Assets/120.png">
|