Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / text / font-variant-ligatures-expected.html
index eb82e6b..24dd040 100644 (file)
@@ -1,11 +1,16 @@
 <style>
+    @font-face {
+        font-family: megalopolis;
+        src: url(../../third_party/MEgalopolis/MEgalopolisExtra.woff) format("woff");
+    }
+    body { font-size: 36px; font-family: megalopolis, 'DejaVu Sans', Times; }
     .ligatures { text-rendering: optimizelegibility; }
 </style>
-<body style="font-size: 36px;">
+<body>
     <div>file</div>
     <div>file</div>
     <div class="ligatures">file</div>
     <div>file</div>
     <div class="ligatures">file</div>
-    <div class="ligatures">file</div>
+    <div class="ligatures">&#xfb01;le</div>
 </body>