1
0
Fork 0
firefox/layout/reftests/css-display/display-contents-list-item-child.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

18 lines
458 B
HTML

<!DOCTYPE html>
<html style="margin:2em;color:red">
<head>
<meta charset="UTF-8">
<script>
function boom()
{
document.documentElement.offsetHeight;
document.body.style.position = "fixed";
document.documentElement.offsetHeight;
document.documentElement.style.MozBoxSizing = "border-box";
document.documentElement.offsetHeight;
}
</script>
</head>
<body style="display: contents;" onload="boom();"><li style="color:lime">LI</body></html>