| Index: third_party/WebKit/LayoutTests/fast/table/border-collapsing/cached-change-col-border-width.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/table/border-collapsing/cached-change-col-border-width.html b/third_party/WebKit/LayoutTests/fast/table/border-collapsing/cached-change-col-border-width.html
|
| index 2bf61a92817e60a181839921ef6f5f973b191c65..3f75a9702f833a2725b6ce4c94df685603ba6ddd 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/table/border-collapsing/cached-change-col-border-width.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/table/border-collapsing/cached-change-col-border-width.html
|
| @@ -13,7 +13,7 @@ Here we change col border width, expect that cache is invalidated and paint prod
|
| }
|
| </script>
|
| </head>
|
| - <body onload="runRepaintTest()">
|
| + <body onload="runRepaintAndPixelTest()">
|
| <table style="border-collapse:collapse; border:1px solid blue">
|
| <colgroup>
|
| <col style="border:1px solid yellow" id="col">
|
|
|