Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-highlight-api/painting/custom-highlight-painting-iframe-001.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<meta charset="UTF-8">
<title>CSS Highlight API Test: </title>
<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>