ladybird/Tests/LibWeb/Ref/overflow-hidden-text-inside-translated-container.html

14 lines
315 B
HTML
Raw Normal View History

<!DOCTYPE html>
<link rel="match" href="reference/overflow-hidden-text-inside-translated-container-ref.html" />
<style>
.text {
overflow: hidden;
font-size: 50px;
}
.container {
transform: translate(0px, -50%);
}
</style>
<div class="container"><div class="text">Verify with something else</div></div>