1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/text/subpixel-glyphs-x-3a.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,33 @@ 1.4 +<!DOCTYPE html> 1.5 +<html lang="en"> 1.6 +<head> 1.7 + <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> 1.8 + <meta http-equiv="Content-Style-Type" content="text/css"> 1.9 + <title>Test for consistent kerning, bug 716402</title> 1.10 + <style type="text/css"> 1.11 + @font-face { 1.12 + font-family: mplus; 1.13 + src: url(../fonts/mplus/mplus-1p-regular-no-OT.ttf); 1.14 + /* a copy of M+ with OpenType tables removed, 1.15 + so only legacy 'kern' is present */ 1.16 + } 1.17 + body { 1.18 + text-rendering: optimizeLegibility; 1.19 + font-family: mplus; 1.20 + font-size: 15px; 1.21 + background: white; 1.22 + color: black; 1.23 + } 1.24 + .right { 1.25 + text-align: right; 1.26 + } 1.27 + </style> 1.28 +</head> 1.29 +<body> 1.30 + <div> 1.31 + AVAV 1.32 + </div> 1.33 + <div class="right"> 1.34 + AVAV 1.35 + </div> 1.36 +</body>