| 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">tèst провѐрка</span>
 | 
|  </div>
 | 
|  
 | 
| -<div>
 | 
| +<div lang="ar">
 | 
|  <span id="reference2">خانه</span>
 | 
|  </div>
 | 
| -<div>
 | 
| +<div lang="ar">
 | 
|  <span id="target2">خانهٔ</span>
 | 
|  </div>
 | 
|  
 | 
| 
 |