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

Unified Diff: third_party/WebKit/PerformanceTests/Paint/large-table-background-change-with-visible-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-visible-collapsed-borders.html
diff --git a/third_party/WebKit/PerformanceTests/Paint/large-table-background-change-with-visible-collapsed-borders.html b/third_party/WebKit/PerformanceTests/Paint/large-table-background-change-with-visible-collapsed-borders.html
index f8005dcb55e634401e5040d8f6d832b11b4d7abc..61c2de779c99c874ccebc7e99763071a4346e303 100644
--- a/third_party/WebKit/PerformanceTests/Paint/large-table-background-change-with-visible-collapsed-borders.html
+++ b/third_party/WebKit/PerformanceTests/Paint/large-table-background-change-with-visible-collapsed-borders.html
@@ -19,7 +19,7 @@ function createTable(rows, columns) {
return table;
}
-var table = createTable(300, 320);
+var table = createTable(400, 400);
document.body.appendChild(table);
var ix = 30;

Powered by Google App Engine
This is Rietveld 408576698