Index: third_party/WebKit/LayoutTests/fast/repaint/outline-change-repaint.html |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/outline-change-repaint.html b/third_party/WebKit/LayoutTests/fast/repaint/outline-change-repaint.html |
index 1a56de92c6e361096bc4c281a2b2bcac7e7ac59e..b6d3220075ad98a0ca69434edc63d273793ad889 100644 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/outline-change-repaint.html |
+++ b/third_party/WebKit/LayoutTests/fast/repaint/outline-change-repaint.html |
@@ -6,7 +6,7 @@ |
// Changing outline will cause a repaint but no layout. |
document.getElementById("test").style['outline'] = 'solid black 10px'; |
} |
- window.onload = runRepaintTest; |
+ window.onload = runRepaintAndPixelTest; |
</script> |
<style> |
body { |