1 <!-- Based on fast/repaint/overflow-flipped-writing-mode-table.html -->
2 <script src=
"resources/paint-invalidation-test.js"></script>
4 onload
= runPaintInvalidationTest
;
6 window
.expectedPaintInvalidationObjects
= [
7 "LayoutBlockFlow DIV id='target'",
9 function paintInvalidationTest()
11 document
.getElementById("target").style
.visibility
= "hidden";
14 <div style=
"height: 100px; width: 100px; background-color: red; -webkit-writing-mode: horizontal-bt;">
15 <div style=
"display: table; width: 100px;">
16 <div style=
"height: 25px;">
17 <div style=
"height: 100px; background-color: green;"></div>
21 <div id=
"target" style=
"height: 50px; width: 100px; background-color: red; margin-top: -100px;"></div>