| Index: LayoutTests/paint/invalidation/spv2/intermediate-layout-position-expected.html
|
| diff --git a/LayoutTests/fast/repaint/intermediate-layout-position.html b/LayoutTests/paint/invalidation/spv2/intermediate-layout-position-expected.html
|
| similarity index 58%
|
| copy from LayoutTests/fast/repaint/intermediate-layout-position.html
|
| copy to LayoutTests/paint/invalidation/spv2/intermediate-layout-position-expected.html
|
| index 22ea2452d69382ba7da0f45f02a12fb49a793cb7..1145c66d17ce86ccea8b7c7ace9e78da22cb05e5 100644
|
| --- a/LayoutTests/fast/repaint/intermediate-layout-position.html
|
| +++ b/LayoutTests/paint/invalidation/spv2/intermediate-layout-position-expected.html
|
| @@ -5,20 +5,12 @@
|
| .float { float: right; height: 40px; width: 40px; }
|
| .test { height: 100px; background-color: aliceblue }
|
| </style>
|
| - <script src="resources/text-based-repaint.js" type="text/javascript"></script>
|
| - <script type="text/javascript">
|
| - function repaintTest()
|
| - {
|
| - document.getElementById('target').style.height='20px';
|
| - document.getElementById('cell').style.height='20px';
|
| - }
|
| - </script>
|
| </head>
|
| -<body onload="runRepaintTest()">
|
| +<body>
|
| <div class="test">
|
| <div class="float"></div>
|
| <div style="clear: right; background-color: purple; width: 40px; padding: 3px;">
|
| - <div style="height: 40px; width: 0;" id="target">
|
| + <div style="height: 20px; width: 0;" id="target">
|
| </div>
|
| </div>
|
| </div>
|
| @@ -27,7 +19,7 @@
|
| <div class="float"></div>
|
| <table style="clear: both; background-color: purple;">
|
| <tr>
|
| - <td id="cell" style="height: 40px; width: 40px;">
|
| + <td id="cell" style="height: 20px; width: 40px;">
|
| </td>
|
| </tr>
|
| </table>
|
|
|