1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/font-features/font-features-order-5.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,24 @@ 1.4 +<!DOCTYPE html> 1.5 +<html> 1.6 +<head> 1.7 +<style type="text/css"> 1.8 +@font-face { 1.9 + font-family: libertine; 1.10 + src: url(../fonts/LinLibertine_Re-4.7.5.woff) format("woff"); 1.11 + font-feature-settings: "liga" on, "hlig" on; 1.12 +} 1.13 +body { 1.14 + font-family: libertine, sans-serif; 1.15 + font-size: 400%; 1.16 + line-height: 2em; 1.17 + /* font variant property should override font setting but font feature 1.18 + settings property should override that */ 1.19 + font-variant-ligatures: no-common-ligatures no-historical-ligatures; 1.20 + font-feature-settings: "liga" on, "hlig" on; 1.21 +} 1.22 +</style> 1.23 +</head> 1.24 +<body lang="en"> 1.25 +fastest firefox 1.26 +</body> 1.27 +</html>