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

Unified Diff: third_party/WebKit/LayoutTests/inspector-protocol/css/resources/collect-class-names-imported.css

Issue 2296323002: DevTools: Add features to collect classnames from Stylesheets and DOM (Closed)
Patch Set: Created 4 years, 4 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: third_party/WebKit/LayoutTests/inspector-protocol/css/resources/collect-class-names-imported.css
diff --git a/third_party/WebKit/LayoutTests/inspector-protocol/css/resources/collect-class-names-imported.css b/third_party/WebKit/LayoutTests/inspector-protocol/css/resources/collect-class-names-imported.css
new file mode 100644
index 0000000000000000000000000000000000000000..38ead406baabb5178042131264e4cd3526337f24
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/inspector-protocol/css/resources/collect-class-names-imported.css
@@ -0,0 +1,3 @@
+.imported_class_name{
+ font-size:12px;
+}

Powered by Google App Engine
This is Rietveld 408576698