contain-paint-stacking-context-001-ref.html (312B)
1 <!DOCTYPE HTML> 2 <meta charset="utf-8"> 3 <title>Paint Containment Stacking Context Reference</title> 4 <link rel="author" title="Psychpsyo" href="mailto:psychpsyo@gmail.com"> 5 <style> 6 div { 7 width: 100px; 8 height: 100px; 9 background-color: green; 10 } 11 </style> 12 <div></div> 13 Test succeeds if there is no red.