blob: 240c112c5dd0c1bf57dd35a3d1e77970b03a94f8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<!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>
|