From 5e82369982062eb995fda3ee241a529c0fc50dd0 Mon Sep 17 00:00:00 2001 From: Xianzhu Wang Date: Tue, 22 Dec 2015 22:16:04 -0800 Subject: Add PerformanceTests/large-table-background-change-with-visible-collapsed-borders.html And renamed large-table-background-change-with-collapsed-borders.html to large-table-background-change-with-invisible-collapsed-borders.html This is to test performance of small invalidation in a large table with visible or invisible collapsed borders. Tbr to create baseline performance before the holidays. BUG=34736 TBR=jchaffraix@chromium.org Review URL: https://codereview.chromium.org/1541273003 . Cr-Commit-Position: refs/heads/master@{#366711} --- ...e-background-change-with-collapsed-borders.html | 62 --------------------- ...nd-change-with-invisible-collapsed-borders.html | 62 +++++++++++++++++++++ ...ound-change-with-visible-collapsed-borders.html | 63 ++++++++++++++++++++++ 3 files changed, 125 insertions(+), 62 deletions(-) delete mode 100644 third_party/WebKit/PerformanceTests/Layout/large-table-background-change-with-collapsed-borders.html create mode 100644 third_party/WebKit/PerformanceTests/Layout/large-table-background-change-with-invisible-collapsed-borders.html create mode 100644 third_party/WebKit/PerformanceTests/Layout/large-table-background-change-with-visible-collapsed-borders.html (limited to 'third_party/WebKit/PerformanceTests') diff --git a/third_party/WebKit/PerformanceTests/Layout/large-table-background-change-with-collapsed-borders.html b/third_party/WebKit/PerformanceTests/Layout/large-table-background-change-with-collapsed-borders.html deleted file mode 100644 index 24de45e..0000000 --- a/third_party/WebKit/PerformanceTests/Layout/large-table-background-change-with-collapsed-borders.html +++ /dev/null @@ -1,62 +0,0 @@ - - -

-
diff --git a/third_party/WebKit/PerformanceTests/Layout/large-table-background-change-with-invisible-collapsed-borders.html b/third_party/WebKit/PerformanceTests/Layout/large-table-background-change-with-invisible-collapsed-borders.html
new file mode 100644
index 0000000..24de45e
--- /dev/null
+++ b/third_party/WebKit/PerformanceTests/Layout/large-table-background-change-with-invisible-collapsed-borders.html
@@ -0,0 +1,62 @@
+
+
+

+
diff --git a/third_party/WebKit/PerformanceTests/Layout/large-table-background-change-with-visible-collapsed-borders.html b/third_party/WebKit/PerformanceTests/Layout/large-table-background-change-with-visible-collapsed-borders.html
new file mode 100644
index 0000000..c3f47f7
--- /dev/null
+++ b/third_party/WebKit/PerformanceTests/Layout/large-table-background-change-with-visible-collapsed-borders.html
@@ -0,0 +1,63 @@
+
+
+

+
+
-- 
cgit v1.1