Index: third_party/WebKit/LayoutTests/fast/repaint/quotes.html |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/quotes.html b/third_party/WebKit/LayoutTests/fast/repaint/quotes.html |
index 772375fbfc5b33bff9371eed21dc1c065905c264..ecb9651b603812876ec3f63d64fe9933d5c3ef6a 100644 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/quotes.html |
+++ b/third_party/WebKit/LayoutTests/fast/repaint/quotes.html |
@@ -6,7 +6,7 @@ function repaintTest() |
document.getElementById('q1').className = 'q-unchanged'; |
document.getElementById('q2').className = 'q-changed'; |
} |
-window.onload = runRepaintTest; |
+window.onload = runRepaintAndPixelTest; |
</script> |
<style> |
.q { |