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

Unified Diff: LayoutTests/fast/css/font-face-css-change-while-loading-expected.html

Issue 321403003: Notify font loads via FontLoader (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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/font-face-css-change-while-loading-expected.html
diff --git a/LayoutTests/fast/css/font-face-css-change-while-loading-expected.html b/LayoutTests/fast/css/font-face-css-change-while-loading-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..78e65f202b943b498e9b5913b3fb7eec9cb3bf97
--- /dev/null
+++ b/LayoutTests/fast/css/font-face-css-change-while-loading-expected.html
@@ -0,0 +1,9 @@
+<!DOCTYPE html>
+<style id="sheet">
+@font-face {
+ font-family: myahem;
+ src: url(../../resources/Ahem.ttf);
+}
+</style>
+<p>You should see a black rectangle below.</p>
+<div style="font-family: myahem">FAIL</div>

Powered by Google App Engine
This is Rietveld 408576698