mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 10:07:15 +02:00
We don't yet have a system for "legacy value aliases", but until we have a lot of them we can handle them manually. We also have to do this in two places because parse_css_value_for_property() doesn't call any property-specific parsing code.
14 lines
745 B
HTML
14 lines
745 B
HTML
<!DOCTYPE html>
|
|
<link rel="help" href="https://github.com/w3c/csswg-drafts/issues/8063">
|
|
<link rel="match" href="../../../../expected/wpt-import/css/css-overflow/overflow-overlay-ref.html">
|
|
<style>
|
|
div {
|
|
width: 15em;
|
|
height: 10em;
|
|
overflow: overlay;
|
|
}
|
|
</style>
|
|
<div>
|
|
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
|
|
</div>
|