wpt / svg / as-image / external-resource-inline-sheet.html

Status: FAIL | Duration: 12ms | Subtests: 0/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi

/svg/as-image/external-resource-inline-sheet.html

<!doctype html>
<meta charset="utf-8">
<title>SVG as image loading external resource from an inline sheet</title>
<link rel=help href="https://bugzilla.mozilla.org/show_bug.cgi?id=1982344">
<link rel="author" href="mailto:emilio@crisal.io" title="Emilio Cobos Álvarez">
<link rel="author" href="https://mozilla.com" title="Mozilla">
<link rel="match" href="external-resource-inline-sheet-ref.html">
<img src="external-resource-inline-sheet-helper.svg?0" width=100 height=100>
<object data="external-resource-inline-sheet-helper.svg?1" type="image/svg+xml" width=100 height=100></object>

/svg/as-image/external-resource-inline-sheet-ref.html

<!doctype html>
<meta charset="utf-8">
<link rel=help href="https://bugzilla.mozilla.org/show_bug.cgi?id=1982344">
<style>
div {
  display: inline-block;
  width: 100px;
  height: 100px;
}
.blue {
  background-color: red;
  background-image: url(/images/blue.png);
}
</style>

<div></div>
<div class="blue"></div>