no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / css-blending / mix-blend-mode-culling-1207041-ref.html
blobf098be2b9414c9d318426f7c86aeb6d27668e843
1 <!DOCTYPE HTML>
2 <head>
3 <style>
4 .parent {
5 width: 200px;
6 height: 200px;
7 isolation: isolate;
8 background: orange;
10 .child {
11 width: 200px;
12 height: 200px;
13 background: #ffd200;
15 </style>
16 </head>
17 <body>
18 <div class="parent">
19 <div class="child">
20 </div>
21 </div>
22 </body>