chromium/third_party/blink/web_tests/paint/invalidation/svg/nested-embedded-svg-size-changes-no-layout-triggers-2.html

<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; width: 400px; height: 200px");
}
</script>
</head>
<body onload="runRepaintAndPixelTest()" style="margin: 0px">

<!-- This test is the same as nested-embedded-svg-size-changes.html but doesn't do any query of the computed style to avoid triggering any layouts -->
<object data="resources/nested-embedded-svg-size-changes-target-no-layout-triggers-2.html"></object>

</body>
</html>