Sign in
webkit
/
WebKit
/
ff4cb3c2323f3937e96e08f4f6fbe6c7755f9da5
/
.
/
LayoutTests
/
svg
/
as-image
/
svg-image-with-data-uri-from-canvas-expected.html
blob: 01c19b7f58101a5ffb5ca188da21c1c60dd76af1 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
<style>
img
{
width
:
200px
;
height
:
200px
;
background-color
:
red
;
}
</style>
</head>
<body>
<img
src
=
"resources/image-with-nested-rects.svg"
>
</body>
</html>