From 84b9576fcb07ded52cbc77b1dbe63ab71901bc05 Mon Sep 17 00:00:00 2001 From: "ojan@chromium.org" Date: Wed, 2 Sep 2009 00:11:22 +0000 Subject: More assorted changes. :) 1. Decrease columns to 2 for better reading on small screens. 2. Move bug modifiers into their own column. Makes sorting more useful. 3. Change hiding WONTFIX tests to actually regenerate the page without those table rows. Makes page load ~20% faster! 4. Hide all tests that match their expectations by default. This makes the page load *much* faster, but also makes it so the default view of the dashboard is a list of test that we can drive to zero. BUG=none TEST=manual Review URL: http://codereview.chromium.org/182053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25124 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/tools/layout_tests/flakiness_dashboard.html | 162 +++++++++++++-------- 1 file changed, 99 insertions(+), 63 deletions(-) (limited to 'webkit') diff --git a/webkit/tools/layout_tests/flakiness_dashboard.html b/webkit/tools/layout_tests/flakiness_dashboard.html index 33dfb53..50410cf 100644 --- a/webkit/tools/layout_tests/flakiness_dashboard.html +++ b/webkit/tools/layout_tests/flakiness_dashboard.html @@ -116,10 +116,10 @@ font-weight: bold; } #passing-tests { - -webkit-column-count: 3; + -webkit-column-count: 2; -webkit-column-gap: 25px; -webkit-column-rule: 1px dashed black; - -moz-column-count: 3; + -moz-column-count: 2; -moz-column-gap: 25px; -moz-column-rule: 1px dashed black; } @@ -129,10 +129,6 @@ } - -