Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/fast/repaint/resources/repaint.js |
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/resources/text-based-repaint.js b/third_party/WebKit/LayoutTests/fast/repaint/resources/repaint.js |
| similarity index 98% |
| rename from third_party/WebKit/LayoutTests/fast/repaint/resources/text-based-repaint.js |
| rename to third_party/WebKit/LayoutTests/fast/repaint/resources/repaint.js |
| index a24d0de21c8d9ea5d46d2ce99bd38fd836e10cfd..be0c257a7dde299978bd3802c55a542945058f52 100644 |
| --- a/third_party/WebKit/LayoutTests/fast/repaint/resources/text-based-repaint.js |
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/resources/repaint.js |
| @@ -3,6 +3,7 @@ |
| window.testIsAsync = false; |
| window.outputRepaintRects = true; |
| window.generateMinimumRepaint = false; // See comments about 'Minimum repaint' below. |
| +window.enablePixelTesting = true; |
|
chrishtr
2016/05/13 15:43:06
Pixel testing is expensive. It also leads to the r
|
| // All repaint tests are asynchronous. |
| if (window.testRunner) |
| @@ -46,12 +47,6 @@ function runRepaintTest() |
| }; |
| } |
| -function runRepaintAndPixelTest() |
| -{ |
| - window.enablePixelTesting = true; |
| - runRepaintTest(); |
| -} |
| - |
| function forceStyleRecalc() |
| { |
| if (document.body) |