summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-highlight-api/painting/custom-highlight-painting-iframe-004-ref.html
blob: 622ea40c80a23f3e6b1e2da7013ee019729c2773 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<meta charset="UTF-8">
<style>
  #span-doc {
    color: green;
    background-color: greenyellow;
  }
</style>
<body>
<iframe
  id="iframe"
  srcdoc="<span id='span-iframe'>abc</span>"
  >
</iframe>
<br>
<span id="span-doc">abc</span>