trisquel-icecat/icecat/layout/reftests/web-animations/child-in-animating-element-display-none-ref.html

18 lines
222 B
HTML

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