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

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

Issue 131403008: Revert of Use removeFontFace to avoid resetting fontSelector. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 11 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 | « no previous file | LayoutTests/fast/css/cssom-modify-font-face-rule-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/css/cssom-modify-font-face-rule.html
diff --git a/LayoutTests/fast/css/cssom-modify-font-face-rule.html b/LayoutTests/fast/css/cssom-modify-font-face-rule.html
deleted file mode 100644
index 345f3e4d2be3dfddcbe467f4b126e4d9040d3ad2..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/css/cssom-modify-font-face-rule.html
+++ /dev/null
@@ -1,22 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function runTest() {
- document.body.offsetLeft;
- document.styleSheets[0].cssRules[0].style.fontFamily = "f2";
-}
-</script>
-</head>
-<body onload="runTest()">
-<style id="target">
-@font-face {
- font-family: f1;
- font-weight: 100;
- src: url(../../resources/Ahem.ttf);
-}
-</style>
-<!-- crbug.com/305885: when removing stylesheets, consider @font-face rules. -->
-<span style="font-family: f1; font-weight: 100">A</span>
-</body>
-</html>
« no previous file with comments | « no previous file | LayoutTests/fast/css/cssom-modify-font-face-rule-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698