subpixel-perspective-translate-z-0.html (663B)
1 <!DOCTYPE html> 2 <link ref="help" href="https://drafts.csswg.org/css-transforms-2/#perspective-property"> 3 <link rel="help" href="https://drafts.csswg.org/css-transforms-2/#propdef-backface-visibility"> 4 <link rel="match" href="subpixel-perspective-translate-z-0-ref.html"> 5 <meta name="assert" content="Subpixel-positioned contents should be rendered the same regardless of perspective and translateZ(0)"> 6 <div style="position: relative; top: 0.6px; left: 0.4px; width: 300px; height: 300px; 7 perspective: 1000px; overflow: hidden"> 8 <div style="width: 100px; height: 100px; 9 transform: translateZ(0); border: 1px solid black"></div> 10 </div>