blend-isolation-ref.html (244B)
1 <!-- 2 Any copyright is dedicated to the Public Domain. 3 http://creativecommons.org/publicdomain/zero/1.0/ 4 --> 5 <html> 6 <style> 7 #a { 8 background-color: rgb(0,255,0); 9 width: 200px; 10 height: 210px; 11 } 12 </style> 13 <div id="a"> 14 </div> 15 </html>