fune/layout/reftests/css-animations/replace-with-new-positive-delay-animation-ref.html
2022-08-29 02:20:38 +00:00

12 lines
158 B
HTML

<!DOCTYPE html>
<html>
<style>
#target {
width: 100px;
height: 100px;
opacity: 1;
background-color: green;
}
</style>
<div id="target"></div>
</html>