3 <title>Test for bug
62243</title>
4 <style type=
"text/css">
6 transform: translateZ
(0);
7 border-bottom: 10px solid black
;
12 <script src=
"../../resources/run-after-layout-and-paint.js"></script>
14 if (window
.testRunner
) {
15 testRunner
.dumpAsTextWithPixelResults();
16 testRunner
.waitUntilDone();
18 function repaintTest()
20 document
.getElementById("ruler").style
.height
= "450px";
21 testRunner
.notifyDone();
25 <body onload=
"runAfterLayoutAndPaint(repaintTest);">