| Index: third_party/WebKit/LayoutTests/fast/text/font-variant-ligatures-expected.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/text/font-variant-ligatures-expected.html b/third_party/WebKit/LayoutTests/fast/text/font-variant-ligatures-expected.html
|
| deleted file mode 100644
|
| index 7cef18b97f1e8cbc06f914f41c3e27c7512edf5a..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/fast/text/font-variant-ligatures-expected.html
|
| +++ /dev/null
|
| @@ -1,28 +0,0 @@
|
| -<style>
|
| - @font-face {
|
| - font-family: megalopolis;
|
| - src: url(../../third_party/MEgalopolis/MEgalopolisExtra.woff) format("woff");
|
| - }
|
| - @font-face {
|
| - font-family: libertine;
|
| - src: url(../../third_party/Libertine/LinLibertine_R.woff) format("woff");
|
| - }
|
| - body { font-size: 36px; font-family: megalopolis, 'DejaVu Sans', Times; font-kerning: none; }
|
| - .ligatures { text-rendering: optimizelegibility; }
|
| - .dlig { -webkit-font-feature-settings: "dlig" 1; }
|
| - .hlig { -webkit-font-feature-settings: "hlig" 1; }
|
| -</style>
|
| -<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>ABRACADABRA</div>
|
| - <div class="ligatures dlig">ABRACADABRA</div>
|
| - <div style="font-family: libertine">
|
| - <div>activist</div>
|
| - <div class="hlig">activist</div>
|
| - </div>
|
| -</body>
|
|
|