<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<script src="../resources/text-based-repaint.js"></script>
<script type="text/javascript">
function repaintTest() {
document.getElementsByTagName("object")[0].setAttribute("style", "border: 1px red solid");
}
</script>
</head>
<body onload="runRepaintAndPixelTest()" style="margin: 0px">
<!-- This test is the same as embedded-svg-size-changes.html but doesn't do any query of the computed style to avoid triggering any layouts -->
<object data="resources/embedded-svg-size-changes-no-layout-triggers.svg"></object>
</body>
</html>