2 Test for crbug.com/
382296: CSS imports should not load in an SVG image context.
<br><br>
3 This test passes if there is a green square below:
<br>
4 <img id=
"image" src=
"resources/image-with-css-import.svg" width=
"100" height=
"100">
7 testRunner
.waitUntilDone();
9 document
.getElementById('image').onload = function() {
10 // FIXME: crbug.com/382170 SVG onload event bug.
11 setTimeout(function() {
12 if (window
.testRunner
)
13 testRunner
.notifyDone();