| Index: third_party/WebKit/LayoutTests/fast/table/border-collapsing/cached-cell-append.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/table/border-collapsing/cached-cell-append.html b/third_party/WebKit/LayoutTests/fast/table/border-collapsing/cached-cell-append.html
|
| index a76e554639e17dce5afc2e769516e2cb66037e51..f64c64076903d8ba44e6f4c424910f7a272063b5 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/table/border-collapsing/cached-cell-append.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/table/border-collapsing/cached-cell-append.html
|
| @@ -17,7 +17,7 @@ Here we append new cell, expect that cache is invalidated and paint produces exp
|
| }
|
| </script>
|
| </head>
|
| - <body onload="runRepaintTest()">
|
| + <body onload="runRepaintAndPixelTest()">
|
| <table style="border-collapse:collapse; border:2px solid blue">
|
| <tr id="row">
|
| <td style="border:4px solid lime"/>
|
|
|