trisquel-icecat/icecat/layout/reftests/display-list/reuse-sc-style-change-abs-pos-1-ref.html

17 lines
213 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
</head>
<body>
<div style="position: absolute; will-change: transform;">
Foo
</div>
<div style="color: green;">
Bar
</div>
</body>
</html>