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
.getElementById("rootdiv").style
.fontSize
="20px";
11 requestAnimationFrame(function() {
12 if (window
.testRunner
)
21 src: url(../../resources/Ahem.ttf);
25 <div id=
"rootdiv" style=
"font-size:10px; font-family:Ahem">
26 <svg style=
"width:10ch; height:10ch;">
27 <rect width=
"10ch" height=
"10ch" style=
"fill:rgb(0,0,255);" />