1 <!-- Based on fast/repaint/transform-disable-layoutstate.html -->
5 <script src=
"resources/paint-invalidation-test.js" type=
"text/javascript" charset=
"utf-8"></script>
6 <script type=
"text/javascript" charset=
"utf-8">
7 window.expectedPaintInvalidationObjects = [
10 "LayoutBlockFlow DIV id='target'",
12 function paintInvalidationTest()
14 document.getElementById('target').style.height='
10px';
18 <body onload=
"runPaintInvalidationTest()">
19 <div id=
"container" style=
"width: 500px; transform: translate(50px, 80px)">
20 <div style=
"padding-bottom: 100px; background: silver;">
21 <div style=
"float: right; height: 50px; width: 50px; background: green;"></div>
22 <div style=
"clear: right; border: 4px solid blue;">
23 <div style=
"height: 55px;" id=
"target">