12 lines
No EOL
390 B
HTML
12 lines
No EOL
390 B
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> |