Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(91)

Unified Diff: third_party/WebKit/PerformanceTests/Paint/large-table-background-change-with-invisible-collapsed-borders.html

Issue 2564773003: Increase load of blink_perf.paint to reduce flakiness (Closed)
Patch Set: Fix a typo Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/PerformanceTests/Paint/large-table-background-change-with-invisible-collapsed-borders.html
diff --git a/third_party/WebKit/PerformanceTests/Paint/large-table-background-change-with-invisible-collapsed-borders.html b/third_party/WebKit/PerformanceTests/Paint/large-table-background-change-with-invisible-collapsed-borders.html
index 39dfb96e4e00a9de337c70ed4341ae3af8c0a940..5dff88fa7beb72ebb17895f6680be6a707bbba6d 100644
--- a/third_party/WebKit/PerformanceTests/Paint/large-table-background-change-with-invisible-collapsed-borders.html
+++ b/third_party/WebKit/PerformanceTests/Paint/large-table-background-change-with-invisible-collapsed-borders.html
@@ -18,7 +18,7 @@ function createTable(rows, columns) {
return table;
}
-var table = createTable(300, 320);
+var table = createTable(600, 600);
document.body.appendChild(table);
var ix = 30;

Powered by Google App Engine
This is Rietveld 408576698