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

Unified Diff: LayoutTests/fast/css/resources/ahem.html

Issue 457273002: Webfonts should not block load event for more than one frame (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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: LayoutTests/fast/css/resources/ahem.html
diff --git a/LayoutTests/fast/css/resources/ahem.html b/LayoutTests/fast/css/resources/ahem.html
new file mode 100644
index 0000000000000000000000000000000000000000..fff149b6cb957397ec4e6693c837f80ecf8bab14
--- /dev/null
+++ b/LayoutTests/fast/css/resources/ahem.html
@@ -0,0 +1,10 @@
+<style>
+@font-face {
+ font-family: myahem;
+ src: url('../../../resources/Ahem.ttf');
+}
+span {
+ font-family: myahem;
+}
+</style>
+<span>a</span>

Powered by Google App Engine
This is Rietveld 408576698