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

Unified Diff: LayoutTests/fast/text/bidi-embedding-pop-and-push-same-2.html

Issue 1204023002: Deflake tests using ahem font with @font-face. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebaseline and fix an svg test Created 5 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/text/bidi-embedding-pop-and-push-same-2.html
diff --git a/LayoutTests/fast/text/bidi-embedding-pop-and-push-same-2.html b/LayoutTests/fast/text/bidi-embedding-pop-and-push-same-2.html
index 12be3a9dbf8ede054df3508f3abff435edd8e5c0..fbde9f40a5ef4287fe11d5a22fe9248cc653e73e 100644
--- a/LayoutTests/fast/text/bidi-embedding-pop-and-push-same-2.html
+++ b/LayoutTests/fast/text/bidi-embedding-pop-and-push-same-2.html
@@ -1,3 +1,4 @@
-<div style="width: 100px; height: 100px; background-color: red; font: 50px Ahem; -webkit-font-smoothing: none; color: green;">
+<link rel="stylesheet" href="../../resources/ahem.css">
+<div style="width: 100px; height: 100px; background-color: red; font: 50px Ahem; -webkit-font-smoothing: none; color: green;">
<span dir="ltr">IJ </span><span dir="ltr">KL</span>
</div>

Powered by Google App Engine
This is Rietveld 408576698