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

Unified Diff: LayoutTests/fast/css/font-face-insertBefore-expected.html

Issue 82583005: Use removeFontFace to avoid resetting fontSelector. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Patch for landing Created 6 years, 10 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
« no previous file with comments | « LayoutTests/fast/css/font-face-insertBefore.html ('k') | Source/core/css/CSSFontSelector.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/css/font-face-insertBefore-expected.html
diff --git a/LayoutTests/fast/css/font-face-insertBefore-expected.html b/LayoutTests/fast/css/font-face-insertBefore-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..dcff2f21b2f91ed0944a2be0d5a1f9a0fb122fbd
--- /dev/null
+++ b/LayoutTests/fast/css/font-face-insertBefore-expected.html
@@ -0,0 +1,20 @@
+<!doctype html>
+<html>
+<body>
+<style>
+@font-face {
+ font-family: f1;
+ font-weight: 100;
+ src: local('Courier New');
+}
+</style>
+<style>
+@font-face {
+ font-family: f1;
+ font-weight: 100;
+ src: url(../../resources/Ahem.ttf);
+}
+</style>
+<span style="font-family: f1; font-weight: 100">A</span>
+</body>
+</html>
« no previous file with comments | « LayoutTests/fast/css/font-face-insertBefore.html ('k') | Source/core/css/CSSFontSelector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698