| Index: LayoutTests/paint/invalidation/spv2/cached-change-row-border-width-expected.html
|
| diff --git a/LayoutTests/fast/table/border-collapsing/cached-change-row-border-width.html b/LayoutTests/paint/invalidation/spv2/cached-change-row-border-width-expected.html
|
| similarity index 54%
|
| copy from LayoutTests/fast/table/border-collapsing/cached-change-row-border-width.html
|
| copy to LayoutTests/paint/invalidation/spv2/cached-change-row-border-width-expected.html
|
| index b9c6d79e801ee420bc0a49deaeb0644572da3941..0f0747172be5ce94420a70bd0a776ea0a9e32857 100644
|
| --- a/LayoutTests/fast/table/border-collapsing/cached-change-row-border-width.html
|
| +++ b/LayoutTests/paint/invalidation/spv2/cached-change-row-border-width-expected.html
|
| @@ -5,17 +5,11 @@ Here we change row border width, expect that cache is invalidated and paint prod
|
| <html>
|
| <head>
|
| <title></title>
|
| - <link rel="stylesheet" href="resources/cached.css">
|
| - <script src="../../../fast/repaint/resources/text-based-repaint.js"></script>
|
| - <script type="text/javascript">
|
| - function repaintTest() {
|
| - document.getElementById("row").style.borderWidth = "4px";
|
| - }
|
| - </script>
|
| + <link rel="stylesheet" href="../../../fast/table/border-collapsing/resources/cached.css">
|
| </head>
|
| - <body onload="runRepaintTest()">
|
| + <body>
|
| <table style="border-collapse:collapse; border:1px solid blue">
|
| - <tr style="border:1px solid yellow" id="row">
|
| + <tr style="border:4px solid yellow" id="row">
|
| <td style="border:2px solid lime"/>
|
| </tr>
|
| <tr>
|
|
|