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

17 lines
193 B
HTML

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