Sign in
chromium
/
chromium
/
src.git
/
56.0.2923.0
/
.
/
third_party
/
WebKit
/
LayoutTests
/
css3
/
blending
/
svg-isolation-object-isolate-expected.html
blob: 8ea1f5e20d140269ad049b87a74e7a1daf73bea8 [
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>
<object
data
=
"resources/green-square.svg"
/>
</div>
</body>
</html>