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

Unified Diff: third_party/WebKit/LayoutTests/fast/text/international/combining-marks-position.html

Issue 1363893002: Explicitly specify suitable font for combining-marks-position test (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebased to chromium repo Created 5 years, 3 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 | « third_party/WebKit/LayoutTests/TestExpectations ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/text/international/combining-marks-position.html
diff --git a/third_party/WebKit/LayoutTests/fast/text/international/combining-marks-position.html b/third_party/WebKit/LayoutTests/fast/text/international/combining-marks-position.html
index e575c4ca1df13a090a0c75abbf38884a22841fe3..b0a5dd15de562e0cf33ab69bca3225054cfa222a 100644
--- a/third_party/WebKit/LayoutTests/fast/text/international/combining-marks-position.html
+++ b/third_party/WebKit/LayoutTests/fast/text/international/combining-marks-position.html
@@ -1,6 +1,15 @@
<html>
<head>
<meta charset="utf-8" />
+<style type="text/css">
+@font-face {
+font-family: linlibertine;
+src: url("../../../third_party/Libertine/LinLibertine_R.woff");
+}
+div:lang(ar) {
+font-family: linlibertine;
+}
+</style>
<script>
if (window.testRunner)
testRunner.dumpAsText();
@@ -19,10 +28,10 @@ words (one has marks, and the other doesn't have marks).
<span id="target1">te&#768;st прове&#768;рка</span>
</div>
-<div>
+<div lang="ar">
<span id="reference2">خانه</span>
</div>
-<div>
+<div lang="ar">
<span id="target2">خانهٔ</span>
</div>
« no previous file with comments | « third_party/WebKit/LayoutTests/TestExpectations ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698