mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 10:07:15 +02:00
This fixes: http://wpt.live/css/css-will-change/will-change-abspos-cb-002.html http://wpt.live/css/css-will-change/will-change-abspos-cb-003.html http://wpt.live/css/css-will-change/will-change-fixedpos-cb-001.html http://wpt.live/css/css-will-change/will-change-fixedpos-cb-004.html
14 lines
226 B
HTML
14 lines
226 B
HTML
<!doctype html>
|
|
<meta charset="utf-8">
|
|
<title>CSS Test Reference</title>
|
|
<style>
|
|
div {
|
|
border: 1px solid green;
|
|
background: green;
|
|
margin-top: 100px;
|
|
width: 100px;
|
|
height: 100px;
|
|
}
|
|
</style>
|
|
<div></div>
|