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

Unified Diff: third_party/WebKit/Source/core/css/html.css

Issue 2466243002: Add a UA style, "display: contents", for <slot> (Closed)
Patch Set: Use html.css Created 4 years, 1 month 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
« no previous file with comments | « third_party/WebKit/LayoutTests/shadow-dom/slots-fallback-in-document-tree-expected.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/css/html.css
diff --git a/third_party/WebKit/Source/core/css/html.css b/third_party/WebKit/Source/core/css/html.css
index 52d3407f8c27e1cfc560df96c60bd69837676227..586eef8a472c3ea73fac1a12bb94b0c504f501f1 100644
--- a/third_party/WebKit/Source/core/css/html.css
+++ b/third_party/WebKit/Source/core/css/html.css
@@ -1099,6 +1099,10 @@ dialog::backdrop {
background: rgba(0,0,0,0.1)
}
+slot {
+ display: contents;
+}
+
/* page */
@page {
« no previous file with comments | « third_party/WebKit/LayoutTests/shadow-dom/slots-fallback-in-document-tree-expected.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698