subpixel-perspective-backface-hidden.html (661B)
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/#backface-visibility-property"> 4 <link rel="match" href="subpixel-perspective-backface-hidden-ref.html"> 5 <meta name="assert" content="Subpixel-positioned contents should be rendered the same regardless of perspective and backface-visibility:hidden"> 6 <div style="padding: 0.4px 0.6px"> 7 <div style="perspective: 1000px; backface-visibility: hidden"> 8 <div style="width: 100px; height: 100px; 9 backface-visibility: hidden;border: 1px solid black"> 10 </div> 11 </div> 12 </div>