mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
14 lines
289 B
HTML
14 lines
289 B
HTML
|
<!doctype html>
|
||
|
<link rel="match" href="reference/inline-paintable-inside-translated-container-ref.html" />
|
||
|
<style>
|
||
|
body {
|
||
|
transform: translateY(100px);
|
||
|
position: absolute;
|
||
|
margin: 0;
|
||
|
}
|
||
|
div {
|
||
|
overflow: hidden;
|
||
|
outline: 1px solid black;
|
||
|
}
|
||
|
</style><body><div><span>hello
|