custom-highlight-painting-iframe-001-ref.html (233B)
1 <!DOCTYPE html> 2 <meta charset="UTF-8"> 3 <body> 4 <iframe 5 id="iframe" 6 srcdoc=" 7 <style> 8 span { 9 color: blue; 10 background-color: cyan; 11 } 12 </style> 13 <span id='span-iframe'>abc</span> 14 " 15 > 16 </iframe>