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

Unified Diff: runtime/bin/vmservice/client/deployed/web/packages/polymer/src/js/polymer/layout.html

Issue 357763004: Observatory requests coverage per script (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: add deployed Created 6 years, 6 months 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: runtime/bin/vmservice/client/deployed/web/packages/polymer/src/js/polymer/layout.html
diff --git a/runtime/bin/vmservice/client/deployed/web/packages/polymer/src/js/polymer/layout.html b/runtime/bin/vmservice/client/deployed/web/packages/polymer/src/js/polymer/layout.html
index 4e1284b9c15ac6401bac55233b364823e70ab8da..679738b16dfe9d139798d535acc07664e35fbce6 100644
--- a/runtime/bin/vmservice/client/deployed/web/packages/polymer/src/js/polymer/layout.html
+++ b/runtime/bin/vmservice/client/deployed/web/packages/polymer/src/js/polymer/layout.html
@@ -237,7 +237,7 @@ html /deep/ [block] {
/* ie support for hidden */
html /deep/ [hidden] {
- display: none;
+ display: none !important;
}
html /deep/ [relative] {

Powered by Google App Engine
This is Rietveld 408576698