no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / web-animations / child-in-animating-element-display-none-ref.html
blob9a5a1dec9672bfed18694b324710c0443406d78b
1 <!DOCTYPE html>
2 <html>
3 <style>
4 div {
5 width: 100px;
6 height: 100px;
7 background-color: blue;
9 #child {
10 background-color: green;
11 width: 50px;
12 height: 50px;
14 </style>
15 <div>
16 <div id="child"></div>
17 </div>
18 </html>