test: svg background also in a style attribute

This commit is contained in:
Rémi Emonet 2017-08-25 00:46:31 +02:00 committed by Remy Sharp
parent f0faa68730
commit bf70e131be

View File

@ -12,6 +12,7 @@
</style>
</head>
<body>
<div class="homescreen"></div>
<div class="homescreen"></div>
<div style="background-image: url(circle.svg) ; height:200px">...</div>
</body>
</html>