summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-highlight-api/painting/custom-highlight-painting-iframe-005-ref.html
blob: 7a492e32c0d0706a9d1a1b9884dce4010cf3cb67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!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>
<br>
<span id="span-doc">abc</span>