summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-highlight-api/painting/custom-highlight-painting-iframe-001-ref.html
blob: aa8915c1d78e63f15c7283440c5be79475f183ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!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>