Sign in
chromium
/
chromium
/
src
/
2b15682c97f9b6f1a812d0c39044f29943b83ac1
/
.
/
third_party
/
blink
/
web_tests
/
css3
/
blending
/
svg-isolation-embed-isolate-expected.html
blob: 82b3071cbbf49beaa65d3b591b3ae83382d7358f [
file
] [
log
] [
blame
]
<!DOCTYPE HTML>
<html>
<style>
div
{
width
:
100px
;
height
:
100px
;
background-color
:
blue
;
}
</style>
<body>
<p>
The test passes if you see a green square.
</p>
<div>
<embed
src
=
"resources/green-square.svg"
/>
</div>
</body>
</html>