Status: PASS | Duration: 8ms | Subtests: 1/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi
/css/css-highlight-api/painting/custom-highlight-painting-iframe-001.html
<!DOCTYPE html> <meta charset="UTF-8"> <title>CSS Highlight API Test: </title> <link rel="help" href="https://drafts.csswg.org/css-highlight-api-1/"> <link rel="match" href="custom-highlight-painting-iframe-001-ref.html"> <meta name="assert" value="Registered Highlights inside an iframe are correctly painted."> <body> <iframe id="iframe" src="resources/iframe-code.html" > </iframe>
/css/css-highlight-api/painting/custom-highlight-painting-iframe-001-ref.html
<!DOCTYPE html> <meta charset="UTF-8"> <body> <iframe id="iframe" srcdoc=" <style> span { color: blue; background-color: cyan; } </style> <span id='span-iframe'>abc</span> " > </iframe>