gecko-dev/layout/reftests/css-animations/no-style-sharing-with-anima...

12 строки
132 B
HTML

<!DOCTYPE html>
<html>
<style>
div {
background-color: green;
width: 100px;
height: 100px;
}
</style>
<div></div>
<div></div>