custom-highlight-painting-iframe-001.html (390B)
1 <!DOCTYPE html> 2 <meta charset="UTF-8"> 3 <title>CSS Highlight API Test: </title> 4 <link rel="help" href="https://drafts.csswg.org/css-highlight-api-1/"> 5 <link rel="match" href="custom-highlight-painting-iframe-001-ref.html"> 6 <meta name="assert" value="Registered Highlights inside an iframe are correctly painted."> 7 <body> 8 <iframe 9 id="iframe" 10 src="resources/iframe-code.html" 11 > 12 </iframe>