| Index: LayoutTests/paint/invalidation/spv2/cached-change-col-border-width-expected.html
|
| diff --git a/LayoutTests/fast/table/border-collapsing/cached-change-col-border-width.html b/LayoutTests/paint/invalidation/spv2/cached-change-col-border-width-expected.html
|
| similarity index 62%
|
| copy from LayoutTests/fast/table/border-collapsing/cached-change-col-border-width.html
|
| copy to LayoutTests/paint/invalidation/spv2/cached-change-col-border-width-expected.html
|
| index 2bf61a92817e60a181839921ef6f5f973b191c65..16398903f885cbde01045938d5ccc8f6806d44a0 100644
|
| --- a/LayoutTests/fast/table/border-collapsing/cached-change-col-border-width.html
|
| +++ b/LayoutTests/paint/invalidation/spv2/cached-change-col-border-width-expected.html
|
| @@ -5,18 +5,12 @@ Here we change col 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("col").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">
|
| <colgroup>
|
| - <col style="border:1px solid yellow" id="col">
|
| + <col style="border:4px solid yellow" id="col">
|
| <col>
|
| </colgroup>
|
| <tbody>
|
|
|