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

Unified Diff: LayoutTests/fast/css/remove-style-after-insert-font-face-expected.html

Issue 66483002: fontSelector should be reset when removing stylesheets which has @font-face rule. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Patch for landing Created 7 years, 1 month 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/remove-style-after-insert-font-face-expected.html
diff --git a/LayoutTests/css3/filters/effect-reference-image-hw-expected.html b/LayoutTests/fast/css/remove-style-after-insert-font-face-expected.html
similarity index 55%
copy from LayoutTests/css3/filters/effect-reference-image-hw-expected.html
copy to LayoutTests/fast/css/remove-style-after-insert-font-face-expected.html
index c35ea279b40ef67fec3db47b2db68d3422d21aaf..2246a79a9646121305cc2b98618f53a10d9e7fe7 100644
--- a/LayoutTests/css3/filters/effect-reference-image-hw-expected.html
+++ b/LayoutTests/fast/css/remove-style-after-insert-font-face-expected.html
@@ -1 +1,6 @@
-<img src="resources/reference.png" style="-webkit-transform: translateZ(0);">
+<!doctype html>
+<html>
+<body>
+<span style="font-family: f1; font-weight: 100">A</span>
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698