| Index: LayoutTests/paint/invalidation/spv2/cached-change-col-border-color-expected.html
|
| diff --git a/LayoutTests/fast/table/border-collapsing/cached-change-col-border-color.html b/LayoutTests/paint/invalidation/spv2/cached-change-col-border-color-expected.html
|
| similarity index 62%
|
| copy from LayoutTests/fast/table/border-collapsing/cached-change-col-border-color.html
|
| copy to LayoutTests/paint/invalidation/spv2/cached-change-col-border-color-expected.html
|
| index 90b22b677851815a652d72e8216acb4fa5047c44..05ed9ecf4420bf69781f5b73e55fe2de40825038 100644
|
| --- a/LayoutTests/fast/table/border-collapsing/cached-change-col-border-color.html
|
| +++ b/LayoutTests/paint/invalidation/spv2/cached-change-col-border-color-expected.html
|
| @@ -5,18 +5,12 @@ Here we change col border color, 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("col").style.borderColor = "yellow";
|
| - }
|
| - </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">
|
| <colgroup>
|
| - <col style="border:4px solid pink" id="col">
|
| + <col style="border:4px solid yellow" id="col">
|
| <col>
|
| </colgroup>
|
| <tbody>
|
|
|