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

Unified Diff: third_party/WebKit/LayoutTests/inspector-protocol/css/resources/ahem.css

Issue 2198463003: DevTools: add CSS.FontsUpdated event to signify that WebFont has loaded. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nit Created 4 years, 5 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/ahem.css
diff --git a/third_party/WebKit/LayoutTests/inspector-protocol/css/resources/ahem.css b/third_party/WebKit/LayoutTests/inspector-protocol/css/resources/ahem.css
new file mode 100644
index 0000000000000000000000000000000000000000..05b1405209b6c09203e6f5dee3132e38759262a1
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/inspector-protocol/css/resources/ahem.css
@@ -0,0 +1,9 @@
+@font-face {
+ font-family: "ahem";
+ src: url('./Ahem.ttf');
+}
+
+body {
+ font-family: "ahem";
+}
+

Powered by Google App Engine
This is Rietveld 408576698