Sign in
webkit
/
WebKit
/
b4234713c85383e00e81c500ff74ee340e8a262a
/
.
/
LayoutTests
/
svg
/
as-image
/
svg-image-with-data-uri-reloading-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>