WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
[patch]
Patch for landing
bug-91784-20120720092140.patch (text/plain), 1.68 KB, created by
Tony Chang
on 2012-07-20 09:21:20 PDT
(
hide
)
Description:
Patch for landing
Filename:
MIME Type:
Creator:
Tony Chang
Created:
2012-07-20 09:21:20 PDT
Size:
1.68 KB
patch
obsolete
>Subversion Revision: 123222 >diff --git a/Tools/ChangeLog b/Tools/ChangeLog >index c052500439d0b5196bc576a8e9fb197fe3952980..9147fe3685838d0e57e2195dee8f4fab9939d9cb 100644 >--- a/Tools/ChangeLog >+++ b/Tools/ChangeLog >@@ -1,3 +1,18 @@ >+2012-07-20 Tony Chang <tony@chromium.org> >+ >+ Baseline align text in the flakiness dashboard toolbar >+ https://bugs.webkit.org/show_bug.cgi?id=91784 >+ >+ Reviewed by Ojan Vafai. >+ >+ Baseline align the flex items. >+ >+ * TestResultServer/static-dashboards/flakiness_dashboard.css: >+ (.forms): Add box-align: baseline >+ (.forms > *): Use block display to force flex items rather than box. >+ (#tests-form): Add box-align: baseline >+ (#tests-form > *): Use block display to force flex items rather than box. >+ > 2012-07-20 Philippe Normand <pnormand@igalia.com> > > [GTK][jhbuild] Switch to GStreamer 0.11 build >diff --git a/Tools/TestResultServer/static-dashboards/flakiness_dashboard.css b/Tools/TestResultServer/static-dashboards/flakiness_dashboard.css >index 4af89a8eb0128972c3835501bdfe4d019af74ffe..063addf27ab460e76952bfec2dfc7b9b50d909fd 100644 >--- a/Tools/TestResultServer/static-dashboards/flakiness_dashboard.css >+++ b/Tools/TestResultServer/static-dashboards/flakiness_dashboard.css >@@ -49,19 +49,21 @@ label { > } > .forms { > display: -webkit-box; >+ -webkit-box-align: baseline; > } > .forms > * { >- display: -webkit-box; >+ display: block; > } > .forms span { > padding: 0px 3px; > } > #tests-form { > display: -webkit-box; >+ -webkit-box-align: baseline; > -webkit-box-flex: 1; > } > #tests-form > * { >- display: -webkit-box; >+ display: block; > } > #tests-input { > display: -webkit-box;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 91784
:
153349
|
153350
| 153521