revert-layer-009.html (578B)
1 <!DOCTYPE html> 2 <title>CSS Cascade Layers: 'revert-layer' from the style attribute to other style sheets</title> 3 <link rel="help" href="https://drafts.csswg.org/css-cascade-5/#revert-layer"> 4 <link rel="author" href="mailto:xiaochengh@chromium.org"> 5 <link rel="match" href="reference/ref-filled-green-100px-square.xht"> 6 7 <style> 8 #target { 9 width: 100px; 10 height: 100px; 11 background-color: green; 12 } 13 </style> 14 15 <p>Test passes if there is a filled green square and <strong>no red</strong>.</p> 16 <div id="target" style="background-color: red; background-color: revert-layer"></div>