1 <!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.01//EN"
2 "http://www.w3.org/TR/html4/strict.dtd">
5 <script src=
"resources/text-based-repaint.js" type=
"text/javascript"></script>
6 <script type=
"text/javascript">
9 document
.getElementById("target").style
.cssFloat
= 'left';
10 document
.getElementById("target").style
.backgroundColor
= 'green';
11 document
.getElementById("target").style
.width
= '100px';
12 document
.getElementById("target").style
.height
='100px';
16 <body onload=
"runRepaintTest();">
18 Repaint test for
<i><a href=
"https://bugs.webkit.org/show_bug.cgi?id=23524">Bugzilla bug
23524</a></i>
19 Make sure that a table section doesn't stop painting when vertical alignment of cells dynamically changes.
21 <div style=
"width: 800px;">
25 <div id=
"target"></div>
28 <div style=
"margin: 0 0 1px 0;"></div>