no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / css-transitions / transition-and-animation-with-different-durations-ref.html
blobe6850238afa0bbd73048fcc459813bb0217a048d
1 <!DOCTYPE html>
2 <title>A reference of 100x100 blue box</title>
3 <style>
4 div {
5 width: 100px; height: 100px;
6 background: blue;
8 </style>
9 <div></div>