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");
10 <body onload=
"runRepaintAndPixelTest()" style=
"margin: 0px">
12 <!-- 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 -->
13 <object data=
"resources/embedded-svg-size-changes-no-layout-triggers.svg"></object>