| Index: LayoutTests/paint/invalidation/spv2/table-extra-bottom-grow.html
|
| diff --git a/LayoutTests/fast/repaint/table-extra-bottom-grow.html b/LayoutTests/paint/invalidation/spv2/table-extra-bottom-grow.html
|
| similarity index 80%
|
| copy from LayoutTests/fast/repaint/table-extra-bottom-grow.html
|
| copy to LayoutTests/paint/invalidation/spv2/table-extra-bottom-grow.html
|
| index 4b84a7850fdab5a29a22faf1d2bcd80fbded370d..32da113673565e9eebac209be140f6494fefaee4 100644
|
| --- a/LayoutTests/fast/repaint/table-extra-bottom-grow.html
|
| +++ b/LayoutTests/paint/invalidation/spv2/table-extra-bottom-grow.html
|
| @@ -1,16 +1,19 @@
|
| +<!-- Based on fast/repaint/table-extra-bottom-grow.html -->
|
| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
| "http://www.w3.org/TR/html4/strict.dtd">
|
| <html lang="en">
|
| <head>
|
| -<script src="resources/text-based-repaint.js"></script>
|
| +<script src="resources/paint-invalidation-test.js"></script>
|
| <script>
|
| - function repaintTest()
|
| + window.expectedPaintInvalidationObjects = [
|
| + ];
|
| + function paintInvalidationTest()
|
| {
|
| document.getElementById("t").style.height='100px';
|
| }
|
| </script>
|
| </head>
|
| -<body onload="runRepaintTest();">
|
| +<body onload="runPaintInvalidationTest();">
|
| <p><b>BUG ID:</b> <a href="https://bugs.webkit.org/show_bug.cgi?id=6769">Bugzilla bug 6769</a> REGRESSION: Incomplete repaint when a cell's extra bottom margin grows</p>
|
|
|
| <p id="success" style="background-color:palegreen; padding:3px;"><b>TEST PASS:</b>
|
|
|