3 <!-- Test for https://code.google.com/p/chromium/issues/detail?id=266542 -->
8 img
.src
= 'data:image/svg+xml;charset=utf-8,' +
9 '<svg xmlns="http://www.w3.org/2000/svg" width="200" height="200">' +
10 '<foreignObject width="100%" height="100%">' +
11 '<div xmlns="http://www.w3.org/1999/xhtml" style="transform: matrix3d(1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 1, 0, -770, -270, 0, 1);">Transform Me</div>' +
15 if (window
.testRunner
)
16 testRunner
.dumpAsText();