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

Unified Diff: third_party/WebKit/LayoutTests/shadow-dom/slots-fallback-in-document-tree.html

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
Index: third_party/WebKit/LayoutTests/shadow-dom/slots-fallback-in-document-tree.html
diff --git a/third_party/WebKit/LayoutTests/shadow-dom/slots-fallback-in-document-tree.html b/third_party/WebKit/LayoutTests/shadow-dom/slots-fallback-in-document-tree.html
new file mode 100644
index 0000000000000000000000000000000000000000..7575a99adfb7f52d46f6a7831b99066b7df7db3e
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/shadow-dom/slots-fallback-in-document-tree.html
@@ -0,0 +1,2 @@
+<!DOCTYPE html>
+<slot><div>fallback</div></slot>

Powered by Google App Engine
This is Rietveld 408576698