backface-visibility-hidden-003-ref.html (481B)
1 <!DOCTYPE html> 2 <title>backface visibility: hidden</title> 3 <link rel="author" title="Matt Woodrow" href="mailto:mattwoodrow@apple.com"> 4 <link rel="help" href="http://www.w3.org/TR/css-transforms-1/#transform-property"> 5 <link rel="help" href="http://www.w3.org/TR/css-transforms-2/#propdef-backface-visibility"> 6 7 <p>The test passes if there is a green rectangle and no red.</p> 8 <style> 9 div { 10 width: 100px; 11 height: 100px; 12 } 13 </style> 14 <div style="background: green"></div>