1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/font-features/font-features-order-4.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,22 @@ 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 */ 1.18 + font-variant-ligatures: no-common-ligatures no-historical-ligatures; 1.19 +} 1.20 +</style> 1.21 +</head> 1.22 +<body lang="en"> 1.23 +fastest firefox 1.24 +</body> 1.25 +</html>