mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-23 00:19:18 +00:00
Originally part of a fix in 15103d172c
, it
appears that this is no longer necessary and received a better fix in a
more recent commit. Resolves a visual regression with the ACID3 test.
16 lines
200 B
HTML
16 lines
200 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
body {
|
|
border: 10px solid red;
|
|
}
|
|
#a {
|
|
padding-bottom: 150px;
|
|
}
|
|
#b {
|
|
font-size: 5em;
|
|
margin: -240px 0 0;
|
|
}
|
|
</style>
|
|
<div id="a"></div>
|
|
<div id="b">foo</div>
|
|
bar
|