summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-transitions/transition-and-animation-with-different-durations-ref.html
blob: e6850238afa0bbd73048fcc459813bb0217a048d (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<title>A reference of 100x100 blue box</title>
<style>
div {
  width: 100px; height: 100px;
  background: blue;
}
</style>
<div></div>