1242172-2-ref.html (576B)
1 <!DOCTYPE HTML> 2 <!-- The test forces scrollbars to appear. Using overflow:scroll here avoids the 3 iterative overflow:auto reflow logic. --> 4 <html style="overflow:scroll"> 5 <meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1"> 6 <body> 7 <div style='position:absolute; height:100%; display:flex; flex-direction:row'> 8 <div style="height:100%"><img src="repeatable-diagonal-gradient.png" style='height:100%'></img></div> 9 <div style="height:100%"><img src="repeatable-diagonal-gradient.png" style='height:100%'></img></div> 10 </div> 11 </body> 12 </html>