summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-animations/no-style-sharing-with-animations-ref.html
blob: 0218b02f8acd07f28a0d839d32e5b5cec9596a93 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
<style>
div {
  background-color: green;
  width: 100px;
  height: 100px;
}
</style>
<div></div>
<div></div>