2 <html style=
"font-size:10px">
3 <script src=
"../../fast/repaint/resources/text-based-repaint.js"></script>
5 window
.testIsAsync
= true;
6 window
.onload
= runRepaintAndPixelTest
;
8 function repaintTest() {
9 setTimeout(function() {
10 document
.getElementsByTagName("html")[0].style
.fontSize
="5px";
11 requestAnimationFrame(function() {
12 if (window
.testRunner
)
19 <div style=
"font-size:10px">
20 <svg style=
"width:20rem; height:20rem;">
21 <rect width=
"20rem" height=
"20em" style=
"fill:rgb(0,0,255);" />