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

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

Issue 2466243002: Add a UA style, "display: contents", for <slot> (Closed)
Patch Set: updatae 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/Source/core/css/slot.css
diff --git a/device/bluetooth/public/interfaces/uuid.mojom b/third_party/WebKit/Source/core/css/slot.css
similarity index 69%
copy from device/bluetooth/public/interfaces/uuid.mojom
copy to third_party/WebKit/Source/core/css/slot.css
index 90a1586565164b40e1ab4d8f1bd43c336960e46c..36bb6f6ae28f4442db28c46e8d9ca8ac93344f0e 100644
--- a/device/bluetooth/public/interfaces/uuid.mojom
+++ b/third_party/WebKit/Source/core/css/slot.css
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-module bluetooth.mojom;
+@namespace "http://www.w3.org/1999/xhtml";
-struct UUID {
- string uuid;
-};
+slot {
+ display: contents;
+}

Powered by Google App Engine
This is Rietveld 408576698