1 <html xmlns=
"http://www.w3.org/1999/xhtml">
3 <script src=
"../../fast/repaint/resources/text-based-repaint.js"></script>
4 <script type=
"text/javascript">
5 function repaintTest() {
6 document
.getElementsByTagName("object")[0].setAttribute("style", "border: 1px red solid; width: 400px; height: 200px");
10 <body onload=
"runRepaintAndPixelTest()" style=
"margin: 0px">
12 <!-- 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 -->
13 <object data=
"resources/nested-embedded-svg-size-changes-target-no-layout-triggers-1.html"></object>