mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-27 19:29:52 +00:00
An earlier variant of the commit following this one introduced a regression for the behavior tested here, but did not fail any in-tree tests. So lets add an explicit regression test to make that easier to catch in the future.
10 lines
131 B
HTML
10 lines
131 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
div {
|
|
max-width: 50%;
|
|
height: 100px;
|
|
background: lightgrey;
|
|
margin: 0 auto;
|
|
}
|
|
</style>
|
|
<div></div>
|