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

Unified Diff: LayoutTests/fast/css/cssom-modify-font-face-rule-expected.html

Issue 157853002: Revert of Use removeFontFace to avoid resetting fontSelector. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
Index: LayoutTests/fast/css/cssom-modify-font-face-rule-expected.html
diff --git a/LayoutTests/fast/css/cssom-modify-font-face-rule-expected.html b/LayoutTests/fast/css/cssom-modify-font-face-rule-expected.html
deleted file mode 100644
index 2a89da41f50c1f123e11ab0fa5eaffbe098b5525..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/css/cssom-modify-font-face-rule-expected.html
+++ /dev/null
@@ -1,13 +0,0 @@
-<!doctype html>
-<html>
-<body>
-<style id="target">
-@font-face {
- font-family: f2;
- 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/cssom-modify-font-face-rule.html ('k') | LayoutTests/fast/css/font-face-insertBefore.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698