custom-highlight-painting-inheritance-001-ref.html (273B)
1 <!DOCTYPE html> 2 <meta charset="UTF-8"> 3 <style> 4 span { 5 background-color: green; 6 } 7 </style> 8 <body> 9 <div>There should be only one green rectangle below from [ to ]:</div> 10 <div>[<span> <strong> </strong> </span>]</div>