Bug 1890689 accumulate input in LargerReceiverBlockSizeThanDesiredBuffering GTest...
[gecko.git] / gfx / tests / reftest / 1501195.html
blobf1664e54fffee3dfae1bd4ade4af63527cfe5d8f
1 <html reftest-zoom="1.1">
2 <head>
3 <style type="text/css">
4 .parent {
5 display: flex;
6 transform: translate3d(0px, 0px, 0px);
7 overflow: hidden;
10 .bg {
11 background-color: lime;
12 width: 200px;
13 height: 200px;
14 transform: scale(1.05);
17 .bg_overlay {
18 background-color: red;
19 width: 100px;
20 height: 100px;
21 position: absolute;
23 </style>
24 </head>
25 <body>
26 <div class="parent">
27 <div class="bg"></div>
28 <div class="bg_overlay"></div>
29 </div>
30 </body>
31 </html>