blob: 1c1982c5e295e44dac6e9b1438d35a542c2f899a [file] [log] [blame]
<!DOCTYPE html>
<html>
<script src="../resources/run-after-layout-and-paint.js"/></script>
<!-- There should be no red on this page. -->
<body>
<object onload="load()" data="resources/color-profile-image-foreign-object.svg" width="480" height="360" type="image/svg+xml">
<p style="color: red">SVG not supported in this browser</p>
</object>
</body>
<script>
function load() {
if (window.testRunner)
runAfterLayoutAndPaint(function() { testRunner.notifyDone() });
}
if (window.testRunner) {
testRunner.dumpAsTextWithPixelResults();
testRunner.waitUntilDone();
}
</script>
</html>