| Index: third_party/WebKit/LayoutTests/fast/table/border-collapsing/cached-change-table-border-width.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/table/border-collapsing/cached-change-table-border-width.html b/third_party/WebKit/LayoutTests/fast/table/border-collapsing/cached-change-table-border-width.html
|
| index 1a4add816c0a62daf219477ad0964a4e5b6a41c8..493bfdfffeb8f7b595bda6c39110f5de9cb4e46e 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/table/border-collapsing/cached-change-table-border-width.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/table/border-collapsing/cached-change-table-border-width.html
|
| @@ -13,7 +13,7 @@ Here we change table border width, expect that cache is invalidated and paint pr
|
| }
|
| </script>
|
| </head>
|
| - <body onload="runRepaintTest()">
|
| + <body onload="runRepaintAndPixelTest()">
|
| <table style="border-collapse:collapse; border:1px solid blue" id="tbl">
|
| <tr>
|
| <td style="border:2px solid lime"/>
|
|
|