Sign in
chromium
/
external
/
github.com
/
web-platform-tests
/
wpt
/
refs/heads/https-acid3
/
.
/
css
/
css-highlight-api
/
painting
/
custom-highlight-painting-iframe-004-ref.html
blob: 622ea40c80a23f3e6b1e2da7013ee019729c2773 [
file
] [
edit
]
<!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>